@charset "UTF-8";

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

@media  (max-width: 1500px) {
  .cl_login_box {
    margin-left: 50px !important;
    transform: scale(0.7);
  }
  .cl_banner .title {
    top: 100px !important;
    left: 100px !important;
    font-size: 32px !important;
  }
}

body {
	font-size: 14px;
}
.slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #000;
  z-index: 999;
}
.slide-div {
  position: fixed;
  top: 8%;
  left: 50%;
  width: 800px;
  background: #fff;
  z-index: 9999;
  margin-left: -400px;
  overflow: hidden;
}
.iframe-head {
  margin: 10px 20px;
}
.iframe-container {
  width: 760px;
  height: 350px;
  margin: 0 20px;
  background: #f2f2f2;
}
.protocol-head {
  color: #fff;
  padding: 0 15px;
  line-height: 40px;
  background-color: rgba(0, 195, 179, 1);
}
.protocol-footer {
  padding: 15px 0;
  text-align: center;
}
.protocol-footer a {
  display: inline-block;
  background-color: rgba(0, 195, 179, 1);
  color: #fff;
  border-radius: 3px;
  width: 100px;
  line-height: 32px;
  margin: 0 15px;
}
.protocol-footer a:hover {
  cursor: pointer;
  background-color: rgba(51, 207, 194, 1);
}
.cl_head {
  display:none;
  background: #fff;
}
.cl_head_in {
  width: 80%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.cl_head_in .logo span {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
.cl_head_in .logo span img {
  width: auto !important;
  height: auto !important;
  max-height: 60px;
  vertical-align: middle;
}
.cl_banner {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 530px;
}
.cl_banner .logo{
  position: absolute;
  width: 192px;
  height: 52px;
  top: 19px;
  bottom: 0;
  left: 50px;
  right: 0;
}
.cl_login_logo{

}
.cl_banner .title{
  position: absolute;
  top: 129px;
  bottom: 0;
  left: 140px;
  right: 0;
  font-size: 50px;
}
.title_row_one{
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 300;
  text-align: left;
  color: #262626;
  letter-spacing: 2.25px;
}
.title_row_two{
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 300;
  margin-top: 1.5vh;
  text-align: left;
  color: #262626;
  letter-spacing: 2.25px;
}
.cl_banner .banner {
  width: 100%;
  height: 100%;
  background-image: url('../images_new/index_banner/cl-banner7-951px.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.cl_login_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  box-sizing: border-box;
  background: #F5F9FF;
  border-radius: 8px;
  /*overflow: hidden;*/
  margin-left: 180px;
  margin-top: -280px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.cl_login_box .rgt {
  position: relative;
  padding: 10% 10% 10% 10%;
  box-sizing: border-box;
}

.error_msg_box{
    position: relative;
    top: 15px;
    height: 38px;
    background: #fff1f0;
    border: 1px solid #ffb8b5;
    border-radius: 4px;
    display: none;
}
.error_msg_box > p {
   position: absolute;
   line-height: 16px;
   font-size: 14px;
   left: 42px;
   top: 10px;
}
.error_msg_box > img {
   position: absolute;
   left: 20px;
   top: 11px;
}
.cl_login_head span {
  font-size: 38px;
  font-weight: 300;
  color: #262626;
  line-height: 40px;
  margin-left: 6px;
}
.cl_login_fill {
  position: relative;
  padding-top: 30px;
}
.cl_login_fill:before,
.cl_login_fill:after {
  content: '';
  display: block;
  position: absolute;
  height: 20px;
  z-index: 1;
  background-position: unset;
  width: 20px;
  left: 20px;
}
.cl_login_fill:before {
  margin-top: 20px;
  background: url('../images_new/ai_hw/user_icon_20px.png') no-repeat;
}
.cl_login_fill:after {
  top: 125px;
  background: url('../images_new/ai_hw/password_icon_20px.png') no-repeat;
}
.cl_login_fill > input,
.verified_name > input {
  width: 100%;
  height: 60px;
  line-height: 22px;
  padding: 19px 0px 19px 52px;
  font-size: 16px;
  border: 1px solid #D9DCE2;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none;
  color: #323232;
}
input::placeholder {
  color: #BFBFBF;
}
.cl_login_fill > input.u_pwd {
  margin-top: 15px;
}
.cl_login_fill .u_code {
  position: relative;
  margin-top: 15px;
}
.cl_login_fill .u_code input {
  width: 212px;
  height: 60px;
  line-height: 28px;
  padding: 5px 20px 5px 20px;
  font-size: 16px;
  border: 1px solid #D9DCE2;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}
.cl_login_fill .u_code img {
  position: absolute;
  top:01px;
  right: 1px;
  width: 132px !important;
  height: 60px !important;
  border-radius: 8px;
  cursor: pointer;
}
.cl_login_fill input:focus {
  border-color: #368FFF;
}
.lost_pwd > a {
  color: #666;
}
.lost_pwd > a:hover {
  color: #54A0FF;
}
.verified_name {
  height: 121px;
  padding-top: 40px;
}
.verified_name.code {
  height: 156px;
  padding-top: 60px;
}
.verified_name > input {
  width: 250px;
  padding-left: 10px;
}
.verified_name > p {
  font-size: 12px;
  color: #666666;
  margin-top: 15px;
}
.verified_name > a {
  display: block;
  font-size: 12px;
  color: #0dc2b3;
  margin-top: 15px;
}
.verified_name > a:hover {
  color: #56dcd1;
}
.cl_login_box .rgt > a {
  display: block;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  border-radius: 8px;
  margin-top: 15px;
  height: 60px;
  background: #368FFF;
  box-shadow: 0px 5px 10px 0px rgba(90,140,173,0.3);
}
.cl_login_box .rgt > a:hover {
  background: #54A0FF;
}
.cl_login_box .rgt > .note_msg {
  position: absolute;
  margin-top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #999999;
}
.cl_login_box .rgt > .note_msg span {
  padding-left: 48px;
}
.copyright {
  display: none;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  background: #fff;
}
.cl_login_fill > input:focus {
  border-color: #368FFF;
}
.verified_name > input:focus {
  border-color: #368FFF;
}
.pwd_remember {

}
.cl_login_img {
  width: 540px;
  height: 560px;
}
.third-login-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
  padding-top: -35px;
}
.third-login-box a {
  display: inline-flex;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: 0 22px;
}
.aihw_dd_class{
   background: url('../images_new/ai_hw/aihw_dd_new_def.png') no-repeat center;
   background-size: 45px 45px;
}
.aihw_dd_class:hover{
   background: url('../images_new/ai_hw/aihw_dd_new.png') no-repeat center;
   background-size: 45px 45px;
}
.aihw_wx_class{
  background: url('../images_new/ai_hw/aihw_wx_new_def.png') no-repeat center;
  background-size: 45px 45px;
}
.aihw_wx_class:hover{
  background: url('../images_new/ai_hw/aihw_wx_new.png') no-repeat center;
  background-size: 45px 45px;
}
.third-login-box a span {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  margin-left: 8px;
}
.site-title {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 442px;
  height: 58px;
  background: url('../images_new/ai_hw/szzy-title.png') no-repeat center;
  margin-left: -221px;
  margin-top: -370px;
}

.account-freeze-confirm-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #000;
  z-index: 999;
}
.account-freeze-confirm {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(159,159,159,0.50);
  transform: translate(-50%, -50%);
  width: 365px;
  max-width: 90%;
  height: 224px;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0 0 0;
}

.account-freeze-confirm .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #2b2b2b;
  line-height: 25px;
}

.account-freeze-confirm .message {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #2b2b2b;
  line-height: 25px;
  padding: 20px 10px 40px 0;
  margin: 0 30px;
  border-bottom: 1px solid #efefef;
}

.account-freeze-confirm .footer {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #2b2b2b;
  line-height: 57px;
}
.account-freeze-confirm .footer a {
  width: 49%;
  display: inline-block;
  cursor: pointer;
}

.account-freeze-confirm .footer a:hover {
  background: #efefef;
}

.account-freeze-confirm .footer #freezeAccountBtn::after {
  content: '';
  position: absolute;
  left: -3px;
  width: 1px;
  height: 37px;
  margin-top: 10px;
  background: #e4e4e4;
}

.account-freeze-confirm .footer #freezeAccountBtn {
  position: relative;
  color: #0dc2b3;
}
.account-freeze-confirm .footer #freezeAccountBtn:hover {
  color: #56dcd1;
}
.thirdparty_tips {
  margin-top: 35px;
}
.thirdparty_tips > .line {
  height: 0.5px;
  width: 100%;
  background-color: #dddddd;
}
.thirdparty_tips > span {
  font-size: 14px;
  margin: -22px auto 0;
  display: block;
  width: 110px;
  text-align: center;
  line-height: 40px;
  color: #aaaaaa;
  background-color: #fafbfc;
}
