body {
  max-width: 100%;
  overflow-x: hidden;
  background: #f8f8f8;
  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;
  min-width: 1200px;
}
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;
}
/*通用*/
.footer {
  min-width: 1200px;
  clear: both;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #333;
}

.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;
}
.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;
}
.adv_list { width: 1200px;float: left; padding:50px 0; }
.adv_list li{
    float: left;
    width: 350px;
    margin: 0 0 0 30px;
}
.adv_list li a,
.adv_list li img{
    width: 100%;
    display: block;
}
.box_table {
  background: #FFFFFF;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0px 1px 10px 0px #9DD3D0;
  border-radius: 20px 20px 0 0;
}
.box_table table {
  width: 100%;
}
.box_table tr td p{
       border-radius: 20px 20px 0 0; padding: 8px;
    font-size:24px; background-color: #28C2B9; 
    font-family: FZLanTingHeiS-DB-GB; line-height: 30px;
    font-weight: 400;
    color: #FFEA72;
    border: none;
    text-align: center;
    height:auto;
   
  }
.box_table thead tr td {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFEA72;
  border: none;
  text-align: center;
  height: 70px;
  white-space: nowrap;
}
.box_table thead tr td:first-child {
  border-top-left-radius: 20px;
}
.box_table thead tr td:last-child {
  border-top-right-radius: 20px;
}
.box_table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.box_table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.box_table td {
  border: 1px solid #e1f2f1;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-align:left;
  line-height: 30px; padding: 15px;
}
.box_table td p {
  line-height: 28px;
}
.box_table td p:first-child {
  margin-top: 10px;
}
.box_table td p:last-child {
  margin-bottom: 10px;
}
.box_table td p.cor {
  color: #FF48A3;
}
.box_table td p.wd {
  width: 20px;
  margin: 0 auto;
}
.box_table td a {
  width: 140px;
  height: 44px;
  background: linear-gradient(-15deg, #FFB31F, #FFE96D);
  box-shadow: 0px 6px 10px 0px rgba(255, 192, 71, 0.52);
  border-radius: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #14625D;
  line-height: 44px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  transition: 0.2s;
}
.box_table td a:hover {
  opacity: 0.8;
}
.title_h3 {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin: 70px auto 40px;
}
.title_h3 span {
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  background: linear-gradient(0deg, #3e3739, #794957);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.title_h3 strong {
  position: relative;
}
.title_h3 strong::after {
  content: '';
  width: 100%;
  height: 8px;
  background: #FFA94D;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 1;
}
.title_h3 i,
.title_h3 s {
  position: absolute;
  top: 0;
  bottom: 0;
}
.title_h3 i::after,
.title_h3 s::after {
  content: '';
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.title_h3 i::before,
.title_h3 s::before {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.title_h3 i {
  left: 0;
}
.title_h3 i::before {
  left: -78px;
  background-image: url('../image/t_l_1.png');
  animation: ani_rot 3s ease-in-out infinite;
}
.title_h3 i::after {
  left: -118px;
  background-image: url('../image/t_l_2.png');
  animation: ani_pos_1 2.5s ease-in infinite;
}
.title_h3 s {
  right: 0;
}
.title_h3 s::before {
  right: -78px;
  background-image: url('../image/t_r_1.png');
  animation: ani_rot 3s ease-in-out infinite;
}
.title_h3 s::after {
  right: -118px;
  background-image: url('../image/t_r_2.png');
  animation: ani_pos_2 2.5s ease-in infinite;
}
@keyframes ani_rot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ani_pos_1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes ani_pos_2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}
.title_h4 {
  font-size: 34px;
  font-weight: normal;
  color: #333333;
  line-height: 34px;
  text-align: center;
  margin: 50px auto 50px;
  position: relative;
  overflow: hidden;
}
.title_h4::after,
.title_h4::before {
  content: '';
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
.title_h4::after {
  left: -50%;
  background-image: url('../image/t_h_l.png');
  animation: t_h_l 4s linear infinite;
}
.title_h4::before {
  right: -50%;
  background-image: url('../image/t_h_r.png');
  animation: t_h_r 4s linear infinite;
}
.title_h4 span {
  position: relative;
  z-index: 3;
}
@keyframes t_h_l {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
@keyframes t_h_r {
  0% {
    right: -50%;
  }
  100% {
    right: 150%;
  }
}
.city_ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.city_ul li {
  height: 54px;
  background: #90E5DB;
  border-radius: 27px;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  width: 13%;
  margin: 0 0.5% 24px;
  cursor: pointer;
  transition: 0.2s;
}
.city_ul li.active,
.city_ul li:hover {
  background: #28C2B9;
}
.table_ul li {
  display: none;
}
.table_ul li.active {
  display: block;
}
.box_one {
  width: 100%;
  height: 482px;
  background: url('../image/banner.jpg') no-repeat top center #f8f8f8;
  box-sizing: border-box;
  position: relative;
}
.box_one .box_container {
  height: 100%;
}
.box_one h1 {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  letter-spacing: 10px;
  padding-top: 70px;
}
.box_one img {
  position: absolute;
}
.box_one img.t_1 {
  bottom: 60px;
  left: -20px;
}
.box_one img.t_2 {
  bottom: 177px;
  left: 100px;
}
.box_one img.t_3 {
  bottom: 48px;
  left: 180px;
}
.box_one img.t_4 {
  bottom: 43px;
  right: 30px;
}
.box_one img.t_5 {
  position: relative;
  display: block;
  margin: 30px auto 40px;
}
.box_one h6 {
  display: flex;
  justify-content: space-between;
  padding: 0 300px;
  position: relative;
  z-index: 2;
}
.box_one h6 a {
  width: 180px;
  height: 52px;
  background: #FFE032;
  box-shadow: 0px 6px 13px 0px rgba(40, 194, 185, 0.74);
  border-radius: 26px;
  font-size: 28px;
  font-weight: 500;
  color: #14625D;
  line-height: 52px;
  text-align: center;
  transition: 0.2s;
}
.box_one h6 a:hover {
  opacity: 0.9;
}
.box_two {
  margin-top: 0;
  height: 186px;
  background: url('../image/b_bg.png') no-repeat center transparent;
  text-align: center;
  position: relative;
  border-radius: 93px;
  box-shadow: inset 3px 0 46px rgba(194, 223, 217, 0.8), 5px 0 16px rgba(177, 205, 203, 0.4); margin-top: 30px;
}
.box_two h4 {
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 60px;
  text-shadow: 1px 2px 0px rgba(28, 160, 154, 0.43);
  height: 71px;
  background: url('../image/o_1.png') no-repeat center top;
  position: relative;
  top: -25px;
}
.box_two ul {
  display: flex;
  background: url('../image/o_2.png') no-repeat center 25px;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 190px;
}
.box_two ul li {
  display: flex;
  flex-wrap: wrap;
}
.box_two ul li span {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  width: 100%;
}
.box_two ul li i {
  background: url('../image/o_3.png') no-repeat center top;
  height: 33px;
  width: 100%;
  padding-top: 14px;
  box-sizing: border-box;
}
.box_two ul li time {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 18px;
}
.box_four ul {
  display: flex;
  justify-content: space-between;
}
.box_four ul li {
  width: 286px;
  height: 260px;
  box-shadow: 0px 0px 8px 0px rgba(40, 194, 185, 0.2);
  border-radius: 18px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
}
.box_four ul li:nth-child(1) {
  background-image: url('../image/s_1.png');
}
.box_four ul li:nth-child(2) {
  background-image: url('../image/s_2.png');
}
.box_four ul li:nth-child(3) {
  background-image: url('../image/s_3.png');
}
.box_four ul li:nth-child(4) {
  background-image: url('../image/s_4.png');
}
.box_four ul li h5 {
  font-size: 24px;
  font-weight: bold;
  color: #1A514E;
  line-height: 20px;
  padding-top: 50px;
}
.box_four ul li h6 {
  font-size: 22px;
  font-weight: normal;
  color: #343434;
  line-height: 30px;
  width: 80%; margin: 0 auto; padding: 15px 0;
}
.box_four ul li a {
  width: 146px;
  height: 44px;
  background: linear-gradient(-15deg, #FFB31F, #FFE96D);
  box-shadow: 0px 6px 10px 0px rgba(255, 192, 71, 0.52);
  text-align: center;
  border-radius: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #395D45;
  line-height: 44px;
  display: block;
  margin: 0 auto;
  transition: 0.2s;
}
.box_four ul li a:hover {
  opacity: 0.8;
}
.box_six .xs_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box_six .xs_ul li {
  width: 594px;
  height: 246px;
  box-shadow: 0px 0px 8px 0px rgba(4, 204, 173, 0.21);
  border-radius: 18px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 45px;
}
.box_six .xs_ul li:nth-child(1) {
  background-image: url('../image/x_1.png');
}
.box_six .xs_ul li:nth-child(2) {
  background-image: url('../image/x_2.png');
}
.box_six .xs_ul li:nth-child(3) {
  background-image: url('../image/x_3.png');
}
.box_six .xs_ul li:nth-child(4) {
  background-image: url('../image/x_4.png');
}
.box_six .xs_ul li div:first-child {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  height: 140px;
}
.box_six .xs_ul li div:last-child {
  margin-left: 40px;
}
.box_six .xs_ul li p {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 25px;
}
.box_six .xs_ul li h5 {
  font-size: 30px;
  font-weight: bold;
  color: #FFF477;
  line-height: 36px;
}
.box_six .xs_ul li h6 {
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
}
.box_six .xs_ul li span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #7E385B;
  line-height: 34px;
}
.box_six .xs_ul li span strong {
  color: #FF49A3;
}
.box_six .xs_ul li a {
  width: 146px;
  height: 44px;
  background: linear-gradient(-15deg, #FFB31F, #FFE96D);
  box-shadow: 0px 6px 10px 0px rgba(255, 192, 71, 0.52);
  font-size: 16px;
  font-weight: 400;
  color: #14625D;
  line-height: 44px;
  transition: 0.2s;
  display: block;
  text-align: center;
  font-weight: bold;
  border-radius: 22px;
  margin-top: 25px;
}
.box_six .xs_ul li a:hover {
  opacity: 0.9;
}
.box_seven ul {
  display: flex;
  justify-content: space-between;
}
.box_seven ul li {
  width: 594px;
  height: 246px;
  background: #FFFFFF;
  border: 2px solid #28C2B9;
  box-shadow: 0px 0px 8px 0px rgba(255, 162, 208, 0.34);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 25px;
}
.box_seven ul li img {
  width: 215px;
  height: 215px;
}
.box_seven ul li p {
  font-size: 26px;
  font-weight: normal;
  color: #333333;
  line-height: 42px;
  padding-left: 15px;
}
.box_seven ul li span {
  width: 270px;
  border-top: 1px dashed #91D0CC;
  display: block;
  margin: 30px auto;
}
.box_seven ul li a {
  width: 146px;
  height: 44px;
  background: linear-gradient(-15deg, #FFB31F, #FFE96D);
  box-shadow: 0px 6px 10px 0px rgba(255, 192, 71, 0.52);
  font-size: 16px;
  font-weight: 400;
  color: #14625D;
  line-height: 44px;
  transition: 0.2s;
  display: block;
  text-align: center;
  font-weight: bold;
  border-radius: 22px;
  margin-left: 15px;
}
.box_seven ul li a:hover {
  opacity: 0.9;
}
.box_eight .box_eight_wrap {
  background: #FFFFFF;
  box-shadow: 0px 1px 18px 0px rgba(126, 236, 224, 0.1);
  border-radius: 24px;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 20px;
}
.box_eight .box_eight_wrap .box_eight_wrap_l {
  width: 450px;
  height: 285px;
  background: #FFFFFF;
  border: 2px solid #28C2B9;
  border-radius: 22px;
  box-sizing: border-box;
  padding: 24px 0 0 35px;
}
.box_eight .box_eight_wrap .box_eight_wrap_l p {
  position: relative;
  box-sizing: border-box;
  padding-left: 110px;
}
.box_eight .box_eight_wrap .box_eight_wrap_l p:nth-child(1) {
  margin-bottom: 45px;
}
.box_eight .box_eight_wrap .box_eight_wrap_l p span {
  width: 95px;
  height: 46px;
  background: #28C2B9;
  box-shadow: 0px 1px 18px 0px rgba(40, 194, 185, 0.34);
  border-radius: 23px;
  font-size: 27px;
  font-weight: normal;
  color: #FFFEFE;
  line-height: 46px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.box_eight .box_eight_wrap .box_eight_wrap_l p strong {
  width: 264px;
  height: 46px;
  background: #D7F7F5;
  border-radius: 10px;
  font-size: 24px;
  font-weight: normal;
  color: #666666;
  line-height: 46px;
  text-indent: 18px;
  margin-bottom: 3px;
  display: block;
}
.box_eight .box_eight_wrap .box_eight_wrap_r {
  width: 673px;
  height: 285px;
  background: #D7F7F5;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box_eight .box_eight_wrap .box_eight_wrap_r .left time {
  font-size: 27px;
  font-weight: bold;
  color: #333333;
  line-height: 27px;
  margin-bottom: 25px;
}
.box_eight .box_eight_wrap .box_eight_wrap_r .left h6 {
  font-size: 36px;
  font-weight: bold;
  color: #2D8983;
  line-height: 40px;
}
.box_eight .box_eight_wrap .box_eight_wrap_r .left p {
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  line-height: 18px;
  margin-top: 45px;
}
.box_eight .box_eight_wrap .box_eight_wrap_r .right {
  margin-left: 60px;
}
.box_eight .box_eight_wrap .box_eight_wrap_r .right img {
  display: block;
  width: 176px;
  height: 176px;
  margin-bottom: 18px;
}
.box_eight .box_eight_wrap .box_eight_wrap_r .right p {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.img_css {
  display: block;
  margin: 0 auto;
  border-radius: 25px;
  box-shadow: 1px 0 18px rgba(126, 236, 224, 0.1);
}
/*vue二维码*/
.box_code_style {
  margin: auto;
  width: 100%;
  height: 260px;
  position: relative;
  background: linear-gradient(174deg, #5BCEC7, #8BE2DD);
  box-shadow: 0px 11px 16px 0px rgba(115, 216, 210, 0.2);
  border-radius: 20px;
}
.box_code_style .vue_img {
  width: 273px;
  height: 228px;
  position: absolute;
  left: 80px;
  bottom: 18px;
}
.box_code_style .province_change {
  margin-left: 450px;
  padding-top: 30px;
}
.box_code_style .code_l {
  width: 390px;
  padding-top: 5px;
}
.box_code_style .code_l .list-div:not(:last-child) {
  margin-bottom: 15px;
}
.box_code_style .code_l .list-div .selectBox {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 56px;
  cursor: default;
  text-align: left;
}
.box_code_style .code_l .list-div .selectBox ul {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  box-sizing: border-box;
  cursor: default;
  width: 100%;
  max-height: 230px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 3;
  background: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  line-height: 32px;
  text-indent: 0.75em;
  color: #333;
}
.box_code_style .code_l .list-div .selectBox ul li:hover {
  background: #f8f8f8;
}
.box_code_style .code_l .list-div .selectBox:after {
  position: absolute;
  right: 15px;
  top: 18px;
  pointer-events: none;
  content: " ";
  display: block;
  width: 15px;
  height: 18px;
  background: url(../image/select.png) no-repeat top center;
  transition: all 0.3s;
}
.box_code_style .code_l .list-div .selectBox.onSelect:after {
  transform: rotate(-180deg);
}
.box_code_style .code_l .list-div cite {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  /* border: 1px solid #1678d4; */
  border-radius: 10px;
  font-size: 18px;
  font-style: normal;
  line-height: 56px;
  text-indent: 0.75em;
  transition: all 0.2s;
  color: #333333;
}
.box_code_style .code_r {
  width: 166px;
  margin-left: 80px;
}
.box_code_style .code_r p {
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 5px;
}
.box_code_style .code_r .pic {
  position: relative;
  width: 166px;
  height: 166px;
  margin: 0 auto;
  box-sizing: border-box;
}
.box_code_style .code_r .pic img {
  display: block;
  width: 100%;
}
.box_code_style .code_r .pic .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
.box_code_style .code_r .wxId {
  display: none;
}
/*vue 二维码 end*/
.temp_header {
  display: none;
}
/*最外层*/
.window_mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.temp_box {
  display: none;
}
.temp_box h5 {
  font-size: 30px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.temp_box h6 {
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}
.temp_box p {
  font-size: 16px;
  line-height: 36px;
}
.temp_box p a {
  word-break: break-all;
  white-space: normal;
  color: #fff;
}
/*备考资料弹窗*/
.fixed_box_bkzl {
  width: 500px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 20px 30px;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(174deg, #8BE2DD, #5BCEC7);
}
.fixed_box_bkzl ul {
  background: #FFFFFF;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px 25px;
}
.fixed_box_bkzl li {
  margin-bottom: 14px;
  border-bottom: 1px dashed #fedcff;
  padding-bottom: 6px;
}
.fixed_box_bkzl li:last-child {
  margin-bottom: 0;
}
.fixed_box_bkzl li:nth-child(1) p {
  background-image: url('../image/a_1.png');
}
.fixed_box_bkzl li:nth-child(2) p {
  background-image: url('../image/a_2.png');
}
.fixed_box_bkzl li:nth-child(3) p {
  background-image: url('../image/a_3.png');
}
.fixed_box_bkzl li:nth-child(4) p {
  background-image: url('../image/a_4.png');
}
.fixed_box_bkzl li p {
  float: left;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 35px;
}
.fixed_box_bkzl li a {
  float: right;
  display: block;
  margin: 0 auto;
  width: 110px;
  line-height: 36px;
  background: linear-gradient(135deg, #FFEE00, #FFD400);
  border-radius: 28px;
  text-align: center;
  color: #FB1F6C;
  font-size: 16px;
  transition: 0.2s;
  font-weight: bold;
}
.fixed_box_bkzl li a:hover {
  opacity: 0.8;
}
/*表单弹窗*/
.fixed_box_form {
  width: 435px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(174deg, #8BE2DD, #5BCEC7);
  box-sizing: border-box;
  padding: 20px 26px 30px;
  color: #fff;
  border-radius: 30px;
}
.fixed_box_form h5 {
  line-height: 30px;
}
.listBox {
  margin-top: 25px;
}
.listBox > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.listBox select,
.listBox input {
  width: 188px;
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  padding-left: 20px;
  font-size: 16px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  appearance: none;
  outline: none;
  border: none;
}
.listBox select {
  background: #fff url(../image/select.png) no-repeat 93% center;
}
.listBox .vimg {
  width: 188px;
  height: 44px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.listBox .get-vcode {
  background: #a7e6e2;
  border-radius: 6px;
  color: #fff;
  padding-left: 0;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  font-weight: bold;
}
.listBox .get-vcode:hover {
  color: #FB1F6C;
  opacity: 0.9;
}
.listBox .form_tips {
  width: 100%;
  margin: 0 auto 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
}
.listBox .ptBn {
  width: 230px;
  height: 44px;
  background: linear-gradient(135deg, #FFEE00, #FFD400);
  border-radius: 22px;
  font-size: 20px;
  color: #FB1F6C;
  line-height: 44px;
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  font-weight: bold;
}
.listBox .ptBn:hover {
  opacity: 0.8;
}
/*关闭*/
.fixed_close {
  position: absolute;
  right: -20px;
  top: -46px;
  cursor: pointer;
  transition: 0.3s;
  transform: rotate(0);
}
.fixed_close:hover {
  transform: rotate(360deg);
}
/*提示小弹窗*/
.alert_tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 6px;
  font-size: 16px;
  line-height: 16px;
  max-width: 400px;
  display: none;
  z-index: 999;
}
/*左侧导航*/
.fixed_l {
  display: none;
  z-index: 99;
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  box-sizing: border-box;
  padding: 15px 5px 10px;
  border-radius: 16px;
  background: linear-gradient(210deg, #28DFCB, #28C2B9);
}
.fixed_icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -90px;
  width: 100px;
}
.fixed_nav li {
  width: 90%;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  box-sizing: border-box;
  transition: 0.2s;
  margin: 0 auto 10px;
  white-space: nowrap;
}
.fixed_nav li:first-child {
  font-size: 14px;
}
.fixed_nav li:hover a {
  color: #C1381A;
  background: linear-gradient(0deg, #FFDA0A, #FFFFFF);
}
.fixed_nav li a {
  display: block;
  color: #333;
  background-color: #fff;
  border-radius: 15px;
  font-weight: bold;
  transition: 0.2s;
}
.toTop {
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  width: 100%;
  font-weight: bold;
}
.toTop:hover {
  color: #FA3C01;
}
.toTop img {
  display: block;
  margin: 0 auto;
}
.mBT150 {
  margin-bottom: 120px;
}
/*左侧导航 end*/
/*适配M*/
@media only all and (max-width: 1080px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
    font: 0.18rem/0.36rem "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
  }
  body,
  html {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .footer{display: none;}
  .fixed_l {
    display: none !important;
  }
    .adv_list { width:100%;float: left; padding:.6rem 0; }
    .adv_list li {
        width: 31%;
        margin: 0 1.125%;
    }

  .box_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .box_table {
    background: #FFFFFF;
    
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0px 0.04rem 0.266667rem 0px rgba(255, 123, 225, 0.2);
   
  }
  .box_table table { width: auto;
  }
  
  .box_table tr td p{
        border-radius: 0.266667rem 0.266667rem 0 0;
    font-size: 0.26rem; background-color: #28C2B9; padding: .2rem;
    font-family: FZLanTingHeiS-DB-GB; line-height: .28rem;
    font-weight: 400;
    color: #FFEA72;
    border: none;
    text-align: center;
    height:auto;
   
  }
  
  .box_table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0.266667rem;
  }
  .box_table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.266667rem;
  }
  .box_table td {
    border: 0.013333rem solid #e1f2f1;
    font-size: 0.243333rem;
    font-weight: 400;
    color: #333333;
    text-align: left;
    padding: 0.05rem 0;
    line-height: 0.36rem;
  }
  .box_table td p {
    line-height: 0.3rem;
  }
 
  .box_table td p.wd {
    width: 0.2667rem;
  }
  .box_table td a {
    width: 1.9rem;
    height: 0.48rem;
    background: linear-gradient(-15deg, #FFB31F, #FFE96D);
    box-shadow: 0px 0.08rem 0.1333rem 0px rgba(255, 192, 71, 0.52);
    border-radius: 0.293333rem;
    font-size: 0.22rem;
    font-weight: 400;
    color: #14625D;
    line-height: 0.5rem;
    text-align: center;
    display: block;
    margin: 0 auto;
    transition: 0.2s;
  }
  .box_table td a:hover {
    opacity: 0.8;
  }
  .title_h3 {
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: 0.7rem auto 0.4rem;
  }
  .title_h3 span {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #333333;
    background: linear-gradient(0deg, #3e3739, #794957);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
  }
  .title_h3 span.M {
    font-size: 0.4rem;
  }
  .title_h3 strong {
    position: relative;
  }
  .title_h3 strong::after {
    content: '';
    width: 100%;
    height: 0.106667rem;
    background: #FFA94D;
    border-radius: 0.053333rem;
    position: absolute;
    left: 0;
    bottom: 0.053333rem;
    z-index: 1;
  }
  .title_h3 i,
  .title_h3 s {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .title_h3 i::after,
  .title_h3 s::after {
    width: 0.5rem;
    height: 0.5rem;
  }
  .title_h3 i::before,
  .title_h3 s::before {
    width: 0.3rem;
    height: 0.3rem;
  }
  .title_h3 i {
    left: 0;
  }
  .title_h3 i::before {
    left: -0.5rem;
    background-image: url('../image/t_l_1.png');
    background-size: contain;
    animation: ani_rot 3s ease-in-out infinite;
  }
  .title_h3 i::after {
    left: -0.8rem;
    background-image: url('../image/t_l_2.png');
    background-size: contain;
    animation: ani_pos_1 2.5s ease-in infinite;
  }
  .title_h3 s {
    right: 0;
  }
  .title_h3 s::before {
    right: -0.5rem;
    background-image: url('../image/t_r_1.png');
    background-size: contain;
    animation: ani_rot 3s ease-in-out infinite;
  }
  .title_h3 s::after {
    right: -0.8rem;
    background-image: url('../image/t_r_2.png');
    background-size: contain;
    animation: ani_pos_2 2.5s ease-in infinite;
  }
  .title_h4 {
    font-size: 0.4533rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.4533rem;
    text-align: center;
    margin: 0.6667rem auto 0.6667rem;
    position: relative;
    overflow: hidden;
  }
  .title_h4::after,
  .title_h4::before {
    content: '';
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
  }
  .city_ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.2667rem;
    box-sizing: border-box;
    padding: 0 0.1rem;
  }
  .city_ul li {
    height: 0.72rem;
    background: #90E5DB;
    border-radius: 0.36rem;
    font-size: 0.32rem;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.72rem;
    text-align: center;
    width: 24%;
    margin: 0 0.5% 0.32rem;
    cursor: pointer;
    transition: 0.2s;
  }
  .city_ul li.active,
  .city_ul li:hover {
    background: #28C2B9;
  }
  .table_ul li {
   
  }

  /*移动端头部 + 底部*/
  .temp_header {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    background: linear-gradient(to right, #3ccc86, #3bcb6a);
    padding-left: 0.4rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: block;
  }
  .temp_header .title {
    font-size: 0.32rem;
    color: #fff;
    margin-left: 0;
  }
  .temp_header .toback {
    display: inline-block;
    background: url(../image/sprite_img.png) no-repeat;
    background-size: 4.65rem 3.77rem;
    background-position: -3.2rem -0.94rem;
    width: 0.28rem;
    height: 0.43rem;
    position: absolute;
    left: 0.4rem;
    top: 0.22rem;
    cursor: pointer;
  }
  .temp_footer {
    background: #fff;
    color: #333;
    padding: 0.3rem 0;
    font-size: 0.26rem;
    line-height: 0.36rem;
    text-align: center;
    margin-bottom: 0rem !important;
  }
  .temp_footer .footbox {
    width: 100%;
    height: 0.72rem;
  }
  .temp_footer a {
    color: #333;
    padding: 0 0.1rem 0 0;
    line-height: 0.72rem;
  }
  .temp_footer .copy {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  /*移动端头部 + 底部 结束*/
  .box_one {
    width: 100%;
    height: 4.3rem;
    background: url('../image/banner.jpg') no-repeat bottom center #fff;
    box-sizing: border-box;
    background-size: cover;
  }
  .box_one .box_container {
    height: 100%;
  }
  .box_one h1 {
    font-size: 0.4267rem;
    line-height: 0.4267rem;
    color: #fff;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.05rem;
    padding-top: 0.4rem;
  }
  .box_one img {
    position: absolute;
  }
  .box_one img.t_1 {
    bottom: 0.8rem;
    left: -0.2667rem;
    display: none;
  }
  .box_one img.t_2 {
    bottom: 2.36rem;
    left: 1.3333rem;
    display: none;
  }
  .box_one img.t_3 {
    bottom: 0.64rem;
    left: 2.4rem;
    display: none;
  }
  .box_one img.t_4 {
    bottom: 0.5733rem;
    right: 0.4rem;
    display: none;
  }
  .box_one img.t_5 {
    position: relative;
    display: block;
    margin: 0.3rem auto 0.2rem;
    width: 80%;
  }
  .box_one h6 {
    display:none;
    justify-content: space-between;
    padding: 0 0.25rem;
    position: relative;
    z-index: 2;
  }
  .box_one h6 a {
    width: 2.2rem;
    height: 0.6933rem;
    background: #FFE032;
    box-shadow: 0px 0.08rem 0.1733rem 0px rgba(40, 194, 185, 0.74);
    border-radius: 0.3467rem;
    font-size: 0.3733rem;
    font-weight: 500;
    color: #14625D;
    line-height: 0.6933rem;
    text-align: center;
    transition: 0.2s;
  }
  .box_one h6 a:hover {
    opacity: 0.9;
  }
  .box_two {
    height: auto;
    width: 94%;
    margin: 0 auto;
    background: url('../image/b_bg.png') no-repeat center transparent;
    background-size: cover;
    text-align: center;
    position: relative;
    border-radius: 1.24rem;
    box-shadow: inset 0.04rem 0 0.6133rem rgba(194, 223, 217, 0.8), 0.0667rem 0 0.2133rem rgba(177, 205, 203, 0.4);
    padding-bottom: 0.2rem;
  }
  .box_two h4 {
    font-size: 0.3rem;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 0.56rem;
    text-shadow: 0.0133rem 0.0267rem 0px rgba(28, 160, 154, 0.43);
    height: 0.7rem;
    background: url('../image/o_1.png') no-repeat center top;
    background-size: contain;
    position: relative;
    top: -0.25rem;
  }
  .box_two ul {
    display: flex;
    background: url('../image/o_2.png') no-repeat center 0.3333rem;
    background-size: contain;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.1rem;
    margin-top: -0.2rem;
  }
  .box_two ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .box_two ul li span {
    font-size: 0.2667rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.2667rem;
    width: 100%;
  }
  .box_two ul li i {
    background: url('../image/o_3.png') no-repeat center top;
    background-size: contain;
    height: 0.44rem;
    width: 100%;
    padding-top: 0.1867rem;
    box-sizing: border-box;
  }
  .box_two ul li time {
    width: 100%;
    font-size: 0.24rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.24rem;
  }
  .box_four ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .box_four ul li {
    width: 48%;
    height: 3.2rem;
    box-shadow: 0px 0px 0.1067rem 0px rgba(40, 194, 185, 0.2);
    border-radius: 0.24rem;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #FFFFFF;
    margin-bottom: 0.15rem;
  }
  .box_four ul li:nth-child(1) {
    background-image: url('../image/s_1.png');
  }
  .box_four ul li:nth-child(2) {
    background-image: url('../image/s_2.png');
  }
  .box_four ul li:nth-child(3) {
    background-image: url('../image/s_3.png');
  }
  .box_four ul li:nth-child(4) {
    background-image: url('../image/s_4.png');
  }
  .box_four ul li h5 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #1A514E;
    line-height: 0.2667rem;
    padding-top: 0.3rem;
  }
  .box_four ul li h6 {
    font-size: 0.26rem;
    font-weight: normal;
    color: #343434;
    line-height: 0.4rem;
    margin: 0.2667rem auto;
  }
  .box_four ul li a {
    width: 1.9467rem;
    height: 0.5867rem;
    background: linear-gradient(-15deg, #FFB31F, #FFE96D);
    box-shadow: 0px 0.08rem 0.1333rem 0px rgba(255, 192, 71, 0.52);
    text-align: center;
    border-radius: 0.2933rem;
    font-size: 0.25rem;
    font-weight: bold;
    color: #395D45;
    line-height: 0.5867rem;
    display: block;
    margin: 0 auto;
    transition: 0.2s;
  }
  .box_four ul li a:hover {
    opacity: 0.8;
  }
  .box_six .xs_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box_six .xs_ul li {
    width: 96%;
    height: 2.3rem;
    box-shadow: 0px 0px 0.1067rem 0px rgba(4, 204, 173, 0.21);
    border-radius: 0.24rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFFFFF;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 0.2rem;
    margin: 0 auto 0.2rem;
  }
  .box_six .xs_ul li:nth-child(1) {
    background-image: url('../image/x_1.png');
  }
  .box_six .xs_ul li:nth-child(2) {
    background-image: url('../image/x_2.png');
  }
  .box_six .xs_ul li:nth-child(3) {
    background-image: url('../image/x_3.png');
  }
  .box_six .xs_ul li:nth-child(4) {
    background-image: url('../image/x_4.png');
  }
  .box_six .xs_ul li div:first-child {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: auto;
  }
  .box_six .xs_ul li div:last-child {
    margin-left: 0.4rem;
  }
  .box_six .xs_ul li p {
    font-size: 0.26rem;
    color: #FFFFFF;
    line-height: 0.3rem;
  }
  .box_six .xs_ul li h5 {
    font-size: 0.38rem;
    font-weight: bold;
    color: #FFF477;
    line-height: 0.48rem;
  }
  .box_six .xs_ul li h6 {
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.4533rem;
  }
  .box_six .xs_ul li span {
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    color: #7E385B;
    line-height: 0.4rem;
  }
  .box_six .xs_ul li span strong {
    color: #FF49A3;
  }
  .box_six .xs_ul li a {
    width: 1.9467rem;
    height: 0.5867rem;
    background: linear-gradient(-15deg, #FFB31F, #FFE96D);
    box-shadow: 0px 0.08rem 0.1333rem 0px rgba(255, 192, 71, 0.52);
    font-size: 0.3rem;
    font-weight: 400;
    color: #14625D;
    line-height: 0.5867rem;
    transition: 0.2s;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 0.2933rem;
    margin-top: 0.2rem;
  }
  .box_six .xs_ul li a:hover {
    opacity: 0.9;
  }
  .box_seven ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box_seven ul li {
    position: relative;
    width: 96%;
    height: auto;
    background: #FFFFFF;
    border: 0.0267rem solid #28C2B9;
    box-shadow: 0px 0px 0.1067rem 0px rgba(255, 162, 208, 0.34);
    border-radius: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.2rem;
    margin: 0 auto 0.3rem;
    flex-wrap: wrap;
  }
  .box_seven ul li img {
    width: 2.5rem;
    height: 2.5rem;
  }
  .box_seven ul li p {
    font-size: 0.3467rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.56rem;
    padding-left: 0.2rem;
  }
  .box_seven ul li span {
    width: 3.6rem;
    border-top: 0.0133rem dashed #91D0CC;
    display: block;
    margin: 0.3rem auto;
  }
  .box_seven ul li a {
    width: 1.9467rem;
    height: 0.5867rem;
    background: linear-gradient(-15deg, #FFB31F, #FFE96D);
    box-shadow: 0px 0.08rem 0.1333rem 0px rgba(255, 192, 71, 0.52);
    font-size: 0.3rem;
    font-weight: 400;
    color: #14625D;
    line-height: 0.5867rem;
    transition: 0.2s;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 0.2933rem;
    margin-left: 0.2rem;
  }
  .box_seven ul li a:hover {
    opacity: 0.9;
  }
  .box_eight .box_eight_wrap {
    background: #FFFFFF;
    box-shadow: 0px 0.0133rem 0.24rem 0px rgba(126, 236, 224, 0.1);
    border-radius: 0.32rem;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0.2667rem 0;
    flex-wrap: wrap;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_l {
    width: 96%;
    height: auto;
    background: #FFFFFF;
    border: 0.0267rem solid #28C2B9;
    border-radius: 0.2933rem;
    box-sizing: border-box;
    padding: 0.2rem 0 0.2rem 0.4667rem;
    margin: 0 auto 0.2rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_l p {
    position: relative;
    box-sizing: border-box;
    padding-left: 1.7rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_l p:nth-child(1) {
    margin-bottom: 0.3rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_l p span {
    width: 1.5rem;
    height: 0.6133rem;
    background: #28C2B9;
    box-shadow: 0px 0.0133rem 0.24rem 0px rgba(40, 194, 185, 0.34);
    border-radius: 0.3067rem;
    font-size: 0.36rem;
    font-weight: normal;
    color: #FFFEFE;
    line-height: 0.6133rem;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_l p strong {
    width: 4.3rem;
    height: 0.6133rem;
    background: #D7F7F5;
    border-radius: 0.1333rem;
    font-size: 0.32rem;
    font-weight: normal;
    color: #666666;
    line-height: 0.6133rem;
    text-indent: 0.24rem;
    margin-bottom: 0.08rem;
    display: block;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_r {
    width: 96%;
    margin: 0 auto;
    height: auto;
    background: #D7F7F5;
    border-radius: 0.2933rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    box-sizing: border-box;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_r .left time {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.36rem;
    margin-bottom: 0.3333rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_r .left h6 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #2D8983;
    line-height: 0.5333rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_r .left p {
    font-size: 0.24rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.24rem;
    margin-top: 0.6rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_r .right {
    margin-left: 0.8rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_r .right img {
    display: block;
    width: 2.3467rem;
    height: 2.3467rem;
    margin-bottom: 0.24rem;
  }
  .box_eight .box_eight_wrap .box_eight_wrap_r .right p {
    font-size: 0.2667rem;
    font-weight: normal;
    color: #333333;
    line-height: 0.32rem;
    text-align: center;
  }
  .img_css {
    display: block;
    margin: 0 auto;
    border-radius: 0.3333rem;
    box-shadow: 0.0133rem 0 0.24rem rgba(126, 236, 224, 0.1);
    width: 96%;
  }
  .box_code_style {
    width: 100%;
    height: auto;
    background: linear-gradient(174deg, #5BCEC7, #8BE2DD);
    border-radius: 0;
  }
  .box_code_style > img {
    width: 2.6rem;
    margin: 0.3rem auto 0;
    display: none;
  }
  .box_code_style .province_change {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 0.12rem 0.12rem 0 0;
    height: auto;
    padding-bottom: 1rem;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0.666667rem;
  }
  .box_code_style .code_l {
    width: 6rem;
    margin: 0 auto;
    float: inherit;
    padding-top: 0.3rem;
  }
  .box_code_style .code_l .list-div {
    margin: 0 auto;
  }
  .box_code_style .code_l .list-div:not(:last-child) {
    margin-bottom: 0.15rem;
  }
  .box_code_style .code_l .list-div .selectBox {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 1rem;
    cursor: default;
    text-align: left;
  }
  .box_code_style .code_l .list-div .selectBox ul {
    display: none;
    position: absolute;
    left: 0;
    top: 0.9rem;
    box-sizing: border-box;
    cursor: default;
    width: 100%;
    max-height: 4rem;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3;
    background: #fff;
    border: 0;
    border-radius: 0.05rem;
    font-size: 0.34rem;
    line-height: 0.6rem;
    text-indent: 0.75em;
    color: #333;
    padding-top: 0.2rem;
  }
  .box_code_style .code_l .list-div .selectBox ul li {
    margin: 0 0.1rem;
  }
  .box_code_style .code_l .list-div .selectBox ul li:hover {
    background: #f8f8f8;
  }
  .box_code_style .code_l .list-div .selectBox:after {
    position: absolute;
    right: 0.5rem;
    top: 0.26rem;
    pointer-events: none;
    content: " ";
    display: block;
    width: 0.3rem;
    height: 1rem;
    background: url(../image/select.png) no-repeat top center;
    background-size: contain;
    transition: all 0.3s;
  }
  .box_code_style .code_l .list-div .selectBox.onSelect:after {
    transform: rotate(-180deg);
  }
  .box_code_style .code_l .list-div cite {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    /* border: 1px solid #1678d4; */
    border-radius: 0.1rem;
    font-size: 0.36rem;
    font-style: normal;
    line-height: 1rem;
    text-indent: 0.75em;
    transition: all 0.2s;
    color: #333333;
  }
  .box_code_style .code_r {
    width: 3.6rem;
    margin: 0.3rem auto 0;
    float: inherit;
  }
  .box_code_style .code_r p {
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.6rem;
    height: 0.6rem;
  }
  .box_code_style .code_r .pic {
    position: relative;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .box_code_style .code_r .pic img {
    display: block;
    width: 100%;
  }
  .box_code_style .code_r .pic .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
  }
  .box_code_style .code_r .wxId {
    display: none;
  }
  /*最外层*/
  .window_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .temp_box {
    display: none;
  }
  .temp_box h5 {
    font-size: 0.4rem;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.746667rem;
    text-align: center;
  }
  .temp_box h6 {
    width: 100%;
    height: 0.32rem;
    font-size: 0.32rem;
    font-family: FZLanTingHeiS-DB-GB;
    font-weight: 400;
    color: #FFFFFB;
    line-height: 0.32rem;
    text-align: center;
    margin: 0 auto;
    padding-top: 0rem;
  }
  .temp_box p {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .temp_box p a {
    word-break: break-all;
    white-space: normal;
    color: #fff;
  }
  /*关闭*/
  .fixed_close {
    position: absolute;
    right: 0;
    top: -0.64rem;
    cursor: pointer;
    transition: 0.3s;
    transform: rotate(0);
    width: 0.6rem;
    height: 0.6rem;
  }
  .fixed_close:hover {
    transform: rotate(360deg);
  }
  /*备考资料弹窗*/
  .fixed_box_bkzl {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0.2rem 0.4rem;
    color: #fff;
    border-radius: 0.266667rem;
  }
  .fixed_box_bkzl h5 {
    font-size: 0.4rem;
    line-height: 1rem;
  }
  .fixed_box_bkzl ul {
    padding: 0.4rem 0.333333rem;
  }
  .fixed_box_bkzl li {
    margin-bottom: 0.14rem;
  }
  .fixed_box_bkzl li p {
    float: left;
    max-width: 4.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-size: contain;
  }
  .fixed_box_bkzl li a {
    float: right;
    display: block;
    margin: 0 auto;
    width: 1.4rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    background: linear-gradient(135deg, #FFEE00, #FFD400);
    border-radius: 0.28rem;
    text-align: center;
    color: #FB1F6C;
    transition: 0.2s;
  }
  .fixed_box_bkzl li a:hover {
    opacity: 0.9;
  }
  /*表单弹窗*/
  .fixed_box_form {
    width: 90%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(174deg, #8BE2DD, #5BCEC7);
    background-size: cover;
    box-sizing: border-box;
    padding: 0.1rem 0.26rem 0.3rem;
    color: #fff;
    border-radius: 0.266667rem;
  }
  .listBox {
    margin-top: 0.25rem;
  }
  .listBox > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.15rem;
  }
  .listBox select,
  .listBox input {
    width: 49.5%;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.1rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    appearance: none;
    outline: none;
    border: none;
  }
  .listBox select {
    background: #fff url(../image/select.png) no-repeat 93% center;
  }
  .listBox .vimg {
    width: 49.5%;
    height: 0.6rem;
    border-radius: 0.1rem;
    background: #fff;
    cursor: pointer;
  }
  .listBox .get-vcode {
    border-radius: 0.1rem;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    transition: 0.2s;
  }
  .listBox .get-vcode:hover {
    opacity: 0.9;
  }
  .listBox .form_tips {
    width: 100%;
    margin: 0 auto 0.14rem;
    font-size: 0.26rem;
    line-height: 1.5;
    color: #fff;
  }
  .listBox .ptBn {
    width: 2.4rem;
    height: 0.6rem;
    background: linear-gradient(135deg, #FFEE00, #FFD400);
    border-radius: 0.3rem;
    font-size: 0.26rem;
    color: #FB1F6C;
    line-height: 0.6rem;
    text-align: center;
    margin: 0 auto 0.3rem;
    display: block;
    cursor: pointer;
    transition: 0.2s;
  }
  .listBox .ptBn:hover {
    opacity: 0.9;
  }
  /*提示小弹窗*/
  .alert_tip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0.1rem 0.3rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0.06rem;
    z-index: 5;
    font-size: 0.26rem;
    line-height: 0.26rem;
    max-width: 4rem;
    display: none;
  }
}
