.contentBox {
    padding: 0 30px;
}

:root {
    font-size: 12px;
    /*根元素的字体大小*/
}

.textButton {
    margin-top: 11px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #000000;
    font-size: 12px;
    padding-left: 10px;
    position: relative;
}

.textBox i {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 38%;
}

.iconUp {
    background-image: url('../images/iconup.png');
    background-size: 8px 8px;
    background-repeat: no-repeat;
}

.iconDown {
    background-image: url('../images/icondown.png');
    background-size: 8px 8px;
    background-repeat: no-repeat;
}

.displayBox {
    font-size: 12px;
    color: #697098;
    background-color: #F8F9FF;
    padding: 10px;
    display: none;
}

.topImg {
    width: 56px;
    height: 56px;
    padding: 18px;
    margin: 45px auto 0;
    background: white;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.top center {
    margin: 25px 0 28% 0;
    font-size: 32px;
}

.sectionBox {
    margin-bottom: 30px;
    padding: 0 22px;
}

.sectionBox center {
    font-size: 16px;
    margin-bottom: 18px;
}

.group_1 {
    padding: 18px 24px;
    height: 69px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.06);
}

.group_2 {
    height: 69px;
    width: 100%;
    border-radius: 4px;
    color: #FFFFFF;
    background-color: #323232;
}

.group_2 img {
    width: 22px;
    display: inline-block;
    margin: 4px 20px 8px 30px;
    vertical-align: middle;
}

.group_3 {
    display: inline-block;
    margin-top: 23px;
    line-height: 20px;
}

.group_3 span {
    font-size: 12px;
    color: #999999;
}

.pc_swiper {
    width: 28%;
    position: absolute !important;
    right: 18%;
    top: 14%;
}

.pc_content {
    background-image: url(../images/pc_navtwo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    height: 37em;
    width: 100%;
}

.pc_flexBox {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pc_textBox {
    margin-bottom: 40px;
}

.pc_contentBox center {
    font-size: 48px;
}

.pc_textButton {
    width: 506px;
    height: 102px;
    border: 1px solid #000000;
    line-height: 102px;
    font-size: 24px;
    padding-left: 50px;
    position: relative;
}

.pc_textButton i {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 38%;
}

.pc_iconUp {
    background-image: url('../images/pc_iconup.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.pc_iconDown {
    background-image: url('../images/pc_icondown.png');
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.pc_displayBox {
    width: 468px;
    font-size: 14px;
    line-height: 30px;
    color: #697098;
    background-color: #F8F9FF;
    padding: 28px 45px;
    display: none;
}

.bottom_qrcode {
    width: 98px;
    height: 98px;
}

footer {
    padding: 36px 19.8%;
    display: flex;
    justify-content: space-between;
}

.footerLeft {
    display: flex;
    justify-content: space-between;
}

.footerLeft div {
    margin-left: 60px;
}

.footerLeft div p {
    font-size: 40px;
    margin-bottom: 10px;
}

.footerLeft div span {
    font-size: 20px;
}

.pcTop {
    margin-top: 217px;
}

.pcCenter {
    margin-bottom: 4% !important;
}

.dowloadBox {
    width: 22rem;
    height: 4rem;
    background-color: #636AFF;
    border-radius: 35px;
    font-size: 1.7rem;
    color: #FFFFFF;
    padding-top: 1.4rem;
    position: absolute;
    top: 14%;
    left: 19%;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}

.dowloadBox img {
    width: 2.5rem;
    height: 2.5rem;
}

.dowloadBox:hover~.top_qrcode {
    display: block;
}

.top_qrcode {
    display: none;
    position: absolute;
    top: 17%;
    left: 22%;
    padding: 15px;
    background: #FFFFFF;
    width: 10rem;
    border-radius: 15px;
}

.registerBox {
    padding: 39px 20px 0;
}

.register_top img {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: bottom;
}

.register_div {
    margin-left: 20px;
    display: inline-block;
}

.register_div p {
    font-size: 23px;
    font-weight: 500;
}

.register_top>div span {
    font-size: 10px;
}

.register_topImg {
    margin: 18px 0 26px 0;
}

.register_content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 19px;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

.register_content input {
    font-size: 15px;
    border: none;
}

.register_content .btnClick {
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    background-color: #636AFF;
    border: none;
    border-radius: 8px;
    margin: 12px 0 52px 0;
}

.register_bottom {
    width: 100%;
    height: 62px;
    box-sizing: border-box;
    line-height: 30px;
    padding: 14px 0;
    border-bottom: 0.5px solid #DADBDA;
}

.register_bottom .sendBtn {
    position: absolute;
    right: 10%;
    width: 84px;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: #636AFF;
    border: none;
}

.register_bottom .radio {
    vertical-align: sub;
}

.register_bottom span {
    color: #A4A6C1;
}

input::-webkit-input-placeholder {
    color: #A4A6C1;
    font-size: 13px;
}

input:-moz-placeholder {
    color: #A4A6C1;
    font-size: 13px;
}

input:-ms-input-placeholder {
    color: #A4A6C1;
    font-size: 13px;
}

.vanCell img {
    width: 27px;
    height: 18px;
    display: inline;
    vertical-align: sub;
}

.van-dropdown-menu {
    height: 47px !important;
    display: inline-flex !important;
}

.van-overlay {
    height: 0 !important;
}

.van-dropdown-menu span {
    color: #000000;
}

[class*=van-hairline]::after {
    display: none;
}

.van-hairline--top-bottom {
    width: 20%;
}

.van-dropdown-item--down {
    width: 89%;
    margin: 0 auto;
}

.pcDown .van-dropdown-item--down {
    width: 760px;
    margin: 0 auto;
}

.pic_validate {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 998;
}

.pic_validate .pic_validate_container {
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
}

.pic_validate_container .validate_container_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.validate_container_img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.validate_container_img img.small {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.validate_container_img .reful {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.validate_container_img .reful img {
    width: 100%;
    height: 100%;
    display: block;
}

.auth-control_ {
    overflow: hidden;
}

.range-box {
    position: relative;
    width: 100%;
    background-color: #eef1f8;
    margin-top: 20px;
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(240, 240, 240, 0.6) inset;
}

.range-box .range-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #b7bcd1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    width: 100%;
}

.range-box .range-slider {
    position: absolute;
    height: 100%;
    width: 46px;
    background: #636AFF;
    border-radius: 3px;
}

.range-btn {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    right: 0;
    width: 46px;
    height: 100%;
    background: #636AFF;
    border-radius: 3px;
    box-shadow: 0 0 4px #ccc;
    cursor: pointer;
}

.range-btn>div {
    width: 0;
    height: 30%;
    margin-right: 2px;
    border: solid 1px #eef1f8;
    border-color: #eef1f8;
}

.close_btn {
    position: fixed;
    right: -2%;
    top: -20%;
}

.close_btn img {
    width: 24px;
    height: 24px;
    display: block;
}

#NECaptchaDom {
    position: fixed;
    top: 30%;
    margin: 0 auto;
}

.success {
    width: 100%;
    height: 25px;
    background: #eef1f8;
    position: absolute;
    bottom: -32px;
    left: 0;
    font-size: 10px;
    text-align: center;
    line-height: 25px;
    border-radius: 0 0 5px 5px;
    transition: all 0.5s;
    opacity: 0;
}

.green {
    background: #eef1f8;
    color: #28a03b;
}

.red {
    color: #fff;
    background: #f75064;
}

.bottomtotop {
    bottom: 0;
    opacity: 1;
}
.van-cell {
    background-color: #EEEEEE !important;
}
.searchDiv ~ .vanCell {
    background-color: #F6F6F6 !important;
}
.searchDiv input{
    background: #EEEEEE;
}
.searchImg{
    width: 14px !important; 
    height: 14px !important;
}
.androidBox {
    width: 325px;
    height: 336px;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -162.5px;
    z-index: 2;
    display: none;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .5); 

  }
  .androidBox .title {
    color: #333;
    font-size: 17px;
    text-align: center;
    margin: 15px 0 48px;
  }
  .topDown,.bottomDown {
    margin: 0 auto;
    width: 230px;
    height: 39px;
    text-align: center;
    background-color: #fd284a;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 39px;
  }
  .bottomDown{
    background-color: #15A944;
  }
  .topDown img,
  .bottomDown img {
    width: 18px;
    height: 20px;
    display: inline;
    vertical-align: sub;
    margin-right: 16px;
  }
  .topText,.bottomText {
    line-height: 15px;
    font-size: 11px;
    color: #333;
    text-align: center;
    margin: 8px 0 38px;
    color: #ff0000;
    text-shadow: 
    0.5px 0.5px 0 yellow, 
    -0.5px 0.5px 0 yellow, 
    0.5px -0.5px 0 yellow, 
    -0.5px -0.5px 0 yellow; /* 模拟0.5像素描边 */
  }
  .bottomText{
    color: #333;
    text-shadow: none;
  }