* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.box {
    width: 100%;
    display: flex;
    flex-direction: column;
    
}

.ht_top{width:100%;background:url(https://www.huatu.com/z/413ztjx/images/nav_bg.gif) repeat-x 0; height:41px;}
.logo{float:left;}
.logo img{ border:0; padding:0;}
.zt_top{width:1000px;height:41px;margin:0 auto;}
.topnav{float:right;}
.huatu01{margin-left:10px; font-size:14px; color:#333; text-decoration:none;}
.huatu01:hover{ text-decoration:none; color:#C30;}
.huatu{ float:right; line-height:41px;}

	

.wx{position: relative;padding-left: 30px;background: url(https://u2.huatu.com/hubei/2018/kc_wxin.png) no-repeat left center;cursor: pointer;float:right;margin-left:12px;font-size: 14px;color:#333;z-index: 999;}
.wx:hover .wx_box{display: block;}
.wx:hover{color: #FF4B4E;}
.wx_wrap{min-width: 192px;height: 100px;padding-top: 30px;margin-bottom: 13px;}
.wx_box{display: none;position: absolute;bottom: -150px;padding-left: 20px;left: 0;min-width: 217px;height: 150px;background-color: #fff;z-index: 10;box-shadow: 0 0 7px rgba(58, 58, 58, 0.2);}
.wx_box img{display: block;float: left;width: 80px;height: 80px;}
.wx_box a{display: block;float: left;width: 70px;height: 26px;margin-left: 15px;background: #e92930;border-radius: 3px;color: #fff !important;font-size: 14px;line-height: 26px;text-align: center;margin-top:-2px;text-decoration: none;}
.wx_box span{display: block;float: left;margin: 0 0 10px 15px;color: #000;font-size: 14px;line-height: 23px;}





.banner {
    width: 100%;
    display: flex;
    background: url(../img/banner-bg.png)no-repeat;
    background-size: 100% 100%;
    /* height: 1018px; */
    align-items: center;
}

.banner-left {
    width: 39.281%;
    margin-left: 18.75%;
}

.banner-right {
    width: 37.29%;
    margin-top: 3%;
    margin-left: -2.5%;
    margin-bottom: 4.2%;
}

.mode1 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mo1 {
    background: url(../img/mode1-bg.png)no-repeat;
    background-size: 100% 100%;
    /* height: 1015px; */
}

.mo2 {
    background: url(../img/mode2-bg.png)no-repeat;
    background-size: 100% 100%;
    /* height: 1015px; */
}

.inner {
    width: 62.5%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.dt-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.title {
    background: url(../img/title1-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 79.3333%;
    margin: 5% auto 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

}

.title p {
    text-align: center;
    padding: 7% 0 6% 0;
    font-size: 60px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.title-jt {
    position: absolute;
    width: 22.37%;
    right: -13%;
    top: 34%;
}

.djs {
    font-size: 18px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(250, 52, 142);
    display: flex;
    align-items: center;
    margin-left: 16%;
    letter-spacing: 3px;

}

.djs img {
    width: 1%;
    margin-right: 1%;

}

.ques-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ques-box li {
    display: block;
    display: flex;
    background: url(../img/ques-box.png)no-repeat;
    background-size: 100% 100%;
    width: 16.3%;
    /* height: 254px; */
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    padding: 5% 0 12% 0;
    letter-spacing: 2px;
    cursor: pointer;
}

.ques-box li:nth-child(2) {
    margin-top: 13%;
}

.ques-box li:nth-child(4) {
    margin-top: 13%;
}

.ques-box li:nth-child(6) {
    margin-top: 13%;
}

.ques-box li span:nth-child(1) {
    color: #ff99cc;
}

.ques-box li span:nth-child(2) {
    color: #fff;
    margin-left: 5%;
}

.hdgz {
    width: 63.66%;
    margin: 5% auto 0 auto;
    display: block;
}

.rule {
    border-width: 2px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(247, 250, 22);
    width: 100%;
    border-radius: 50px;
    padding: 1% 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 1.5%;
    margin-bottom: 15%;
}

.nl {
    width: 19.3%;
    position: absolute;
    left: -19%;
    top: 47%;
}

.zv {
    width: 24.25%;
    position: absolute;
    right: -19%;
    top: 10%;
}

.change-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* .tab-container {
    display: flex;
    margin-top: 10%;
    justify-content: space-around;
    align-items: center;
  }
  
  .tab-item {
      width: 21.3333%;
    cursor: pointer;
    background: url(../img/tab-bg.png)no-repeat;
    background-size: 100% 100%;
    text-align:center;
    padding: 1% 0 8.5% 0;
  }
  .tab-item p{
      font-size: 22px;
      font-weight: bold;
      color: #000;
  }
  .tab-item span{
      font-size: 20px;
      color: #000;
  }
  .tab-item.active {
    background: url(../img/tab-active.png)no-repeat;
    background-size: 100% 100%;
    padding: 5% 0 11% 0;
    margin-top: -6%;
  }
  
  .tab-content {
    margin-top: 10px;
  }
  
  .tab-pane {
    display: none;
  }
  
  .tab-pane.active {
    display: block;
  } */


.tab-container {
    display: flex;
    margin-top: 10%;
    /* justify-content: space-around; */
    align-items: center;
}

.tab-item {
    width: 21.3333%;
    cursor: pointer;
    background: url(../img/tab-bg.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 1% 0 8.5% 0;
    margin-right: 5%;
}

.tab-item.active .tab-title {
    color: #ff0066;
    font-size: 24px;
    transform: rotate(20deg);

    display: block;
}

.tab-item.active {
    background: url(../img/tab-active.png)no-repeat;
    background-size: 100% 100%;
    padding: 5% 0 11% 0;
    margin-top: -6%;
}

.tab-item.active .tab-description {
    color: #000000;
    transform: rotate(20deg);
    margin-left: -8%;
    display: block;
    font-size: 18px;
}

.tab-content {
    margin-top: 2%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tab-pane {
    display: none;
    background: url(../img/tba-context-bg.png)no-repeat;
    background-size: 100% 100%;
    /* height: 393px; */
    position: relative;
    margin-bottom: 10%;
}

.tab-pane.active {
    display: block;
}

.tab-item span {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.tab-item p {
    font-size: 20px;
    color: #000;
}

.p1 {
    font-size: 33.333px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(250, 52, 142);
    margin: 6% 0 0 16%;

}

.p2 {
    margin: 1% 0 0 16%;
    font-size: 25px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(250, 52, 142);

}

.span1 {
    font-size: 23px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(0, 0, 0);
    margin: 4% 0 8% 16%;
    display: block;
    line-height: 35px;

}

.buy {
    position: absolute;
    background: url(../img/by-bg.png)no-repeat;
    background-size: 100% 100%;
    right: 11%;
    width: 22.16%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.5% 0;
    font-size: 30px;
    letter-spacing: 3px;
    top: 50%;

}

.cc-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3%;
}



.active1 {
    background: url(../img/tt-active-bg.png)no-repeat !important;
    background-size: 100% 100% !important;
}


.tt-top {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
}
.breathing-animation {

    animation: breathing 3s infinite;
  }
  
  @keyframes breathing {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
  }
.header {
    background: url(../img/tt-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 31.41%;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    text-align: center;
    padding: 4% 0;
    cursor: pointer;
    margin-right: 2%;
}

#tableContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    background: #ff3399;
    border: 2px solid #000;
    border-radius: 10px;
    margin-top: 4%;
    margin-bottom: 10%;
}

.tab-box {
    width: 100%;
    border: 2px solid #000;
    border-radius: 10px;
    background: #ffff;
    display: flex;
    flex-direction: column;
}

.table {
    display: none;
    width: 100%;
    display: flex;
    flex-direction: column;

}

.thead {
    width: 100%;
    display: flex;
    border-bottom: 2px solid #000;
}

.thead div {
    width: 25%;
    border-right: 2px solid #000;
    padding: 1% 0;
    text-align: center;
    font-size: 22px;
}

.thead div:last-child {
    border-right: none;
}

.tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tb {
    width: 100%;
    display: flex;
    border-bottom: 2px solid #000;
}

.tb:last-child {
    border-bottom: none;
}

.tb li {
    display: block;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 0;
    text-align: center;
    border-right: 2px solid #000;
    font-size: 18px;
}

.tb li:last-child {
    border-right: none;
}

.mai {
    background: url(../img/by-bg.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
    width: 80%;
    margin: 4% auto;
    font-size: 20px;
    display: block;
    font-weight: bold;
    padding: 6% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd-box {
    background: url(../img/hd-bg.png)no-repeat;
    background-size: 100% 100%;
    height: 870px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10%;
    padding: 7%;
}

.hd-box li {

    width: 23%;
    display: flex;
    flex-direction: column;
}

.img-bbox {
    width: 100%;
    background: url(../img/hd-li-bg.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}

.img-bbox img {
    width: 80%;
    display: block;
    margin: 10% auto 0 14%;
    height: 200px;
    border-radius: 10px;
    margin-bottom: 2%;
}

.img-bbox p {
    text-align: center;
    font-size: 16px;
    margin-left: 8%;
    margin-bottom: 20%;
}

.pri {
    width: 90%;
    margin: -10% auto 0 9%;
    border: 2px solid #000;
    border-radius: 50px;
    padding: 3% 0;
    font-size: 18px;
    display: block;
    background: #ffff33;
    color: #ff3366;
    position: relative;
    text-align: center;
    font-weight: bold;
}

.xxx {
    position: absolute;
    width: 15%;
    right: -5%;
}

.bottom {
    width: 100%;

}



.mask {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;

}

#question-container {
    background: url(../img/dt-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 30.26%;
    height: 744px;
    position: relative;
}

#question-text {
    font-size: 22px;
    width: 70%;
    margin: 10% auto 0 auto;
    display: block;
}

#choices-container {
    width: 70%;
    margin: 6% auto 0 auto;
    display: flex;
    flex-direction: column;
}

.answer-button {
    width: 100%;
    text-align: left;
    font-size: 22px;
    margin-bottom: 1%;
}

.answer-button:hover {
    color: red;
}

#next-button {
    color: #000;
    font-size: 18px;
    position: absolute;
    right: 10%;
    bottom: 22%;
    cursor: pointer;
}

#previous-button {
    color: #000;
    font-size: 18px;
    position: absolute;
    left: 10%;
    bottom: 22%;
    cursor: pointer;
}

#next-button:hover {
    color: #ff99cc;
}

#previous-button:hover {
    color: #ff99cc;
}

#answer-result {
    text-align: center;
    font-size: 20px;
    /* position: absolute;
    top: 30%;
    background: url(../img/answer-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 60%;
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 20%;
    font-size: 18px; */
}

#finish-button {
    text-align: center;
    font-size: 20px;
    margin: 2% auto;
    margin-left: 37.5%;
    display: block;
    background: #ff0066;
    color: #fff;
    padding: 1% 5%;
    font-weight: bold;
    border-radius: 40px;
}

.rown-box {
    background: url(../img/answer-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 317px;
    height: 213px;
    display: flex;
    flex-direction: column;
    display: none;
}

.rown-box img {
    width: 15%;
    display: block;
    cursor: pointer;
    margin: 5% auto 0 auto;
}

.rown-box p {
    font-size: 14px;
    text-align: center;
    margin-top: 2%;
}

.rown-box a {
    display: block;
    margin: 5% auto;
    background: #ff0066;
    font-size: 16px;
    border-radius: 40px;
    padding: 2% 8%;
    color: #fff;
    font-weight: bold;
}

.rown-box span {
    font-size: 18px;
    text-align: center;
}

#result-container {
    /* background: url(../img/allright.png)no-repeat;
    background-size: 100% 100%;
    width: 499px;
    height: 498px;
    display: flex;
    flex-direction: column;
    cursor: pointer; */
}

.allright {
    width: 499px;
    height: 498px;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

.yy-box {
    background: url(../img/yy-box.png)no-repeat;
    background-size: 100% 100%;
    width: 569px;
    /* height: 631px; */
    display: flex;
    flex-direction: column;
    padding: 2% 2% 5% 2%;
    display: none;
}

.yy-tit {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    color: #ff0066;
}

.yy-tit2 {
    font-size: 30px;
    color: #ff0066;
    text-align: center;
}

.yy {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5%;
    position: relative;
}

.distpicker {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4%;
    height: 62px;
}

.distpicker .por {
    width: 49%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.distpicker .por select {
    width: 100%;
    height: 100%;
    border-radius: 63px;
    border: 2px solid #fff;
    font-size: 18px;
    color: #ffff;
    padding-left: 4%;
}

.por {
    width: 100%;
    height: 62px;
    display: flex;
    margin-bottom: 4%;
}

.por input {
    width: 100%;
    height: 100%;
    border-radius: 63px;
    border: 2px solid #fff;
    font-size: 18px;
    color: #ffff;
    padding-left: 2%;
}

.por select {
    width: 100%;
    height: 100%;
    border-radius: 63px;
    border: 2px solid #fff;
    font-size: 18px;
    color: #ffff;
    padding-left: 2%;
}

.por input::placeholder {
    color: #fff;
}

.yzm {
    width: 100%;
    height: 62px;
    display: flex;
    position: relative;
}

.code {
    width: 100%;
    height: 100%;
    border-radius: 63px;
    border: 2px solid #fff;
    font-size: 18px;
    color: #ffff;
    padding-left: 2%;
}

.code::placeholder {
    color: #fff;
}

.send {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(225, 72, 182);
    color: #ffff33;
    border-radius: 50px !important;
    font-size: 18px;
}


#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 62px;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: .8rem;
    padding: 0;
}

._nc .stage,
._nc .stage1 .track div,
._nc .stage1 .label {
    padding: 0 !important;
    height: 62px !important;
    line-height: 62px !important;
    font-size: .8rem;
}

._nc .stage1 .slider {
    height: 62px !important;
    left: .7rem;
    right: .7rem;
}

._nc .stage1 .button {
    width: 62px !important;
    height: 62px !important;
}

.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper,
.nc-container #nc_2_wrapper,
.nc-container.tb-login #nc_2_wrapper {
    width: 100% !important;
    height: 62px;
}

.nc-container .nc_scale .scale_text {
    font-size: 18px !important;
    text-align: left;
}

.nc_scale {
    height: 62px !important;
}

.nc-container .nc_scale span {
    height: 62px !important;
    line-height: 62px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
    line-height: 62px;
}

.nc-container .nc_scale .btn_ok {
    line-height: 62px;
}

textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.5rem;
    border: 1px solid #e5e5e5;
    padding-left: 1.1rem;
    margin-top: .75rem;
    background-color: #f9f9f9;
    border-radius: 0.5rem;
    font-size: .5rem;
}

.submit {
    background: url(../img/submit.png)no-repeat;
    background-size: 100% 100%;
    padding: 12% 0;
    width: 80%;
    position: absolute;
    bottom: -38%;
    left: 10%;
    cursor: pointer;
}

.yysuccess-box {
    background: url(../img/answer-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 371px;
    height: 213px;
    display: flex;
    flex-direction: column;
    text-align: center;
    display: none;
}

.yysuccess-box img {
    width: 15%;
    display: block;
    margin: 5% auto 0 auto;
}

.yysuccess-box p {
    font-size: 20px;
    font-weight: bold;
    color: #ff0066;
    margin-top: 5%;
}

.yysuccess-box span {
    font-size: 16px;
    margin-top: 5%;
}

.yes {
    cursor: pointer;
}
/*.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    overflow: hidden;
}

.ht_top .zt_top {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    font-size: 12px;
}

.ht_top .topnav {
    float: right;
    color: #333;
    font-size: 12px;
    line-height: 40px;
}

.ht_top .topnav a {
    padding: 0 8px;
    color: #333;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}*/

.footer {
    min-width: 1200px;
    clear: both;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-color: #0a0909;
}

.footer p {
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

.footer p a {
    color: #fff;
    font-size: 16px;
}

.footer p span {
    padding: 0 5px;
}

.Width {
    width: 62.5%;
    margin: 0 auto;
}
.gb{
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 2%;

}
.jump {
    animation: jump 1s infinite;
  }
  
  @keyframes jump {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .jump1 {
    animation: jump 1.5s infinite;
  }
  
  @keyframes jump {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0);
    }
  }
  .ccode{
      width: 20%;
      margin: 10% auto 0 auto;
      display: block;
      display: none;
  }
@media screen and (max-width:1400px) {
    .inner {
        width: 85%;
    }

    .nl {
        left: -12%;
    }

    .zv {
        right: -12%;
    }
    .p1{
        margin: 6% 0 0 10%;
    }
    .p2{
        margin: 1% 0 0 12%;
    }
    .span1{
        margin: 4% 0 8% 12%;
    }
}

@media screen and (max-width:1080px) {
	
	
		    /* 通用头部 */
    .zt_top{width: 100%}
	.wx{display: none;}
	
	
    .ccode{
        width: 50%;
        margin: 20% auto 0 auto ;
    }
    
    .mo1 {
        background: url(../img/mode1-bg.png)repeat-y;
        background-size: contain;
        /* height: 1015px; */
    }
    
    .mo2 {
        background: url(../img/mode2-bg.png)repeat-y;
        background-size: contain;
        /* height: 1015px; */
    }
    
    .footer{
        min-width: 100%!important;
    }
    .footer p{
        font-size: 0.16rem;
        line-height: 0.36rem;
    }
    .footer p a{
        font-size: 0.16rem;
    }
    .Width {
        width: 100%;
    }
    .title p {
        font-size: 0.35rem;
        font-weight: bold;
    }

    .djs {
        font-size: 0.18rem;
        font-weight: bold;
    }

    .djs img {
        width: 0.1rem;
    }

    .ques-box li {
        width: 26%;
        font-size: 0.22rem;
        padding: 6% 0 18% 0;
        font-weight: bold;
       
    }
.ques-box{
    justify-content: space-around;
}
    .zv {
        top: 5%;
    }

    .nl {
        top: 61%;
    }

    .hdgz {
        width: 100%;
    }

    .rule {
        border: 0.02rem solid #000;
        font-size: 0.2rem;
        font-weight: bold;
    }

    .tab-item {
        width: 24%;
    }

    .tab-item span {
        font-size: 0.22rem;
    }

    .tab-item p {
        font-size: 0.2rem;
    }

    .tab-item.active .tab-title {
        font-size: 0.22rem;
    }

    .tab-item.active .tab-description {
        font-size: 0.18rem;
    }

    .p1 {
        font-size: 0.25rem;
        font-weight: bold;
        margin: 8% 0 0 8%
    }

    .p2 {
        font-size: 0.2rem;
        margin: 1% 0 0 8%
    }

    .span1 {
        font-size: 0.2rem;
        line-height: 20px;
        margin: 1% 0 8% 8%
    }

    .buy {
        font-size: 0.2rem;
    }

    .header {
        font-size: 0.2rem;
        font-weight: bold;
    }

    .thead div,
    .tb li {
        font-size: 0.22rem;
        font-weight: bold;
    }

    .mai {
        font-size: 0.2rem;
    }
    .hd-box{
        height: 15rem;
        padding: 10% 5% 8% 5%;
    }
    .hd-box li {
        width: 49%;
    }

    .img-bbox img {
        height: 2rem;
    }

    .img-bbox p {
        font-size: 0.2rem;
    }

    .pri {
        font-size: 0.18rem;
    }

    #question-container {
        width: 95%;
        height: 8rem;
    }

    #question-text,
    .answer-button {
        font-size: 0.22rem;
    }

    #next-button,
    #previous-button {
        font-size: 0.22rem;
    }

    #finish-button {
        font-size: 0.22rem;
    }

    .allright {
        width: 4.99rem;
        height: 4.98rem;
    }

    .yy-box {
        width: 5.69rem;
    }

    .yy-tit {
        font-size: 0.33rem;
    }

    .yy-tit2 {
        font-size: 0.3rem;
    }

    .distpicker,
    .por,
    .yzm {
        height: 0.62rem;
        font-size: 0.18rem;
    }

    .distpicker .por select {
        border: 0.02rem solid #fff;

        font-size: 0.18rem;
    }

    .por input {
        font-size: 0.18rem;
        border: 0.02rem solid #fff;

    }

    .por select {
        font-size: 0.18rem;
        border: 0.02rem solid #fff;

    }

    .code,
    .send {
        font-size: 0.18rem;
        border: 0.02rem solid #fff;
    }

    #__nc {
        height: 0.62rem;
    }

    ._nc .stage1 .slider {
        left: 0 !important;
        right: 0 !important;
    }

    ._nc .stage1 .slider,
    ._nc .stage1 .button {
        height: 0.62rem !important;
    }

    ._nc .stage,
    ._nc .stage1 .track div,
    ._nc .stage1 .label {
        font-size: 0.18rem !important;
        line-height: 0.62rem !important;
    }
}