@charset "utf-8";
/* CSS Document */
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font: 18px/36px "MicroSoft YaHei", "FZLanTingHeiS-DB-GB", "Hiragino Sans GB", Arial, sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
ul,
dl,
dt,
dd,
a,
i,
b,
em,
strong,
img,
input {
  margin: 0;
  padding: 0;
}
b,
strong,
i,
em {
  font-weight: normal;
}
body,
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
input,
:focus {
  outline: 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input::focus-inner {
  padding: 0;
  border: 0;
}
input::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
select::-ms-expand {
  display: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
img {
  vertical-align: top;
  border: none;
  max-width: 100%;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
::selection {
  background: #D03333;
  color: white;
  text-shadow: none;
}
::-webkit-scrollbar-track-piece {
  width: 6px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  height: 0.5rem;
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
textarea,
select {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/*通用*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}
.box_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.submit,
.submit_cx {
  width: 225px;
  height: 56px;
  border: none;
  border-radius: 28px;
  background: linear-gradient(#fff081, #ffdf2d);
  box-shadow: 0 5px 0 #ff8d04;
  font-size: 24px;
  color: #222;
  line-height: 56px;
  font-weight: bold;
  margin: 10px auto 0;
  cursor: pointer;
  text-align: center;
}
.submit:hover,
.submit_cx:hover {
  opacity: 0.92;
}
.btn_box {
  display: flex;
  justify-content: center;
}
/* 通用头部+底部 */
.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;
}
.ht_top h1 {
  float: left;
  padding-left: 5px;
}
.ht_top h1 a {
  float: left;
  width: 131px;
  height: 41px;
  overflow: hidden;
  text-indent: -100em;
  background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
  background-size: contain;
  font-size: 12px;
}
.ht_top .zt_top {
  width: 1070px;
  height: 41px;
  margin: 0 auto;
}
.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;
}
.Width {
  width: 1200px;
  background: red;
  margin: 0 auto;
}
.footer {
  clear: both;
  position: relative;
  text-align: center;
  background: #333;
  padding-bottom: 2%;
  padding-top: 2%;
}
.footer p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.footer p span {
  padding: 0 5px;
}
.footer p a {
  color: #fff;
}
/* 通用头部+底部 end */
.hide {
  display: none !important;
}
/* 首页 */
.box_index {
  background: url(../images/bg.jpg) no-repeat top center, url(../images/repeat.png) repeat-y;
  box-sizing: border-box;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.box_index .box_index_t {
  height: 730px;
  padding-top: 160px;
  padding-left: 30px;
}
.box_index .box_index_t img {
  display: block;
}
.box_index .box_index_t p {
  display: flex;
}
.box_index .box_index_t p span {
  background: url(../images/t_bg.png) no-repeat center;
  background-size: contain;
  width: 141px;
  height: 81px;
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  color: #088f65;
  box-sizing: border-box;
  padding-top: 22px;
  margin-right: 25px;
}
.box_index .title_h3 {
  margin-top: 60px;
  text-align: center;
  font-size: 52px;
  line-height: 62px;
  color: #fff;
}
.box_index .title_h3 b {
  font-size: 62px;
  color: #fdf5a6;
  line-height: 62px;
  font-weight: bold;
  -webkit-text-stroke-width: 3px;
  /* 描边宽度 */
  -webkit-text-stroke-color: #17b286;
  /* 描边颜色 */
}
.box_index .title_h6 {
  width: 400px;
  height: 32px;
  border-radius: 13px;
  background: linear-gradient(#f6ffb4, #fff3a2);
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #015c40;
  margin: 20px auto 35px;
}
.box_index .box_container_style {
  background-color: #17b286;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
}
.box_index .box_container_style > div {
  background-color: #dff8f0;
  border-radius: 20px;
}
.box_index .box_container_style > div.s_b {
  padding-bottom: 30px;
}
.box_index .ul_top {
  display: flex;
  justify-content: space-between;
  padding: 55px 30px 30px;
}
.box_index .ul_top li {
  position: relative;
  width: 345px;
  height: 250px;
  border-radius: 28px;
  background-color: #ffffff;
  box-shadow: 0 13px 18px #bfebdb;
  box-sizing: border-box;
  padding-top: 30px;
}
.box_index .ul_top li::after {
  content: '';
  background-color: #00b36d;
  width: 100%;
  height: 30px;
  border-radius: 28px 28px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.box_index .ul_top li img {
  position: absolute;
  width: 59px;
  height: 54px;
  left: -13px;
  top: -25px;
  z-index: 2;
}
.box_index .ul_top li h6 {
  background-color: #009b5e;
  height: 105px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 25px;
  text-align: center;
  justify-content: center;
}
.box_index .ul_top li p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 35px 0;
  text-align: center;
}
.box_index .btn_top {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
  box-sizing: border-box;
  padding-left: 150px;
}
.box_index .btn_top button {
  width: 268px;
  height: 56px;
  border: none;
  border-radius: 28px;
  background: linear-gradient(#fff081, #ffdf2d);
  box-shadow: 0 5px 0 #ff8d04;
  font-size: 24px;
  color: #222;
  line-height: 56px;
  font-weight: bold;
  margin: 0 15px;
  cursor: pointer;
}
.box_index .title_h4 {
  text-align: center;
  font-size: 34px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
  padding-top: 45px;
}
.box_index .title_h4 strong {
  color: #047d5c;
  font-weight: bold;
}
.box_index .ul_middle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #7bd5bb;
  margin: 0 25px;
}
.box_index .ul_middle li {
  font-size: 18px;
  color: #333;
  margin: 0 10px;
  line-height: 30px;
  position: relative;
  text-indent: 18px;
}
.box_index .ul_middle li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #17b286;
}
.box_index .ul_bottom {
  width: 900px;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 20px;
  border: 1px solid #17b286;
  margin: 0 auto;
  background-color: #fff;
}
.box_index .ul_bottom li {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  color: #333;
  border-radius: 7px;
  background-color: #dff8f0;
  margin-bottom: 20px;
}
.box_index .ul_bottom li:last-child {
  margin-bottom: 0;
}
.box_index .ul_bottom li i {
  width: 90px;
  background-color: #0a9771;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-style: normal;
  margin-right: 40px;
}
.box_index .ul_bottom li b {
  margin: 0 10px;
}
.box_index .ul_bottom li s {
  color: #f40f0f;
  text-decoration: none;
}
.box_index .t_css {
  font-size: 22px;
  color: #222;
  line-height: 22px;
  text-align: center;
  margin: 10px 0 20px;
}
.box_index .t_css b {
  color: #f40f0f;
}
.box_input {
  padding: 30px 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_input .por {
  width: 31%;
  position: relative;
}
.box_input .por .must {
  font-size: 18px;
  line-height: 54px;
  position: absolute;
  left: 0px;
  top: 0;
  width: 90px;
  height: 54px;
  background-color: #17b286;
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.box_input .por select,
.box_input .por input {
  width: 100%;
  background-color: #fff;
  text-indent: 100px;
  border-radius: 10px;
  font-size: 20px;
  line-height: 54px;
  color: #333;
  transition: 0.2s;
  margin-bottom: 15px;
  border: none;
}
.box_input .por select {
  background: url(../images/select.png) no-repeat 93% center #fff;
}
.box_input .por input:focus,
.box_input .por select:focus {
  border-color: #f6ad9c;
  box-shadow: 0 0 10px rgba(246, 173, 156, 0.3);
}
.box_input .por .send {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 17px;
  border: none;
  color: #333;
  background: #ffe031;
  font-size: 18px;
  width: 75px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  text-indent: 0;
  font-weight: bold;
}
.box_input .por .send:hover {
  opacity: 0.92;
}
.box_input .por.por_x {
  width: 19%;
}
.box_input .por.por_x select,
.box_input .por.por_x input {
  text-indent: 15px;
}
.box_input .user_privacyBox {
  display: flex;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  margin: 0 auto;
  color: #333;
}
.box_input .user_privacyBox input {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
  width: 100% !important;
}
.nc-container .nc_scale span,
.nc-container .nc_scale .scale_text,
.nc-container .nc_scale span,
.nc_scale {
  font-size: 20px !important;
  line-height: 54px !important;
  height: 54px !important;
  box-sizing: border-box;
}
.nc_scale {
  background-color: #e7e9f5;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 50px;
  }
  .ht_top h1 {
    display: flex;
    align-items: center;
    height: 41px;
  }
  .ht_top h1 a {
    height: 0.5333rem;
    width: 1.7333rem;
  }
  .Width {
    width: 100%;
  }
  .box_container {
    width: 96%;
  }
  .submit,
  .submit_cx {
    width: 3rem;
    height: 0.7467rem;
    border-radius: 0.3733rem;
    box-shadow: 0 0.0667rem 0 #ff8d04;
    font-size: 0.32rem;
    line-height: 0.7467rem;
    margin: 0.1333rem auto 0;
  }
  /* 首页 */
  .box_index {
    background-size: 170%,cover;
    max-width: 100%;
    padding-bottom: 0.5rem;
  }
  .box_index .box_index_t {
    height: auto;
    padding-top: 0.7rem;
    padding-left: 0.1rem;
  }
  .box_index .box_index_t img {
    width: 70%;
  }
  .box_index .box_index_t p span {
    width: 1.2rem;
    height: 0.8rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    padding-top: 0.2rem;
    margin-right: 0.1rem;
  }
  .box_index .title_h3 {
    margin-top: 1.2rem;
    font-size: 0.36rem;
    line-height: 0.46rem;
  }
  .box_index .title_h3 b {
    font-size: 0.46rem;
    line-height: 0.46rem;
    -webkit-text-stroke-width: 0.01rem;
    /* 描边宽度 */
  }
  .box_index .title_h6 {
    width: 5.3333rem;
    height: 0.4267rem;
    border-radius: 0.1733rem;
    font-size: 0.3467rem;
    line-height: 0.4267rem;
    margin: 0.2667rem auto 0.4667rem;
  }
  .box_index .box_container_style {
    border-radius: 0.2rem;
    padding: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .box_index .box_container_style > div {
    border-radius: 0.2667rem;
  }
  .box_index .box_container_style > div.s_b {
    padding-bottom: 0.3rem;
  }
  .box_index .ul_top {
    flex-wrap: wrap;
    padding: 0.7333rem 0.2rem 0rem;
  }
  .box_index .ul_top li {
    width: 100%;
    height: auto;
    border-radius: 0.3733rem;
    box-shadow: 0 0.1733rem 0.24rem #bfebdb;
    padding-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .box_index .ul_top li:last-child {
    margin-bottom: 0.2rem;
  }
  .box_index .ul_top li::after {
    height: 0.4rem;
    border-radius: 0.3733rem 0.3733rem 0 0;
  }
  .box_index .ul_top li img {
    width: 0.7867rem;
    height: 0.72rem;
    left: -0.1733rem;
    top: -0.3333rem;
  }
  .box_index .ul_top li h6 {
    height: auto;
    font-size: 0.2133rem;
    line-height: 0.32rem;
    padding: 0.26rem 0.1333rem;
  }
  .box_index .ul_top li p {
    font-size: 0.2133rem;
    line-height: 0.32rem;
    padding: 0.2667rem 0.4667rem;
  }
  .box_index .btn_top {
    font-size: 0.24rem;
    line-height: 0.7467rem;
    padding-bottom: 0.3rem;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .box_index .btn_top button {
    width: 3.5733rem;
    height: 0.7467rem;
    border-radius: 0.3733rem;
    box-shadow: 0 0.0667rem 0 #ff8d04;
    font-size: 0.3rem;
    line-height: 0.7467rem;
    margin: 0 auto;
  }
  .box_index .btn_top span {
    width: 100%;
  }
  .box_index .title_h4 {
    font-size: 0.4533rem;
    line-height: 0.4533rem;
    padding-top: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .box_index .ul_middle {
    padding-top: 0.3rem;
    padding-bottom: 0.2667rem;
    margin: 0 0.3333rem;
  }
  .box_index .ul_middle li {
    font-size: 0.24rem;
    margin: 0 0.1333rem;
    line-height: 0.4rem;
    text-indent: 0.24rem;
  }
  .box_index .ul_middle li::after {
    width: 0.08rem;
    height: 0.08rem;
  }
  .box_index .ul_bottom {
    width: 96%;
    border-radius: 0.1333rem;
    padding: 0.2rem;
  }
  .box_index .ul_bottom li {
    height: 0.4533rem;
    font-size: 0.2133rem;
    line-height: 0.4533rem;
    border-radius: 0.0933rem;
    margin-bottom: 0.2rem;
  }
  .box_index .ul_bottom li:last-child {
    margin-bottom: 0;
  }
  .box_index .ul_bottom li i {
    width: 1rem;
    font-size: 0.24rem;
    line-height: 0.4533rem;
    margin-right: 0.1rem;
  }
  .box_index .ul_bottom li b {
    margin: 0 0.1333rem;
  }
  .box_index .t_css {
    font-size: 0.2933rem;
    line-height: 0.2933rem;
    margin: 0.1333rem 0 0.2667rem;
  }
  .box_input {
    padding: 0 0.2rem;
  }
  .box_input .por {
    width: 48%;
    position: relative;
  }
  .box_input .por .must {
    font-size: 0.24rem;
    line-height: 0.7rem;
    width: 1.2rem;
    height: 0.7rem;
    border-radius: 0.1333rem;
    display: none;
  }
  .box_input .por select,
  .box_input .por input {
    text-indent: 0.15rem;
    border-radius: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.7rem;
    margin-bottom: 0.2rem;
  }
  .box_input .por select {
    background-size: 5%;
  }
  .box_input .por .send {
    position: absolute;
    top: 1px;
    right: -1px;
    border-radius: 0 0.15rem 0.15rem 0;
    font-size: 0.24rem;
    line-height: 0.7rem;
    width: 40%;
    white-space: nowrap;
  }
  .box_input .por.por_x {
    width: 48%;
  }
  .box_input .por.por_x select,
  .box_input .por.por_x input {
    text-indent: 0.15rem;
  }
  .box_input .user_privacyBox {
    font-size: 0.22rem;
    line-height: 0.54rem;
    height: 0.54rem;
  }
  .box_input .user_privacyBox input {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.05rem;
  }
  ._nc .stage1 .track div,
  ._nc .stage1 .label,
  ._nc .stage1,
  ._nc .stage1 .slider,
  .nc-container .nc_scale span,
  .nc-container .nc_scale .scale_text,
  .nc-container .nc_scale span,
  .nc_scale {
    font-size: 0.26rem !important;
    line-height: 0.7rem !important;
    height: 0.7rem !important;
    left: 0;
    right: 0;
  }
  ._nc .stage1 .button {
    width: 0.7rem !important;
    height: 0.7rem !important;
  }
  ._nc .stage1 .track div,
  ._nc .stage1 .label {
    text-align: left;
    text-indent: 0.8rem;
  }
  ._nc .icon {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    font-size: 0.36rem !important;
    line-height: 0.7rem !important;
    left: 0 !important;
  }
  ._nc .stage1 .slider {
    left: 0 !important;
    right: 0 !important;
  }
}
