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

.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(../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: 100%;
  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;
}

.mob_header,
.m-footer {
  display: none;
}

/* 閫氱敤澶撮儴 */
.ht_top {
  width: 100%;
  background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
  overflow: hidden;
}

.Width {
  width: 80%;
  background: red;
  margin: 0 auto;
}

.ht_top .zt_top {
  width: 1070px;
  height: 41px;
  margin: 0 auto;
}

.ht_top h1 {
  float: left;
}

.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: #0d0d0d;
  font-size: 12px;
}

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

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

/* end */

* {
  box-sizing: border-box;
}

/* 閫氱敤搴曢儴 */

.footer {
  clear: both;
  position: relative;
  /* padding: 30px 0 0 0; */
  text-align: center;
  /* padding-bottom: 40px; */
  padding-bottom: 2%;
  /* background: #fbe86b; */
  /* padding-bottom: 15%; */
  margin-top: 10.5%;
}

.footer p {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 30px;
}

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

.footer p a {
  color: #fff;
  text-decoration: none;
}

.box {
  width: 7.5rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.mode {
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  padding: 0.19rem;
  background: #f4f4f4;
}

.inner {
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.63px 5.393px 27px 0px rgba(212, 212, 212, 0.31);
  display: flex;
  flex-direction: column;
  padding: 0.14rem;
}

.serach-box {
  width: 100%;
  display: flex;
  position: relative;
}

.serach-box input {
  width: 100%;
  height: 0.8rem;
  background: #efefef;
  border-radius: 0.5rem !important;
  /* text-align: center; */
  color: #666666;
  padding-left: 1.4rem;
  font-size: 0.22rem;

}

.serach-box input::placeholder {
  color: #666666;
  font-size: 0.22rem;
}

.btn {
  width: 2.5rem;
  height: 0.8rem;
  background-image: -moz-linear-gradient(85deg, rgb(254, 87, 8) 0%, rgb(254, 146, 54) 100%);
  background-image: -webkit-linear-gradient(85deg, rgb(254, 87, 8) 0%, rgb(254, 146, 54) 100%);
  background-image: -ms-linear-gradient(85deg, rgb(254, 87, 8) 0%, rgb(254, 146, 54) 100%);
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.3rem;
  font-family: "FZLanTingHeiS-B-GB";
  color: rgb(255, 255, 255);
  -moz-transform: scale(1.01, 1);
  -webkit-transform: scale(1.01, 1);
  -ms-transform: scale(1.01, 1);
  border-radius: 0.5rem;
  font-weight: bold;
  position: absolute;
  right: 0;
}

.sel-box {
  position: absolute;
  top: 0.8rem;
  width: 65%;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  box-shadow: 2.63px 5.393px 27px 0px rgba(212, 212, 212, 0.31);
  height: 3rem;
  overflow: scroll;
  border-radius: 0 0 0.2rem 0.2rem;
  border: 0.01rem solid #000;
  display: none;

}

.sel-box li {
  font-size: 0.25rem;
  width: 100%;
  border-bottom: 0.01rem solid #666666;
  padding: 0.1rem 0;
}

.code-box {
  width: 100%;
  display: flex;
flex-direction: column;
background: #fe8a30;
border-radius: 0.1rem;
  /* height: 1.75rem; */
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  align-items: center;
}
.bg1 span:nth-child(5){
  width: 10%;
}
.bg1 span:nth-child(6){
  width: 10%;
}
.bg1 span:nth-child(4){
  width: 40%;
}
.code {
  width: 2rem;
  height: 2rem;
  border: 0.05rem solid #ff551b;
  border-radius:1rem;
  /* margin-top: -0.025rem;
  margin-left: 0.3rem; */
margin-top: 2%;
margin-bottom: 2%;
}
.code img{
  width: 100%;
  height: 100%;
}
.xx-box {
  width: 100%;
 padding: 0.2rem;
  display: flex;
  flex-direction: column;
}

.zy {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  margin-top: 0.2rem;


}

.zy img {
  width: 0.83rem;
  height: 0.2rem;
}

.bk {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0.1rem;
  /* justify-content: space-between; */
}

.xl {
  font-size: 0.28rem;
  font-weight: bold;
  font-family: "FZLanTingHeiS-H-GB";
  color: rgb(249, 250, 54);
  margin-right: 0.16rem;
  display: block;
}

.xk {
  font-size: 0.26rem;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(255, 255, 255);
  margin-right: 0.16rem;
  display: block;



  text-align: left;
}

.yx {
  border-radius: 16px;
  background-image: -moz-linear-gradient(85deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  background-image: -webkit-linear-gradient(85deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  background-image: -ms-linear-gradient(85deg, rgb(255, 225, 101) 0%, rgb(255, 241, 168) 100%);
  display: block;

  font-size: 0.22rem;
  padding: 0 0.2rem;
  font-family: "FZLanTingHeiS-DB-GB";
  color: rgb(86, 54, 9);

  text-align: center;

}
.tit{
  width: 5.55rem;
  margin: 0.27rem auto 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.gun{
  width: 4.36rem;
  position: absolute;
  bottom: -1%;
  z-index: 1;
}
.xx{
  width: 0.48rem;
}
.inf{
    font-size: 0.36rem;
    font-weight: bold;
    margin: 0 0.4rem;
    font-family: "FZLanTingHeiS-H-GB";
  color: #000;
  z-index: 2;
  text-align: center;

}
.inf span{
  color: rgb(254, 95, 15);

}
.bg-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 0.38rem;
}
.bg-top{
  width: 100%;
  display: flex;
  background-image: -moz-linear-gradient( 85deg, rgb(254,118,32) 0%, rgb(254,146,54) 100%);
  background-image: -webkit-linear-gradient( 85deg, rgb(254,118,32) 0%, rgb(254,146,54) 100%);
  background-image: -ms-linear-gradient( 85deg, rgb(254,118,32) 0%, rgb(254,146,54) 100%);
  padding: 0.32rem 0;
}
.bg-top li{
  width: 16.6666666%;
    font-size: 0.24rem;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
  
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  
}
.bg-top li:nth-child(5){
  width: 10%;
}
.bg-top li:nth-child(6){
  width: 10%;
}
.bg-top li:nth-child(4){
  width: 40%;
}
.bg-xx{
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 10rem;
  overflow: scroll;
}
.bg1{
  width: 100%;
  display: flex;
  border-bottom: 0.01rem solid #000;
  border-left: 0.01rem solid #000;
  border-right: 0.01rem solid #000;
}
.bg1 span{
  width: 16.66666%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.01rem solid #000;
  
}
.bg1 span:last-child{
  border-right: none;
}
.img-box{
  width: 100%;
  display: flex;justify-content: space-between;
}
.img-box a{
  width: 32%;
  box-shadow: 2.63px 5.393px 27px 0px rgba(212, 212, 212, 0.31);

}
.img-box a img{
  width: 100%;
}
.zy-bbox{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.zy-top{
  width: 100%;
  display: flex;
  border: 0.01rem solid #fff;


}
.zy-top li{
  width: 33.3%;
  text-align: center;
  border-right: 0.01rem solid #fff;
  padding: 0.2rem 0;
  font-weight: bold;
  font-size: 0.25rem;
  color: #fff;
}
.zy-top li:last-child{
  border: none;
}
.zy-nr{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.zy-xx{
  display: flex;
  border: 0.01rem solid #fff;
border-top: none;
  
}
.zy-xx li{
  width: 33.3%;
  text-align: center;
  padding: 0.2rem;
  border-right: 0.01rem solid #fff;
color: rgb(249, 250, 54);
font-size: 0.25rem;
}
.zy-xx li:last-child{
  border: none;
}




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

.tc-box {
  margin: 0 auto;
  background: url(../img/tc-bg.png)no-repeat;
  background-size: 100% 100%;
  width: 25%;
  display: flex;
  flex-direction: column;
  padding: 0 1% 2% 1%;

}

.dl {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  padding: 4% 0 5% 0;
}

.por {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  margin-bottom: 19px;
  justify-content: space-around;
}

.por span {
  width: 20%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.por input {
  width: 75%;
  border-radius: 9px !important;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 8px 0px rgba(154, 22, 15, 0.77);
  height: 100%;
  padding-left: 2%;
  font-size: 12px;
}

#__nc {
  display: block;
  box-sizing: border-box;
  width: 75%;
  height: 50px;
  border: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  font-size: .8rem;
  padding: 0;
  border-radius: 9px !important;

}

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

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

._nc .stage1 .button {
  width: 50px !important;
  height: 50px !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: 50px;
}

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

.nc_scale {
  height: 50px !important;
}

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

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

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

.hk {
  opacity: 0;
}

.yzm {
  width: 75%;
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

.code {
  width: 100% !important;

}

.send {
  width: 30% !important;
  position: absolute;
  right: 0;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  height: 50% !important;
  border-left: 1px solid #ccc;
  border-radius: 0 !important;
  color: #ed3617;
  border-radius: none!important;
}

.zhu {
  text-align: center;
  font-size: 14px;
  padding: 15px 0 17px 0;

}

.zhu a {
  color: #ffe880;
  text-decoration: underline;
}

.submit {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 239, 193);
  background-image: -moz-linear-gradient(3deg, rgb(255, 202, 75) 0%, rgb(255, 236, 133) 100%);
  background-image: -webkit-linear-gradient(3deg, rgb(255, 202, 75) 0%, rgb(255, 236, 133) 100%);
  background-image: -ms-linear-gradient(3deg, rgb(255, 202, 75) 0%, rgb(255, 236, 133) 100%);
  box-shadow: 0px 3px 8px 0px rgba(171, 23, 16, 0.9);
  width: 45%;
  margin: 0 auto;
  text-align: center;
  font-size: 22px;
  color: #da3023;
  font-weight: bold;
  border-radius: 50px;
  padding: 2% 0;
}

.nc-container .nc_scale .btn_slide {
  border-radius: 9px !important;
  background-image: -moz-linear-gradient(-45deg, rgb(255, 230, 124) 0%, rgb(225, 66, 29) 99%) !important;
  background-image: -webkit-linear-gradient(-45deg, rgb(255, 230, 124) 0%, rgb(225, 66, 29) 99%) !important;
  background-image: -ms-linear-gradient(-45deg, rgb(255, 230, 124) 0%, rgb(225, 66, 29) 99%) !important;
  box-shadow: inset 0px 0px 8px 0px rgba(255, 179, 157, 0.67) !important;

}

#your-dom-id,
#nc_1_wrapper,
#nc_1_n1t,
#nc_1__bg,
#nc_1_n1z {
  border-radius: 9px !important;

}

#nc_1__scale_text {
  background: #ffefd4 !important;
  border-radius: 9px !important;
}

.nc-container .nc_scale span.nc-lang-cnt {
  color: #000;
}
.close{
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 23px;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 30px;
  margin: 0.2rem auto 0 auto;
  cursor: pointer;
}

@media screen and (max-width:1000px) {
  .tc-box {
      width: 99%;
  }
  ._nc .stage1 .slider{
    left: 0!important;
    right: 0!important;
  }
  .label{
    font-size: 0.22rem!important;
  }
}