.condition-box {
	margin-top: 20px;
	padding-top: 12px;
	width: 1200px;
	background: #fff;
}
.condition-box .cond-name{
	margin-top: 5px;
	color: #999;
	font-size: 14px;
}
.condition-box .collapse-box{
	display: flex;
	flex: 1;
	flex-flow: row wrap;
	margin-left: 30px;
}
.condition-box .collapse-box .item{
    display: inline-block;
	height: 29px;
	line-height: 29px;
    padding: 0px 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    background-color: #fafafb;
    border-radius: 18px;
    outline: none
}
.condition-box .collapse-box .item.active{
	font-weight: 600;
	color: #ff5628;
	background-color: #fff3ef
}

.sort-menu{
	display: flex;
	align-items: center;
    width: 100%;
    padding: 5px 0;
    background: #f6f8fa;
    border-radius: 8px
}
.sort-menu .item{
	display: flex;
	align-items: center;
	padding: 5px;
	margin:0 20px;
	font-size: 14px;
	font-weight: 600;
	color: #737e97;
}
.sort-menu .item i{
	font-size: 12px;
	font-weight: 400;
	color: #737e97;
}
.sort-menu .item.active,.sort-menu .item.active i{
	color: #ff5628;
}
.sort-menu .item i.normal{
	color: #737e97;
}
/*榜单*/
.top-banner-img{
	width: 1200px;
	height: 130px;
	border-radius: 12px;
	overflow: hidden;
}
.top-banner-img.rank{
	background-image:url(/static/rrquan/image/rank_top_banner.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.top-banner-img.zdms{
	background-image:url(/static/rrquan/image/zdms_top_banner.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.top-banner-img.nine{
	background-image:url(/static/rrquan/image/nine_top_banner.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
.type-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.type-head .type-item{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #ededed;
	width: 280px;
	height: 88px;
	border-radius: 12px;
	position:relative;
}
.type-head .type-item.active{border-color: #ff7854;}
.type-head .type-item.active:before {
	position:absolute;
	left:50%;
	bottom:-11px;
	content:"";
	margin-left:-10px;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:10px solid #ff7854
}

.type-head .type-item.active:after {
	position:absolute;
	left:50%;
	bottom:-9px;
	content:"";
	margin-left:-10px;
	border-top:10px solid #fff;
	border-left:10px solid transparent;
	border-right:10px solid transparent
}
.type-head .type-item .ico {
	background-image:url(/static/rrquan/image/rank-ico-1.png);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}
.type-head .type-item .ico1{background-image:url(/static/rrquan/image/rank-ico-1.png);}
.type-head .type-item .ico2{background-image:url(/static/rrquan/image/rank-ico-2.png);}
.type-head .type-item .ico3{background-image:url(/static/rrquan/image/rank-ico-3.png);}
.type-head .type-item .ico4{background-image:url(/static/rrquan/image/rank-ico-4.png);}
.type-head .type-item.active .ico1{background-image:url(/static/rrquan/image/rank-ico-act1.png);}
.type-head .type-item.active .ico2{background-image:url(/static/rrquan/image/rank-ico-act2.png);}
.type-head .type-item.active .ico3{background-image:url(/static/rrquan/image/rank-ico-act3.png);}
.type-head .type-item.active .ico4{background-image:url(/static/rrquan/image/rank-ico-act4.png);}
.type-head .type-item .tit-block {
	margin-left:12px;
}
.type-head .type-item .tit-block .tit{font-size: 16px;}
.type-head .type-item .tit-block .des{margin-top:5px;color: #999;}
.type-head .type-item.active .tit-block .tit{color: #ff5628;font-weight: 600;}
/*热搜*/
.hot-search-box{
	margin-top: 20px;
	background: #ffff;
	border-radius: 10px;
	position: relative;
	padding:15px 10px;
}
.hot-search-box .topcent{
	display: flex;
	justify-content: space-between;
	height: 45px;
	line-height: 45px;
}
.hot-search-box .topcent .search-more{font-size: 14px;}
.hot-search-box .topcent .rankame{
	background: url(/static/rrquan/image/rank_so_h1.png) 50% contain no-repeat;
	background-position: 15px 0;
	height: 48px;
	font-weight: 600;
	font-family: Arial
}

.hot-search-box .topcent .rankame strong{
	font-weight: 600;
	font-size: 28px;
	font-family: Arial;
}
.hot-search-box .topcent .numitem{
	font-size: 16px;
	color: #999;
	margin-left:50px
}
.hot-search-box .topcent .numitem .huoico{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/static/rrquan/image/rank_so_huo.png) 50%/contain no-repeat;
	position: relative;
	top: 4px;
	margin-right: 5px
}
.hot-search-box .topcent .numitem strong{margin-left:5px;font-size: 16px;font-weight: 400;}

/*列表*/
.data-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.data-list:after {
	content: '';
	width: 225px;
	height: 0px;
	visibility: hidden;
}
.goods-block {
    position: relative;
    margin-top: 20px;
    width: 225px;
	height: 353px;
}
.goods-block.topsell{height: 385px;}
.goods-block .inner-box{
	position:absolute;
    width: 225px;
    height: auto;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
	transition: all .3s
}
.goods-block .inner-box.noshadow{box-shadow: none;}
.goods-block .inner-box:hover {
	z-index: 10;
	border-color: #ff915e;
}
.goods-block .inner-box .img-box {
    width: 223px;
    height: 223px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
    position: relative;
    overflow: hidden
}
.goods-block .inner-box .img-box img{
	width: 223px;
	height: 223px;
}
.goods-block .inner-box .img-box img:hover{
    opacity: .8
}
.goods-block .inner-box .info-box {
	height: 128px;
	padding: 0 9px;
	position: relative;
	overflow: hidden
}
.topsell .inner-box .info-box{height: 160px;}
.goods-block .inner-box .info-box .salesnum {
	margin-top: 6px;
	text-align: center;
	color: #666;
	background: #fff2ea;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
}
.goods-block .inner-box .info-box .salesnum b{color: #f70;}
.goods-block .inner-box .info-box .goods-title {
    padding-top: 5px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-size: 12px
}
.goods-block .inner-box .info-box .goods-price{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.goods-block .inner-box .info-box .goods-price .jiage,.goods-block .inner-box .info-box .goods-price .fanli{
	display: flex;
	flex: 1;
	align-items: center;
	flex-direction: column;
}
.goods-block .inner-box .info-box .goods-price .fanli{
	border-left: 1px solid #e9e9e9;
}
.goods-block .inner-box .info-box .goods-price p{color: #999;}
.goods-block .inner-box .info-box .goods-price span.price {
	margin-top: 6px;
	font-size:16px;
	color: #ff5628
}
.goods-block .inner-box .info-box .goods-price span.yongjin {
	margin-top: 6px;
	font-size:16px;
	color: #29B51A
}
.goods-block .inner-box .info-box .goods-sale{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.goods-block .inner-box .info-box .goods-sale .tags{
	display: flex;
	align-items: center;
}
.goods-block .inner-box .info-box .goods-sale .tags p{color: #999;}
.goods-block .inner-box .info-box .goods-sale .tags span.quan {
	margin-left: 3px;
	color: #f70
}

.goods-block .shop-info{
	border-color: #f5f5f5;
	padding: 0 9px;
    height: 0;
    overflow: hidden;
    transition: all .3s
}
.goods-block .shop-info p{
	height: 26px;
	line-height: 26px;
}
.goods-block .shop-info a.goods-rank,.goods-block .shop-info a.goods-rank i{
	color: #f70;
	font-size: 12px;
}
.goods-block .shop-info a.shopname,.goods-block .shop-info a.shopname i{
	color: #999;
	font-size: 12px;
}
.goods-block .inner-box:hover .shop-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-top: 1px solid #f5f5f5;
	padding: 5px 9px;
	height: 63px;
}

/*秒杀*/
.release-time {
	width: 1200px;
	height: 50px;
	background: #333;
	margin-bottom: 20px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.release-time.fixed{position:fixed;top:70px;z-index:9999}
.release-time-main {
	width: 1200px;
	height: 60px;
	position: relative;
	overflow: hidden;
}
.release-time-main ul{
	position: relative;
	left: 0;
	width: 1680px;
	height: 50px;
	z-index: 0;
	transition: all .2s ease;
}
.release-time-main li {
	float: left;
	width: 240px;
	height: 50px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.release-time-main li:first-child{border-bottom-left-radius: 11px;}
.release-time-main li:last-child{border-bottom-right-radius: 11px;}
.release-time-main li span{
	margin-top: 8px;
	display: block;
	font-size: 16px;
	color: #fff;
}
.release-time-main li p{color:#fff}
.release-time-main li.active,.release-time-main li.active:hover{
	background: #f85125;
}
.release-time-main li.active:before {
	content: '';
	width: 0;
	height: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid #f85125;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -7px;
}

.release-time-main li:hover {
	background: #f78363
}
.zdms-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zdms-content:after {
	content: '';
	width: 590px;
	height: 0px;
	visibility: hidden;
}
.zdms-item {
	display: flex;
    position: relative;
    margin-top: 20px;
    width: 590px;
	padding: 16px;
	background-color: #f7f9fa;
	border: 1px solid #eee;
	border-radius: 12px;
	transition: all .3s
}
.zdms-item:hover {
    background-color: #fff;
    border-color: #ff915e;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
}
.zdms-item:hover .goods-info .labels{
	display: block;
}
.zdms-item .img-box {
	width: 200px;
	height: 200px;
	border-radius: 10px;
}
.zdms-item .img-box img{
	width: 100%;
    height: 100%;
	border-radius: 10px;
}
.zdms-item .img-box img:hover{
    opacity: .8
}
.zdms-item .goods-info{
	width: 320px;
	margin-left: 20px;
	position: relative;
}
.zdms-item .goods-info .goods-title{
	width: 320px;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.zdms-item .goods-info .specialtext{
	color: #de2634;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden
}
.zdms-item .goods-info .pri-block,.zdms-item .goods-info .fan-block {
	color: #666;
	margin-top: 7px
}
.zdms-item .goods-info .pri-block strong,.zdms-item .goods-info .fan-block strong{
    color: #ff5628;
    font-size: 18px;
    margin: 0 3px;
    font-weight: 400;
    position: relative;
}
.zdms-item .goods-info .pri-block span{
    font-size: 12px;
    color: #aaa
}
.zdms-item .goods-info .fan-block strong {
    color: #29B51A
}

.zdms-item .goods-info .gobuy_seller {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 20px;
	padding-left: 12px;
	border: 1px solid #ff915e;
	border-radius: 8px;
	width: 320px;
	height: 38px;
}
.zdms-item .goods-info .gobuy_seller .goods_sales {
	display: block;
	height: 14px;
	line-height: 14px;
	color: #999
}
.zdms-item .goods-info .gobuy_seller .goods_sales i{margin-right:5px;color:#ff915e}
.zdms-item .goods-info .gobuy_seller .goods_buybtn {
	position:absolute;
	top: -1px;
	right: -1px;
	width: 120px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	height: 38px;
	font-size: 18px;
	background: #ff5628;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.zdms-item .goods-info .gobuy_seller .goods_buybtn.disabled{
	background: #f7bdad;
}