@charset "utf-8";

.wrapper {
	background: url(/web/static/portal/images/register/sign_bg.png) no-repeat;
}

.register-wrap {
	margin: 30px 100px 60px;
	text-align: center;
}

.contain {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-top: 60px;
}

.welRegister, .registered {
	text-align: center;
	width: 100%;
	color: #444444;
}

.welRegister {
	font-size: 24px;
	color: #444444;
	height: 32px;
	line-height: 32px;
	margin: 0;
}

.registered {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 10px 0 30px 0;
}

.comLink2 {
	color: #E62112;
}

.return {
	display: none;
}

.app-idRepeat {
	height: auto;
	position: absolute;
	top: 25%;
	display: none;
	z-index: 9;
	width: 100%;
	box-sizing: border-box;
}

.app-idRepeat .repeatContent {
	width: 80%;
	margin: 15px;
	border-radius: 3px;
	font-family: 微软雅黑;
	color: #fff;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.4);
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 10px 0;
}

.input-group {
	margin: 0 auto 30px;
	width: 490px;
	position: relative;
}

.input-group label.left {
	font-size: 14px;
	color: #444444;
	height: 40px;
	line-height: 40px;
	margin-right: 20px;
	width: 84px;
	text-align: right;
}

.input-group label i {
	color: #FF0000;
	margin-right: 4px;
	font-style:normal;
}

.textinput {
	background: #FAFAFA;
	border: 1px solid #E8E8E8;
	border-radius: 2px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	width: 350px;
	font-size: 12px;
}

.textinput::-webkit-input-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.textinput:-moz-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.textinput::-moz-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.textinput:-ms-input-placeholder {
	color: #aaaaaa;
	font-size: 12px;
}

.textinput:focus {
	border-color: #aaaaaa;
}

.radio-item {
	margin-right: 60px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.radio-btn {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	height: 14px;
	width: 14px;
	border-radius: 100%;
	margin-right: 6px;
	margin-top: 12px;
}

.yanCode {
	width: 250px;
}

.btn-default-primary {
	height: 40px;
	border: 1px solid #E62112;
	border-radius: 4px;
	font-size: 12px;
	color: #E62112;
}

.btn-primary:hover {
	background: #FB5E52;
	box-shadow: 0 2px 4px 0 rgba(255, 94, 82, 0.50);
}

.btn-default-primary:hover {
	background-color: rgba(251, 94, 82, 0.2);
	border: 1px solid rgba(217, 34, 34, 0.2);
	color: #E62112;
}

.btn-default-primary:active {
	background-color: rgba(251, 94, 82, 0.2);
	color: #E62112;
}

.selectSchool {
	text-align: left;
	margin: 42px 0 0 104px;
	width: 360px;
}

.selectSchool li {
	cursor: pointer;
}

.submitBtn {
	background: #E62112;
	box-shadow: 0 2px 4px 0 rgba(255, 94, 82, 0.50);
	border-radius: 4px;
	width: 360px;
}

.input-group_school {
	margin-bottom: 50px;
}

.school-hint {
	border: 0;
	font-size: 12px;
	line-height: 12px;
	color: #aaa;
	top: 50px;
	left: 104px;
	text-align: left;
	position: absolute;
	width: 400px;
}

.school-hint a {
	color: inherit;
	text-decoration: underline;
}

div.error {
	border: 0;
	background: 0;
	font-size: 12px;
	color: #FF0000;
	padding: 0;
	margin: 0;
	top: 50px;
	left: 104px;
	text-align: left;
	position: absolute;
}

.input-group_school .error {
	top: 70px;
}

.checked {
	background: #ffffff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	margin: 4px 0 0 4px;
}

.radio-item .active {
	background: #E62112;
}

.phoneyanDisable {
	background: #EBEBEB;
    border-radius: 4px;
    font-size: 12px;
    color: #AAAAAA;
    height: 40px;
    border: 0;
    padding: 7px 10px;
}

.yanzheng {
	line-height: 35px;
}

.yanzheng img {
	vertical-align: middle;
}

#checkCode {
	width: 100px;
	margin-left: 10px;
	height: 26px;
	position: relative;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #9b9b9b;
}

.subBtn {
	margin-left: 10px;
	vertical-align: middle;
}

.iconYan {
	display: none !important;
}

.qtip-my {
	border: 1px solid #cccccc;
	background-color: white;
}
.idRepeat,.bgFilter{
	position:fixed !important;
}
/* 教师注册 */
.registerTip{
	font-size: 14px;
    color: #F76167;
    height:20px;
    line-height:20px;
}
#register1 .line{
	height:2px;
	width:100%;
	background:#EBEBEB;
	margin:10px 0 40px 0;
}
input.error{
	border: 1px solid #FF1200;
}
@media only screen and (max-width: 970px) {
	.wrapper {
		background: none;
	}
	.contain {
		background: #f3f3f3;
		margin: 0;
	}
	.welRegister {
		display: none;
	}
	#phone-header-page {
		display: none;
	}
	.return {
		display: block;
		height: 40px;
		border: 1px solid #ccc;
		width: 100%;
		background-image: url(/web/static/images/return1.png);
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: 20px center;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.register-wrap {
		margin: 20px 16px;
	}

	.input-group {
		width: 100%;
		margin-bottom: 16px;
	}

	.input-group label.left {
		width: 82px;
		margin-right: 8px;
	}

	.textinput {
		width: 240px;
	}

	/* .yanCode {
		width: 100px;
	} */

	.phone-footer {
		display: none;
	}

	.school-hint {
		width: auto;
		display: none;
	}

	#phoneYan {
		float: left;
		margin: 8px 0 0 10px;
		height: 36px;
	}

	.submitBtn {
		width: 86%;
	}

	div.error {
		position: static;
		float: left;
		width: auto;
		height: auto;
		margin: 10px 0 0 90px;
		line-height: 16px;
	}
}