/*头部*/
header {
    background-color: #ea2828;
    height: 70px;
    line-height: 60px;
}

header .banner-title{
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 12px;
}

header .title {
    line-height: 65px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.68px;
    margin-left: 100px;
}
header img{
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#main .register {
	background: #FFFFFF;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.04);
	border-radius: 10px;
	width: 430px;
	text-align: center;
	margin-top: 40px;
}

#main .register>p {
	padding-top: 20px;
	font-size: 20px;
	color: #333333;
}

#main .register p.center {
	margin: 30px 0;
	margin: 54px 0 32px 0;
	font-size: 14px;
	color: #FF2909;
}

#main .register p.center img {
	vertical-align: middle;
	margin-top: -4px;
}

#main .register .btns {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: 40px;
}

#main .register .btns>div {
	position: relative;
	border-radius: 2px;
	width: 325px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#main .register .btns>div .err-message {
	font-style: normal;
	font-size: 14px;
	position: absolute;
	top: 35px;
	left:0px;
	color: red;
	display:none;
}

#main .register .btns>div>img {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 5px;
}

#main .register .btns .submit {
	flex-direction: column;
	background: #ea2828;
	border-radius: 6px;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 20px;
	cursor: pointer;
}

#main .register .btns .submit.disabled {
	opacity: 0.5;
}

#main .register .btns #code>span {
	width: 1px;
	height: 15px;
	background: #ea2828;
	position: absolute;
	top: 16px;
	right: 105px;
}

#main .register .btns .get-code {
	position: absolute;
	width: 90px;
	top: 0;
	right: 10px;
	font-size: 14px;
	color: #ea2828;
	text-align: center;	
	cursor:pointer;
}

#main .register .btns .get-code.success {
	color: #666;
	cursor:auto;
}

#main .register .btns .title {
	margin: 0;
	text-align: left;
	font-size: 16px;
	color: #666666;
	width: 325px;
	margin-bottom: 10px;
}

#main .register .btns .title {
	position: relative;
	background: none;
	border: none;
	text-align: left;
}

#main .register .btns .title img {
	vertical-align: middle;
	margin-left: 6px;
	width: 17px;
	height: 17px;
	margin-top: -2px;
	cursor: pointer;
}

#main .register p.have-account {
	margin: 0;
	font-size: 12px;
	color: #666666;
	margin-bottom: 32px;

}

#main .register p.have-account a {
	color: #ea2828;
}

#main .register label a {
	color: #ea2828;
}

/*隐藏掉我们模型的checkbox*/
#main .register .input_agreement_protocol {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
	border-radius: 2px;
}

/*未选中时*/
#main .register .input_agreement_protocol+span {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	background-color: red;
	background: url(/public/static/web/login/images/uncheck.png) no-repeat;
	display: inline-block;
	position: relative;
	top: 2px;
	border-radius: 2px;
	cursor: pointer;
}

/*选中checkbox时,修改背景图片的位置*/
#main .register .input_agreement_protocol:checked+span {
	/*background-position: 0 0px*/
	background: url(/public/static/web/login/images/checked.png) no-repeat;
	border-radius: 2px;
	cursor: pointer;
}

a:hover {
    border: none;
    text-decoration: underline;
}

/*modal结束*/

input[type="text"] {
	box-sizing: border-box;
	text-align: left;
	border: 1px solid #c8cccf;
	color: #6a6f77;
	-web-kit-appearance: none;
	-moz-appearance: none;
	display: block;
	outline: 0;
	text-decoration: none;
	width: 100%;
	height: 46px;
	padding-left: 30px;
}

input:focus {
	border: 1px solid #ea2828;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-family: PingFang-SC-Medium;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}

#main .register .btns .title{
	margin-bottom:0px !important;
}
#main .register p.have-account{
	margin-bottom:1px !important;
}
.icon-radio {
    margin-right: 6px;
}
.agreement-text-box {
    font-size: 13px;
}
.agreement-text-box .link {
    color: #ea2828;
    text-decoration: none;
}

/* 密码是否可见  */
.pwd_password{
    width: 325px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #c8cccf;
    color: #6a6f77;
    padding-left: 30px;
    height: 46px;
}
.see-password .no-see-password-icon{
    position: absolute;
    display: block;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 12px;
    background: url(/resources/web/faculty/images/eye_un.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}
.see-password .see-password-icon{
    position: absolute;
    display: block;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 12px;
    background: url(/resources/web/faculty/images/eye.png) no-repeat;
    cursor: pointer;
	display:none;
}
