﻿@charset "utf-8";

/* CSS Document */
body {
  max-width: 100%;
  overflow-x: hidden;
  background: #fff;
  font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

input,
button,
select,
option {
  outline: none;
  border: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

/* a,
area {
    blr: expression(this.onFocus=this.blur());
} */
ul,
ol,
li {
  list-style: none;
}

input,
button {
  outline: none;
  border: 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;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  width: 100%;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  visibility: hidden;
}

.Width {
  width: 1190px;
  margin: 0 auto;
}

.hide,
.onlymob {
  display: none;
}

.container {
  width: 1214px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.container::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

ul::after {
  display: block;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

.no_after::after {
  display: none;
  content: '';
  height: 0;
  font-size: 0;
  clear: both;
}

/* 通用头部 */
.ht_top {
  width: 100%;
  overflow: hidden;
  background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;
  line-height: 41px;
}

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

.ht_top h1 {
  float: left;
}

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

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

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

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

.static_title {
  width: auto;
  height: 45px;
  margin: 58px auto 0 auto;
  display: flex;
  justify-content: center;
}

.static_title .static_icon_l {
  width: 76px;
  height: 43px;
  margin-top: -12px;
  margin-right: -10px;
  background: url(../images/iconl.png) no-repeat center center;
  background-size: 100% 100%;
}

.static_title .static_icon_r {
  width: 67px;
  height: 27px;
  margin-top: 22px;
  background: url(../images/iconr.png) no-repeat center center;
  background-size: 100% 100%;
}

.static_title .static_txt {
  height: 45px;
  font-size: 46px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #1B072D;
  line-height: 45px;
  margin: 0 0px 0 0px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main .banner {
  width: 100%;
  height: 708px;
  background: url(../images/bigbg.png) no-repeat center center;
  background-size: auto 100%;
  overflow: hidden;
  margin: 0 auto;
}

.main .banner .banner_cnt {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.main .banner .banner_cnt .banner_tit {
  width: 294px;
  height: 56px;
  background: url(../images/bgeight.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 25px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
  margin: 29px auto 12px auto;
}

.main .banner .banner_cnt .banner_bg {
  width: 949px;
  height: 182px;
  margin: 0 auto;
  background: url(../images/txt.png) no-repeat center center;
  background-size: auto 100%;
}

.main .forward {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.main .forward .forward_title {
  width: auto;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.main .forward .forward_title .forward_icon_l {
  width: 76px;
  height: 43px;
  margin-top: -12px;
  margin-right: -10px;
  background: url(../images/iconl.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .forward .forward_title .forward_icon_r {
  width: 67px;
  height: 27px;
  margin-top: 22px;
  background: url(../images/iconr.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .forward .forward_title .forward_txt {
  width: auto;
  height: 45px;
  font-size: 46px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #1B072D;
  line-height: 45px;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.main .forward .forward_cnt {
  width: 100%;
  height: 650px;
  margin-top: 33px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main .forward .forward_cnt .forward_left {
  width: 718px;
  height: 557px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px #EEEEEE;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 49px 34px 40px;
  box-sizing: border-box;
}

.main .forward .forward_cnt .forward_left .left_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.main .forward .forward_cnt .forward_left .left_item_tit {
  width: 100%;
  height: 19px;
  margin: 44px auto 12px auto;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB1-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 19px;
  text-align: center;
}

.main .forward .forward_cnt .forward_left .left_item_txt {
  width: 100%;
  height: 48px;
  margin: 0 auto 18px auto;
  text-align: center;
  font-size: 50px;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 48px;
  text-shadow: 0px 8px 0px #715AF0;
}

.main .forward .forward_cnt .forward_left .left_item_btn {
  width: 164px;
  height: 47px;
  display: block;
  background: linear-gradient(183deg, #FB882B, #FFBE33);
  box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
  border-radius: 24px;
  margin: 0 auto;
  font-size: 24px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #fff;
  line-height: 46px;
  padding-left: 17px;
  box-sizing: border-box;
  position: relative;
}

.main .forward .forward_cnt .forward_left .left_item_btn:hover {
  cursor: pointer;
}

.main .forward .forward_cnt .forward_left .left_item_btn_icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 20px;
  background: url(../images/goright.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .forward .forward_cnt .forward_left .left_item_one {
  width: 303px;
  height: 235px;
  background: url(../images/bgbox.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .forward .forward_cnt .forward_left .left_item_two {
  width: 303px;
  height: 235px;
  background: url(../images/bgbox.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .forward .forward_cnt .forward_left .left_item_three {
  width: 303px;
  height: 235px;
  background: url(../images/bgbox.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .forward .forward_cnt .forward_left .left_item_four {
  width: 303px;
  height: 235px;
  background: url(../images/bgbox.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .forward .forward_cnt .forward_right {
  width: 480px;
  height: 620px;
  background: linear-gradient(-6deg, rgba(116, 100, 241, 0.99), rgba(150, 141, 245, 0.99));
  border-radius: 0px 30px 30px 0px;
}

.main .forward .forward_cnt .forward_right .right_tit {
  width: 100%;
  height: 29px;
  font-size: 30px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-top: 36px;
  text-shadow: 0px 7px 10px rgba(234, 135, 3, 0.45);
}

.main .forward .forward_cnt .forward_right .trueName {
  display: block;
  box-sizing: border-box;
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin: 30px auto 20px auto;
  padding-left: 20px;
}

.main .forward .forward_cnt .forward_right .trueName::placeholder {
  color: #333333;
}

.main .forward .forward_cnt .forward_right .distpicker {
  width: 100%;
  height: 54px;
  display: flex;
  position: relative;
}
.xueli{
  margin: 20px auto 20px auto;
}

.main .forward .forward_cnt .forward_right .distpicker .ext1 {
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333333;
  margin-left: 30px;
}

.main .forward .forward_cnt .forward_right .distpicker .xueli_icon {
  width: 15px;
  height: 18px;
  background: url(../images/haikone.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 420px;
  top: 23px;
}


.main .forward .forward_cnt .forward_right .distpicker .province {
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333333;
  margin-left: 30px;
}

.main .forward .forward_cnt .forward_right .distpicker .province_icon {
  width: 15px;
  height: 18px;
  background: url(../images/haikone.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 200px;
  top: 23px;
}

.main .forward .forward_cnt .forward_right .distpicker .city {
  width: 200px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333333;
  margin-left: 20px;
}

.main .forward .forward_cnt .forward_right .distpicker .city_icon {
  width: 15px;
  height: 18px;
  background: url(../images/haikone.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 45px;
  top: 23px;
}

.main .forward .forward_cnt .forward_right .mobile {
  display: block;
  box-sizing: border-box;
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin: 20px auto 20px auto;
  padding-left: 20px;
}

.main .forward .forward_cnt .forward_right .mobile::placeholder {
  color: #333333;
}

.main .forward .forward_cnt .forward_right #your-dom-id {
  display: block;
}

.main .forward .forward_cnt .forward_right #nc {
  display: none;
}

.main .forward .forward_cnt .forward_right .slider_input {
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin: 0 auto;
}

.main .forward .forward_cnt .forward_right ._nc .stage1 .slider {
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin: 0 auto;
}

.main .forward .forward_cnt .forward_right ._nc .stage1 .label {
  width: 420px;
  height: 54px;
  background: #8f7e7e;
  border-radius: 10px;
  font-size: 18px;
  margin: 0 auto 0 -10px;
}

.main .forward .forward_cnt .forward_right ._nc .stage1 .button {
  width: 54px;
  height: 54px;
}

.main .forward .forward_cnt .forward_right .nc_bg {
  border-radius: 10px;
}

.main .forward .forward_cnt .forward_right .bg-green {
  height: 54px;
  margin: 0 auto 0 -10px;
}

.main .forward .forward_cnt .forward_right .nc_scale {
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin: 0 auto;
}

.main .forward .forward_cnt .forward_right .nc-container .nc_scale .btn_slide {
  width: 60px;
  height: 53px;
  line-height: 53px;
  background: linear-gradient(183deg, #FB882B, #FFBE33);
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
}

.main .forward .forward_cnt .forward_right .nc-container .nc_scale .btn_ok {
  width: 60px;
  height: 53px;
  line-height: 53px;
  font-size: 30px;
}

.main .forward .forward_cnt .forward_right .nc-container .nc_scale .nc-lang-cnt {
  width: 420px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
}

.main .forward .forward_cnt .sendcode {
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin: 20px auto 20px auto;
  position: relative;
}

.main .forward .forward_cnt .sendcode .code {
  display: block;
  box-sizing: border-box;
  width: 420px;
  height: 54px;
  background: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin: 20px auto 20px auto;
  padding-left: 20px;
}

.main .forward .forward_cnt .sendcode .code::placeholder {
  color: #333333;
}

.main .forward .forward_cnt .sendcode .send {
  width: 200px;
  height: 54px;
  background: #FFEF40;
  box-shadow: 0px 3px 13px 0px rgba(101, 79, 229, 0.65);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 22px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #EF7000;
}

.main .forward .forward_cnt .sendcode .send:hover {
  cursor: pointer;
}

.main .forward .forward_cnt .submit {
  width: 183px;
  height: 52px;
  border-radius: 26px;
  background: linear-gradient(183deg, #FB882B, #FFBE33);
  box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
  font-size: 24px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #fff;
  line-height: 52px;
  text-align: center;
  margin: 25px auto 0 auto;
}

.main .forward .forward_cnt .submit:hover {
  cursor: pointer;
}

.main .question {
  width: 100%;
  height: 592px;
  background: #E4E3FF;
  overflow: hidden;
  margin: 0 auto;
}

.main .question .question_cnt {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main .question .question_cnt .question_box {
  width: 100%;
  height: 376px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main .question .question_cnt .question_box .question_box_l {
  width: 400px;
}

.main .question .question_cnt .question_box .question_box_l .box_lt {
  width: 328px;
  height: 62px;
  display: block;
  margin: 48px 0 0 69px;
  background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
  box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
  border-radius: 35px 0px 35px 0px;
  font-size: 22px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
}

.main .question .question_cnt .question_box .question_box_l .box_lt:hover {
  transform: scale(1.1);
}

.main .question .question_cnt .question_box .question_box_l .box_lm {
  width: 328px;
  height: 62px;
  display: block;
  margin-top: 48px;
  background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
  box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
  border-radius: 35px 0px 35px 0px;
  font-size: 22px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
}

.main .question .question_cnt .question_box .question_box_l .box_lm:hover {
  transform: scale(1.1);
}

.main .question .question_cnt .question_box .question_box_l .box_lb {
  width: 328px;
  height: 62px;
  display: block;
  margin: 48px 0 0 69px;
  background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
  box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
  border-radius: 35px 0px 35px 0px;
  font-size: 22px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
}

.main .question .question_cnt .question_box .question_box_l .box_lb:hover {
  transform: scale(1.1);
}

.main .question .question_cnt .question_box .question_box_c {
  width: 376px;
  height: 376px;
  background: url(../images/bgsix.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .question .question_cnt .question_box .question_box_c .box_ctit {
  width: 176px;
  height: 39px;
  background: #7974F4;
  border-radius: 20px;
  margin: 85px auto 0 auto;
  display: flex;
}

.main .question .question_cnt .question_box .question_box_c .box_ctit .box_ctit_l {
  width: 34px;
  height: 34px;
  background: url(../images/shadowone.png) no-repeat center center;
  background-size: 100% 100%;
}

.main .question .question_cnt .question_box .question_box_c .box_ctit .box_ctit_r {
  width: 110px;
  height: 19px;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB1-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 39px;
  text-align: center;
  margin-left: 13px;
}

.main .question .question_cnt .question_box .question_box_c .box_ctxt {
  width: 216px;
  height: 34px;
  font-size: 36px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  text-shadow: 0px 4px 0px rgba(186, 0, 0, 0.27);
  margin-top: 11px;
  margin: 11px auto 0 auto;
}

.main .question .question_cnt .question_box .question_box_c .box_cbtn {
  width: 183px;
  height: 52px;
  display: block;
  background: linear-gradient(183deg, #FB882B, #FFBE33);
  box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
  border-radius: 26px;
  margin: 17px auto 0 auto;
  font-size: 24px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #fff;
  line-height: 52px;
  text-align: center;
}

.main .question .question_cnt .question_box .question_box_r {
  width: 400px;
}

.main .question .question_cnt .question_box .question_box_r .box_rt {
  width: 328px;
  height: 62px;
  display: block;
  margin-top: 48px;
  background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
  box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
  border-radius: 35px 0px 35px 0px;
  font-size: 22px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
}

.main .question .question_cnt .question_box .question_box_r .box_rt:hover {
  transform: scale(1.1);
}

.main .question .question_cnt .question_box .question_box_r .box_rm {
  width: 328px;
  height: 62px;
  display: block;
  margin: 48px 0 0 69px;
  background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
  box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
  border-radius: 35px 0px 35px 0px;
  font-size: 22px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
}

.main .question .question_cnt .question_box .question_box_r .box_rm:hover {
  transform: scale(1.1);
}

.main .question .question_cnt .question_box .question_box_r .box_rb {
  width: 328px;
  height: 62px;
  display: block;
  background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
  box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
  border-radius: 35px 0px 35px 0px;
  font-size: 22px;
  margin-top: 48px;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 62px;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
}

.main .question .question_cnt .question_box .question_box_r .box_rb:hover {
  transform: scale(1.1);
}

.main .show {
  width: 1200px;
  height: auto;
  padding-bottom: 65px;
  margin: 0 auto;
}

.box4-content {
  margin-top: 98px;
  height: 691px;
  /* background: #F5F6F9; */
  background: url(../images/tabbg.png) no-repeat center center;
  background-size: 100% 100%;
  box-shadow: 0px 3px 7px 0px rgba(96, 94, 99, 0.2);
  border-radius: 69px;
  position: relative;
}

.box4-tab {
  position: absolute;
  top: 425px;
  left: 0;
  width: 484px;
  height: 262px;
  background: url(../images/tab_bg.png) no-repeat center;
  box-sizing: border-box;
  padding: 70px 48px 0 52px;
  z-index: 9;
}

.box4-tab ul li {
  float: left;
  width: 180px;
  height: 64px;
  line-height: 60px;
  box-sizing: border-box;
  border: 2px solid #FFF150;
  /* border-image: linear-gradient(0deg, #FFF150, #FFFEFB) 10 10; */
  border-radius: 24px;
  text-align: center;
  font-size: 24px;
  font-family: PingFang SC;
  color: #FFFFFF;
  margin-bottom: 27px;
  cursor: pointer;
}

.box4-tab ul li:nth-child(odd) {
  margin-right: 24px;
}

.box4-tab ul li:hover,
.box4-tab ul li.active {
  color: #6E29FA;
  background: linear-gradient(0deg, #FFEF40 0%, #FFFFFF 100%);
}

.box4-item {
  display: none;
}

.box4-item.active {
  display: flex;
}

.box4-fl {
  width: 484px;
  height: 691px;
  border-radius: 69px 0 0 69px;
  position: relative;
  z-index: 1;
}

.box4-list {
  width: 402px;
  height: 574px;
  background: #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
}

.box4-list-title {
  width: 402px;
  height: 59px;
  line-height: 59px;
  background: linear-gradient(183deg, #FB882B, #FFBE33);
  box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
  border-radius: 0px 0px 30px 30px;
  text-align: center;
  font-size: 30px;
  font-family: FZZhengHeiS-EB-GB;
  font-weight: 600;
  color: #FFFFFF;
}

.box4-list ul {
  width: 377px;
  margin: 29px auto 0;
}

.box4-list ul li {
  line-height: 40px;
  background: #F5F6F9;
  margin-bottom: 8px;
  box-sizing: border-box;
  padding-left: 9px;
  font-size: 19px;
  font-family: PingFang SC;
  font-weight: 500;
  font-style: italic;
  color: #333333;
  position: relative;
}

.box4-list ul li:before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background: linear-gradient(183deg, #FB882B, #FFBE33);
  border-radius: 3px;
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.box4-fr {
  width: 715px;
  box-sizing: border-box;
  padding: 58px 50px 0 52px;
}

.box4-fr>h2 {
  font-size: 32px;
  font-family: FZZhengHeiS-EB-GB;
  color: #333;
  background: linear-gradient(28deg, #716EF8 0%, #8681FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.box4-fr-cont {
  height: 470px;
  overflow-y: auto;
  box-sizing: border-box;
  padding-left: 35px;
  margin-top: 50px;
  /* overflow: hidden; */
}

.wq-title {
  font-size: 24px;
  color: #716EF8;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 10px;
  position: relative;
}

.wq-title:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('../images/icon1.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -30px;
}

.wq-ul li p {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}

.wq-ul li {
  margin-bottom: 47px;
}

/* 时间安排 */

.box4-time-fr {
  padding: 40px 50px 0 52px;
}

.box4-time {
  margin-top: 26px;
  box-sizing: border-box;
  padding: 0 0 0 50px;
}

.box4-time li {
  margin-bottom: 20px;
  position: relative;
}

.box4-time li .num {
  width: 32px;
  height: 32px;
  background: #716EF8;
  border-radius: 50%;
  position: absolute;
  left: -50px;
  top: 0;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  font-family: FZZhengHeiS-EB-GB;
  font-weight: 400;
  color: #FFFFFF;
}

.box4-time li:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #716EF8;
  position: absolute;
  left: -34px;
  top: 30px;
}

.box4-time li:last-child:before {
  display: none;
}

.box4-time h4 {
  font-size: 24px;
  font-family: PingFang SC;
  font-style: italic;
  color: #2F3D58;
}

.box4-time div {
  font-size: 20px;
  font-family: PingFang SC;
  color: #2F3D58;
  position: relative;
}

.box4-time div span {
  color: #aaa;
  margin: 0 5px;
}

.box4-time div a {
  font-size: 20px;
  font-family: PingFang SC;
  color: #333333;
  position: relative;
}

.box4-time div a:after {
  content: '';
  display: block;
  position: absolute;
  right: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url('../images/right1.png') no-repeat center;
}

.box4-time div a:hover {
  color: #F91A1A;
}

.box4-time div a:hover:after {
  background: url('../images/right2.png') no-repeat center;
}



.main .citys {
  width: 100%;
  height: 502px;
  background: #E4E3FF;
  overflow: hidden;
  margin: 0 auto;
}

.main .citys .citys_cnt {
  width: 1200px;
  height: 302px;
  margin: 37px auto 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.main .citys .citys_cnt .city_item {
  width: 130px;
  height: 56px;
  background: linear-gradient(183deg, #FB882B, #FFBE33);
  box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
  display: block;
  border-radius: 6px;
  margin: 0 auto 24px 23px;
  font-size: 22px;
  font-family: FZLanTingHeiS-DB1-GB;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 56px;
  text-shadow: 0px 2px 0px #EA8703;
}

.main .citys .citys_cnt .city_item:hover {
  background: #FFEF40;
  color: #EF7000;
  cursor: pointer;
  text-shadow: none;
}

.main .citys .citys_cnt .space {
  display: block;
  width: 130px;
  height: 56px;
  margin: 0 auto 24px 23px;
}

/* 通用底部 */
.footer {
  clear: both;
  position: relative;
  padding: 30px 0;
  text-align: center;
}

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

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

.footer p a {
  color: #333;
}

/* 移动端样式 */
@media only all and (max-width: 1080px) {
  .onlymob {
    display: block;
  }

  html {
    font-size: 20px;
  }

  body {
    width: 100%;
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  html,
  body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .Width {
    width: 17.5rem;
  }

  .container {
    width: 98%;
  }

  .fl,
  .fr {
    float: none;
  }

  input,
  button {
    outline: none;
    border: none;
  }

  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2),
  .stage,
  .footer p,
  .pc,
  .onlypc {
    display: none;
  }

  /* 通用头部 */
  .ht_top {
    height: 2.5rem;
    background-size: auto 100%;
    line-height: 2.5rem;
  }

  .ht_top h1 a {
    height: 2.5rem;
    width: 7.5rem;
    background: url(../images/mob_logo.png) no-repeat center / contain;
  }

  .ht_top .topnav {
    font-size: 0.8rem;
    text-indent: -1000rem;
  }

  .ht_top .topnav a {
    padding: 0 0 0 0.3rem;
    text-indent: 0;
    float: right;
  }

  .static_title {
    width: auto;
    height: 1.125rem;
    margin: 1.45rem auto 0 auto;
    display: flex;
    justify-content: center;
  }

  .static_title .static_icon_l {
    width: 1.75rem;
    height: 1rem;
    margin-top: -0.25rem;
    margin-right: -0.25rem;
    background: url(../images/iconl.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .static_title .static_icon_r {
    width: 1.5rem;
    height: 0.75rem;
    margin-top: 0.25rem;
    background: url(../images/iconr.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .static_title .static_txt {
    height: 100%;
    font-size: 1.1rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #1B072D;
    line-height: 1.125rem;
    margin: 0;
    text-align: center;
    position: relative;
  }

  .main {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .main .banner {
    width: 100%;
    height: 17.7rem;
    background: url(../images/bigbg.png) no-repeat center center;
    background-size: auto 100%;
    overflow: hidden;
  }

  .main .banner .banner_cnt {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .main .banner .banner_cnt .banner_tit {
    width: 7.35rem;
    height: 1.4rem;
    background: url(../images/bgeight.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 0.625rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4rem;
    text-align: center;
    margin: 0.725rem auto 0.3rem auto;
  }

  .main .banner .banner_cnt .banner_bg {
    width: 100%;
    height: 4.55rem;
    margin: 0 auto;
    background: url(../images/txt.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }

  .main .forward .forward_title {
    width: auto;
    height: 1.125rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .main .forward .forward_title .forward_icon_l {
    width: 1.75rem;
    height: 1rem;
    margin-top: -0.25rem;
    margin-right: -0.25rem;
    background: url(../images/iconl.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward .forward_title .forward_icon_r {
    width: 1.5rem;
    height: 0.75rem;
    margin-top: 0.25rem;
    background: url(../images/iconr.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward .forward_title .forward_txt {
    height: 1.125rem;
    font-size: 1.125rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #1B072D;
    line-height: 1.125rem;
    margin: 0;
    text-align: center;
    position: relative;
  }

  .main .forward .forward_cnt {
    width: 100%;
    height: auto;
    margin-top: 0.825rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .main .forward .forward_cnt .forward_left {
    width: 17.95rem;
    height: 13.9rem;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.325rem 0px #EEEEEE;
    display: flex;
    flex-wrap: wrap;
    padding: 0.8rem 1.225rem 0.85rem 1rem;
    box-sizing: border-box;
  }

  .main .forward .forward_cnt .forward_left .left_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }

  .main .forward .forward_cnt .forward_left .left_item_tit {
    width: 100%;
    height: 0.475rem;
    margin: 1.1rem auto 0.3rem auto;
    font-size: 0.5rem;
    font-family: FZLanTingHeiS-DB1-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.475rem;
    text-align: center;
  }

  .main .forward .forward_cnt .forward_left .left_item_txt {
    width: 100%;
    height: 1.2rem;
    margin: 0 auto 0.45rem auto;
    text-align: center;
    font-size: 1.25rem;
    font-family: FZLanTingHeiS-H-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2rem;
    text-shadow: 0px 8px 0px #715AF0;
  }

  .main .forward .forward_cnt .forward_left .left_item_btn {
    width: 4.1rem;
    height: 1.175rem;
    display: block;
    background: linear-gradient(183deg, #FB882B, #FFBE33);
    box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
    border-radius: 0.6rem;
    margin: 0 auto;
    font-size: 0.6rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #fff;
    line-height: 1.175rem;
    padding-left: 0.425rem;
    box-sizing: border-box;
    position: relative;
  }

  .main .forward .forward_cnt .forward_left .left_item_btn_icon {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 0.35rem;
    right: 0.5rem;
    background: url(../images/goright.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward .forward_cnt .forward_left .left_item_one {
    width: 48%;
    height: 5.875rem;
    background: url(../images/bgbox.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward .forward_cnt .forward_left .left_item_two {
    width: 48%;
    height: 5.875rem;
    background: url(../images/bgbox.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward .forward_cnt .forward_left .left_item_three {
    width: 48%;
    height: 5.875rem;
    background: url(../images/bgbox.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward .forward_cnt .forward_left .left_item_four {
    width: 48%;
    height: 5.875rem;
    background: url(../images/bgbox.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .forward .forward_cnt .forward_right {
    width: 12rem;
    height: auto;
    padding-bottom: 0.7rem;
    margin: 0.5rem auto 1rem auto;
    background: linear-gradient(-6deg, rgba(116, 100, 241, 0.99), rgba(150, 141, 245, 0.99));
    border-radius: 0px 0.75rem 0.75rem 0px;
  }

  .main .forward .forward_cnt .forward_right .right_tit {
    width: 100%;
    height: 0.725rem;
    font-size: 0.75rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.5rem;
    text-shadow: 0px 0.175rem 0.25rem rgba(234, 135, 3, 0.45);
  }

  .main .forward .forward_cnt .forward_right .trueName {
    display: block;
    box-sizing: border-box;
    width: 10.5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    margin: 0.75rem auto 0.5rem auto;
    padding-left: 0.5rem;
  }

  .main .forward .forward_cnt .forward_right .trueName::placeholder {
    color: #333333;
  }

  .main .forward .forward_cnt .forward_right .distpicker {
    width: 100%;
    height: 1.6rem;
    display: flex;
    position: relative;
  }

  .main .forward .forward_cnt .forward_right .distpicker .ext1 {
    width: 10.5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
    color: #333333;
    margin-left: 0.75rem;
  }

  .main .forward .forward_cnt .forward_right .distpicker .xueli_icon {
    width: 0.375rem;
    height: 0.45rem;
    background: url(../images/haikone.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 10.5rem;
    top: 0.575rem;
  }

  .xueli {
    margin: .75rem auto;
}


  .main .forward .forward_cnt .forward_right .distpicker .province {
    width: 5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
    color: #333333;
    margin-left: 0.75rem;
  }

  .main .forward .forward_cnt .forward_right .distpicker .province_icon {
    width: 0.375rem;
    height: 0.45rem;
    background: url(../images/haikone.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 5rem;
    top: 0.575rem;
  }

  .main .forward .forward_cnt .forward_right .distpicker .city {
    width: 5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    padding-left: 0.5rem;
    box-sizing: border-box;
    color: #333333;
    margin-left: 0.5rem;
  }

  .main .forward .forward_cnt .forward_right .distpicker .city_icon {
    width: 0.375rem;
    height: 0.45rem;
    background: url(../images/haikone.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 1.125rem;
    top: 0.575rem;
  }

  .main .forward .forward_cnt .forward_right .mobile {
    display: block;
    box-sizing: border-box;
    width: 10.5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    margin: 0.5rem auto 0.5rem auto;
    padding-left: 0.5rem;
  }

  .main .forward .forward_cnt .forward_right .mobile::placeholder {
    color: #333333;
  }

  .main .forward .forward_cnt .forward_right #your-dom-id {
    display: none;
  }

  .main .forward .forward_cnt .forward_right #nc {
    display: block;
  }

  .main .forward .forward_cnt .forward_right .slider_input {
    width: 10.5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    margin: 0 auto;
  }

  .main .forward .forward_cnt .forward_right .nc-container {
    width: 10.5rem;
  }

  .main .forward .forward_cnt .forward_right ._nc .stage1 {
    width: 10.5rem;
    height: 1.6rem;
    position: static !important;
    padding: 0 !important;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
  }

  .main .forward .forward_cnt .forward_right ._nc .stage1 .slider {
    width: 10.5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    margin: 0 auto;
  }

  .main .forward .forward_cnt .forward_right ._nc .stage1 .label {
    width: 10.5rem;
    height: 1.6rem;
    line-height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    margin: 0 auto;
    -webkit-text-fill-color: #aaa;
  }

  .main .forward .forward_cnt .forward_right ._nc .stage1 .button {
    width: 1.6rem;
    height: 1.6rem;
    background: linear-gradient(183deg, #FB882B, #FFBE33);
    color: #fff;
    font-size: 30px;
  }

  .main .forward .forward_cnt .forward_right .bg-green {
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 0 auto 0 -0.25rem;
  }

  .main .forward .forward_cnt .forward_right ._nc .stage1 .icon {
    font-size: 1rem;
    line-height: 0.8rem;
    margin: 0.5rem auto 0 auto;
    left: 0.25rem;
    color: #fff;
  }

  .main .forward .forward_cnt .forward_right .sendcode {
    width: 10.5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    margin: 0.5rem auto 0.5rem auto;
    position: relative;
  }

  .main .forward .forward_cnt .forward_right .sendcode .code {
    display: block;
    box-sizing: border-box;
    width: 10.5rem;
    height: 1.6rem;
    background: #FFFFFF;
    border-radius: 0.25rem;
    font-size: 0.45rem;
    margin: 0.5rem auto 0.5rem auto;
  }

  .main .forward .forward_cnt .forward_right .sendcode .code::placeholder {
    color: #333333;
  }

  .main .forward .forward_cnt .forward_right .sendcode .send {
    width: 5rem;
    height: 1.6rem;
    background: #FFEF40;
    box-shadow: 0px 3px 13px 0px rgba(101, 79, 229, 0.65);
    border-radius: 0.25rem;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #EF7000;
  }

  .main .forward .forward_cnt .forward_right .submit {
    width: 4.575rem;
    height: 1.3rem;
    background: linear-gradient(183deg, #FB882B, #FFBE33);
    box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
    border-radius: 0.65rem;
    font-size: 0.6rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #fff;
    line-height: 1.3rem;
    text-align: center;
    margin: 0.625rem auto 0 auto;
  }

  .main .question {
    width: 100%;
    height: 100%;
    background: #FFEECC;
    overflow: hidden;
  }

  .main .question .question_cnt {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .main .question .question_cnt .question_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .main .question .question_cnt .question_box .question_box_l {
    width: 10rem;
    margin: 0 auto;
  }

  .main .question .question_cnt .question_box .question_box_l .box_lt {
    width: 8.2rem;
    height: 1.55rem;
    display: block;
    margin: 1.2rem 0 0 1.725rem;
    background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
    box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
    border-radius: 0.875rem 0px 0.875rem 0px;
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.55rem;
    text-align: center;
    text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
  }

  .main .question .question_cnt .question_box .question_box_l .box_lm {
    width: 8.2rem;
    height: 1.55rem;
    display: block;
    margin-top: 1.2rem;
    background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
    box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
    border-radius: 0.875rem 0px 0.875rem 0px;
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.55rem;
    text-align: center;
    text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
  }

  .main .question .question_cnt .question_box .question_box_l .box_lb {
    width: 8.2rem;
    height: 1.55rem;
    display: block;
    margin: 1.2rem 0 0 1.725rem;
    background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
    box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
    border-radius: 0.875rem 0px 0.875rem 0px;
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.55rem;
    text-align: center;
    text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
  }

  .main .question .question_cnt .question_box .question_box_c {
    width: 9.4rem;
    height: 9.4rem;
    background: url(../images/bgsix.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0.5rem auto 0 auto;
  }

  .main .question .question_cnt .question_box .question_box_c .box_ctit {
    width: 4.4rem;
    height: 0.975rem;
    background: #7974F4;
    border-radius: 0.5rem;
    margin: 2.125rem auto 0 auto;
    display: flex;
  }

  .main .question .question_cnt .question_box .question_box_c .box_ctit .box_ctit_l {
    width: 0.85rem;
    height: 0.85rem;
    background: url(../images/shadowone.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .main .question .question_cnt .question_box .question_box_c .box_ctit .box_ctit_r {
    width: 3.75rem;
    height: 0.475rem;
    font-size: 0.5rem;
    font-family: FZLanTingHeiS-DB1-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.975rem;
    text-align: center;
    margin-left: 0.325rem;
  }

  .main .question .question_cnt .question_box .question_box_c .box_ctxt {
    width: 100%;
    height: 0.85rem;
    font-size: 0.85rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.85rem;
    text-shadow: 0px 4px 0px rgba(186, 0, 0, 0.27);
    margin-top: 11px;
    margin: 11px auto 0 auto;
    text-align: center;
  }

  .main .question .question_cnt .question_box .question_box_c .box_cbtn {
    width: 4.575rem;
    height: 1.3rem;
    display: block;
    background: linear-gradient(183deg, #FB882B, #FFBE33);
    box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
    border-radius: 0.65rem;
    margin: 0.425rem auto 0 auto;
    font-size: 0.6rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #fff;
    line-height: 1.3rem;
    text-align: center;
  }

  .main .question .question_cnt .question_box .question_box_r {
    width: 10rem;
    margin: 0 auto 1rem auto;
  }

  .main .question .question_cnt .question_box .question_box_r .box_rt {
    width: 8.2rem;
    height: 1.55rem;
    display: block;
    margin-top: 1.2rem;
    background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
    box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
    border-radius: 0.875rem 0px 0.875rem 0px;
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.55rem;
    text-align: center;
    text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
  }

  .main .question .question_cnt .question_box .question_box_r .box_rm {
    width: 8.2rem;
    height: 1.55rem;
    display: block;
    margin: 1.2rem 0 0 1.725rem;
    background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
    box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
    border-radius: 0.875rem 0px 0.875rem 0px;
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.55rem;
    text-align: center;
    text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
  }

  .main .question .question_cnt .question_box .question_box_r .box_rb {
    width: 8.2rem;
    height: 1.55rem;
    display: block;
    background: linear-gradient(-6deg, rgba(115, 111, 246, 0.99), rgba(182, 176, 247, 0.99));
    box-shadow: 0px 7px 7px 0px rgba(34, 28, 220, 0.17);
    border-radius: 0.875rem 0px 0.875rem 0px;
    font-size: 0.55rem;
    margin-top: 1.2rem;
    font-family: FZLanTingHeiS-B-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.55rem;
    text-align: center;
    text-shadow: 0px 3px 0px rgba(186, 0, 0, 0.27);
  }

  .main .show {
    width: 100%;
    height: 100%;
    padding-bottom: .5rem;
    margin: 0 auto;
  }

  .box4-content {
    margin-top: 2rem;
    height: auto;
    background: url();
    background-color: #7A71FC;
    box-shadow: 0px .1rem .2rem 0px rgba(96, 94, 99, 0.2);
    border-radius: 1rem;
  }

  .box4-tab {
    width: 100%;
    height: 3rem;
    background-size: 100%;
    padding: .7rem .5rem;
    top: 15rem;
  }

  .box4-tab ul li {
    width: 24%;
    height: 1.8rem;
    line-height: 1.7rem;
    border: 1px solid #FFF150;
    border-radius: .8rem;
    font-size: .7rem;
    margin-bottom: .5rem;
    margin-right: 1.25%;
  }

  .box4-tab ul li:nth-child(odd) {
    margin-right: 1.25%;
  }

  .box4-tab ul li:last-child {
    margin-right: 0;
  }

  .box4-item.active {
    display: block;
  }

  .box4-fl {
    width: 100%;
    height: 15.5rem;
    border-radius: 1rem;
  }

  .box4-list {
    width: 90%;
    height: 16rem;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -1rem;
    border-radius: .7rem .7rem 0px 0px;
  }

  .box4-list-title {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 0px 0px .8rem .8rem;

    box-shadow: 0px .2rem 0px 0px rgba(28, 52, 5, 0.13);

    font-size: .8rem;
  }

  .box4-list ul {
    width: 96%;
    margin: .5rem auto 0;
  }

  .box4-list ul li {
    line-height: 1.5rem;
    margin-bottom: .2rem;
    padding-left: .3rem;
    font-size: .7rem;
  }

  .box4-list ul li:before {
    width: .15rem;
    height: .8rem;
    border-radius: .1rem;
    left: -.1rem;
  }

  .box4-fr {
    width: 100%;
    background: #fff;
    padding: 3rem 1rem 1rem;
  }

  .box4-fr>h2 {
    font-size: .8rem;
  }

  .box4-fr-cont {
    height: 15rem;
    padding-left: 1rem;
    margin-top: 1rem;
  }

  .wq-title {
    font-size: .8rem;
    margin-bottom: .2rem;
  }

  .wq-title:before {
    width: .6rem;
    height: .6rem;
    background-size: 100%;
    left: -1rem;
  }

  .wq-ul li p {
    font-size: .7rem;
    line-height: .9rem;
  }

  .wq-ul li {
    margin-bottom: .9rem;
  }

  /* 时间安排 */
  .box4-time-fr {
    padding: 3rem 1rem 1rem;
  }

  .box4-time {
    margin-top: .8rem;
    padding: 0 0 0 1.25rem;
  }

  .box4-time li {
    margin-bottom: .5rem;
  }

  .box4-time li .num {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    left: -1.25rem;
    top: 0;
    line-height: .8rem;
    font-size: .8rem;
  }

  .box4-time li:before {
    left: -.9rem;
    top: .7rem;
  }

  .box4-time h4 {
    font-size: .8rem;
  }

  .box4-time div {
    font-size: .7rem;
  }

  .box4-time div span {
    display: inline-block;
    width: 5rem;
    overflow: hidden;
    margin: 0 .1rem;
    vertical-align: middle;
  }

  .box4-time li:nth-child(3) div span {
    width: 8.5rem;
  }

  .box4-time li:nth-child(4) div span {
    width: 7.1rem;
  }

  .box4-time li:nth-child(5) div span {
    width: 7.7rem;
  }

  .box4-time li:nth-child(6) div span {
    width: 5.3rem;
  }

  .box4-time div a {
    font-size: .7rem;
  }

  .box4-time div a:after {
    right: -.8rem;
    width: .6rem;
    height: .6rem;
    background-size: 100%;
  }

  .box4-time div a:hover:after {
    background-size: 100%;
  }



  .main .citys {
    width: 100%;
    height: 100%;
    background: #E4E3FF;
    overflow: hidden;
  }

  .main .citys .citys_cnt {
    width: 90%;
    height: 100%;
    margin: 0.925rem auto 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .main .citys .citys_cnt .city_item {
    width: 3.25rem;
    height: 1.4rem;
    background: linear-gradient(183deg, #FB882B, #FFBE33);
    box-shadow: 0px 7px 0px 0px rgba(28, 52, 5, 0.13);
    display: block;
    border-radius: 0.12rem;
    margin: 0 auto 0.6rem 0.575rem;
    font-size: 0.55rem;
    font-family: FZLanTingHeiS-DB1-GB;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 2px 0px #EA8703;
    line-height: 1.4rem;
  }

  .main .citys .citys_cnt .city_item:hover {
    background: #FFEF40;
    color: #EF7000;
    cursor: pointer;
    text-shadow: none;
  }

  .main .citys .citys_cnt .space {
    display: block;
    width: 3.25rem;
    height: 1.4rem;
    margin: 0 auto 0.6rem 0.575rem;
  }

  /* 通用底部 */
  .footer {
    position: relative;
    height: 2.4rem;
    padding: 0;
    overflow: hidden;
  }

  .footer:before {
    display: block;
    content: "华图教育集团版权所有";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.4rem;
    overflow: hidden;
    color: #333;
    font-size: 0.7rem;
    line-height: 2.4rem;
    text-align: center;
  }

  .box_container {
    padding: 1rem 0;
  }
}