@charset "UTF-8";

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
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);
}
.container_login {
  width: 100%;
  font-size: 12px;
  color: #333;
}
.cl_head {
  height: 80px;
  background: #fff;
}
.cl_head_in {
  width: 80%;
  min-width: 1200px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}
.cl_head_in .logo {
  display: block;
  height: 80px;
  overflow: hidden;
}
.cl_head_in .logo span {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  *display: block;
  *font-family: arial;
  *font-size: 52px;
}
.cl_head_in .logo span img {
  width: auto !important;
  height: auto !important;
  max-height: 70px;
  vertical-align: middle;
}
.cl_banner {
  position: absolute;
  width: 100%;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 530px;
}
.cl_banner .banner {
  width: 100%;
  height: 100%;
  background-image: url('../images_new/index_banner/banner_custom.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cl_login_box {
  position: absolute;
  left: 50%;
  top: 60%;
  width: 272px;
  padding: 25px;
  background: #fafbfc;
  border-radius: 5px;
  margin-left: 275px;
  margin-top: -300px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.cl_login_box > p {
  position: absolute;
  left: 25px;
  top: 60px;
  line-height: 16px;
  color: #ff5151;
  padding-left: 15px;
  background: url('../images_new/c_login_icon.png') no-repeat 0 -365px;
}
.cl_login_head span:first-child {
  display: block;
  float: left;
  font-size: 20px;
}
.cl_login_fill {
  position: relative;
  padding-top: 30px;
}
.cl_login_fill:before,
.cl_login_fill:after {
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  background: url('../images_new/c_login_icon.png') no-repeat;
  z-index: 1;
}
.cl_login_fill:before {
  top: 42px;
  left: 11px;
  width: 15px;
  background-position: 0 -413px;
}
.cl_login_fill:after {
  top: 97px;
  left: 12px;
  width: 13px;
  background-position: 0 -467px;
}
.cl_login_fill > input,
.verified_name > input {
  width: 225px;
  height: 28px;
  line-height: 28px;
  padding: 5px 10px 5px 35px;
  font-size: 14px;
  border: 1px solid #ededed;
  border-radius: 3px;
  box-sizing: content-box;
  outline: none;
}
.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: 160px;
  height: 28px;
  line-height: 28px;
  padding: 5px 100px 5px 10px;
  font-size: 14px;
  border: 1px solid #ededed;
  border-radius: 3px;
  background: #fff;
  box-sizing: content-box;
	outline: none;
}
.cl_login_fill .u_code img {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 90px !important;
  height: 38px !important;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.cl_login_fill input:focus {
  border-color: #0dc2b3;
}
.lost_pwd > a {
  color: #666;
}
.lost_pwd > a:hover {
  color: #0dc2b3;
}
.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 > a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;
  background: #0dc2b3;
  border-radius: 3px;
  text-align: center;
  margin-top: 15px;
}
.cl_login_box > a:hover {
  color: #ffffff;
  background: #56dcd1;
}
.cl_login_box > .note_msg {
  position: absolute;
  margin-top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #999999;
}
.cl_login_box > .note_msg span {
  padding-left: 48px;
}
.copyright {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  background: #fff;
}

.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;
}

.no-third-cookie-login-failed-confirm-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #000;
  z-index: 999;
 }
 .no-third-cookie-login-failed-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;
  height: 272px;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px 0 0 0;
 }
 .no-third-cookie-login-failed-confirm .title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #2b2b2b;
  line-height: 25px;
 }
 .no-third-cookie-login-failed-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;
 }
 .no-third-cookie-login-failed-confirm .message #noThirdCookieloginFAQBtn {
  text-decoration: underline;
 }
 .no-third-cookie-login-failed-confirm .footer {
  margin: 0;
  font-size: 18px;
  text-align: center;
  color: #2b2b2b;
  line-height: 57px;
 }
 .no-third-cookie-login-failed-confirm .footer a {
  width: 49%;
  display: inline-block;
  cursor: pointer;
 }
 .no-third-cookie-login-failed-confirm .footer a:hover {
  background: #efefef;
 }
 .no-third-cookie-login-failed-confirm .footer #noThirdCookieLoginBtn::after {
  content: '';
  position: absolute;
  left: -3px;
  width: 1px;
  height: 37px;
  margin-top: 10px;
  background: #e4e4e4;
 }
 .no-third-cookie-login-failed-confirm .footer #noThirdCookieLoginBtn {
  position: relative;
  color: #0dc2b3;
 }
 .no-third-cookie-login-failed-confirm .footer #noThirdCookieLoginBtn:hover {
  color: #56dcd1;
 }