.page {
  height: 100vh;
  width: 100%;
  overflow: auto;
}

.page .icp-num {
  background-color: #fff;
  padding: 50px 0;
  text-align: center;
  font-size: 14px;
  color: #888;
}

.page .icp-num a {
  color: #888;
  font-size: 14px;
}

.page .icp-num a:hover {
  color: #555;
}

.absolute_img {
  position: absolute;
  top: 0;
}

.absolute_img_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.page_container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.page_container .head-top {
  display: flex;
  align-items: flex-start;
}

.page_container .head-top .head-left {
  flex: 1;
}

.page_container .head-top .head-left .head-left-logo {
  height: 120px;
}

.page_container .head-top .head-left .logo_con {
  position: absolute;
  font-size: 26px;
  color: #ffffff;
  display: flex;
  align-items: center;
  top: 20px;
  left: 50px;
  font-weight: bold;
}

.page_container .head-top .head-left .logo_con .small_logo {
  width: 45px;
  margin-right: 6px;
}

.page_container .head-top .head-left .logo_con .small_logo_2023 {
  width: 130px;
}

.page_container .head-top .header-btn {
  display: flex;
  align-items: center;
  margin: 30px 100px 0 0;
}

.page_container .head-top .header-btn .login-btn {
  margin-top: 4px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #344461;
  border: 1px solid #c2c6cd;
  border-radius: 30px;
  height: 30px;
  line-height: 30px;
  width: 75px;
  text-align: center;
  box-shadow: 0px 2px 10px 0px rgba(57, 70, 106, 0.1);
}

.page_container .head-top .header-btn .login-btn.register {
  background: linear-gradient(to right, #4afeac, #00b48b);
  border: none;
  color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(57, 70, 106, 0.2);
}

.page_container .small_d_line {
  width: 47px;
  height: 9px;
  background: linear-gradient(to right, #4afeac, #00b48b);
  border-radius: 9px;
}

.page_container .big_content_hint {
  font-size: 40px;
  color: #203152;
  font-weight: bold;
  line-height: 44px;
  margin-top: 40px;
}

.page_container .other_content_hint {
  font-size: 20px;
  color: #868e9c;
  line-height: 44px;
}

.page_container .btn {
  width: 100px;
  height: 34px;
  border: 1px solid #00b48b;
  border-radius: 17px;
  font-size: 12px;
  color: #00b48b;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  margin-top: 34px;
  font-weight: bold;
}

.page_container .button_main {
  background: linear-gradient(to right, #4afeac, #00b48b);
  color: #ffffff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 40px;
  margin-top: 40px;
  box-shadow: 0px 2px 10px 0px rgba(57, 70, 106, 0.2);
  cursor: pointer;
}

.page_container .home-ac-gif {
  width: 40%;
}

.loginPage {
  width: calc(100vw);
  background: #fff;
  position: relative;
}

.loginPage .mask {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginPage .toast_container {
  width: 1100px;
  height: 550px;
  background: #ffffff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.loginPage .toast_container .closeMask {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 40px;
  color: #ccc;
  cursor: pointer;
}

.loginPage .toast_container .closeMask:hover {
  color: #00b48b;
}

.loginPage .toast_container .loginBox_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.4rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.loginPage .toast_container .loginBox_title img {
  width: 0.4rem;
  margin-right: 0.12rem;
}

.loginPage .formLabelAlign {
  padding: 0 0.2rem;
}

.loginPage .formLabelAlign .self-button {
  width: 100%;
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(173deg, #06dcab 0%, #05b3ff 100%, #33e2ff 100%);
  border-radius: 3px;
  border: 1px solid rgba(32, 53, 128, 0.16);
  margin-top: 30px;
  color: #fff;
  border: none;
}

.loginPage .formLabelAlign .psd_enter {
  font-size: 0.36rem;
  font-weight: bold;
  color: #585858;
  letter-spacing: 0.01rem;
  margin-bottom: 20px;
}

.loginPage .formLabelAlign .el-input__inner {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
}

.loginPage .formLabelAlign .el-input__clear {
  font-size: 0.18rem;
}

.loginPage .bcg_box {
  margin-right: 100px;
}

.loginPage .bcg_box .bcg_img {
  width: 360px;
  margin: auto;
}

.loginPage .loginBox_dad .loginBox {
  width: 400px;
  height: 420px;
  background-color: #fff;
  border-radius: 0.24rem;
  box-shadow: 0 6px 15px 1px rgba(0, 0, 0, 0.08);
  padding: 0.45rem 0.25rem 0.3rem;
}

.loginPage .loginBox_dad .forgetPsd {
  height: 60px;
  line-height: 60px;
  color: #8b8b8b;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
  letter-spacing: 0.01rem;
  margin-top: 30px;
}
.flex-align-jus-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex{
  display: flex;
  align-items: center;
}