﻿@charset "UTF-8";
/********/
html,
body {
  -ms-overflow-style: scrollbar;
}
html {
  font-size: 23.80952vw;
}
@media screen and (min-width: 421px) {
  html {
    font-size: 100px;
  }
}
body {
  font-size: 20px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: "微软雅黑";
}
@media screen and (max-width: 1600px) and (min-width: 1440px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1367px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1366px) and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 360px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  body {
    font-family: "华文细黑";
  }
}
@media screen and (max-width: 359px) {
  body {
    font-size: 12px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
p:focus,
input:focus,
select:focus,
textarea:focus,
label:focus,
dl:focus,
dt:focus,
dd:focus,
h1:active,
h2:active,
h3:active,
h4:active,
h5:active,
h6:active,
p:active,
input:active,
select:active,
textarea:active,
label:active,
dl:active,
dt:active,
dd:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
@media screen and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  input,
  select,
  textarea,
  label,
  dl,
  dt,
  dd {
    font-family: "华文细黑";
  }
}
input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type='radio']:focus,
input[type='checkbox']:focus,
textarea:focus,
input[type='radio']:active,
input[type='checkbox']:active,
textarea:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
a {
  color: inherit;
}
a:hover {
  color: #003b8f;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: middle;
}
table {
  border: none;
}
th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}
.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}
.wrapper.openPop {
  height: 100%;
  min-height: 100%;
  position: fixed;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
.lg-global-inner {
  width: 95%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-global-inner:before,
.lg-global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.global-inner {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.sm-global-inner {
  width: 75%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.sm-global-inner:before,
.sm-global-inner:after {
  content: '';
  display: table;
  clear: both;
}
.xs-global-inner {
  width: 65%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.xs-global-inner:before,
.xs-global-inner:after {
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 991px) {
  .lg-global-inner,
  .global-inner,
  .sm-global-inner,
  .xs-global-inner {
    width: 100%;
    padding: 0 0.16rem;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.en {
  font-family: Arial;
  font-style: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.swiper-pagination-bullet {
  opacity: 1;
}
/**** btn ***/
.btn {
  min-width: 7.5em;
  height: 2.625em;
  padding: 0;
  margin: 0 6px;
  font-size: 1em;
  line-height: 2.5em;
}
.btn.btn-default,
.btn .btn-gray {
  border-color: #b3b3b3;
  background: #b3b3b3;
  color: #fff;
}
.btn.btn-sure,
.btn.btn-blue {
  border-color: #0089d9;
  background: #0089d9;
  color: #fff;
}
.btn:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/****** 弹框 ******/
.pop-box {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}
.pop-box.open .pop-inner {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.pop-zhe {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1021;
}
.pop-inner {
  width: 90%;
  max-width: 25em;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  background: #fff;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}
.pop-inner::-webkit-scrollbar {
  width: 3px;
  background: #fff;
}
.pop-inner::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}
.pop-inner::-webkit-scrollbar-thumb {
  width: 3px;
  border-radius: 3px;
  background: #e5e5e5;
}
.pop-bd {
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 7%;
  margin: 0 0.8%;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1032;
}
.pop-bd::-webkit-scrollbar {
  width: 5px;
  background: #fff;
}
.pop-bd::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #fff;
}
.pop-bd::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 3px;
  background: #e5e5e5;
}
.pop-close {
  width: 1.875em;
  height: 1.875em;
  display: block;
  overflow: hidden;
  background: url(/Img/images/close_02.png) no-repeat right center;
  background-size: 1.375em auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
/*** 滚动条 ****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}
.mCSB_scrollTools {
  width: 4px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  opacity: 0.5;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 0;
  height: 3px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  height: 3px;
}
/***** header ******/
.header {
  width: 100%;
  height: 5.25em;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
}
.header .lg-global-inner {
  height: 100%;
}
.header.black .head-logo .logo1 {
  display: none;
}
.header.black .head-logo .logo2 {
  display: block;
}
.header.black .nav-list .item-level1 {
  color: #333;
}
.header.black .nav-list .item-line {
  background: #333;
}
.header.fixed {
  background: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.05);
}
.header.openpp .head-nav {
  display: none;
}
.head-logo {
  height: 30px;
  display: block;
  position: absolute;
  left: 1.4em;
  top: 50%;
  margin-top: -15px;
  z-index: 20;
}
.head-logo img {
  height: 100%;
  display: block;
}
.head-logo .logo2 {
  display: none;
}
.head-place {
  width: 100%;
  height: 5.25em;
  display: block;
}
.head-rt-box {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.head-tool {
  float: left;
  margin-right: 2.5em;
}
.head-tool .tool {
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  padding-right: 6px;
  margin-left: 5px;
  position: relative;
  white-space: nowrap;
}
.head-tool .tool:after {
  content: '';
  width: 1px;
  height: 12px;
  display: block;
  background: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}
.head-tool .tool:last-child:after {
  display: none;
}
.head-tool .tool a {
  color: #999;
}
.head-open-sch {
  width: 14px;
  height: 24px;
  display: block;
  background: url(/Img/images/btn_sch1.png) no-repeat center center;
  background-size: 14px auto;
}
.head-menu-nav {
  width: 32px;
  float: left;
  cursor: pointer;
  position: relative;
}
.head-nav-close {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.icon-hamburger {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.icon-hamburger .line {
  width: 100%;
  height: 4px;
  display: block;
  background-color: #027bc5;
  background-image: -webkit-linear-gradient(left, #027bc5, #39dafa);
  background-image: -moz-linear-gradient(left, #027bc5, #39dafa);
  background-image: -ms-linear-gradient(left, #027bc5, #39dafa);
  background-image: -o-linear-gradient(left, #027bc5, #39dafa);
  background-image: linear-gradient(left, #027bc5, #39dafa);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.icon-hamburger .line:nth-child(2) {
  margin: 6px 0;
}
.icon-hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.icon-hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.icon-hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  .header {
    height: 5.125em;
    padding: 1.875em 0 1.375em;
  }
  .head-place {
    height: 5.125em;
  }
  .head-logo {
    height: 1.875em;
    position: static;
    float: left;
    margin: 0;
  }
  .head-rt-box {
    right: 0.3rem;
    margin-top: -12px;
  }
  .head-tool {
    margin-right: 1.25em;
  }
  .head-tool .tool {
    padding-right: 0;
  }
  .head-tool .tool:after {
    display: none;
  }
  .head-open-sch {
    width: 24px;
    height: 24px;
    background-size: 24px auto;
  }
}
.head-nav {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 2.1em;
  padding-left: 1.7%;
}
.nav-list {
  width: 100%;
  display: block;
  position: relative;
}
.nav-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 1em;
  padding-bottom: 2px;
}
.nav-list li:hover .item-line,
.nav-list li.current .item-line {
  width: 100%;
}
.nav-list .item-level1 {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.nav-list .item-line {
  width: 0;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.pc-nav-box {
  width: 100%;
  height: 100%;
  display: none;
  background: url(/Img/images/nav_bg.jpg) no-repeat center center #ebebeb;
  background-size: 100% auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
  padding: 5.25em 0;
}
.pc-nav-box .sm-global-inner {
  padding-top: 17.8vh;
}
.pc-nav-box .item-level1 {
  font-size: 1.6em;
  line-height: 1.25em;
  color: #333;
}
.pc-nav-box .item-level1 a {
  color: #333;
}
.pc-nav-box .contact-box {
  padding: 0 2em;
}
.pc-nav-box .contact-box .info {
  font-size: 0.9em;
  line-height: 1.3em;
  color: #4c4c4c;
  margin-top: 1.2em;
}
.pc-nav-box .contact-box .info p {
  margin-top: 0.78em;
}
.pc-nav-box .contact-box .wx {
  margin-top: 2em;
}
.pc-nav-box .contact-box .wx img {
  width: 5.3em;
  display: block;
}
.pc-nav-list {
  padding: 0;
}
.pc-nav-list .list-item {
  padding: 0 2em;
}
.pc-nav-list .item {
  margin-bottom: 1.75em;
}
.pc-nav-list .subnav-list {
  margin-top: 1.1em;
}
.pc-nav-list .subnav-list li {
  margin-top: 0.7em;
}
.pc-nav-list .subnav-list li:hover a {
  text-decoration: underline;
}
.pc-nav-list .subnav-list a {
  font-size: 0.9em;
  line-height: 1.3em;
  color: #4c4c4c;
}
.ph-nav-box {
  width: 100%;
  height: 100%;
  display: none;
  background: #ebebeb;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
  padding: 0.98rem 0 0.3rem;
}
.ph-nav-box .global-inner {
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.ph-nav-box .btn-language {
  width: 100%;
  display: block;
  font-size: 0.2rem;
  line-height: 0.58rem;
  color: #fff;
}
.ph-nav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ph-nav-list > li {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ph-nav-list > li.active .menu-level1 .icon {
  background-image: url(/Img/images/icon_hide.png);
}
.ph-nav-list > li.has-subnav .menu-level1 .icon {
  display: block;
}
.ph-nav-list a {
  float: left;
}
.ph-nav-list .menu-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 0 0.18rem;
}
.ph-nav-list .menu-level1 a {
  float: left;
  font-size: 0.2rem;
  line-height: 0.58rem;
  color: #333;
}
.ph-nav-list .menu-level1 .icon {
  width: 0.16rem;
  height: 100%;
  display: none;
  overflow: hidden;
  background: url(/Img/images/icon_show.png) no-repeat center center;
  background-size: 0.16rem auto;
  position: absolute;
  right: 0.22rem;
  top: 0;
  z-index: 20;
}
.ph-nav-list .subnav-list {
  width: 100%;
  display: none;
  overflow: hidden;
  padding: 0.15rem 0.34rem 0.1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.ph-nav-list .subnav-list li {
  width: 100%;
  overflow: hidden;
}
.ph-nav-list .subnav-list a {
  font-size: 0.16rem;
  line-height: 0.5rem;
  color: #4c4c4c;
  float: left;
}
.pop-sch-box {
  width: 100%;
  height: 100%;
  display: none;
  background: #ebebeb;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
  padding: 5.25em 0;
}
.pop-sch-box .sm-global-inner {
  padding-top: 20.2vh;
}
.pop-sch-box .sch-inpt {
  width: 100%;
  padding: 1.3em 3em 1.3em 0;
  position: relative;
  border-bottom: solid 1px #003b8f;
}
.pop-sch-box input {
  width: 100%;
  height: 1.33em;
  display: block;
  font-size: 1.5em;
  line-height: 1.33em;
  color: #333;
  border: none;
  background: transparent;
}
.pop-sch-box .btn-sch {
  width: 1.75em;
  height: 1.75em;
  display: block;
  background: url(/Img/images/btn_sch3.png) no-repeat center center;
  background-size: 1.25em auto;
  position: absolute;
  right: 0.9em;
  top: 50%;
  margin-top: -0.875em;
  z-index: 10;
}
.pop-sch-box .sch-tips {
  font-size: 0.7em;
  line-height: 2.286em;
  color: #333;
}
@media screen and (max-width: 991px) {
  .pop-sch-box {
    padding: 5.125em 0;
  }
  .pop-sch-box .sm-global-inner {
    padding-top: 0.45rem;
  }
}
/**** footer ****/
.footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.foot-tp {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding: 2.5em 0;
}
.foot-nav {
  float: left;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin: 0 -20px;
  overflow: hidden;
}
.foot-nav li {
  float: left;
  padding: 10px 20px;
}
.foot-nav li:hover a:after {
  width: 100%;
}
.foot-nav a {
  color: #333;
  display: block;
  position: relative;
}
.foot-nav a:after {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background: #333;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  position: absolute;
  left: 0;
  bottom: 0;
}
.foot-tel {
  float: right;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding: 10px 0;
  font-weight: bold;
}
.foot-tel .en {
  color: #666;
  font-size: 24px;
  padding-left: 10px;
  border-left: solid 1px #b3b3b3;
  margin-left: 10px;
}
.foot-bt {
  width: 100%;
  overflow: hidden;
  background: #333;
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}
.foot-bt a {
  color: #999;
}
.foot-bt a:hover {
  text-decoration: underline;
}
.foot-copy {
  display: block;
  float: left;
}
.foot-support {
  height: 20px;
  position: relative;
  overflow: hidden;
  float: right;
}
.foot-support .title {
  float: left;
}
.foot-jszc {
  float: left;
  width: auto;
}
.foot-jszc li {
  text-align: right;
  white-space: nowrap;
}
.foot-tecn {
  display: block;
  margin-top: 0.1rem;
}
@media screen and (max-width: 991px) {
  .foot-tp {
    text-align: center;
    padding: 0;
  }
  .foot-tp .global-inner {
    padding: 0;
  }
  .foot-nav {
    float: none;
    margin: 0;
    padding: 0.1rem 0.16rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .foot-nav li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0.1rem 0.2rem;
  }
  .foot-tel {
    float: none;
    padding: 0.14rem 0.16rem;
    background: url(/Img/images/foot_line.png) repeat-x left top;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .foot-tel .en {
    font-size: 0.2rem;
  }
  .foot-bt {
    padding: 0.24rem 0 0.28rem;
    text-align: center;
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
  .foot-copy {
    float: none;
  }
  .foot-copy a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .foot-nav li {
    min-width: 33.3333%;
    float: left;
  }
  .foot-nav li:nth-child(3n+1) {
    text-align: left;
  }
  .foot-nav li:nth-child(3n+3) {
    text-align: right;
  }
}
/**** main-box ***/
.main-box {
  width: 100%;
  min-height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.inside-nav-level2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5em;
}
.inside-nav-level2 li {
  float: left;
  position: relative;
  margin: 0 2em 0 0;
  padding-bottom: 2px;
}
.inside-nav-level2 li:last-child{
  margin-right: 0;
}
.inside-nav-level2 li:hover:after {
  width: 100%;
}
.inside-nav-level2 li.active:after {
  width: 100%;
}
.inside-nav-level2 li.active a {
  color: #003b8f;
}
.inside-nav-level2 li:after {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  background: #003b8f;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.inside-nav-level2 a {
  font-size: 1.2em;
  line-height: 1.75em;
  color: #666;
  display: block;
}
@media screen and (max-width: 767px){
  .inside-nav-level2 li {
    margin-right: 1.2em;
  }
  .inside-nav-level2 a {
    font-size: 0.16rem;
  }
}
/*******/
.global-page-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  color: #999;
  margin-top: 2.78em;
}
.global-page-box a {
  min-width: 2.78em;
  color: #999;
  display: inline-block;
  vertical-align: top;
  border: solid 1px #d2d2d2;
  margin: 0 0.39em;
  padding: 0 0.8em;
}
.global-page-box a.active {
  background: #2fa0e0;
  border-color: #2fa0e0;
  color: #fff;
}
.global-page-box .page-prev,
.global-page-box .page-next {
  width: 5.56em;
  background: #2fa0e0;
  border-color: #2fa0e0;
  color: #fff;
}
.global-page-box .page-num a:hover {
  color: #003b8f;
}
.global-page-box .page-num a.active:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .global-page-box {
    font-size: 0.18rem;
    line-height: 0.34rem;
  }
}
.btn-hover {
  position: relative;
  overflow: hidden;
  z-index: 20;
}
.btn-hover:after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: ease .65s;
  z-index: -1;
  opacity: 0;
}
.btn-hover:hover {
  color: #fff;
}
.btn-hover:hover:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.global-return,
.btn-blue {
  width: 8.571em;
  font-size: 14px;
  line-height: 2.714em;
  color: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: #2fa0e0;
  border: solid 1px #2fa0e0;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
}
.global-return:hover,
.btn-blue:hover {
  color: #2fa0e0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .global-return,
  .btn-blue {
    font-size: 0.14rem;
  }
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/**** form ***/
.form-group {
  padding: 5px 0;
}
.form-group.has-error {
  padding-bottom: 0;
}
.frm-vcode-box {
  width: 100%;
  display: table;
  position: relative;
  overflow: hidden;
}
.frm-vcode-box .vcode-box {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.frm-vcode-box .form-control {
  float: none;
  width: 100%;
}
.frm-vcode-box .vcode-imgs {
  width: 6em;
  height: 40px;
  display: block;
  float: right;
  position: relative;
  overflow: hidden;
  margin-left: 1.1em;
}
.frm-vcode-box .vcode-imgs img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}
.frm-btn-group {
  margin-top: 20px;
}
.frm-btn-group .btn-submit {
  width: 120px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: #2fa0e0;
  margin: 0 auto;
}
.email-vcode-box {
  width: 100%;
  padding-right: 6.5em;
  position: relative;
}
.email-vcode-box .vcode-send {
  width: 6em;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 40px;
  background: #2fa0e0;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.email-vcode-box .vcode-send a {
  display: block;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .email-vcode-box .vcode-send a {
    font-size: 0.14rem;
  }
}
