/*整体规划*/
body{
	margin: 0;
	font-family: "微软雅黑";
	font-size: 12px;
}
ul,li,dl,dd,dt{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a,img{
	display: block;
}
.divider{
	border: dashed 1px #c9c9c9;
}
.overflowH{
	overflow: hidden;
}
div{
	display: block;
}

/*main_right*/
.main_right{
	padding: 0;
	margin: 0;
	border-left: solid 1px #e5e5e5;
}
@media (max-width: 768px) {
	.main_right{
		border: none;
		border-top: solid 1px #e5e5e5;
	}
}

.title-h3{
	padding-top: 10px;
}
/*view-box*/
.view-box{
	text-align: center;
	width: 100%;
	margin: 15px auto;
}
.view-box li{
	display:inline-block;
	margin: 0 10px;
}
.view-box *{
	color: #bfbfbf;
}
.view-box .collection:hover a,.view-box .collection:hover i{
	color: #cd1b25;
}

/*content*/
.content p{
	font-family: "宋体";
	font-size: 16px;
	color: #4A4A4A;
	line-height: 25px;
	margin: 10px 20px;
}
@media (max-width: 786px){
	.content p{
		margin: 10px 20px;
	}
}
/*reviewbox*/
.reviewbox{
	background-color: #f8fcff;
	border: solid 1px #e6e6e6;
	border-left: solid 5px #CD1B25;
	margin: 10px 20px;
}
.reviewbox p{
	line-height: 25px;
	font-family: "宋体";
	font-size: 16px;
	color: #4a4a4a;
	margin: 10px 20px;
}
.reviewbox .lead{
	font-weight: bold;
	font-size: 16px;
}
.right-bigbox a.btn-buya{
	color: white !important;
    background: #cd1b25;
    border: solid 1px #e1e2e3;
    padding: 0 10px;
    font-size: 14px;
    width:50px;
    height:30px;
    line-height:30px;
    margin:auto;
}

/*jump*/
.jump a{
	text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
	.view-box .jump{
		position: absolute;
	    right: 10px;
	    width: 140;
	    top: 65px;
	}
}
.view-box .jump a{
	color: white;
	background: #eb9c23;
	padding: 5px;
}
@media only screen and (max-width: 767px) {
	.view-box .jump{
	    display: block;
	    width: 140;
	    margin: 10px auto;
	}
}

.buyBox{
	margin:20px;
	text-align: center;
}
.buyBox a{
	display:inline;
	padding:3px 8px;
	margin:0 5px;
	background-color:#cd1a24;
	color:white;
}
.dividerbuy{
	height: 1px;
	text-align: center;
	background: #CCCCCC;
	margin: 10px auto;
}
.dividerbuy p{
	margin: 15px;
    color: #888;
    margin-left:0;
    font-size: 14px;
}

/*fenye*/
.fenyebox{
	width: 100%;
	text-align: center;
}
.fenyebox ul{
	overflow: hidden;
	margin: 20px 10px;
}
.fenyebox li{
	padding: 0 2px;
	line-height: 28px;
	text-align: center;
	display: inline;
}
.fenyebox li span{
	padding: 0 10px;
	color: #808080;
	font-size: 14px;
	display: inline-block;
	border: solid 1px #e1e2e3;
}
.fenyebox .fenyeshort span{
	border: none;
}
.fenyebox .active span{
	color: white;
	background: #cd1b25;
}
.fenyebox .active:hover span{
	color: white;
}
.fenyebox li:hover span{
	text-decoration: none;
	border: solid 1px #cd1b25;
	color: #cd1b25;
	transition: all 0.3s ease;
}
.fenyebox li.fenyeshort:hover span{
	border: none;
}
.fenyebox p{
	line-height: 24px;
	color: #999;
	font-size: 14px;
	padding-left: 6px;
	display: inline-block;
}
.fenyebox .active .prev{
	color: #808080;
	border: solid 1px #e1e2e3;
	background: transparent;
}
.fenyebox .active:hover .prev{
	color: #808080;
}
.fenyebox .active .next{
	color: #808080;
	border: solid 1px #e1e2e3;
	background: transparent;
}
.fenyebox .active:hover .next{
	color: #808080;
}