@charset "UTF-8";
/**
颜色配备
**/
html, body {
  height: 100%;
  background: #F5F6FC;
}

.form-tips-error {
  display: flex;
  align-items: center;
  min-height: 22px;
  font-size: 12px;
  color: #F96239;
}
.form-tips-error i {
  width: 14px;
  height: 14px;
  background: url("../images/public/pbs001.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 11px;
  margin-right: 5px;
  flex-shrink: 0;
}
.form-tips-error .success-infomation {
  display: flex;
  color: #09bb07;
  align-items: center;
}
.form-tips-error .success-infomation i {
  background: url("../images/public/pbs023.png") no-repeat;
}

.login-top-bar {
  width: 100%;
  height: 73px;
  background: #ffffff;
  box-shadow: 0 5px 20px #eef1f2;
}
.login-top-bar .top-bar {
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 73px;
  align-items: center;
}
.login-top-bar .top-bar .left-content {
  display: flex;
  align-items: center;
}
.login-top-bar .top-bar .left-content .login-name {
  color: #666666;
  padding: 0 8px;
  border-left: 1px solid #CCCCCC;
  margin-left: 8px;
  height: 20px;
}
.login-top-bar .top-bar .left-content .login-img {
  width: 130px;
  height: 33px;
  background-image: url("../images/logo-w1200.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.login-top-bar .top-bar .left-content .login-menu {
  margin-left: 80px;
  display: flex;
}
.login-top-bar .top-bar .left-content .login-menu a {
  font-size: 16px;
  display: block;
  margin-right: 50px;
}
.login-top-bar .top-bar .right-content {
  font-size: 14px;
  color: #666666;
}
.login-top-bar .top-bar .right-content span:last-child {
  font-weight: bold;
  color: #000000;
}

.view-page {
  width: 100%;
  padding-top: 88px;
  height: 765px;
  background: url("../images/login/login_bg.jpg") center no-repeat;
}
.view-page .main-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 550px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 50px rgba(119, 130, 185, 0.2);
  border-radius: 8px;
}
.view-page .main-content .bg-img {
  width: 780px;
  padding-top: 72px;
}
.view-page .main-content .bg-img .login-title {
  height: 37px;
  text-align: center;
}
.view-page .main-content .bg-img .data-list {
  width: 540px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.view-page .main-content .bg-img .data-list .data-item {
  color: #4860d3;
}
.view-page .main-content .bg-img .data-list .data-item .data-item-top {
  display: flex;
  height: 48px;
}
.view-page .main-content .bg-img .data-list .data-item .data-item-top .number {
  font-size: 48px;
  line-height: 48px;
}
.view-page .main-content .bg-img .data-list .data-item .data-item-top .unit {
  font-size: 30px;
  line-height: 32px;
  margin-top: 10px;
  margin-left: 5px;
}
.view-page .main-content .bg-img .data-list .data-item .data-item-top .unit span {
  font-size: 24px;
  line-height: 24px;
  position: relative;
  top: -10px;
}
.view-page .main-content .bg-img .data-list .data-item .data-item-bottom {
  font-size: 16px;
}
.view-page .main-content .bg-img .part-title {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin: 40px 0 15px 0;
}
.view-page .main-content .bg-img .part-img {
  width: 632px;
  height: 200px;
  margin: 0 auto;
}
.view-page .main-content .bg-img .bg-logo {
  font-size: 16px;
  color: #333333;
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  bottom: 46px;
  letter-spacing: 12px;
}
.view-page .main-content .right-content {
  width: 420px;
  height: 550px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 50px rgba(204, 204, 204, 0.2);
}
.view-page .main-content .right-content .register-title {
  font-size: 18px;
  color: #4860d3;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 110px;
}
.view-page .main-content .login-box {
  width: 300px;
  margin: 0 auto;
}
.view-page .main-content .login-box .tab-bar {
  display: flex;
  width: 280px;
  margin: 0 auto;
  margin-top: 110px;
  justify-content: space-between;
}
.view-page .main-content .login-box .tab-bar .title-text {
  font-size: 18px;
  color: #999999;
  height: 32px;
  line-height: 32px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.view-page .main-content .login-box .tab-bar .title-active {
  font-size: 18px;
  color: #4860d3;
  font-weight: bold;
  border-bottom: 2px solid #4860d3;
}
.view-page .main-content .login-box .tab-bar .qr-img {
  background-image: url("../images/login/login_03.png");
  width: 51px;
  height: 52px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.view-page .main-content .login-box .form-box {
  position: relative;
  height: 400px;
  padding-top: 33px;
  width: 100%;
}
.view-page .main-content .login-box .form-box .input-row {
  display: flex;
}
.view-page .main-content .login-box .form-box .input-row .code-input {
  display: flex;
  align-items: center;
}
.view-page .main-content .login-box .form-box .input-row .code-input input {
  width: 120px;
  padding-left: 16px;
  padding-right: 0;
}
.view-page .main-content .login-box .form-box .input-row .mobile-code {
  height: 40px;
  line-height: 40px;
  width: 110px;
  text-align: center;
  background: #4860D3;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.view-page .main-content .login-box .form-box .input-row .label-text {
  font-size: 14px;
  color: #000000;
  padding-right: 14px;
  white-space: nowrap;
  height: 42px;
  line-height: 42px;
}
.view-page .main-content .login-box .form-box .input-row .right-row {
  display: flex;
  flex-direction: column;
  min-height: 64px;
  flex: 1;
}
.view-page .main-content .login-box .form-box .input-row .right-row input {
  height: 42px;
  outline: none;
  border: 1px solid #EAEAEA;
}
.view-page .main-content .login-box .form-box .input-row input:focus {
  border: 1px solid #EAEAEA;
}
.view-page .main-content .login-box .bottom-info-text {
  font-size: 12px;
  color: #AAAAAA;
  display: flex;
  justify-content: space-between;
}
.view-page .main-content .login-box .bottom-info-text a {
  color: #AAAAAA;
}
.view-page .main-content .login-box .bottom-info-text .login-lasting {
  display: flex;
}
.view-page .main-content .login-box .bottom-info-text .login-lasting .check-box {
  margin-right: 7px;
  margin-top: 2px;
}
.view-page .main-content .login-box .bottom-info-text .login-lasting span {
  flex: 1;
  color: #666;
}
.view-page .main-content .login-box .bottom-info-text .login-lasting span a {
  color: #333;
}
.view-page .main-content .login-box .bottom-info-text .login-lasting span a:hover {
  color: #4860d3;
}
.view-page .main-content .login-box .submit-btn {
  background: #4860D3;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.view-page .main-content .login-wx {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4860d3;
  margin-top: 20px;
}
.view-page .main-content .login-wx span {
  width: 18px;
  height: 18px;
  background: url(../images/login/login_wx.png);
  margin: 0 5px;
}
.view-page .main-content .login-wx a {
  color: #4860d3;
}
.view-page .main-content .login-tips {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  text-align: center;
  font-size: 12px;
  color: #AAAAAA;
}
.view-page .main-content .login-tips .color-text {
  color: #4860D3;
}
.view-page .main-content .login-tips .line-span {
  padding-right: 8px;
  position: relative;
}
.view-page .main-content .login-tips a:last-child {
  padding-left: 8px;
}
.view-page .main-content .login-tips .line-span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  top: 3px;
  right: 0px;
  background: #CCCCCC;
}
.view-page .main-content .wx-login-box {
  border: 1px solid #CCCCCC;
  height: 340px;
}
.view-page .main-content .wx-login-box .title {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  width: 331px;
  position: relative;
  height: 60px;
  line-height: 60px;
}
.view-page .main-content .wx-login-box .title img {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 0;
}
.view-page .main-content .wx-login-box .qr-img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  position: relative;
}
.view-page .main-content .wx-login-box .qr-img img {
  width: 100%;
  height: 100%;
}
.view-page .main-content .wx-login-box .qr-login-tips {
  width: 144px;
  font-size: 12px;
  color: #AAAAAA;
  text-align: center;
  padding-top: 8px;
  margin: 0 auto;
}

input[type=checkbox] {
  width: 13px;
  height: 13px;
  background: url("../images/login/login_05.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0;
}

input[type=checkbox]:checked {
  background: url("../images/login/login_04.png") no-repeat center;
  background-size: 100% 100%;
  border: none;
}
