@charset "utf-8";
/* CSS Document */

.bg004d8c{
	background:url("/submit/deno/bj.png");
}

.main{
	padding: 24px;
}

.tip{
	font-size: 14px;
	color: #a3b5cb;
	text-align: center;
	margin-bottom: 26px;
}

.logo{
	display: block;
	width: 240px;
	height:34px;
	margin: 0 auto;
	
}

.form{
	/*background: linear-gradient(#dbefff,#fff);*/
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	overflow: hidden;
	padding: 32px 16px 24px;
}


.form .input-group{
	margin-bottom: 16px;
}

.form .input-group .title{
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
}

.form .input-group .title i{
	opacity: 0;
	visibility: hidden;
}

.form .input-group .input{
	border: 1px solid #bebebe;
	background: #fff;
	padding: 0 4px;
}

.form .input-group .input input{
    margin-top:5px;
	display: block;
	width: 200px;
	height: 30px;
	line-height: 26px;
}

.form .submitBtn{
	display: block;
	width: 162px;
	height: 36px;
	margin: 24px auto 0;
	background: url(search.png) no-repeat;
	background-size: 162px 36px;
	text-indent: -9999px;
	overflow: hidden;
}

.main2 .logo2 img{
	display: block;
	width: 100%;
	height: auto;
}

.main2 .logo2 .tip{
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	color: #a9bbe2;
}

.detail .img{
	width: 48%;
	/* padding:8px;
	border: 1px solid #556b9b; */
	margin: 0 auto 24px;
}

.detail .img img{
	display: block;
	width: 100%;
	height: auto;
}

.detail .list{
	padding: 0 20px 6px;
}

.detail .list li{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed #cacaca;
	font-size: 14px;
	color: #636363;
}

.detail .list li:last-child{
	border: none;
}

.detail .list li .title{
	float: left;
	width: 86px;
}

.detail .list li .text{
	margin-left: 86px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}