<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body{
	background: #fff;
}


.btb-search .tag{
	position: relative;
	height:40px;
	font-size: 18px;
	color:#ff6633;	
	margin-left:13px;
	padding-left:10px;
	line-height:40px;
}
.btb-search .tag:before{
	content:'';
	width:2px;
	height:18px;
	background: #ff6633;
	position: absolute;
	left:0;
	top:5px;
}



.banner{
	height:428px;
	background: url(../../img/index/proprietary_mall/banner.jpg) no-repeat center top;
}



/*全局大标题*/
.container{
	position:relative;
}
.main-title{
	letter-spacing:8px;
	color:#666;
}
.main-underline{
	width:54px;
	height:3px;
	background:#cc0000;
	margin-bottom:20px;
}
.main-more{
	position:absolute;
	right:15px;
	top:30px;
	font-size:18px;
	color:#666;
}
.main-more:hover a{
	color:#cc0000;
}
.main-more i{
	display: inline-block;
	width:22px;
	height:22px;
	border-radius:50%;
	border:1px solid #666;
	text-align: center;
	vertical-align: middle;
	margin-left:5px;
}
.main-more:hover i{
	border:1px solid #cc0000;
}


/*热销专区*/
.btb-store{
	margin:15px 0 30px 0;
}
.btb-store .col-xs-3{
	position:relative;
	overflow:hidden;
}
.btb-store .wrap{
	border:1px solid #e3e3e3;
}
.btb-store .pic{
	width:100%;
	height:270px;
}
.btb-store .title{
	height:40px;
	padding:10px;
	background:#fff;
	overflow: hidden;

}
.btb-store .title&gt;p{
	float:left;
	width:68%;
	margin-bottom:0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.btb-store .title span{
	float:left;
	width:32%;
	text-align: right;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.btb-store .title em{
	color:#cc0000;
}
.btb-store .tag{
	position: absolute;
	left:16px;
	top:15px;
	width:60px;
	height:30px;
	line-height: 30px;
	text-align: center;
	background: #cc0000;
	color:#fff;
	font-size:16px;
}

.btb-store .col-xs-3 .mark-wrap{
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:100%;
	padding:0 15px;
	transition:0.4s;
}
.btb-store .col-xs-3:hover .mark-wrap{
	top:0;
}
.btb-store .col-xs-3 .mark-wrap .mark{
	background:rgba(0,0,0,0.7);
	color:#fff;
	width:100%;
	height:100%;
	padding:20px;
}
.btb-store .col-xs-3 .mark-wrap .mark h4{
	margin-bottom:20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.btb-store .col-xs-3 .mark-wrap .mark span{
	display:block;
	width:70px;
	height:1px;
	background: #fff;
	margin-bottom:10px;
}
.btb-store .col-xs-3 .mark-wrap .mark p{
	line-height: 24px;
	height:120px;
	overflow:hidden;
}
.btb-store .col-xs-3 .mark-wrap .mark button{
	padding:10px 20px;
	border:1px solid #fff;
	background: transparent;
	color:#fff;
}
.btb-store .col-xs-3 .mark-wrap .mark button:hover{
	background: rgba(255,255,255,0.2);
}


/*所有类目*/
.multiple-choose{
	margin-bottom:30px;
}
.multiple-choose .title{
	position: relative;
	margin-bottom:20px;
	color:#ff9933;
}
.multiple-choose .tag{
	padding-right: 200px;
}
.multiple-choose .tag span{
	display: inline-block;
	padding:0 10px;
	border:1px solid #ccc;
	margin-right:5px;
	margin-bottom:5px;
	word-spacing:nowrap;
}
.multiple-choose .tag span:hover{
	border:1px solid #ff9933;
	cursor:pointer;
}
.multiple-choose .tag span:hover i{
	color: #ff9933;

}
.multiple-choose .tag span i{
	font-style:normal;
	padding-left:10px;
	color:#999;
	font-size:20px;
}
.multiple-choose .title p{
	position:absolute;
	right:0;
	top:0;
	color:#666;
}
.multiple-choose .title p span{
	color:#ff9933;
}
.multiple-choose .title p i{
	width:20px;
	height:20px;
	border:1px solid #666;
	border-radius:50%;
	text-align: center;
	line-height: 20px;
	margin-left:10px;
	cursor: pointer;
}
.multiple-choose .title p i:hover{
	border:1px solid #ff9933;
	color:#ff9933;
}



.multiple-choose .content{
	border:1px solid #e1e1e1;
}
.multiple-choose .content .wrap{
	height:0;
	overflow: hidden;
}
.multiple-choose .content .content-row{
	position:relative;	
	padding-right:130px; 
	border-bottom:1px solid #e9e9e9;
}

.multiple-choose .content .content-row h5{
	float:left;
	color:#999;
	width:13.7%;
	padding:0 10px;
	margin:0;
	line-height: 40px;
}
.multiple-choose .content .all{
	float:left;
	width:86.3%;
	line-height:0;
	overflow: hidden;
}
.multiple-choose .content .all div{
	display: inline-block;
	width:124px;
	height:40px;
	line-height: 40px;
	padding:0 10px;
	overflow: hidden;	
}
.multiple-choose .content .all span i{
	width:14px;
	height:14px;
	display: inline-block;
	border:1px solid #ddd;
	visibility: hidden;
}
.multiple-choose .content .all span i.pic{
	background: url(../../img/index/proprietary_mall/checked.jpg) no-repeat 0 0;
}

.multiple-choose .content .all span em{
	color:#333;
	padding-left:6px;
}
.multiple-choose .content .all span:hover i{
	cursor:pointer;
	border: 1px solid #ff9933;
}
.multiple-choose .content .all span:hover em{
	cursor:pointer;
	color:#ff9933;
}
.multiple-choose .content .all input[type='checkbox']{
	display: none;
}


.multiple-choose .content .push .all{
	height:40px;
	line-height: 40px;
}
.multiple-choose .content .push .all span:before{
	content:'|';
	color:#e1e0e0;
}
.multiple-choose .content .push .all span:first-child:before{
	content:'';
	padding-left:10px;
}
.multiple-choose .content .push .all span em{
	padding-left:20px;
	padding-right:20px;
}


.multiple-choose .content .choose{
	position: absolute;
	right:0;
	top:9px;
}
.multiple-choose .content .choose&gt;div,.multiple-choose .content .choose_1&gt;div{
	display: inline-block;
	padding:0 6px;
	margin-right:10px;
	border:1px solid #ccc;
	color:#999;	
	cursor:pointer;
}
.multiple-choose .content .choose&gt;div:hover,.multiple-choose .content .choose_1&gt;div:hover{
	color:#ff9933;
	border:1px solid #ff9933;
}

.multiple-choose .content .choose .more{
	visibility:hidden;
}

.multiple-choose .content .choose_1{
	position: absolute;
	right:0;
	top:9px;
	display: none;
}



.btb-classify-2{
	margin-bottom:30px;
}
.btb-classify-2 .form-control{
	padding:0 8px;
}
.btb-classify-2 form{
	padding:30px 0;
	background: #f8f8f8;
	border:1px solid #e1e1e1;
}
.btb-classify-2 .form-input{
	margin-left:5em;
}
.btb-classify-2 label{
	float:left;
	width:5em;
	padding-right:1em;
}
.btb-classify-2 form .scope input{
	display: inline-block;
	width:45%;
}
.btb-classify-2 form .scope input:last-child{
	float:right;
}

.btb-classify-2 .second{
	padding-top:20px;
}
.btb-classify-2 .distpicker .select{
	width:48%;
	min-width: auto;
}
.btb-classify-2 .distpicker .select:last-child{
	float:right;
}

.btb-classify-2 .form-checkbox{
	width:7em;
	text-align: left;
}
.btb-classify-2 button{
	float:right;
	width:90px;
	height:28px;
	padding:0;
	margin-top:3px;
}
.btb-classify-2 .select.form-control{
	padding-top:0;
	padding-bottom:0;
}


.btb-classify-3{
	margin-bottom:50px;
}
.btb-classify-3 .wrap{
	border:1px solid #e3e3e3;

}
.btb-classify-3 table thead{
	background:#f3f3f3;
}
.btb-classify-3 table thead tr td{
	text-align: center;
	vertical-align: middle;
}
.btb-classify-3 table tbody tr td{
	text-align: center;
	border-bottom:1px dashed #e3e3e3;
	border-top:none;
	vertical-align: middle;
}
.btb-classify-3 table thead tr th{
	text-align: left;
	border-bottom:none;
	vertical-align: middle;
	font-weight:normal;
}
.btb-classify-3 table tbody tr th{
	text-align:left;
	vertical-align: middle;
	font-weight:normal;
	border-bottom:1px dashed #e3e3e3;
	border-top:none;
}

.btb-classify-3 table tbody .pic{
	position: relative;
	width:80px;
	height:80px;
	border:1px solid #e3e3e3;
}
.btb-classify-3 table tbody .pic span{
	position: absolute;
	left:-4px;
	top:5px;
	width:50px;
	height:22px;
	font-size:12px;
	background: #cc0000;
	color:#fff;
	opacity: 0.8;
	text-align: center;
	line-height: 22px;
}
.btb-classify-3 table tbody th a{
	color:#0099ff;
}
.btb-classify-3 table tbody th a:hover{
	text-decoration: underline;
}

.btb-classify-3 table tbody td button{
	padding-top:3px;
	padding-bottom:3px;
}
.btb-classify-3 table tbody td button+button{
	margin-top:16px;
}
.btb-classify-3 .btn i{
	display: inline-block;
	width:14px;
	height:14px;
	background:url(../../img/index/proprietary_mall/contact.png) no-repeat;
	margin-right:3px;
	position: relative;
	top:2px;
}

.btb-classify-3 .btb-navigation{
	height:34px;
	text-align: center;
	margin:30px 0;
}
.btb-classify-3 nav{
	height:34px;
	display: inline-block;
}
.btb-classify-3 .pagination{
	float:left;
	margin:0;
}
.btb-classify-3 .pagination li a{
	color:#333;
}
.btb-classify-3 .pagination li.active a{
	background: #ff3333;
	color:#fff;
	border:1px solid #ff3333;
}
.btb-classify-3 .goto{
	margin-left:20px;
	float:left;
	vertical-align: middle;
	color:#999;
}
.btb-classify-3 .goto input{
	width:36px;
	height:34px;
	border:1px solid #ccc;
	padding:0 3px;
	color:#555;
	text-align:center;
}
.btb-classify-3 .goto .btn{
	height:34px;
	margin-left:10px;
	position:relative;
	top:-2px;
}

span.pagination &gt; li:first-child &gt; a,span.pagination &gt; li:last-child &gt; a{
	border-radius:0;
}
span.pagination &gt; li:first-child &gt; a{
	margin-left:-1px;
}

.form-horizontal .control-label{
	padding-top:3px;
}
.form-control{
	height:26px;
	border-radius:0;
}
.select{
	height:26px;
}
.select .select_text{
	height:26px;
	line-height:26px;
}
.select_ul{
	top:26px;
}

.layui-layer .layui-layer-btn .layui-layer-btn1{
	background-color: #cc0000;
	color:#fff;
}
</pre></body></html>