
/*新*/
.coursebg{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background: url(../imgs/yycourse/coursebg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
	background-size: cover;
}

.form{
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	background: rgba(255,255,255,.5);
	border-radius: 10px;
}
.form li{
	width: 100%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e61931;
	margin-top: 26px;
	border-radius: 5px;
	padding-left: 38px;
}
.form li:first-child{
	margin-top: 0;
}
.form li input,.form li select{
	width: 100%;
    height: 70%;
    border: 0;
    outline: none;
    background: rgba(255,255,255,.1);
    border-left: 1px solid #e61931;
    padding-left: 10px;
}
.form li:first-child{
	background: url(../imgs/yycourse/bg1.png) no-repeat 10px;
	background-size: 16px 16px;
}
.form li:nth-child(2){
	background: url(../imgs/yycourse/bg2.png) no-repeat 10px;
	background-size: 16px 16px;
}
.form li:nth-child(3){
	background: url(../imgs/yycourse/bg3.png) no-repeat 10px;
	background-size: 16px 16px;
}
.form li:nth-child(4){
	background: url(../imgs/yycourse/bg4.png) no-repeat 10px;
	background-size: 16px 16px;
}

#subsj{
	width: 200px;
	margin: 50px auto 0;
	height: 40px;
	line-height: 40px;
	background: #FF2E24;
	color: #fff;
	font-size:18px;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 10px;
}
#subsj input{
  	    height: 38px;
	background: #FF2E24;
}
.personnumber{
	padding-top: 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
}
.personnumber span{
	font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
	
}