@charset "UTF-8";
/*
 *宽高设置;
 */
/*
 *设置input，textarea的默认颜色;
 */
/*
 *placeholder自定义
 */
/*
 *设置字体大小，颜色，行高，水平对齐方式;
 */
/*
 *水平居中;
 */
/*
 *顶部定位；
 */
/*
 *元素百分百定位；
 */
/*
 *元素填充;
 */
/*
 *上下左右居中--定位;
*/
/*
 *css3上下左右居中带缩放;
 */
/*
 *c3 水平居中
 */
/*
 *css3 垂直居中
 */
/*
 *背景图片设置;
 */
/*
 *background-size设置背景图片;
 */
/*
 *背景颜色和黑色遮罩
 */
/*
 *关闭按钮;
 */
/**字左右间隙**/
/**渐变**/
/**截字**/
/*
 *缩放;
 */
/*
 *三角;
 */
/*动画暂停*/
/* @import "out.scss";*/
/**行元素，居左居中居右**/
/**块元素水平垂直居中**/
/**块元素垂直居中**/
/**块元素水平居中**/
/**填充父级**/
/**图片垂直水平居中**/
/**作用子级img**/
/**背景图片__$src:路径,$size:0(cover).支持（$size:100% auto）**/
/**@include  bgimage("img2.png",auto 100%);@include  bgimage("img2.png",0);**/
/**图片填充剪裁__等效于背景图片的cover**/
/**缩放(倍数)**/
/**旋转**/
/**位移**/
/**过度**/
/**文字样式__$size:文字大小，$lineHe:行高,$color:文字颜色.$pos:居左/中/右**/
/**@include font(30px,60px,red,center,2em);**/
/**元素hover时向上位移**/
/**@include docHup(-30px,.5s);**/
/**图片hover放大__.$n:放大倍数。$t:所用时间**/
/**阴影外/内**/
/**清除浮动**/
/**三角(尺寸，颜色，角的朝向) **/
/**圆角(控制边，控制数)。 $n1：左上角。$n2：右上角。$n3：右下角。$n4：左下角**/
/**颜色透明度**/
/**元素设置透明度**/
/**文本行数设置**/
/**怪异盒模型__写在父级作用子级**/
/**弹性盒模型(居*)__$just:justify-contetn的参数。$align:align-items的参数。**/
/**写在父级作用子级**/
/*
justify-content:flex-start 左对齐
justify-content:flex-end 右对齐
justity-content:center 居中对齐
justity-content:space-between 两端对齐
justity-content:space-around 沿轴线均匀分布（各自中间）

align-items:flex-start 顶端对齐
align-items:flex-end 底部对齐
align-items:center 垂直方向居中对齐
align-items:baseline 第一行文字底部对齐
align-items:stretch 当item未设置高度时，item将和容器登高对齐
 */
/**弹性盒模型_$style：nowrap:不换行。wrap:换行(第一行在最上面)。wrap-reverse:换行，第一行在下方**/
/**写在父级作用子级**/
/**a标签伪类**/
/**@include alvha($h:red);**/
/*序列帧__$src:路径。$w:总帧宽。$h:帧高。$n:帧数。$t:时长。$dt:延时*/
/*
 @include xlz("img13.png",1150px,307px,5,1s);
 @include xlz("img13.png",1150px,307px,5);  $dt:不写默认为0s.
  */
/* 去高亮*/
/*图片不可选中*/
/*a 去默认*/
/*input placeholder*/
/*px->vh/vw*/
/*过渡入场动画*/
* {
  margin: 0px;
  padding: 0px;
  max-height: 9999px;
}

html, body {
  font-family: "思源黑体";
  color: #666;
  font-size: 24px;
  min-height: 100vh;
  -webkit-tap-highlight-color: #000000;
  -webkit-tap-highlight-color: transparent;
}

input, select, textarea {
  width: 100%;
  background: none;
  outline: none;
  border: 0px;
  font-family: "思源黑体";
}

.hide {
  display: none;
}

ul, li, dl, dd {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}

input, textarea {
  border: 0px;
  width: 100%;
  background: none;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}

/*
 *颜色变量;
 */
/*
 *字大小变量;
 */
.lk-alertBox {
  width: 310px;
}

.lk-alertBox .lk-alertButton span {
  background: #0989ec;
  width: 260px;
  border-radius: 0px;
}

.lk-mildbox {
  border-radius: 0px;
}

span, a {
  display: inline-block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b5b5b5;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b5b5b5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b5b5b5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b5b5b5;
}

.plColor {
  color: #b5b5b5 !important;
}

.w1200 {
  width: 1100px;
  margin: 0 auto;
}

.marT40 {
  margin-top: 40px;
}

.marT50 {
  margin-top: 50px;
}

.marB50 {
  margin-bottom: 50px;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 700px;
  font-family: "黑体";
}

.wrapper {
  min-width: 1100px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.header {
  width: 100%;
  height: 68px;
  background: #1A5FAA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.header .hdcont {
  max-width: 1600px;
  height: 68px;
  margin: 0 auto;
  position: relative;
}

.header .hdcont .logo {
  float: left;
  margin-left: 50px;
  width: 119px;
  height: 68px;
  background-image: url("../images/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.header .hdcont .offWeb {
  float: right;
  margin-right: 50px;
  font-size: 14px;
  color: white;
  line-height: 68px;
  text-align: left;
}

.footer {
  width: 100%;
  height: 65px;
  background: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  font-size: 14px;
  color: white;
  line-height: 65px;
  text-align: center;
}

.sibg {
  width: 100%;
  height: 100%;
  min-height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: url(../images/denglu.jpg) no-repeat center center;
  background-size: cover;
}

.sibg img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.signIn {
  padding: 68px 0 65px;
  min-height: 567px;
  position: relative;
  overflow: hidden;
}

.signIn .w1200 {
  height: 100%;
  zoom: 1;
}

.signIn .w1200:before, .signIn .w1200:after {
  content: "";
  display: table;
}

.signIn .w1200:after {
  clear: both;
}

.signIn .w1200 > div {
  height: 100%;
  float: left;
}

.signIn .w1200 > div .table {
  height: 100%;
  display: table;
  height: 100%;
}

.signIn .w1200 > div .table .cell {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.signIn .w1200 > div .table .cell .ltit {
  font-size: 50px;
  color: white;
  line-height: 50px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .ltxt {
  margin-top: 20px;
  font-size: 40px;
  color: white;
  line-height: 40px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox {
  width: 310px;
  min-height: 372px;
  padding: 0 35px;
  background: white;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}

.signIn .w1200 > div .table .cell .infoBox .sec {
  position: relative;
}

.signIn .w1200 > div .table .cell .infoBox .sec .passdan {
  position: absolute;
  bottom: -23px;
  left: 0;
}

.signIn .w1200 > div .table .cell .infoBox div {
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox div:before, .signIn .w1200 > div .table .cell .infoBox div:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox div:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox a {
  font-size: 13px;
  color: #337ab7;
  line-height: 13px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .ercodeArea {
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
  position: absolute;
  top: -402px;
  left: 380px;
  -webkit-transition: all 0.4s 0s ease-out;
  -moz-transition: all 0.4s 0s ease-out;
  -o-transition: all 0.4s 0s ease-out;
  transition: all 0.4s 0s ease-out;
}

.signIn .w1200 > div .table .cell .infoBox .ercodeArea .imgTxt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  height: 250px;
  margin-left: -105px;
  margin-top: -125px;
}

.signIn .w1200 > div .table .cell .infoBox .ercodeArea .imgTxt img {
  width: 210px;
  height: 210px;
}

.signIn .w1200 > div .table .cell .infoBox .ercodeArea .imgTxt .txt {
  font-size: 13px;
  color: #333;
  line-height: 30px;
  text-align: center;
}

.signIn .w1200 > div .table .cell .infoBox .ercodeArea .passSign {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-decoration: none;
}

.signIn .w1200 > div .table .cell .infoBox .ercodeArea.cur {
  position: absolute;
  top: 0;
  left: 0;
}

.signIn .w1200 > div .table .cell .infoBox .sweepCode {
  padding-top: 35px;
  padding-right: 35px;
  padding-bottom: 10px;
  margin-top: -30px;
  margin-right: -35px;
  margin-bottom: 15px;
  float: right;
  text-decoration: none;
}

.signIn .w1200 > div .table .cell .infoBox .goback {
  margin-bottom: 25px;
  float: left;
  text-decoration: none;
}

.signIn .w1200 > div .table .cell .infoBox .forgetPass {
  float: right;
  margin: 10px 0 40px;
}

.signIn .w1200 > div .table .cell .infoBox .phoneNum {
  height: 48px;
  border: 1px solid #ccc;
  background: url(../images/icon01.png) no-repeat left 20px center;
  background: url(../images/icon01.png) no-repeat 20px center\9;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .phoneNum:before, .signIn .w1200 > div .table .cell .infoBox .phoneNum:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .phoneNum:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .phoneNum p {
  width: 265px;
  float: right;
  padding: 14px 0;
}

.signIn .w1200 > div .table .cell .infoBox .phoneNum p input {
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .userName {
  height: 48px;
  border: 1px solid #ccc;
  background: url(../images/icon03.png) no-repeat left 20px center;
  background: url(../images/icon03.png) no-repeat 20px center\9;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .userName:before, .signIn .w1200 > div .table .cell .infoBox .userName:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .userName:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .userName p {
  width: 265px;
  float: right;
  padding: 14px 0;
}

.signIn .w1200 > div .table .cell .infoBox .userName p input {
  padding-right: 20px;
  width: 245px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .emailDiv {
  height: 48px;
  border: 1px solid #ccc;
  background: url(../images/icon04.png) no-repeat left 20px center;
  background: url(../images/icon04.png) no-repeat 20px center\9;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .emailDiv:before, .signIn .w1200 > div .table .cell .infoBox .emailDiv:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .emailDiv:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .emailDiv p {
  width: 265px;
  float: right;
  padding: 14px 0;
}

.signIn .w1200 > div .table .cell .infoBox .emailDiv p input {
  padding-right: 20px;
  width: 245px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .passWord {
  height: 48px;
  border: 1px solid #ccc;
  margin-top: 20px;
  background: url(../images/icon02.png) no-repeat left 20px center;
  background: url(../images/icon02.png) no-repeat 20px center\9;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .passWord:before, .signIn .w1200 > div .table .cell .infoBox .passWord:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .passWord:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .passWord p {
  width: 265px;
  float: right;
  padding: 14px 0;
}

.signIn .w1200 > div .table .cell .infoBox .passWord p input {
  padding-right: 20px;
  width: 245px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .newpassDiv {
  height: 48px;
  border: 1px solid #ccc;
  margin-top: 20px;
  background: url(../images/icon02.png) no-repeat left 20px center;
  background: url(../images/icon02.png) no-repeat 20px center\9;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .newpassDiv:before, .signIn .w1200 > div .table .cell .infoBox .newpassDiv:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .newpassDiv:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .newpassDiv p {
  width: 265px;
  float: right;
  padding: 14px 0;
}

.signIn .w1200 > div .table .cell .infoBox .newpassDiv p input {
  padding-right: 20px;
  width: 245px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .againpassDiv {
  height: 48px;
  border: 1px solid #ccc;
  margin-top: 20px;
  background: url(../images/icon02.png) no-repeat left 20px center;
  background: url(../images/icon02.png) no-repeat 20px center\9;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .againpassDiv:before, .signIn .w1200 > div .table .cell .infoBox .againpassDiv:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .againpassDiv:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .againpassDiv p {
  width: 265px;
  float: right;
  padding: 14px 0;
}

.signIn .w1200 > div .table .cell .infoBox .againpassDiv p input {
  padding-right: 20px;
  width: 245px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .verCodeDiv {
  height: 48px;
  border: 1px solid #ccc;
  margin-top: 20px;
  background: url(../images/icon06.png) no-repeat left 20px center;
  background: url(../images/icon06.png) no-repeat 20px center\9;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .verCodeDiv:before, .signIn .w1200 > div .table .cell .infoBox .verCodeDiv:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .verCodeDiv:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .verCodeDiv p {
  width: 265px;
  float: right;
  padding: 14px 0;
}

.signIn .w1200 > div .table .cell .infoBox .verCodeDiv p input {
  padding-right: 20px;
  width: 245px;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .cliBtn {
  height: 50px;
  background: #0989ec;
  cursor: pointer;
  letter-spacing: 5px;
  font-size: 16px;
  color: white;
  line-height: 50px;
  text-align: center;
}

.signIn .w1200 > div .table .cell .infoBox .oldCur {
  margin-top: 30px;
  padding-bottom: 20px;
  font-size: 13px;
  color: #333;
  line-height: 13px;
  text-align: center;
}

.signIn .w1200 > div .table .cell .infoBox .title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.signIn .w1200 > div .table .cell .infoBox .nepaCode p:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 16px;
  color: #999999;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .nepaCode p:nth-of-type(2) {
  font-size: 16px;
  color: #337ab7;
  line-height: 16px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .danger {
  display: none;
  padding: 10px 0 0px;
  font-size: 13px;
  color: #ff0000;
  line-height: 13px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .clause {
  margin-top: 10px;
  zoom: 1;
}

.signIn .w1200 > div .table .cell .infoBox .clause:before, .signIn .w1200 > div .table .cell .infoBox .clause:after {
  content: "";
  display: table;
}

.signIn .w1200 > div .table .cell .infoBox .clause:after {
  clear: both;
}

.signIn .w1200 > div .table .cell .infoBox .clause .clabtn {
  float: left;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background-image: url("../images/icon08.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.signIn .w1200 > div .table .cell .infoBox .clause .clabtn.cur {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon08a.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.signIn .w1200 > div .table .cell .infoBox .clause a {
  float: left;
  margin-left: 10px;
  font-size: 13px;
  color: #337ab7;
  line-height: 17px;
  text-align: left;
}

.signIn .w1200 > div .table .cell .infoBox .secTwo .verCodeDiv {
  width: 177px;
  float: left;
}

.signIn .w1200 > div .table .cell .infoBox .secTwo .verCodeDiv p {
  width: 132px;
}

.signIn .w1200 > div .table .cell .infoBox .secTwo .verCodeDiv p input {
  width: 112px;
}

.signIn .w1200 > div .table .cell .infoBox .secTwo .getCodeBtn {
  cursor: pointer;
  margin-top: 20px;
  width: 125px;
  float: left;
  margin-left: 6px;
  background: #0989ec;
  font-size: 16px;
  color: white;
  line-height: 51px;
  text-align: center;
}

.signIn .w1200 > div .table .cell .infoBox .secTwo .danger {
  float: left;
}

.signIn .w1200 > div .table .cell .infoPhone {
  background: white url(../images/h02.png) no-repeat right top;
}

.signIn .w1200 > div .table .cell .infoQuick {
  background: white url(../images/h02.png) no-repeat right top;
}

.signIn .w1200 > div .table .cell .infoQuick .secTwo {
  position: relative;
}

.signIn .w1200 > div .table .cell .infoQuick .secTwo .verdan {
  position: absolute;
  bottom: -23px;
  left: 0;
}

.signIn .w1200 > div .table .cell .infoMem .title {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.signIn .w1200 .sgLeft {
  float: left;
  margin-left: 300px;
}

.signIn .w1200 .sgRight {
  float: right;
}

.txtwraper {
  width: 100%;
}

.txtagreement {
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
}

.txtagreement .wordText {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.w1200 {
  margin: 0 auto;
  width: 1200px;
}

.sect {
  padding-top: 82px;
}

.wordText {
  background: white;
  width: 1160px;
  padding: 20px;
  margin: 0 auto;
}

.wordText h5 {
  font-weight: 400;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.wordText h5:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #0989ec;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.wordText ul {
  padding-top: 60px;
}

.wordText ul li {
  margin-bottom: 30px;
}

.wordText ul li h6 {
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 16px;
  color: #10208a;
  line-height: 16px;
  text-align: left;
}

.wordText ul li p {
  margin-bottom: 25px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: left;
}

.wordText ul li p:last-child {
  margin-bottom: 0;
}

.wordText ul li p span {
  color: #10208a;
}

.wordText ul li p.d {
  padding-left: 10px;
}

.wordText ul li p.d:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
}

.wordText ul li .fcblue {
  color: #10208a;
}

.wordText .wtbtn {
  display: block;
  width: 310px;
  height: 50px;
  background: #0989ec;
  margin: 20px auto;
  text-decoration: none;
  font-size: 16px;
  color: white;
  line-height: 50px;
  text-align: center;
}

.wordText .migration {
  padding: 10px 50px;
  background: #f2f2f2;
}

.wordText .migration .sect {
  height: 40vh;
  overflow: hidden;
  overflow-y: scroll;
}

.wordText .migration h5 {
  border-color: #e4e2e2;
}

.wordText .migration h6 {
  font-weight: 400;
  margin-bottom: 25px;
  font-size: 16px;
  color: #10208a;
  line-height: 16px;
  text-align: left;
}

.wordText .migration p {
  margin-bottom: 25px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  text-align: left;
}

.wordText .migration p:last-child {
  margin-bottom: 0;
}

.wordText .migration p span {
  text-decoration: underline;
}

.wordText .migration p.d {
  padding-left: 10px;
}

.wordText .migration p.d:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
}

.txtfooter {
  background: black;
  font-size: 14px;
  color: white;
  line-height: 68px;
  text-align: center;
}

.alertBg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.alertBg .btn {
  width: 310px;
  margin: 0 auto;
  background: #0989ec;
  cursor: pointer;
  font-size: 16px;
  color: white;
  line-height: 50px;
  text-align: center;
}

.alertBg .table {
  width: 100%;
  height: 100%;
  display: table;
}

.alertBg .table .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.alertBg .contractBox {
  display: none;
  width: 380px;
  height: 260px;
  background: white;
  margin: 0 auto;
}

.alertBg .contractBox .titleFc {
  padding-top: 70px;
  font-size: 20px;
  color: #333;
  line-height: 20px;
  text-align: center;
}

.alertBg .contractBox .contSureBtn {
  margin-top: 50px;
}

.alertBg .passRes {
  display: none;
  width: 380px;
  height: 360px;
  background: white;
  margin: 0 auto;
}

.alertBg .passRes .resSuc {
  padding: 160px 0 45px;
  font-size: 28px;
  color: #333;
  line-height: 28px;
  text-align: center;
  background: url(../images/h03.png) no-repeat top 70px center;
}

.alertBg .passRes .resSignin {
  width: 310px;
  margin: 0 auto;
  background: #0989ec;
  cursor: pointer;
  font-size: 16px;
  color: white;
  line-height: 50px;
  text-align: center;
}

.alertBg .beenReg {
  display: none;
  width: 380px;
  height: 360px;
  background: white;
  margin: 0 auto;
}

.alertBg .beenReg .titleBlue {
  padding-top: 100px;
  font-size: 22px;
  color: #337ab7;
  line-height: 22px;
  text-align: center;
}

.alertBg .beenReg .txt {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  line-height: 16px;
  text-align: center;
}

.alertBg .beenReg .wellBtn {
  margin-top: 70px;
}

.alertBg .oncebindSuc {
  display: none;
  width: 380px;
  height: 360px;
  background: white;
  margin: 0 auto;
}

.alertBg .oncebindSuc .titleFc {
  padding: 160px 0 45px;
  font-size: 28px;
  color: #333;
  line-height: 28px;
  text-align: center;
  background: url(../images/h03.png) no-repeat top 70px center;
}

.alertBg .oncebindSuc .onceSuc {
  width: 310px;
  margin: 0 auto;
  background: #0989ec;
  cursor: pointer;
  font-size: 16px;
  color: white;
  line-height: 50px;
  text-align: center;
}

.alertBg .bindSuc {
  display: none;
  width: 380px;
  height: 360px;
  background: white;
  margin: 0 auto;
}

.alertBg .bindSuc .titleBlue {
  margin-top: 30px;
  font-size: 22px;
  color: #337ab7;
  line-height: 22px;
  text-align: center;
}

.alertBg .bindSuc .titleFc {
  padding-top: 40px;
  font-size: 22px;
  color: #666;
  line-height: 22px;
  text-align: center;
}

.alertBg .bindSuc .txt {
  width: 300px;
  margin: 20px auto 0px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: left;
}

.alertBg .bindSuc .transferBtn {
  margin-top: 30px;
}

.alertBg .bindSuc .cancelBtn {
  cursor: pointer;
  font-size: 16px;
  color: #337ab7;
  line-height: 50px;
  text-align: center;
}

.alertBg .isSureTrans {
  display: none;
  width: 380px;
  height: 360px;
  background: white;
  margin: 0 auto;
}

.alertBg .isSureTrans .titleBlue {
  padding-top: 30px;
  font-size: 22px;
  color: #337ab7;
  line-height: 22px;
  text-align: center;
}

.alertBg .isSureTrans .txt {
  width: 300px;
  margin: 20px auto 0px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: left;
}

.alertBg .isSureTrans .goTransBtn {
  margin-top: 50px;
}

.alertBg .isSureTrans .giveUpBtn {
  width: 310px;
  margin: 20px auto 0px;
  background: #ccc;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-align: center;
}

.alertBg .transBox {
  display: none;
  width: 1200px;
  margin: 0 auto;
  background: white;
  position: relative;
}

.alertBg .transBox .titleFc {
  padding: 40px 60px 0px;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  text-align: left;
}

.alertBg .transBox .titleBlue {
  padding: 10px 60px 0px;
  font-size: 16px;
  color: #337ab7;
  line-height: 16px;
  text-align: left;
}

.alertBg .transBox .swiper-container {
  margin-top: 10px;
  width: 1080px;
  height: 380px;
}

.alertBg .transBox .swiper-container .swiper-li {
  float: left;
  zoom: 1;
  width: 310px !important;
  height: 162px !important;
  margin-right: 50px !important;
  margin-top: 20px !important;
  cursor: pointer;
  background: url(../images/icon13a.png) no-repeat left center;
  background-size: 17px auto;
}

.alertBg .transBox .swiper-container .swiper-li:before, .alertBg .transBox .swiper-container .swiper-li:after {
  content: "";
  display: table;
}

.alertBg .transBox .swiper-container .swiper-li:after {
  clear: both;
}

.alertBg .transBox .swiper-container .swiper-li.cur {
  background: url(../images/icon13.png) no-repeat left center;
  background-size: 17px auto;
}

.alertBg .transBox .swiper-container .swiper-li.cur .cont {
  border: 1px solid transparent;
}

.alertBg .transBox .swiper-container .swiper-li .cont {
  float: right;
  padding: 15px 20px;
  width: 242px;
  height: 130px;
  border: 1px solid #337ab7;
  background: #f2f2f2;
}

.alertBg .transBox .swiper-container .swiper-li .cont p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: left;
}

.alertBg .transBox .arrow-left {
  width: 25px;
  height: 46px;
  background-image: url("../images/arrowL1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 268px;
  left: 25px;
}

.alertBg .transBox .arrow-right {
  width: 25px;
  height: 46px;
  background-image: url("../images/arrowR1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 268px;
  right: 25px;
}

.alertBg .transBox .pagination {
  height: 17px;
}

.alertBg .transBox .pagination span {
  width: 17px;
  height: 17px;
  margin-right: 15px;
}

.alertBg .transBox .pagination .swiper-pagination-switch {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon11.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.alertBg .transBox .pagination .swiper-active-switch {
  width: 17px;
  height: 17px;
  background-image: url("../images/icon11a.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.alertBg .transBox .againTranBtn {
  margin-top: 40px;
}

.alertBg .transBox .againCancelBtn {
  cursor: pointer;
  padding-bottom: 20px;
  font-size: 16px;
  color: #337ab7;
  line-height: 50px;
  text-align: center;
}

.alertBg .cannotLogged {
  display: none;
  width: 380px;
  height: 360px;
  background: white;
  margin: 0 auto;
}

.alertBg .cannotLogged .titleBlue {
  padding-top: 150px;
  font-size: 22px;
  color: #337ab7;
  line-height: 22px;
  text-align: center;
  background: url(../images/icon12.png) no-repeat top 30px center;
}

.alertBg .cannotLogged .titleFc {
  margin-top: 20px;
  font-size: 22px;
  color: #666;
  line-height: 22px;
  text-align: center;
}

.alertBg .cannotLogged .btn {
  width: 310px;
  margin: 70px auto 0px;
  background: #0989ec;
  cursor: pointer;
  font-size: 16px;
  color: white;
  line-height: 50px;
  text-align: center;
}

.alertBg .verLayer {
  display: none;
  width: 380px;
  height: 360px;
  background: white;
  margin: 0 auto;
}

.alertBg .verLayer .table {
  width: 100%;
  height: 100%;
  display: table;
}

.alertBg .verLayer .table .cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.alertBg .oldmNewr {
  display: none;
  width: 761px;
  height: 340px;
  padding: 30px 0;
  background: white;
  margin: 0 auto;
}

.alertBg .oldmNewr ul {
  overflow: hidden;
}

.alertBg .oldmNewr ul li {
  float: left;
  width: 380px;
  height: 340px;
}

.alertBg .oldmNewr ul li .tit {
  font-size: 20px;
  color: #333;
  line-height: 70px;
  text-align: center;
}

.alertBg .oldmNewr ul li .img {
  margin-bottom: 50px;
  height: 160px;
  background: url(../images/h05.png) no-repeat center center;
}

.alertBg .oldmNewr ul li a {
  text-decoration: none;
}

.alertBg .oldmNewr ul li:first-child {
  border-right: 1px solid #bcbcbc;
}

.alertBg .oldmNewr ul li:first-child .img {
  height: 160px;
  background: url(../images/h04.png) no-repeat center center;
}

.alertBg .callPass {
  display: none;
  width: 380px;
  height: 200px;
  background: white;
  margin: 0 auto;
  border-top: 1px solid transparent;
}

.alertBg .callPass .txt {
  width: 300px;
  margin: 20px auto 0px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-align: left;
}

.alertBg .callPass .sureBtn {
  cursor: pointer;
  margin-top: 30px;
  font-size: 16px;
  color: white;
  line-height: 50px;
  text-align: center;
}

@media (max-height: 700px) {
  .alertBg .transBox {
    width: 960px;
  }
  .alertBg .transBox .titleFc {
    padding: 32px 48px 0px;
    font-size: 17.6px;
    color: #333;
    line-height: 17.6px;
    text-align: left;
  }
  .alertBg .transBox .titleBlue {
    padding: 8px 48px 0px;
    font-size: 12.8px;
    color: #337ab7;
    line-height: 12.8px;
    text-align: left;
  }
  .alertBg .transBox .swiper-container {
    margin-top: 8px;
    width: 864px;
    height: 304px;
  }
  .alertBg .transBox .swiper-container .swiper-li {
    width: 248px !important;
    height: 129.6px !important;
    margin-right: 40px !important;
    margin-top: 16px !important;
  }
  .alertBg .transBox .swiper-container .swiper-li .cont {
    padding: 12px 16px;
    width: 193.6px;
    height: 104px;
  }
  .alertBg .transBox .swiper-container .swiper-li .cont p {
    font-size: 11.2px;
    color: #666;
    line-height: 19.2px;
    text-align: left;
  }
  .alertBg .transBox .arrow-left {
    width: 20px;
    height: 36.8px;
    background-image: url("../images/arrowL1.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 214.4px;
    left: 20px;
  }
  .alertBg .transBox .arrow-right {
    width: 25px;
    height: 46px;
    background-image: url("../images/arrowR1.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 214.4px;
    right: 20px;
  }
  .alertBg .transBox .pagination {
    height: 13.6px;
  }
  .alertBg .transBox .pagination span {
    width: 13.6px;
    height: 13.6px;
    margin-right: 12px;
  }
  .alertBg .transBox .againTranBtn {
    margin-top: 32px;
  }
  .alertBg .transBox .againCancelBtn {
    font-size: 12.8px;
    color: #337ab7;
    line-height: 40px;
    text-align: center;
  }
}