﻿@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;
}
html,body {
  max-width: 767px;
  margin: 0 auto;
}
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: 1rem;
  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: block;
  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.9rem;
  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;
  border-radius: 100%;
}
.consultation_main ul li .text {
  font-size: 0.75rem;
  color: #2c2c3c;
  text-align: center;
  padding-top: 0.625rem;
}
/*账号*/
.account_head {
  padding: 1rem 4%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index:100
}
.account_head .account_back {
  width: 0.5rem;
}
.account_head .account_href a {
  font-size: 0.75rem;
  color: #666666;
}
.account {
  width: 78.6667%;
  margin: 30px auto;
  position: relative;
  padding-bottom: 3.0rem;
}
.account .title {
  font-size: 1.2rem;
  color: #333333;
  padding-bottom:1.75rem;
}
.account .form-group {
  margin-bottom: 0.5rem;
  position: relative;
}
.account .form-group .form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
  font-size: 0.7rem;
  height: 2.9rem;
  border-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.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.9rem;
  background-color: red;
  border: none;
  display: block;
  height: 1.8rem;
  width: 100%;
}
.account .btn-default[disabled] {
  opacity: .65;
  background-color: red;
  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.9rem;
  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.9rem;
  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.8rem;
}
.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.8rem;
}
.questions .list li {
  padding: 1.325rem 0 0.875rem;
  border-bottom: 0.05rem solid #eeeeee;
}
.questions .list li .title {
  font-size: 0.9rem;
  color: #3a3a3a;
  margin-bottom: 0.5rem;
  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.8rem;
}
.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: 1.0rem;
  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%;
  margin: 0 auto;
}
.personal li .text {
  font-size: 0.75rem;
  color: #2c2c3c;
  text-align: center;
  padding-top: 0.45rem;
}
.personal_head {
  text-align: center;
  font-size: 0.9rem;
  height: 3rem;
  line-height: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  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-top: 3.25rem;
    padding-bottom: 1.25rem;
    border-top: 0.2rem solid #f6f6f6;
    padding-left: 5%;
    padding-right: 5%;
}
.presentation {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 3.20rem;
    padding-right: 0.60rem;
    padding-bottom: 0.60rem;
    padding-top: 0.60rem;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.presentation .img {
  width: 1.25rem; 
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
}
.presentation .title {
  font-size: 0.8rem;
  /*color: #2985b3;*/
  color: #333;
  font-weight: bold;
  margin-bottom: 0.375rem;
}
.test_details_one {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.presentation .con,
.test_details_one  {
  font-size: 12px;
  color: #717171;
  text-align: justify;
}
.test_details_one {
  font-size: 0.8rem;
}
.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.9rem;
  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: 1.2rem;
  color: #cccccc;
  text-align: center;
  padding: 2.0rem 0;
}
.complete_button,
.payment_button {
  position: absolute;
  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.9rem;
  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.8rem;
  color: #3a3a3a;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.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.8rem;
  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.8rem;
  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;
}