@charset "UTF-8";

.bg-black {
  background-color: #000;
}
.w-1200 {
  width: 1260px;
  padding-left: 0px;
  padding-right: 0px;
}
.hide {
  display: none;
}

.logo-box:hover {
  cursor: pointer;
}

.logo-box img {
  width: 130rpx;
  height: 52rpx;
}

.login-btn {
  /* width: 120px;
	height: 56px;
	color: #FFFFFF;
	text-align: center;
	line-height: 56px;
	background-color: #004BAA; */
}

.login-btn:hover {
  cursor: pointer;
  /* background-color: rgba(0, 75, 170, 0.8); */
}

.out-box {
  font-size: 16px;
  color: #999;
}

.out-btn {
  background-color: #004baa;
  width: 120px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #ffffff;
}

.out-btn:hover {
  cursor: pointer;
  background-color: rgba(0, 75, 170, 0.8);
}

.login-mask {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.login-box {
  width: 1200px;
  height: 738px;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.1);
  margin: auto;
  z-index: 99;
  padding: 0;
  background-image: url(https://jzb-saas.oss-cn-beijing.aliyuncs.com/saas-pc/loginbgk.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.login-box-left {
  padding: 0;
  width: 450px;
  height: 550px;
  /* background-image: url(https://photo.tuchong.com/8970834/f/122933369.jpg); */
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.login-box-right {
  width: 441px;
  height: 505px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
}

.login-title {
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  color: #999999;
  text-align: left;
}

.login-active {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.login-title > div:hover {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}

.login-active:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #004baa;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.login-tel-form {
  width: 345px;
}

.login-form-item {
  position: relative;
  width: 345px;
  background: #f2f2f2;
  border-radius: 4px 4px 4px 4px;
}
.login-form-item.randowCode {
  background-color: #fff;
}
.login-form-item .phoneStart {
  padding-left: 14px;
}
.login-form-item input {
  /* width: 345px; */
  height: 45px;
  outline: none;
}

.btn-code {
  cursor: pointer;
  width: 114px;
  height: 45px;
  border-radius: 0px 4px 4px 0px;
  /* color: #ffffff; */
  /* background-color: #004baa; */
  text-align: right;
  line-height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-size: 14px;
  color: #999999;
}

.btn-code:hover {
  /* cursor: pointer;
  background-color: rgba(0, 75, 170, 0.8); */
}

.local-code {
  color: #004baa;
}

.local-code:hover {
  cursor: pointer;
  background-color: #004baa;
  color: #ffffff;
}

.form-check-label {
  color: #666666;
  font-size: 16px;
}

.login-submit {
  width: 346px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  background-color: #1966FF;
  line-height: 44px;
  font-size: 18px;
  color: #ffffff;
}

.login-wx-form {
}

.code-scan {
  width: 145px;
  height: 145px;
  padding: 5px;
  border: 1px dotted #666666;
}

.code-tip {
  font-size: 16px;
  color: #004baa;
  cursor: pointer;
}

.code-tip2 {
  font-size: 18px;
  color: #333333;
}
iframe {
  width: 300px;
  height: 350px;
}
.userAgreement:hover {
  color: #004baa;
}
#exampleCheck1 {
  transform: translateY(2px);
}
.login-cont {
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 4px 4px;
  height: 100%;
}
.login-close {
  position: absolute;
  top: 18px;
  right: 21px;
}
.form-control.uuid {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 0;
}
