
/* 业务名： 1CA登录-弹窗-公共样式抽取
  创建人： 品创-李文龙
  创建时间： 2022/3/10 */

/* flex布局  兼容 */
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1603419389701'); /* IE9 */
  src: url('iconfont.eot?t=1603419389701#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAASAAAsAAAAACNwAAAQyAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDFAqFJIRHATYCJAMQCwoABCAFhG0HQRuqB8gOJZGQwMDgAWZlPPS/xu/OvvkmmswQ90TKEMmkRAlETtcS9n/e079ZOsB5msRqQtJ2Sk+awekAPkGfcPsE/HG41+Z5Ac1njeWw5rCNYRTHAQU29vAu4D4ofoPldU0KA/jjZgKtJjlBLsQksUFFYr0C8VkkKAKVilEO4EKzprFjYiLICChqrnoVzgFfk7+P/zxCBVQaCrCBdz5Fl0LYb4PnNijzn5EbIUC0nR36NArWgSTedDqfQbPkOlSry8qyCTTK0ur3wHOb/zVbChIj1xRd/x+vUohGYMp2YLdShd8Gkkrw25BKxW8bowJ0qpuR/gkQ68D2nxFSOXBX11DVsLJqnJw1uMbmTM6sXW/ETeMGEzZTU1Yhlz2xdv1mY54MC8/s3WzOu8Kd22E7PWl4/TpHLudNb2iUcaOEdPN6AzZ4qmwtCPv7vLhThBlDzjU2vm8js5iJ6fWHHPljnnmFTMaVywevc65dyxYq9hbnyGT8/VekV/svM5dQ+W/e9aeca0/Ysmc5UjBk7bQ3bJFuttFwnJ6fW19uAC6o/IYYGyNGX601tXaGmV1nrGk3MTO7ad0G41CFhgO5zW4ZsYHB61I2HenL852MdEwysZw1jah5s6TtmKnlNG0oMTaddiH3KVmZLks1i3F1bisWDGd6Tr9wih81dBv5wY+WvGnrB86LHhpNN+6H0O8+7vzEMAGxxaL05BxZEeuSYWy1wlX56hcXq2WygmeW86Et179b1g9hm8S5isWHLaMtN4uECWEuXEaa0K06uwZWAy97gBTe9MKDxkgysvJhs+7DpsiqSPJhY/d4PFJQALFiXxcReZyhQ2LjosLCWK2dPbxeztwDTN6cxm6yeFEV66byqWPegIz4bVnQ3rZEp25Jnc6eo9MEHzo/9QiEnt4BqBopB9i5qapst5jrSZ+x2Zlz1vRszs69E5pDIVD/JotCe5b+kInq/iO72blS31igHfRVpY0F8Otg3t/EX/+umWnZDIBm1Z1S+SP0iQ4g/ko9CTNmOuH6d5Ynqoya6m5JuIW8lUeogXl73aPqgcnZhGYDBVSaTEDRbB6Z2HVo0GYLGjU7hVZrYqe36UNBRaoCqzoJhG47oNLpBxTdziMTexcaDHoLjboDhVaPQn/BNoshUouk8CIaL8WK6zFRCVlFCAutluZm4ILqiiKqLEkIXJySiCKYu4tbPROLV+HUFkMkNQIPmiYwgiIrsRiyHV5RQWJiiizDS2gXIU2LA1xdia43uZSQlaDmPAquCA1XClOsHkakBKkKEdWmqTV+nwEnUK1CEWqgrMvJhaNIiBrHuHPhNgEZq6yaVPYq10jUEPBAoxEwBAqpEiaG2HEVPEnCiLvblcGVoLkQLoiLBXCllYipSpfj1ZV3uA5asWEZCgiKsBBFKB/rcRU5wpkU41VKkloRXSIEAAAA') format('woff2'),
  url('iconfont.woff?t=1603419389701') format('woff'),
  url('iconfont.ttf?t=1603419389701') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1603419389701#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e714";
}

.icon-eye-open:before {
  content: "\e715";
}

.icon-switch:before {
  content: "\e726";
}

.swiper-container {
  width: 100%;
  height: 560px;
}

.swiper-container .swiper-slide {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.swiper-slide1 {
  background-image: url(../img/banner1.png);
}

.swiper-slide2 {
  background-image: url(../img/banner2.png);
}

.swiper-slide3 {
  background-image: url(../img/banner3.png);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 1) !important;
  margin: 0 15px !important;
  position: relative;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
}

.swiper-pagination {
  bottom: 115px !important;
}


.swper-footer{
  position: relative;
  z-index: 2;
  margin-top: -100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
}
.wraper{
  display: flex;
  justify-content: center;
}
.footer-list {
  width: 304px;
  height: 80px;
  padding: 20px 20px 0 20px;
  position: relative;
}
.line {
  width: 1px;
  height: 80px;
  position: absolute;
  right: 0;
  top: calc(50% - 80px / 2);
  background: rgba(255, 255, 255, 0.2);
}
h3 {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
}
.iconfonts {
  width: 25px;
  height: 20px;
  color: #fff;
}
p {
  font-size: 14px;
  width: 230px;
  margin-top: 5px;
  margin-left: 30px;
  color: #ffffff;
  text-align: left;
}
.footer-list:hover {
  background: #003c98;
}
html {
  font-size: 12px;
}
body {
  margin : 0;
  padding: 0;
}
html,
body,
div,
form,
object,
iframe,
p,
table,
th,
td,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
span,
em,
s,
b,
u,
a,
img,
select,
header,
footer,
nav,
menu,
article,
aside,
main,
section,
time {
  margin : 0;
  padding: 0
}
input,
select,
label,
img {
  vertical-align: middle
}
img {
  border: none
}
s,
a,
u {
  text-decoration: none
}
em,
i {
  font-style: normal
}
a,
ul,
li {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing : 0
}
.cle {
  zoom: 1
}
.cle:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.clear {
  zoom: 1
}
.clear:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.clearhidden {
  overflow: hidden;
  zoom    : 1;
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.none {
  display: none
}
.block {
  display: block
}
.inline-block {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body a {
  color: #333;
  text-decoration: none;
  outline: none;
}
.login {
  min-width: 1066px;
}
.nav {
  height: 80px;
  background: #fff;
}
.logo {
  text-align: left;
  flex: 1;
}
img {
  width: 116px;
}
.nav-right {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #D7DDE4;
}
.nav-right-tip {
  display: table;
}
.nav-right-tip .nav-right-text {
  cursor: pointer;
}
.nav ul {
  overflow: hidden;
}
.nav ul li {
  float: left;
  font-size: 16px;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.nav ul li .hover-span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: none;
}
.nav ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
  background: #1890ff !important;
  width: 100%;
  height: 100%;
  transition: all 150ms;
  transform: translate(0, 80px);
}
.nav ul li .hover a {
  color: #fff !important;
  height: 60px;
  display: inline-block;
}
.nav ul  li:hover .hover {
  transform: translate(0, 0);
  color: #fff !important;
}
.nav ul  li:hover .hover-span {
  display: inline-block;
}
.nav ul  li:hover a {
  transition: all 50ms;
  color: #ffffff;
}
.nav ul .active .hover {
  transform: translate(0, 0);
  color: #fff !important;
}
.nav ul .active a {
  transition: all 50ms ease-in 200ms;
  color: #ffffff;
}
.nav ul .active .hover-span {
  display: inline-block;
}
.iconfont {
  margin-right: 10px;
  font-size: 14px;
  color: #4CA1FF;
}
.c-middle {
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  max-width: 1260px;
  min-width: 1200px;
}

/* 免责声明 */
.msgBox{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.msgBox-box-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
}
.msgBox-box{
  position: relative;
  background: #fff;
  width: 700px;
  /* height: 670px; */
  border-radius: 5px;
  margin: 5% auto;
}
.msgBox-header{
  display: flex;
  align-items: center;
  margin-right: 1px;
  padding: 0 30px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  background: #f5f5f5;
  color: #333;
}
.msgBox-header-right{
  position: absolute;
  width: 20px;
  height: 18px;
  background: transparent;
  color: #333;
  right: 20px;
  top: 16px;
  text-align: center;
}
.msgBox-content {
  padding: 20px 30px 30px 30px;
}
.msgBox-content h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.msgBox-content .article-list {

}
.msgBox-content .article-list li {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.msgBox-content .btn-box {
  text-align: center;
  margin-top: 40px;
}
.msgBox-content .btn-box a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  border-color: #4CA1FF;
  background-color: #4CA1FF;
  border-radius: 4px;
  vertical-align: middle;
}
.msgBox-content .btn-box a:hover {
  border-color: #1890FF;
  background-color: #1890FF;
}
.business-box {
  height: 530px;
  background: rgba(245, 248, 252, 1);
}
.business-h3 {
  padding-top: 60px;
  line-height: 100%;
  font-size: 24px;
  text-align: center;
  color: #333 !important;
}
.subscriptLine {
  width: 40px;
  height: 4px;
  background: rgba(76, 161, 255, 1);
  border-radius: 1px;
  margin: 20px auto;
  margin-bottom: 35px;
}
.business-wraper {
  display: flex;
  justify-content: center;
}
.first {
  border-top: 6px solid #ff7474;
}
.first h4, .first p {
  transition: all 100ms ease-in 100ms;
}
.first:hover .bg{
  background: #ff7474;
}
.first:hover .business-p{
  color: #fff;
}
.first:hover .business-h4{
  color: #fff;
}
.first:hover .pic4 {
  background-position: -57px -43px !important;
}
.second {
  border-top: 6px solid #57b0ff;
}
.second h4, .second p {
  transition: all 100ms ease-in 100ms;
}
.second:hover .bg{
  background: #57b0ff;
}
.second:hover .business-p{
  color: #fff;
}
.second:hover .business-h4{
  color: #fff;
}
.second:hover .pic2 {
  background-position: 60px 0 !important;
}
.third {
  border-top: 6px solid #65df9a;
}
.third h4, .third p {
  transition: all 100ms ease-in 100ms;
}
.third:hover .bg{
  background: #65df9a;
}
.third:hover .business-p{
  color: #fff;
}
.third:hover .business-h4{
  color: #fff;
}
.third:hover .pic3 {
  background-position: 60px -166px !important;
}
.fourth {
  border-top: 6px solid #ffc458;
}
.fourth h4, .fourth p {
  transition: all 100ms ease-in 100ms;
}
.fourth:hover .bg{
  background: #ffc458;
}
.fourth:hover .business-p{
  color: #fff;
}
.fourth:hover .business-h4{
  color: #fff;
}
.fourth:hover .pic1 {
  background-position: 60px -115px !important;
}
.business-list:hover .bg{
  transform: translate(0, 0);
}
.business-list:hover .pic1{
  background-position: 56px -130px;
}
.business-list {
  position: relative;
  width: 260px;
  height: 320px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(234, 236, 239, 1);
  margin: 0 27px;
  overflow: hidden;
}
.business-list .content-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.business-list .content-list .pic {
  background: url("../img/login_list.png") repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: 122px;
  margin: auto;
  margin-top: 76px;
  transition-delay: 150ms;
}
.business-list .content-list .pic1 {
  background-position: 0 -115px;
}
.business-list .content-list .pic2 {
  background-position: 0 0;
}
.business-list .content-list .pic3 {
  background-position: 0 -166px;
}
.business-list .content-list .pic4 {
  background-position: -6px -43px;
  background-size: 100px;
  width: 40px;
}
.business-list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in 0ms;
  transform: translate(0, -320px);
}

.icon {
  width: 60px;
  height: 51px;
  margin-top: 76px;
}
.business-h4{
  font-size: 18px;
  margin-top: 20px;
  font-weight: inherit;
  text-align: center;
}
.supLine {
  width: 30px;
  height: 4px;
  background: rgba(237, 237, 237, 1);
  border-radius: 2px;
  margin: 20px auto;
  margin-bottom: 30px;
}
.business-p {
  font-size: 14px;
  color: #333;
  height: 14px;
  text-align: center;
}

.contact-bar {
  display: inline-block;
  width: 1320px;
}
.contact-bar .contact {
  position: fixed;
  right: 9.7%;
  bottom: 4.7%;
  width: 40px;
  height: 40px;
  background: url('../img/contact-bar.png') no-repeat;
  cursor: pointer;
  z-index: 100;
}
.contact-bar >div.complain {
  background-position: 0 -40px;
}
.contact-bar >div.opinion {
  background-position: 0 -80px;
}
.contact-bar >div.contact:hover {
  background-position: -41px 0;
}
.contact-bar >div.complain:hover {
  background-position: -41px -40px;
}
.contact-bar >div.opinion:hover {
  background-position: -41px -80px;
}

.advisory-box-list {
  display: flex;
  justify-content: center;
}
.advisory-boxs{
  border: 1px solid #ededed;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width:500px;
  height:389px;
}
.advisory-boxs:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: #eee;
}
.advisory-boxs:hover .thumb-pic{
  transform: scale(1.1);
}
.thumb-img {
  height: 160px;
  overflow: hidden;
}
.thumb-pic{
  height: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.6s;
}
.thumb-pic1{
  background-image: url(../img/infor-1.png);
}
.thumb-pic2{
  background-image: url(../img/infor-2.jpg);
}
.thumb-pic3{
  background-image: url(../img/infor-3.jpg);
}
.advisory-text{
  padding: 16px 20px;
  white-space: normal
}
.pubdate{
  font-size: 26px;
}
.pubdate-t{
  font-size: 16px;
  font-weight: 500;
}
.advisory-text-center{
  margin-top: 40px;
  text-align: center;
}
.more{
  display: inline-block;
  vertical-align: top;
  margin:8px 0 68px 0;
  min-width: 120px;
  height: 40px;
  font-size:14px;
  color: #4ca1ff;
  line-height: 40px;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
}
.more a {
  color: #4ca1ff;
}
.more:hover a {
  color: #1890ff;
}

.home-footer{
  background: #333333;
}
.footer-wraper-box {
  justify-content: space-between;
  display: flex;
  width: 1200px;
  height: 160px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f4f4f;
}
.box-item {
  width: auto;
  flex: initial;
}
.footer-h3{
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.footer-p{
  margin: 20px 0;
}
.footer-a{
  font-size: 12px;
  color: #999;
  text-decoration:none
}
.box-center {
  margin-right: 60px;
  padding: 0 60px;
  border-width: 1px;
  border-color: #4f4f4f;
  border-style: none solid none solid;
}
.footer-iconfont{
  font-size: 26px;
  color: #999;
}
.gray{
  color: #999;
}
.code-flex{
  display: flex;
}
.code-flex-text{
  font-size: 16px;
  width: 16px;
  height: 48px;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
}
.code-flex-images{
  width: 102px;
  height: 102px;
}
.code-flex-p{
  margin-left: 0px;
  margin-top: 10px;
  color: #999999;
}
.footer-footer {
  font-size: 12px;
  color: #999999;
  line-height: 58px;
  text-align: center;
}
.footer-span{
  display: inline-block;
  width: 130px;
}
.fontSize18{
  font-size: 18px;
}
.mt10{
  margin-top: 10px;
}
.login-input-item {
  display: inline-table;
  position: relative;
}

.h-input-group-append .h-btn:focus {
  border: 0px;
}

.login-box .h-input-group-append {
  cursor: pointer;
  border: 0 !important;
  border-radius: 0;
}

.h-input-group-append .h-btn {
  position: absolute;
  cursor: pointer;
  width: 35px;
  right: 2px;
  top: 3px;
  border-radius: 0;
  border: 0px solid #d7dde4;
  border-left: none;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: inherit;
}

.login-input-item .h-btn .iconfont {
  color: #333;
  font-size: 18px;
}

.login-box-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

.login-box {
  width: 330px;
  height: 400px;
  background: rgba(255, 255, 255, 1);
}

.login-h3 {
  font-size: 16px;
  font-weight: 600;
  height: 16px;
  margin: 18px 0 27px 0;
  text-align: center;
}

.login-form {
  margin: 0 20px;
}

.login-input {
  font-size: 14px !important;
  padding: 4px 8px;
  width: 280px;
  height: 30px;
  border: 1px solid #ededed;
  border-radius: 2px;
  margin-bottom: 20px;
  outline: none;
}

.login-code {
  width: 160px;
  height: 30px;
}

.captcha-code {
  margin-left: 15px;
  width: 105px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ededed;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: 2px;
  color: #4ca1ff;
  border-radius: 0px;
  text-align: center;
}

.mobile-code .mobile-code-but {
  margin-left: 20px;
  width: 100px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #ededed;
  font-size: 14px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: 2px;
  color: #4ca1ff;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  background: transparent;
}

.pro-message {
  font-size: 12px;
  color: #FF6663;
  margin-bottom: 10px;
  margin-top: -10px;
  height: 16px;
  line-height: 16px;
}

.login-btn {
  width: 300px;
  height: 40px;
  background: #4ca1ff;
  border: 0px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #ffffff !important;
  cursor: pointer;
}

.login-btn:hover {
  background: #1890FFFF !important;
}

.a-center {
  margin-top: 10px;
  display: flex;
}

.a-div {
  flex: 1;
  font-size: 14px;
  color: #1890FF;
}

.a-div a {
  color: #1890FF;
}

.a-div-center {
  text-align: center;
}

.a-div-last {
  text-align: end;
}

/*幻灯片优化修改*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d1d1d1
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background: #7b8190
}

.footer-list {
  width: 264px;
}


#weixinBind {
  top: 13%;
}

#weixinBind .msgBox-box {
  width: 490px;
}

#weixinBind .box-foot .box-foot-btn {
  width: 90px;
  height: 35px;
  margin-right: 20px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #367FD6;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  border-radius: 4px;
  vertical-align: middle;
}

#weixinBind .login-form {
  margin: 0 1px
}

#weixinBind .login-input {
  width: 385px;
}

#weixinBind .form-box--disInput {
  width: 419px;
  height: 40px;
  background: #ededed;
  line-height: 40px;
  padding-left: 9px;
  margin-bottom: 20px;
}

#weixinBind .login-code {
  width: 260px;
  /* border-left: 1px solid #ededed; */
}







/*iconfont-login.css*/

@font-face {font-family: "iconfont";
  src: url('iconfont.eot?t=1603419389701'); /* IE9 */
  src: url('iconfont.eot?t=1603419389701#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAASAAAsAAAAACNwAAAQyAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDFAqFJIRHATYCJAMQCwoABCAFhG0HQRuqB8gOJZGQwMDgAWZlPPS/xu/OvvkmmswQ90TKEMmkRAlETtcS9n/e079ZOsB5msRqQtJ2Sk+awekAPkGfcPsE/HG41+Z5Ac1njeWw5rCNYRTHAQU29vAu4D4ofoPldU0KA/jjZgKtJjlBLsQksUFFYr0C8VkkKAKVilEO4EKzprFjYiLICChqrnoVzgFfk7+P/zxCBVQaCrCBdz5Fl0LYb4PnNijzn5EbIUC0nR36NArWgSTedDqfQbPkOlSry8qyCTTK0ur3wHOb/zVbChIj1xRd/x+vUohGYMp2YLdShd8Gkkrw25BKxW8bowJ0qpuR/gkQ68D2nxFSOXBX11DVsLJqnJw1uMbmTM6sXW/ETeMGEzZTU1Yhlz2xdv1mY54MC8/s3WzOu8Kd22E7PWl4/TpHLudNb2iUcaOEdPN6AzZ4qmwtCPv7vLhThBlDzjU2vm8js5iJ6fWHHPljnnmFTMaVywevc65dyxYq9hbnyGT8/VekV/svM5dQ+W/e9aeca0/Ysmc5UjBk7bQ3bJFuttFwnJ6fW19uAC6o/IYYGyNGX601tXaGmV1nrGk3MTO7ad0G41CFhgO5zW4ZsYHB61I2HenL852MdEwysZw1jah5s6TtmKnlNG0oMTaddiH3KVmZLks1i3F1bisWDGd6Tr9wih81dBv5wY+WvGnrB86LHhpNN+6H0O8+7vzEMAGxxaL05BxZEeuSYWy1wlX56hcXq2WygmeW86Et179b1g9hm8S5isWHLaMtN4uECWEuXEaa0K06uwZWAy97gBTe9MKDxkgysvJhs+7DpsiqSPJhY/d4PFJQALFiXxcReZyhQ2LjosLCWK2dPbxeztwDTN6cxm6yeFEV66byqWPegIz4bVnQ3rZEp25Jnc6eo9MEHzo/9QiEnt4BqBopB9i5qapst5jrSZ+x2Zlz1vRszs69E5pDIVD/JotCe5b+kInq/iO72blS31igHfRVpY0F8Otg3t/EX/+umWnZDIBm1Z1S+SP0iQ4g/ko9CTNmOuH6d5Ynqoya6m5JuIW8lUeogXl73aPqgcnZhGYDBVSaTEDRbB6Z2HVo0GYLGjU7hVZrYqe36UNBRaoCqzoJhG47oNLpBxTdziMTexcaDHoLjboDhVaPQn/BNoshUouk8CIaL8WK6zFRCVlFCAutluZm4ILqiiKqLEkIXJySiCKYu4tbPROLV+HUFkMkNQIPmiYwgiIrsRiyHV5RQWJiiizDS2gXIU2LA1xdia43uZSQlaDmPAquCA1XClOsHkakBKkKEdWmqTV+nwEnUK1CEWqgrMvJhaNIiBrHuHPhNgEZq6yaVPYq10jUEPBAoxEwBAqpEiaG2HEVPEnCiLvblcGVoLkQLoiLBXCllYipSpfj1ZV3uA5asWEZCgiKsBBFKB/rcRU5wpkU41VKkloRXSIEAAAA') format('woff2'),
  url('iconfont.woff?t=1603419389701') format('woff'),
  url('iconfont.ttf?t=1603419389701') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('iconfont.svg?t=1603419389701#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e714";
}

.icon-eye-open:before {
  content: "\e715";
}

.icon-switch:before {
  content: "\e726";
}


/* swiper.css*/

.swiper-container {
  width: 100%;
  height: 560px;
}

.swiper-container .swiper-slide {
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.swiper-slide1 {
  background-image: url(../img/banner1.png);
}

.swiper-slide2 {
  background-image: url(../img/banner2.png);
}

.swiper-slide3 {
  background-image: url(../img/banner3.png);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  border-radius: 0;
  background: rgba(255, 255, 255, 1) !important;
  margin: 0 15px !important;
  position: relative;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1) !important;
}

.swiper-pagination {
  bottom: 115px !important;
}
.swper-footer{
  position: relative;
  z-index: 2;
  margin-top: -100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.3);
}
.wraper{
  display: flex;
  justify-content: center;
}
.footer-list {
  width: 304px;
  height: 80px;
  padding: 20px 20px 0 20px;
  position: relative;
}
.line {
  width: 1px;
  height: 80px;
  position: absolute;
  right: 0;
  top: calc(50% - 80px / 2);
  background: rgba(255, 255, 255, 0.2);
}
h3 {
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
}
.iconfonts {
  width: 25px;
  height: 20px;
  color: #fff;
}
p {
  font-size: 14px;
  width: 230px;
  margin-top: 5px;
  margin-left: 30px;
  color: #ffffff;
  text-align: left;
}
.footer-list:hover {
  background: #003c98;
}
html {
  font-size: 12px;
}
body {
  margin : 0;
  padding: 0;
}
html,
body,
div,
form,
object,
iframe,
p,
table,
th,
td,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
span,
em,
s,
b,
u,
a,
img,
select,
header,
footer,
nav,
menu,
article,
aside,
main,
section,
time {
  margin : 0;
  padding: 0
}
input,
select,
label,
img {
  vertical-align: middle
}
img {
  border: none
}
s,
a,
u {
  text-decoration: none
}
em,
i {
  font-style: normal
}
a,
ul,
li {
  list-style: none
}
table {
  border-collapse: collapse;
  border-spacing : 0
}
.cle {
  zoom: 1
}
.cle:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.clear {
  zoom: 1
}
.clear:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.clearhidden {
  overflow: hidden;
  zoom    : 1;
}
.clearfix {
  zoom: 1
}
.clearfix:after {
  clear      : both;
  overflow   : hidden;
  height     : 0px;
  font-size  : 0;
  line-height: 0;
  content    : ".";
  display    : table;
  width      : 100%
}
.none {
  display: none
}
.block {
  display: block
}
.inline-block {
  display: inline-block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body a {
  color: #333;
  text-decoration: none;
  outline: none;
}
.login {
  min-width: 1066px;
}
.nav {
  height: 80px;
  background: #fff;
}
.logo {
  text-align: left;
  flex: 1;
}
img {
  width: 116px;
}
.nav-right {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #D7DDE4;
}
.nav-right-tip {
  display: table;
}
.nav-right-tip .nav-right-text {
  cursor: pointer;
}
.nav ul {
  overflow: hidden;
}
.nav ul li {
  float: left;
  font-size: 16px;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.nav ul li .hover-span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: none;
}
.nav ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
  background: #1890ff !important;
  width: 100%;
  height: 100%;
  transition: all 150ms;
  transform: translate(0, 80px);
}
.nav ul li .hover a {
  color: #fff !important;
  height: 60px;
  display: inline-block;
}
.nav ul  li:hover .hover {
  transform: translate(0, 0);
  color: #fff !important;
}
.nav ul  li:hover .hover-span {
  display: inline-block;
}
.nav ul  li:hover a {
  transition: all 50ms;
  color: #ffffff;
}
.nav ul .active .hover {
  transform: translate(0, 0);
  color: #fff !important;
}
.nav ul .active a {
  transition: all 50ms ease-in 200ms;
  color: #ffffff;
}
.nav ul .active .hover-span {
  display: inline-block;
}
.iconfont {
  margin-right: 10px;
  font-size: 14px;
  color: #4CA1FF;
}
.c-middle {
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  max-width: 1260px;
  min-width: 1200px;
}

/* 免责声明 */
.msgBox{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.msgBox-box-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
}
.msgBox-box{
  position: relative;
  background: #fff;
  width: 700px;
  /* height: 670px; */
  border-radius: 5px;
  margin: 5% auto;
}
.msgBox-header{
    display: flex;
    align-items: center;
    margin-right: 1px;
    padding: 0 30px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    background: #f5f5f5;
    color: #333;
}
.msgBox-header-right{
  position: absolute;
  width: 20px;
  height: 18px;
  background: transparent;
  color: #333;
  right: 20px;
  top: 16px;
  text-align: center;
}
.msgBox-content {
  padding: 20px 30px 30px 30px;
}
.msgBox-content h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.msgBox-content .article-list {

}
.msgBox-content .article-list li {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.msgBox-content .btn-box {
  text-align: center;
  margin-top: 40px;
}
.msgBox-content .btn-box a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  border-color: #4CA1FF;
  background-color: #4CA1FF;
  border-radius: 4px;
  vertical-align: middle;
}
.msgBox-content .btn-box a:hover {
  border-color: #1890FF;
  background-color: #1890FF;
}
.business-box {
  height: 530px;
  background: rgba(245, 248, 252, 1);
}
.business-h3 {
  padding-top: 60px;
  line-height: 100%;
  font-size: 24px;
  text-align: center;
  color: #333 !important;
}
.subscriptLine {
  width: 40px;
  height: 4px;
  background: rgba(76, 161, 255, 1);
  border-radius: 1px;
  margin: 20px auto;
  margin-bottom: 35px;
}
.business-wraper {
  display: flex;
  justify-content: center;
}
.first {
  border-top: 6px solid #ff7474;
}
.first h4, .first p {
  transition: all 100ms ease-in 100ms;
}
.first:hover .bg{
  background: #ff7474;
}
.first:hover .business-p{
  color: #fff;
}
.first:hover .business-h4{
  color: #fff;
}
.first:hover .pic4 {
  background-position: -57px -43px !important;
}
.second {
  border-top: 6px solid #57b0ff;
}
.second h4, .second p {
  transition: all 100ms ease-in 100ms;
}
.second:hover .bg{
  background: #57b0ff;
}
.second:hover .business-p{
  color: #fff;
}
.second:hover .business-h4{
  color: #fff;
}
.second:hover .pic2 {
  background-position: 60px 0 !important;
}
.third {
  border-top: 6px solid #65df9a;
}
.third h4, .third p {
  transition: all 100ms ease-in 100ms;
}
.third:hover .bg{
  background: #65df9a;
}
.third:hover .business-p{
  color: #fff;
}
.third:hover .business-h4{
  color: #fff;
}
.third:hover .pic3 {
  background-position: 60px -166px !important;
}
.fourth {
  border-top: 6px solid #ffc458;
}
.fourth h4, .fourth p {
  transition: all 100ms ease-in 100ms;
}
.fourth:hover .bg{
  background: #ffc458;
}
.fourth:hover .business-p{
  color: #fff;
}
.fourth:hover .business-h4{
  color: #fff;
}
.fourth:hover .pic1 {
  background-position: 60px -115px !important;
}
.business-list:hover .bg{
  transform: translate(0, 0);
}
.business-list:hover .pic1{
  background-position: 56px -130px;
}
.business-list {
  position: relative;
  width: 260px;
  height: 320px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(234, 236, 239, 1);
  margin: 0 27px;
  overflow: hidden;
}
.business-list .content-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.business-list .content-list .pic {
  background: url("../img/login_list.png") repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: 122px;
  margin: auto;
  margin-top: 76px;
  transition-delay: 150ms;
}
.business-list .content-list .pic1 {
  background-position: 0 -115px;
}
.business-list .content-list .pic2 {
  background-position: 0 0;
}
.business-list .content-list .pic3 {
  background-position: 0 -166px;
}
.business-list .content-list .pic4 {
  background-position: -6px -43px;
  background-size: 100px;
  width: 40px;
}
.business-list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in 0ms;
  transform: translate(0, -320px);
}

.icon {
  width: 60px;
  height: 51px;
  margin-top: 76px;
}
.business-h4{
  font-size: 18px;
  margin-top: 20px;
  font-weight: inherit;
  text-align: center;
}
.supLine {
  width: 30px;
  height: 4px;
  background: rgba(237, 237, 237, 1);
  border-radius: 2px;
  margin: 20px auto;
  margin-bottom: 30px;
}
.business-p {
  font-size: 14px;
  color: #333;
  height: 14px;
  text-align: center;
}

.contact-bar {
  display: inline-block;
  width: 1320px;
}
.contact-bar .contact {
  position: fixed;
  right: 9.7%;
  bottom: 4.7%;
  width: 40px;
  height: 40px;
  background: url('../img/contact-bar.png') no-repeat;
  cursor: pointer;
  z-index: 100;
}
.contact-bar >div.complain {
  background-position: 0 -40px;
}
.contact-bar >div.opinion {
  background-position: 0 -80px;
}
.contact-bar >div.contact:hover {
  background-position: -41px 0;
}
.contact-bar >div.complain:hover {
  background-position: -41px -40px;
}
.contact-bar >div.opinion:hover {
  background-position: -41px -80px;
}

.advisory-box-list {
  display: flex;
  justify-content: center;
}
.advisory-boxs{
  border: 1px solid #ededed;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width:500px;
  height:389px;
}
.advisory-boxs:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: #eee;
}
.advisory-boxs:hover .thumb-pic{
  transform: scale(1.1);
}
.thumb-img {
  height: 160px;
  overflow: hidden;
}
.thumb-pic{
  height: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.6s;
}
.thumb-pic1{
  background-image: url(../img/infor-1.png);
}
.thumb-pic2{
  background-image: url(../img/infor-2.jpg);
}
.thumb-pic3{
  background-image: url(../img/infor-3.jpg);
}
.advisory-text{
  padding: 16px 20px;
  white-space: normal
}
.pubdate{
  font-size: 26px;
}
.pubdate-t{
  font-size: 16px;
  font-weight: 500;
}
.advisory-text-center{
  margin-top: 40px;
  text-align: center;
}
.more{
  display: inline-block;
  vertical-align: top;
  margin:8px 0 68px 0;
  min-width: 120px;
  height: 40px;
  font-size:14px;
  color: #4ca1ff;
  line-height: 40px;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
}
.more a {
  color: #4ca1ff;
}
.more:hover a {
  color: #1890ff;
}

.home-footer{
  background: #333333;
}
.footer-wraper-box {
  justify-content: space-between;
  display: flex;
  width: 1200px;
  height: 160px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f4f4f;
}
.box-item {
  width: auto;
  flex: initial;
}
.footer-h3{
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.footer-p{
  margin: 20px 0;
}
.footer-a{
  font-size: 12px;
  color: #999;
  text-decoration:none
}
.box-center {
  margin-right: 60px;
  padding: 0 60px;
  border-width: 1px;
  border-color: #4f4f4f;
  border-style: none solid none solid;
}
.footer-iconfont{
  font-size: 26px;
  color: #999;
}
.gray{
  color: #999;
}
.code-flex{
  display: flex;
}
.code-flex-text{
  font-size: 16px;
  width: 16px;
  height: 48px;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
}
.code-flex-images{
  width: 102px;
  height: 102px;
}
.code-flex-p{
  margin-left: 0px;
  margin-top: 10px;
  color: #999999;
}
.footer-footer {
  font-size: 12px;
  color: #999999;
  line-height: 58px;
  text-align: center;
}
.footer-span{
  display: inline-block;
  width: 130px;
}
.fontSize18{
  font-size: 18px;
}
.mt10{
  margin-top: 10px;
}
.login-input-item {
  display: inline-table;
  position: relative;
}

.h-input-group-append .h-btn:focus {
  border: 0px;
}

.login-box .h-input-group-append {
  cursor: pointer;
  border: 0 !important;
  border-radius: 0;
}

.h-input-group-append .h-btn {
  position: absolute;
  cursor: pointer;
  width: 35px;
  right: 2px;
  top: 3px;
  border-radius: 0;
  border: 0px solid #d7dde4;
  border-left: none;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: inherit;
}

.login-input-item .h-btn .iconfont {
  color: #333;
  font-size: 18px;
}

.login-box-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

.login-box {
  width: 330px;
  height: 400px;
  background: rgba(255, 255, 255, 1);
}

.login-h3 {
  font-size: 16px;
  font-weight: 600;
  height: 16px;
  margin: 18px 0 27px 0;
  text-align: center;
}

.login-form {
  margin: 0 20px;
}

.login-input {
  font-size: 14px !important;
  padding: 4px 8px;
  width: 280px;
  height: 30px;
  border: 1px solid #ededed;
  border-radius: 2px;
  margin-bottom: 20px;
  outline: none;
}

.login-code {
  width: 160px;
  height: 30px;
}

.captcha-code {
  margin-left: 15px;
  width: 105px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ededed;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: 2px;
  color: #4ca1ff;
  border-radius: 0px;
  text-align: center;
}

.mobile-code .mobile-code-but {
  margin-left: 20px;
  width: 100px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #ededed;
  font-size: 14px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: 2px;
  color: #4ca1ff;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  background: transparent;
}

.pro-message {
  font-size: 12px;
  color: #FF6663;
  margin-bottom: 10px;
  margin-top: -10px;
  height: 16px;
  line-height: 16px;
}

.login-btn {
  width: 300px;
  height: 40px;
  background: #4ca1ff;
  border: 0px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #ffffff !important;
  cursor: pointer;
}

.login-btn:hover {
  background: #1890FFFF !important;
}

.a-center {
  margin-top: 10px;
  display: flex;
}

.a-div {
  flex: 1;
  font-size: 14px;
  color: #1890FF;
}

.a-div a {
  color: #1890FF;
}

.a-div-center {
  text-align: center;
}

.a-div-last {
  text-align: end;
}

/*幻灯片优化修改*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d1d1d1
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background: #7b8190
}

.footer-list {
  width: 264px;
}


#weixinBind {
  top: 13%;
}

#weixinBind .msgBox-box {
  width: 490px;
}

#weixinBind .box-foot .box-foot-btn {
  width: 90px;
  height: 35px;
  margin-right: 20px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #367FD6;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  border-radius: 4px;
  vertical-align: middle;
}

#weixinBind .login-form {
  margin: 0 1px
}

#weixinBind .login-input {
  width: 385px;
}

#weixinBind .form-box--disInput {
  width: 419px;
  height: 40px;
  background: #ededed;
  line-height: 40px;
  padding-left: 9px;
  margin-bottom: 20px;
}

#weixinBind .login-code {
  width: 260px;
  /* border-left: 1px solid #ededed; */
}


.login {
  min-width: 1066px;
}
.nav {
  height: 80px;
  background: #fff;
}
.logo {
  text-align: left;
  flex: 1;
}
img {
  width: 116px;
}
.nav-right {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #D7DDE4;
}
.nav-right-tip {
  display: table;
}
.nav-right-tip .nav-right-text {
  cursor: pointer;
}
.nav ul {
  overflow: hidden;
}
.nav ul li {
  float: left;
  font-size: 16px;
  line-height: 80px;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.nav ul li .hover-span {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  display: none;
}
.nav ul li .hover {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
  background: #1890ff !important;
  width: 100%;
  height: 100%;
  transition: all 150ms;
  transform: translate(0, 80px);
}
.nav ul li .hover a {
  color: #fff !important;
  height: 60px;
  display: inline-block;
}
.nav ul  li:hover .hover {
  transform: translate(0, 0);
  color: #fff !important;
}
.nav ul  li:hover .hover-span {
  display: inline-block;
}
.nav ul  li:hover a {
  transition: all 50ms;
  color: #ffffff;
}
.nav ul .active .hover {
  transform: translate(0, 0);
  color: #fff !important;
}
.nav ul .active a {
  transition: all 50ms ease-in 200ms;
  color: #ffffff;
}
.nav ul .active .hover-span {
  display: inline-block;
}
.iconfont {
  margin-right: 10px;
  font-size: 14px;
  color: #4CA1FF;
}
.c-middle {
  display: flex;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  max-width: 1260px;
  min-width: 1200px;
}

/* 免责声明 */
.msgBox{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.msgBox-box-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.6);
  height: 100%;
}
.msgBox-box{
  position: relative;
  background: #fff;
  width: 700px;
  /* height: 670px; */
  border-radius: 5px;
  margin: 5% auto;
}
.msgBox-header{
  display: flex;
  align-items: center;
  margin-right: 1px;
  padding: 0 30px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  background: #f5f5f5;
  color: #333;
}
.msgBox-header-right{
  position: absolute;
  width: 20px;
  height: 18px;
  background: transparent;
  color: #333;
  right: 20px;
  top: 16px;
  text-align: center;
}
.msgBox-content {
  padding: 20px 30px 30px 30px;
}
.msgBox-content h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.msgBox-content .article-list {

}
.msgBox-content .article-list li {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.msgBox-content .btn-box {
  text-align: center;
  margin-top: 40px;
}
.msgBox-content .btn-box a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  border-color: #4CA1FF;
  background-color: #4CA1FF;
  border-radius: 4px;
  vertical-align: middle;
}
.msgBox-content .btn-box a:hover {
  border-color: #1890FF;
  background-color: #1890FF;
}

.business-box {
  height: 530px;
  background: rgba(245, 248, 252, 1);
}
.business-h3 {
  padding-top: 60px;
  line-height: 100%;
  font-size: 24px;
  text-align: center;
  color: #333 !important;
}
.subscriptLine {
  width: 40px;
  height: 4px;
  background: rgba(76, 161, 255, 1);
  border-radius: 1px;
  margin: 20px auto;
  margin-bottom: 35px;
}
.business-wraper {
  display: flex;
  justify-content: center;
}
.first {
  border-top: 6px solid #ff7474;
}
.first h4, .first p {
  transition: all 100ms ease-in 100ms;
}
.first:hover .bg{
  background: #ff7474;
}
.first:hover .business-p{
  color: #fff;
}
.first:hover .business-h4{
  color: #fff;
}
.first:hover .pic4 {
  background-position: -57px -43px !important;
}
.second {
  border-top: 6px solid #57b0ff;
}
.second h4, .second p {
  transition: all 100ms ease-in 100ms;
}
.second:hover .bg{
  background: #57b0ff;
}
.second:hover .business-p{
  color: #fff;
}
.second:hover .business-h4{
  color: #fff;
}
.second:hover .pic2 {
  background-position: 60px 0 !important;
}
.third {
  border-top: 6px solid #65df9a;
}
.third h4, .third p {
  transition: all 100ms ease-in 100ms;
}
.third:hover .bg{
  background: #65df9a;
}
.third:hover .business-p{
  color: #fff;
}
.third:hover .business-h4{
  color: #fff;
}
.third:hover .pic3 {
  background-position: 60px -166px !important;
}
.fourth {
  border-top: 6px solid #ffc458;
}
.fourth h4, .fourth p {
  transition: all 100ms ease-in 100ms;
}
.fourth:hover .bg{
  background: #ffc458;
}
.fourth:hover .business-p{
  color: #fff;
}
.fourth:hover .business-h4{
  color: #fff;
}
.fourth:hover .pic1 {
  background-position: 60px -115px !important;
}
.business-list:hover .bg{
  transform: translate(0, 0);
}
.business-list:hover .pic1{
  background-position: 56px -130px;
}
.business-list {
  position: relative;
  width: 260px;
  height: 320px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 16px 0px rgba(234, 236, 239, 1);
  margin: 0 27px;
  overflow: hidden;
}
.business-list .content-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.business-list .content-list .pic {
  background: url("../img/login_list.png") repeat;
  background-position: 0 0;
  overflow: hidden;
  background-size: 122px;
  margin: auto;
  margin-top: 76px;
  transition-delay: 150ms;
}
.business-list .content-list .pic1 {
  background-position: 0 -115px;
}
.business-list .content-list .pic2 {
  background-position: 0 0;
}
.business-list .content-list .pic3 {
  background-position: 0 -166px;
}
.business-list .content-list .pic4 {
  background-position: -6px -43px;
  background-size: 100px;
  width: 40px;
}
.business-list .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in 0ms;
  transform: translate(0, -320px);
}

.icon {
  width: 60px;
  height: 51px;
  margin-top: 76px;
}
.business-h4{
  font-size: 18px;
  margin-top: 20px;
  font-weight: inherit;
  text-align: center;
}
.supLine {
  width: 30px;
  height: 4px;
  background: rgba(237, 237, 237, 1);
  border-radius: 2px;
  margin: 20px auto;
  margin-bottom: 30px;
}
.business-p {
  font-size: 14px;
  color: #333;
  height: 14px;
  text-align: center;
}

.contact-bar {
  display: inline-block;
  width: 1320px;
}
.contact-bar .contact {
  position: fixed;
  right: 9.7%;
  bottom: 4.7%;
  width: 40px;
  height: 40px;
  background: url('../img/contact-bar.png') no-repeat;
  cursor: pointer;
  z-index: 100;
}
.contact-bar >div.complain {
  background-position: 0 -40px;
}
.contact-bar >div.opinion {
  background-position: 0 -80px;
}
.contact-bar >div.contact:hover {
  background-position: -41px 0;
}
.contact-bar >div.complain:hover {
  background-position: -41px -40px;
}
.contact-bar >div.opinion:hover {
  background-position: -41px -80px;
}


.advisory-box-list {
  display: flex;
  justify-content: center;
}
.advisory-boxs{
  border: 1px solid #ededed;
  margin: 0 10px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width:500px;
  height:389px;
}
.advisory-boxs:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-color: #eee;
}
.advisory-boxs:hover .thumb-pic{
  transform: scale(1.1);
}
.thumb-img {
  height: 160px;
  overflow: hidden;
}
.thumb-pic{
  height: 160px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.6s;
}
.thumb-pic1{
  background-image: url(../img/infor-1.png);
}
.thumb-pic2{
  background-image: url(../img/infor-2.jpg);
}
.thumb-pic3{
  background-image: url(../img/infor-3.jpg);
}
.advisory-text{
  padding: 16px 20px;
  white-space: normal
}
.pubdate{
  font-size: 26px;
}
.pubdate-t{
  font-size: 16px;
  font-weight: 500;
}
.advisory-text-center{
  margin-top: 40px;
  text-align: center;
}
.more{
  display: inline-block;
  vertical-align: top;
  margin:8px 0 68px 0;
  min-width: 120px;
  height: 40px;
  font-size:14px;
  color: #4ca1ff;
  line-height: 40px;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
}
.more a {
  color: #4ca1ff;
}
.more:hover a {
  color: #1890ff;
}

.home-footer{
  background: #333333;
}
.footer-wraper-box {
  justify-content: space-between;
  display: flex;
  width: 1200px;
  height: 160px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f4f4f;
}
.box-item {
  width: auto;
  flex: initial;
}
.footer-h3{
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.footer-p{
  margin: 20px 0;
}
.footer-a{
  font-size: 12px;
  color: #999;
  text-decoration:none
}
.box-center {
  margin-right: 60px;
  padding: 0 60px;
  border-width: 1px;
  border-color: #4f4f4f;
  border-style: none solid none solid;
}
.footer-iconfont{
  font-size: 26px;
  color: #999;
}
.gray{
  color: #999;
}
.code-flex{
  display: flex;
}
.code-flex-text{
  font-size: 16px;
  width: 16px;
  height: 48px;
  color: #ffffff;
  position: relative;
  margin-right: 20px;
}
.code-flex-images{
  width: 102px;
  height: 102px;
}
.code-flex-p{
  margin-left: 0px;
  margin-top: 10px;
  color: #999999;
}
.footer-footer {
  font-size: 12px;
  color: #999999;
  line-height: 58px;
  text-align: center;
}
.footer-span{
  display: inline-block;
  width: 130px;
}
.fontSize18{
  font-size: 18px;
}
.mt10{
  margin-top: 10px;
}

.login-input-item {
  display: inline-table;
  position: relative;
}

.h-input-group-append .h-btn:focus {
  border: 0px;
}

.login-box .h-input-group-append {
  cursor: pointer;
  border: 0 !important;
  border-radius: 0;
}

.h-input-group-append .h-btn {
  position: absolute;
  cursor: pointer;
  width: 35px;
  right: 2px;
  top: 3px;
  border-radius: 0;
  border: 0px solid #d7dde4;
  border-left: none;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: inherit;
}

.login-input-item .h-btn .iconfont {
  color: #333;
  font-size: 18px;
}

.login-box-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

.login-box {
  width: 330px;
  height: 400px;
  background: rgba(255, 255, 255, 1);
}

.login-h3 {
  font-size: 16px;
  font-weight: 600;
  height: 16px;
  margin: 18px 0 27px 0;
  text-align: center;
}

.login-form {
  margin: 0 20px;
}

.login-input {
  font-size: 14px !important;
  padding: 4px 8px;
  width: 280px;
  height: 30px;
  border: 1px solid #ededed;
  border-radius: 2px;
  margin-bottom: 20px;
  outline: none;
}

.login-code {
  width: 160px;
  height: 30px;
}

.captcha-code {
  margin-left: 15px;
  width: 105px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ededed;
  font-size: 12px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: 2px;
  color: #4ca1ff;
  border-radius: 0px;
  text-align: center;
}

.mobile-code .mobile-code-but {
  margin-left: 20px;
  width: 100px;
  height: 39px;
  line-height: 39px;
  border: 1px solid #ededed;
  font-size: 14px;
  padding-top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  letter-spacing: 2px;
  color: #4ca1ff;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  background: transparent;
}

.pro-message {
  font-size: 12px;
  color: #FF6663;
  margin-bottom: 10px;
  margin-top: -10px;
  height: 16px;
  line-height: 16px;
}

.login-btn {
  width: 300px;
  height: 40px;
  background: #4ca1ff;
  border: 0px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  color: #ffffff !important;
  cursor: pointer;
}

.login-btn:hover {
  background: #1890FFFF !important;
}

.a-center {
  margin-top: 10px;
  display: flex;
}

.a-div {
  flex: 1;
  font-size: 14px;
  color: #1890FF;
}

.a-div a {
  color: #1890FF;
}

.a-div-center {
  text-align: center;
}

.a-div-last {
  text-align: end;
}

/*幻灯片优化修改*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #d1d1d1
}

::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background: #7b8190
}

.footer-list {
  width: 264px;
}


#weixinBind {
  top: 13%;
}

#weixinBind .msgBox-box {
  width: 490px;
}

#weixinBind .box-foot .box-foot-btn {
  width: 90px;
  height: 35px;
  margin-right: 20px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #367FD6;
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  border-radius: 4px;
  vertical-align: middle;
}

#weixinBind .login-form {
  margin: 0 1px
}

#weixinBind .login-input {
  width: 385px;
}

#weixinBind .form-box--disInput {
  width: 419px;
  height: 40px;
  background: #ededed;
  line-height: 40px;
  padding-left: 9px;
  margin-bottom: 20px;
}

#weixinBind .login-code {
  width: 260px;
  /* border-left: 1px solid #ededed; */
}

/*
  业务名： CA登录-弹窗-静态页面样式
  创建人： 品创-李文龙
  创建时间： 2022/3/9
 */

/* CA插件下载弹窗  === start === */
.msgBox-box-params {
  margin: 10% auto;
  width: 440px;
}

.temporary {
  display: none !important;
}

.msgBox-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-top: 1px solid #EDEDED;
  padding: 20px;
}

.msgBox-content-box-info {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  color: #333;
  opacity: 0.9;
  min-height: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.btn-confirm {
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
}

.btn-cancel {
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  background-color: #fff;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

/* CA插件下载弹窗  === end === */

/* CA插件下载弹窗  === start === */
.msgBox-download {
  margin: 10% auto;
  width: 500px;
}

.download-msg>img {
  padding-top: 80px;
  width: 139pxx;
  height: 97px;
}

.download-msg>span {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-top: 20px;
  padding-bottom: 130px;
}

/* CA插件下载弹窗  === end === */










/* CA申请证书弹窗(1/3)  === start === */
.msg-main {
  padding: 20px;
}

/* 图标流程 */
.ongoing {
  align-items: start;
}

.ongoing-con {
  flex: 2;
}

.ongoing-line {
  flex: 3;
  border-top: 1px solid #DDDDDD;
  margin-top: 9px;
}

.ongoing-con-ico {
  width: 18px;
  height: 18px;
}

.ongoing-con-active {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-top: 14px;
  padding-bottom: 20px;
}

.ongoing-con-unactive {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  padding-top: 14px;
  padding-bottom: 20px;
}

/* 温馨提示 */
.warm-prompt {
  width: 439px;
  padding-bottom: 16px;
  background: #ECF5FF;
  border-radius: 4px;
  border: 1px solid #D5E9FF;
}

.warm-prompt-info {
  margin-top: 16px;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.warm-prompt-info-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 3px;
}

/* CA表单 */
.apply-form {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 5px;
}

.apply-form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.apply-form-item-left {
  padding-bottom: 20px;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.apply-form-item-right {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  -webkit-flex: 4;
  flex: 4;
}

.apply-form-item-right>input {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  -webkit-flex: 5;
  flex: 5;
  margin-right: 12px;
}

.required-info {
  color: #FF3335;
}

/* CA申请证书弹窗(1/3)  === end === */




/* 业务名： CA登录-弹窗-静态页面样式
  创建人： 品创-李文龙
  创建时间： 2022/3/10 */

/* CA申请证书弹窗(2/3)  === start === */
.install-certificate {
  padding: 120px 0;
}

.install-certificate-info {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

/* CA申请证书弹窗(2/3)  === end === */

/* CA申请证书弹窗(3/3)  === start === */
.complete-apply {
  padding: 70px 0;
}

.complete-apply>img {
  margin-bottom: 10px;
  width: 140px;
  height: 105px;
}

/* CA申请证书弹窗(3/3)  === end === */

/* 登陆部分  === start ===  */
.login-title-box {
  padding-top: 30px;
  font-size: 18px;
  font-weight: 540;
  color: #333333;
  padding-bottom: 5px;
}

.account-login,
.certificate-login {
  padding-bottom: 8px;
  cursor: pointer;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;

}

.account-login:hover,
.certificate-login:hover,
.active-login {
  color: #1890FF;
  position: relative;
  padding-bottom: 6px;
  border-bottom: 2px solid #1890FF;
}

.account-login:hover::before,
.certificate-login:hover::before,
.active-login:before {
  content: "";
  position: absolute;
  left: 45%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: rgba(24, 144, 255, 1);
}








.unactive-login {
  color: #333333;
  padding-bottom: 8px;
  border-bottom: none;
}

.a-div-zero {
  white-space: nowrap;
  padding-right: 4px;
}

/* 登陆部分  === end ===  */


/* 业务名： CA登录-弹窗-重构样式
  创建人： 品创-李文龙
  创建时间： 2022/3/11 */
/* 微信扫一扫登录start */
.login-body {
  background-color: #fff;
  width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 400px;
}

.login-num {
  width: 353px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.login-vx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.login-vx-head {
  margin-top: 25px;
}

.login-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.login-subtitle {
  padding-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.login-subtitle span {
  padding: 0 5px;
}

.login-vx-img img {
  margin-top: 10px;
  width: 163px;
  height: 163px;
}

.login-vx-desc {
  margin-bottom: 22px;
  padding: 13px 15px;
  background: #F0F7FF;
}

.login-vx-desc span {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

/* 微信扫一扫登录end */


/* 账号/证书登录start */
.login-num-wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.login-num-tab {
  margin-top: 28px;
}

.divide-line {
  width: 1px;
  height: 8px;
  background-color: #1296db;
}

.login-num-bot-link {
  margin: 22px 0;
}

.link-title {
  font-size: 12px;
  font-weight: 400;
  color: #1890FF;
  line-height: 12px;
}


.form-wrapper {
  box-sizing: border-box;
}

.item-form {
  width: 100%;
  border: 1px solid rgba(237, 237, 237, 1);
  margin: 10px 0;
  height: 40px;
  align-items: center;
  box-sizing: border-box;
}

.item-form span {
  padding-left: 11px;
}

.item-form input {
  border: none;
  padding: none;
  margin: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}

input:focus {
  outline: none;
}

.send-info {
  box-sizing: border-box;
}

.verify-container {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: none;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.verify-input-box {
  height: 100%;
  width: 60%;
  border: 1px solid rgba(237, 237, 237, 1);
  box-sizing: border-box;
}

.verify-input-box input {
  margin-left: 11px;
  width: 90%;
}

.right-box {
  min-width: 26%;
  box-sizing: border-box;
  padding: 0;
}

.err-tip {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  display: none;
}

.ishide {
  display: none;
}

/* 账号/证书登录end */


/* 样式图标start */
.flex-row span.ico-active,
.ongoing-con-ico span.ico-active {
  color: #1890FF;
  font-size: 19px;
}

.ongoing-con-ico span.ico-unactive {
  color: #8a8a8a;
  font-size: 19px;
}

.login-input {
  font-size: 12px !important;
}

/* 样式图标end */


.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.login-vx-img {
  width: 163px;
  height: 163px;
  position: relative;
}

.refresh-success,
.refresh-fail {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* 去掉默认样式 */
.refresh-success-img {
  margin-top: 0 !important;
  width: 100%;
  height: 100%;
}

.refresh-fail {
  background: rgba(0, 0, 0, .71);
}

.refresh-fail-ico {
  margin-top: 47px;
  margin-bottom: 20px;
  padding-left: 3px;
  width: 100%;
  text-align: center;
}

/* 字体图标样式 */
.fail-ico {
  font-size: 46px;
  color: rgba(255, 255, 255, .9);
}

.refresh-fail-text {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, .7);
}
