﻿@charset "UTF-8";
/**通用初始化**/
body { /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
}
html {
  height: 100%;
  height: 100vh; }

.en {
  display: none !important; }

.english .en {
  display: block !important; }

.english .en.inlineblock {
  display: inline-block !important; }

.english .en.inline {
  display: inline-block !important; }

.english .en.hide {
  display: none !important; }

.english .top_nav .en {
  display: inline !important; }

@media (max-width: 767px) {
  .english .top_nav .en {
    display: block !important; } }
.english .ch {
  display: none !important; }

body {
  position: relative;
  min-height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  padding-bottom: 60px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none;
  transition: .2s ease-out; }
  a:hover {
    text-decoration: none;
    transition: .2s ease-out; }
  a:focus {
    text-decoration: none;
    transition: .2s ease-out;
    outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

input {
  -moz-appearance: button !important;
  -webkit-appearance: button !important;
  outline: none; }

textarea {
  -moz-appearance: button !important;
  -webkit-appearance: button !important;
  outline: none;
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  resize: none; }

input:focus, textarea:focus {
  outline: 0;
  border-color: #ff921c; }

button:focus {
  outline: 0; }

.no-mediaqueries .container {
  width: 95%;
  min-width: 768px;
  max-width: 1000px; }
.no-mediaqueries .col-sm-12, .no-mediaqueries .col-md-12, .no-mediaqueries .col-lg-12 {
  width: 100%; }
.no-mediaqueries .col-sm-11, .no-mediaqueries .col-md-11, .no-mediaqueries .col-lg-11 {
  float: left;
  width: 91.66666667%; }
.no-mediaqueries .col-sm-10, .no-mediaqueries .col-md-10, .no-mediaqueries .col-lg-10 {
  float: left;
  width: 83.33333333%; }
.no-mediaqueries .col-sm-9, .no-mediaqueries .col-md-9, .no-mediaqueries .col-lg-9 {
  float: left;
  width: 75%; }
.no-mediaqueries .col-sm-8, .no-mediaqueries .col-md-8, .no-mediaqueries .col-lg-8 {
  float: left;
  width: 66.66666667%; }
.no-mediaqueries .col-sm-7, .no-mediaqueries .col-md-7, .no-mediaqueries .col-lg-7 {
  float: left;
  width: 58.33333333%; }
.no-mediaqueries .col-sm-6, .no-mediaqueries .col-md-6, .no-mediaqueries .col-lg-6 {
  float: left;
  width: 50%; }
.no-mediaqueries .col-sm-5, .no-mediaqueries .col-md-5, .no-mediaqueries .col-lg-5 {
  float: left;
  width: 41.66666667%; }
.no-mediaqueries .col-sm-4, .no-mediaqueries .col-md-4, .no-mediaqueries .col-lg-4 {
  float: left;
  width: 33.33333333%; }
.no-mediaqueries .col-sm-3, .no-mediaqueries .col-md-3, .no-mediaqueries .col-lg-3 {
  float: left;
  width: 25%; }
.no-mediaqueries .col-sm-2, .no-mediaqueries .col-md-2, .no-mediaqueries .col-lg-2 {
  float: left;
  width: 16.66666667%; }
.no-mediaqueries .col-sm-1, .no-mediaqueries .col-md-1, .no-mediaqueries .col-lg-1 {
  float: left;
  width: 8.33333333%; }

@media print {
  .container {
    width: auto; } }
/**服务器维修提示**/
.server503 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  display: table;
  padding: 0 3px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background: #f83a3a;
  color: #fff;
  text-align: center; }
  .server503 span {
    display: table-cell;
    vertical-align: middle; }

@media (max-width: 767px) {
  .server503 {
    font-size: 12px;
    text-align: left; } }
@media (max-width: 543px) {
  .server503 {
    font-size: 10px; } }
/**动画**/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**页头**/
.header {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 60px;
  background: #fff; }

@media (max-width: 767px) {
  .header {
    display: none; } }
.mobile .header {
  display: none; }

.logo, .login_logo {
  margin-top: 5px;
  display: block;
  line-height: 50px;
  height: 50px; }

.logo img, .login_logo img {
  max-height: 50px; }

.logo img {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out; }

.menu {
  float: right; }

.top_nav {
  float: right;
  display: inline-block;
  margin-left: 10px;
  line-height: 60px; }
  .top_nav a {
    padding-left: 8px;
    padding-right: 5px;
    font-size: 1em;
    color: #999; }
    .top_nav a:hover {
      color: #666;
      text-decoration: underline; }
    .top_nav a + a {
      border-left: 1px solid #aaa; }

.head_log {
  color: #ff921c; }

.home_page {
  color: #ff921c;
  display: inline-block;
  width: 3em;
  white-space: nowrap; }

.head_notice sup {
  display: inline-block;
  width: 19px;
  height: 19px;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  background: #ff921c;
  border-radius: 100%;
  text-align: center; }

.top_tel {
  margin-top: 0.95em;
  padding-left: 0.9em;
  height: 1.25em;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  line-height: 1.25em;
  color: #ff921c;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/tel_icon.png);
  background-size: auto 1.3em; 
  display:none;
}

.no-backgroundsize .top_tel {
  background-image: url(../images/tel_icon_ie.png); }

.other_tel {
  margin-left: 0.5em;
  margin-top: 0.95em;
  height: 1.25em;
  display: inline-block;
  font-family: Arial;
  font-size: 1.25em;
  line-height: 1.25em;
  color: #ff921c; }

@media (max-width: 767px) {
  .header {
    height: 45px; }

  .logo, .login_logo, .logo img, .login_logo img {
    height: 35px; }

  .menu {
    position: fixed;
    right: -100%;
    top: 45px;
    z-index: 600;
    width: 60%;
    background: #fff;
    text-align: center;
    opacity: 0;
    transition: 0.5s ease-out; }

  .menu_position {
    right: 0;
    border-top: 1px solid #e6e6e6;
    opacity: 1;
    transition: 0.5s ease-out; }

  .top_nav {
    margin: 0;
    padding: 8px 0;
    display: block;
    width: 100%;
    line-height: 30px; }
    .top_nav a {
      display: block;
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #e6e6e6;
      clear: both;
      overflow: hidden;
      padding: 5px 0; }
      .top_nav a + a {
        border-left: 0; }

  .top_tel {
    margin: 0;
    padding: 10px 0 10px 18px;
    height: auto; }

  .other_tel {
    margin: 0;
    padding: 0 0 10px 18px;
    height: auto; } }
.weixin_head {
  height: 45px;
  background: #fff; }

.current_addr {
  float: right;
  padding-right: 1em;
  line-height: 2.815em;
  color: #333;
  background: url(../images/addr_btn.png) no-repeat right center;
  background-size: 0.75em auto; }

.menu_btn {
  float: right;
  margin-top: 10px;
  max-width: 31px;
  height: 31px;
  cursor: pointer; }
  .menu_btn span {
    margin-bottom: 8px;
    display: block;
    width: 31px;
    height: 2px;
    background: #333;
    clear: both;
    overflow: hidden; }
  .menu_btn .span11 {
    animation-name: rotate_span11;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out; }
  .menu_btn .span111 {
    animation-name: rotate_span111;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out; }
  .menu_btn .span22 {
    animation-name: menu_span22;
    animation-duration: 0.1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out; }
  .menu_btn .span222 {
    animation-name: menu_span222;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out; }
  .menu_btn .span33 {
    animation-name: rotate_span3;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out; }
  .menu_btn .span333 {
    animation-name: rotate_span33;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out; }

@media (max-width: 543px) {
  .menu_btn {
    margin-top: 13px; }
    .menu_btn span {
      margin-bottom: 6px;
      width: 23px; } }
@keyframes menu_span22 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes menu_span222 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes rotate_span11 {
  0% {
    transform-origin: 0 50%;
    transform: rotate(0); }
  100% {
    transform-origin: 0 50%;
    transform: rotate(45deg); } }
@keyframes rotate_span111 {
  0% {
    transform-origin: 0 50%;
    transform: rotate(45deg); }
  100% {
    transform-origin: 0 50%;
    transform: rotate(0); } }
@keyframes rotate_span3 {
  0% {
    transform-origin: 0 50%;
    transform: rotate(0); }
  100% {
    transform-origin: 0 50%;
    transform: rotate(-45deg); } }
@keyframes rotate_span33 {
  0% {
    transform-origin: 0 50%;
    transform: rotate(-45deg); }
  100% {
    transform-origin: 0 50%;
    transform: rotate(0); } }
/**banner切换**/
.banner {
  position: relative;
  width: 100%; }
  .banner .ba_img {
    position: relative;
    display: block;
    height: 22em;
    background-color: #90c7f5;
    background-repeat: no-repeat;
    background-position: center center;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }
  .banner .ba_img1 {
    background-image: url(../images/banner1.jpg); }
  .banner .ba_img2 {
    background-image: url(../images/banner2.jpg); }
  .banner .ba_img3 {
    background-image: url(../images/banner3.jpg); }
  .banner .ba_img4 {
    background-image: url(../images/banner4.jpg); }

.isWeb .banner {
  margin-top: 60px; }

.home_banner .swiper-wrapper,
.home_banner .swiper-slide {
  height: 11em; }
.home_banner .ba_img {
  display: block;
  cursor: default; }
  .home_banner .ba_img.error_picture {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10em;
    background: #eee; }
    .home_banner .ba_img.error_picture img {
      margin: 1em;
      width: 90%;
      max-width: 6em; }

.banner_box {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 200;
  width: 100%;
  font-size: 40px;
  transform: translateY(-50%); }

.no-csstransforms .banner_box {
  top: 2.2em; }

.banner_box .ba_ch, .banner_box .ba_en {
  margin: 2% auto;
  max-width: 1000px;
  color: #fff; }
.banner_box .ba_ch {
  font-size: 1em;
  letter-spacing: 6px; }
.banner_box .ba_en {
  font-family: Arial, sans-serif;
  font-size: 0.45em;
  text-transform: uppercase; }

@media (max-width: 1199px) {
  .banner_box {
    font-size: 1.875em; } }
@media (max-width: 991px) {
  .banner_box {
    font-size: 1.25em; } }
@media (max-width: 767px) {
  .banner_box {
    font-size: 1.125em; }

  .banner .ba_img {
    height: 14em;
    background-size: auto 100%; } }
@media (max-width: 543px) {
  .banner_box {
    font-size: 0.875em; }

  .banner .ba_img {
    height: 11em; } }
/**主区域框架**/
.in_body {
  padding-top: 60px;
  background-attachment: fixed;
  background-color: #9cc2fe;
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../images/bespeak_bg.png), linear-gradient(45deg, #9cc2fe 40%, #4bc6b3); }

.gray_body {
  background-image: url(../images/bespeak_bg.png), linear-gradient(45deg, #b5b4ba 40%, #b5b4ba); }

.black_body {
  background-image: url(../images/bespeak_bg.png), linear-gradient(45deg, #520a15 40%, #520a15); }

.no-cssgradients .in_body {
  background-color: #9cc2fe;
  background-image: url(../images/bespeak_bg.png); }

.mobile_body {
  padding: 0;
  background: #f6f6f6; }

.wx_ipad_body {
  margin: auto;
  max-width: 991px;
  padding: 0;
  background: #fff; }

.in_sec {
  display: none;
  position: relative;
  padding: 20px 0 0;
  width: 100%;
  clear: both; }

.sec_box {
  min-height: calc(100vh - 55px);
  background: #fff;
  clear: both;
  overflow: hidden; }

@media (max-width: 767px) {
  .in_body {
    padding-top: 0;
    background-position: center 0;
    background-image: linear-gradient(45deg, #9cc2fe 40%, #4bc6b3); }

  .in_sec {
    padding: 0; }

  .sec_box {
    min-height: 100vh; } }
.mobile .in_body {
  padding-top: 0;
  background-position: center 0;
  background-image: linear-gradient(45deg, #9cc2fe 40%, #4bc6b3); }
.mobile .in_sec {
  padding: 0; }
.mobile .sec_box {
  min-height: 100vh; }

/**页脚**/
.footer {
  display: table;
  width: 100%;
  height: 65px;
  padding: 0 3px;
  background: #2a2a2a;
  text-align: center;
  clear: both;
  position: absolute;
  bottom: 0; }

.foot_box {
  display: table-cell;
  vertical-align: middle; }

.foot_nav a, .copyright {
  font-size: 12px;
  color: #999; }

.foot_nav a + a {
  padding-left: 3px;
  border-left: 1px solid #666; }
.foot_nav a:hover {
  color: #ccc; }

@media (max-width: 768px) {
  .footer {
    display: none; } }
.mobile .footer {
  display: none; }

/**单选复选框**/
.radio_btn, .check_btn {
  position: relative;
  margin-right: 7px;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  cursor: pointer; }

.radio_btn {
  background-image: url(../images/radio_btn.png); }

.no-backgroundsize .radio_btn {
  background-image: url(../images/radio_btn_ie16.png); }

.radio_btn_checked {
  background-image: url(../images/radio_btn_checked.png); }

.no-backgroundsize .radio_btn_checked {
  background-image: url(../images/radio_btn_checked_ie16.png); }

.check_btn {
  background-image: url(../images/check_btn.png); }

.no-backgroundsize .check_btn {
  background-image: url(../images/check_btn_ie16.png); }

.check_btn_checked {
  background-image: url(../images/check_btn_checked.png); }

.no-backgroundsize .check_btn_checked {
  background-image: url(../images/check_btn_checked_ie16.png); }

.exam_check {
  position: absolute;
  right: 3px;
  bottom: 3px;
  z-index: 80;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/check_btn.png);
  background-size: 100% auto;
  cursor: pointer; }

.no-backgroundsize .exam_check {
  background-image: url(../images/check_btn_ie26.png); }

.exam_checked {
  background-image: url(../images/check_btn_checked.png); }

.no-backgroundsize .exam_checked {
  background-image: url(../images/check_btn_checked_ie26.png); }

.cannot_check {
  background-image: url(../images/cannot_check.png); }

.no-backgroundsize .cannot_check {
  background-image: url(../images/cannot_check_ie26.png); }

/**Tab切换效果**/
.slide_list {
  display: none;
  animation-name: slide_ani;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  clear: both;
  overflow: hidden; }

@keyframes slide_ani {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**按钮**/
.btn_box {
  padding: 1em 0;
  text-align: center; }

.btn_orange, .btn_gray, .btn_blue, .btn_red {
  display: inline-block;
  margin: 0 3px;
  padding: 3px 0;
  width: 5.5em;
  border-radius: 4px;
  font-size: 0.875em;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-out; }

.btn_orange {
  background-color: #fca556;
  border-color: #fca556; }

.btn_gray {
  background-color: #b2b3b4;
  border-color: #b2b3b4; }

.btn_blue {
  background-color: #96b4e2;
  border-color: #96b4e2; }

.btn_red {
  background-color: #f36767;
  border-color: #f36767; }

.btn_orange:hover {
  color: #fca556;
  background-color: #fff; }
.btn_orange:active, .btn_orange:focus {
  color: #fff;
  background-color: #fca556;
  transition: 0.2s ease-out; }

.btn_red:hover {
  color: #f36767;
  background-color: #fff;
  transition: 0.2s ease-out; }
.btn_red:active, .btn_red:focus {
  color: #fff;
  background-color: #f36767;
  transition: 0.2s ease-out; }

.btn_blue:hover {
  color: #96b4e2;
  background-color: #fff;
  transition: 0.2s ease-out; }
.btn_blue:active, .btn_blue:focus {
  color: #fff;
  background-color: #96b4e2;
  transition: 0.2s ease-out; }

.cancel_btn, .change_btn {
  width: 80px; }

.cannot_change,
.cannot_change:hover {
  background: #ededed !important;
  cursor: not-allowed !important; }

.cannot_click {
  cursor: default; }

/**通用弹框**/
.general_lay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
  background: rgba(0, 0, 0, 0.7); }

:root .general_lay {
  filter: none; }

.general_lay_box {
  position: absolute;
  z-index: 800;
  display: table;
  padding: 35px 10px 10px;
  width: 300px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: repeating-linear-gradient(-30deg, #b0d1fc, #b0d1fc 6px, #c3ddff 6px, #c3ddff 12px);
  background-size: 100% 1.875em;
  border-radius: 4px;
  text-align: center; }

.no-cssgradients .general_lay_box {
  background-image: url(../images/general_lay_bg.jpg); }

.general_lay_title {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #333; }

.general_lay_content {
  display: inline-block;
  padding: 1em 5px 0.5em;
  text-align: center; }

/**其他弹框**/
.my_lay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 30000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
  background: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto; }

:root .my_lay {
  filter: none; }

.my_lay_box {
  position: absolute;
  z-index: 600;
  padding: 10px;
  width: 95%;
  max-width: 1200px;
  background: #fff;
  border-bottom: 0.25em solid #bbd3f8;
  border-radius: 4px; }
  .my_lay_box .form-control {
    text-align: center; }

@media print {
  .in_body {
    padding-top: 0; }

  .hidden-print {
    display: none; }

  .my_lay {
    position: static;
    display: block;
    height: auto; }

  .my_lay_box {
    position: static;
    width: 100%; }
    .my_lay_box .my_lay_attention {
      height: auto;
      min-height: auto;
      max-height: none; } }
.lay_close {
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 80000;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/lay_close.png);
  background-size: 100% 100%;
  cursor: pointer; }

.transfer_lay .transfer_box {
  padding: 35px 0 0 0;
  max-width: 400px;
  width: 75%; }
  .transfer_lay .transfer_box .general_lay_title {
    font-size: 1.2em;
    line-height: 1.2em;
    color: #333;
    text-align: center; }
  .transfer_lay .transfer_box .transfer_item {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 12px 20px; }
    .transfer_lay .transfer_box .transfer_item .exam_check {
      bottom: 13px;
      right: 20px;
      width: 20px;
      height: 20px; }
  .transfer_lay .transfer_box .add_relative {
    margin: 5px 0 20px; }
    .transfer_lay .transfer_box .add_relative .add_relative_btn {
      padding: 0.1em 0;
      width: 5em;
      float: right;
      background-image: none;
      margin-right: 20px; }

.no-backgroundsize .lay_close {
  background-image: url(../images/lay_close_ie.png); }

.card_lay_box {
  max-width: 31em;
  overflow: hidden; }

.bill_box {
  max-width: 630px;
  border-bottom: 0;
  overflow: hidden; }
  .bill_box .form-control {
    font-size: 0.875em; }

.bill_content {
  margin-top: 2.5em;
  max-height: 75vh;
  padding: 0 2%;
  font-size: 0.875em;
  overflow: auto; }

.bill_addr_box {
  margin-top: 2.5em;
  max-height: 75vh;
  padding: 0 2%;
  font-size: 0.875em;
  overflow: auto;
  display: none; }
  .bill_addr_box div[class*="col-xs"] div[class*="col-xs"] {
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0; }

.bill_left {
  float: left;
  margin-bottom: 0.6em;
  width: 70px; }

.bill_addr_detail .bill_left {
  margin-top: 0.6em; }

.bill_right {
  float: right;
  margin-bottom: 0.6em;
  width: calc(100% - 90px); }

.bill_addr_box .bill_addr_left {
  float: left;
  margin: 0.1em 0 0.5em;
  width: calc(50% - 50px); }
.bill_addr_box .bill_addr_right {
  float: left;
  margin: 0.1em 0 0.5em;
  padding-left: 3px;
  width: 50px; }
.invoice_need_box {
    display: flex;
    justify-content: space-between;
}

.invoice_need_know {
    cursor: pointer;
    color: #666;
}
@media (max-width: 767px) {
  .bill_addr_box .bill_addr_left {
    width: calc(100% - 50px); } }
.bill_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.5em 1em;
  background: #ddd; }

.bill_kind li {
  display: inline-block;
  margin: 0 2% 2% 0;
  padding: 6px 1.2em;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  text-align: center;
  cursor: pointer; }

.bill_addr_box .no_right_padding {
  color: #999; }

.bill_content .col-xs-12 {
  padding-top: 0.4em;
  padding-bottom: 0.4em; }
.bill_content .bill_addr {
  padding-top: 1em;
  border-top: 1px solid #e6e6e6; }

.bill_addr_list li {
  position: relative;
  padding: 0 1em;
  border-bottom: 1px solid #e6e6e6; }

.bill_content input {
  white-space: nowrap; }

.bill_point {
    font-size: 12px;
    color: #ff912c;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 14px;
}

.bill_chooseperson li {
    margin-right: 2%;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 0.8em;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.bill_chooseperson li.active {
    border-color: #ff912c;
}

.bill_label {
    display: inline;
    width: 70px;
    line-height: 34px;
    font-weight: normal;
    white-space: nowrap;
}

.bill_addr_box .bill_label {
  text-align: right; }

.bill_addr_detail .bill_left .bill_label {
  line-height: 1; }

@media (min-width: 768px) {
  .bill_addr_box .tel_label {
    padding-right: 1em;
    float: right; } }
.bill_detail li {
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 0.8em;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: center;
  cursor: pointer; }

.bill_kind li.active, .bill_detail li.active {
  border-color: #ff912c; }

.add_addr_btn {
  display: inline-block;
  margin-top: 10px;
  padding-left: 30px;
  height: 26px;
  line-height: 26px;
  background-image: url(../images/add_addr_btn.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 26px;
  cursor: pointer; }
  .add_addr_btn:hover {
    color: #ff912c;
    background-image: url(../images/add_addr_btn_red.png); }

.no-backgroundsize .add_addr_btn {
  background-image: url(../images/add_addr_btn_ie.png); }
  .no-backgroundsize .add_addr_btn:hover {
    background-image: url(../images/add_addr_btn_red_ie.png); }

.bill_btn, .bill_addr_btn {
  margin-top: 2em;
  text-align: center; }

.bill_btn button, .bill_addr_btn button {
  margin: 0 1em; }

.invoice_edit {
  line-height: 34px;
  color: #ff912c;
  cursor: pointer; }

.invoice_title {
  margin-top: 10px; }

.invoice_title_initial {
  border-color: #ff921c;
  cursor: pointer; }

.no_right_padding {
  padding-right: 0; }

.bill_box .select_input {
  padding-left: 0.5em;
  padding-right: 0.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.bill_box .select_box ul {
  max-height: 100px;
  overflow: auto; }
  .bill_box .select_box ul li {
    position: relative;
    height: auto;
    padding: 0.3em 0.2em;
    line-height: 1.3; }

.bill_content .select_box ul li span {
  display: inline-block;
  padding-right: 36px; }
.bill_content .select_box ul li small {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.25em;
  height: 100%;
  padding: 0.8em 2em 0.8em 0.2em;
  background: url(../images/edit.png) no-repeat center center;
  background-size: 1em auto; }

.report_lay_box {
  max-width: 600px; }
  .report_lay_box h4 {
    text-align: center; }

.bind_tel_box {
  max-width: 400px; }

.img_enlarge {
  cursor: zoom-out; }

.advice_lay_img {
  padding: 0;
  max-width: 100%;
  max-height: 100vh;
  background: transparent;
  border: 0; }
  .advice_lay_img img {
    margin: 0 auto; }

.type_info_box {
  max-width: 400px; }
  .type_info_box .exam_label {
    float: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #666; }
  .type_info_box .cert_id_title, .type_info_box .IDNumber {
    margin-bottom: 10px; }
  .type_info_box .ident_code_form {
    clear: both;
    overflow: hidden; }
  .type_info_box .vertify_box .get_other {
    transform: translateY(4px); }

.report_lay_content {
  padding: 15px 0;
  font-size: 14px; }

.lay_left {
  position: relative;
  float: left;
  width: 50%;
  height: calc(100vh - 200px);
  min-height: 300px;
  padding: 0.625em 1.25em; }
  .lay_left .my_lay_content {
    height: calc(100vh - 350px);
    min-height: 180px;
    overflow-y: auto; }

@media print {
  .lay_left {
    height: auto;
    min-height: 0; }
    .lay_left .my_lay_content {
      height: auto;
      min-height: auto; } }
.my_lay_title {
  display: inline-block;
  height: 3.75em;
  padding-left: 50px;
  font-size: 1.125em;
  line-height: 4.375em;
  color: #80c269;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/success.png);
  background-size: 2.5em auto;
  text-align: center; }

.no-backgroundsize .my_lay_title {
  background-image: url(../images/success_ie.png); }

.my_lay_content {
  margin: 10px 0 20px;
  font-size: 1.125em;
  color: #1a1a1a; }

.view_location {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 3% auto;
  padding: 0.25em 0;
  width: 120px;
  font-size: 1em;
  border-radius: 30px;
  background: #ff921c;
  border: 1px solid #ff921c;
  color: #fff;
  text-align: center; }
  .view_location:hover {
    background: #fff;
    color: #ff921c; }

.my_lay_point {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0.3125em 0.625em;
  font-size: 0.75em;
  color: #454645;
  text-align: right; }
  .my_lay_point a {
    display: inline-block;
    color: #6a9be7; }

.lay_right {
  position: relative;
  float: right;
  width: 50%;
  height: calc(100vh - 200px);
  min-height: 300px;
  padding: 1.25em 0.625em 0.625em 0.625em;
  background: #f8f8f8;
  overflow: hidden; }
  .lay_right .my_lay_attention {
    height: calc(100vh - 250px); }

.lay_right_title {
  font-size: 1.125em;
  color: #80c269;
  text-align: center; }

.my_lay_attention {
  min-height: 18em;
  max-height: 65vh;
  padding: 1em;
  font-size: 1.125em;
  line-height: 1.75em;
  color: #333;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto; }

.no-cssvhunit .my_lay_attention {
  max-height: 24em; }

.lay_print {
  position: absolute;
  right: 11px;
  top: 20px;
  z-index: 300;
  padding-left: 20px;
  font-size: 0.75em;
  color: #7d7d7d;
  background: url(../images/lay_print.png) no-repeat left center;
  cursor: pointer; }

.attention_title {
  font-size: 1.5em;
  color: #333;
  text-align: center; }

.attention_pint {
  float: right;
  margin: 15px 0 10px;
  display: block;
  width: 7.5em;
  height: 1.875em;
  line-height: 1.875em;
  padding-left: 1.5625em;
  color: #fff;
  background: #ff921c url(../images/attention_print.png) no-repeat 1.25em center;
  text-align: center;
  border-radius: 25px;
  cursor: pointer; }
  .attention_pint:hover {
    background-color: #fb9c20; }

@media (max-width: 767px) {
  .view_location {
    display: none; }

  .my_lay_box {
    font-size: 14px; } }
@media (max-width: 543px) {
  .my_lay_box {
    font-size: 12px; } }
/**回顶部**/
#fixed_up {
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 1000;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/fixed_up.png);
  background-size: 100% 100%;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0; }

.no-backgroundsize #fixed_up {
  background-image: url(../images/fixed_up_ie.png); }

@media (max-width: 767px) {
  #fixed_up {
    display: none; } }
/**Loading动画**/
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#B2000000", endColorstr="#B2000000");
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh; }

:root .loading {
  filter: none; }

.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  position: relative; }

.no-cssanimations .spinner {
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px; }

.spinner1 > div, .spinner2 > div, .spinner3 > div {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  animation: bouncedelay 1.2s infinite ease-in-out;
  animation-fill-mode: both; }

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.spinner2 {
  transform: rotateZ(45deg); }

.spinner3 {
  transform: rotateZ(90deg); }

.circle1 {
  top: 0;
  left: 0; }

.circle2 {
  top: 0;
  right: 0; }

.circle3 {
  right: 0;
  bottom: 0; }

.circle4 {
  left: 0;
  bottom: 0; }

.spinner2 .circle1 {
  animation-delay: -1.1s; }

.spinner3 .circle1 {
  animation-delay: -1.0s; }

.spinner1 .circle2 {
  animation-delay: -0.9s; }

.spinner2 .circle2 {
  animation-delay: -0.8s; }

.spinner3 .circle2 {
  animation-delay: -0.7s; }

.spinner1 .circle3 {
  animation-delay: -0.6s; }

.spinner2 .circle3 {
  animation-delay: -0.5s; }

.spinner3 .circle3 {
  animation-delay: -0.4s; }

.spinner1 .circle4 {
  animation-delay: -0.3s; }

.spinner2 .circle4 {
  animation-delay: -0.2s; }

.spinner3 .circle4 {
  animation-delay: -0.1s; }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }
/**向下滚动时Tab切换按钮浮动**/
.slide_cut_fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  top: 60px;
  width: 100%; }
  .slide_cut_fixed ul {
    margin: 0 auto;
    width: 1000px; }

@media (max-width: 1199px) {
  .slide_cut_fixed ul {
    width: 970px; } }
@media (max-width: 991px) {
  .slide_cut_fixed ul {
    width: 750px; } }
@media (max-width: 767px) {
  .slide_cut_fixed ul {
    width: 100%; }

  .slide_cut_fixed {
    top: 0; }
    .slide_cut_fixed ul {
      top: 45px; } }
/**404页面**/
.error_box {
  position: relative;
  min-height: calc(100vh - 145px);
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px; }
  .error_box h2 {
    font-family: Arial;
    font-size: 90px;
    color: #d6d6d6; }

.error_tip {
  color: #919191; }

.error_img {
  margin: 0 auto;
  padding: 2% 0;
  max-width: 300px;
  width: 60%; }

.error_back {
  display: block;
  margin: auto;
  padding-bottom: 20px;
  left: 50%;
  bottom: 5%;
  z-index: 10;
  width: 11.25em;
  padding: 5px 0;
  font-size: 1.125em;
  color: #919191;
  border: 1px solid #919191;
  border-radius: 10px; }

@media (max-width: 767px) {
  .error_box {
    min-height: 100vh; } }
/**星级**/
.star_box {
  position: relative;
  display: inline-block; }

.star_orange {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 20px;
  white-space: nowrap;
  text-overflow: initial;
  overflow: hidden; }

.star_box img {
  width: 14px; }

/**下拉框**/
.select, .select_brand {
    position: relative;
    width: 100%;
    font-size: 0.875em;
}
.select .se_placeholder, .select_brand .se_placeholder_brand {
        position: relative;
        padding-left: 0.5em;
        padding-right: 2.5em;
        width: 100%;
        height: 2.428em;
        line-height: 2.4;
        border: 1px solid #ddd;
        border-radius: 4px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
        overflow: hidden;
    }
        .select .se_placeholder::after, .select_brand .se_placeholder_brand::after {
            display: block;
            position: absolute;
            right: 1em;
            top: 50%;
            z-index: 4;
            transform: rotate(-45deg);
            margin-top: -0.55em;
            width: 0.7em;
            height: 0.7em;
            border: 1px solid #ccc;
            border-right: 0;
            border-top: 0;
            content: " ";
            pointer-events: none;
            transition: 300ms;
        }
        .select .se_placeholder.open,.select_brand .se_placeholder_brand.open {
            border-color: #ff921c;
        }
            .select .se_placeholder.open::after, .select_brand .se_placeholder_brand.open::after {
                border-color: #ff921c;
                transform-origin: center 8px;
                transform: rotate(-225deg);
                transition: 300ms;
            }
    .select .se_option, .select_brand .se_option_brand {
        position: absolute;
        left: 0;
        top: 2.7em;
        z-index: 200;
        width: 100%;
        max-height: 10em;
        background: #fff;
        border: 1px solid #ff921c;
        visibility: hidden;
        opacity: 0;
        transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
        overflow-x: hidden;
        overflow-y: auto;
    }
        .select .se_option.open, .select_brand .se_option_brand.open {
            visibility: visible;
            opacity: 1;
            transition: opacity 300ms ease-out, top 300ms ease-out;
        }
        .select .se_option li, .select_brand .se_option_brand li {
            padding: 0.3em 0.5em;
            line-height: 1.5;
            transition: all 150ms ease-out;
            cursor: pointer;
            clear: both;
            overflow: hidden;
        }
            .select .se_option li span, .select_brand .se_option_brand li span {
                float: left;
                width: calc(100% - 4em);
                cursor: pointer;
            }
            .select .se_option li small, .select_brand .se_option_brand li small {
                float: right;
                padding: 0.1em 0.5em;
                border: 1px solid #ff921c;
                border-radius: 4px;
                background: #fff;
                white-space: nowrap;
                text-align: right;
                cursor: pointer;
            }
                .select .se_option li small:hover, .select_brand .se_option_brand li small:hover {
                    color: #fff;
                    background: #ff921c;
                }
            .select .se_option li:hover, .select_brand .se_option_brand li:hover {
                background: #f3f3f3;
            }
            .select .se_option li + li, .select_brand .se_option_brand li + li {
                border-top: 1px solid #efefef;
            }

.select_center{
    float: left;
    width: calc(100% - 7.6em);
}
.select_center_brand {
    float: left;
    width:100%;
}

    .view_more {
        float: right;
        width: 8em;
        height: 2.428em;
        padding: 0 0.5em;
        font-size: 0.875em;
        line-height: 2.4;
        background: #fff;
        border: 1px solid #ddd;
        cursor: pointer;
        transition: background 0.5s ease-out;
    }
  .view_more span {
    float: left;
    width: calc(100% - 1.6em);
    white-space: nowrap;
    text-align: center; }
  .view_more svg {
    float: right;
    margin-top: 0.4em;
    width: 1.6em;
    height: 1.6em;
    fill: #ddd;
    transition: transform 0.5s ease-in-out; }
  .view_more:hover {
    color: #fff;
    background-color: #ff921c;
    border-color: #ff921c; }
    .view_more:hover svg {
      fill: #fff;
      transform: translateX(-0.2em);
      transition: transform 0.5s ease-in-out; }
  .view_more.cannot_change:hover {
    color: #333;
    background: #ededed;
    border-color: #ddd;
    cursor: not-allowed; }
    .view_more.cannot_change:hover svg {
      fill: #ddd;
      transform: translateX(0); }

.no-svg .select .se_placeholder, .no-svg .select_brand .se_placeholder_brand {
    padding-right: 0.5em;
}
.no-svg .view_more span {
  width: 100%; }

.no-csscalc .select .se_option li span, .no-csscalc .select_brand .se_option_brand li span {
    width: 89%;
}
.no-csscalc .select_center, .no-csscalc .select_center_brand {
    width: 80%;
}
.no-csscalc .view_more {
  width: 19%; }

/**温馨提示**/
.fixed_tip {
  font-size: .875em;
  color: red;
  background: #fffbe3;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6; }
  .fixed_tip span {
    position: relative;
    display: inline-block;
    padding: .5em 1.6em; }
    .fixed_tip span .lay_close {
      top: .6em;
      width: 1em;
      height: 1em;
      background-image: url(../images/close.png); }
      .fixed_tip span .lay_close:hover {
        filter: brightness(0.5);
        transition: .3s; }

@media (max-width: 991px) {
  .fixed_tip {
    text-align: left; } }
/**悬浮快捷按钮**/
.fixedTouch {
  position: fixed;
  right: 5px;
  bottom: 40px;
  z-index: 1002;
  width: 50px;
  height: 50px;
  padding-top: 1.7em;
  font-size: .875em;
  color: #fff;
  background-color: rgba(225, 146, 28, 0.65);
  background-image: url(../images/fixed_touch.png);
  background-position: center .5em;
  background-repeat: no-repeat;
  background-size: 1.3em auto;
  border-radius: 50%;
  text-align: center; }
  .fixedTouch:active {
    background-color: #e1921c; }

.right_fixed ul {
  width: 65px;
  position: fixed;
  right: 8px;
  top: 50%;
  margin-top: -193px;
  z-index: 1000; }
  .right_fixed ul li {
    padding: 10px;
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-top: 10px;
    background: #6b9df0;
    z-index: 999;
    position: relative;
    cursor: pointer;
    box-sizing: content-box; }
    .right_fixed ul li .fixed_btn_bg {
      display: inline-block;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 12px;
      text-align: center; }
    .right_fixed ul li .fixed_btn_text {
      display: block;
      font-size: 12px;
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: 7px;
      left: 0px;
      color: #fff; }
    .right_fixed ul li #zx_online_xx1c {
      background: url(../images/fixed_chat.png) no-repeat 50% 50% transparent;
      background-size: auto 60%;
      background-position: top center; }
    .right_fixed ul li .huihua {
      display: none;
      position: absolute;
      width: 140px;
      border: 1px solid #6b9df0;
      top: 8px;
      left: -152px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -o-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      background: #fff;
      text-align: center;
      color: #6b9df0;
      line-height: 4; }
      .right_fixed ul li .huihua.one_line_text {
        line-height: 56px; }
      .right_fixed ul li .huihua.fixed_erweima p {
        color: #6b9df0;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 2;
        padding-top: 10px; }
      .right_fixed ul li .huihua.fixed_erweima img {
        width: 80%;
        margin-bottom: 15px; }
    .right_fixed ul li .huihua:after {
      content: '';
      width: 10px;
      height: 10px;
      border-left: 1px solid transparent;
      border-bottom: 1px solid transparent;
      border-right: 1px solid #00C79F;
      border-top: 1px solid #00C79F;
      transform: rotate(45deg);
      border-radius: 2px;
      position: absolute;
      right: -5px;
      top: 21px;
      background: #fff; }
    .right_fixed ul li #zx_phpne {
      background: url(../images/fixed_phone.png) no-repeat 50% 50% transparent;
      background-size: auto 60%;
      background-position: top center; }
    .right_fixed ul li #zx_weixin {
      background: url(../images/fixed_wechat.png) no-repeat 50% 50% transparent;
      background-size: auto 60%;
      background-position: top center; }
    .right_fixed ul li #zx_question {
      background: url(../images/fixed_question.png) no-repeat 50% 50% transparent;
      background-size: auto 60%;
      background-position: top center; }
    .right_fixed ul li .xu_phone_num p {
      line-height: 28px;
      margin: 0;
      position: relative; }
    .right_fixed ul li .xu_phone_num :first-child {
      top: 2px; }
    .right_fixed ul li .xu_phone_num :last-child {
      bottom: 2px; }
  .right_fixed ul .toTop:after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
    border-radius: 2px;
    display: block;
    margin: 20px 0 0 14px; }
@media (max-width: 767px) {
  .right_fixed ul {
    right: 0;
    margin-top: 0;
    width: 55px;
    top: 65%; }
    .right_fixed ul li {
      padding: 5px; } }

#faqIframe {
   
    display: block !important;
    position: fixed;
    bottom: 0;
    height: 500px;
    width: 355px;
    z-index: 67890;
    right: 18px;
    display: block;
    overflow: hidden;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
    cursor: move;
}

.faq-iframe-wrapper {
   // -webkit-overflow-scrolling: touch;
    // overflow: auto;
}


@media (max-width: 767px) {
    #faqIframe {
        position:fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        width: 100%;
        -webkit-overflow-scrolling: touch;
	  overflow: auto;
    }
}


@media (max-width: 767px) {
    .faq-wrapper {
  position: fixed;
  right: 8px;
  margin-top: -193px;
  z-index: 1000;
  right: 0;
  margin-top: -14px;
  width: 55px;
  top: 78%;
  cursor: pointer;
}

    #faqLay {
        z-index: 1001;
    }

    .faq-wrapper #faqLay {
        padding: 5px;
        display: inline-block;
        width: 46px;
        height: 46px;
        margin-top: 10px;
        background: #6b9df0;
        z-index: 999;
        position: relative;
        cursor: pointer;
        box-sizing: content-box;
    }
 
.faq-wrapper #faqLay .fixed_btn_text {
      display: block;
      font-size: 12px;
      position: absolute;
      text-align: center;
      width: 100%;
      bottom: 7px;
      left: 0px;
      color: #fff;
     } 

.faq-wrapper  #faqLay #zx_question {
    background: url(../images/fixed_question.png) no-repeat 50% 50% transparent;
    background-size: auto 45%;
    background-position: top center;
    position: absolute;
    bottom: 1;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    text-align: center;
}  }
      



.new-footer-phone {
  display: inline-block;
  padding-left: 3px;
  border-left: 1px solid #666;
  font-size: 12px;
  color: #999;
  text-decoration: none;
  transition: .2s ease-out;
  position: relative; }
  .new-footer-phone .footer-phone-box {
    display: none;
    position: absolute;
    top: -85px;
    right: -75px;
    width: 220px;
    height: 88px;
    z-index: 999;
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out; }
    .new-footer-phone .footer-phone-box img {
      width: 220px; }
  .new-footer-phone .footer-phone-text {
    cursor: pointer; }
  .new-footer-phone:hover .footer-phone-text {
    color: #ccc; }
  .new-footer-phone:hover .footer-phone-box {
    display: block; }

/*# sourceMappingURL=common.css.map */
