.browserHint {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: #FED6D7;
  color: #FB1E2C;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.browserHint .downloadGoogle {
  color: #1F63DB;
}
.btn:active {
  box-shadow: none;
}
/*登录*/
.login{
  margin: 0;
  padding: 0;
}
.login-wrap {
  height: 100vh;
  min-height: 580px;
}
.bg-pic {
  width: 100%;
  height: 100%;
}
.img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-content-wrap {
  position: absolute;
  width: 460px;
  height:100%;
  min-height: 580px;
  background: rgba(255,255,255,.4);
  top: 0;
  right: 0;
}
.login-content {
  width: 360px;
  height: 590px;
  /* height: auto; */
  margin: auto;
  background: rgba(255,255,255,1);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
}
/* 企业端入口的logo */
.logo{
  max-width:60%;
  display: block;
  margin: 0 auto;
  
}
/* 独立入口登录表单样式 */
.login-form {
  width: 78.4%;
  margin: 0px auto;
  margin-top: 60px;
}
.main-error-tips {
  font-size: 12px;
  text-align: center;
  color: red;
  width: 78.4%;
  top: 110px;
  margin: 0px auto 0px;
  height: 17px;
}

.item {
  width: 100%;
  padding-left: 50px;
  margin-top: 30px;
  border-bottom: 1px solid #DCDFE6;
  text-align: left;
  position: relative;
}
/* 学员登录输入框样式 */
.s-item{
  margin-top: 28px !important;
}
.items {
  width: 100%;
  padding-left: 50px;
  margin-top: 30px;
  border-bottom: 1px solid #DCDFE6;
  text-align: left;
  position: relative;
}
.items.focus {
  border-bottom: 1px solid #1A8CFE;
}
.item.captcha {
  padding-left: 0;
}
.admin-login-wrap .item.captcha {
  /*position: absolute;*/
}
.item.focus {
  border-bottom: 1px solid #1A8CFE;
}
.item label {
  font-size: 14px;
  color: #27274a;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 2px;
  line-height: 20px;
  transform-origin: 0 0;
}
.item input {
  box-shadow: 0 0 0px 1000px white inset !important;
  background:none;  
  outline:none;  
  border:none;
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
  line-height: 1;
  color: #27274a;
  font-size: 14px;
}
.items input {
  box-shadow: 0 0 0px 1000px white inset !important;
  background:none;  
  outline:none;  
  border:none;
  box-shadow: none;
  width: 100%;
  padding: 10px 0;
  line-height: 1;
  color: #27274a;
  font-size: 14px;
}
.item.phone-account {
  padding-right: 20px;
}
.item.phone-account .icon-a_success {
  color: #1DC88C;
  font-size: 14px;
  position: absolute;
  top: 12px;
  right: 0;
}
.item.auth-code {
  padding-right: 80px;
}
.item.auth-code .code-box {
  position: absolute;
  right: 0;
  bottom: 8px;
}
.item.auth-code .code-box .line {
  font-size: 14px;
  color: #B4B6BD;
  margin: 0px 5px;
}
.item.auth-code .code-box .code-hint {
  display: inline-block;
  width: 70px;
  font-size: 14px;
  color: #B4B6BD;
  cursor: not-allowed;
}
.item.auth-code .code-box .code-hint.ing {
  color: #1A8CFE;
  cursor: not-allowed;
}
.item.auth-code .code-box .code-hint.right {
  cursor: pointer;
  color: #1A8CFE;
}
.remember{
  overflow: hidden;
  margin-top: 8px;
}
.remember label {
  float:left;
  color:#999;
  font-weight: normal;
  cursor: pointer;
  padding-left: 2px;
}
.remember input {
  margin-right: 8px;
  margin-top: 0;
}
.forget-password {
  float: right;
  color: #B4B6BD;
}
.btn-login{
  width: 100%;
  background-color: #1A8CFE;
  border-color: #1A8CFE;
  margin-top: 35px;
  color: #FFFFFF;
}
.s-btn-login{
  margin-top: 23px !important;
}
.btn-login:hover, .btn-login:focus, .btn-login.focus{
  color:#fff !important;
}
.btn-login-wechat {
  border-radius: 20px;
  margin-top: 150px;
}
.btn-login-wechat .icon {
  margin-right: 7px;
}
.wechat-tip {
  font-size: 12px;
  color: #B4B6BD;
  margin-top: 15px;
  text-align: center;
}


.login-type {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.login-type .login-type-btn {
  width: calc((100% - 10px) / 2);
  font-size: 12px;
  color: #3A3E51;
  background: #f1f3f8;
  border: 1px solid #F1F3F8;
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.login-type-btn.wechat.domain {
  width: 100%;
}
.login-type .login-type-btn .icon {
  color: #1A8CFE;
  font-size: 14px;
  margin-right: 10px;
  top: 0;
}
.login-type .login-type-btn .icon-a_landing_wechat_1 {
  color: #1DC88C;
}
.login-type .login-type-btn.account-type.app,
.login-type .login-type-btn.phone-type.app {
  width: 100%;
}

.btn-wechat {
  width:100%;
  color: #1A8CFE;
  border-color: #1A8CFE;
  margin-top: 9px;
}
.btn-wechat em {
  margin-right: 8px;
}
.btn-regist {
  float: right;
  color:#1A8CFE;
  /* margin-top: 15px; */
}
.login-type .btn-regist {
  margin-top: 0;
}
.login-content-footer{
  clear: both;
  position: absolute;
  bottom: 16px;
  width: 78.4%;
}
.login-content-footer .login-on-phone {
  float: left;
  color: #999;
  line-height: 20px;
}
.login-content-footer .login-on-phone em {
  margin-right: 8px;
  vertical-align: middle;
}
.login-content-footer .switchLang{
  float: right;
  color:#999;
  cursor: pointer;
  line-height: 21px;
}
.login-content-footer .switchLang em {
  vertical-align: middle;
  position: relative;
}
.login-content-footer .switchLang .ch {
  margin-left: 5px;
  vertical-align: middle;
}
.login-content-footer .show-qr-code {
  color: #999;
  vertical-align: middle;
}
.login-content-footer em{
  font-size: 16px;
}
.mobile-register,.mobile-wechat-login {
  display: none;
}
.qr-code-wrap {
  background: url(../images/login_reg/qr-wrap.png) no-repeat;
  bottom: 20px;
  position: absolute;
  left: 0px;
  background-size: contain;
  height: 120px;
  width: 120px;
  display: none;
}
.qr-codes {
  margin: 7px;
}
.login-on-phone:hover .qr-code-wrap {
  display: block;
}
.loginWechet {
  width: 78.4%;
  margin: 0px auto;
}
.loginWechet .reg-tips{
  font-size: 22px;
  color: #1A8CFE;
  margin-top: 102px;
  margin-bottom: 35px;
  text-align: center;
  margin-left: 28px;
}
.loginWechet .icon-a_circle_check {
  font-size: 77px;
  display: block;
  text-align: center;
  color:#1A8CFE;
}
.loginWechet .finish-text {
  color: #999;
  margin-top: 80px;
  text-align: center;
}
.loginWechet .btn-goto-bind {
  width: 100%;
  margin-top: 50px;
  background: #1A8CFE;
  border-color: #1A8CFE;
}
.loginWechet .btn-goto-login {
  width: 100%;
  margin-top: 112px;
  font-size: 12px;
  color: #666;
  background: none;
  border: none;
}
/*input 中placeholder样式*/
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}
/*移动端*/
@media (max-width: 768px) {

  .examinee-reg {
    width: calc(100% - 80px) !important;
  }

  .header-mobile {
    display: block !important;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1040;
    background-color: #ffffff;
}
.header-mobile .back-icon {
    width: 30px;
    text-align: center;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    height: 45px;
    line-height: 45px;
}
.header-mobile .back-icon .m_logout {
    display: inline-block;
    color:  #27274A;
    font-size: 17px;
}

  .btn-regist,.login-content-footer .login-on-phone,.bg-pic {
    display: none;
  }
  .btn-wechat {
    border-radius: 100px;
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-color: #1A8CFE;
    color: #1A8CFE;
    display: block;
  }
  /* 移动端登录样式 */
  .login-form {
    margin-top: 20px;
    min-height: calc(100vh - 44px);
    padding-bottom: 60px;
    position: relative;
  }
  .logo{
    margin: 0 auto 30px ;
    width: 100px;
    object-fit: contain;
  }
  .remember {
    margin-top: 10px;
  }
  .remember input {
    vertical-align: middle;
    position: relative;
    top: -1px;
  }
  .remember em {
    vertical-align: middle;
  }
  .main-error-tips{
    font-size: 12px;
    text-align: center;
    color: red;
    width: 78.4%;
    height: 30px;
  }
  .login-wrap,.login-content,.login-content-wrap {
    min-height: 0;
  }
  /*.mobile-btn-regist{*/
    /*border-radius: 100px;*/
    /*margin-top: 15px;*/
    /*height: 50px;*/
    /*line-height: 50px;*/
    /*padding: 0;*/
    /*border-color:#1A8CFE;*/
    /*color: #1A8CFE;*/
    /*display: block;*/
  /*}*/
  .mobile-btn-regist {
    color: #999;
    padding: 0;
    border: none;
    font-size: 14px;
    margin-left: 8px;
    display: none;
  }
  .mobile-btn-regist:hover {
    color:#999;
    background-color: #fff;
  }
  .mobile-register {
    display: block;
    float: left;
    color: #999;
  }
  .login-content-footer .switchLang {
    line-height: 40px;
  }
  /*.mobile-wechat-login {*/
    /*display: block;*/
    /*float: left;*/
    /*color: #999;*/
  /*}*/
  .mobile-wechat-login a{
    color: #999;
    font-size: 14px;
    vertical-align: super;
    margin-left: 8px;
  }
  .login-content-wrap{
    width: 100%;
    height: 100%;
    min-width: 0px;
  }
  .login-content {
    width: 100%;
    height: 100%;
  }
  .btn-login{
    border-radius: 100px;
    margin-top: 45px;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .s-btn-login{
    margin-top:10px !important;
  }
  .btn-login-wechat {
    margin-top: 200px;
  }
  .login-type .login-type-btn {
    border-radius: 100px;
  }
  .login-content-footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2px;
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  .login-content-footer em {
    font-size: 20px;
    vertical-align: middle;
  }
  .login-content-footer .switchLang .ch {
    font-size: 14px;
    margin-left: 5px;
  }
  .loginWechet .btn-goto-login {
    margin-top: 80px;
  }
}
/*注册*/
body{
  margin: 0;
  padding: 0;
}
.reg-wrap {
  height: 100vh;
  min-height: 580px;
}
.bg-pic {
  width: 100%;
  height: 100%;
}
.img-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reg-content-wrap {
  position: absolute;
  width: 460px;
  height:100%;
  min-height: 580px;
  background: rgba(255,255,255,.4);
  top: 0;
  right: 0;
}
.reg-content {
  width: 360px;
  height: 580px;
  margin: auto;
  background: rgba(255,255,255,1);
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: scroll;
}
.examinee-reg {
  width: 78.4%;
  margin: 0px auto;
}
.examRegStep1 .reg-tips {
  font-size: 22px;
  color:#1A8CFE;
  margin-top: 38px;
  border:none;
  margin-bottom: 60px;
}
.examRegStep1 .password {
  padding-left: 0;
}
.necessary{
  color: red;
}
.examRegStep2 .reg-tips {
  font-size: 22px;
  color:#1A8CFE;
  margin-top: 38px;
  border:none;
  margin-bottom: 35px;
}
.examRegStep3 .reg-tips {
  font-size: 22px;
  color:#1A8CFE;
  margin-top: 102px;
  margin-bottom: 35px;
  text-align: center;
  margin-left: 28px;
}
.examRegStep1 input,.examRegStep2 input {
  border: none;
  outline: none;
  width: 100%;
  color: #3A3E51;
  padding: 10px 0px;
}
.examRegStep1 input::-webkit-input-placeholder,
.examRegStep2 input::-webkit-input-placeholder {
  color: #3A3E51;
}
/*.examRegStep1 div,*/
/*.examRegStep2 div {*/
/*  position: relative;*/
/*}*/
#selDepTree {
  border: 0;
}
.examRegStep1 .focus,.examRegStep2 .focus {
  border-color: #1A8CFE;
}
.examRegStep1 .error-tips,.examRegStep2 .error-tips{
  font-size: 12px;
  color: red;
  position: absolute;
  top: 13px;
  right: 0;
  border-bottom: 0;
  margin: 0;
  background: #fff;
  padding-left: 10px;
  white-space: nowrap;
}
.verify-input .error-tips {
  right: 77px;
  top: 13px!important;
}

.private-terms {
	font-size: 12px;
	line-height: 17px;
	color: #656577;
	margin-top: 15px;
}

.private-terms label {
	font-weight: normal;
}

.private-terms label input[type=checkbox] {
	display: inline-block;
  width: auto;
	padding: 0;
	margin: 0 5px 0;
	vertical-align: -1px;
}

.private-terms a {
	color: #3776FF;
}

/*.examRegStep2 .required:before {*/
/*  color: #999;*/
/*  font-size: 14px;*/
/*  line-height: 19px;*/
/*  content: '*';*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: -14px;*/
/*  bottom: 6px;*/
/*}*/
.btn{
  height: 40px;
  padding: 0;
  line-height: 40px;
}
.btn-next-step,.btn-finish {
  width:100%;
  background: #1A8CFE;
  margin-top: 5px;
  margin-bottom: 10px;
  cursor: not-allowed;
  opacity: .65;
  border-color:#1A8CFE;

}
.btn-finish:disabled {
	opacity: .6;
}
.btn-exist-account{
  width: 100%;
}
.all-input {
  opacity: 1;
  cursor: pointer;
}
.examRegStep2 .phone-series,.examRegStep2 .verify-input,.examRegStep2 .captcha-input,.examRegStep2 .verify-button, .examRegStep2 .information,
.examRegStep2 .dep,.examRegStep2 .info,.examRegStep2 .current-option,.examRegStep2 .option {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.examRegStep2 .info {
  overflow: hidden;
}
.examRegStep2 .dep {
  position: relative;
  cursor: pointer;
  margin: 40px 0 0 0;
}
.examRegStep2 .dep .current-option {
  padding-bottom: 7px;
}
.examRegStep2 .dep em {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 12px;
}
.examRegStep2 .active .current-option {
  color:#1A8CFE;
}
.examRegStep2 .sex {
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 0;
  padding-bottom: 0;
}
.examRegStep2 .male,.examRegStep2 .famale {
  margin-bottom: 0;
  float: left;
  width: 46%;
  color: #B7B7B7;
  border: 1px solid #B7B7B7;
  padding: 6.5px 0;
}
.examRegStep2 .male {
  margin-right: 9px;
}
.examRegStep2 .male:hover,.examRegStep2 .famale:hover,.examRegStep2 .selected.male,.examRegStep2 .selected.famale {
  border:1px solid #1A8CFE;
  color:#1A8CFE;
  background: #fff;
}
.btn-verify {
  padding:0;
  line-height: 40px;
}
.examRegStep3 .finish-text {
  font-size: 14px;
  color:  #27274A;
  margin-top: 80px;
  text-align: center;
}
.examRegStep3 .btn-goto-login {
  width: 100%;
  margin-top: 50px;
  /*background: #1A8CFE;*/
  /*border-color:#1A8CFE;*/
}
.examRegStep3.weChatBind .btn-goto-login {
  width: 100%;
  margin-top: 112px;
  font-size: 12px;
  color: #666;
  background: none;
  border: none;
}
.examRegStep3.weChatBind .btn-goto-bind {
  width: 100%;
  margin-top: 50px;
  background: #1A8CFE;
  border-color:#1A8CFE;
}
.examRegStep3 .icon-a_circle_check {
  font-size: 77px;
  display: block;
  text-align: center;
  color:#1A8CFE;
}
/*input 中placeholder样式*/
::-webkit-input-placeholder { /* WebKit browsers */
  color:  #27274A;
  font-size: 14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:  #27274A;
  font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:  #27274A;
  font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:  #27274A;
  font-size: 14px;
}
/*移动端*/
@media (max-width: 768px) {
  .content-title {
    width: 100px;
    height: 28px;
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 500;
    color: #27274a;
    line-height: 28px;
  }
  .s-content-title {
    margin-top: 60px;
  }
  .browserHint {
    display: none !important;
  }
  .reg-wrap {
    min-height: 0;
  }
  .bg-pic {
    display: none;
  }
  .reg-content-wrap{
    width: 100%;
    height: 100%;
    min-width: 0px;
  }
  .reg-content {
    width: 100%;
    height: 100%;
  }
  .reg-content-wrap{
    min-height: 0;
  }
  .examRegStep1 .reg-tips,
  .examRegStep2 .reg-tips {
    font-size: 24px;
    font-weight: bold;
    color:  #27274A;
    margin: 70px 0 70px;
  }
  .examRegStep1 .form-row .error-tips,
  .examRegStep2 .form-row .error-tips {
    top: 11px;
  }
  .examRegStep1 .required:before, .examRegStep2 .required:before {
    color: #1A8CFE;
  }
  .examRegStep3 .btn-goto-login,
  .examRegStep3.weChatBind .btn-goto-bind {
    margin-top: 40px;
    margin-bottom: 0;
    opacity: 1 !important;
    /*background: #1A8CFE !important;*/
    /*box-shadow: 0 5px 10px 0 rgba(60,130,253,0.30) !important;*/
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
  }
  .btn-goto-login,
  .btn-next-step,
  .btn-exist-account {
    height: 50px;
    line-height: 50px;
    opacity: 1;
    border-radius: 25px;
    margin-top: 45px;
  }
  .btn-primary.btn-finish {
    box-shadow: 0 5px 10px 0 rgba(60,130,253,0.30);
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
  }
  .examRegStep2 .male, .examRegStep2 .famale {
    height: 40px;
    line-height: 40px;
    padding:0;
    margin-top: 0px;
    border-radius: 25px;
  }
 .examRegStep3 .reg-tips {
  margin-top: 80px;
  font-size: 24px;
  color:  #27274A;
 }
}
/*隐藏商桥链接*/
#newBridge {
  display: none!important;
}

/*自定义字段-下拉形式*/
.examRegStep2 .modify_field {
  position: relative;
  color: #3A3E51;
  cursor: pointer;
  border-bottom: unset;
}

.examRegStep2 .modify_field .select{
  border-bottom: unset;
  margin-bottom:unset;
  line-height: 40px;
  position:relative;
}
.examRegStep2 .modify_field .current-option {
  /*border-bottom: 1px solid #999;*/
  padding-bottom: 7px;
  margin-bottom: unset;
}
.examRegStep2 .modify_field em {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 12px;
}
.examRegStep2 .field-option {
  display: none;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba(39,39,74,0.05);
  border-radius: 2px;
  margin-bottom: 0;
  width: 100%;
  position: absolute;
  color: black;
  z-index: 300;
}
.examRegStep2 .field-option .option {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #DCDFE6;
  cursor: pointer;
}
.examRegStep2 .field-option .option:last-child {
  border-bottom: 0;
}
.examRegStep2 .field-option .option:hover {
  background: #F1F3F8;
}
.examRegStep2 .active .current-option {
  color:#1A8CFE;
  margin-bottom:0px;
}

.examRegStep2 .filed-option{
  display: none;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 4px;
  padding: 10px;
}
.examRegStep2 .active .field-option {
  display: block;
}

/*校验优化-自定义字段-下拉形式的错误提示*/
.modify_field .error-tips{
  padding: 0;
}
@media (min-width: 768px){
  .male.btn,.famale.btn{
    line-height:25px;
  }
}

.error-tips{
  max-width:160px;
}

.examRegStep2 .info.dep-items-container{
  overflow: unset;
  margin-bottom: 30px;
}
.switch-verify-box{
  margin-top: 10px;
  margin-bottom: 10px;
  color:  #656577;
  text-align: right;
  font-size: 12px;
}
.switch-verify-box .btn-verify-code {
  text-decoration: underline;
  font-size: 12px;
}
.switch-verify-box>div{
  display: none;
  color:  #656577;
}
.switch-verify-box>.active {
  display: block;
}
/* 图形验证码 */
.captcha .captcha-img {
  position: absolute;
  right: 0;
  top: 22px;
  transform: translateY(-50%);
  width: 100px;
}

/*  获取验证码 */
.btn-verify-code {
  font-size: 14px;
  color: #1a8cfe;
  cursor: pointer;
}
.btn-verify-code:hover{
  color: #1a8cfe;
}
.form-item.verify .tip{
  position: absolute;
  left: 0;
  top: 54px;
  margin: 0;
}
.verify div.btn-verify-code {
  padding-right: 15px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.item.item-captcha {
  padding-right: 80px;
}
.item.item-captcha img{
  width: 70px;
  position: absolute;
  bottom: 0;
}
.phone-error-tip{
  display: none;
  font-size: 12px;
  text-align: center;
  color: red;
  width: 78.4%;
  top: 110px;
  margin: 10px auto 0px;
  height: 17px;
}
.btn-box{
  position: relative;
}
.tip-box{
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  text-align: left;
}

.msg-code-tip {
  font-size: 12px;
  color:  #656577;
  line-height: 20px;
}
.voice-code-tip {
  font-size: 12px;
  color: #FFFFFF;
  background: #FE8545;
  line-height: 20px;
}

/*!* 选择部门插件 *!*/
.reg-wrap .item-label {
  position: absolute;
  left: -10px;
  top: 9px;
}
.reg-wrap .item-label .necessary {
  position: absolute;
  left: 0;
  top: 4px;
}
#examRegStep2 .item-label .necessary {
    display: none;
}
#examRegStep2 .required .item-label .necessary {
   display: block;
}
.reg-wrap .item-label .label-hint {
  display: none;
  white-space: nowrap;
  padding-left: 10px;
  font-size: 12px;
  color: #B4B6BD;
}
.reg-wrap .focus .item-label .label-hint {
  display: inline;
}
.examRegStep2 .verify-button {
  text-align: right;
}
.examRegStep1 .form-row,
.examRegStep2 .form-row {
  border-bottom: 1px solid #DCDFE6;
  margin-top: 40px;
  position: relative;
}
.dep-items-container {
  position: relative;
}
.form-row.sex,
.form-row.phone-series{
  border-bottom: 0;
}
.form-row .phone {
  border-bottom: 1px solid #DCDFE6;
}

/* 学员端UI优化--主管理员登录页 */
.login-wrap.admin-login-wrap .bg-pic {
  background: #F2F6FF;
}
.login-wrap.admin-login-wrap .bg-pic .img-bg {
  display: none;
}
.login-wrap.admin-login-wrap .login-content-wrap {
  width: 1000px;
  height: 550px;
  border-radius: 9px;
  overflow: hidden;
  min-height: auto;
  left: 50%;
  top: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
.login-wrap.admin-login-wrap .login-content-wrap .admin-bg-wrap {
  display: block!important;
  position: relative;
  width: 100%;
  height: 100%;
  padding:70px  80px  85px 80px;
}
.login-wrap.admin-login-wrap .login-content-wrap .admin-login-bg {
  min-height: 100%;
  max-width: 600px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  font-family: PingFangSC-Regular, PingFang SC;
}
.login-wrap.admin-login-wrap .login-content-wrap .admin-bg-wrap .logo {
  display: block;
  height: 32px;
  position: absolute;
  /*bottom: 68px;*/
  left: 253px;
  bottom: 46px;
}
.login-wrap.admin-login-wrap .login-content-wrap .admin-bg-wrap .bg-title {
  font-size: 38px;
  color: #FFFFFF;
  line-height: 53px;
}
.login-wrap.admin-login-wrap .login-content-wrap .admin-bg-wrap .border {
  width: 60px;
  height: 3px;
  background: #FFFFFF;
  /*margin-top: 25px;*/
  margin-top: 10px;
  margin-bottom:25px;
}
.login-wrap.admin-login-wrap .login-content-wrap .admin-bg-wrap .loginIntro{
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
}
.login-wrap.admin-login-wrap .login-content-wrap .login-content {
  width: 400px;
  height: 100%;
  /* padding: 60px; */
  padding: 50px 50px 32px 50px;
  right: 0;
  left: auto;
}
/* 管理员入口样式登录表单样式 */
.login-wrap.admin-login-wrap .login-content-wrap .login-content .login-form {
  width: 100%;
  margin: 0;
  position: relative;
  /* height: calc(100% - 90px); */
  height:calc(100% - 10px);
  margin-top: 10px;
}
.login-wrap.admin-login-wrap .login-content-wrap .logo {
  display: none;
}
.login-wrap.admin-login-wrap .login-content-wrap .content-title {
  display: block!important;
  font-size: 20px;
  font-weight: 500;
  color: #27274A;
  line-height: 28px;
  text-align: left;
  padding-bottom: 35px;
}
.login-wrap.admin-login-wrap .remember {
  min-height: 17px;
  margin-top: 10px;
}
.login-wrap.admin-login-wrap .forget-password {
  color: #27274A;
}
.login-wrap.admin-login-wrap .btn-login {
  margin-top: 60px;
  background: #1a8cfe;
  /* background: linear-gradient(90deg, #FF4F49 0%, #FF6C5C 100%); */
  border-radius: 4px;
  /* border-color:#FF4F49 ; */
  border-color: #1a8cfe;
}
.login-wrap.admin-login-wrap .login-on-phone {
  display: none!important;
}
.login-wrap.admin-login-wrap .login-type .login-type-btn {
  background: #F2F6FF;
  color: #27274A;
  border: 0;
  line-height: 40px;
}
.login-wrap.admin-login-wrap .login-type .login-type-btn .icon {
  font-size: 16px;
  margin-right: 5px;
}
.login-wrap.admin-login-wrap .btn-regist {
  color: #27274A;
  line-height: 17px;
  float: none;
  display: block;
  position: absolute;
  bottom: 0px;
}
.login-wrap.admin-login-wrap .main-error-tips {
  position: absolute;
  top: auto;
  margin: 20px 0 0;
  width: 100%;
  height: auto;
}
.login-wrap.admin-login-wrap .loginWechet .reg-tips {
  margin-top: 72px;
}
.login-wrap.admin-login-wrap .item {
  border-bottom: 1px solid #DBE5F5;
}
.login-wrap.admin-login-wrap .item label {
  color: #27274A;
}
.login-wrap.admin-login-wrap .item input {
  color: #27274a;
}

/*1920以上*/
/*1600*800*/
/*内容区域550px*/
@media (min-width: 1920px){
  .login-wrap.admin-login-wrap .login-content-wrap {
    width: 1600px;
    height: 800px;
    border-radius: 17px;
  }
  .login-wrap.admin-login-wrap .login-content-wrap .admin-login-bg {
    max-width: 1050px;
  }
  .login-wrap.admin-login-wrap .login-content-wrap .login-content {
    width: 550px;
    padding: 100px 80px 80px;
  }

  /* 学员登录 */
  .login-wrap.student-login-wrap .login-content {
    width: 640px;
    height: 800px;
    padding: 90px 80px;
    border-radius: 17px;}
}












/* 学员登录样式 */
.companyId-tip{
width: 288px;
height: 18px;
font-size: 12px;
font-family: PingFang SC, PingFang SC-Regular;
font-weight: 400;
text-align:center;
margin-top:10px;
margin-bottom: 20px;
color: #9090a4;
line-height: 18px;
}

.login-wrap.student-login-wrap .studentLogin-pc-logo {
  display: block;
  height: 34px;
  position: absolute;
  /*bottom: 68px;*/
  left: 200px;
  top: 40px;
} 

.login-wrap.student-login-wrap .login-content {
  width: 400px;
  height: auto;
  padding: 60px 50px;
  border-radius: 10px;
  box-shadow: 0px 20px 30px 10px rgba(55,118,255,0.10); 
  overflow: hidden;
  min-height: auto;
  left: 50%;
  top: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.login-wrap.student-login-wrap .login-form {
  width: 100%;
  margin: 0px auto;
  margin-top: 0px
}
.login-wrap.student-login-wrap .login-content .login-form .content-title{
  width: 300px;
  height: 56px;
  font-size: 20px;
  margin-bottom: 60px;
  font-weight: 500;
  color: #27274a;
  line-height: 28px;
}
.login-wrap.student-login-wrap .item input {
  color: #27274a;
  font-family: PingFang SC, PingFang SC-Regular;
}
.login-wrap.student-login-wrap .bg-pic{
  overflow: hidden;
  position: relative;
}
.login-wrap.student-login-wrap .s-bg-pic{
  background: #f2f6ff;
}
.login-wrap.student-login-wrap .bg-circle{
  width:560px;
  height:560px;
  border-radius: 50%;
  background: #f8faff;
  /* display: inline-block; */
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  right: 0;
  margin: auto;
}
