<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f2f8ff;
  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: #0d2f74;
}
input::-moz-placeholder {
  color: #0d2f74;
}
input:-moz-placeholder {
  color: #0d2f74;
}
input:-ms-input-placeholder {
  color: #0d2f74;
}
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: #0d2f74;
}
:-moz-placeholder {
  color: #0d2f74;
}
::-moz-placeholder {
  color: #0d2f74;
}
:-ms-input-placeholder {
  color: #0d2f74;
}
::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;
}
.box_fff {
  background-color: #fff;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
}
.submit,
.submit_yy,
.btn_css {
  border: none;
  color: #fff;
  background: linear-gradient(#1c8ed4, #165be7);
  box-shadow: 0 5px 25px rgba(22, 92, 231, 0.4);
  font-size: 26px;
  line-height: 75px;
  padding: 0 50px;
  border-radius: 38px;
  transition: 0.2s;
}
.submit:hover,
.submit_yy:hover,
.btn_css: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: 80%;
  background: red;
  margin: 0 auto;
}
.footer {
  clear: both;
  position: relative;
  text-align: center;
  background: #0d2f74;
  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 */
/* 首页 */
.box_index {
  background: url(../images/banner.jpg) no-repeat top center;
  box-sizing: border-box;
}
.box_index .box_index_t {
  height: 375px;
  padding-top: 65px;
}
.box_index .box_index_t::after {
  content: '';
  position: absolute;
  top: 44px;
  left: 720px;
  width: 28px;
  height: 28px;
  background: url(../images/ico_01.png) no-repeat center;
}
.box_index .box_index_t::before {
  content: '';
  position: absolute;
  top: 134px;
  right: -44px;
  width: 44px;
  height: 44px;
  background: url(../images/ico_02.png) no-repeat center;
}
.box_index .box_index_t h4 {
  width: 170px;
  height: 55px;
  border-radius: 28px;
  background-color: #165be7;
  margin: 0 auto;
  box-shadow: 0px 2px 0 rgba(255, 255, 255, 0.3);
  font-size: 30px;
  line-height: 55px;
  color: #fff;
  text-align: center;
}
.box_index .box_index_t h5 {
  margin-top: 20px;
  text-align: center;
  font-size: 105px;
  line-height: 105px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 10px 10px rgba(0, 110, 195, 0.4);
}
.box_index .box_index_t h5.active {
  font-size: 70px;
  line-height: 70px;
  text-align: left;
  margin: 0;
}
.box_index .box_index_c,
.box_index .box_inner {
  background: url(../images/box_bg.jpg) no-repeat top center;
  position: relative;
}
.box_index .box_index_c .box_index_c_t,
.box_index .box_inner .box_index_c_t {
  position: relative;
  top: -70px;
  margin-bottom: -40px;
  padding: 30px;
}
.box_index .box_index_c .box_index_c_t .p_1,
.box_index .box_inner .box_index_c_t .p_1,
.box_index .box_index_c .box_index_c_t .p_2,
.box_index .box_inner .box_index_c_t .p_2 {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 34px;
  padding: 20px;
}
.box_index .box_index_c .box_index_c_t .p_1,
.box_index .box_inner .box_index_c_t .p_1 {
  color: #0d2f74;
  border: 1px dashed #96a6dd;
  margin-bottom: 20px;
  background: linear-gradient(rgba(80, 113, 204, 0.1), rgba(57, 82, 185, 0.1));
}
.box_index .box_index_c .box_index_c_t .p_1 b,
.box_index .box_inner .box_index_c_t .p_1 b {
  color: #165be7;
}
.box_index .box_index_c .box_index_c_t .p_2,
.box_index .box_inner .box_index_c_t .p_2 {
  color: #330000;
  border: 1px dashed #f2a498;
  background: linear-gradient(rgba(240, 106, 75, 0.1), rgba(224, 77, 63, 0.1));
}
.box_index .box_index_c .box_index_c_t .p_2 b,
.box_index .box_inner .box_index_c_t .p_2 b {
  color: #ff3300;
}
.box_index .box_inner {
  padding-bottom: 45px;
}
.box_index .box_inner .box_inner_t {
  position: relative;
  top: -180px;
  margin-bottom: -150px;
  padding: 30px;
}
.box_index .box_inner .box_inner_info {
  box-sizing: border-box;
  border: 1px dashed #acc4fa;
  background: linear-gradient(#e8eefa, #e7e9f5);
  padding: 30px 40px;
}
.box_index .box_inner .box_inner_info h6 {
  font-size: 36px;
  line-height: 36px;
  color: #0d2f74;
}
.box_index .box_inner .box_inner_info h6 strong {
  color: #ff3300;
  font-weight: bold;
}
.box_index .box_inner .box_inner_info ul {
  display: flex;
  margin-top: 20px;
}
.box_index .box_inner .box_inner_info ul li {
  width: 25%;
  text-align: left;
  font-size: 22px;
  line-height: 22px;
  color: #165be7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_index .box_inner .box_inner_s1 {
  padding: 100px 0;
}
.box_index .box_inner .box_inner_s1 p {
  font-size: 30px;
  color: #0d2f74;
  line-height: 60px;
  text-align: center;
}
.box_index .box_inner .box_inner_s1 p:first-child {
  font-weight: bold;
}
.box_index .box_inner .box_inner_s1 p:first-child strong {
  font-weight: bold;
}
.box_index .box_inner .box_inner_s1 ul {
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.box_index .box_inner .box_inner_s1 ul li {
  font-size: 40px;
  line-height: 40px;
  padding: 12px 20px;
  color: #ff3300;
  box-sizing: border-box;
  background-color: #fceeec;
  border: 1px dashed #ee9d95;
  margin: 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.box_index .box_inner .box_inner_s1 ul li.active,
.box_index .box_inner .box_inner_s1 ul li:hover {
  color: #fff;
  background-color: #ff3300;
  border-color: #ff3300;
}
.box_index .box_inner .box_inner_s2 .box_inner_s2_t {
  margin: 20px 0;
  box-sizing: border-box;
  border: 1px dashed #f0a297;
  background: linear-gradient(#fdf0ed, #fcedeb);
  padding: 35px;
}
.box_index .box_inner .box_inner_s2 .box_inner_s2_t span,
.box_index .box_inner .box_inner_s2 .box_inner_s2_t p {
  font-size: 20px;
  line-height: 20px;
  color: #ff3300;
}
.box_index .box_inner .box_inner_s2 .box_inner_s2_t ul li {
  position: relative;
  font-size: 24px;
  line-height: 40px;
  padding: 10px 0;
  color: #330000;
  border-bottom: 1px dashed #f0a297;
  text-indent: 40px;
}
.box_index .box_inner .box_inner_s2 .box_inner_s2_t ul li:last-child {
  border-bottom: none;
}
.box_index .box_inner .box_inner_s2 .box_inner_s2_t ul li i {
  position: absolute;
  left: 0;
  top: 17px;
  background-color: #ff3300;
  font-size: 20px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  border-radius: 5px;
  min-width: 26px;
  font-style: normal;
}
.box_index .box_inner .box_inner_s2 .btn_box {
  margin-top: 30px;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_time {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 80px;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_time .p_css {
  text-align: left;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_time span {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(#1c8ed4, #165be7);
  box-shadow: 0 5px 25px rgba(22, 92, 231, 0.4);
  font-size: 26px;
  line-height: 75px;
  padding: 0 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_time span i {
  background: url(../images/ico_03.png) no-repeat center;
  width: 26px;
  height: 30px;
  margin-right: 10px;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_time span.active {
  background: #cbcdd8;
  box-shadow: none;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_topic {
  box-sizing: border-box;
  border: 1px dashed #f0a297;
  background: linear-gradient(#fdf0ed, #fcedeb);
  padding: 30px 40px;
  margin-bottom: 30px;
  min-height: 290px;
  position: relative;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_topic.active::after {
  content: '开始口述答题吧，系统已为您进行倒计时';
  color: #330000;
  opacity: 0.15;
  font-size: 36px;
  line-height: 36px;
  height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_topic h6 {
  font-size: 24px;
  line-height: 40px;
  color: #330000;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_topic div {
  font-size: 18px;
  color: #330000;
  line-height: 34px;
  overflow-y: auto;
  max-height: 250px;
  padding-bottom: 20px;
  /* 设置滚动条的宽度为10px，并且颜色为红色 */
  /* 设置滚动条滑块的颜色为绿色 */
  /* 设置滚动条轨道的颜色为蓝色 */
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_topic div::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_topic div::-webkit-scrollbar-thumb {
  background-color: #f8d0ca;
}
.box_index .box_inner .box_inner_s3 .box_inner_s3_topic div::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.7);
}
.box_index .box_inner .box_inner_s3 .btn_box button:last-child {
  margin-left: 20px;
}
.box_index .box_inner .p_css {
  font-size: 20px;
  line-height: 20px;
  color: #ff3300;
  text-align: center;
  line-height: 34px;
}
.box_index .box_inner .p_css b {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
}
.box_index_c_b {
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.box_index_c_b hr {
  border-style: dashed;
  border-color: #b6c0d5;
}
.box_index_c_b .submit,
.box_index_c_b .submit_yy {
  width: 200px;
  margin: 30px auto 0;
  text-align: center;
  cursor: pointer;
}
.box_input {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_input .distpicker {
  width: 31%;
  display: flex;
  justify-content: space-between;
}
.box_input .distpicker .por {
  width: 46%;
}
.box_input .por {
  width: 31%;
  position: relative;
}
.box_input .por .must {
  color: #ff3300;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: -15px;
  top: 20px;
}
.box_input .por select,
.box_input .por input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #8697b9;
  text-indent: 15px;
  border-radius: 15px;
  font-size: 20px;
  line-height: 54px;
  color: #0d2f74;
  transition: 0.2s;
  margin-bottom: 15px;
}
.box_input .por select {
  background: url(../images/select.png) no-repeat 93% center;
}
.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: -1px;
  top: 1px;
  border-radius: 0 15px 15px 0;
  border: none;
  color: #fff;
  background: linear-gradient(#1c8ed4, #165be7);
  font-size: 20px;
  line-height: 54px;
  width: 38%;
  cursor: pointer;
  text-indent: 0;
}
.box_input .por .send:hover {
  opacity: 0.92;
}
.box_input .user_privacyBox {
  display: flex;
  font-size: 20px;
  line-height: 54px;
  align-items: center;
  height: 54px;
  margin: 0 auto;
}
.box_input .user_privacyBox input {
  width: 20px;
  height: 20px;
  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;
  }
  .Width {
    width: 100%;
  }
  .box_container {
    width: 96%;
  }
  .box_fff {
    box-shadow: 0 0.03rem 0.25rem rgba(0, 0, 0, 0.08);
  }
  .submit,
  .submit_yy,
  .btn_css {
    box-shadow: 0 0.05rem 0.25rem rgba(22, 92, 231, 0.4);
    font-size: 0.26rem;
    line-height: 0.75rem;
    padding: 0 0.5rem;
    border-radius: 0.38rem;
    transition: 0.2s;
  }
  /* 首页 */
  .box_index {
    background-position: left center;
    background-size: cover;
  }
  .box_index .box_index_t {
    height: 3.5rem;
    padding-top: 0.65rem;
  }
  .box_index .box_index_t::after {
    top: 0.2rem;
    left: 80%;
    width: 0.28rem;
    height: 0.28rem;
    background-size: contain;
  }
  .box_index .box_index_t::before {
    top: 1.1rem;
    right: 0.1rem;
    width: 0.44rem;
    height: 0.44rem;
    background-size: contain;
  }
  .box_index .box_index_t h4 {
    width: 1.7rem;
    height: 0.55rem;
    border-radius: 0.28rem;
    box-shadow: 0px 0.02rem 0 rgba(255, 255, 255, 0.3);
    font-size: 0.3rem;
    line-height: 0.55rem;
  }
  .box_index .box_index_t h5 {
    margin-top: 0.4rem;
    font-size: 0.7rem;
    line-height: 0.7rem;
    text-shadow: none;
  }
  .box_index .box_index_t h5.active {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .box_index .box_index_c,
  .box_index .box_inner {
    padding-bottom: 0.45rem;
    background-size: cover;
  }
  .box_index .box_index_c .box_index_c_t,
  .box_index .box_inner .box_index_c_t {
    top: -0.7rem;
    margin-bottom: -0.5rem;
    padding: 0.25rem;
  }
  .box_index .box_index_c .box_index_c_t .p_1,
  .box_index .box_inner .box_index_c_t .p_1,
  .box_index .box_index_c .box_index_c_t .p_2,
  .box_index .box_inner .box_index_c_t .p_2 {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0.2rem;
  }
  .box_index .box_index_c .box_index_c_t .p_1,
  .box_index .box_inner .box_index_c_t .p_1 {
    margin-bottom: 0.2rem;
  }
  .box_index .box_index_c .box_index_c_b,
  .box_index .box_inner .box_index_c_b {
    padding: 0.3rem 0;
  }
  .box_index .box_index_c .box_index_c_b hr,
  .box_index .box_inner .box_index_c_b hr {
    margin: 0.3rem 0;
  }
  .box_index .box_inner {
    padding-bottom: 0.45rem;
  }
  .box_index .box_inner .box_inner_t {
    position: relative;
    top: -1.5rem;
    margin-bottom: 5vh;
    padding: 0.3rem;
  }
  .box_index .box_inner .box_inner_info {
    padding: 0.3rem 0.2rem;
  }
  .box_index .box_inner .box_inner_info h6 {
    font-size: 0.36rem;
    line-height: 0.6rem;
  }
  .box_index .box_inner .box_inner_info ul {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .box_index .box_inner .box_inner_info ul li {
    width: 50%;
    font-size: 0.3rem;
    line-height: 0.3rem;
  }
  .box_index .box_inner .box_inner_info ul li:nth-child(3) {
    margin-top: 0.2rem;
  }
  .box_index .box_inner .box_inner_s1 {
    padding: 0.6rem 0;
  }
  .box_index .box_inner .box_inner_s1 p {
    font-size: 0.3rem;
    line-height: 0.6rem;
  }
  .box_index .box_inner .box_inner_s1 ul {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
  .box_index .box_inner .box_inner_s1 ul li {
    font-size: 0.4rem;
    line-height: 0.4rem;
    padding: 0.12rem 0.2rem;
    margin: 0.15rem;
    border-radius: 0.1rem;
  }
  .box_index .box_inner .box_inner_s2 .box_inner_s2_t {
    margin: 0.2rem 0;
    padding: 0.2rem;
  }
  .box_index .box_inner .box_inner_s2 .box_inner_s2_t span,
  .box_index .box_inner .box_inner_s2 .box_inner_s2_t p {
    font-size: 0.34rem;
    line-height: 0.34rem;
  }
  .box_index .box_inner .box_inner_s2 .box_inner_s2_t ul li {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0.1rem 0;
    text-indent: 0.4rem;
  }
  .box_index .box_inner .box_inner_s2 .box_inner_s2_t ul li:last-child {
    border-bottom: none;
  }
  .box_index .box_inner .box_inner_s2 .box_inner_s2_t ul li i {
    top: 0.15rem;
    font-size: 0.24rem;
    line-height: 0.26rem;
    height: 0.28rem;
    border-radius: 0.05rem;
    min-width: 0.26rem;
  }
  .box_index .box_inner .box_inner_s2 .btn_box {
    margin-top: 0.2rem;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_time {
    position: relative;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    padding-bottom: 0.6rem;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_time .p_css {
    text-align: left;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_time span {
    box-shadow: 0 0.05rem 0.25rem rgba(22, 92, 231, 0.4);
    font-size: 0.26rem;
    line-height: 0.75rem;
    padding: 0 0.3rem;
    border-radius: 0.1rem;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_time span i {
    background: url(../images/ico_03.png) no-repeat center;
    width: 0.26rem;
    height: 0.3rem;
    margin-right: 0.1rem;
    background-size: contain;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_topic {
    padding: 0.3rem 0.2rem;
    margin-bottom: 0.3rem;
    min-height: 2.9rem;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_topic.active::after {
    font-size: 0.32rem;
    line-height: 0.32rem;
    height: 0.32rem;
    top: 80%;
    bottom: inherit;
    margin: 0 auto;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_topic h6 {
    font-size: 0.32rem;
    line-height: 0.42rem;
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_topic div {
    font-size: 0.26rem;
    line-height: 0.4rem;
    max-height: 2.5rem;
    padding-bottom: 0.2rem;
    /* 设置滚动条的宽度为10px，并且颜色为红色 */
  }
  .box_index .box_inner .box_inner_s3 .box_inner_s3_topic div::-webkit-scrollbar {
    width: 0.05rem;
    border-radius: 0.05rem;
  }
  .box_index .box_inner .box_inner_s3 .btn_box button:last-child {
    margin-left: 0.2rem;
  }
  .box_index .box_inner .p_css {
    font-size: 0.24rem;
    line-height: 0.24rem;
    line-height: 0.34rem;
    text-align: left;
  }
  .box_index .box_inner .p_css b {
    font-size: 0.28rem;
    line-height: 0.34rem;
  }
  .box_index_c_b {
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
  }
  .box_index_c_b .submit,
  .box_index_c_b .submit_yy {
    width: 2rem;
    margin: 0.3rem auto 0;
  }
  .box_input {
    padding: 0 0.2rem;
  }
  .box_input .distpicker {
    width: 100%;
  }
  .box_input .distpicker .por {
    width: 48%;
  }
  .box_input .por {
    width: 48%;
    position: relative;
  }
  .box_input .por .must {
    font-size: 0.24rem;
    line-height: 0.24rem;
    right: -0.15rem;
    top: 0.2rem;
  }
  .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.2rem;
    line-height: 0.7rem;
    width: 40%;
    white-space: nowrap;
  }
  .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;
  }
}
</pre></body></html>