﻿.tit {
	height: 42px;
}
.tit h1 {
	float: left;
	height: 38px;
	border-bottom: 4px solid #EFB33D;
	color: #010101;
	font-size: 18px;
	line-height: 38px;
}
.review dl {
	padding: 20px 1% 20px 240px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
.review dt {
	float: left;
	margin-left: -240px;
	width: 220px;
}
.time, .review dt img {
	background: #fd9536;
	width: 220px;
	height: 150px;
	float: left;
}
.time em, .time i {
	font-size: 36px;
	width: 100%;
	display: block;
	margin: 30px auto 0;
	line-height: 36px;
	font-weight: 700;
	color: #FFCEA1;
	text-align: center;
	font-family: Arial black;
	border-bottom: 1px dashed #FFB673;
	padding-bottom: 10px;
}
.time i {
	margin: 5px auto 0;
	line-height: 36px;
	color: #FFB571;
	text-align: center;
	border: none;
	font-size: 30px;
}
.review dd div {
	height: 32px;
}
.review dd div h3 {
	display: inline;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	font-weight: bold;
}
.review dd .meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}
.review time, .review .pv, .review .pc {
	margin-right: 20px;
}
.review .meta .fa {
	margin-right: 4px;
}
.review .meta a {
	color: #999;
	text-decoration: underline;
}
.review dd p.note {
	overflow: hidden;
	margin-top: 4px;
	color: #888;
	font-size: 13px;
	line-height: 22px;
	word-wrap: break-word;
}
.t-box {
	width: 100%;
	overflow: hidden;
}
.wlimit {
	width: 1200px;
	margin: 0 auto;
}
.b-box {
	margin-right: -16px;
	overflow: hidden;
}
.b-box .s-box {
	width: 288px;
	height: 460px;
	float: left;
	margin-right: 16px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 3px 9px rgba(0,0,0,.1);
}
.b-box .s-box .s-pic {
	width: 100%;
	height: 407px;
}
.b-box .s-box .explain {
	padding: 0 30px;
	background: #ffffff;
}
.b-box .s-box .p-title {
	width: 100%;
	height: 50px;
	font-size: 13px;
	color: #252525;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid #eceff1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.b-box .s-box .coll {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	font-family: Arial;
	color: #838383;
}
.b-box .down-num {
	width: 45%;
	float: left;
	text-align: left;
}
.b-box .down-num i {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: -5px;
}
.b-box .coll-num {
	width: 45%;
	float: right;
	text-align: right;
}
.b-box .coll-num i {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: -5px;
}
.b-box .s-box .mark {
	position: absolute;
	width: 288px;
	height: 407px;
	background: #000000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	top: 0px;
	display: none;
}
.b-box .s-box:hover .mark {
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .5;
	-webkit-transition: all 150ms;
	-moz-transition: all 150ms;
	-ms-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
	display: block;
}
.b-box .s-box .b-down {
	width: 142px;
	height: 55px;
	line-height: 55px;
	position: absolute;
	left: 50%;
	top: 155px;
	margin-left: -88px;
	color: #ffffff;
	font-size: 20px;
	border-radius: 2px;
	z-index: 2;
	background: #d7000f;
	padding-left: 36px;
	cursor: pointer;
	filter: alpha(opacity=0);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	font-size: 17px;
}
.b-box .s-box .b-down:hover {
	background: #fc2130;
}
.b-box .s-box:hover .b-down {
	filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.b-box .s-box .b-collect {
	width: 148px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 50%;
	top: 197px;
	margin-left: -90px;
	color: #333333;
	font-size: 20px;
	border-radius: 2px;
	z-index: 2;
	padding-left: 31px;
	cursor: pointer;
	filter: alpha(opacity=0);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	font-size: 17px;
	letter-spacing: 7px;
}
.b-box .s-box:hover .b-collect {
	filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
@media (max-width: 1024px) {
.review dd div {
	height: 27px;
	overflow: hidden;
}
}
@media (max-width: 920px) {
.fh_right {
	display: none
}
.fh_left {
	float: none;
	margin-right: 0;
}
}
@media (max-width: 660px) {
.review dl {
	padding: 20px 0 20px 0;
}
.review dt {
	margin-left: 0;
	float: none;
	width: 100%;
	display: block;
	height: auto;
}
.time, .review dt img {
	width: 100%;
	margin: 0 auto 20px;
	display: block;
	min-height: 150px;
	height: auto;
	float: none;
}
}
.listnopic dl {
	padding: 20px 1% 20px 1%;
}


.mask{margin:0;padding:0;border:none;width:100%;height:100%;background:#333;opacity:0.6;filter:alpha(opacity=60);z-index:9999;position:fixed;top:0;left:0;display:none;}
#LoginBox{position:absolute;left:50%;top:50%;background:white;width:600px;height:300px;border:3px solid #444;border-radius:7px;z-index:10000;display:none;}
#LoginBox1{position:absolute;left:50%;top:50%;background:white;width:600px;height:300px;border:3px solid #444;border-radius:7px;z-index:10000;display:none;}
#LoginBox2{position:absolute;left:50%;top:50%;background:white;width:600px;height:480px;border:3px solid #444;border-radius:7px;z-index:10000;display:none;}
.row1{background:#f7f7f7;padding:0px 20px;line-height:50px;height:50px;font-weight:bold;color:#666;font-size:20px;}
.row{height:77px;line-height:77px;padding:0px 30px;font-family:华文楷体;font-size:x-large;}
.close_btn{font-family:arial;font-size:30px;font-weight:700;color:#999;text-decoration:none;float:right;padding-right:4px;}
.inputBox{border:1px solid #c3c3c3;padding:1px 3px 6px 3px;border-radius:5px;margin-left:5px;}
#txtName{height:27px;width:230px;border:none;}
#txtPwd{height:27px;width:230px;border:none;}
#loginbtn{color:White;background:#4490f7;text-decoration:none;padding:10px 95px;margin-left:87px;margin-top:40px;border-radius:5px;opacity:0.8;filter:alpha(opacity=80);}
#example{width:120px; height:32px; background:#f40; color:#fff; border:none; border-radius:6px; display: block; margin:10px auto; cursor: pointer;text-decoration:none;padding:10px 30px;border-radius:5px;opacity:0.6;filter:alpha(opacity=60);}
.warning{float:right;color:Red;text-decoration:none;font-size:20px;font-weight:bold;margin-right:20px;display:none;}

button, input{ outline:none;}
	button, .login{ width:120px; height:42px; background:#f40; color:#fff; border:none; border-radius:6px; display: block; margin:20px auto; cursor: pointer;}
	.popOutBg{ width:100%; height:100%; position: fixed; left:0; top:0; background:rgba(0,0,0,.6); display: none;}
	.popOut{ position:fixed; width:600px; height:300px; top:50%; left:50%; margin-top:-150px; margin-left:-300px; background:#fff; border-radius:8px; overflow: hidden; display: none;}
	.popOut > span{ position: absolute; right:10px; top:0; height:42px; line-height:42px; color:#000; font-size:30px; cursor: pointer;}
	.popOut table{ display: block; margin:42px auto 0; width:520px;}
	.popOut caption{ width:520px; text-align: center; color:#f40; font-size:18px; line-height:42px;}
	.popOut table tr td{ color:#666; padding:6px; font-size:14px;}
	.popOut table tr td:first-child{ text-align: right;}
	.inp{ width:280px; height:30px; line-height:30px; border:1px solid #999; padding:5px 10px; color:#000; font-size:14px; border-radius:6px;}
	.inp:focus{ border-color:#f40;}
	@keyframes ani{
		from{
			transform:translateX(-100%) rotate(-60deg) scale(.5);
		}
		50%{
			transform:translateX(0) rotate(0) scale(1);
		}
		90%{
			transform:translateX(20px) rotate(0) scale(.8);
		}
		to{
			transform:translateX(0) rotate(0) scale(1);
		}
	}
	.ani{ animation:ani .5s ease-in-out;}