#registe,
#login,
#findpw,
#bindingmobile,
#ubind {
    width: 100%;
    height: 100%;
    padding: 40px;
    padding-bottom: 0;
    font-size: 1.2rem;
    color: #666;
    position: relative;
}

#registe .title,
#login .title,
#findpw .title,
#bindingmobile .title,
#ubind .title {
    font-size: 1.6rem;
    color: #666666;
    text-align: center;
    width: 100%;
    margin-bottom: 4%;
}

.btn {
    margin: 4% 0;
    background: #50B4FB;
    border-radius: 2px;
    width: 100%;
    color: #FFFFFF;
}

.btn:hover {
    background: #4CABEF;
    color: #FFFFFF;
}

.ipt {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    width: 100%;
    height: 32px;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding: 0 2%;
}

.ipt2 {
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    width: 60%;
    height: 32px;
    font-size: 1.2rem;
    padding: 0 2%;
    float: left;
    margin-bottom: 10px;
}

#registe .step_first .reg_head {
    background: url("../img/newindex/register1.svg") no-repeat;
    background-size: contain;
}

#registe .step_second .reg_head {
    background: url("../img/newindex/register2.svg") no-repeat;
    background-size: contain;
}

#registe .step_third .reg_head {
    background: url("../img/newindex/register3.svg") no-repeat;
    background-size: contain;
}

#registe .step_second,
#registe .step_third,
#registe .finish_school {
    display: none;
}

#registe .reg_head {
    width: 100%;
    height: 28px;
    margin-bottom: 20px;
}

.error {
    color: #FF4141;
}

.ckbtn {
    color: #3D98D5;
    cursor: pointer;
}

#login .occupy {
    height: 22%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}



.sendcode {
    display: inline-block;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    height: 32px;
    color: #666;
    vertical-align: bottom;
    width: 34%;
    float: right;
}

.sendcode input {
    /*	background-color: #fff;
	border: 0px solid #ddd;*/
    width: 100%;
    height: 100%;
    text-align: center;
    /*color: #666;*/
    font-size: 1.2rem;
}

#registe .step_first,
#registe .step_second,
#registe .step_third,
#registe .finish_school {
    width: 100%;
    height: 100%;
}

#registe .step_first .occupy {
    /*height: 15%;*/
}

.rememberbtn {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    margin-right: 1rem;
    background: url("../img/newindex/unchecked.png") no-repeat;
    background-size: 1.2rem;
    cursor: pointer;
    vertical-align: middle;
}

.selrembtn {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    margin-right: 1rem;
    background: url("../img/newindex/checked.png") no-repeat;
    background-size:  1.2rem;
    cursor: pointer;
    vertical-align: middle;
}

.imgcapcha>a {
    display: none;
}

.part_bottom {
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
}


.btn-disabled {
    background-color: #ccc;
    border: 1px solid #ccc;
    background-image: none;
    color: #fff;
}

.btn-active {
    background-color: #fff;
    border: 1px solid #50B4FB;
    color: #50B4FB;
}

#imgverifyCode {
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    width: 60%;
    height: 32px;
    font-size: 1.2rem;
    padding: 0 2%;
    margin-bottom: 10px;
}

.step_second #grade {
    margin: 4% 0;
}

.provinceSelect,
.citySelect,
.regionSelect {
    width: 32%;
    padding: 0;
}

.school_area {
    width: 100%;
    margin-bottom: 4%;
}
.step_third .success_img_show{
	width: 100%;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.step_third .success_img{
	width: 80px;
	height: 80px;
	background:url("../img/newindex/ok_reminder.png") no-repeat;
	background-size: contain;
	display: inline-block;
}
.step_third .success_msg_show{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.step_third .success_msg_show span{
	display: block;
}
.step_third .find_school_show{
	position: relative;
}
.step_third .schoolSlide{
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    z-index: 1;
}
.step_third .schoolSlide li{
	cursor: pointer;
}
.makeCon{
    padding: 0.8rem 1rem;
}
.schoolSlide ul {
    margin: 0;
    max-height: 13rem;
    overflow-y: auto;
    padding: 0;
}
.schoolSlide ul li {
    cursor: pointer;
    list-style-type: none;
    margin: 0;
    padding: 0.8rem 1rem;
    text-align: left;
}
.schoolSlide ul li:hover {
    background-color: #DDF1FF;
    color: #50B4FB;
}
#registe .step_second #subject,#registe .step_second #grade{
	height: 32px;
}
.show_pw_con{
    position: relative;
}
.show_pw_con .pw_eye{
    background: url("../img/newindex/pk_hide.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    width: 18px;
    height: 32px;
    background-position: center;
    cursor: pointer;
}
.show_pw_con .pw_eye:active{
    background: url("../img/newindex/pk_show.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 0;
    width: 18px;
    height: 32px;
    background-position: center;
    cursor: pointer;
}
.header {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
    margin-top: -22px;
    margin-bottom: 60px;
}
.header .header_tab {
    width: 50%;
    height: 100%;
    display: inline-block;
    text-align: center;
    float: left;
}
.header .header_tab span {
    width: auto;
    height:55px;
    line-height: 55px;
    padding: 0 4px;
    text-align: center;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
}
.header .header_tab span.active {
    border-bottom: 2px solid #1890ff;
    color: #1890ff;
}