@charset "utf-8";

/* reset */
html,
body {
  height: 100%;
  box-sizing: border-box;
  min-width: 1200px;
}

body {
  background: #fff;
  color: #333;
  margin: 0 auto;
  line-height: 1.42857143;
  font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
  word-break: break-all;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wheel-scroll.wheel-scroll-hook {
  margin: 0;
  padding: 0;
}

#picker {
  /* padding: 10px; */
}
@media only screen and (min-device-width: 768px) {
  .logo {
    position: absolute;
    top: 20px;
    left: 4.1%;
    /* left: 5vw; */
    width: 219px;
    height: 60px;
  }
  .menu-box {
    width: 55%;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 999;
  }
}
@media only screen and (max-device-width: 765px) {
  .logo {
    position: absolute;
    top: 20px;
    left: 1.1%;
    /* left: 5vw; */
    width: 219px;
    height: 60px;
  }
  .menu-box {
    width: 58%;
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 999;
  }
}

/* @media only screen and (min-device-width: 768px) { */
body {
  min-width: 1200px;
  background-color: #d3ccff;
}
.menu {
  width: 100%;
  height: 100px;
  background: #ce1f1c;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
/* .logo {
  position: absolute;
  top: 20px;
  left: 4.1%;
  left: 5vw;
  width: 219px;
  height: 60px;
} */
/*
.menu-box {
  width: 55%;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}
*/
.menu-box a {
  height: 100px;
  display: flex;
  align-items: center;
  color: #fff;
}
.menu-box a:hover {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}
.click-menu {
  font-weight: bold;
  border-bottom: 2px solid #fff;
}

.bg {
  /* height: 288px; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/banner_pc_new.png?=v20250325");
  height: 0;
  width: 100%;
  padding-bottom: 23.958%;
}

.page-btn-box {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.page-btn {
  width: 100px;
  height: 25px;
  line-height: 25px;
  background: #ffffff;
  border: 1px solid #9929ea;
  border-radius: 5px;
  margin: 13px 12px 0 13px;
  /* background: linear-gradient(0deg, #9929EA 0%, #5808FB 100%) !important; */
  text-align: center;
  cursor: pointer;
}

.content {
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.form {
  width: 900px;
  /* height: 1053px; */
  background: #ffffff;
  /* border-radius: 10px; */
  margin-top: 80px;
  margin-bottom: 25px;
  padding: 0;
}

.title {
  height: 92px;
  width: 663px;
  margin: 0 auto 79px auto;
}

.first-des {
  margin-top: 30px !important;
}

.last-des {
  margin-bottom: 26px;
}

.des {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #233466;
  opacity: 0.8;
  text-indent: 20px;
  margin-top: 14px;
}

.item1 {
  margin-bottom: 49px;
}

.input1 {
  font-size: 15px;
  width: 880px;
  border: none;
  padding-left: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ce1f1c;
}

.item-name {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  margin-bottom: 19px;
}
.pwd-btn {
  width: 180px;
  height: 42px;
  background: #ce1f1c;
  border: 1px solid #ce1f1c;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-left: 19px;
  cursor: pointer;
}
.tip {
  /*display: flex;
  align-items: center;
  */
  color: #333333;
  font-size: 18px;
  margin-left: -7px;
}
.tip p {
  color: #ce1f1c;
  display: inline;
}
.tip a {
  color: #014a99;
}

.valid-des {
  position: absolute;
  left: 12px;
  bottom: -16px;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: red;
}

.item2 {
  margin-bottom: 49px;
  background: #ebe5ff;
  border-radius: 5px;
  overflow: hidden;
}

.item2-title1 {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2a004d;
  margin: 12px 0 4px 13px;
}

.item2-title2 {
  font-size: 13px;
  font-family: Source Han Sans CN;
  color: #2a004d;
  margin: 0 0 12px 13px;
}

.btn {
  width: 100px;
  height: 25px;
  background: #ffffff;
  border: 1px solid #9929ea;
  /* border-image: ; */
  border-radius: 5px;
  margin: 0 12px 13px 13px;
}

.item3 {
  margin-bottom: 49px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.item3-title1 {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.item3-title2 {
  font-size: 13px;
  font-family: Source Han Sans CN;
  color: #2a004d;
  margin: 0 0 12px 13px;
}

.item4 {
  margin-bottom: 49px;
  background: #ebe5ff;
  border-radius: 5px;
  overflow: hidden;
}

.item4-title1 {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #2a004d;
  margin: 12px 0 4px 13px;
}

.item4-title2 {
  font-size: 13px;
  font-family: Source Han Sans CN;
  color: #2a004d;
  margin: 0 0 7px 13px;
}

.item4-title3 {
  font-size: 13px;
  font-family: Source Han Sans CN;
  color: #2a004d;
  margin: 0 0 26px 13px;
  width: 319px;
}

.radio {
  display: block;
  /* width: 325px; */
  height: 25px;
  line-height: 25px;
  background: #ffffff;
  border-radius: 5px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  margin-right: 60px;
  color: #333333;
}
input[type="radio"] {
  width: 20px;
  height: 20px;
  border: 2px solid red; /* 杈规棰滆壊 */
}
input[type="checkbox"] {
  border: 2px solid #014a99; /* 杈规棰滆壊 */
  background-color: #014a99; /* 鑳屾櫙棰滆壊 */
  width: 20px;
  height: 20px;
  margin-right: 11px;
}

.radio-content {
  margin: 0px 10px 0 6px;
  accent-color: #ce1f1c;
}

.radio i {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 1px solid #ff5d5b !important;
  background: #ff5d5b !important;
  border-radius: 50%;
  transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.radio input + i:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff5d5b !important;
  opacity: 0;
  transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.radio input:checked + i:after {
  opacity: 1;
}

.submit-btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #ce1f1c;
  border: 1px solid #ce1f1c;
  margin: 81px 0 260px 0;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.jys-select {
  position: absolute;
  top: 9px;
  left: 169px;
}

.advertising-pop-up {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(img/tonghua2024.png);
  width: 417px;
  height: 550px;
  display: none;
}

.advertising-pop-up > a {
  /* position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
  /* z-index: 9999;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(img/tonghua2024.png); */
  width: 417px;
  height: 550px;
  display: block;
}

.advertising-pop-up > p {
  position: absolute;
  top: 1px;
  right: 1px;
  font-size: 20px;
  color: #fff;
  top: -16px;
  right: -20px;
}

.mask {
  background-color: rgba(0, 0, 0, 0.7);
  /* 浣跨敤鍥哄畾瀹氫綅璁╁厓绱犳拺婊″叏灞� */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9900;
  display: none;
}
#qhxx-box {
  margin-top: 18px;
}
#mns-box {
  margin-top: 25px;
}
.qrcode-bottom {
  height: 107px;
  margin-bottom: 30px;
}
.qhxx-iframe {
  width: 530px;
  height: 1531px;
  background: #ffffff;
  border-radius: 10px;
  /* margin-top: 25px; */
  margin-bottom: 25px;
  padding: 0;
}
/* 搴曢儴鐩稿叧 */
.foot {
  width: 100%;
  height: 360px;
  background: #ce1f1c;
  overflow: hidden;
}
.foot-box {
  width: 963px;
  height: 144px;
  margin: 107px auto 0 auto;
  display: flex;
  position: relative;
}
.foot-font {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
/* } */

@media only screen and (max-device-width: 1px) {
  body {
    /* min-width: 1200px; */
    background-color: #d3ccff;
  }

  .bg {
    height: 28.1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(img/banner_m.png?=v20250325);
  }

  .page-btn-box {
    display: flex;
    /* height: 50px; */
    justify-content: center;
    align-items: center;
  }

  .page-btn {
    font-size: 1.36rem;
    width: 12.5rem;
    height: 3.1rem;
    text-align: center;
    line-height: 3.1rem;
    background: #ffffff;
    border: 0.1rem solid #9929ea !important;
    overflow: hidden !important;
    border-radius: 1.6rem !important;
    margin: 1.3rem 0.2rem;
    display: flex;
    justify-content: center;
  }

  .content {
    background-color: #d3ccff;
    display: flex;
    justify-content: center;
  }

  .form {
    width: 31.3rem;
    /* height: 127.8rem; */
    background: #ffffff;
    border-radius: 1.3rem;
    margin-top: 0.7rem;
    margin-bottom: 4.7rem;
    padding: 0 2.3rem;
  }

  .title {
    height: 5.7rem;
    line-height: 4.4rem;
    text-align: center;
    width: 28.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../img/title_bg.png);
    margin-left: 1.4rem;
    color: #fff;
    font-size: 2.6rem;
    margin-top: 3rem;
    margin-bottom: 1.9rem;
  }

  .first-des {
    margin-top: 1.9rem !important;
  }

  .last-des {
    margin-bottom: 3.8rem;
  }

  .des {
    font-size: 1.9rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #233466;
    opacity: 0.8;
    text-indent: 2.4rem;
    margin-top: 1rem;
    /* letter-spacing: 0.23rem; */
  }

  .item1 {
    margin-bottom: 1.3rem;
  }

  .input1 {
    height: 4.5rem;
    background: #ebe5ff;
    border-radius: 0.6rem;
    font-size: 1.9rem;
    width: 49%;
    border: none;
    padding-left: 51%;
    color: #2a004d;
  }
  #jyly-in {
    width: 32% !important;
    padding-left: 68% !important;
  }

  .item-name {
    position: absolute;
    left: 1.2rem;
    top: 0;
    height: 4.5rem;
    display: flex;
    align-items: center;
    font-size: 1.9rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2a004d;
  }

  .valid-des {
    position: absolute;
    left: 1.2rem;
    bottom: -1.5rem;
    font-size: 1.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: red;
  }

  .item2 {
    margin-bottom: 1.3rem;
    background: #ebe5ff;
    border-radius: 0.6rem;
    overflow: hidden;
  }

  .item2-title1 {
    font-size: 1.9rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2a004d;
    margin: 1.2rem 0 0.4rem 1.3rem;
  }

  .item2-title2 {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    color: #2a004d;
    margin: 0 0 1.2rem 1.3rem;
  }

  .btn {
    font-size: 1.5rem;
    width: 12.5rem;
    height: 3.1rem;
    /* background: #FFFFFF; */
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 100%) !important;
    border: 0.1rem solid #9929ea !important;
    overflow: hidden;
    /* border-image: ; */
    border-radius: 0.6rem !important;
    margin: 0 3.4rem 1.3rem 1.3rem;
    color: #000;
  }

  input[type="text" i] {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .item3 {
    margin-bottom: 1.3rem;
    background: #ebe5ff;
    border-radius: 0.6rem;
    overflow: hidden;
  }

  .item3-title1 {
    font-size: 1.9rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2a004d;
    margin: 1.2rem 0 0.4rem 1.3rem;
  }

  .item3-title2 {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    color: #2a004d;
    margin: 0 0 1.2rem 1.3rem;
  }

  .item4 {
    margin-bottom: 1.3rem;
    background: #ebe5ff;
    border-radius: 0.6rem;
    overflow: hidden;
  }

  .item4-title1 {
    font-size: 1.9rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2a004d;
    margin: 1.2rem 0 0.4rem 1.3rem;
  }

  .item4-title2 {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    color: #2a004d;
    margin: 0 0 0.7rem 1.3rem;
  }

  .item4-title3 {
    font-size: 1.5rem;
    font-family: Source Han Sans CN;
    color: #2a004d;
    margin: 0 0 1.3rem 1.3rem;
    width: 27.5rem;
    letter-spacing: 0.1rem;
  }

  .radio {
    margin: 0 0 1.3rem 1.3rem;
    display: block;
    width: 28.3rem;
    height: 3.1rem;
    line-height: 3.1rem;
    background: #ffffff;
    border-radius: 0.6rem;
    background: #ffffff;
    font-size: 1.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2a004d;
    display: flex;
    align-items: center;
  }

  .radio-content {
    margin: 0px 0.6rem 0 0.6rem;
  }

  /* .radio i {
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    outline: 0;
    border: 1px solid #ff5d5b !important;
    background: #ff5d5b !important;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
  }
  
  .radio input + i:after {
      position: absolute;
      content: '';
      top: 3px;
      left: 3px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: #ff5d5b !important;
      opacity: 0;
      transition: opacity .1s;
      -webkit-transition: opacity .1s;
  }
  
  .radio input:checked + i:after {
      opacity: 1;
  } */
  .submit-btn {
    width: 28.1rem;
    height: 4.7rem;
    line-height: 4.7rem;
    background: linear-gradient(0deg, #9929ea 0%, #5808fb 100%);
    border-radius: 2.3rem;
    /* margin: 4.7rem 0 6.3rem 1.6rem; */
    margin: 4.7rem 0 3.3rem 1.6rem;
    border: none;
    font-size: 2.3rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #ffffff;
  }

  .jys-select {
    position: absolute;
    top: 1.2rem;
    left: 16rem;
  }
  .advertising-pop-up {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(img/tonghua2024.png);
    width: 31rem;
    height: 46.5rem;
    display: none;
  }
  .advertising-pop-up > a {
    /* position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
    /* z-index: 9999;
    margin: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(img/tonghua2024.png); */
    width: 31rem;
    height: 46.5rem;
    display: block;
  }

  .advertising-pop-up > p {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    font-size: 2rem;
    color: #fff;
    top: -1.6rem;
    right: -2rem;
  }

  .mask {
    background-color: rgba(0, 0, 0, 0.7);
    /* 浣跨敤鍥哄畾瀹氫綅璁╁厓绱犳拺婊″叏灞� */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9900;
    display: none;
  }
  #qhxx-box {
    margin-top: 0;
  }
  #mns-box {
    margin-top: 0.7rem;
  }
  #mns-box > .fa-chevron-left {
    display: none !important;
  }
  .qrcode-bottom {
    height: 8.4rem;
    margin-bottom: 3rem;
  }
  .qhxx-iframe {
    /* width: 35.8rem;
    height: 179.1rem; */
    width: 100%;
    height: 109.1rem;
    /* background: #ffffff; */
    border-radius: 1rem;
    /* margin-top: 25px; */
    margin-bottom: 2.5rem;
    padding: 0;
  }
}
