/* CSS Document */

.body{
	max-width:640px;
	margin:auto;
	min-height:100%;
	position:relative;
}

.body{
	display:block;
	margin-top:35px;
}



/******************************/
.header2{
	position: relative;
	background:#1e81a7;
	background-size:100% 100%;
	border-bottom:80px solid #fff;
}
.header2>figure>img{
	overflow: hidden;
	width:100%;
	min-height:160px;
}

.header2 a{
	position:absolute;
	left:10px;
	bottom:10px;
	display:inline-block;
	color:#fff;
}
.header2 a span[class*="icon"]{
	background:rgba(200,200,200,0.5);
	border-radius: 30px;
	border:1px solid #ffffff;
	width:20px;
	height:20px;
	line-height:20px;
	text-align: center;
	display:inline-block;
}

.header2 p{
	font-size:16px;
}

.header2 figure:nth-of-type(2){
	position:absolute;
	width:100px;
	height:100px;
	border:6px solid rgba(255,255,255,0.5);
	border-radius:120px;
	-webkit-box-sizing:border-box;
	left:50%;
	bottom:0;
	margin-left:-50px;
	margin-bottom:-50px;
	z-index:10;
}
.header2 figure:nth-of-type(2) img{
	width:100%;
	min-height:100%;
	border-radius:100px;
}
.header2 figure:nth-of-type(2) label{
	margin-top:10px;
	font-size: 18px;
	display: inline-block;
	width: 200px;
	margin-left: -60px;
	text-align: center;
	overflow: hidden;
	font-weight: bolder;
}


/**********************************/
.nav_for_list_ul ul:first-of-type{
	text-align: center;
	background:#fff;
	text-align:center;
}
.nav_for_list_ul ul:first-of-type li{
	width:8px;
	height:8px;
	background:#eaeaea;
	border-radius: 5px;
	display:inline-block;
	margin:3px;
}
.nav_for_list_ul ul:first-of-type li.on{
	background:#cacaca;
}

.nav_for_list_ul ul:nth-of-type(2){
	height:43px;
	border-bottom:3px solid #eaeaea;
	background:-webkit-gradient(linear, 0 0, 0 80%, from(#efefef), to(#fff));
	-webkit-box-sizing:border-box;
	white-space: nowrap;
}

.nav_for_list_ul ul:nth-of-type(2) li{
	width:33.3%;
	display:inline-block !important;
	-webkit-box-sizing:border-box;
}
.nav_for_list_ul ul:nth-of-type(2) li a{
	display:block;
	height:43px;
	line-height:40px;
	text-align: center;
	color:#6898a1;
	overflow: hidden;
	margin:0 10px;
	color:#666666;
}

.nav_for_list_ul ul:nth-of-type(2) li a.on{
	color:#6898a1;
	height:40px;
	border-bottom: 3px solid #6898a1;
}

.list_uls{ 
	border-radius:10px;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-left:10px;
	}
.list_uls li{
	
}
.list_uls dl{
	float:left;
	width:48%;
	padding:0;
	margin:2px;
	background:#fff;
	-webkit-box-shadow:1px 1px 3px #707070;

}

.list_uls dl dd{
	display:block;
	padding:0;
	position:relative;
	font-size:16px;
	min-height: 22px;
}

.list_uls dl dd a{
	display: block;
	margin:8px;
}

.list_uls dl dd img {
    border: 0 none;
	width:100%;
	max-height:215px;
	margin:0 10px 0 0;
	height:191px;
}
.list_uls dl dd img.showimg {
    border: 0 none;
	width:108px;
	height:60px;
	float:left;
	margin:0 10px 0 0;
	border-radius: 3px 3px 3px 3px;
}
.list_uls dl dd p{
	overflow: hidden;
    text-overflow: ellipsis;
	font-size:12px;
	color:#999;
	line-height:24px;
}

.list_uls .title{ font-size:14px; color:#444; margin-bottom:2px;}
.list_uls .price{color:#F60; font-size:14px;}


.list_uls li img{
	max-width:100%;
	border:0;
}
.pro_ar td{ font-size:14px; color:#666;}
.pro_ar th{ text-align:left; font-weight:normal; font-size:14px; width:35%; padding-left:10px;}
.dingou{display:block;position:relative; margin:8px auto; }
.submit {
	background-color:#ff6600;
	padding:8px 20px;
	font-size:16px;
	text-decoration:none;
	border:1px solid #ff6600;
	background-image: linear-gradient(bottom,  #ff6600 0%, #fa924d 100%);
	background-image: -o-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -moz-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -webkit-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -ms-linear-gradient(bottom, #ff6600 0%, #fa924d 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ff6600),color-stop(1, #fa924d));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff !important;
	display:block;
	text-align:center;
	-webkit-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.4);
	max-width:180px;
	margin:0 auto;
}
.submit:active {
	padding-bottom:9px;
	padding-left:20px;
	padding-right:20px;
	padding-top:11px;
	top:0px;
	background:#fa924d;
	-webkit-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 0 #fa924d inset, 0 1px 2px rgba(0, 0, 0, 0.5);
}
.submit img{ width:15px; margin:-4px 10px 0 0;}

.pdet{
	 border:2px solid #666a73;
	 padding:5px;
	 text-align:center; 
	 valign:middle;
}