/*分类页面包屑*/
/*类目页面包屑*/
.cateBread {
	width: 1200px;
	height: 50px;
	margin: 20px auto 30px;
	line-height: 50px;
	background: #fff;
}

.cateBread > span {
	display: inline-block;
	margin-left: 20px;
}

.cateBread ul {
	display: inline-block;
}

.cateBread li {
	display: inline-block;
	margin-left: 30px;
}

.cateBread a,
.cateBread span {
	font-size: 16px;
	color: #808080;
	cursor: pointer;
}

.cateBread span.cateActive {
	font-weight: bold;
	color: #523669;
}
/*销量页、新品页面包屑*/
.bread {
    width: 1200px;
    margin: 20px auto;
    color: #333;
}

.bread b {
    margin: 5px;
    color: #808080;
}

.bread span{
    color: #808080;
}
/*分类页列表*/
/*分类列表标题*/
.list-container {
    width: 1200px;
    margin: 0 auto;
}

.list-container > li {
    
}

#moreProduct {
	display: block;
    width: 200px;
    height: 48px;
    margin: 20px auto;
    padding: 0 20px;
    border-radius: 2px;
    line-height: 48px;
    text-align: center;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-title {
    position: relative;
    margin: 10px 0 20px;
	overflow: hidden;
}

.category-title dt {
    color: #333;
    font-size: 30px;
    text-align: center;
}

.category-title dd {
    margin-top: 10px;
    color: #808080;
    font-size: 16px;
    text-align: center;
}

.category-title a {
    position: absolute;
    bottom: 0px;
    right: 0;
    color: #808080;
    font-size: 16px;
    text-align: right;
}

/*分类页列表内容*/
.category-list {
	width: 1215px;
    overflow: hidden;
}

.category-list li {
    float: left;
    margin-bottom: 30px;
}

.category-list li a {
    position: relative;
    display: block;
    width: 285px;
    height: 285px;
    margin: 4px 15px 4px 3px;
}

.category-list li a:hover {
	box-shadow: 0px 0 4px 3px #ddd;
}

.category-list li img {
    width: 100%;
    height: 100%;
}

.category-list li p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 292px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: rgba(0,0,0,.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)\9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-list li i {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 42px;
    width: 42px;
    background: #fc3332;
    border-radius: 50%;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.category-list li dl {
    height: 50px;
    overflow: hidden;
}

.category-list li dt {
	height:20px;
    margin-top: 10px;
    line-height: 20px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.category-list li dd {
    color: #ff3333;
    font-size: 16px;
    text-align: center;
}
/*分类页-商家*/
.supplier-info {
    width: 1200px;
    margin: 0 auto 40px;
    overflow: hidden;
    background: #fff;
}

.info-normal {
    float: left;
}

.info-normal p {
    float: left;
    width: 100px;
    height: 120px;
    margin: 0 20px;
    line-height: 120px;
}

.info-normal img {
    width:100%;
}

.info-normal dl {
    float: left;
    margin: 25px 0;
}

.info-normal dt {
    margin-bottom: 28px;
}

.info-normal span {
    margin-right: 20px;
    font-size: 24px;
}

.info-normal i {
    display: inline-block;
    width: 84px;
    height: 25px;
    padding-left: 30px;
    line-height: 23px;
    background: url("http://static1.biyao.com/pc/common/img/master/sup-contect.png?v=biyao_bca7266") left center no-repeat;
    font-size: 16px;
    color: #523669;
    vertical-align: bottom;
    cursor: pointer;
}

.info-normal dd {
    font-size: 16px;
    color: #808080;
}

.info-eval {
    float: right;
    margin: 40px 0;
    padding-right: 20px;
}

.info-eval li {
    position: relative;
    height: 25px;
    width: 236px;
}

.info-eval b {
    display: inline-block;
    font-weight: normal;
    color: #666;
    vertical-align: middle;
}

.info-eval p {
    position: relative;
    display: inline-block;
    margin-left: 3px;
    width: 103px;
    height: 15px;
    background: url("http://static2.biyao.com/pc/common/img/master/sprit_biyao.png?v=biyao_f04e37a") -339px -250px;
    vertical-align: middle;

}

.info-eval span {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    display: inline-block;
    height: 15px;
    background: url("http://static3.biyao.com/pc/common/img/master/sprit_biyao.png?v=biyao_f04e37a")-339px -268px;
}

.info-eval i {
    position: absolute;
    right: 5px;
    display: inline-block;
    color: #f49f26;
    vertical-align: middle;
}

/*分类页-新品列表*/
.newProduct {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}

.newProduct p {
	margin: 10px 0 20px;
	color: #333;
	font-size: 30px;
	text-align: center;
}


.newProduct li:first-child {
	margin-top: 65px;
}

.newProduct li {
	margin-top: 96px;
	text-align: center;
}

.newProduct div {
	display: inline-block;
	padding: 0 60px;
	border-top: 1px solid #ccc;
}

.newProduct b {
	position: relative;
	top: -18px;
	display: block;
	padding: 0 20px;
	font-weight: normal;
	font-size: 24px;
	color: #808080;
	background: #f9f9f9;
}

.newProduct a {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

.newProduct dl {
	float: left;
	width: 500px;
	height: 385px;
	background: #fff;
	overflow: hidden;
}

.newProduct dt {
	width: 260px;
	margin: 130px auto 0;
	border-bottom: 1px solid #f2f2f2;
}

.newProduct h2 {
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 24px;
	color: #333;
}

.newProduct h3 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #ff3333;
	font-size: 24px;
}

.newProduct dd {
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	color: #808080;
}

.newProduct img {
	float: left;
	width: 700px;
	height: 385px;
}

/*分类页-文章列表*/
.articleList {
    width: 1200px;
    margin: 0 auto;
}

.articleList li {
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.articleList li > span {
	position:relative;
	float: left;
	width: 320px;
	height: 260px;
	margin-right: 80px;
}

.articleList li b {
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	height: 48px;
	width: 120px;
	line-height: 48px;
	background: #523669;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.articleList li img {
    width: 100%;
    height: 100%;
}

.articleList li p {
	margin-top: 20px;
}

.articleList p a {
    display: inline-block;
    width: 560px;
    margin: 40px 0;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.articleList p span {
    float: right;
    margin-top: 50px;
    margin-right: 10px;
}

.articleList i {
    margin-right: 20px;
    font-size: 16px;
    color: #808080;
}

.articleList li div {
    margin-right: 20px;
    text-indent: 33px;
    font-size: 16px;
    color: #808080;
}

.articleList div a {
	margin-left: 10px;
	font-size: 16px;
	color: #523669;
}
/*文章详情页*/
.article {
    width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    background: #fff;
}

.article-title {
    border-bottom: 2px solid #523669;
    overflow: hidden;
    margin-bottom: 40px;
}

.article-title span {
    float: left;
    display: none;
    height: 120px;
    width: 120px;
    background: #523669;
    line-height: 120px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.article-title dl {
    float: left;
    padding: 20px 0;
}

.article-title dt {
    font-size: 30px;
    color: #333;
}

.article-title dd {
    margin-top: 11px;
    font-size: 16px;
    color: #808080;
}

.article-content {

}

.article-readNum {
    margin-top: 60px;
    padding-bottom: 20px;
    font-size: 24px;
    color: #808080;
}

.article-readNum span {
    color: #f7b200;
    font-size: 24px;
}

.article-more {
    width: 1160px;
    margin: 40px auto 0;
    padding: 20px;
    background: #fff;
}

.more-title {
    padding-bottom:20px;
    border-bottom: 1px solid #f2f2f2;
}

.more-title span {
    font-size: 24px;
    color: #333;
}

.more-title a {
    float: right;
    margin-top: 10px;
    color: #808080;
    font-size: 16px;
    font-weight: normal;
}

.article-more ul {
    margin-top: 20px;
    overflow: hidden;
}

.article-more li {
    float: left;
    width: 580px;
    overflow: hidden;
}

.article-more img {
    float: left;
    width: 200px;
    height: 166px;
}

.article-more dl {
    float: left;
    width: 360px;
    margin-left: 20px;
}

.article-more dt {
	height: 80px;
}

.article-more dt a{
    color: #333;
    font-size: 24px;
}

.article-more dd{
    margin-top:65px;
    font-size: 16px;
    color: #808080;
}

.article-comments {
	display: none;
    margin-top: 60px;
}

.comments-publish {
    margin: 20px 0;
}

.comments-publish > i {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url("http://static4.biyao.com/pc/common/img/master/admin.png?v=biyao_446a6aa") center center  no-repeat;
    vertical-align: top;
}

.comments-publish p {
    position: relative;
    display: inline-block;
    width: 900px;
    margin-left: 20px;
    border: 1px solid #ccc;
}

.comments-publish p i {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	height: 48px;
	width: 100%;
	background: #f2f2f2;
}

.comments-publish textarea {
    width: 880px;
    height: 45px;
    padding-left: 10px;
    border: none;
    font-size: 16px;
    line-height: 45px;
    color: #333;
}

.comments-publish textarea.focus {
    height: 170px;
    line-height: 25px;
}

.comments-publish span {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 96px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #ccc;
    cursor: pointer;
}

.comments-publish b {
    float: right;
    font-weight: normal;
    margin-top: 8px;
    font-size: 24px;
    color: #333;
}

.comments-publish b i {
    margin:0 5px;
    font-size: 24px;
    color: #f7b200;
}

.article-comments ul {
    margin-top: 20px;
    overflow: hidden;
}

.article-comments li {
    margin-bottom: 40px;
}

.article-comments li > span {
    float: left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.article-comments li img {
    width: 100%;
    height: 100%;
}

.article-comments li div {
    margin: 0 0 10px 68px;
}

.article-comments li div > span {
    font-size: 16px;
    color: #808080;
}

.article-comments li i {
    float: right;
    color: #808080;
    font-size: 16px;
}

.article-comments li p {
    margin-left: 68px;
    font-size: 24px;
    color: #333;
}

.article-comments > span {
    display: block;
    width: 240px;
    height: 48px;
    margin: 20px auto;
    border-radius: 2px;
    line-height: 48px;
    text-align: center;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}