﻿* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #44a2d7;
  background-image: url('/images/login/loginBg.jpg');
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  background-size: auto 240px;
  /*border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;*/
  /*position: absolute;
  top: 50%;
  margin-top: -169px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slogen {
  padding-bottom: 15px;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #2a75ed;
  font-size: 12px;
}

.hide {
  display: none !important;
}

.hidden, .hidetxt {
  display: none;
}

.login-bg {
  display: none;
  /*background-image: url('/images/login/loginBg.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 285px;
  background-size: cover;
  border-top: 25px solid #fff;
  border-bottom: 25px solid #fff;
  position: absolute;
  top: 50%;
  margin-top: -169px;*/
}

.loginContainer {
  /*position: absolute;*/
  width: 400px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  /*left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -370px;*/
}

.logoArea {
  /*margin-top: -10px;*/
  text-align: center;
}

.logo {
  margin: 15px 0;
  width: auto;
  height: 80px;
  cursor: pointer;
}

.loginBox {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(225,225,225,.6);
  box-shadow: 0 0 15px 0 rgba(225,225,225,.6);
  padding: 35px 40px;
  box-sizing: border-box;
  border-radius: 5px;
}

.switchType {
  text-align: center;
  height: 22px;
  line-height: 22px;
}

  .switchType img {
    height: 18px;
    width: auto;
    vertical-align: middle;
    cursor: pointer;
  }

  .switchType .loginType {
    font-size: 16px;
    color: #b2b2b2;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }

    .switchType .loginType.active {
      color: #353535;
    }

  .switchType .switchBorder {
    width: 2px;
    height: 18px;
    background-color: #d8d8d8;
    margin: 0 16px;
    display: inline-block;
    vertical-align: middle;
  }

.loginCont {
  padding: 20px 0 0;
}

.bottomTip {
  font-size: 12px;
  color: #353535;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}

.veriCode {
  width: 180px;
}

.veriImg {
  float: right;
  width: 100px;
  height: 36px;
}

.loginOperate {
  font-size: 12px;
  line-height: 14px;
}

  .loginOperate label {
    line-height: 14px;
    height: 14px;
    font-size: 12px;
    color: #b2b2b2;
  }

  .loginOperate a {
    color: #b2b2b2;
  }

    .loginOperate a:hover {
      color: #2a75ed;
    }

div.inputBox {
  height: 36px;
  position: relative;
  margin-bottom: 25px;
}

  div.inputBox:focus {
    border: 1px solid #000;
  }

  div.inputBox.hasIcon {
    background-size: 12px auto;
    background-position: left 10px center;
    background-repeat: no-repeat;
  }

    div.inputBox.hasIcon input {
      text-indent: 38px;
    }

  div.inputBox .backIcon {
    position: absolute;
    width: 12px;
    left: 10px;
    top: 10px;
  }

  div.inputBox input {
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    line-height: 34px;
    height: 36px;
    display: block;
    text-indent: 10px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
    border: 1px solid #eee;
    background: transparent;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

    div.inputBox input:focus {
      border: 1px solid #2a75ed;
    }

  div.inputBox.alert input {
    border-color: #fb6161;
  }

  div.inputBox.alert + .inputAlert {
    display: block;
    color: #fb6161;
    font-size: 12px;
    margin: 0;
    line-height: 12px;
    margin-top: -18px;
    margin-bottom: 10px;
    position: absolute;
  }

    div.inputBox.alert + .inputAlert.hasTitle {
      margin-left: 66px;
    }

  div.inputBox + .inputAlert {
    display: none;
  }

button.btn {
  width: 100%;
  height: 36px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}

  button.btn.blue {
    color: #fff;
    background-color: #2a75ed;
  }

  button.btn.grey {
    background-color: #f5f7fa;
    border: 1px solid #e5e7ea;
    color: #666;
  }

  button.btn.opacity {
    opacity: .3;
    outline: none;
  }

[type=checkbox].filled-in {
  display: none;
}

[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

  [type=checkbox] + label:before, [type=checkbox]:not(.filled-in) + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    z-index: 0;
    border: 1px solid #b2b2b2;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
  }

[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type=checkbox].filled-in + label:after {
  border-radius: 2px;
}

[type=checkbox].filled-in + label:after, [type=checkbox].filled-in + label:before {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
  transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
  z-index: 1;
}

[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 3px;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:not(:checked) + label:after {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #b2b2b2;
  top: 0;
  z-index: 0;
}

[type=checkbox].filled-in:checked + label:before {
  top: -1px;
  left: 0;
  width: 3px;
  height: 6px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #2a75ed;
  background-color: #2a75ed;
  z-index: 0;
}

[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0,0,0,.1);
}

[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #bdbdbd;
}

[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

/*微信登录*/
.wxLogin {
  text-align: center;
}

  .wxLogin #login_container {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
  }

  .wxLogin .wxTip {
    margin: 0;
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #353535;
  }

  .wxLogin .wxAlert {
    font-size: 12px;
    text-align: center;
    color: #fb6161;
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
  }

    .wxLogin .wxAlert.active {
      display: block;
    }

.wxLoginFaild {
  text-align: center;
}

  .wxLoginFaild img {
    width: 60px;
    margin-top: 60px;
    height: 60px;
  }

  .wxLoginFaild .title {
    font-size: 16px;
    color: #353535;
    margin: 20px 0 10px;
    font-weight: 700;
  }

  .wxLoginFaild .cont {
    font-size: 14px;
    margin: 0;
  }
/*.wxLoginFaild button { margin-top: 77px; }*/
.ppbDesc {
  padding: 5px 0;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  position: relative;
}

  .ppbDesc:after, .ppbDesc:before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #fff;
    width: 30px;
    position: relative;
    top: -4px;
  }

  .ppbDesc:before {
    margin-right: 5px;
  }

  .ppbDesc:after {
    margin-left: 5px;
  }

.impowerBox {
  line-height: 1.6;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 200px;
}

  .impowerBox .title {
    display: none;
  }

  .impowerBox .qrcode {
    width: 200px;
    margin: 0;
    border: 1px solid #E2E2E2;
  }

  .impowerBox .info {
    width: 100%;
    margin: 0 auto;
    display: none;
  }
/*注册*/
.title[data-register] {
  font-weight: 600;
  text-align: center;
  color: #353535;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}

.inputItem[data-register] {
  font-size: 14px;
  color: #353535;
}

.inputItem label[data-register] {
  display: inline-block;
  width: 66px;
  line-height: 36px;
  font-size: 14px;
  color: #353535;
  float: left;
}

.inputItem .inputBox[data-register] {
  margin-left: 66px;
}

.inputItem .blueBtn[data-register] {
  float: right;
}

.inputItem[data-register]:after {
  width: 100%;
  clear: both;
  content: "";
  display: block;
}

.inputItem .phone[data-register] {
  line-height: 36px;
}

.bottomTip[data-register] {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.agreeBox[data-register] {
  text-align: center;
  line-height: 14px;
  display: inline-block;
  width: 100%;
}

.agreeBox label[data-register] {
  font-size: 12px;
  color: #666;
}

.agreeBox a[data-register] {
  font-size: 12px;
}

.blueBtn[data-getcode] {
  width: 90px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #2a75ed;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background: #fff;
  font-size: 12px;
  color: #2a75ed;
  cursor: pointer;
}

.blueBtn.grey[data-getcode] {
  color: #b2b2b2;
  border-color: #b2b2b2;
}

/*重置密码*/
.title[data-reset] {
  font-weight: 600;
  text-align: center;
  color: #353535;
  margin-top: 0;
}

.inputItem[data-reset] {
  margin-bottom: 20px;
  font-size: 14px;
  color: #353535;
}

.inputItem label[data-reset] {
  display: inline-block;
  width: 66px;
  line-height: 36px;
  font-size: 14px;
  color: #353535;
  float: left;
}

.inputItem .inputBox[data-reset] {
  margin-left: 66px;
}

.inputItem .blueBtn[data-reset] {
  float: right;
}

.blueBtn[data-reset] {
  width: 90px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #2a75ed;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background: #fff;
  font-size: 12px;
  color: #2a75ed;
  cursor: pointer;
}

/*底部*/
.footer {
  color: #fff;
  font-size: 14px;
  text-align: center;
  /*position: absolute;*/
  /*bottom: 0;*/
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
}

  .footer .footer-text {
    font-size: 20px;
  }

#kefu1 {
  position: absolute;
  right: 5px;
  top: 92px;
  z-index: 10008;
  width: 132px;
  padding: 8px 12px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #ddd;
}

.cs_tel {
  height: 30px;
}

.cs_tel_ct {
  border-bottom: 1px dashed #c0c0c0;
  padding-bottom: 5px;
  margin-bottom: 8px;
}

.cs_tel_num {
  color: #c00;
  font-size: 18px;
  font-family: Arial,Verdana;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  display: block;
}

.cs_online {
  height: 33px;
  background: url(../../images/img.gif) no-repeat 10px 0px;
}

.cs_online_qq {
  height: 30px;
  padding-left: 6px;
}

  .cs_online_qq a {
    height: 30px;
    display: block;
    line-height: 30px;
    font-family: "微软雅黑";
    font-size: 15px;
    background: url(../../images/button_121.gif) no-repeat 5px 3px;
    text-indent: 35px;
  }

.cs_online_ct {
  padding: 5px 0 8px 0;
  border-bottom: 1px dashed #c0c0c0;
  margin-bottom: 5px;
}

.cs_qcode {
  padding: 10px 0px 0px 0px;
}

.cs_free {
  height: 32px;
  background: url(../../images/img.gif) no-repeat 0px -100px;
}

  .cs_free a {
    display: block;
    height: 32px;
  }

    .cs_free a span {
      display: none;
    }

.cs_baidu {
  height: 32px;
  background: url(../../images/img.gif) no-repeat 0px -200px;
}

  .cs_baidu a {
    display: block;
    height: 32px;
  }

    .cs_baidu a span {
      display: none;
    }

.cs_spr {
  border-bottom: 1px dashed #c0c0c0;
  margin: 8px 0px;
}

.cs_space {
  clear: both;
  overflow: hidden;
  height: 8px;
}

.cs_close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url(../../images/img.gif) no-repeat 0px -150px;
}

  .cs_close a {
    display: block;
    height: 10px;
  }

    .cs_close a span {
      display: none;
    }

.qdtydh {
  font-family: "微软雅黑";
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  color: #666666;
}

.backhome {
  width: 45px;
  position: fixed;
  left: 50%;
  margin-left: 600px;
  bottom: 20px;
  display: block;
  z-index: 1001;
}

  .backhome a {
    height: 45px;
    width: 45px;
    background: url(../../images/homebtn.png) no-repeat;
    display: block;
  }
