.red{
	color: #ff007e;
}
.banner{
	position: relative;
	/*margin-top: 60px;*/
	width: 100%;
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/huan_ran/study_it/image/banner.png') no-repeat;
	background-size: 100% 100%;
}
.banner a{
	display: block;
	position: absolute;
	text-align: center;
	color: #03124d;
	background-color: #00fffb;
	border-radius: 25px;
}
.it-top{
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/huan_ran/study_it/image/title_bg.png') no-repeat;
	background-size: 100%;
}
.it-top h1{
	text-align: center;
	color: #333;
}
.it-top h2{
	text-align: center;
	color: #062a8e;
}
.it-top h3{
	text-align: center;
	color: #333;
}
.it-top h4{
	text-align: center;
	color: #333;
}
.it-top h6{
	text-align: center;
	color: #fff;
}
.it-top h6 span{ 
	display: block;
	margin-left: -50%;
	width: 200%;
	-webkit-transform: scale(0.55);
	transform: scale(0.55);
}
.it-top p{
	text-align: center;
	color: #333;
}
.it-top p span{ 
	display: block;
	margin-left: -50%;
	width: 200%;
}
.it-item{
	position: relative;
	width: 100%;
}
.it-btn a{
	display: block;
	text-align: center;
	color: #fff;
}
.hot-main{
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/huan_ran/study_it/image/hot.png') no-repeat;
	background-size: 100%;
}
.hot-main li{
	float: left;
}
.hot-main li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.hot-main li h4,
.hot-main li p{
	text-align: center;
}
.hot-main li p,
.student-main p,
.teacher-main li p{
	font-size: 20px;
}
.hot-main li p span,
.student-main p span,
.teacher-main li p span{
	display: block;
	margin-left: -42%;
	width: 184%;
}
.teacher-main li p span{
	display: block;
	margin-left: -50%;
	width: 200%;
}
.consult-btn{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #ff007e;
	border-radius: 20px;
}
.order{
	padding-top: 100px;
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/huan_ran/study_it/image/order_bg.png') no-repeat;
	background-size: 100%;
}
.order form input{
	display: block;
	padding: 0 5px;
	color: #333;
	background-color: #fff;
}
.collect-data .file,
.collect-data .file img{
	width: 100%;
}
.collect-data h1{
	text-align: center;
	font-weight: bold;
	color: #ff017e;
}
.add-wechat .left{
	border: 1px solid #ff017e;
}
.add-wechat .left img{
	width: 100%;
}
.add-wechat .right{
	text-align: center;
	color: #ff017e;
}
.add-wechat .right h6{
	font-weight: bold;
}
.add-wechat .right a{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/huan_ran/study_it/image/file_a_bg.png') no-repeat;
	background-size: 100% 100%;
}
.salary-main img{
	width: 100%;
}
.student-main p{
	text-indent: 2em;
}
.student-main li{
	float: left;
	width: 33.33%;
	text-align: center;
}
.student-main li img{
	width: 90%;
}
.teacher-main{
	width: 100%;
	background-color: #0abdda;
}
.teacher-main li{
	float: left;
	margin-right: 2.5%;
	width: 23%;
}
.teacher-main li.last{
	margin-right: 0;
}
.teacher-main li img{
	width: 100%;
}
.teacher-main li p{
	text-align: center;
	color: #fff;
}
.service-main img{
	width: 100%;
}
.pay{
	background: url('/Public/zhuanti/huan_ran/study_it/image/pay_bg.png?i=1') no-repeat;
	background-size: 100%;
}
.pay li{
	float: left;
	margin-right: 4%;
	width: 22%;
}
.pay li.last{
	margin-right: 0;
}
.pay li img{
	width: 100%;
}
.join{
	background: url('http://gecedu.oss-cn-hangzhou.aliyuncs.com/Public/zhuanti/huan_ran/study_it/image/join_bg.png') no-repeat;
	background-size: 100%;
}
.join .it-top{
	margin-top: 0;
	background: none;
}
.sign-up input{
	box-sizing: content-box;
}
.input-line{
	width: 100%;
}
.input-line span{
	vertical-align: top;
	color: #333;
}
.sign-up-two{
	width: 100%;
	background-color: #274ec7;
}
.sign-up-top{
	text-align: center;
	color: #fff;
}
.sign-up-top img{
	width: 100%;
}
.am-form-two{
	margin: 0 auto;
}
.am-form-two p{
	color: #fff;
}
.am-form-two .input-line{
	background-color: #fff;
	border-radius: 5px;
}
.am-form-two .input-line input{
	vertical-align: top;
	color: #333;
}
.am-form-two button{
	width: 100%;
	text-align: center;
	color: #d11f1f;
	background-color: #ffd800;
	border-radius: 5px;
}

/*兼容不同尺寸样式*/
/*iPhone 4、iPhone 5*/
@media screen and (max-width: 320px) {
	.banner{
		height: 240px;
	}
	.banner a{
		left: 110px;
		bottom: 40px;
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.it-top{
		margin-top: 35px;
	}
	.it-top h2{
		line-height: 30px;
		font-size: 16px;
	}
	.it-top p{
		line-height: 14px;
		font-size: 19px;
	}
	.it-top p span{ 
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.it-main{
		margin-top: 10px;
	}
	.it-btn{
		margin: 25px 0 25px 0;
	}
	.hot-main{
		margin-top: 25px;
	}
	.hot-main li{
		margin: 0 8px 8px 0;
		width: 94.5px;
		height: 96px;
	}
	.hot-main li.last{
		margin: 0 0 8px 0;
	}
	.hot-main li h4{
		margin: 24px 0 2px 0;
		font-size: 14px;
	}
	.hot-main li p{
		font-size: 18px;
	}
	.hot-main li p span{
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.consult-btn{
		margin: 25px auto 30px;
		width: 200px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 25px;
	}
	.order{
		padding-top: 80px;
		height: 164px;
	}
	.order form input{
		margin: 0 auto 10px;
		width: 200px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.order .consult-btn{
		margin: 25px auto 30px;
	}
	.collect-data{
		padding-bottom: 10px;
	}
	.collect-data h1{
		margin: 25px 0 20px;
		font-size: 23px;
	}
	.add-wechat{
		margin: 0 22px;
	}
	.add-wechat .left{
		width: 138px;
		height: 136px;
	}
	.add-wechat .right{
		width: 120px;
	}
	.add-wechat .right h6,
	.add-wechat .right p{
		height: 18px;
		line-height: 18px;
		font-size: 18px;
	}
	.add-wechat .right img{
		margin: 7px auto;
		width: 16px;
	}
	.add-wechat .right a{
		height: 30px;;
		line-height: 30px;
		font-size: 12px;
	}
	.student .it-top{
		margin-top: 32px;
	}
	.salary-main{
		margin-top: 25px;
	}
	.student-main p{
		margin: 0;
		height: 98px;
		line-height: 30px;
		font-size: 18px;
	}
	.student-main p span{
		margin-top: -18px;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.student-main ul li{
		margin-bottom: 10px;
	}
	.teacher .it-top{
		margin-top: 25px;
	}
	.teacher-main{
		margin-top: 15px;
		padding-top: 28px;
		height: 285px;
	}
	.teacher-main li{
		margin-bottom: 28px;
	}
	.teacher-main li img{
		margin-bottom: 2px;
	}
	.teacher-main li p{
		height: 13px;
		font-size: 16px;
	}
	.teacher-main li p span{
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.service-main{
		margin: 22px 3% 32px 3%;
	}
	.pay{
		padding-top: 105px;
		height: 184px;
	}
	.pay li{
		margin-bottom: 13px;
	}
	.join{
		margin-bottom: 60px;
		padding-top: 35px;
		height: 215px;
	}
	.join .consult-btn{
		margin: 15px auto 0;
		width: 100px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
	.sign-up{
		padding-bottom: 40px;
	}
	.input-line{
		margin-bottom: 10px;
	}
	.input-line span,
	.input-line input{
		font-size: 12px;
	}
	.am-form button{
		font-size: 16px;
	}
	.sign-up-two{
		margin-bottom: 59px;
		padding-top: 28px;
	}
	.sign-up-top h1{
		font-size: 31px;
	}
	.sign-up-top h4{
		font-size: 18px;
	}
	.sign-up-top img{
		margin-top: 2px;
	}
	.am-form-two{
		width: 277px;
	}
	.am-form-two p{
		margin: 8px 0 12px 0;
		font-size: 12px;
	}
	.am-form-two .input-line,
	.am-form-two .input-line input{
		height: 33px;
		line-height: 33px;
	}
	.am-form-two .input-line span{
		margin-left: 12px;
	}
	.am-form-two .input-line input{
		padding-right: 10px;
		width: 215px;
	}
	.am-form-two button{
		height: 36px;
		line-height: 36px;
	}
}

/*小米 5*/
@media screen and (min-width: 321px) and (max-width: 360px) {
	.banner{
		height: 270px;
	}
	.banner a{
		left: 124px;
		bottom: 45px;
		width: 112px;
		height: 34px;
		line-height: 34px;
		font-size: 15px;
	}
	.it-top{
		margin-top: 40px;
	}
	.it-top h2{
		line-height: 32px;
		font-size: 17px;
	}
	.it-top p{
		line-height: 14px;
		font-size: 20px;
	}
	.it-top p span{ 
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.it-main{
		margin-top: 15px;
	}
	.it-btn{
		margin: 25px 0 25px 0;
	}
	.hot-main{
		margin-top: 28px;
	}
	.hot-main li{
		margin: 0 10px 10px 0;
		width: 106px;
		height: 112px;
	}
	.hot-main li.last{
		margin: 0 0 14px 0;
	}
	.hot-main li h4{
		margin: 24px 0 2px 0;
		font-size: 15px;
	}
	.hot-main li p span{
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.consult-btn{
		margin: 12px auto 35px;
		width: 224px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		border-radius: 25px;
	}
	.order{
		padding-top: 94px;
		height: 180px;
	}
	.order form input{
		margin: 0 auto 14px;
		width: 226px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.order .consult-btn{
		margin: 30px auto 35px;
	}
	.collect-data{
		padding-bottom: 10px;
	}
	.collect-data h1{
		margin: 28px 0 22px;
		font-size: 26px;
	}
	.add-wechat{
		margin: 0 22px;
	}
	.add-wechat .left{
		width: 156px;
		height: 153px;
	}
	.add-wechat .right{
		width: 135px;
	}
	.add-wechat .right h6,
	.add-wechat .right p{
		height: 20px;
		line-height: 20px;
		font-size: 20px;
	}
	.add-wechat .right img{
		margin: 8px auto;
		width: 18px;
	}
	.add-wechat .right a{
		height: 34px;;
		line-height: 34px;
		font-size: 14px;
	}
	.student .it-top{
		margin-top: 38px;
	}
	.salary-main{
		margin-top: 25px;
	}
	.student-main p{
		margin: 0;
		height: 108px;
		line-height: 32px;
	}
	.student-main p span{
		margin-top: -10px;
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.student-main ul li{
		margin-bottom: 12px;
	}
	.teacher .it-top{
		margin-top: 30px;
	}
	.teacher-main{
		margin-top: 18px;
		padding-top: 30px;
		height: 318px;
	}
	.teacher-main li{
		margin-bottom: 28px;
	}
	.teacher-main li img{
		margin-bottom: 4px;
	}
	.teacher-main li p{
		height: 14px;
		font-size: 18px;
	}
	.teacher-main li p span{
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
	}
	.service-main{
		margin: 25px 3% 35px 3%;
	}
	.pay{
		padding-top: 115px;
		height: 210px;
	}
	.pay li{
		margin-bottom: 16px;
	}
	.join{
		margin-bottom: 68px;
		padding-top: 40px;
		height: 241px;
	}
	.join .consult-btn{
		margin: 20px auto 0;
		width: 112px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
	.sign-up{
		padding-bottom: 45px;
	}
	.input-line{
		margin-bottom: 12px;
	}
	.input-line span,
	.input-line input{
		font-size: 13px;
	}
	.am-form button{
		font-size: 17px;
	}
	.sign-up-two{
		margin-bottom: 68px;
		padding-top: 32px;
	}
	.sign-up-top h1{
		font-size: 35px;
	}
	.sign-up-top h4{
		font-size: 20px;
	}
	.sign-up-top img{
		margin-top: 2px;
	}
	.am-form-two{
		width: 312px;
	}
	.am-form-two p{
		margin: 6px 0 10px 0;
		font-size: 13px;
	}
	.am-form-two .input-line,
	.am-form-two .input-line input{
		height: 36px;
		line-height: 36px;
	}
	.am-form-two .input-line span{
		margin-left: 15px;
	}
	.am-form-two .input-line input{
		padding-right: 10px;
		width: 244px;
	}
	.am-form-two button{
		height: 40px;
		line-height: 40px;
	}
}

/*iPhone 6、iPhone 7、iPhone 8、iPhone X*/
@media screen and (min-width: 361px) and (max-width: 375px) {
	.banner{
		height: 281px;
	}
	.banner a{
		left: 129px;
		bottom: 46px;
		width: 118px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
	}
	.it-top{
		margin-top: 40px;
	}
	.it-top h2{
		line-height: 36px;
		font-size: 18px;
	}
	.it-top p{
		line-height: 14px;
		font-size: 20px;
	}
	.it-top p span{ 
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
	}
	.it-main{
		margin-top: 10px;
	}
	.it-btn{
		margin: 25px 0 25px 0;
	}
	.hot-main{
		margin-top: 25px;
	}
	.hot-main li{
		margin: 0 14px 14px 0;
		width: 108px;
		height: 115px;
	}
	.hot-main li.last{
		margin: 0 0 14px 0;
	}
	.hot-main li h4{
		margin-top: 27px;
		font-size: 14px;
	}
	.hot-main li p span{
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.consult-btn{
		margin: 21px auto 35px;
		width: 234px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	.order{
		padding-top: 100px;
		height: 185px;
	}
	.order form input{
		margin: 0 auto 12px;
		width: 234px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.order .consult-btn{
		margin: 25px auto 35px;
	}
	.collect-data{
		padding-bottom: 15px;
	}
	.collect-data h1{
		margin: 29px 0 23px;
		font-size: 28px;
	}
	.add-wechat{
		margin: 0 23px;
	}
	.add-wechat .left{
		width: 162px;
		height: 159px;
	}
	.add-wechat .right{
		width: 141px;
	}
	.add-wechat .right h6,
	.add-wechat .right p{
		height: 22px;
		line-height: 22px;
		font-size: 22px;
	}
	.add-wechat .right img{
		margin: 8px auto;
		width: 19px;
	}
	.add-wechat .right a{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.salary-main{
		margin-top: 25px;
	}
	.student-main p{
		margin: 0 8px;
		height: 106px;
		line-height: 30px;
	}
	.student-main p span{
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
	}
	.student-main ul li{
		margin-bottom: 12px;
	}
	.teacher-main{
		margin-top: 15px;
		padding-top: 35px;
		height: 325px;
	}
	.teacher-main li{
		margin-bottom: 21px;
	}
	.teacher-main li img{
		margin-bottom: 2px;
	}
	.teacher-main li p{
		height: 14px;
	}
	.teacher-main li p span{
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.service-main{
		margin: 29px 3% 42px 3%;
	}
	.pay{
		padding-top: 124px;
		height: 214px;
	}
	.pay li{
		margin-bottom: 15px;
	}
	.join{
		margin-bottom: 70px;
		padding-top: 35px;
		height: 258px;
	}
	.join .consult-btn{
		margin: 20px auto 0;
		width: 118px;
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
	.sign-up{
		padding-bottom: 47px;
	}
	.input-line{
		margin-bottom: 12px;
	}
	.input-line span,
	.input-line input{
		font-size: 14px;
	}
	.am-form button{
		font-size: 18px;
	}
	.sign-up-two{
		margin-bottom: 70px;
		padding-top: 33px;
	}
	.sign-up-top h1{
		font-size: 36px;
	}
	.sign-up-top h4{
		font-size: 21px;
	}
	.sign-up-top img{
		margin-top: 4px;
	}
	.am-form-two{
		width: 324px;
	}
	.am-form-two p{
		margin: 12px 0 16px 0;
		font-size: 14px;
	}
	.am-form-two .input-line,
	.am-form-two .input-line input{
		height: 38px;
		line-height: 38px;
	}
	.am-form-two .input-line span{
		margin-left: 15px;
	}
	.am-form-two .input-line input{
		padding-right: 10px;
		width: 253px;
	}
	.am-form-two button{
		height: 42px;
		line-height: 42px;
	}
}

/*iPhone 6 Plus、iPhone 7 Plus、iPhone 8 Plus*/
@media screen and (min-width: 376px) and (max-width: 414px) {
	.banner{
		height: 310px;
	}
	.banner a{
		left: 142px;
		bottom: 50px;
		width: 130px;
		height: 38px;
		line-height: 38px;
		font-size: 18px;
	}
	.it-top{
		margin-top: 42px;
	}
	.it-top h2{
		line-height: 36px;
		font-size: 20px;
	}
	.it-top p{
		line-height: 18px;
		font-size: 23px;
	}
	.it-top p span{ 
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.it-main{
		margin-top: 15px;
	}
	.it-btn{
		margin: 25px 0 25px 0;
	}
	.hot-main{
		margin-top: 25px;
	}
	.hot-main li{
		margin: 0 10px 10px 0;
		width: 123px;
		height: 128px;
	}
	.hot-main li.last{
		margin: 0 0 14px 0;
	}
	.hot-main li h4{
		margin: 27px 0 8px 0;
		font-size: 16px;
	}
	.hot-main li p span{
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	.consult-btn{
		margin: 22px auto 35px;
		width: 258px;
		height: 46px;
		line-height: 46px;
		font-size: 18px;
		border-radius: 30px;
	}
	.order{
		padding-top: 110px;
		height: 205px;
	}
	.order form input{
		margin: 0 auto 14px;
		width: 258px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}
	.order .consult-btn{
		margin: 30px auto 35px;
	}
	.collect-data{
		padding-bottom: 15px;
	}
	.collect-data h1{
		margin: 32px 0 26px;
		font-size: 30px;
	}
	.add-wechat{
		margin: 0 26px;
	}
	.add-wechat .left{
		width: 179px;
		height: 176px;
	}
	.add-wechat .right{
		width: 155px;
	}
	.add-wechat .right h6,
	.add-wechat .right p{
		height: 23px;
		line-height: 23px;
		font-size: 23px;
	}
	.add-wechat .right img{
		margin: 10px auto;
		width: 21px;
	}
	.add-wechat .right a{
		height: 38px;;
		line-height: 38px;
		font-size: 16px;
	}
	.student .it-top{
		margin-top: 38px;
	}
	.salary-main{
		margin-top: 25px;
	}
	.student-main p{
		margin: 0 26px;
		height: 110px;
		line-height: 30px;
	}
	.student-main p span{
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	.student-main ul li{
		margin-bottom: 12px;
	}
	.teacher .it-top{
		margin-top: 35px;
	}
	.teacher-main{
		margin-top: 25px;
		padding-top: 36px;
		height: 362px;
	}
	.teacher-main li{
		margin-bottom: 30px;
	}
	.teacher-main li img{
		margin-bottom: 4px;
	}
	.teacher-main li p{
		height: 16px;
	}
	.teacher-main li p span{
		-webkit-transform: scale(0.55);
		transform: scale(0.55);
	}
	.service-main{
		margin: 30px 3% 42px 3%;
	}
	.pay{
		padding-top: 134px;
		height: 240px;
	}
	.pay li{
		margin-bottom: 16px;
	}
	.join{
		margin-bottom: 78px;
		padding-top: 35px;
		height: 288px;
	}
	.join .consult-btn{
		margin: 30px auto 0;
		width: 130px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
	}
	.sign-up{
		padding-bottom: 52px;
	}
	.input-line{
		margin-bottom: 15px;
	}
	.input-line span,
	.input-line input{
		font-size: 16px;
	}
	.am-form button{
		font-size: 19px;
	}
	.sign-up-two{
		margin-bottom: 78px;
		padding-top: 37px;
	}
	.sign-up-top h1{
		font-size: 26px;
	}
	.sign-up-top h4{
		font-size: 23px;
	}
	.sign-up-top img{
		margin-top: 4px;
	}
	.am-form-two{
		width: 358px;
	}
	.am-form-two p{
		margin: 8px 0 14px 0;
		font-size: 15px;
	}
	.am-form-two .input-line,
	.am-form-two .input-line input{
		height: 42px;
		line-height: 42px;
	}
	.am-form-two .input-line span{
		margin-left: 15px;
	}
	.am-form-two .input-line input{
		padding-right: 10px;
		width: 279px;
	}
	.am-form-two button{
		height: 46px;
		line-height: 46px;
	}
}

/*大于414px*/
@media screen and (min-width: 415px) {
	body{
		margin: 0 auto;
		width: 768px;
	}
	.banner{
		height: 576px;
	}
	.banner a{
		left: 259px;
		bottom: 85px;
		width: 250px;
		height: 70px;
		line-height: 70px;
		font-size: 32px;
		border-radius: 35px;
	}
	.it-top{
		margin-top: 32px;
	}
	.it-top h2{
		line-height: 72px;
		font-size: 30px;
	}
	.it-top p{
		line-height: 24px;
		font-size: 18px;
	}
	.it-main{
		margin-top: 15px;
	}
	.it-btn{
		margin: 25px 0 25px 0;
	}
	.hot{
		padding: 42px 0 50px;
		width: 768px;
	}
	.hot-main{
		margin-top: 55px;
	}
	.hot-main li{
		margin: 0 58px 54px 0;
		width: 198px;
		height: 214px;
	}
	.hot-main li.last{
		margin: 0 0 14px 0;
	}
	.hot-main li h4{
		margin: 50px 0 24px 0;
		font-size: 28px;
	}
	.hot-main li p{
		line-height: 26px;
		font-size: 20px;
	}
	.consult-btn{
		margin: 30px auto 0;
		width: 400px;
		height: 68px;
		line-height: 68px;
		font-size: 30px;
		border-radius: 35px;
	}
	.order{
		padding-top: 172px;
		height: 315px;
	}
	.order form input{
		margin: 0 auto 20px;
		padding: 0 20px;
		width: 400px;
		height: 56px;
		line-height: 56px;
		font-size: 20px;
	}
	.order .consult-btn{
		margin: 40px auto 0;
	}
	.collect-data{
		padding-bottom: 10px;
		width: 638px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.collect-data h1{
		margin: 50px 0 40px;
		font-size: 48px;
	}
	.add-wechat{
		margin: 0 40px;
	}
	.add-wechat .left{
		width: 277px;
		height: 272px;
	}
	.add-wechat .right{
		width: 240px;
	}
	.add-wechat .right h6,
	.add-wechat .right p{
		height: 36px;
		line-height: 36px;
		font-size: 36px;
	}
	.add-wechat .right img{
		margin: 14px auto;
		width: 33px;
	}
	.add-wechat .right a{
		height: 60px;;
		line-height: 60px;
		font-size: 24px;
	}
	.student,
	.teacher{
		padding-top: 60px;
		width: 768px;
	}
	.student .it-top{
		margin-bottom: 38px;
	}
	.salary-main{
		margin-top: 40px;
	}
	.student-main p{
		margin: 32px 15px 20px;
		line-height: 24px;
		font-size: 18px;
	}
	.student-main p span{
		margin-left: 0;
		width: 100%;
	}
	.student-main ul li{
		margin-bottom: 12px;
	}
	.teacher .it-top{
		margin-top: 35px;
	}
	.teacher-main{
		margin-top: 30px;
		padding-top: 60px;
		height: 600px;
	}
	.teacher-main li{
		margin-bottom: 30px;
	}
	.teacher-main li img{
		margin-bottom: 18px;
	}
	.teacher-main li p{
		font-size: 18px;
	}
	.teacher-main li p span{
		margin-left: 0;
		width: 100%;
	}
	.service-main{
		margin: 30px 3% 42px 3%;
	}
	.pay{
		padding-top: 215px;
		height: 390px;
	}
	.pay li{
		margin-bottom: 24px;
	}
	.join{
		margin-bottom: 116px;
		padding-top: 72px;
		width: 638px;
		height: 428px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.join .consult-btn{
		margin: 40px auto 0;
		width: 200px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
	}
	.student .it-top,
	.teacher .it-top{
		margin-top: 0;
	}
	.salary,
	.service{
		padding: 42px 0 35px 0;
		width: 768px;
	}
	.service{
		padding: 42px 0 80px 0;
	}
	.salary{
		padding: 42px 0 0 0;
	}
	.service-main{
		margin: 30px 3% 0 3%;
	}
	.sign-up{
		padding-bottom: 80px;
	}
	.input-line{
		margin-bottom: 20px;
	}
	.input-line span,
	.input-line input{
		font-size: 24px;
	}
	.am-form button{
		font-size: 30px;
	}
	.sign-up-two{
		margin-bottom: 118px;
		padding-top: 57px;
	}
	.sign-up-top h1{
		font-size: 62px;
	}
	.sign-up-top h4{
		font-size: 36px;
	}
	.sign-up-top img{
		margin-top: 4px;
	}
	.am-form-two{
		width: 554px;
	}
	.am-form-two p{
		margin: 16px 0 24px 0;
		font-size: 24px;
	}
	.am-form-two .input-line,
	.am-form-two .input-line input{
		height: 66px;
		line-height: 66px;
	}
	.am-form-two .input-line span{
		margin-left: 25px;
	}
	.am-form-two .input-line input{
		padding-right: 15px;
		width: 438px;
	}
	.am-form-two button{
		height: 72px;
		line-height: 72px;
	}
}