body {
	background: #fff;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

/*step1*/
#step1 .header img {
	height: 26px;
	vertical-align: middle;
}

.container {
	padding: 30px 30px 10px 30px;
}

.headlogo {
	margin-right: 10px;
}

#step1 .header,#step2 .header {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.numberLog {
	font-size: 14px;
	color: #666;
	margin-top: 20px;
}

.yourNumber,.inputCode {
	height: 56px;
	font-size: 1.4rem;
	line-height: 56px;
	display: block;
	width: 100%;
	border: none;
	margin-top: 25px;
	border-bottom: 1px solid #b1b5ba;
	outline: none;
}

/* .btn-getCode {
	margin-top: 28px;
	display: inline-block;
	width: 100%;
	color: #fff;
	height: 50px;
	border-radius: 5px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	opacity: 0.5;
} */

.yourNumber+p.tip:before {
	content: '*请输入正确的手机号';
	font-size: 12px;
	color: #bb3333;
}

/* .btn-getCode.on {
	opacity: 1;
} */

.btn-logByCount {
	margin-top: 25px;
	display: inline-block;
	font-size: 14px;
	color: #808080;
	padding-right: 20px;
	background: url('/public/home/img/login/countright.png') no-repeat;
	background-position: right center;
	padding-right: 15px;
	background-size: auto 90%;
	font-size: 13px;
}

/*step2*/
.phonenumber {
	font-size: 15px;
	color: #333;
	margin-top: 30px;
}

.inputCode+p.tip:before {
	content: '*验证码有误';
	font-size: 12px;
	color: #bb3333
}

.timeout {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 56px;
    font-size: 16px;
    height: 56px;
    color: #7d848c;
}

.sendCode {
	font-size: 14px;
	color: #328eeb;
}

.btn-codeHelp {
	font-size: 14px;
	color: #328eeb;
	float: right; /* margin-top: 25px;*/
}

.comeInClass {
	height: 50px;
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	width: 100%;
	background: #328eeb;
	display: inline-block;
	border-radius: 4px;
	opacity: 0.5;
}

.comeInClass.on {
	opacity: 1;
	background: #32baf0;
}

.selectStudent,.selectTeacher {
	display: inline-block;
	height: 50px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #328eeb;
	color: #328eeb;
	border-radius: 4px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	margin-top: 40px;
}

/*step3*/
#step3 .header {
	font-size: 20px;
	color: #333;
}

.step3tips {
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}

/*状态提示框*/
.gTips {
	text-align: center;
	position: fixed;
	bottom: 13%;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	z-index: 99999999999999999999;
}

.gTips span {
	font-size: 1.5rem;
	display: inline-block;
	color: #fff;
	padding: 0 18px;
	border-radius: 3px;
	box-shadow: 0 6px 4px rgba(0, 0, 0, 0.5);
}

#error-tip span {
	background: rgba(255, 0, 0, 0.9);
}

#show-tip span {
	background: rgba(45, 45, 45, 0.9);
}

/*第三方微信登录*/
	/*.WeChatLog{ position: fixed; width: 100%; height: 100px; left: 0; bottom: 0; text-align: center; }*/
.WeChatLog {
	width: 100%;
	height: 100px;
	left: 0;
	bottom: 0;
	text-align: center;
}

.logTips {
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 5px;
}

.btn-weChatLog {
	display: block;
    height: 3rem;
    background: url(/public/home/img/login/wechatchange.png) no-repeat;
    background-size: 3rem;
    margin: 0 auto;
    line-height: 3rem;
    font-size: 1.6rem;
    width: 8rem;
    padding-left: 4rem;
}

.btn-messagenext,.btn-messagesure {
	margin-top: 28px;
	display: inline-block;
	width: 100%;
	color: #fff;
	height: 50px;
	border-radius: 5px;
	background: #D4D4D4;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	opacity: 0.5;
}

.btn-messagenext.on,.btn-messagesure.on {
	opacity: 1;
}

.message_head {
	font-size: 28px;
	color: #333;
}

.message_stu_step {
	font-size: 17px;
	color: #999;
	margin-right: 5px;
}

.message_stu_step b {
	font-weight: 400;
	color: #328eeb;
	font-size: 31px;
}

.tea .message_stu_step {
	display: none;
}

.tea .btn-messagenext {
	display: none;
}

.stu .btn-messagesure {
	display: none;
}

.tea .stu_line {
	display: none;
}

.message_head_tips {
	font-size: 14px;
	color: #b3b3b3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.message_head_tips span {
	color: #eb7e36;
}

.message_line {
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e1e5ea;
	position: relative;
}

.message_line p {
	position: absolute;
	bottom: 0;
	line-height: 20px;
}
.message_line02{
    margin: 2.9167rem 0 0;
    border-bottom: 1px solid #E2E6ED;
}
.message_line02 a{
	line-height: 39px;
	color: #a0a0a0;
}
.message_line02 input{
	height: 39px !important;
	line-height: 39px !important;
	width: 100% !important;
	padding: 0 !important;
    color: #a0a0a0;
}
.message_th {
	width: 20%;
	font-size: 15px;
	color: #666;
}

.message_select {
	height: 55px;
	line-height: 55px;
	border: none;
	background-color: transparent;
	width: 76%;
	font-size: 15px;
	color: #999;
	outline: none;
}

.message_select {
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	padding: 0 10px 0 10px;
	background-image: url(/public/home/img/torighticon.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 15px;
}

#register_name,#register_college,#register_num,#register_prefession {
	font-size: 15px;
	width: 76%;
	border: none;
	outline: none;
	height: 100%;
	line-height: 55px;
	background: none;
	box-sizing: border-box;
	padding-left: 10px;
}

#register_name.tips+p::before {
	content: '*请输入您的姓名';
	color: #bb3333;
	font-size: 12px;
}

#register_college.tips+p::before {
	content: '*请输入您的地区';
	color: #bb3333;
	font-size: 12px;
}

#register_num.tips+p::before {
	content: '*请输入您的学号';
	color: #bb3333;
	font-size: 12px;
}

#register_prefession.tips+p::before {
	content: '*请输入您的专业';
	color: #bb3333;
	font-size: 12px;
}

#register_year.tips+p::before {
	content: '*请选择您的年级';
	color: #bb3333;
	font-size: 12px;
}

#register_sex.tips+p::before {
	content: '*请选择您的性别';
	color: #bb3333;
	font-size: 12px;
}
.logotext{
	width: 100%;
}
.logotext .welcome{
	display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.schoolname{
	width: 100%;
    display: inline-block;
}
.container-new{
	padding-top: 0;
}
.container-new .message_head_tips{
	font-size: 13px;
	color: #A0A0A0;
	margin-bottom: 0;
}
.container-new .message_head_tips span{
	color: #F76260;
}
.container-new .message_line{
	height: 60px;
	line-height: 75px;
}
.container-new .btn-messagesure{
	margin-top: 50px;
	background: #32BAF0
}
.container-new .message_line input[name='input_date']{
	background: url(/public/home/img/torighticon.png) no-repeat right/14px
}
.container-new .message_line div#sgrade{
	display: inline-block;
	width: 85%;
    /*width: calc(100% - 70px - 70px);*/
	padding: 0 20px;
	background: url(/public/home/img/torighticon.png) no-repeat right/14px;
	color: #A0A0A0
}
.container-new .message_line input::-webkit-input-placeholder{
	color: #A0A0A0
}
.container-new .message_line div.selected{
	color: #2d2d2d
}
.container-new .message_line input.tea-course.ishascontent+i{
	width: 15px;
	height: 15px;
	display: inline-block; 
	background: url(/public/home/img/clearinput.png) no-repeat right/15px;
	position: absolute;
	bottom: 16px;
	right: 0;
	cursor: pointer;
}
.majors_new{
	border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    display: inline-block;
	border-radius: 5px;
    width: 100%;
    padding: 0 25px 0 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wan-new-majors{
	border: 1px solid #eee;
    margin: 0 3.3333rem;
    height: 35px;
    line-height: 35px;
    width: calc(100% - 6.6667rem);
    display: block;
    border-radius: 5px;
    color: #318EEB;
    font-size: 14px;
    text-align: center;
}
.wan-new-majors img{
    width: 15px;
    vertical-align: middle;
    padding-right: 10px;
}
.weui_cells_form .majors-weui-from .weui_cell_primary input.majors_new.ishascontent + i {
   width: 15px;
   height: 15px;
   display: inline-block;
   background: url(/public/home/img/clearinput.png) no-repeat right/15px;
   position: absolute;
   top: 12px;
   right: 12px;
   cursor: pointer;
}
.weui_cells_form .weui_cell:before{
	height: 0;
	border: none;
}