@media only screen and (min-width: 480px){
	html {
	    font-size: 25.6px !important;
	}
	html,body{
		margin:0 auto;
		width: 480px!important;
	}
	.apply-btn{
		left:50%!important;
		margin-left:-240px!important;
		width:480px!important;
	}
}
body{
	padding-bottom:3rem;
	background:#f9f9f9;
	font-family:"Helvetica Neue",Helvetica,"Microsoft YaHei",sans-serif;
}
.toast{
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -40%;
    padding:.3rem .5rem;
    width: 80%;
    font-size:.7rem;
    line-height:1rem;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0, .5);
    border-radius:.4rem;
    z-index:999;
}
.section{
	width:100%;
}
.course{
	padding:0 1.3rem;
}
.course .tumb img{
	width:100%;
}
.view{
	padding:0px;
}
.view .txt b{
	display: block;
	margin-bottom:.1rem;
	font-weight:bold;
}
.title{
	margin-top:.5rem;
	line-height: 1.4rem;
	font-size:.8rem;
	font-weight:bold;
	color:#333;
	text-align:center;
}
.view .divider{
	margin: 1rem auto .9rem;
    display: block;
    font-size: 0;
    line-height: 0;
    width:70%;
    clear: both;
	border-top:solid #000 1px;
}
.parallel{
	font-size:16px;
	margin-bottom:10px;
	font-weight:bold;
	}
.view .txt{
	line-height: 1rem;
	font-size:.7rem;
	color:#666;
	letter-spacing:1.2px;
	word-break: break-all;
	word-wrap: break-word;
}
.top p{
	margin-top:.5rem;
	word-break: break-all;
	word-wrap: break-word;
}
.top p strong{
	display:inline;
	color:#f24040;
	font-weight:400;
}
.view .open{
    display: block;
    font-size:.9rem;
    font-weight:300;
    color: #fff;
    background-color: #000;
}
.txt+.txt{
	margin-top:1rem;
}
.txt strong{
	margin-bottom:.3rem;
	display: block;
	font-size:.8rem;
	font-weight:bold;
}
.table{
	display: table;
	border:solid #666 1px;
	border-collapse: collapse;
}
.subtit{
	padding:1rem 0 .6rem;
	width:100%;
	font-size:.7rem;
	text-align: center;
}
.row{
	display: table-row;
	width:100%;
	border:solid #666 1px;
	border-collapse: collapse;
}
.row .time{
	display: table-cell;
	padding:.3rem;
	width:20%;
	font-size:.6rem;
	vertical-align: middle;
	text-align: center;
	border:solid #666 1px;
	border-collapse: collapse;
}

.row .medical{
	display: table-cell;
	padding:.3rem;
	width:20%;
	font-size:.6rem;
	vertical-align: middle;
	text-align: center;
	border:solid #666 1px;
	border-collapse: collapse;
}
.ssly{
	border-bottom:1px solid #666;
	border-right:1px solid #666;
}
.nurami01{
    font-size: .6rem;
	margin: 0px 0px 12px 20px;
}
.ssly tr td{
	border:1px solid #666;
	border-bottom:0px;
	border-right:0px;
	font-size: .6rem;
	padding:10px;
	color:#666;
	}
.field,.companyname{
	width:25%;
	    padding: .3rem;
	 font-size: .65rem;
	}	
.companyprofiles{
	width:50%;
	    padding: .3rem;
	font-size: .65rem;
	}	
.row .cont{
	display: table-cell;
	padding:.3rem;
	width:60%;
	font-size:.65rem;
	border:solid #666 1px;
	border-collapse: collapse;
}
.apply-btn{
	position: fixed;
	left:0;
	bottom:0;
	width:100%;
	height:2rem;
	line-height:2rem;
	font-size:.7rem;
	color:#fff;
	text-align: center;
	background:#f24040;
}
.course-chose{
	padding:0 0px;
}
.course-item,.nocheck-item{
	position: relative;
	display: block;
	padding-left:1rem;
	width:100%;
	height:auto;
	line-height: 1.6rem;
	font-size:.75rem;
	color:#333;
	box-sizing: border-box;
	cursor: pointer;
}
.nocheck-item{
	position: relative;
	display: block;
	padding-left:1rem;
	width:100%;
	height:1.6rem;
	line-height: 1.6rem;
	font-size:.7rem;
	color:#e4e4e4;
	box-sizing: border-box;
	cursor: pointer;
}
.course-item span{
	position: absolute;
	top:.38rem;
	left:0;
	width:.8rem;
	height:.8rem;
	background:url(../images/111.png) center center no-repeat;
	background-size:cover;
	transition:all .1s ease-out;
}
.nocheck-item span{
	position: absolute;
	top:.38rem;
	left:0;
	width:.8rem;
	height:.8rem;
	background:url(../images/111.png) center center no-repeat;
	background-size:cover;
	transition:all .1s ease-out;
	opacity: .2;
}
.course-item.checked span{
	background:url(../images/222.png) center center no-repeat;
	background-size:cover;
}
.reg-form{
	padding:0 1.3rem;
}
.form-group{
	margin-top:.5rem;
	height:2rem;
	border:solid #ddd 1px;
	border-radius:4px;
	overflow:hidden;
}
.form-group input{
	padding:0 .5rem;
	width:100%;
	height:100%;
	font-size:.7rem;
}
.btn-submit{
	margin-top:.5rem;
	width:100%;
	height:2rem;
	color:#fff;
	font-size:.7rem;
	background:#4990E2;
	border-radius:4px;
}
.teacher{
	padding:.5rem 1.3rem;
}
.teacher .item{
	
	line-height: 1rem;
	font-size:.7rem;
	color:#666;
	word-break: break-all;
	word-wrap: break-word;
}
.teacher .teac-pic{
	margin:0 auto;
	width:10rem;
	height:10rem;
	border-radius: 50%;
	overflow: hidden;
	border:solid #f1f1f1 1px;
}
.teacher .teac-pic img{
	width:100%;
	height:100%;
}
.teacher .teac-top{
	margin-top:.5rem;
	padding:.3rem;
	font-size:1rem;
	text-align: center;
	color:#333;
}
.teacher .teac-name{
	margin-top:1.5rem;
	font-size:.8rem;
	color: #333;
}
.teacher .teac-offer{
	margin-top:.2rem;
	font-size:.8rem;
	color: #333;
}
.teacher .teac-intro{
	margin-top: .2rem;
	line-height:1.2rem;
}
.nh1{
	text-indent:2em;
	}
.date{
	text-align:right;
	}
.address{
	font-weight:bold;
	}
.hyrc{
	display:block;
	font-size:17px;
	font-weight:bold;
	}
.clearfix table tr td{
	text-align:center;
	    vertical-align: top;
		width:50%;
	}	
.clearfix table tr td img{
	width:70%;
	margin-bottom:5px;
	}	
.namea01{
	font-size:.8rem;}	
.jies{
	    font-size: .5rem;
		margin-bottom:20px;
		}	