*,
p,
h1,
div,
h2,
h3 {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.header{
  width: 100%;
  background: #f4f4f4;
}
.header-content {
  width: 1200px;
  margin: 0 auto;
  height: 90px;
}
.header img {
  width: 157px;
  height: 56px;
  margin-top: 17px;
}
.center-box{
  width: 100%;
  height: 680px;
  background: #0091d0;
}
.content {
  width: 1200px;
  margin: 0 auto;
  height: 680px;
  background-image: url('../images/background-hwbp.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
.footer {
  /* padding: 0 360px; */
  width: 1200px;
  margin: 0 auto;
  min-height: 180px;
  height: calc(100% - 770px);
  background: #fff;
  position: relative;
}
.footer .text {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #393939;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_page {
  width: 417px;
  height: 477px;
  right: 0;
  position: absolute;
  top: 100px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  .login_page {
    transform: scale(.9);
  }
}
.login_page .inner {
  width: 417px;
  height: 477px;
  background: #ffffff;
  box-shadow: 0px 1px 62px 0px rgba(0, 84, 151, 0.19);
  border-radius: 8px;
  padding: 20px;
  border: none;
  padding: 45px 40px 15px;
}
ul.login_tab {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 5px 0 10px;
}
ul.login_tab li {
  padding: 0 10px;
  cursor: pointer;
  height: 18px;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1f1f1f;
}
ul.login_tab li.active {
  font-weight: bold;
  color: #108df0;
}
ul.login_tab li.active::after {
  content: '';
  height: 2px;
  width: 23px;
  background-color: #108df0;
  border-radius: 1px;
  display: block;
  margin: 9px auto;
}
.form-control {
  position: relative;
  z-index: 100;
}
.pwd_login {
  display: none;
  margin-top: 50px;
}
.yzm_login {
  margin-top: 50px;
}
.com_css {
  height: 35px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 37px;
  padding-right: 0px;
  padding-left: 0px;
}
.com_css input {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 25px;
}
.inputPhone.error {
  background-image: url('../images/phone-err.png');
}
.inputYzm.error {
  background-image: url('../images/img-err.png');
}
.inputPhoneYzm.error {
  background-image: url('../images/code-err.png');
}
.pwd_inputPhone.error {
  background-image: url('../images/phone-err.png');
}
.pwd_inputYzm.error {
  background-image: url('../images/img-err.png');
}
.pwd_inputPwd.error {
  background-image: url('../images/password-err.png');
}
.inputPhone,
.inputPhone.success {
  background-image: url('../images/phone.png');
}
.inputYzm,
.inputPhone.success {
  background-image: url('../images/img.png');
}
.inputPhoneYzm,
.inputPhone.success {
  background-image: url('../images/code.png');
}
.pwd_inputPhone,
.inputPhone.success {
  background-image: url('../images/phone.png');
}
.pwd_inputYzm,
.inputPhone.success {
  background-image: url('../images/img.png');
}
.pwd_inputPwd,
.inputPhone.success {
  background-image: url('../images/password.png');
}

.com_css input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Tips {
  height: 20px;
  color: #eb2626;
  padding-left: 2px;
  margin-top: 5px;
  background-color: #ffffff;
  padding: 0 15px 0 26px;
  box-shadow: 0px 0px 10px 0px rgba(105, 112, 117, 0.18);
  border-radius: 10px;
  background-image: url('../images/tips.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 12px;
  line-height: 22px;
  display: none;
}
.login_page .form-group {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
}
.login_page .form-horizontal .checkbox {
  padding-top: 0px;
}
.forget_pwd {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 19px;
  color: #a1a1a1;
}
.forget_pwd a {
  color: #a1a1a1;
  text-decoration: none;
}
.forget_pwd span {
  display: block;
  line-height: 28px;
  height: 30px;
}
.yzmCss {
  padding-left: 0px;
  position: absolute;
  z-index: 101;
  right: 0;
}
.yzmCss img {
  width: 77px;
  height: 30px;
  background: #efefef;
}
.sendYzm {
  position: absolute;
  z-index: 101;
  right: 0;
}
.sendYzm span {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100px;
  height: 31px;
  line-height: 31px;
  border-radius: 15px;
  background: #108df0;
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
}
.sendYzm .disable {
  cursor: default;
  background: #bbbbbb;
}
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
}
.btn {
  width: 335px;
  height: 44px;
  background: #108df0;
  border-radius: 4px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #ffffff;
}
.btn:hover {
  color: #fff;
  background-color: #108df0;
}
.btn:focus {
  color: #fff;
}
.register_btn {
  width: 100%;
  text-align: right;
  margin-top: 19px;
  margin-bottom: 10px;
}
.register_btn a {
  color: #a1a1a1;
  text-decoration: none;
}
.register_btn a:hover {
  text-decoration: none;
}
.register_btn a:visited {
  text-decoration: none;
}
.register_text {
  width: 100%;
  text-align: center;
}
.register_text p {
  margin: 0;
  font-size: 12px;
  color: #a1a1a1;
}
.register_text p a {
  color: #108df0;
  text-decoration: none;
}
/* 文字提示样式 */
.txbtip p {
  height: 30px;
  line-height: 30px;
}
/* 21.1.4 llj */
.weix_tab {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.weix_tab img {
  width: 57px;
  height: 57px;
}
.weix_login {
  display: none;
}
.weix_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.weix_title {
  font-size: 18px;
  font-weight: bold;
  color: #108df0;
}
.weix_img {
  margin: 60px 0 25px;
  width: 210px;
  height: 208px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.weix_img img {
  width: 210px;
  height: 208px;
}
.weix_introduce {
  font-size: 12px;
  font-weight: 400;
  color: #444444;
}
/* 绑定手机号 */
.band-yinYing {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.9;
  z-index: 101;
  width: 100%;
  height: 100%;
}
.band-mobile {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 417px;
  height: 380px;
  background-color: #fff;
  padding: 0 20px;
  border: none;
  box-shadow: 0px 1px 62px 0px rgba(0, 84, 151, 0.19);
  border-radius: 8px;
}
.bind-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.bind-title {
  margin-top: 15px;
  font-size: 20px;
  color: #000;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #217aff;
  text-align: center;
}
.input-short,
.reg-div {
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
.tips {
  width: 11px;
  height: 11px;
  margin: 0 10px 0 10px;
}
.reg-div-border {
  border: none;
}
.reg-div-radio {
  position: absolute;
  bottom: 0;
  border: none;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #a1a1a1;
}
.reg-err {
  margin: 5px 0;
  padding-right: 10px;
  font-size: 14px;
  color: red;
  line-height: 20px;
  height: 20px;
  border-radius: 9px;
  box-shadow: 0px 0px 10px 0px rgba(105, 112, 117, 0.18);
  display: none;
}
.reg-label {
  width: 30px;
  height: 30px;
}
.reg-input {
  width: 74%;
  height: 30px;
}
.col-sm-10 {
  width: 100%;
}
.input-group-append {
  margin-left: 10px;
  width: 25%;
  text-align: center;
}
.reg-btn {
  background-color: #108df0;
  color: #fff;
  font-size: 12px;
  width: 100px;
  height: 31px;
  line-height: 31px;
  border-radius: 15px;
}
#button-addon2 {
  cursor: pointer;
}
#button-addon3 {
  display: none;
}
.reg-ul {
  margin-top: 20px;
}
.reg-li {
  list-style: none;
  height: 80px;
}
.checkbox {
  color: #108df0;
}
.reg-sign {
  width: 100%;
  text-align: center;
}
input,
button {
  border-style: none;
  outline: none;
}
.lab-phone {
  background: url('../images/phone.png') no-repeat center;
}
.lab-code {
  background: url('../images/code.png') no-repeat center;
}
.impowerBox .loginPanel title {
  color: #108df0;
  font-size: 18px;
  font-family: Source Han Sans CN;
}
.impowerBox .qrcode {
  margin-top: 33px;
  width: 250px;
}
.impowerBox .info {
  margin-top: 20px;
}
