/* 新login页面样式 */

#page-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f3f5;
}

#center-box {
  width: 950px;
  height: 520px;
  display: flex;
  justify-content: space-between;
}

#change-password-center-box {
  width: 550px;
  height: 566px;
  display: flex;
  justify-content: space-between;
}

#left-box, #right-box {
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px #eee;
}

#left-box {
  width: 550px;
  padding: 50px 56px 60px;
  box-sizing: border-box;
  position: relative;
}

#switch-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  display: flex;
  align-items: center;
}

.switch-tips {
  position: relative;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 14px;
  color: #155bd4;
  border: 1px solid #155bd4;
  background: #edf4ff;
}

.switch-tips::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  background: #edf4ff;
  border: 1px solid #155bd4;
  border-left: 0;
  border-bottom: 0;
}

#switch-corner-img {
  height: 100%;
  cursor: pointer;
}

#login-switch-title {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.login-title {
  margin-right: 30px;
  font-size: 20px;
  color: #969696;
  cursor: pointer;
}

.qrcode-type {
  display: none;
}

.activated {
  font-size: 26px;
  color: #323232;
  font-weight: 500;
}

#phone-input-box {
  display: flex;
  justify-content: space-between;
}

.input-base {
  padding: 15px 5px;
  font-size: 16px;
  color: #323232;
  border-bottom: 1px solid #dcdee0;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.input-base::-webkit-input-placeholder {
  color: #cbc9d5
}

.phone-input {
  width: 306px;
}

#password-input-box, #verification-input-box, #verification-input-boxs {
  margin-top: 32px;
  position: relative;
}

#verification-input-box {
  display: none;
}

.fetch-verification-code, .register-fetch-verification-code {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  color: #155bd4;
  cursor: pointer;
}

.password-input, .verification-input {
  width: 100%;
}

.eye-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.eye-close {
  background-image: url(https://b.yzcdn.cn/public_files/0467d1acf41bc06888a849f5763885a9.png);
}

.eye-open {
  background-image: url(https://b.yzcdn.cn/public_files/e8802f574d868eefb35fcf15670ac4ce.png);
}

#login-btn-box {
  margin-top: 68px;
}

.login-btn, .register-btn {
  margin: 16px 0;
  width: 100%;
  height: 47px;
  font-size: 18px;
  color: #fff;
  background-color: #155bd4;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.login-btn:hover {
  opacity: 0.8;
  transition: all 0.8s;
}

.bottom-btn-group {
  text-align: right;
}

.bottom-btn-group > a {
  color: #155bd4;
}

.spacer {
  padding: 0 8px;
  color: #ebedf0;
}

#qrcode-box {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}

#qrcode-img-box {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
}

#qrcode-mask {
  display: none;
  position: absolute;
  width: 160px;
  height: 160px;
}

#qrcode-mask > p {
  position: absolute;
  top: 30%;
  width: 100%;
  font-weight: 500;
  text-align: center;
  color: #323232;
  z-index: 9;
}

#refresh-qrcode-btn {
  width: 80px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 45%;
  left: 25%;
  margin: 20px auto;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background-color: #155bd4;
  z-index: 9;
  cursor: pointer;
}

#mask-div {
  position: absolute;
  top: 0;
  width: 160px;
  height: 160px;
  background-color: #fff;
  opacity: .9;
}

.qrcode-tip {
  width: 100%;
  margin-top: 50px;
  font-size: 16px;
  text-align: center;
  color: #323232;
}

/* 右侧 */
#right-box {
  width: 380px;
}

#top-part {
  margin: 60px 0;
}

.title {
  margin-bottom: 15px;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color: #323233;
}

.introduction {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.more-cases-btn {
  text-align: center;
}

.more-cases-btn > a {
  color: #155bd4;
}

.more-cases-btn > a::after {
  content: ">";
  margin-left: 5px;
}

#icon-part {
  margin: 68px 30px 0;
  height: 224px;
}

#icon-part > img {
  width: 100%;
}


/* 底部版权信息 */
#copyright-information {
  position: absolute;
  bottom: 50px;
  color: #999;
  font-size: 12px;
}