.header {
    width: 100%;
    height: 60px;
    background: #FFF;
}

.header-auto {
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.header-auto .logo {
    cursor: pointer;
    float: left;
    height: 60px;
    line-height: 60px;
}

.header-auto .logo span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #666;
    font-family: "microsoft yahei";
}

.header-auto .logo img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.header-auto .button {
    float: right;
    height: 60px;
    line-height: 60px;
}

.header-auto .button a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #5677FB;
    font-family: "microsoft yahei";
    margin-left: 27px;
}

.content {
    width: 720px;
    margin: 0 auto;
    margin-top: 20px;
}

.title {
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F9F9F9;
}

.title h1 {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}

.title h1 span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #4D4D4D;
    font-family: "microsoft yahei";
}

.title h1 span i {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #F9F9F9;
}

.title .active span {
    color: #5677FA;
}

.title .active span i {
    background: #5677FA;
}

.register {
    display: none;
}

.change {
    width: 100%;
    margin-top: 87px;
    text-align: center;
}

.change label {
    display: inline-block;
    font-size: 18px;
    color: #333;
    font-family: "microsoft yahei";
}

.change label:first-child {
    margin-right: 60px;
}

.change label:last-child {
    margin-left: 60px;
}

.change label input[type='radio'] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.change label span {
    display: inline-block;
    vertical-align: middle;
}

.next {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 160px;
    font-size: 16px;
    color: #FFF;
    font-family: "microsoft yahei";
    background: #5677FA;
}

/*学生注册*/
.studentRegister {
    display: none;
    width: 420px;
    margin: 0 auto;
    margin-top: 12px;
    overflow: hidden;
}

.studentRegister ul li {
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
}

.studentRegister ul li label {
    display: inline-block;
    width: 72px;
    vertical-align: middle;
    text-align: right;
    margin-right: 30px;
    font-size: 18px;
    color: #101010;
    font-family: "microsoft yahei";
}

.studentRegister ul li input {
    width: 300px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #DDD;
    outline: none;
    resize: none;
    vertical-align: middle;
    font-size: 16px;
    color: #888;
    font-family: "microsoft yahei";
}

.studentRegister ul .last-li .imgCode {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    line-height: 40px;
	float: right;
    overflow: hidden;
}

.studentRegister ul .last-li .imgCode a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	font-size: 14px;
	color: #5677FA;
	font-family: "microsoft yahei";
	text-align: center;
    z-index: 99;
}

.studentRegister ul .last-li input {
    width: 180px;
	vertical-align: middle;
}

/*老师注册*/
.teacherRegister {
    display: none;
    width: 420px;
    margin: 0 auto;
    margin-top: 12px;
    overflow: hidden;
}

.teacherRegister ul li {
    width: 100%;
    margin-top: 16px;
    overflow: hidden;
}

.teacherRegister ul li label {
    display: inline-block;
    width: 90px;
    vertical-align: middle;
    text-align: right;
    margin-right: 30px;
    font-size: 18px;
    color: #101010;
    font-family: "microsoft yahei";
}

.teacherRegister ul li input {
    width: 280px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #DDD;
    vertical-align: middle;
    outline: none;
    resize: none;
    font-size: 16px;
    color: #888;
    font-family: "microsoft yahei";
}

.teacherRegister ul .work-phone img {
    width: 200px;
    height: 120px;
    object-fit: cover;
}

.teacherRegister ul .work-phone span {
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    font-size: 16px;
    color: #5677FA;
    font-family: "microsoft yahei";
}

.teacherRegister ul .last-li .imgCode {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    line-height: 40px;
	float: right;
    overflow: hidden;
}

.teacherRegister ul .last-li .imgCode a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	font-size: 14px;
	color: #5677FA;
	font-family: "microsoft yahei";
	text-align: center;
    z-index: 99;
}

.teacherRegister ul .last-li .imgCode img {
    width: 120px;
    height: 40px;
    vertical-align: middle;
}

.teacherRegister ul .last-li input {
    width: 160px;
    vertical-align: middle;
}

.SR-btn {
    width: 100%;
    height: 40px;
    margin-top: 50px;
}

.SR-btn div {
    cursor: pointer;
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    font-family: "microsoft yahei";
    background: #5677FA;
}

.SR-btn .prev {

}

.SR-btn .sub {
    margin-left: 94px;
}

.completeRegister {
    display: none;
    width: 480px;
    margin: 0 auto;
    margin-top: 80px;
}

.completeRegister h1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    color: #5677FA;
    font-family: "microsoft yahei";
}

.completeRegister p {
    width: 100%;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-family: "microsoft yahei";
    margin-top: 26px;
}

.completeRegister div {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: "microsoft yahei";
    background: #5677FA;
    margin-top: 120px;
}

.completeRegister div a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #FFF;
}

/*登录*/
.login {
    width: 420px;
    margin: 0 auto;
    margin-top: 75px;
    overflow: hidden;
}

.login ul li {
    width: 100%;
    margin-top: 16px;
}

.login ul li label {
    display: inline-block;
    width: 72px;
    vertical-align: middle;
    text-align: right;
    margin-right: 30px;
    font-size: 18px;
    color: #101010;
    font-family: "microsoft yahei";
}

.login ul li input[type='radio'] {
    width: 18px;
    height: 18px;
    margin-left: 20px;
    vertical-align: middle;
}

.login ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.login ul li .teacher {
    margin-right: 25px;
}

.login ul li input[type='text'] {
    width: 300px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #DDD;
    outline: none;
    resize: none;
    vertical-align: middle;
    font-size: 16px;
    color: #888;
    font-family: "microsoft yahei";
}

.login ul li input[type='password'] {
    width: 300px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    border: 1px solid #DDD;
    outline: none;
    resize: none;
    vertical-align: middle;
    font-size: 16px;
    color: #888;
    font-family: "microsoft yahei";
}

.login ul .verCode input[type='text'] {
    width: 160px;
	vertical-align: middle;
}

.login ul .verCode div {
	cursor:pointer;
	width: 120px;
	height: 38px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.login ul .verCode div img {
	width: 100%;
	height: 100%;
}

.login .loginIng {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 160px;
    background: #5677FA;
    font-size: 16px;
    color: #FFF;
    font-family: "microsoft yahei";
}