html,body,ul, li,p{margin: 0;padding: 0; font-family: "Microsoft YaHei";color: #333;}
input{outline:none;}
li{list-style-type:none}
a{text-decoration: none; }
.apply_content{
	width: 750px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.apply_title{
	font-size: 30px;

}
.apply_box{
	width: 700px;
	height: auto;
	float: right;	
}
.apply_box  p{
	font-size: 30px;
	margin-bottom: 30px; 
}
.apply_one{
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden; 
}

.label{
	display: block;
    width: 125px;
    float: left;
    text-align: right;
    margin-right: 40px;
    line-height: 30px;
    color: #333;
    padding: 0;
    font-size: 15px;
}
#notify_url{
    border: none;
    border-bottom: 1px solid #000;
    line-height: 30px;
    width: 300px;
}
#test_notify_url{
    border: none;
    border-bottom: 1px solid #000;
    line-height: 30px;
    width: 300px;
}
.apply_one > input{
	width: 500px;
	height: 30px;
	border-radius: 5px;
	border:1px solid #a9a9a9;
	padding-left: 10px;
	font-size: 14px;
}

.apply_one > button{
	display: block;
	width: 100px;
	height: 30px;
	font-size: 15px;
	margin: 40px auto;
	border-radius: 5px;
	background: #a9a9a9;
	color: #fff;
}
.buttom_apply{
	display: block;
	float: right;
	margin-right: 50px; 
	width: 150px !important;
	height: 30px !important;
}

.list:after { content: ""; display: block; clear: both; height: 0; line-height: 0; font-size: 0;}
.list li { position: relative; float: left; width: 150px; height: 150px; margin-right: 10px; border: 1px solid #ccc;}
.list li:before { content: ""; position: absolute; top: 50%; left: 50%; width: 30px; height: 1px; margin-top: -1px; margin-left: -15px; background-color: #ccc;}
.list li:after { content: ""; position: absolute; top: 50%; left: 50%; width: 1px; height: 30px; margin-top: -15px; margin-left: -1px; background-color: #ccc;}
.list li img { position: relative; z-index: 2; display: block; width: 100%; height: 100%;}
.list input[type="file"] { position: absolute; left: 0; top: 0; z-index: 3; display: block; width: 100%; height: 100%; cursor: pointer; opacity: 0;}
