* {
  margin: 0;
  padding: 0;
}
body {
  width: 100vw;
  height: 100vh;
  min-width: 1200px;
  min-height: 700px;
}
a {
  text-decoration: none;
  /* 去除下划线 */
  color: inherit;
  /* 继承父元素的字体颜色 */
  cursor: pointer;
  /* 将鼠标样式改为指针 */
}
.page-wraper {
  width: 100%;
  height: 100%;
  background-image: url("../static/background.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-wraper .login-wrap {
  width: 1200px;
  height: 480px;
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.page-wraper .login-wrap .left-ad-show {
  height: 100%;
  width: 800px;
  box-sizing: border-box;
  background-image: url("../static/main-ad.png");
  background-size: 100% 100%;
  padding-top: 62px;
  padding-left: 64px;
}
.page-wraper .login-wrap .left-ad-show .caie-logo {
  width: 364px;
  height: 129px;
}
.page-wraper .login-wrap .left-ad-show .ad-box {
  margin-top: 38px;
  width: 244px;
  height: 152px;
  background: linear-gradient(147deg, #9ed5fe 0%, #348cf0 100%);
  border-radius: 20px 20px 20px 20px;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-wraper .login-wrap .left-ad-show .ad-box .ad-text {
  width: 172px;
  height: 101px;
}
.page-wraper .login-wrap .left-ad-show .know-more {
  /* margin-left: 36px; */
  margin-top: 49px;
  display: flex;
  align-items: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
  width: 120px;
  cursor: pointer;
  transition: all 0.3s;
}
.page-wraper .login-wrap .left-ad-show .know-more:hover {
  scale: 1.05;
}
.page-wraper .login-wrap .left-ad-show .know-more .click-icon {
  margin-left: 7px;
  width: 14px;
  height: 14px;
}
.page-wraper .login-wrap .login-form-wrap {
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-wraper .login-wrap .login-form-wrap .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}
.page-wraper .login-wrap .login-form-wrap .recommend-text {
  margin-top: 30px;
  width: 300px;
  margin-bottom: 8px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #b7b2b9;
}
.page-wraper .login-wrap .login-form-wrap .recommend-text span {
  color: #7e7e7e;
  font-weight: 600;
  margin: 0px 6px;
}
.page-wraper .login-wrap .login-form-wrap .recomment-login {
  position: relative;
  width: 300px;
  height: 90px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d2d2d2;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
}
.page-wraper .login-wrap .login-form-wrap .recomment-login .tj-icon {
  position: absolute;
  width: 40px;
  height: 20px;
  right: 0px;
  top: 0px;
}
.page-wraper .login-wrap .login-form-wrap .recomment-login .user-icon {
  width: 50px;
  height: 50px;
}
.page-wraper .login-wrap .login-form-wrap .recomment-login .login-way {
  margin-left: 10px;
}
.page-wraper .login-wrap .login-form-wrap .recomment-login .login-way .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.page-wraper
  .login-wrap
  .login-form-wrap
  .recomment-login
  .login-way
  .keep-login {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.page-wraper
  .login-wrap
  .login-form-wrap
  .recomment-login
  .login-way
  .keep-login
  span {
  margin-left: 3px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #585858;
}
.page-wraper .login-wrap .login-form-wrap .or {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #585858;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-wraper .login-wrap .login-form-wrap .old-user {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #585858;
  margin-bottom: 10px;
}
.page-wraper .login-wrap .login-form-wrap .username-wrap,
.page-wraper .login-wrap .login-form-wrap .password-wrap {
  width: 300px;
  height: 36px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding: 0px 16px;
}
.page-wraper .login-wrap .login-form-wrap .password-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-wraper .login-wrap #loginbtn {
  width: 300px;
  height: 39px;
  background: #f5f5f5;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.active-btn {
  background-color: #cd69f3 !important;
}
.page-wraper .copy-right {
  margin-top: 170px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #8a9198;
}
input {
  outline: none;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  position: relative;
}
input[type="checkbox"]::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: " ";
  border-radius: 3px;
}
input[type="checkbox"]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  background-color: #a769ef;
}
