.sub-banner img{
	width:100%;
}
.waylink{
    background: #272727;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 0;
}
.waylink ol{
	margin:0;
	padding:0;
}
.waylink ol li{
	display:inline-block;
	position:relative;
	padding-right:12px;
}
.waylink ol li:after{
	content:'/';
	position:absolute;
	right:3px;
	top:0;
	font-size: 12px;
}
.waylink ol li:last-child:after{
	display:none;
}
.waylink a,
.waylink .h3{
	color:#fffcfc;
	font-weight:normal;
	font-size:12px;
}
.content-wrap{
	margin:50px 0 20px;
}
.content-main{
	float:right;
	width: 77%;
}
aside{
	float:left;
	width: 20%;
}
.content-main >h2{
	color:#4e4e4e;
	font-size:20px;
	border-bottom:1px dotted #aaaaaa;
	z-index:1;
	padding: 10px 15px;
}
.content-main >h2 b{
	position:relative;
	letter-spacing: 0.2em;
	z-index:1;
}
.content-main >h2 b:before{
    content: '';
    width: 120%;
    height: 3px;
    background: #ffa707;
    position: absolute;
    left: -15px;
    bottom: -10px;
}
.content-main .main-wrapper,
.content-main #article{
	color:#000;
	font-size:15px;
	margin: 20px 0;
}
aside .side-title h3,
#best-product h3{
	color:#4e4e4e;
	font-size:16px;
	margin: 10px 0;
	position:relative;
	z-index:1;
	text-align: left;
}
aside .side-title h3:after,
#best-product h3:after{
	background:#c0c0c0;
	content:'';
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:-3;
}
aside .side-title h3 strong,
#best-product h3 strong{
	color:#4e4e4e;
	font-size:16px;
	position:relative;
	z-index: 1;
}
aside .side-title h3 strong:after,
#best-product h3 strong:after{
	content:'';
	background:#fff;
	position:absolute;
	width:100%;
	height:100%;
	left: 0;
    bottom: -10px;
    padding-right: 10px;
    z-index: -1;
}
#side-nav ul{
	overflow:visible;
}
#side-nav li{
	border-bottom:1px solid #e9e9e9;
	padding:3px 0;
	position:relative;
}
#side-nav li a{
	display:block;
	font-size:14px;
	color:#4e4e4e;
    padding: 10px 20px;
	text-align: left;
}
#side-nav li a:hover{
	background: #430c89;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
}
#best-product h3{
	margin:40px 0 20px;
}
#best-product h3 strong{
	color:#baa169;
}
#best-product .content .sidep .photo{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
#best-product .content .sidep h4{
	overflow:hidden;
	margin-top:10px;
}
#best-product .content .sidep h4 .left{
	float:left;
	color:#000000;
	font-size:16px;
	width:calc(100% - 60px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
#best-product .content .sidep h4 .right{
	float:right;
	color:#595858;
    font-size: 12px;
    width: 50px;
}
#best-product .slick-prev,
#best-product .slick-next{
	background-image:url(/images/39/side-pro-arrow.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	width:22px;
	height:22px;
	top: 11px;    
	right: 22px;
    left: initial;
	z-index: 9;
	opacity:0.7;
	transition:all ease-in-out 0.3s;
}
#best-product .slick-prev:hover,
#best-product .slick-next:hover{
	opacity:1;
}
#best-product .slick-next{
	background-image:url(/images/39/side-pro-arrow2.png);
    right: 0;
}

#best-product .slick-prev:before,
#best-product .slick-next:before{
	display:none;
}
aside >div{
	margin-bottom:20px;
	text-align: center;
}
aside .side-title p{
	text-align:left;
}
#sidead-list li{
	margin-bottom:10px;
}
#sidead-list li a{
	display:block;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
#sidead-list li a img{
	width:100%;
}
aside iframe{
	width:100%;
	height:200px;
}
#community{
	margin: 50px 0;
}
#community li{
	float:left;
	line-height:0;
	margin:0 5px 5px 0;
}

@media screen and (max-width: 1280px) {
	.content-main{
		width: 72%;
	}
	aside{
		width: 25%;
	}
}
@media screen and (max-width: 980px) {
	.content-main{
		width: 100%;
	}
	aside{
		width: 100%;
		margin-top: 50px;
	}
	.content-main >h2 b{
		letter-spacing: 0;
	}
	#best-product .slick-slide img{
		width:100%;
	}
	#best-product .content .sidep{
		margin:0 10px;
	}
	#sidead-list li{
		float:left;
		width:48%;
		margin:0 1% 10px;
	}
}
@media screen and (max-width: 640px) {
	#best-product .content .sidep{
		margin:0;
	}
	.content-main >h2{
		padding: 10px 0;	
	}
}
@media screen and (max-width: 480px) {
	#sidead-list li{
		width:100%;
		margin:0 0 10px;
	}
	.content-main >h2 b:before{
	    width: 100px;	
	}
	.waylink a, 
	.waylink .h3,
	.waylink ol li,
	.waylink ol li:after{
		font-size:6pt;
	}
}