.login-mark {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 33;
}
.sc-login {
  width: 900px;
  height: 500px;
  border-radius: 6px;
  background-color: #fff;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  overflow: hidden;
  display: none;
  z-index: 999;
}
.sc-login_img {
  background: url(../image/sc-login_img.png) no-repeat center;
  background-size: cover;
  width: 503px;
  height: 500px;
}
.sc-login_text {
  width: 397px;
  height: 500px;
  box-sizing: border-box;
  padding: 31px 29px 29px 35px;
}
.form-box a {
  color: #b9b9b9;
  font-size: 14px;
  display: inline-block;
  padding-top: 56px;
  cursor: pointer;
}
.reg-form {
  padding-top: 20px;
  display: none;
}
.retrieve-form{
  padding-top: 20px;
  display: none;
}
.reg-form a {
  padding-top: 20px;
}
.sc-login_img_con {
  width: 382px;
  height: 246px;
  color: #fff;
  position: absolute;
  top: 225px;
  left: 25px;
}
.sc-login_img h3 {
  width: 182px;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 22px;
}
.sc-login_img p {
  padding-top: 25px;
  border-top: 1px solid rgba(225, 225, 225, 0.3);
  font-size: 18px;
  padding-bottom: 25px;
}
.sc-login_img_con img {
  width: 16px;
}
.form-box {
  color: #b4b4b4;
}
.log-form {
  padding-top: 90px;
  display: block;
}
.form-box .input-block {
  width: 333px;
  height: 38px;
  padding-left: 17px;
  border-bottom: 1px solid rgba(211, 211, 211.5);
  margin-bottom: 31px;
  justify-content: flex-start;
  box-sizing: border-box;
}
.reg-form .input-block {
  width: 333px;
  height: 38px;
  padding-left: 17px;
  border-bottom: 1px solid rgba(211, 211, 211.5);
  justify-content: flex-start;
  box-sizing: border-box;
  margin-bottom: 18px;
}
.reg-form .input-block4{
  margin-bottom: 14px;
}
.retrieve-form .input-block{
  margin-bottom: 20px;
}
.input-block input {
  width: 200px;
  height: 35px;
  color: #b4b4b4;
  font-size: 14px;
}
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b4b4b4;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b4b4b4;
  font-size: 14px;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b4b4b4;
  font-size: 14px;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b4b4b4;
  font-size: 14px;
}
.input-block img {
  margin-right: 20px;
}
.input-block span {
  color: #b4b4b4;
  font-size: 14px;
  cursor: pointer;
}
.btn {
  width: 190px;
  height: 48px;
  background-color: #d21f19;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  margin: auto;
  cursor: pointer;
  margin-top: 25px;
  
}
.input-block span img {
  margin-left: 30px;
  margin-top: 2px;
}
.form-box .no-border {
  border-bottom: none;
  padding-left: 0;
}
.form-box .w234 {
  width: 234px;
  border-bottom: 1px solid rgba(211, 211, 211.5);
  padding-left: 17px;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: nowrap;
}
/* .form-box .no-border a {
  width: 92px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: #b4b4b4;
  padding: 0;
  box-sizing: border-box;
  margin-left: 7px;
} */
.form-box .no-border input.sendButton {
  width: 92px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  color: #b4b4b4;
  padding: 0;
  box-sizing: border-box;
  margin-left: 7px;
  cursor: pointer;
  background: #fff;
}

input[type='checkbox'] {
  width: 12px;
  height: 12px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
input[type='checkbox']:checked {
  background: url('../image/sc-login_icon6.png') no-repeat center;
}
.consent {
  width: 287px;
  margin: 10px auto 25px;
}
.consent input {
  margin: 0;
}
.consent a {
  padding: 0;
}
.sc-login_complete {
  width: 900px;
  height: 500px;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 49px;
  /* color: rgba(51, 51, 51, 0.5); */
  color: #333333;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  z-index: 999;
}
.sc-login_center {
  text-align: center;
  font-size: 28px;
  font-weight: 100;
}
.sc-login_center img {
  display: block;
  width: 60px;
  margin: 39px auto 17px;
}
.sc-login_center span {
  display: inline-block;
  font-size: 36px;
  margin-bottom: 13px;
}
.sc-login_center p {
  text-align: center;
  font-size: 28px;
  margin-bottom: 57px;
}
.sc-login_center p i {
  font-style: normal;
  color: #d21f19;
}
.sc-login_center a {
  display: inline-block;
  width: 214px;
  height: 66px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 30px;
  line-height: 66px;
  /* color: rgba(51, 51, 51, 0.5); */
  color: #333333;
  cursor: pointer;
}

.register-btn {
  cursor: pointer;
}
.isShow {
  display: none;
}

/* 登录错误提示红字 */
.errMsg {
  text-align: center;
  height: 14px;
}
.errMsg .errMsgContent{
  font-size: 14px;
  color:#D7201A; 
}
.form-box .input-border2 {
  margin-bottom: 12px;
}
/* 注册错误提示红字 */
/* 找回密码错误提示红字 */
.form-box .input-block3 {
  margin-bottom: 14px;
}
.close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 19px;
  right: 11px;
}
