﻿html {
    background-image: url(../images/3.jpg) !important;
    background-repeat: repeat-x !important;
    background-size: 100% 11.375rem;
    height: 1000px;
  }
  body {
    max-width: 640px;
    margin: auto !important;
  }
  /* top-nav start */
  .top-nav {
    max-width: 640px;
    width: 100%;
    background-color: #ef6262;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .top-nav ul {
    display: flex;
    align-items: stretch;
  }
  .top-nav ul li {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.3125rem;
    border-right: 1px solid #ffffff;
    color: #fff;
    padding: .2rem 0;
  }
  .top-nav li:last-child {
    border-right: none;
  }
  .top-nav ul li:first-child{
    background-color: #ef6262;
    color: yellow;
  }
  /* top-nav end */
  /* banner start */
  .banner {
    text-align: center;
  }
  .banner h1 {
    font-size: 0.8rem;
    color: #fefefe;
    padding-top: 1.40625rem;
    font-family: "微软雅黑";
    font-weight:900;
    letter-spacing: 4px;
    margin-bottom: .3rem;
  }
  .banner-line {
    width: 8rem;
    margin: auto;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border-top: solid #970202 1px;
    border-bottom: solid 1px #e16262;
  }
  .banner p:nth-child(3),
  .banner p:nth-child(2){
    opacity: .8;
  }
  .banner p {
    font-size: 0.38rem;
    color: #fff;
    margin-top: 0.1rem;
    white-space: nowrap;
  }
  .banner p b{
    margin: 0 0.05rem;
  }
  .yellow{
    color: yellow;
  }
  .red{
    color: red;
  }
  .banner-time {
    margin: 0.3rem 0;
  }
  .banner-time span {
    display: inline-block;
    font-size: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    line-height: 1.4rem;
    margin-left: .2rem;
    margin-right: .2rem;
    border: solid 2px #d95252;
  }
  .banner-triangle span {
    margin: 0.46875rem auto 0.3125rem;
    display: block;
    width: 0;
    height: 0;
    border-left: 0.15625rem solid transparent;
    border-right: 0.15625rem solid transparent;
    border-top: 0.3125rem solid #cccccc;
  }
  .banner-btn button {
    width: 7rem;
    height: 1rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.5rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
    font-weight: bold;
    font-family: "微软雅黑";
  }
  .blingbling{
    position: relative;
    overflow: hidden;
  }
  .blingbling::after{
    content: '';
    display: block;
    width: 14px;
    height: 150%;
    z-index: 9;
    background: linear-gradient(
  -90deg
  , #fff, transparent);
    position: absolute;
    left: -20%;
    top: -25%;
    transform: rotate(
  30deg
  );
    opacity: .5;
    animation: lighthighmove 4s infinite linear;
  }
  @keyframes lighthighmove {
    0%{
      left: -20%;
    }
    50%{
      left: 120%;
    }
    100%{
      left: 120%;
    }
  }
  .handbtn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .handbtn img{
    height: 1.5em;
    width: auto!important;
    display: inline-block!important;
    margin: 0 5px 0 0!important;
    animation: breath infinite 2s linear;
  }
  @keyframes breath {
    0%{
      transform: scale(.8);
    }
    50%{
      transform: scale(1.2);
    }
    100%{
      transform: scale(.8);
    }
  }
  /* banner end */
  .testatest{
    width: 260px;
    margin: 0 auto;
  }
  .testatest .title{
    letter-spacing: -1px;
    font-size: 20px;
    margin-top: 2em;
    color: #e14242;
    text-align: center;
  }
  .testatest .title>span::before{
    width: 102%;
    left: -2%;
  }
  .testatest .title b{
    margin-right: 0;
    display: block;
  }
  .testatest .title2{
    position: relative;
    font-size: 12px;
    margin-top: -5px;
  }
  .testatest .title2>span{
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 0 1em;
  }
  .testatest .title2::before{
    content: '';
    display: block;
    height: 1px;
    background-color: #e5e5e5;
    width: 70%;
    left: 15%;
    top: 50%;
    z-index: 1;
    position: absolute;
  }
  .testatest .title2 span span{
    color: orangered;
  }
  .custom-form .tips{
    font-size: 12px;
    color: #999;
    text-align: center;
  }
  .form-item{
    margin: 10px 0;
    text-align: left;
  }
  .form-item label{
    display: block;
    padding: 5px 1em;
  }
  .radio-group{
    display: flex;
    margin: .5em -.5em;
  }
  .radio-item{
    display: inline-flex;
    align-items: center;
    flex: 1;
    padding: 0 .5em;
  }
  .radio-item>div{
    background-color: #f6f6f6;
    width: 100%;
    text-align: center;
    padding: .5em 0;
    border-radius: 3px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    font-size: .9em;
  }
  .radio-item[data-actived="true"]>div{
    background-color: #2f6fd1;
    color: #fff;
    border: solid 1px #2a66c0;
  }
  .form-footer{
    max-width: 260px;
    margin: 1.5em auto;
  }
  .form-footer button, 
  .form-footer input{
    width: 100%;
    padding: 0 1em;
    text-align: center;
    height: 42px;
    line-height: 1;
    font-size: 17px;
    border-radius: 3px;
    margin-top: 10px;
    box-sizing: border-box;
  }
  .form-footer input{
    border: solid 1px rgb(155, 189, 218);
  }
  .form-footer button{
    background-color: #2f6fd1;
    color: #fff;
  }
  .swiper-outer{
    width: 100%;
    overflow: hidden;
  }
  .swiper-container{
    margin: 3em 0 0 1em;
    width: 6rem;
    overflow: visible!important;
  }
  .swiper-slide{
      font-size: .3rem;
      color: #fff;
      background-color: #dd4a4a;
      border-radius: .5rem;
      display: block!important;
      padding: .5rem;
      transform: scale(.85);
      opacity: .4;
    box-sizing: border-box;
  }
  .swiper-slide.swiper-slide-active{
      transform: scale(1);
      opacity: 1;
  }
  .swiper-slide button{
    display: flex;
      width: 4rem;
    height: 0.859375rem;
    background: #fff;
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #cc0000;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
    font-family: "微软雅黑";
    font-weight: 600;
    margin: 1em auto 0;
    border-radius: 1rem;
    align-items: center;
    justify-content: center;
  }
  .swiper-slide .p{
      height: 6.5em;
      font-size: .24rem;
      line-height: 1.6;
      opacity: .85;
  }
  .swiper-slide button img{
      height: .4rem;
      margin-right: .1rem;
      width: auto;
  }
  .swiper-slide h3{
      margin-bottom: .3rem;
      text-align: center;
    color: #fff;
    font-size: .5rem;
    font-weight: 600;
  }
  
  .baokaoleibie .b-wrapper{
    margin: 1em auto;
    width: 8rem;
  }
  .baokaoleibie .item{
    display: flex;
    justify-content: space-between;
    text-align: left;
    border: solid 1px #b8c8e4;
    padding: .8em 1em;
    align-items: center;
    margin-bottom: 1em;
    border-radius: 10px;
  }
  .baokaoleibie .title{
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #d42f2f;
  }
  .baokaoleibie .large{
    font-size: .4rem;
  }
  .baokaoleibie .small{
    font-size: 12px;
    margin-top: .5em;
    line-height: 1.5;
  }
  .baokaoleibie .left{
    max-width: 70%;
  }
  .baokaoleibie .star{
    height: 1em;
  }
  .baokaoleibie .nandu{
    margin-left: 1em;
    display: inline-flex;
    align-items: center;
  }
  .baokaoleibie .b-wrapper>button{
    display: block;
    margin: 12px auto 0;
    height: 0.859375rem;
    background: linear-gradient(
  90deg
  , #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
    font-family: "微软雅黑";
    font-weight: bold;
    width: 90%;
    border-radius: 50px;
  }
  .baokaoleibie .item button{
    width: 2rem;
    color: #950808;
    font-size: 12px;
    padding: .1rem .2rem;
    background-color: #ddd;
    border-radius: 5px;
    font-weight: 600;
  }
  .baokaoleibie .handbtn img{
    height: 1em;
  }
  .promote img{
    width: 76%;
    display: block;
    margin: 1.5em auto;
  }
  /* question start */
  .question h2 {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-top: 1.09375rem;
    margin-bottom: 0.2rem;
  }
  .question>p{
    text-align: center;
    color: #e14242;
    margin-bottom: 0.6rem;
    font-size: 0.4rem;
  }
  .question ul {
    margin: 0 0.78125rem;
  }
  .question ul li {
    overflow: hidden;
    height: 0.9375rem;
    line-height: 0.9375rem;
  }
  .question ul li p {
    color: #333;
    font-size: 0.34375rem;
    float: left;
    font-family: "微软雅黑";
    font-weight: 400;
  }
  .question ul li button {
    display: block;
    float: right;
    font-size: 0.3125rem;
    color: #333;
    padding: 0.125rem 0.25rem;
    border-radius: 6px;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    margin-top: 0.125rem;
  }
  .question-btn {
    text-align: center;
    margin-top: 0.3125rem;
  }
  .question-btn button {
    width: 5.46875rem;
    height: 0.859375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
    font-family: "微软雅黑";
    font-weight: 600;
  }
  .question-btn span {
    margin: 0.46875rem auto 0.3125rem;
    display: block;
    width: 0;
    height: 0;
    border-left: 0.15625rem solid transparent;
    border-right: 0.15625rem solid transparent;
    border-top: 0.3125rem solid #cccccc;
    margin-bottom: 0.625rem;
  }
  /* question end */
  /* form start */
  .form .form-title {
    text-align: center;
  }
  .form .form-title h2 {
    font-size: 0.5625rem;
    color: #e14242;
    font-weight: 600;
  }
  .form ul {
    width: 80%;
    margin: 0.3125rem auto 0;
    overflow: hidden;
  }
  .form ul li {
    width: 31%;
    height: 2.859375rem;
    border: 1px solid #ccc;
    border-radius: 0.15625rem;
    text-align: center;
    float: left;
    margin-top: 0.3125rem;
  }
  .form ul li p {
    font-size: 0.4375rem;
    color: #e73737;
    margin-top: 0.46875rem;
    font-family: "微软雅黑";
    font-weight: bold;
  }
  .form ul li button {
    width: 90%;
    height: 0.625rem;
    border-radius: 0.078125rem;
    color: #fff;
    font-size: 0.3125rem;
    margin: 0.38rem auto 0;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    background-color: #4587d8;
    font-family: "微软雅黑";
    font-weight: bold;
  }
  .form ul li:nth-child(2),
  .form ul li:nth-child(5) {
    margin: 0.3125rem 0.09375rem 0;
  }
  .form .form-btn {
    text-align: center;
    margin-top: 0.578125rem;
  }
  .form .form-btn button {
    width: 5.46875rem;
    height: 0.859375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
    font-family: "微软雅黑";
    font-weight: 600;
  }
  /* form end */
  /* school start */
  .school .school-title h2 {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-top: 1.328125rem;
    margin-bottom: 0.546875rem;
  }
  .school-1 h3 {
    font-size: 0.4375rem;
    color: #e03737;
    padding-left: 1.171875rem;
  }
  .school-1 .school-img img {
    width: 73%;
    display: block;
    margin: 0.3125rem auto;
    padding: 0.15625rem;
    border: solid 1px #ccc;
    border-radius: 0.15625rem;
  }
  .school-1 p {
    padding-left: 1.171875rem;
    font-size: 0.35rem;
    color: #666;
  }
  .school-1 .school-btn {
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 1.09375rem;
  }
  .school-1 .school-btn button {
    margin-top: 12px;
    width: 5.46875rem;
    height: 0.859375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
    font-family: "微软雅黑";
    font-weight: bold;
  }
  /* school end */
  /* sign-up start */
  .sign-up .sign-up-title h2 {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-top: 1.09375rem;
    margin-bottom: 0.625rem;
  }
  .sign-up ul {
    padding: 0 1.09375rem;
    box-sizing: border-box;
    overflow: hidden;
  }
  .sign-up ul li {
    width: 32%;
    float: left;
    height: 1.171875rem;
    border-radius: 0.15625rem;
    background-color: #4688d9;
    text-align: center;
    line-height: 1.171875rem;
    margin-top: 0.15625rem;
    color: #fff;
    font-size: 0.4375rem;
  }
  .sign-up ul li:nth-child(2),
  .sign-up ul li:nth-child(5),
  .sign-up ul li:nth-child(8) {
    margin: 0.15625rem 0.15625rem 0;
  }
  .sign-up .sign-up-btn {
    text-align: center;
    margin-top: 0.46875rem;
    margin-bottom: 1.09375rem;
  }
  .sign-up .sign-up-btn button {
    width: 5.46875rem;
    height: 0.859375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
  }
  /* sign-up end */
  /* notice start */
  .notice {
    width: 5.15625rem;
    height: 3.75rem;
    border: 1px solid #ccc;
    margin: auto;
    border-radius: 5px;
  }
  .notice .notice-title {
    width: 2.109375rem;
    height: 0.703125rem;
    border-radius: 5px;
    border: 1px solid #cec8a9;
    background-color: #faf8ef;
    line-height: 0.703125rem;
    text-align: center;
    margin: -0.390625rem auto 0.15625rem;
  }
  .notice .notice-title h3 {
    color: #938d6a;
    font-size: 0.375rem;
  }
  .notice p {
    font-family: "宋体";
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.28125rem;
  }
  .notice-btn {
    text-align: center;
    margin-top: 0.46875rem;
  }
  .notice-btn button {
    width: 5.46875rem;
    height: 0.859375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
  }
  /* notice end */
  /* why start */
  .why .why-title h2 {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-top: 1.09375rem;
    margin-bottom: 0.625rem;
  }
  .why .why-content {
    width: 56.25%;
    margin: auto;
  }
  .why .why-content button {
    width: 2.8125rem;
    height: 0.90625rem;
    display: block;
    margin: auto;
    border-radius: 5px;
    font-size: 0.375rem;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
  }
  .why .why-content p {
    font-size: 0.35rem;
    color: #666;
    margin: 0.265625rem auto;
  }
  .why .why-btn {
    text-align: center;
    margin-top: 0.625rem;
    margin-bottom: 1.09375rem;
  }
  .why .why-btn button {
    width: 5.46875rem;
    height: 0.859375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
  }
  /* why end */
  /* forecast start */
  .forecast .forecast-title h2 {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.390625rem;
  }
  .forecast button {
    display: block;
    width: 2.8125rem;
    height: 0.9375rem;
    border-radius: 5px;
    background-color: #faf9c8;
    border: 1px solid #dbdbdb;
    margin: 0.390625rem auto;
    font-size: 0.375rem;
  }
  .forecast h3 {
    color: #e14242;
    font-size: 0.46875rem;
    text-align: center;
  }
  .forecast p {
    text-align: center;
    color: #666;
    font-size: 0.375rem;
    margin: 0.3125rem auto;
  }
  .forecast .forecast-footer {
    font-weight: bold;
    font-size: 0.34375rem;
  }
  .forecast .forecast-btn button {
    width: 5.46875rem;
    height: 0.859375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
  }
  /* forecast end */
  /* footer start */
  .footer {
    margin-bottom: 50px;
  }
  .footer .footer-title h2 {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-top: 1.09375rem;
    margin-bottom: 0.625rem;
  }
  .footer .footer-img {
    text-align: center;
    margin-bottom: 0.3125rem;
  }
  .footer .footer-img img {
    border: solid 1px #ccc;
    width: 50%;
    padding: 0.15625rem;
  }
  .footer .footer-content {
    width: 54%;
    margin: auto;
  }
  .footer .footer-content p {
    text-indent: 2em;
    font-size: 0.36rem;
    color: #666;
    line-height: 0.4375rem;
  }
  .footer .footer-btn {
    text-align: center;
    margin-top: 0.390625rem;
    margin-bottom: 0.3125rem;
  }
  .footer .footer-btn button {
    width: 2.26875rem;
    height: 0.659375rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    font-size: 0.275rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
    font-family: "黑体";
    font-weight: bold;
  }
  .footer .footer-bottom {
    width: 100%;
    height: 1.8125rem;
  }
  .footer .footer-bottom img {
    width: 100%;
  }
  /* footer end */
  /* win start */
  .win {
    width: 100%;
    max-width: 640px;
    height: 50px;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 0.78125rem;
    overflow: hidden;
    z-index: 99;
  }
  .win .win-content {
    display: flex;
  }
  .win .win-content .win-left {
    flex: 0.75;
  }
  .win .win-content .win-left ul li {
    line-height: 50px;
    font-size: 0.4rem;
    color: #fff;
  }
  .win .win-content .win-right {
    flex: 0.25;
    line-height: 50px;
  }
  .win .win-content .win-right button {
    height: 0.625rem;
    width: 2rem;
    border-radius: 20px;
    background-color: #f23030;
    color: #fff;
    font-size: 0.3rem;
  }
  /* win end */
  /* box start */
  .box {
    font-size: 0.25rem;
    writing-mode: tb-rl;
    width: 0.46875rem;
    height: 2.125rem;
    background-color: #a70000;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -1.0625rem;
    text-align: center;
    color: #fff;
    border-radius: 5px 0 0 5px;
  }
  /* box end */
  
  .foot{ width:100%; background: #505050; height:1.6rem; /*display:table;*/}
  .foote{ margin:0 auto; padding-top:4%;  width:80%;margin-top: 0.5rem;}
  .foote img{width:26%; float:left; display:table-cell; margin-right:0.3rem; margin-left:0.6rem;/*    margin-top: 0.5rem;*/}
  .foote p{ text-align:left; color:#cccccc; display:table-cell; width:70%; padding-left:0.6rem; padding-top:0.24rem}
  
  /*弹窗*/
  .mask {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.8);
      z-index: 10000000;
      top: 0;
      left: 0;
      display: none;
  }
  .mask-box1 {
      background: #fff;
      width: 320px;
      z-index: 300;
      border-radius: 10px;
      padding: 0 20px 20px;
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
  }
  .mask-box1 h2 {
      color: #333;
      font-size: 30px;
      margin-bottom: 20px;
      margin-top: 20px;
      text-align: center;
  }
  .mask-box1 h2 p {
      font-size: 14px;
      display: inline-block;
      padding-left: 15px;
  }
  .mask1-sec2 .mask1-item {
      width: 300px;
  }
  .mask1-item p {
      color: #333;
      font-size: 24px;
      margin-bottom: 15px;
      text-align: left;
  }
  .mask1-item p em {
      color: #fe4151;
  }
  .mask1-ul {
      margin-bottom: 10px;
  }
  .mask1-btn {
      width: 200px;
      text-align: center;
  }
  .mask1-btn em {
      color: #cc0033;
      font-size: 14px;
  }
  .mask1-btn .btn {
      display: block;
      background: #ccc;
      color: #fff;
      /*padding:5px 35px;*/
      font-size: 24px;
      border-radius: 30px;
      /*margin-right:20px;*/
      border: none;/*margin-left: 40px;*/
  }
  .mask1-btn .btn {
      background: rgb(195, 12, 7);
      cursor: pointer;
    width: 400px;
    height: 40px;
    font-size:16px;
    color: #fff;
    line-height: 40px;
  }
  .mask-box2 {
      z-index: 300;
      width: 600px;
  }
  .mask-box2 img {
      width: 100%;
  }
  .mask-box2 .close {
      position: absolute;
      width: 20px;
      height: 20px;
      z-index: 301;
      right: 10px;
      top: 10px;
      cursor: pointer;
  }
  .fixed-center {
      position: fixed;
      left: 50%;
      top: 45%;
      transform: translate(-50%, -50%);
      background: url(../images/tc.jpg) no-repeat;
      background-size: 100%;
  }
  .flex-center {
      display: flex;
      align-items: center
  }
  .flex-top {
      display: flex;
      align-items: flex-start
  }
  .flex-float-top {
      display: flex;
      justify-content: space-between;
  }
  .flex-float {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .flex1 {
      flex: 1;
  }
  .close1 {
      position: absolute;
      cursor: pointer;
      width: 30px;
      height: 30px;
      right: 3px;
      top: 3px;
      font-size: 30px;
      opacity: .5;
  }
  .mask-wrap {
      /* width: 300px;*/
      margin: 64px auto 20px;
      padding: 10px 10px 30px;
      box-sizing: border-box;
      background-size: 100% 100%;
  }
  .mask1-ul li.active {
      border-color: #f14151;
      background: #f14151;
      color: #fff;
  }
  .mask1-sec1, .mask1-sec2 {
      padding-left: 9px;
  }
  .input-wrap {
      float: left;
      width: 33%;
      position: relative;
      font-size: 16px;
      text-align: left;
  }
  .input-wrap input {
      display: inline-block;
      width: 18px;
      height: 18px;
      vertical-align: middle;
      margin-right: 5px;
  }
  .input-wrap input[type="radio"]:checked+label {
      background-color: rgb(67, 94, 115);
  }
  .input-wrap input[type="radio"]:checked+label:after {
      width: 5px;
      height: 10px;
      border: 2px solid #fff;
      border-left: none;
      border-top: none;
      transform: rotate(45deg);
      position: absolute;
      left: 6px;
      top: 3px;
      content: "";
  }
  .input-wrap input[type="radio"]+label {
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid rgb(83, 148, 228);
      background-color: #fff;
  }
  
  /*2020.3.19*/
  
  
  #seven {
    /*width: 320px;*/
    display: block;
    margin: 10px auto;
    font-family: "å¾®è½¯é›�?�é»�??";
  }
  
  .seven_2 {
    width:90%;
    margin: 0 auto;
  }
  
  .seven_title {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-top: 1.328125rem;
    margin-bottom: 0.546875rem;
  }
  
  .seven_question {
    color: #000;
    font-weight: bold;
    font-size: 0.4rem;
    line-height: 0.8rem;
    /*letter-spacing:2px;*/
    width:100%;
    text-align: left;
    padding-left: 0.2rem;
    margin-bottom: 10px;
  }
  
  .seven_question label {
    font-size: 0.38rem;
    color: #333;
    z-index: 99;
    line-height: 0.76rem;
    /*letter-spacing:2px;*/
    font-weight: 200;
    padding-right: 0.6rem;
  }
  
  .seven_question input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  
  
  .seven_2 .seven_phone input {
        width: 8.46875rem;
      height: 0.859375rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 0.859375rem;
    font-size:  0.375rem;;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  
  .seven_phone {
    margin: 0 auto;
  }
  
  .seven_2 .seven_tj input {
    width: 8.46875rem;
      height: 1rem;
    background: linear-gradient(90deg, #de4c4c, #cb2828);
    border-radius: 0.390625rem;
    margin: 0 auto;
    display: block;
    border: 0;
    font-size: 0.375rem;
    color: #fff;
    box-shadow: 0 0 5px #fff;
    font-family: "微软雅黑";
    font-weight: 600;
    margin-top: 0.4rem;
  }
  
  .btn.seven_tj {
    margin-top: 0.4rem;
  }
  
  .btn_gonggao {
    margin-bottom: 0.4rem;
    text-align: center;
    font-size: 0.375rem;
    color: #999
  }
  .part2 {
      padding: 0 0 2em 0;
      position: relative;
  }
  
  .notice-title {
      background: #faf8ef;
      border: 1px solid #cec8a9;
      box-shadow: -1px -1px 1px #ece8d8;
      color: #908964;
      padding: 5px 0;
      width: 100px;
      margin: 0 auto;
      position: absolute;
      left: 50%;
      top: -10%;
      margin-left: -50px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
    text-align: center;
    font-size: 1.2em;
  }
  .notice-box ul li{
    list-style: none;
    font-size: 1.2em;
    color: #666;
  }
  .notice-box ul li b{
    color: #000;
  }
  .notice-box ul li:first-of-type{
    margin:.5em 0;
    text-align: center;
  }
  .notice-box {
      border: 1px solid #d7d7d7;
      background: #ffffff;
      width: 270px;
      margin: 38px auto 0;
      list-style: square;
      padding: 15px 10px 10px;
      box-shadow: 1px 1px 0px #ffffff;
      border-radius: 3px;
      -webkit-border-radius: 3px;
  }
  .notice-box li a {
      display: inline-block;
      width: 240px;
      text-decoration: none;
      text-align: left;
      line-height: 1.4rem;
      color: #333333;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      background: #ffffff;
  }
  
  .notice-box li .zhuozhong {
      text-decoration: none;
      text-align: left;
      line-height: 1.4rem;
      color: #ff0000;
      font-size: 0.8rem;
      border-radius: 3px;
      -webkit-border-radius: 3px;
  }
  .part10 h4 {
    font-size: 0.5625rem;
    text-align: center;
    color: #e14242;
    font-weight: bold;
    margin-bottom: 0.546875rem;
  }
  .grant-img img {
      width: 260px;
      margin: 0 auto;
      margin-top: 20px;
      margin-bottom: 15px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      display: block;
      padding: 3px;
      border: 1px solid #d7d7d7;
      box-shadow: 1px 1px 0px #ffffff;
  }
  
  .grant-intro {
      text-align: left;
      width: 260px;
      margin: 0 auto;
      color: #666666;
      margin-top: 10px;
      text-indent: .7rem;
      text-align: justify;
      text-shadow: 1px 1px 0px #ffffff;
    line-height: 1.6;
  }
  
  .part10 {
      padding: 2em 0;
      position: relative;
  }
  .footer-btn-group{
    display: flex;
    padding: 0 1em;
  }
  .footer-btn-group button{
    flex: 1;
    margin: .5em;
  }
  .slider-vertical{
    text-align: center;
    height: 34px;
    overflow: hidden;
  }
  .slider-vertical .item{
    height: 34px;
    line-height: 34px;
    transition: top .3s;
    position: relative;
    top: 0;
  }
