﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0px;
  border: 0;
  outline: none;
}
header, nav, footer, menu {
  display: block;
}
dt {
  font-weight: 300;
}
img {
  border: none;
  max-width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  outline-style: none;
  text-decoration: none;
  cursor: pointer;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: #333;
  outline-offset: 0;
  outline: 0;
}
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
  outline: 0;
}
html {
  background-color: #ffffff;
}
body {
  font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 0.4rem;
  color: #333333;
  position: relative;
  background-color: #fff;
  min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.clear {
  clear: both;
}
.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  flex-flow: row wrap;
}
.display-flex-center {
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center;
}
.display-flex-top {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.display-flex-bottom {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.display-flex-left {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.relative_9 {
  position: relative;
  z-index: 9;
}
.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg_f4f4f4 {
  background-color: #f4f4f4;
}
.bg_f5f5f5 {
  background-color: #f5f5f5;
}
p {
  line-height: 1.6;
}
.container-fluid {
  padding-left: 2.6667%;
  padding-right: 2.6667%;
}
.container {
  padding-left: 4%;
  padding-right: 4%;
}
/*******头部********/
body {
  padding-top: 3.0rem;
}
body.e_body {
  padding-top: 3.0rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  /*padding: 12.5px 0;*/
  padding: 0.625rem 0;
  z-index: 100;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.2);
}
header .logo {
  width: 10.6rem;
}
.header-buttons {
  position: relative;
}
.header-buttons .JP-overlayNavButton {
  position: relative;
}
.header-buttons .JP-overlayNavButton.is-show {
  z-index: 99;
  position: fixed;
  top: 1.1rem;
  right: 2.6667%;
}
.semantic-button {
  outline: none;
  background: none;
  border: none;
  border-radius: 0;
  color: inherit;
  text-align: inherit;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header__menu-button {
  display: block;
  text-align: center;
  position: relative;
  width: 1.3rem;
  height: 1.0rem;
}
.icon--menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #0073ab;
  position: absolute;
  height: 0.1rem;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -0.05rem;
}
.icon--menu:before, 
.icon--menu:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #0073ab;
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
}
.icon--menu:before {
  top: 0.45rem;
}
.icon--menu:after {
  top: -0.45rem;
}
.header__menu-button.is-show .icon--menu {
  background-color: transparent;
}
.header__menu-button.is-show .icon--menu:before, 
.header__menu-button.is-show .icon--menu:after {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0 !important;
  background-color: #ffffff;
}
.header__menu-button.is-show .icon--menu:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.header__menu-button.is-show .icon--menu:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
/*导航*/
.JP-overlayNav {
  -webkit-overflow-scrolling:touch;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  overflow-y:auto;
  visibility:hidden;
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:10;
}
.JP-overlayNav.is-show {
  visibility:visible;
}
.JP-overlayNav__inner {
  position:relative;
}
body.is-tablet .JP-overlayNav {
  overflow:auto;
}
.JP-overlayNav .JP-overlayNav_bg  {
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  position:fixed;
  right: 2.6667%;
  top: 1.1rem;
  visibility:hidden;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius:50%;
  width: 1.3rem;
  height: 1rem;
  content:'';
  opacity:0.5;
  -webkit-transition:all 0.6s ease-in-out 0s;
  transition:all 0.6s ease-in-out 0s;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transform-origin:50% 50%;
  -ms-transform-origin:50% 50%;
  transform-origin:50% 50%;
  z-index:-1;
}
.JP-overlayNav.is-show .JP-overlayNav_bg {
  visibility:visible;
  -webkit-transform:scale(200);
  -ms-transform:scale(200);
  transform:scale(200);
  opacity:1;
}
.JP-overlayNav__inner {
  -webkit-transition-property:opacity;
  transition-property:opacity;
  -webkit-transition-duration:1s;
  transition-duration:1s;
  opacity:0;
  box-sizing:border-box;
  width: 62.2667%;
  background-color: #fff;
  min-height: 100%;
}
.JP-overlayNav.is-show .JP-overlayNav__inner {
  opacity:1;
}
.JP-overlayNav__menu {
  padding-top: 0.3rem;
  padding-bottom:0.3rem;
  padding-right: 10%;
}
.JP-overlayNav__menuItemHeader {
  font-size: 0.85rem;
  border-bottom:#d4e7f0 0.05rem solid;
  text-align: center;
}
.JP-overlayNav__menuItemHeader a {
  position:relative;
  display:block;
  padding: 0.8rem 0;
}
/*手机导航*/
.JP-megaMenu {
  display: none;
  -webkit-transition-property: visibility,opacity;
  transition-property: visibility,opacity;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 1;
  width: 100%;
  position: fixed;
  left: 0;
  top: 80px;
  background-color: #fff;
}
.jp-logo {
  padding: 12.5px 5px;
}
.jp-logo a {
    max-width: 10.6rem;
    margin: 0 auto;
    display: block;
}
.JP-megaMenu__inner {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: distribute;
  justify-content: flex-end;
  width: 54.50%;
  margin: 0 auto;
}
.JP-megaMenu__item {
  max-width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.JP-megaMenu__imageNav {
  padding:0 0 0 58px;
  border-left: 2px solid #e7eaf0;
  max-width:510px;
}
.JP-megaMenu__imageNav a {
  overflow:hidden;
  position:relative;
  display:block;
  -webkit-transition-duration:0.2s;
  transition-duration:0.2s;
}
.JP-megaMenu__imageNav a:hover {
  background-color:rgba(51, 63, 72, 0.8);
}
.JP-megaMenu__imageNavFig {
  -webkit-transition-duration:0.2s;
  transition-duration:0.2s;
  position:relative;
  z-index: -1;
}
.JP-megaMenu__imageNav a:hover .JP-megaMenu__imageNavFig {
  -webkit-transform:scale(1, 1);
  -ms-transform:scale(1, 1);
  transform:scale(1, 1);
}


.JP-megaMenu__textNav {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.JP-megaMenu__textNav ul {
  margin-right: 40px;
}
.JP-megaMenu__textNav li {
  font-size: 16px;
  margin-bottom:20px;
  line-height: 1.2;
}
.JP-megaMenu__textNav li a {
  color: #111;
}
.JP-megaMenu__textNav li a:hover {
  color: #ee781f;
}
#js-overlay {
  position:fixed;
  z-index:4;
  width:100%;
  height:200%;
  left:0;
  top:0;
  background-color:#fff;
  display: none;
}
#js-overlay.is-loaded {
  z-index:2;
  background-color:transparent;
}
#js-overlay.is-show {
  background-color: rgba(0, 0, 0, 0.8);
  z-index:2;
}

/*********尾部************/
.copyright {
  font-size: 0.55rem;
  color: #999999;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  text-align: center;
  border-top: 0.20rem solid #f6f6f6;
}
.copyright a {
  display: block;
  margin-top: 0.25rem;
  color: #999999;
}
footer {
  display: none;
  height: 2.75rem;
}
footer .container-fluid {
  border-top: 1px solid #b2b2b2;
  background-color: #fafafa;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
footer li {
  float: left;
  width: 33.3333334%;
  text-align: center;
}
footer li a {
  color: #414042;
  font-size: 0.55rem;
  position: relative;
  display: block;
  padding: 0.4rem 0.25rem;
}
footer li a span {
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/icon01.jpg);
  margin: 0 auto;
  margin-bottom: 0.15rem;
  background-position: center;
  background-size: 0.9rem;
  background-repeat: no-repeat;
}
footer li:nth-child(2) a span {
  background-image: url(../images/icon02.jpg);
}
footer li:nth-child(3) a span {
  background-image: url(../images/icon03.jpg);
}

footer li.active a span {
  background-image: url(../images/icon01_.jpg);
}
footer li:nth-child(2).active a span {
  background-image: url(../images/icon02_.jpg);
}
footer li:nth-child(3).active a span {
  background-image: url(../images/icon03_.jpg);
}
/*****主体开始*******/
#banner {
  position: relative;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  border-bottom: 0.35rem solid #f6f6f6;
}
#banner .banner_swiper {
  width: 100%;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}
#banner .banner_swiper .img {
  width: 100%;
  border-radius: 0.5rem;
}
#banner .banner_swiper .swiper-pagination {
  bottom: 0.5rem;
}
#banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.125rem;
  margin: 0 0.125rem;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
}
#banner .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.625rem;
  background-color: #2985b2;
}
/**/
.h-title {
  font-size: 0.80rem;
  color: #2c2c3c;
  font-weight: bold;
}
.h-more {
  font-size: 0.7rem;
  color: #999999;
}
.consultation {
  padding: 1.0rem 0;
  border-bottom: 0.15rem solid #f6f6f6;
}
.consultation_main {
  margin-top: 1.0rem;
  padding-left: 4%;
}
.consultation_main ul li {
  width: 5.0rem;
}
.consultation_main ul li .img {
  width: 3.15rem;
  height: 3.15rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100%;
}
.consultation_main ul li .text {
  font-size: 0.65rem;
  color: #2c2c3c;
  text-align: center;
  padding-top: 0.625rem;
}
.consultation_main ul li a {
  display: block;
  border-radius: 5px;
  transition: all 300ms;
  padding: 7px 0;
}
.consultation_main ul li a:hover {
  background: #2985b3;
}
.consultation_main ul li a:hover .text {
  color: #ffffff;
}
/*账号*/
.account_head {
  padding: 1.25rem 4%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
}
.account_head .account_back {
  width: 0.5rem;
}
.account_head .account_href a {
  font-size: 0.75rem;
  color: #666666;
}
.account {
  width: 78.6667%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 6.0rem;
}
.account .title {
  font-size: 1.0rem;
  color: #333333;
  padding-top: 0.75rem;
  padding-bottom:1.25rem;
}
.account .form-group {
  margin-bottom: 0.5rem;
  position: relative;
}
.account .form-group .form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 0.75rem;
  height: 2.9rem;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
#validate {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.account .checkbox {
  margin: 1.4rem 0 1.15rem;
  color: #999999;
  font-size: 0.65rem;
}
.account .checkbox a {
  color: #999999;
}
.account .checkbox label {
  min-height: inherit;
}
.account .checkbox input {
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.account .btn-default {
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.75rem;
  background-color: #2985b3;
  border: none;
  display: block;
  height: 2.2rem;
  width: 100%;
}
.account .btn-default[disabled] {
  opacity: .65;
  background-color: #2985b3;
  border: none;
}
.account .form_href {
  margin-top: 0.95rem;
}
.account .form_href a {
  font-size: 0.7rem;
  color: #666666;
}

.third_party_login {
  padding-bottom: 1.65rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.third_party_login .title {
  color: #999999;
  font-size: 0.6rem;
  position: relative;
  margin-bottom: 1.0rem;
  text-align: center;
}
.third_party_login .title span {
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: inline-block;
  padding: 0 1.5rem;
}
.third_party_login .title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: #e6e6e6;
  width: 11.4rem;
  margin-left: -5.7rem;
}
.third_party_login .third_party_login_con div {
  width: 2.2rem;
  border-radius: 100%;
  margin: 0 0.75rem;
}

.password {
  padding-bottom: 2rem;
}
.password .form_code {}
.password .form_code .code {
  font-size: 0.75rem;
  color: #fff;
  background-color: #18b4ed;
  width: 4.875rem;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 0.125rem;
  margin-top: -0.8rem;
}
.password .btn-default {
  margin-top: 1.5rem;
}
/*我的账号*/
.my_account_head {
  background: url(../images/account_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.7;
  padding: 1.0rem 0 1.5rem;
  position: relative;
}
.my_account_head .name,
.my_account_head .number {
  padding-right: 4.5rem;
}
.my_account_head .name,
.my_account_head .number,
.my_account_head .email {
  padding-bottom: 0.5rem;
}
.my_account_head .name span,
.my_account_head .number span,
.my_account_head .email span {
  /*font-size: 0.9rem;*/
}
.my_account_head .email span {
  /*display: block;*/
}
.my_account_head .withdraw {
  position: absolute;
  right: 0;
  top: 1.175rem;
  font-size: 0.75rem;
  color: #2985b3;
  background-color: #fff;
  width: 4.5rem;
  height: 2.0rem;
  line-height: 2.0rem;
  text-align: center;
  border-radius: 1.0rem 0 0 1.0rem;
  box-shadow: 0 0 0.5rem rgba(10, 59, 83, 0.15);
}
.my_account_head .withdraw a {
  color: #2985b3;
  display: block;
  padding-left: 0.5rem;
}
.my_account_tab {
  position: relative;
  margin-top: -1.0rem;
}
.my_account_tab ul {
  position: relative;
  box-shadow: 0 0 0.5rem rgba(10, 59, 83, 0.2);
  background-color: #fff;
  border-radius: 0.125rem;
}
.my_account_tab ul li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.my_account_tab ul li+li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.05rem;
  height: 1.25rem;
  background-color: #e5e5e5;
  margin-top: -0.625rem;
}
.my_account_tab ul li a  {
  color: #2985b3;
  font-size: 0.9rem;
  display: block;
  position: relative;
  height: 3.15rem;
  line-height: 3.15rem;
}
.my_account_tab ul li.active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 3.5rem;
  height: 0.15rem;
  background-color: #2985b3;
  left: 50%;
  margin-left: -1.75rem;
}

.my_account_form {
  padding: 1.5rem 0 2.125rem;
}
.my_account_form p {
  font-size: 0.7rem;
  color: #999999;
  padding-bottom: 1.0rem;
}
.my_account_form .form-group {
  margin-bottom: 1.5rem;
}
.my_account_form .form-group label {
  font-size: 0.80rem;
  color: #3a3a3a;
  padding-bottom: 0.375rem;
}
.my_account_form .form-group .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  height: 2.25rem;
  line-height: 2.25rem;
  border-bottom: 1px solid #cccccc;
  font-size: 0.7rem;
}
.my_account_form .btn-default {
  font-size: 0.8rem;
  height: 2.5rem;
  display: block;
  width: 100%;
  background-color: #2985b3;
  color: #fff;
  border: none;
  margin-top: 0.25rem;
}
.my_account_order {
  padding: 1.5rem 0;
}
.my_account_order li {
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(10, 59, 83, 0.20);
  position: relative;
  border-radius: 0.125rem;
}
.my_account_order li::after,
.my_account_order li::before {
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 1.0rem;
  background-color: #fff;
  z-index: 9;
  top: 2.2rem;
}
.my_account_order li::before {
  left: 0;
  border-radius: 0 100px 100px 0;
  box-shadow: inset -0.1rem 0 0.5rem rgba(10, 59, 83, 0.20);
}
.my_account_order li::after {
  right: 0;
  border-radius: 100px 0 0 100px;
  box-shadow: inset 0.1rem 0 0.5rem rgba(10, 59, 83, 0.20);
}
.order .order_head {
  border-bottom: 0.05rem dashed #e0e0e0;
  padding: 0.75rem 0.65rem;
}
.order .order_head .title {
  font-size: 0.85rem;
  color: #000000;
}
.order .order_head .icon {
  color: red;
  font-size: 0.70rem;
}
.order .order_head .icon span {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 100%;
  background-color: #2985b3;
  float: left;
  margin-left: 0.3rem;
}
.order .order_con {
  font-size: 0.75rem;
  color: #000000;
  padding: 0.75rem 0.65rem;
}
.order .order_con dt {
  float: right;
}
.order .order_con dt,
.order .order_con dd {
  padding: 0.2rem 0;
}

.order .order_head .icon.active {
  position: relative;
  z-index: 10;
}
.order .order_head .icon.active span {
  background-color: #ffffff;
}
.order .order_box.active {}
.order .order_box {
  position: relative;
  width: 100%;
  border-radius: 0.125rem;
  padding: 0 0.65rem 0.75rem;
  color: #000;
  font-size: 0.75rem;
  margin-top: -0.55rem;
}
.order .order_box .order_box_text {
  float: left;
}
.order .order_box .order_box_con {
  float: right;
}
.order .order_box .order_box_con .order_box_icon+.order_box_icon {
  margin-left: 1.0rem;
}
.order .order_box .order_box_con .order_box_icon a {
  color: #2985b3;
  position: relative;
  padding-left: 1.15rem;
}
.order .order_box .order_box_con .order_box_icon a svg {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1.0rem;
  height: 1.0rem;
  margin-top: -0.5rem;
}
/*关于赞为*/
.web_tab {
  border-top: 0.2rem solid #f6f6f6;
  box-shadow: 0 0 0.55rem rgba(41, 112, 205, 0.1);
}
.web_tab li {
  float: left;
  width: 50%;
}
.web_tab li a {
  display: block;
  font-size: 0.9rem;
  color: #333333;
  padding: 0.86rem 0;
  text-align: center;
  position: relative;
}
.web_tab li.active a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -1.80rem;
  height: 0.15rem;
  width: 3.60rem;
  background-color: #2985b3;
}
.web_tab_33 li {
  width: 33.3333334%;
}

.about {
  padding: 1.5rem 0 2.0rem;
  font-size: 0.70rem;
}
.about .title {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 1.5rem;
}
.about p {
  padding-left: 1.0rem;
  position: relative;
  padding-bottom: 1.5rem;
}
.about p::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0;
  border-radius: 100%;
  width: 0.45rem;
  height: 0.45rem;
  background-color: #549dc2;
}
.about .tips {
  color: #555555;
  line-height: 1.8;
}
.contact {
  padding: 2.0rem 0 1.75rem;
}
.contact .wechat {
  width: 11.0rem;
  text-align: center;
  margin: 0 auto;
}
.contact .wechat .text {
  font-size: 1.15rem;
  color: #000000;
  padding: 1.0rem 0 2.25rem;
}
.contact .email {
  font-size: 1.05rem;
  color: #2985b3;
  text-align: center;
}
.contact .email .title {
  font-size: 0.8rem;
  color: #666666;
  padding-bottom: 0.5rem;
}

/*问题与解答*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #fff !important;
}
.questions {
  padding-bottom: 10px;
  font-size: 0.70rem;
}
.questions .list li {
  padding: 1.325rem 0 0.875rem;
  border-bottom: 0.05rem solid #eeeeee;
}
.questions .list li .title {
  font-size: 0.80rem;
  color: #3a3a3a;
  margin-bottom: 0.25rem;
  padding-right: 1.125rem;
  position: relative;
}
.questions .list li .title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(../images/icon10.png) no-repeat center;
  width: 0.925rem;
  background-size: 0.925rem 0.55rem;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.questions .list li .con {
  font-size: 0.7rem;
  color: #717171;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.questions .list li.active .title::after {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
       -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.questions .list li.active .con {
  -webkit-line-clamp: inherit;
}

.downloads {
  font-size: 0.8rem;
  padding: 1.75rem 0;
}
.downloads p {
  line-height: 1.8;
  padding-bottom: 1.75rem;
}

/*条款*/
.clause {
  padding: 1.5rem 0 3.25rem;
  font-size: 0.70rem;
}
.clause .title {
  font-size: 1.25rem;
  text-align: center;
}
.clause .time {
  text-align: center;
  font-size: 0.7rem;
  padding: 0.25rem 0 1.5rem;
}
.clause .con {
  font-size: 0.7rem;
  color: #333333;
}
.clause .con .c_title {
  font-size: 0.8rem;
  padding-bottom: 0.25rem;
}
.clause .con p {
  padding-bottom: 1.25rem;
  line-height: 1.8;
}

/*个人咨询*/
.personal {
  border-top: 0.2rem solid #f6f6f6;
}
.personal .title {
  font-size: 0.85rem;
  color: #333333;
  padding: 1.5rem 0 1.25rem;
}
.personal li {
  float: left;
  width: 25%;
  margin-bottom: 1.5rem;
}
.personal li .img {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.personal li .text {
  font-size: 0.65rem;
  color: #2c2c3c;
  text-align: center;
  padding-top: 0.45rem;
}
.personal li a {
  display: block;
  border-radius: 5px;
  transition: all 300ms;
  padding: 7px 0;
}
.personal li a:hover {
  background: #2985b3;
}
.personal li a:hover .text {
  color: #ffffff;
}
.personal_head {
  text-align: center;
  font-size: 0.9rem;
  height: 3rem;
  line-height: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #ffffff;
}
.personal_head .personal_back {
  position: absolute;
  top: 50%;
  left: 2.6667%;
  width: 0.5rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.test_tab_top {
  border-top: 0.2rem solid #f6f6f6;
  box-shadow: 0 0 0.55rem rgba(41, 112, 205, 0.1);
}
.test_tab_top>.container {
  padding-left: 0;
  padding-right: 0;
}
.test_tab a {
  display: block;
  width: 50%;
  float: left;
  display: block;
  font-size: 0.9rem;
  color: #333333;
  padding: 0.86rem 0;
  text-align: center;
  position: relative;
}
.test_tab a.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 3.6rem;
    height: 0.15rem;
    background-color: #2985b3;
    left: 50%;
    margin-left: -1.80rem;
}
.test ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.6rem 0;
}
.test ul li .box {
  display: block;
  padding-left: 2.5rem;
  background: url(../images/icon14.jpg) no-repeat left center;
  background-size: 1.9rem;
  position: relative;
}
.Knowledge ul li .box {
  background: url(../images/icon14_.jpg) no-repeat left center;
  background-size: 1.9rem;
}
.test ul li .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #333333;
  margin-bottom: 0.3rem;
  padding-right: 2rem;
}
.test ul li .box .sou {
  color: #2985b3;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
}
.test ul li .box p {
  font-size: 0.7rem;
  color: #717171;
  overflow: hidden;
  text-overflow:  ellipsis;
  white-space: nowrap;
}

.test_details {
  padding-bottom: 1.25rem;
  border-top: 0.2rem solid #f6f6f6;
}
.presentation {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 2.60rem;
  padding-right: 0.60rem;
  padding-bottom: 0.60rem;
  padding-top: 0.60rem;
}
.presentation .img {
  width: 1.25rem; 
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}
.presentation .title {
  font-size: 0.75rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.test_details_one {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.presentation .con,
.test_details_one  {
  font-size: 0.7rem;
  color: #717171;
  text-align: justify;
}
.test_details_one {
  font-size: 0.70rem;
}
.presentation .con p,
.test_details_one p {
  line-height: 1.8;
}
.presentation .con span {
  /*color: #2985b3;*/
  color: #717171;
}
.test_details_button {
  height: 2.5rem;
}
.test_details_button a {
  display: block;
  font-size: 0.80rem;
  background-color: #2985b3;
  color: #fff;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.complete {
    border-top: 0.2rem solid #f6f6f6;
}
.complete .title {
  padding-bottom: 1.25rem;
}
.complete .img {
  width: 10.35rem;
  margin: 0 auto;
}
.complete .text {
  font-size: 1rem;
  color: #cccccc;
  text-align: center;
  padding: 2.0rem 0;
}
.complete_button,
.payment_button {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  border-top: 1px solid #2985b3;
}
.complete_button a,
.payment_button a {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: #2985b3;
}
.complete_button a.col-xs-3:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.625rem;
  width: 1px;
  height: 1.25rem;
  background-color: #e8e9eb;
}
.complete_button a.col-xs-6,
.payment_button a:last-child {
  background-color: #2985b3;
  color: #fff;
}
.complete_button a.col-xs-6 img {
  width: 0.875rem;
  margin-right: 0.5rem;
  position: relative;
  top: -0.1rem;
}

.payment {
    padding-top: 1.25rem;
    border-top: 0.2rem solid #f6f6f6;
}
.payment .title {
  font-size: 1.25rem;
  color: #333333;
  padding-bottom: 1.5rem;
}
.payment_name,
.payment_mode {
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(10, 59, 83, 0.2);
  border-radius: 0.125rem;
}
.payment_name {
  padding: 1rem 0 1rem 0.75rem;
}

.payment_name dl dt {
  float: right;
  padding-right: 0.5rem;
}
.payment_name dl.name {
  padding-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #333333;
}
.payment_name dl {
  font-size: 0.75rem;
  color: #999999;
  padding-bottom: 0.7rem;
}
.payment_name .sou {
  font-size: 0.75rem;
  color: #cccccc;
  text-align: right;
  padding-right: 0.75rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.7rem;
}
.payment_name .sou span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding-left: 0.25rem;
}
.payment_mode {
  background: url(../images/icon22.jpg) repeat-x center top;
  background-size: auto 0.2rem;
  padding: 1rem 0 1.50rem 0.75rem;
  margin-bottom: 3.0rem;
}
.payment_mode .mode_title {
  font-size: 0.9rem;
  color: #333333;
  padding-bottom: 0.375rem;
}
.payment_mode ul li {
  background-position: left center;
  background-size: 0.9rem 0.8rem;
  background-repeat: no-repeat;
  padding-left: 1.25rem;
  position: relative;
}
.payment_mode ul li .text {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.90rem 0;
  font-size: 0.8rem;
  color: #333333;
}
.payment_mode ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1.1rem;
  height: 1.1rem;
  margin-top: -0.55rem;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.1rem;
  background-image: url(../images/icon24.jpg);
}
.payment_mode ul li.active::after {
  background-image: url(../images/icon23.jpg);
}

.evaluating {
  padding-bottom: 4.5rem;
  border-top: 0.2rem solid #f6f6f6;
}
.evaluating .title {
  font-size: 0.9rem;
  color: #333;
  text-align: center;
  padding: 1.0rem 0 0.75rem;
}
.evaluating .e_title {
  font-size: 0.75rem;
  color: #3a3a3a;
  font-weight: bold;
  padding-bottom: 0.15rem;
}
.evaluating .e_title span {
  font-size: 0.65rem;
  display: block;
  padding-top: 0.4rem;
  font-weight: 300;
}
.evaluating .form-group {
  
}
.form-group {
  position: relative;
}
.evaluating_input input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.7rem;
  border-bottom: 1px solid #cccccc;
  height: 40px;
}
.evaluating_input input:focus,
.evaluating_textarea textarea:focus,
.evaluating_select select:focus {
  box-shadow: none;
}
.evaluating_textarea {
  position: relative;
}
.evaluating_textarea textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  height: 4.25rem;
  border-bottom: 1px solid #cccccc;
}
.form-group p {
  position: absolute;
  bottom: -1.0rem;
  right: 0;
  font-size: 0.6rem;
  color: red !important;
}
.evaluating_select select {
  width: 30.4348%;
  font-size: 0.7rem;
  color: #a3a3a3;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  height: 2.25rem;
  border-bottom: 1px solid #cccccc;
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;
}

.traffic_mode,
.victim_losses {
  padding-top: 0.125rem;
}
.traffic_mode {
  margin: 0 -2%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.traffic_mode li {
  font-size: 0.70rem;
  color: #666666;
  border: 0.025rem solid #cccccc;
  position: relative;
  border-radius: 0.25rem;
  margin: 0.5rem 2% 0;
  min-width: 46%;
  padding: 0.55rem 0.6rem;
  line-height: 1.6;
  text-align: center;
}
.traffic_mode li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.2rem;
  height: 1.1rem;
  background-position: center;
  background-size: 1.2rem 1.1rem;
  background-repeat: no-repeat;
  background-image: url(../images/icon25.png);
  border-bottom-right-radius: 0.25rem;
}
.traffic_mode li.active {
  border: 0.025rem solid #2985b3;
}
.traffic_mode li.active::after {
  background-image: url(../images/icon26.png);
}
.traffic_mode.on li {
  width: 100%;
}
.victim_losses {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  margin: 0 -2%;
}
.victim_losses li {
  margin: 0.5rem 2% 0;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0.55rem 4%;
  font-size: 0.70rem;
  color: #666666;
  min-width: 46%;
}
.victim_losses li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.025rem solid #cccccc;
  border-radius: 0.25rem;
}
.victim_losses li.active::after {
  border: 0.05rem solid #2985b3;
}
.victim_losses li.on {
  width: 100%;
}
.victim_losses.on li {
  width: 100%;
  max-width: 100%;
}


.successful_payment {
  padding: 7.0rem 0;
}
.successful_payment .icon {
  width: 5.0rem;
  margin: 0 auto;
}
.successful_payment .title {
  font-size: 1.35rem;
  color: #000000;
  text-align: center;
  padding-top: 0.375rem;
}
.successful_payment .text {
  font-size: 0.65rem;
  color: #999999;
  text-align: center;
  max-width: 9.875rem;
  margin: 0 auto;
  padding: 1.125rem 0 2.125rem;
}
.successful_payment_button a {
  width: 6.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 1.25rem;
  margin: 0 0.375rem;
  display: block;
  background-color: #999999;
  font-size: 0.75rem;
  color: #ffffff;
}
.successful_payment_button a:last-child {
  background-color: #2985b3;
}


/*发票*/
.invoice {
  padding-bottom: 2.5rem;
  border-top: 0.2rem solid #f6f6f6;
}
.invoice .title {
  padding: 0.52rem 4%;
  background-color: #f2f2f4;
  font-size: 0.7rem;
}
.invoice .form-group {
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e4;
}
.invoice .form-group .e_title {
  font-size: 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  padding-left: 4%;
}
.invoice .form-group .evaluating_input {
  padding-right: 4%;
  padding-left: 24%;
  height: 50px;
}
.invoice .form-group .evaluating_input input {
  border-bottom: 0;
  font-size: 0.7rem;
  height: 50px;
}
.invoice .form-group .evaluating_input input.color_2985b3 {
  color: #2985b3;
}
.invoice_position {
  position: absolute;
  right: 4%;
  top: 0;
  line-height: 50px;
  color: #999;
  font-size: 0.7rem;
}
.invoice_type div {
  font-size: 0.75rem;
  float: left;
  line-height: 50px;
  position: relative;
  padding-left: 1rem;
}
.invoice_type div::after {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../images/icon27.png) no-repeat center;
  background-size: 0.8rem;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.invoice_type div+div {
  margin-left: 1.0rem;
}
.invoice_type div.on::after {
  background: url(../images/icon28.png) no-repeat center;
  background-size: 0.8rem;
}
.invoice_con .invoice_list {
  display: none;
}
.invoice_con .invoice_list.on {
  display: block;
}
/*发票预览*/
.invoice_preview {
  padding-top: 1.0rem;
  padding-bottom: 4.5rem;
  border-top: 0.2rem solid #f6f6f6;
}
.invoice_preview .invoice_preview_box {
  padding-left: 4%;
  padding-right: 4%;
  font-size: 0.7rem;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.invoice_preview .invoice_preview_box dl+dl {
  border-top: 1px dashed #666;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
}
.invoice_preview .invoice_preview_box dl dt,
.invoice_preview .invoice_preview_box dl dd {
  padding: 0.25rem 0;
}
.invoice_preview .invoice_preview_box dl dt {
  float: right;
}
.invoice_preview .invoice_preview_box dl .color_f20f0f {
  color: #f20f0f;
}
.invoice_preview_pdf {
  border-top: 1px dashed #666;
  padding: 0.5rem 0;
  text-align: right;
}
.invoice_preview_pdf a {
  color: #f20f0f;
  background: url(../images/icon29.png) no-repeat right center;
  background-size: 0.8rem;
  padding-right: 0.9rem;
}
.invoice_wechat {
  text-align: center;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.invoice_wechat .img {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
  background: #000;
}
.invoice_wechat .invoice_code {
  font-size: 0.40rem;
  color: #999;
  padding-top: 0.125rem;
  padding-bottom: 0.25rem;
}
.invoice_wechat .invoice_wechat_text {}
.invoice_preview_head {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #f20f0f;
  position: relative;
}
.invoice_preview_head span {
  position: relative;
  z-index: 99;
  display: block;
}
.invoice_preview_head::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 30px;
  border: 2px solid #f20f0f;
  margin: -15px 0 0 -40px;
  opacity: 0.9;
}
.invoice_preview_head::before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 20px;
  border: 2px solid #f20f0f;
  margin: -10px 0 0 -35px;
  opacity: 0.5;
}
.invoice_preview_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 0.5rem;
}
.invoice_preview_icon i {
  display: block;
  width: 1.0rem;
  height: 1.0rem;
  border-radius: 100%;
  background-color: #eff0f4;
  position: relative;
  margin-top: -0.5rem;
}

.invoice_img {
  text-align: center;
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  border-top: 0.2rem solid #f6f6f6;
  font-size: 0.55rem;
}
.invoice_img_title {
  font-size: 0.65rem;
  text-align: left;
  padding-bottom: 1.0rem;
}
.invoice_img_code {
  font-size: 0.85rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.invoice_img_type {
  color: #999;
}
.invoice_img_text {
  color: #333;
  padding-top: 0.25rem;
}
.invoice_img_wechat {
  text-align: center;
  margin: 0.5rem auto 0.25rem;
}
.invoice_img_wechat img {
  border-radius: 0.25rem;
  border: 1px solid #999;
  padding: 0.35rem;
  display: inline-block;
}
.invoice_img .text {
  text-align: left;
  padding-top: 1.0rem;
}
.invoice_img .text .title {
  font-size: 0.65rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.invoice_img .text p {
  line-height: 1.8;
}

header ul,
.header_main,
.footer_copyright {
  display: none;
}
.h-title {
  padding-left: 0;
}
.h-title svg,
.personal .title svg {
  display: none;
}
/*pc端*/
@media (max-width:991px){
  .web_tab .container,
  .test_details>.container,
  .consultation_box>.container,
  .consultation_box>.container>.row>.col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .consultation_box>.container>.row {
    margin-left: 0;
    margin-right: 0;
  }
  .test_details_one {
    padding-left: 4%;
    padding-right: 4%;
  }
  .personal_head {
    box-shadow: 0 0 0.175rem rgba(0, 0, 0, 0.2);
  }
}
/**/
@media (min-width:992px){
body {
  font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
  font-size: 0.4rem;
  color: #333333;
  position: relative;
  background-color: #f3f7fa;
  min-height: 100vh;
  padding-top: 76px !important;
  padding-bottom: 95px;
}
.body_bgffffff {
  background-color: #ffffff;
}
html,body {
  max-width: 100%;
  margin: 0 auto;
}
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.copyright {
  display: none;
}
.footer_copyright {
  display: block;
}
#validate {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.my_account_form form {
  margin-left: -15px;
  margin-right: -15px;
}
.my_account_form form .form-group {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.header_main {
  display: block;
}

/*******头部********/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  z-index: 100;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
header .logo {
  width: 7.0rem;
}
header ul {
  display: block;
}
header li {
  font-size: 0.45rem;
  float: left;
}
header li+li {
  margin-left: 30px;
}
header li a {
  color: #111;
  position: relative;
}
header li a::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2985b3;
  -webkit-transition: height .30s;
     -moz-transition: height .30s;
      -ms-transition: height .30s;
       -o-transition: height .30s;
          transition: height .30s;
}
header li a:hover,
header li a.active {
  color: #2985b3;
}
header li a:hover::after,
header li.active a::after {
  height: 2px;
}
/*********尾部************/
.copyright {
  font-size: 15px;
  color: #333;
  padding-top: 0.45rem;
  padding-bottom: 0.55rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.copyright a {
  display: block;
  margin-top: 0.15rem;
  color: #333;
  font-size: 14px;
}
/*****主体开始*******/
#banner {
  position: relative;
  padding: 0;
  border-bottom: none;
  width: 100%;
}
#banner .banner_swiper .img {
  border-radius: 0;
}
#banner .banner_swiper {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}
#banner .banner_swiper .swiper-slide {
  width: 645px;
}
#banner .banner_swiper .img img {
  display: block;
  margin: 0 auto;
}
#banner .banner_swiper .swiper-pagination {
  bottom: 0.5rem;
}
#banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.125rem;
  margin: 0 0.125rem;
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
}
#banner .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.625rem;
  background-color: #2985b2;
}
/**/
.h-title {
  font-size: 18px;
  color: #2c2c3c;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}
.h-title svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  margin-top: -16px;
}
.h-more {
  font-size: 14px;
  color: #999999;
}
.consultation_box {
  background-color: #f3f7fa;
  padding: 40px 0;
}
.consultation {
  padding: 0;
  border-bottom: none;
}
.consultation>.container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.consultation_main {
  margin-top: 15px;
  background-color: #ffffff;
  padding: 0.75rem 30px 15px;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}
.consultation_main ul {
  margin-left: -7px;
  margin-right: -7px;
  width: auto;
  display: block;
  -webkit-transform: translate3d(0, 0, 0) !important;
     -moz-transform: translate3d(0, 0, 0) !important;
      -ms-transform: translate3d(0, 0, 0) !important;
       -o-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}
.consultation_main ul::after {
  content: '';
  display: block;
  clear: both;
}
.consultation_main ul li {
  padding-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
  width: 50%;
  float: left;
}
.consultation_main ul li a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 25px 5px;
  transition: all 300ms;
}
.consultation_main ul li .img {
  width: 1.6rem;
  height: 1.6rem;
  float: left;
  border-radius: 100%;
  margin-left: 16px;
  overflow: hidden;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  transition: .5s;
}
.consultation_main ul li .text {
  font-size: 0.45rem;
  color: #2c2c3c;
  line-height: 1.6rem;
  height: 1.6rem;
  padding-top: 0;
  margin-left: 96px;
  overflow: hidden;
  text-align: left;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  transition: .5s;
}
.consultation_main ul li a:hover {
  box-shadow: 0px 10px 10px -5px #eee;
  background: #2985b3;
}
.consultation_main ul li a:hover .text {
  color: #ffffff;
}
.consultation_main ul li a:hover .img,
.consultation_main ul li a:hover .text {
  -webkit-transform: translateX(-10px);
     -moz-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
       -o-transform: translateX(-10px);
          transform: translateX(-10px);
}

/*账号*/
.account_head {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  line-height: inherit;
  padding: 0.6rem 0;
  background-color: #ffffff;
}
.account_head .account_back {
  width: 14px;
}
.account_head .account_back a {
  display: none;
}
.account_head .account_href a {
  font-size: 18px;
  color: #666666;
}
.account {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 90px;
  width: 560px;
  margin: 0 auto;
}
.account .title {
  font-size: 24px;
  color: #333333;
  padding-top: 0;
  padding-bottom: 20px;
}
.account .form-group {
  margin-bottom: 15px;
  position: relative;
}
.account .form-group .form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  height: 56px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.account .checkbox {
  margin: 20px 0 30px;
  color: #999999;
  font-size: 14px;
}
.account .checkbox a {
  color: #999999;
}
.account .checkbox label {
  min-height: inherit;
}
.account .checkbox input {
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.account .btn-default {
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  background-color: #2985b3;
  border: none;
  display: block;
  height: 52px;
  width: 200px;
  margin: 0 auto;
}
.account .btn-default[disabled] {
  opacity: .65;
  background-color: #2985b3;
  border: none;
}
.account .form_href {
  margin-top: 20px;
}
.account .form_href a {
  font-size: 16px;
  color: #666666;
}
.third_party_login {
  padding-bottom: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.third_party_login .title {
  color: #999999;
  font-size: 18px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.third_party_login .title span {
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: inline-block;
  padding: 0 15px;
}
.third_party_login .title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
  background-color: #e6e6e6;
  width: 300px;
  margin-left: -150px;
}
.third_party_login .third_party_login_con div {
  width: 40px;
  border-radius: 100%;
  margin: 0 10px;
}

.password {
  padding-bottom: 2rem;
}
.password .form_code {}
.password .form_code .code {
  font-size: 14px;
  color: #fff;
  background-color: #18b4ed;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 6px;
  margin-top: -20px;
}
.password .btn-default {
  margin-top: 1.5rem;
}
/*我的账号*/
.my_account_head {
  background: url(../images/account_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 22px;
  padding: 60px 0 80px;
  position: relative;
}
.my_account_head .container {
  position: relative;
}
.my_account_head .name,
.my_account_head .number,
.my_account_head .email {
  padding-bottom: 10px;
}
.my_account_head .withdraw {
  position: absolute;
  right: 15px;
  top: 60px;
  font-size: 18px;
  color: #2985b3;
  background-color: #fff;
  width: 160px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 1.0rem;
  box-shadow: 0 0 0.5rem rgba(10, 59, 83, 0.15);
}
.my_account_head .withdraw a {
  color: #2985b3;
  display: block;
  padding-left: 0;
}
.my_account_tab {
  position: relative;
  margin-top: -30px;
}
.my_account_tab ul {
  position: relative;
  box-shadow: 0 0 12px rgba(10, 59, 83, 0.2);
  background-color: #fff;
  border-radius: 0.125rem;
}
.my_account_tab ul li {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.my_account_tab ul li+li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #999;
  margin-top: -15px;
}
.my_account_tab ul li a  {
  color: #2985b3;
  font-size: 0.5rem;
  display: block;
  position: relative;
  height: 60px;
  line-height: 60px;
}
.my_account_tab ul li.active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 90px;
  height: 3px;
  background-color: #2985b3;
  left: 50%;
  margin-left: -45px;
}

.my_account_form {
  padding: 50px 0;
  border-bottom: 0.20rem solid #f6f6f6;
}
.my_account_form p {
  font-size: 18px;
  color: #999999;
  padding-bottom: 25px;
}
.my_account_form .form-group {
  margin-bottom: 25px;
}
.my_account_form .form-group label {
  font-size: 18px;
  color: #3a3a3a;
}
.my_account_form .form-group .form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
}
.my_account_form .btn-default {
  font-size: 18px;
  height: 56px;
  display: block;
  width: 200px;
  background-color: #2985b3;
  color: #fff;
  border: none;
  margin: 0 auto;
}

.my_account_order {
  padding: 50px 0 30px;
  border-bottom: 0.20rem solid #f6f6f6;
}
.my_account_order ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}
.my_account_order ul::after {
  content: '';
  clear: both;
  display: block;
}
.my_account_order ul li {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  float: left;
  box-shadow: none;
  border-radius: 0;
}
.my_account_order li::after,
.my_account_order li::before {
  display: none;
}
.my_account_order ul li .order_box_head {
  box-shadow: 0 0 6px rgba(10, 59, 83, 0.20);
  position: relative;
  border-radius: 0.125rem;
  padding: 0;
  margin-top: 0;
}
.order .order_box {
  font-size: 0.45rem;
  padding: 0 15px 20px;
  margin-top: 0;
}
.order .order_box .order_box_con .order_box_icon a svg {
  width: 0.60rem;
  height: 0.60rem;
  margin-top: -0.3rem;
}
.order .order_box .order_box_con .order_box_icon a {
  padding-left: 0.75rem;
}
.order .order_head {
  border-bottom: 0.05rem dashed #e0e0e0;
  padding: 16px 15px;
}
.order .order_head .title {
  font-size: 18px;
  color: #000000;
}
.order .order_con {
  font-size: 16px;
  color: #000000;
  padding: 16px 15px;
}
.order .order_con dt {
  float: right;
}
.order .order_con dt,
.order .order_con dd {
  padding: 5px 0;
}
/*关于赞为*/
.web_tab {
  padding: 40px 0 0;
  background-color: #f3f7fa;
  border-top: none;
}
.web_tab ul {
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
.web_tab li {
  float: left;
  width: 50%;
  position: relative;
}
.web_tab li+li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  margin-top: -15px;
  background-color: #999;
}
.web_tab li a {
  display: block;
  font-size: 0.45rem;
  color: #333333;
  padding: 0.5rem 0;
  text-align: center;
  position: relative;
}
.web_tab li.active a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
  height: 2px;
  width: 80px;
  background-color: #2985b3;
}
.web_tab_33 li {
  width: 33.3333334%;
}

.about {
  padding: 5px 0 40px;
  font-size: 16px;
  background-color: #f3f7fa;
}
.about .about_box {
  background-color: #fff;
  border-radius: 0 0 6px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  min-height: 618px;
}
.about .title {
  font-size: 0.50rem;
  text-align: center;
  padding-bottom: 20px;
}
.about p {
  padding-left: 15px;
  position: relative;
  margin-bottom: 15px;
}
.about p::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #549dc2;
}
.about .tips {
  color: #555555;
  line-height: 1.8;
}

.contact {
  padding: 5px 0 40px;
  background-color: #f3f7fa;
}
.contact .contact_box {
  background-color: #fff;
  border-radius: 0 0 6px;
  padding: 60px;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  min-height: 618px;
}
.contact .wechat {
  width: 7rem;
  text-align: center;
  margin: 0 auto;
}
.contact .wechat .text {
  font-size: 0.55rem;
  color: #000000;
  padding: 15px 0 30px;
}
.contact .email {
  font-size: 0.40rem;
  color: #2985b3;
  text-align: center;
}
.contact .email .title {
  font-size: 0.45rem;
  color: #666666;
}

/*问题与解答*/
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #fff !important;
}
.questions {
  padding-top: 5px;
  padding-bottom: 60px;
  background-color: #f3f7fa;
}
.questions .list {}
.questions .list li {
  padding: 0.5rem 0;
  cursor: pointer;
  border-bottom: 2px solid #eeeeee;
}
.questions .list li .title {
  font-size: 0.40rem;
  color: #3a3a3a;
  padding-right: 30px;
  margin-bottom: 0;
  position: relative;
  font-weight: bold;
}
.questions .list li .title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: url(../images/icon10.png) no-repeat center;
  width: 20px;
  background-size: 20px auto;
  -webkit-transition: all .35s ease-in-out;
     -moz-transition: all .35s ease-in-out;
      -ms-transition: all .35s ease-in-out;
       -o-transition: all .35s ease-in-out;
          transition: all .35s ease-in-out;
}
.questions .list li .con {
  font-size: 0.40rem;
  color: #717171;
  line-height: 1.8;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .35s;
     -moz-transition: height .35s;
      -ms-transition: height .35s;
       -o-transition: height .35s;
          transition: height .35s;
}
.questions .list li.active .title::after {
  -webkit-transform: rotateX(180deg);
     -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
       -o-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.questions .list li.active .con {
  height: auto;
  padding-top: 15px;
  border-top: 1px dashed #eeeeee;
  margin-top: 0.5rem;
}

.downloads {
  font-size: 0.5rem;
  padding: 5px 0 40px;
  background-color: #f3f7fa;
}
.questions .downloads_box,
.downloads .downloads_box {
  background-color: #ffffff;
  border-radius: 0 0 6px;
  padding: 30px 30px 50px;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  min-height: 618px;
  font-size: 0.40rem;
}
.questions .downloads_box p,
.downloads .downloads_box p {
  line-height: 1.8;
  padding-bottom: 0.5rem;
}

/*条款*/
.clause {
  padding: 5px 0 40px;
  background-color: #f3f7fa;
  font-size: 0.4rem;
}
.clause .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.clause .clause_box {
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  min-height: 618px;
}
.clause .time {
  text-align: center;
  font-size: 18px;
  padding: 0.15rem 0 0.35rem;
}
.clause .con {
  font-size: 16px;
  color: #333333;
}
.clause .con .c_title {
  font-size: 18px;
  padding-bottom: 10px;
}
.clause .con p {
  padding-bottom: 20px;
  line-height: 1.8;
}

/*个人咨询*/
.personal {
  background-color: #f3f7fa;
  padding: 30px 0 40px;
  border-top: none;
}
.personal .title {
  font-size: 0.5rem;
  color: #333333;
  font-weight: bold;
  padding: 8px 0 20px 40px;
  position: relative;
}
.personal .title svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  margin-top: -22px;
}
.personal .personal_box {
  background-color: #ffffff;
  padding: 0.75rem 30px;
  border-radius: 6px;
  min-height: 618px;
}
.personal ul {
  margin-left: -7px;
  margin-right: -7px;
}
.personal li {
  margin-bottom: 14px;
  padding-left: 7px;
  padding-right: 7px;
}
.personal li .box {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 25px 5px;
  transition: all 300ms;
}
.personal li .img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100%;
  float: left;
  margin-left: 16px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: .5s;
}
.personal li .text {
  font-size: 0.45rem;
  color: #2c2c3c;
  margin-left: 96px;
  height: 1.6rem;
  line-height: 1.6rem;
  padding-top: 0;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition: .5s;
}
.personal li .box:hover {
  box-shadow: 0px 10px 10px -5px #eee;
  background: #2985b3;
}
.personal li .box:hover .text {
  color: #ffffff;
}
.personal li .box:hover .img,
.personal li .box:hover .text {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}

.personal_head {
  text-align: left;
  font-size: 0.60rem;
  font-weight: bold;
  height: auto;
  line-height: inherit;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: transparent;
  box-shadow: none;
  padding-top: 38px;
  margin-bottom: -20px;
}
.personal_head>div.container {
  position: relative;
  text-align: center;
}
.personal_head .personal_back {
  position: absolute;
  top: 50%;
  display: none;
  left: 2.6667%;
  width: 14px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.test_tab {
  padding: 40px 0 0;
  background-color: #f3f7fa;
}
.test_tab .test_tab_box {
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
.test_tab a {
  width: 50%;
  float: left;
  display: block;
  font-size: 20px;
  color: #333333;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.test_tab a+a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #999;
  margin-top: -15px;
}
.test_tab a.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 2px;
    background-color: #2985b3;
    left: 50%;
    margin-left: -40px;
}
.test_tab_top {
  padding: 40px 0 0;
  box-shadow: none;
  border-top: none;
}
.test_tab_top>.container {
  padding-left: 15px;
  padding-right: 15px;
}
.test_tab_top>.container .test_tab {
  padding: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 6px 6px 0 0;
}
.test {
  padding: 5px 0 50px;
}
.test ul {
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 6px 6px;
  padding: 20px 30px 60px;
}
.test ul::after {
  content: '';
  clear: both;
  display: block;
}
.test ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  float: left;
  width: 48.80%;
  min-height: 85px;
}
.test ul li:nth-child(2n) {
  float: right;
}
.test ul li .box {
  display: block;
  padding-left: 60px;
  background: url(../images/icon14.jpg) no-repeat left center;
  background-size: 50px auto;
  position: relative;
}
.test.Knowledge ul li .box {
  height: 1.3rem !important;
  line-height: 1.3rem !important;
}
.test ul li .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #333333;
  margin-bottom: 4px;
  padding-right: 40px;
}
.test ul li .box:hover {
  background: url(../images/icon30.jpg) no-repeat left center;
  background-size: 50px auto;
}
.test ul li .box:hover .title {
  color: #2985b3;
}
.test ul li .box .sou {
  color: #2985b3;
  font-size: 18px;
  position: absolute;
  top: 3px;
  right: 0;
  font-weight: 700;
}
.test ul li .box p {
  font-size: 16px;
  color: #717171;
  overflow: hidden;
  text-overflow:  ellipsis;
  white-space: nowrap;
}
.Knowledge ul li .box {
    background: url(../images/icon14_.jpg) no-repeat left center;
    background-size: 50px auto;
}
.Knowledge ul li .box:hover {
    background: url(../images/icon31.jpg) no-repeat left center;
    background-size: 50px auto;
}

.test_details {
  background-color: #f3f7fa;
  padding: 40px 0;
  border-top: none;
}
.presentation_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 30px 30px 120px;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  background-color: #ffffff;
}
.presentation {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 90px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 50%;
  float: left;
}
.presentation .img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px; 
}
.presentation .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}
.presentation .con {
  font-size: 16px;
  color: #717171;
  text-align: justify;
}
.presentation .con p {
  line-height: 1.8;
}
.presentation .con span {
  color: #333;
}
.test_details_button {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  margin-top: -130px;
  padding-bottom: 70px;
}
.test_details_button a {
  display: block;
  font-size: 18px;
  background-color: #2985b3;
  color: #fff;
  text-align: center;
  height: 56px;
  line-height: 56px;
  width: 200px;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
}
.test_details .test_details_one {
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  border-radius: 6px;
  padding: 20px 30px 40px;
  font-size: 0.40rem;
}

.complete {
    border-top: none;
    padding: 40px 0;
}
.complete .complete_box {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  min-height: 500px;
}
.complete .title {
  padding-bottom: 1.25rem;
  display: none;
}
.complete .img {
  width: 240px;
  margin: 0 auto;
  padding-top: 30px;
}
.complete .text {
  font-size: 20px;
  color: #cccccc;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 0;
}

.complete_button a,
.complete_button button,
.payment_button a {
  display: block;
  height: 54px !important;
  line-height: 54px !important;
  text-align: center;
  font-size: 18px !important;
  color: #2985b3;
}
.complete_button button {

}
.complete_button,
.payment_button {
  position: relative;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 800px;
  margin-left: -400px;
  border-top: 1px solid #2985b3;
  border-left: 1px solid #2985b3;
  border-bottom: 1px solid #2985b3;
  margin-bottom: 60px;
}
.complete_button a.col-xs-3:nth-child(2)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.625rem;
  width: 1px;
  height: 1.25rem;
  background-color: #e8e9eb;
}
.complete_button a.col-xs-6,
.payment_button a:last-child {
  background-color: #2985b3;
  color: #fff;
}
.complete_button a.col-xs-6 img {
  width: 25px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}

.payment {
    padding-top: 1.25rem;
    border-top: 0.2rem solid #f6f6f6;
}
.payment .title {
  font-size: 26px;
  color: #333333;
  padding-bottom: 20px;
}
.payment_name,
.payment_mode {
  margin-bottom: 0.5rem;
  box-shadow: 0 0 0.5rem rgba(10, 59, 83, 0.2);
  border-radius: 0.125rem;
}
.payment_name {
  padding: 1rem 0 1rem 0.75rem;
}

.payment_name dl dt {
  float: right;
  padding-right: 0.5rem;
}
.payment_name dl.name {
  padding-bottom: 0.4rem;
  font-size: 16px;
  color: #333333;
}
.payment_name dl {
  font-size: 18px;
  color: #999999;
  padding-bottom: 0.7rem;
}
.payment_name .sou {
  font-size: 16px;
  color: #cccccc;
  text-align: right;
  padding-right: 0.75rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.7rem;
}
.payment_name .sou span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  padding-left: 0.25rem;
}
.payment_mode {
  background: url(../images/icon22.jpg) repeat-x center top;
  background-size: auto 0.2rem;
  padding: 1rem 0 1.50rem 0.75rem;
}
.payment_mode .mode_title {
  font-size: 20px;
  color: #333333;
  padding-bottom: 0.375rem;
}
.payment_mode ul li {
  background-position: left center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  padding-left: 36px;
  position: relative;
}
.payment_mode ul li .text {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
  font-size: 16px;
  color: #333333;
}
.payment_mode ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  background-image: url(../images/icon24.jpg);
}
.payment_mode ul li.active::after {
  background-image: url(../images/icon23.jpg);
}

.evaluating {
  border-top: none;
  padding: 40px 0;
}
.evaluating .evaluating_box {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 0 6px rgba(41, 112, 205, 0.1);
  min-height: 500px;
}
.evaluating .title {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding: 0.15rem 0 0.65rem;
}
.evaluating .e_title {
  font-size: 18px;
  color: #3a3a3a;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.evaluating .e_title span {
  font-size: 16px;
  display: block;
  padding-top: 6px;
  font-weight: 300;
}
.evaluating .form-group {
  margin-bottom: 30px;
}
.form-group {
  position: relative;
}
.evaluating_input input {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
  height: 46px;
}
.evaluating_input input:focus,
.evaluating_textarea textarea:focus,
.evaluating_select select:focus {
  box-shadow: none;
}
.evaluating_textarea {
  position: relative;
}
.evaluating_textarea textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  height: 120px;
  font-size: 16px;
  border-bottom: 1px solid #cccccc;
}
.evaluating_textarea span {
  color: #999;
  font-size: 14px;
  display: block;
  text-align: right;
}
.form-group p {
  position: absolute;
  bottom: -0.8rem;
  right: 0;
  font-size: 16px;
  color: red !important;
}
.evaluating_select select {
  width: 30.4348%;
  font-size: 16px;
  color: #a3a3a3;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  height: 46px;
  border-bottom: 1px solid #cccccc;
  appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;
}

.traffic_mode,
.victim_losses {
  padding-top: 0.125rem;
}
.traffic_mode {
  margin: 0 -1%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
}
.traffic_mode li {
  font-size: 16px;
  color: #666666;
  border: 0.025rem solid #cccccc;
  position: relative;
  border-radius: 6px;
  margin: 15px 1% 0;
  min-width: 31.3334%;
  padding: 12px 30px 12px 15px;
  line-height: 1.6;
  text-align: center;
}
.traffic_mode li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 24px;
  background-position: center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-image: url(../images/icon25.png);
  border-bottom-right-radius: 6px;
}
.traffic_mode li.active {
  border: 0.025rem solid #2985b3;
}
.traffic_mode li.active::after {
  background-image: url(../images/icon26.png);
}
.traffic_mode.on li {
  width: 100%;
}
.victim_losses {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: distribute;
  justify-content: flex-start;
  margin: 0 -1%;
}
.victim_losses li {
  margin: 15px 1% 0;
  background-color: #f7f7f7;
  position: relative;
  border-radius: 6px;
  text-align: center;
  padding: 12px 15px;
  font-size: 16px;
  color: #666666;
  min-width: 23%;
}
.victim_losses li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.025rem solid #cccccc;
  border-radius: 6px;
}
.victim_losses li.active::after {
  border: 0.05rem solid #2985b3;
}
.victim_losses li.on {
  width: 100%;
}
.victim_losses.on li {
  width: 100%;
  max-width: 48%;
}


.successful_payment {
  width: 100%;
  height: calc(100vh - 176px);
}
.successful_payment .icon {
  width: 5.0rem;
  margin: 0 auto;
}
.successful_payment .title {
  font-size: 26px;
  color: #000000;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
.successful_payment .text {
  font-size: 18px;
  color: #999999;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 0 25px;
}
.successful_payment_button a {
  width: 140px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 10px;
  margin: 0 15px;
  display: block;
  background-color: #999999;
  font-size: 16px;
  color: #ffffff;
}
.successful_payment_button a:last-child {
  background-color: #2985b3;
}

/*发票*/
.invoice_body {
  padding-bottom: 0;
  background-color: #f2f2f4;
}
.invoice_body .payment_button,
.invoice_preview_body .payment_button {
  border: none;
  background-color: transparent;
  bottom: 50px;
}
.invoice_body .payment_button a,
.invoice_preview_body .payment_button a  {
  width: 260px;
  border-radius: 6px;
  margin: 0 auto;
}
.invoice_preview_body .payment_button {
  text-align: center;
}
.invoice_preview_body .payment_button a {
  margin: 0 10px;
  display: inline-block;
  float: none;
}
.invoice_preview_body .payment_button a:nth-child(1) {
  background-color: #fff;
}
.invoice {
  padding-bottom: 120px;
  background-color: #f2f2f4;
}
.invoice .title {
  padding: 16px 15px;
  background-color: #f2f2f4;
  font-size: 20px;
  font-weight: bold;
}
.invoice .form-group {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e4;
}
.invoice .form-group .e_title {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
}
.invoice .form-group .evaluating_input {
  padding-right: 15px;
  padding-left: 100px;
  height: 46px;
}
.invoice .form-group .evaluating_input input {
  border-bottom: 0;
  font-size: 14px;
  height: 46px;
}
.invoice .form-group .evaluating_input input.color_2985b3 {
  color: #2985b3;
}
.invoice_position {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 46px;
  color: #999;
  font-size: 18px;
}
.invoice_type div {
  font-size: 18px;
  float: left;
  line-height: 46px;
  position: relative;
  padding-left: 24px;
}
.invoice_type div::after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  background: url(../images/icon27.png) no-repeat center;
  background-size: 16px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.invoice_type div+div {
  margin-left: 30px;
}
.invoice_type div.on::after {
  background: url(../images/icon28.png) no-repeat center;
  background-size: 16px;
}
.invoice_con .invoice_list {
  display: none;
  background-color: #fff;
}
.invoice_con .invoice_list.on {
  display: block;
}
/*发票预览*/
.invoice_preview_body {
  background-color: #eff0f4;
  padding-bottom: 0;
}
.invoice_preview {
  padding-top: 40px;
  padding-bottom: 130px;
}
.invoice_preview .invoice_preview_box {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
}
.invoice_preview .invoice_preview_box dl+dl {
  border-top: 1px dashed #666;
  padding-top: 15px;
  margin-top: 15px;
}
.invoice_preview .invoice_preview_box dl dt,
.invoice_preview .invoice_preview_box dl dd {
  padding: 6px 0;
}
.invoice_preview .invoice_preview_box dl dt {
  float: right;
}
.invoice_preview .invoice_preview_box dl .color_f20f0f {
  color: #f20f0f;
}
.invoice_preview_pdf {
  border-top: 1px dashed #666;
  padding: 20px 0;
  text-align: right;
}
.invoice_preview_pdf a {
  color: #f20f0f;
  background: url(../images/icon29.png) no-repeat right center;
  background-size: 25px;
  padding-right: 25px;
}
.invoice_wechat {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.invoice_wechat .img {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto;
  background: #000;
}
.invoice_wechat .invoice_code {
  font-size: 0.40rem;
  color: #999;
  padding-top: 15px;
  padding-bottom: 10px;
}
.invoice_wechat .invoice_wechat_text {}
.invoice_preview_head {
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #f20f0f;
  position: relative;
  font-size: 26px;
}
.invoice_preview_head span {
  position: relative;
  z-index: 99;
  display: block;
}
.invoice_preview_head::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 40px;
  border: 2px solid #f20f0f;
  margin: -20px 0 0 -60px;
  opacity: 0.9;
}
.invoice_preview_head::before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 30px;
  border: 2px solid #f20f0f;
  margin: -15px 0 0 -50px;
  opacity: 0.5;
}
.invoice_preview_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 0.5rem;
}
.invoice_preview_icon i {
  display: block;
  width: 1.0rem;
  height: 1.0rem;
  border-radius: 100%;
  background-color: #eff0f4;
  position: relative;
  margin-top: -0.5rem;
}

/**/
.invoice_img {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: none;
  font-size: 16px;
}
.invoice_img_title {
  font-size: 20px;
  text-align: left;
  padding-bottom: 15px;
}
.invoice_img_code {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}
.invoice_img_type {
  color: #999;
}
.invoice_img_text {
  color: #333;
  padding-top: 10px;
}
.invoice_img_wechat {
  text-align: center;
  margin: 0.5rem auto 0.25rem;
}
.invoice_img_wechat img {
  border-radius: 0.25rem;
  border: 1px solid #999;
  padding: 0.35rem;
  display: inline-block;
}
.invoice_img .text {
  text-align: left;
  padding-top: 40px;
  width: 650px;
  margin: 0 auto;
}
.invoice_img .text .title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.invoice_img .text p {
  line-height: 1.8;
  font-size: 14px;
}

footer,
.header-buttons {
  display: none;
}
.mbsc-mobiscroll .dwhl {
  width: 100%;
}
.mbsc-mobiscroll .dwb {
  height: 46px !important;
  line-height: 46px !important;
  font-size: 16px;
}

}


.grouplist{
  display:none;
  background:#fff;
  text-align:center; 
  position:absolute;
  top: 15vh;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index:1;
  padding: 15px;
  max-width: 950px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.grouplist table tr th,
.grouplist table tr td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.0.1);
}

.vip_color {
  color: red;
}
.vip_color>span {
  font-size: 20px;
}
.vip_color>strong {
  font-size: 20px;
}
.openvip {
  cursor: pointer;
  background-color: #2985b3;
  display: block;
  border-radius: 6px;
  padding: 6px;
  color: #ffffff !important;
  width: 70%;
  margin: 10px auto 0;
}
.grouplist .wxclose {
  padding:10px;
  background-color: #2985b3;
  color: #fff;
  border: 0px;
  line-height: 30px;
  width: 100%;
  cursor: pointer;
  clear: both;
}
.clo span {
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: 45px;
}
@media (max-width: 767px) {
    .grouplist {
        left: 12px;
        right: 12px;
        width: auto;
        font-size: 12px;
        padding: 8px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .vip_color>span,
    .vip_color>strong {
      font-size: 16px;
    }
    .clo span{
        font-size: 24px;
        position: absolute;
        top: -2px;
        right: 35px;
    }
    .table>tbody>tr>td, .table>tbody>tr>th {
        padding: 4px;
    }
    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th{
        white-space:inherit;
    }

}
