* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
	word-break: break-all;
}
html, body {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	display: block;
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑"
}
body {
	background: url(/Public/img/register/version2/ditu.png) no-repeat center;
	background-size: cover;
	padding: 10px;
	position: relative;
}
ul, li {
	list-style: none
}
.left {
	float: left;
}
.right {
	float: right;
}
.w100 {
	width: 100% !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pt50 {
	padding-top: 50px !important;
}
.grayText {
	color: #666;
}
.redText,
.redText:hover {
	color: #ca2d2d;
	text-decoration: none
}
.hrefText,
.hrefText:hover {
	color: #3b9bff;
	text-decoration: underline;
}
.blueText {
	color: #3e9aff;
}
/*内容区*/
.logo {
	position: fixed;
	top: 27px;
	left: 87px;
}
.wrapper {
	width: 1100px;
	height: 654px;
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(/Public/img/register/version2/border.png) no-repeat center bottom;
}
.inner {
	width: 100%;
	height: 630px;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.main {
	height: 100%;
}
.title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.title.textBlack {
	margin-top: 80px;
}
.title.textBlue {
	margin-top: 56px;
	color: #3e9aff;
}
/*选择身份时的头像*/
.avatarWrapper {
	overflow: hidden;
	padding: 120px 58px 0;
}
.avatarWrapper .avatarBox {
	float: left;
	width: 160px;
	height: 205px;
	margin: 0 43px;
	position: relative;
	cursor: pointer;
}
.avatarWrapper .avatarBox .avatarImg {
	display: block;
	width: 140px;
	height: 140px;
	margin: 20px auto 0;
}
.avatarWrapper .avatarBox .avatarText {
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	font-size: 18px
}
.avatarWrapper .avatarBox .chooseImg {
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 2px;
	bottom: 0;
}
.avatarWrapper .avatarBox.active .chooseImg {
	display: block;
}
.avatarWrapper .avatarBox.active .avatarImg {
	width: 160px;
	height: 160px;
	margin: 0;
}
/*左侧头像*/
.avatarWrapper.avatarWrapperLeft {
	float: left;
	width: 220px;
	height: 100%;
	padding: 15px 0;
	background-color: #f7f7f7;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.avatarWrapper.avatarWrapperLeft .avatarBox {
	float: none;
	width: 145px;
	height: 130px;
	margin: 10px auto;
	overflow: hidden;
}
.avatarWrapper.avatarWrapperLeft .avatarBox .avatarImg {
	width: 80px;
	height: 80px;
}
.avatarWrapper.avatarWrapperLeft .avatarBox .chooseImg {
	width: 26px;
	height: 26px;
	left: 5px;
}
.avatarWrapper.avatarWrapperLeft .avatarBox .avatarText {
	line-height: 26px;
	margin-top: 4px;
	font-weight: normal;
	font-size: 16px;
	color: #666;
}
.avatarWrapper.avatarWrapperLeft .avatarBox .whiteMask {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .4)
}
.avatarWrapper.avatarWrapperLeft .avatarBox.active .avatarImg {
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.avatarWrapper.avatarWrapperLeft .avatarBox.active .avatarText {
	color: #333;
}
.avatarWrapper.avatarWrapperLeft .avatarBox.active .whiteMask {
	display: none;
}
/*注册右半部分*/
.avatarWrapperRight {
	float: left;
	width: 880px;
}
.avatarWrapperRight .formWrapper {
	margin: 60px 0 0 240px;
}
.avatarWrapperRight .formWrapper.registerWrapper {
	margin: 100px 0 0 0;
	text-align: center;
}
.avatarWrapperRight .registerSuccess {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 50px;
}
.avatarWrapperRight .successImg {
	margin-right: 20px;
	position: relative;
	top: -2px;
}
.avatarWrapperRight .grayText {
	margin-bottom: 20px;
}
.avatarWrapperRight .redText {
	padding: 0 5px;
}
.formWrapper.registerWrapper .button-wrapper {
	width: 100%;
	padding-top: 50px;
}
/*表单*/
.form-group {
	margin-bottom: 20px;
}
.form-control:focus {
    box-shadow: 0 0 0.1rem 0.1rem rgba(0,123,255,.25);
}
.form-control {
	display: inline-block;
	width: 400px;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 20px;
	background-color: #f4f4f4;
	padding: 0 60px;
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #666;
}
.form-control.form-name {
	background-image: url(/Public/img/register/version2/xingming.png)
}
.form-control.form-phone {
	background-image: url(/Public/img/register/version2/shoujihao.png)
}
.form-control.form-code {
	width: 260px;
	background-image: url(/Public/img/register/version2/yanzhengma.png)
}
.form-control.form-password {
	background-image: url(/Public/img/register/version2/mima.png)
}
.form-control.form-confirm-password {
	background-image: url(/Public/img/register/version2/querenmima.png)
}
.form-control.form-place {
	background-image: url(/Public/img/register/version2/quyu.png)
}
.form-control.form-school {
	color: #333;
	background-image: url(/Public/img/register/version2/xuexiao.png),
						url(/Public/img/register/version2/right.png);
	background-position: 20px center, 370px center;
}
.form-control.form-place {
	color: #333;
	background-image: url(/Public/img/register/version2/quyu.png),
						url(/Public/img/register/version2/right.png);
	background-position: 20px center, 370px center;
}
.button-wrapper {
	width: 400px;
	text-align: center;
}
.btn {
	padding: 0;
	border: 0;
	background-image: url(/Public/img/register/version2/btnBack.png);
	background-repeat: repeat-y;
	background-position: top left;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: url(/Public/img/register/version2/btnBack.png);
}
.btn.btn-circle {
	width: 130px;
	border-radius: 20px;
	margin-left: 5px;
}
.btn.btn-sure {
	width: 160px;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px
}
.btn.btn-sure.btn-sm {
	width: 100px;
	border-radius: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: inherit;
}
.form-group .checkbox label::before {
	/*top: 3px;*/
	background-color: #f4f4f4;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
	background-color: #3b9cfe;
	border-color: #3b9cfe;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    content: "\2714";
    top: 1px;
}
.form-group .checkbox label {
	font-size: 14px;
}
.form-control:disabled,
.form-control[readonly] {
	background-color: #f4f4f4;
	text-overflow: ellipsis;
}
/*重置密码*/
.avatarWrapperRight.resetMain {
	float: none;
    width: 100%;
}
.avatarWrapperRight.resetMain .formWrapper {
	margin-left: 350px;
}
/*选择学校/学科弹窗*/
.blackBack {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .4);
}
.dialogWrapper {
	width: 1000px;
	height: 630px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #ccc;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.dialogWrapper .dialogTop {
	height: 75px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #e2f1ff;
	position: relative;
	overflow: hidden;
}
.dialogWrapper .dialogTop .dialogTitle {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 30px 20px;
}
.dialogWrapper .dialogTop .regTopImg {
	position: relative;
	top: -1px;
	margin-right: 5px;
}
.dialogWrapper .dialogTop .noSchool {
	font-size: 14px;
	position: absolute;
	top: 30px;
	right: 110px;
}
.dialogWrapper .dialogTop .closeImg {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 20px;
}
.dialogWrapper .dialogChoose {
	background-color: #e2f1ff;
	overflow: hidden;
	padding: 0 15px 15px;
}
.dialogWrapper .dialogChoose .chooseBox {
	float: left;
	padding: 8px 10px;
	border: 1px solid #ccc;
	color: #666;
	border-radius: 10px;
	background: url(http://jbyoss.oss-cn-beijing.aliyuncs.com/public/web_img/Me/courseBack.png) repeat-x center left;
	margin: 5px 10px 5px 0;
}
.dialogWrapper .dialogMain .mainTop {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 16px;
	position: relative;
	height: 60px;
}
.dialogWrapper .dialogMain .arrowsImg {
	position: absolute;
	bottom: -1px;
	left: 77px;
}
.dialogWrapper .dialogMain .chooseTitle {
	float: left;
	color: #30b851;
	line-height: 28px;
	margin-right: 20px;
}
.dialogWrapper .dialogMain .number {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: #30b851;
	border-radius: 50%;
	vertical-align: middle;
}
.dialogWrapper .dialogMain .next {
	display: none;
	color: #30b851;
	padding: 0 25px 0 5px;
}
.dialogWrapper .dialogMain .chooseTitle:nth-child(2) {
	color: #999;
}
.dialogWrapper .dialogMain .chooseTitle:nth-child(2) .number {
	background-color: #ccc;
}
.dialogWrapper .dialogMain .mainTop.secondActive .chooseTitle:nth-child(2) {
	color: #30b851;
}
.dialogWrapper .dialogMain .mainTop.secondActive .chooseTitle:nth-child(2) .number {
	background-color: #30b851;
}
.dialogWrapper .dialogMain .mainTop.secondActive .next {
	display: inline;
}
.dialogWrapper .dialogMain .mainTop.secondActive .arrowsImg {
	left: 287px;
}
.dialogWrapper .dialogMain .mainTop .searchSchool {
	display: none;
	float: right;
	width: 300px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 20px;
	background: #eee url(/Public/img/register/version2/sousuo.png) no-repeat 270px center;
	font-size: 14px;
}
.dialogWrapper .dialogMain .mainTop .searchSchool:focus {
	background-color: #fff;
}
.dialogWrapper .dialogMain .mainTop.secondActive .searchSchool {
	display: block;
}
.dialogWrapper .chooseUl {
	overflow: hidden;
	padding: 12px 0;
	margin-bottom: 0;
	font-size: 0
}
.dialogWrapper .chooseLi {
	/*float: left;*/
	width: 20%;
	padding: 5px 16px;
	display: inline-block;
	vertical-align: top;
}
.dialogWrapper .chooseSpan {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 20px;
	cursor: pointer;
}
.dialogWrapper .chooseUlFive .chooseLi {
	width: 20%;
}
.dialogWrapper .chooseSpan.active {
	background-image: url(/Public/img/register/version2/btnBack.png);
	background-repeat: repeat-y;
	background-position: top left;
	background-size: 100% auto;
	padding: 5px 20px;
	color: #fff;
    border-radius: 5px;
}
.dialogWrapper .chooseLabel {
	color: #666;
	font-size: 14px;
	padding: 0 16px;
	margin-top: 10px;
}
hr {
	margin: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
.dialogWrapper .input-delete {
	margin-left: 10px;
	cursor: pointer;
}
.mainContent.versions {
	padding: 10px 0 20px;
}
.dialogMain .button-wrapper {
	width: 100%;
	margin-top: 16px;
}
.blackBack,
.dialogWrapper {
	display: none;
}
.btn1{
	padding: 10px 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border: none;
	outline: none;
	background: #52a6ff;
	border-radius: 5px;
	color: #fff;
	
}
.btn1:focus{
	outline:none;
}
.mainTop{
	position: relative;
}
.searchDiv{
	position: absolute;
    width: 272px;
    height: 120px;
    overflow-y: auto;
    background: #f8f8f8;
    right: 30px;
    top: 48px;
}
.searchDiv li{
	line-height: 40px;
    padding: 0 15px;
     width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.help-block{
	color: #e85840;
	background:url(/Public/img/register/version2/cuowutishi.png) no-repeat;
	padding: 5px 0px 5px 40px;
    padding-top: 5px;
    background-position: 13px 4px;
}
.form-tuxingcode{
	background-image: url(/Public/img/register/version2/tuxingyanzhengma.png);

	    width: 220px;
}
.teacher_refreshA{
	width: 140px;
	height: 35px;
	display: inline-block;
}