<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkbox{
	margin:15px 0px 15px;
}
.checkbox_horizontal li,.checkbox_vertical li{
	float: left;
	color:#424242;
	font-size: 17px;
	margin-left: 15px;
	margin-right: 15px;
}
.checkbox_vertical li{
	float: initial;
}
.checkbox li span{
	width:23px;
	height: 23px;
	background-repeat: no-repeat;
	background-image: url(../images/test_select_10.png);
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 7px;
}
.test_checkbox_hover{
	background-image: url(../images/test_select_12.png)!important;
}
.test_checkbox_click{
	background-image: url(../images/test_select_12.png)!important;
}
.test_submit{
	text-align: center;
}
.test_submit input{
	border:none;
	background-color: #11b554;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 25px;
	font-family: "微软雅黑";
	margin:50px auto 50px;
}
.test_submit input:hover{
	background-color: #0f9b48;
}
body{
	position:relative;
}
.apply_con{
	width: 750px;
	height: 530px;
	background-color:#ffffff;
	position:fixed;
	left: 50%;
	margin-left: -375px;
	top:0px;
	z-index: 2;
}
.apply_bg{
	background-image: url(../images/apply_bg_03.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
	display: none;
}
.apply_con h2{
	width:712px;
	margin:20px auto 34px;
	text-align: center;
	color:#333333;
	border-bottom:2px solid #11b554;
	padding-bottom: 15px;
}
.apply_con h2 img{
	margin-right: 25px;
}
.apply_con p{
	color:#333333;
	font-size: 14px;
}
.checkbox_horizontal li{
   	width: 200px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 35px;
    line-height: 30px;
    word-break: break-all;
}
.apply_con_close{
	font-size: 38px;
}
</pre></body></html>