@charset "utf-8";
/* CSS Document */

#htwx{background: #fdf9f3;padding: 10px 0;overflow: hidden;}
#htts{background: #f7fff8;padding: 10px 0;overflow: hidden;}
.htvbook{margin:0 auto;}
.vbcom{width: 100%;overflow: hidden;}
.vbcom h2{height: 60px;margin: 15px auto;width: 90%;line-height: 60px;border-radius: 100px;box-shadow: 0px 0px 10px 0px #ddd;font-size: 32px;text-align: center;background: #fff;font-family: Arial,'Microsoft YaHei';overflow: hidden;display: block;}
.vbcom h2 span{color:#f00;}
.vbcom h2 i{font-size: 24px;font-style:normal;display: inline-block;padding-left:18px;}
.books_change{float: left;}
.vbhead{padding-right:20px;padding-left:10px;background: #f7fcff;color:#4c4c4c;font-weight:700;font-size: 18px;overflow: hidden;line-height: 38px;}
.vbhead a{color: #333;text-decoration: none;padding: 5px;display: inline-block;}
.vbhead a.on{border-bottom: 3px solid #f66;bottom: -5px;}
.vbhead a:hover{color:#e4393c;}
.vbhead .more{float:right;color:#666;font-weight:400;font-size:16px;}
.vbhead .more:hover{color:#F44336;}
.goods-list{margin-top:10px;}
.clearfix:after{clear:both;display:table;content:'';}
.goods-list li{float:left;margin: 0 1.25% 15px 0;width: 19%;background-color: #f7fcff;}
.goods-list li:hover{box-shadow: 0 0 10px 0 #8c8c8c;}
.goods-list li a{font-size:12px;text-decoration: none;}
.goods-list li .image{width: 100%;padding-bottom: 100%;display: block;vertical-align: middle;position: relative;background: url("https://www.walldrift.com/zt/css/images/spbj.gif") repeat scroll 0 0;overflow: hidden;}
.goods-list li .image img{vertical-align: middle;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: auto;height: auto;max-width: 100%;}
.goods-list li .title{overflow:hidden;margin-bottom:10px;padding:20px 15px 0;height:38px;color:#333;line-height:1.5em;}
.goods-list li .price{line-height: 15px;padding: 0 10px;color: #f60;font-size: 12px;display: block;margin: 8px auto;}
.goods-list li .origin-price{color:#666;}
.goods-list .last{margin-right:0;}
.goods-list li:nth-child(5n){margin-right: 0;}
.goods-list li .price b{}
.goods-list li .price span{color: #ff0036;font-size: 18px;padding: 0 3px;font-weight: 700;font-family: arial;}
.goods-list li .price em{color: #bebebe;text-decoration: line-through;font-style: normal;}
.goods-list li .products{line-height: 35px;font-size: 12px;display: block;border-top: 1px solid #eee;width: 100%;overflow: hidden;height: 36px;}
.goods-list li .products span{width: 50%;float: left;display: inline-block;padding: 0 0 0 5%;box-sizing: border-box;}
.goods-list li .products span:nth-child(1){border-right: 1px solid #eee;}
.goods-list li .products span em{color: #9C27B0;font: inherit;padding-left: 5px;font-family: arial,\5fae\8f6f\96c5\9ed1,sans-serif;font-weight: 700;}
.goods-list li .products span b{color: #03A9F4;padding-left: 5px;font-family: arial,\5fae\8f6f\96c5\9ed1,sans-serif;font-weight: 700;}
.fanye{text-align:center;margin: 18px auto;overflow: hidden;display: block;width: 100%;}
.fanye a{background: #676767;color: #FFF;text-align:center;margin: 5px auto;font-size:14px;padding: 0 25px;line-height:40px;cursor: pointer;display: inline-block;border-radius: 50px;text-decoration: none;}
.fanye a:hover{color:#fff;background:#d21332;}


.sideList {
	position: fixed;
	width: 130px;
	bottom: 200px;
	right: 5px;
}
.sideList li a {
	display: block;
	width: 126px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	background: #9c40c9;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #fff;
	box-shadow: 0 2px 2px #CCC;
	z-index: 1;
}
.sideList li a:hover{
	background: #F9F;
	color: #9c40c9;
}
.fixed_close{
	display: block;
	width: 30px;
	margin: 10px auto;
	cursor: pointer;
}




@media screen and (max-width:1000px){.htvbook{width: 100%;}
.vbhead{font-size: 16px; line-height: 32px;}
.vbookli li{width:48%;margin: 10px 1% 0;}
.vbcom h2 i{font-size: .9rem;}
.vbcom h2{font-size: 15px;line-height: 20px;height: auto;padding: 10px 0;}
.goods-list{margin-top: 0;}
.goods-list li{margin: 4px 1%;width: 48%;height:auto;overflow: hidden;}
.goods-list li:nth-child(5n){margin-right: 1%;}
.goods-list li .image{height:auto;}
.goods-list li .title{padding:10px 5px 0;margin-bottom: 0;}
.goods-list li .price{padding: 0 5px;}

.sideList {
		position: fixed;
		width: 16.5rem;
		bottom: 0;
		right: 1.125rem;
	}
	.sideList li a {
		display: block;
		float: left;
		width: 3.2rem;
		height: 1.6rem;
		line-height: 1.6rem;
		margin-top: .25rem;
		background: #9c40c9;
		font-size: .65rem;
		color: #fff;
		text-align: center;
		border-radius: .2rem;
		border: .05rem solid #fff;
		box-shadow: 0 .05rem .05rem #CCC;
		z-index: 10;
	}
	.sideList li a:hover{
		background: #F9F;
		color: #9c40c9;
	}
	.fixed_close{
		display: block;
		width: 1rem;
		margin: .25rem auto;
		cursor: pointer;
	}

}