/* reset */
* {
  margin: 0;
  padding: 0;
}
html, body {
  overflow: hidden;
}
.tc {
  text-align: center;
}
/* login */
.login-container {
  position: relative;
}

.login-container .login-form {
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 2px;
    width: 616px;
    position: absolute;
    padding: 24px 69px 25px 69px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);  /* IE9及以上支持 */
    -webkit-transform: translate(-50%,-50%);    /* Safari and Chrome */
    -o-transform: translate(-50%,-50%);     /* Opera */
    -moz-transform: translate(-50%,-50%);       /* Firefox */
    width: 616px;
    /* height: 582px; */
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 16px rgba(44,85,168,1);
    opacity: 1;
    border-radius: 3px;
}
 .login-container .login-form .goback {
   position: absolute;
   left: 20px;
   top: 22px;
   font-family:PingFangSC-Regular;
   font-size:16px;
   color:#7c8d9c;
   letter-spacing:0.53px;
   text-align:left;
   text-decoration: none;
 }
.login-container .login-form .jump-next {
  position: absolute;
  right: 20px;
  top: 22px;
  font-family:PingFangSC-Regular;
  font-size:16px;
  color:#7c8d9c;
  letter-spacing:0.53px;
  text-align:left;
  text-decoration: none;
}
.login-container .login-form .goback img {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 4px;
}
.login-container .login-form .school-badge{
  font-size: 0;
  margin-bottom: 22px;
}
.login-container .login-form .log-method{
    font-family: PingFangSC-Regular;
    height: 23px;
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    line-height: 23px;
    color: #303030;
    opacity: 1;
}
.form-group .control-box {
	display: flex;
}
.form-group .control-box .error-tip em{
	font-size: 14px;
}
.login-container .login-form .log-method .line {    
	display: inline-block;
    /* height: 2px; */
    width: 170px;
    margin: 0 0px 4px 0;
    border: 1px solid rgba(244,244,244,1);
}
.form-group{
  margin-bottom: 20px;
  position: relative;    display: flex;
}
.form-group .control-box em{
	font-size: 16px;height: 40px;line-height: 40px; color: #FF5667;font-family:Microsoft YaHei UI;
	font-weight:400;padding-left: 10px;padding-right: 2px;
}
.form-group .title{
	font-size: 14px;height: 40px;line-height: 40px; color: #303030;font-family:Microsoft YaHei UI;
	font-weight:400;    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    width: 56px;
}
.form-group .form-tip{
  position: absolute;
    font-size: 12px;
    color: #9BABB8;
    text-indent: 12px;
    width: 370px;
    left: 83px;
    top: 30px;
}
.form-group .forget {
  position: absolute;
  right: 15px;
  top: 10px;
  font-family:PingFangSC-Medium;
  font-size:12px;
  color:#387DFF;
  letter-spacing:-0.13px;
  text-decoration: none;
}
.form-group .getcode {
    position: absolute;
    background: #387DFF;
    border-radius: 3px;
    width: 112px;
    height: 40px;
    border: none;
    right: 5px;
    top: 0;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -0.13px;
    text-align: center;
    outline: none;
    cursor: pointer;
}
.form-group .qrcode {
    width: 91px;
    height: 32px;
    position: absolute;
    right: 11px;
    top: 3px; cursor: pointer;
}
.form-group .qrfresh {
  border: none;
  background-color: transparent;
  position: absolute;
  outline: none;
  right: 9px;
  top: 9px;
}
.login-container .login-form .ipt-put{
  background:#ffffff;
    text-indent: 16px;
    outline: none;
    width: 370px;
    height: 40px;
    border: 1px solid #E9EAEB;
    opacity: 1;
    border-radius: 3px;color: #303030;margin-left: 24px;
}
.login-container .login-form .form-actions{
	text-align: center;
    width: 478px;
    margin-left: 104px;
}
.login-container .login-form button.btn{
  background:#387DFF;
  border-radius:3px;
  width:370px;
height:40px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family:PingFangSC-Regular;
  font-size:16px;
  color:#ffffff;
  text-align: center;
}
.login-container .login-form .tip {
  font-family:PingFangSC-Medium;
  font-size:12px;
  color:#bac8d2;
  letter-spacing:-0.13px;
  text-align: center;
}
.login-container .login-form .tip a{
  text-decoration: none;
  color: #387DFF;
  font-size: 12px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  font-family:PingFangSC-Medium;
  font-size:12px;
  color:#bac8d2;
  letter-spacing:-0.13px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　font-family:PingFangSC-Medium;
  font-size:12px;
  color:#bac8d2;
  letter-spacing:-0.13px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
　font-family:PingFangSC-Medium;
  font-size:12px;
  color:#bac8d2;
  letter-spacing:-0.13px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-family:PingFangSC-Medium;
    font-size:12px;
    color:#bac8d2;
    letter-spacing:-0.13px;
}

/*logi页面*/
.file {
  position: relative;
  display: inline-block;
  background: #387DFF;
  border: 1px solid #99D3F5;
  border-radius: 4px;
  padding: 4px 12px;
  overflow: hidden;
  color: #eeeeee;
  text-decoration: none;
  text-indent: 0;
  line-height: 20px;
}
.file input {
  position: absolute;
  font-size: 100px;
  right: 0;
  top: 0;
  opacity: 0;
}
.file:hover {
  background: #f0f3f5;
  border-color: #78C3F3;
  color: #004974;
  text-decoration: none;
}

#doRegister,#doSetPassword,#goIndex{
  background: #387DFF;
  border-radius: 3px;
  width: 270px;
  height: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.13px;
  text-align: center;
  line-height: 40px;
}

.getcode{
  line-height: 40px;;
}
.ip-tip1{
  background: #ffffff;
  border: 1px solid #e9ebf1;
  border-radius: 1px;
  width: 268px;
  height: 36px;
  text-indent: 16px;
  outline: none;
}
.register-type{
  width:112px;
  height:30px;
  border-radius: 3px;
  border:1px solid #909090;
  text-align: center;
  line-height: 30px;
  display: inline-block;font-weight:400;
  color:#909090;
  font-size:12px;
  cursor:pointer;font-family:Microsoft YaHei UI;
}
.register-active{
  color:#387DFF;
  border:1px solid #387DFF;
}
.register-img{
  margin-right: 10px;
  margin-top: -4px;;
}
.indexDiv{
  width:280px;
  height:34px;
  color:#fff;
  background-color: #387DFF;
  text-align: center;
  font-size: 16px;
  line-height: 34px;
}
        #registerContent input[type=radio],#registerContent input[type=checkbox] {
            display: none; float: none;
            margin-right: 29px;
        }
        .radio-check{
			    height: 40px;
			    line-height: 40px;
        }
        .radio-check label,.checkbox-check label{
            cursor: pointer;
            padding-left: 0;
            margin-right: 29px;
            font-size:14px;
            font-family:PingFang-SC-Medium;
            color:rgba(78,83,89,1);

        }
        .checkbox-check label:before{
            content: "";
            display: inline-block;
            margin-right: 5px;
            width:16px;
            height:16px;
            border:1px solid rgba(206,206,206,1);
            opacity:1;
            vertical-align: text-bottom;
        }
        .radio-check label:before{
            content: "";
            display: inline-block;
            margin-right: 5px;
            width:18px;
            height:18px;
            border:1px solid rgba(206,206,206,1);
            opacity:1;
            vertical-align: text-bottom;
            border-radius: 50%;
        }
        .radio-check input[type="radio"]:checked+label::before{
            width: 18px;
            height: 18px;
            margin-right: 5px;
            border-radius: 50%;
            background: url("../../image/Company/company-home-page-btn-select.png") no-repeat center center;
            display: inline-block;
            vertical-align: text-bottom;
        }
        .checkbox-check input[type="checkbox"]:checked+label::before{
            width: 18px;
            height: 18px;
            margin-right: 5px;
            background: url("../../image/register/company-checkbox-btn-select.png") no-repeat center center;
            display: inline-block;
            vertical-align: text-bottom;
            border:0px;
        }
        #verify_title{
        	text-align: center;
        	font-size: 16px;color: #4E5359;font-weight:bold;font-family:Microsoft YaHei UI;    padding-bottom: 26px;
        }
        #verifyshow{
        	width:370px;
					height:40px;
					border:1px solid rgba(233,234,235,1);color: #4E5359;font-size:14px;
					line-height: 40px;
        }
        #verifyshow input{
        	width:270px;
					height:38px;
					line-height: 40px;
					border:none;
        }
#verify_code_modal .tip p{
	color: #4E5359;
font-size:12px;
font-family:Microsoft YaHei UI;
font-weight:400;
line-height:18px;
}
.verifyok{
	background: #387DFF;
    border-radius: 3px;width:122px;
height:40px;
    border: none;
    /* right: 5px; */
    /* top: 0; */
    color: #ffffff;
    letter-spacing: -0.13px;
    text-align: center;
    outline: none;
    cursor: pointer;    margin-top: 16px; margin-left: 124px;font-size:14px;
font-family:Microsoft YaHei UI;
font-weight:400;
}

		.form-group .showcode{
			background: #E5E5E5;
			    color: #303030;
		}