@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:PingFang SC,Lantinghei SC,Microsoft YaHei,HanHei SC,Helvetica Neue,Open Sans,Arial,Hiragino Sans GB,微软雅黑,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif; 
}
body{position: relative;color: #666;
background-color: #FAF8F6;
background: #faf8f6 url(/assets/web/guji/img/source-bg.jpg)  no-repeat center top;
}
html,body,div,object,iframe,input,button,p,pre,code,del,em,img,strong,b,dl,dt,dd,ol,ul,li,form,label,table,tbody,tfoot,thead,tr,th,td
{margin:0;padding:0;border:0;outline:0;color: #6B615C;font-size: 14px;line-height: 1.2;}
a{
	margin:0;padding:0;border:0;outline:0;color: #6B615C;line-height: 1.2;text-decoration: none !important;
}
a:hover{color:#2f96a9}
a,a:hover,a:focus,a:selected,a:link{text-decoration: none;}
div{margin: 0px auto}
em,i{font-style: normal;}
h1{font-size:24px;}
input:focus,select:focus{outline:0;}
.text{padding: 5px; font-size: 12px; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s }
.text:focus{ border-color: #66afe9;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6) }
input[type="button"],input[type="submit"]{cursor: pointer;}
input[type="checkbox"],input[type="radio"]{vertical-align: middle;margin-right: 5px;cursor: pointer;}
textarea{outline:none;resize:none;}
table{border-collapse:collapse;border-spacing:0}
ol,ul{list-style:none}
.nav-tabs{background:#fff;border-bottom: 1px solid #6B615C;}
.nav-tabs>li>a{border-radius:0;border:0;line-height:1.8;}
.nav-tabs>li>a:hover{background-color: #b5aa9a;border:0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color:#6B615C;
	color:#fff;
	border:0;
}
.btn-primary,.btn-primary:hover,.btn-primary.focus, .btn-primary:focus{
	background-color: #6B615C;
    border-color: #6B615C;
	border-radius:0;
	
}
img{vertical-align: middle;}
.mt15{margin-top: 15px !important;}
.mt25{margin-top: 25px !important;}
.mb25{margin-bottom: 25px !important;}
.mbtn{
	line-height:38px;
    font-size: 14px;
    text-align:center;
    border:1px solid transparent;
    background-color: transparent;
	padding: 0px 25px;
	cursor:pointer;
	display:inline-block;
	white-space:nowrap;
}
.mbtn-group-block{
	display:table;
	width:100%;
}
.mbtn-group .mbtn,.mbtn-group-block .mbtn{
	border-left:1px solid #eee;
}
.mbtn-group .mbtn:first-child,.mbtn-group-block .mbtn:first-child{border-left-color:transparent}
.mbtn-group-block .mbtn{
	display:table-cell;
}
.mbtn.mbtn-block{display:block;}
.mbtn i{
	font-size:16px;
	color: inherit;
}
.mbtn-default,.mbtn-hover-default:hover{
    background-color: #eee;
}
.mbtn-black,.mbtn-hover-black:hover{
	background-color:#141414;
}
.mbtn-green,.mbtn-hover-green:hover{
	background-color:#2f96a9;
}
.mbtn-orange,.mbtn-hover-orange:hover{
	background-color:#2f96a9;
}
.mbtn-hover-green{
	/* border-color:#2f96a9; */
}
.mbtn-hover-black{
	/* border-color:#141414; */
}
.mbtn-hover-orange{
	/* border-color:#2f96a9; */
}
.mbtn-default:hover{
	color: #666 !important;
}
.mbtn-green,.mbtn-black,.mbtn-orange,.mbtn-green:hover,.mbtn-black:hover,.mbtn-orang:hover,
.mbtn-hover-black:hover,.mbtn-hover-green:hover,.mbtn-hover-orange:hover{
	color:#fff !important;
}

.my-box-nothing{
	padding:30px;
	text-align:center;
}
.my-box-nothing p{
	margin-bottom:15px;
	text-align:center;
	color:#141414
}
.my-box-nothing i{
	font-size:50px;
	font-weight:700;
	color:#2f96a9
}
button{cursor: pointer;}
.iconfont{color: inherit;}
.bg-white{background:#fff !important;}
small.price-market{
	font-size:10px !important;
	color:#999;
}

.icon-wechat{
	color:#07c160 !important;
}

.text-green{
	color:#2f96a9 !important;
}
.pagination>li>a, .pagination>li>span{
	font-size:15px;
	padding:10px 17px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #AC8423;
	border-color:#AC8423;
	
}
.custom-pagination .pagination>li>a, .custom-pagination .pagination>li>span {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 0;
	color:inherit;
}
.custom-pagination .pagination>li.active>a, .custom-pagination .pagination>li.active>span{
	color:#fff;
}
.custom-pagination .pagination .pagination-desc span{
	border-color:transparent;
	padding-left:0;
	color:#777;
	background:none;
}
.custom-pagination .pagination .pagination-desc span input{
	background:#efefef;
	padding:5px;
	width:50px;
	margin:0 5px;
	text-align:center;
}
.custom-pagination .pagination .pagination-desc span a{
	margin-left:10px;
	color:#AC8423;
}
.custom-pagination .pagination .pagination-desc span em{
	color:#AC8423;
}
/****************************/
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{
	background-color:#2f96a9;
}
.modal-content{border-radius:0;}
/***************************/
.form-control{
	border-color:#eee;
	border-radius:0;
	box-shadow:none;
	outline:0 !important;
	/* height:38px; */
}
.form-control:focus{
	outline:none;
	box-shadow: none;
	border-color:#ccc;
}
.input-group-addon{
	background-color:transparent;
	border-color:transparent;;
	border-radius:0;
	box-shadow:none;
}

.form-control.city-china select{
	height:26px;
	border:0;
}
input[type=checkbox]:after {
	position: absolute;
  display: inline-block;
  content: "";
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #aaa;
    width:100%;
	height:100%;
	line-height:1;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}
input[type=checkbox]:checked:after{
	border-color:#2f96a9;
}
input[type=checkbox]:checked:before {
  	position: absolute;
	display: inline-block;
	content: "";
	border-radius: 0;
	background-color: #2f96a9;
	border: 0;
	top:3px;
	bottom:3px;
	left:3px;
	right:3px;
	line-height:1;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	z-index:1;
}
 
input[type=radio]:after {
	position: absolute;
  display: inline-block;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #aaa;
    width:100%;
	height:100%;
	line-height:1;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}
input[type=radio]:checked:after{
	border-color:#2f96a9;
}
input[type=radio]:checked:before {
	position: absolute;
	display: inline-block;
	content: "";
	border-radius: 50%;
	background-color: #2f96a9;
	border: 0;
	top:3px;
	bottom:3px;
	left:3px;
	right:3px;
	line-height:1;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	z-index:1;
}

/***************************/
.panel{
	border-color:#ebebeb;
	border-radius:0;
	box-shadow:none;
}
.panel-heading{
	background-color:#6B615C;
	border-color:#6B615C;
	border-radius:0;
	color:#fff;
}
.panel-footer{
	border-color:#ebebeb;
	background-color:transparent;
}


/****************************/
.slice-img{
	font-size:0 !important;
	text-indent: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.slice-img img{
	padding: 0 !important;
	margin: 0 !important;
	max-width:100% !important;
	width: auto !important;
}

.my-breadcrumb{
	background:#fff;
}

.my-breadcrumb .breadcrumb{
	padding:0;
	background:none;
	border-radius:0;
	margin:0;
	
}
.my-breadcrumb .breadcrumb li{
	font-size:15px;
	line-height:54px;
	color:#000;
}
.my-breadcrumb .breadcrumb a{
	line-height:54px;
	font-size:15px;
	color:#000;
}
.my-breadcrumb .breadcrumb a:hover{
	color:#2f96a9;
}
.my-breadcrumb .breadcrumb  i{
	font-size:18px;
}


a{
	outline: none;
	-moz-outline:none; 
}
a:hover{
	color:#2f96a9;
}
a:hover,a:active,a:focus{
	outline: none;
	-moz-outline:none; 
}

.header-cart{
	position:relative;
}
.cart-dot{
	display:none;
	position:absolute;
	color:#2f96a9;
	right:0;
	top:0;
	margin:0 !important;
}
.header-cart .cart-dot{
	right:-8px;
	top:-8px;
}
.cart-dot.active{
	display:inline-block;
}

.header-container{
	position: relative;
    background: #fff;
    border-bottom: 1px solid #eee !important;
	border-bottom:0  !important;
	/* margin-bottom:20px; */
}
.header-top{
	background-color:#6B615C;
	background-image:url('/assets/web/guji/img/logo-banner.jpg?v=2');
	background-repeat:no-repeat;
	background-position:-20px center;
	height:64px;;
}
.header-top .clearfix{
}
.header-top .welcome{
	color:#fff;
	line-height:64px;
}
.header-top .welcome a{
	/*margin-left:15px;*/
}
.header-top .top-nav{
	font-size:0;
}
.header-top .top-nav li{
	margin-left:15px;
	display:inline-block;
	line-height:inherit;
	position:relative;
}
.header-top .top-nav .dropdown-menu{
	left:auto;
	right:0;
	margin-top:-2px;
	border-radius:0;
	min-width: 100%;
	padding:0;
}
.header-top .top-nav .dropdown-menu a{
	color:#141414;
	display:block;
	line-height:62px;
	text-align: right;
	padding:0 20px;
}
.header-top .top-nav .dropdown-menu>li>a:focus,
.header-top .top-nav .dropdown-menu>li>a:hover{
	color:#000;
}
.header-top .top-nav .dropdown-menu li{
	display:block;
	margin:0;
	padding:0;
}
.header-top .top-nav a{
	height: 64px; 
	color:#fff;
	display:block;
	padding:0 20px;
	background: linear-gradient(rgba(180, 151, 102, 0) 7%, rgba(180, 151, 102, .5) 100%);
	font-size:16px;
	display: table-cell;
    vertical-align: middle;
}
.header-top .top-nav .active a,.header-top .top-nav li:hover a{
	background: linear-gradient(rgba(180, 151, 102, 0) 7%, rgba(180, 151, 102, 1) 100%);
}
.header-top .top-nav a i{
	line-height: inherit;
	font-size:inherit;
	margin-right:5px;
	font-size:120%;
}
.header-top .top-nav a:hover{
	color:#fff;
}
.header-avatar{
	margin-left:5px;
	height:36px;
	border-radius:40px;
}

.header-menu{
	height: auto;
    background-color: #F6F6F6;
}
.header-menu-body{
	position:relative;
}
.header-menu-logo{
	float:left;
}
.header-menu-logo img{
	margin-top:4px;
	height:48px;
}
.header-menu-nav{
	float:right;
}
.header-menu-nav li{
	display:inline-block;
	margin-left:20px;
}
.header-menu-nav li a{
	display:inline-block;
	line-height:54px;
	font-size:16px;
	color:#5c5c5c;
	border-bottom: 2px solid transparent;
	text-decoration: none;
}
.header-menu-nav li a:hover,.header-menu-nav li.open a{
	border-color:#2f96a9;
	color:#2f96a9;
	-webkit-transition-property: border-color;
transition-property: border-color;
    -webkit-transition-duration: .8s;
transition-duration: .8s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.header-menu-nav li a:hover i{
	color:#2f96a9
}
.header-menu-nav li a.active{
	border-color:#2f96a9;
	color:#000;
	font-weight:bold;
}

.header-menu-nav li a .fa-angle-up,.header-menu-nav li a:hover .fa-angle-down{
	display:none;
	margin-left:3px;
}
.header-menu-nav li a:hover .fa-angle-up,.header-menu-nav li a .fa-angle-down{
	display:inline-block;
	margin-left:3px;
}

.header-menu-nav li .dropdown-menu{
	width:100%;
	border:0;
	padding:0;
	margin:0;
	border-radius:0;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.header-menu-nav li .dropdown-menu>li>a{
	padding:0 15px;
}

.header-menu-cate{
	position:relative;
	float:right;
	margin-left:20px;
	cursor:pointer;	
}

.header-menu-catetitle{
	height: 57px;
	line-height:54px;
	font-size:16px;
	background:#2f96a9;
	padding-right:20px;
	color:#141414;
	color: #eee;
    font-weight: bold;
	width:160px;
	text-align:right;
}
.header-menu-catetitle i{color:inherit}
.header-menu-catetitle span{
	margin:0 8px;
}

.header-menu-cate .category-list{
	z-index: 99999;
    right: 0;
	padding:0;
	margin:0;
	margin-top:-2px;
    left: auto;
	border:0;
	border-top:3px solid #2f96a9;
	border-radius:0;
}
 
.header-menu-cate .category-list-body{
	background: #fff;
	display:table;
	width:100%;
}
.header-menu-cate.active .category-list-body{
	/* border-color: #2f96a9;
	-webkit-transition-property: border-color;
transition-property: border-color;
    -webkit-transition-duration: 1s;
transition-duration: 1s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease; */
}

.header-menu-cate .category-list-right,.header-menu-cate .category-list-left{
	display:table-cell;
	vertical-align: top;
}
.header-menu-cate .category-list-left{
	width:160px;
	background:#f8f8f8;
	border-left:1px solid #eee;
}
.header-menu-cate .category-left-body{
	/* overflow:hidden; */
	/* opacity: 0.7; */
}
.header-menu-cate .catetory-first{
	overflow:hidden;
	margin:0;
}
.header-menu-cate h5{
	text-align:right;
}
.header-menu-cate .category-list-left a{
	font-weight:bold;
	line-height:46px;
	height:auto;
	color:#000;
	float:none;
	display:block;
	text-align:right;
	text-align:center;
}
.header-menu-cate .category-list-left a img{
	height:25px;
	margin-right:10px;
}
.header-menu-cate .category-left-item{
	border-bottom:1px dashed #eee;
	
	margin-bottom:-1px;
	border-top:1px dashed transparent;
	position: relative;
    z-index: 100;
}
.header-menu-cate .category-left-item.active{
	background:#fff;
	border-top-color:#eee;
	border-left-color:transparent;
	margin-left:-1px;
}


.header-menu-cate .category-items-title{
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}
.header-menu-cate .category-items ul{
	margin:0 20px;
	overflow:hidden;
	border-top:1px dashed transparent;
}
.header-menu-cate .category-items li{
	float:left;
	margin-right:12px;
}
.header-menu-cate .category-row{
	display:table;
	padding:20px 0;
	border-bottom:1px solid #eee;
	margin-bottom:-1px;
}
.header-menu-cate .category-right-body{
	position:relative;
	overflow:hidden;
}
.header-menu-cate .category-items{
	height:0;
	overflow:hidden;
}
.header-menu-cate .category-items.show{
	height:auto;
}
.header-menu-cate .category-items.show{
	border-color:#eee;
}

.header-menu-cate .category-item-first{
	width:100%;
}
.header-menu-cate .category-item-first img{
	height:30px;
	margin-right:10px;
}


.header-menu-cate .category-list-right a{
	float: left;
	line-height: 46px;
	font-size: 14px;
	color:#8f8f8f;
	height:auto;
}
.header-menu-cate .category-list-right a:hover{
	color:#2f96a9;
}

.header-logo img{
	max-width:100%;
	max-height: 63px;
}
.header-body{
	padding-top:15px;
	padding-bottom:15px;
}
.header-nav{
	text-align:right;
	margin-top:12px;
}
.header-nav a{
	display:inline-block;
	font-size:16px;
	line-height:34px;
	margin-left:15px;
	border-bottom:2px solid transparent;
	color:#333;
}
.header-nav a:hover{
	border-bottom:2px solid #2f96a9;
	color:#2f96a9;
	text-decoration:none;
}
.header-search-form{
}
.header-container .header-search-form .input-group{
	width:50%;
}
.header-search-form .input-group input:active{
	outline:0;
}
.header-search-form .input-group-btn .btn-default{
	background:#2f96a9;
	color:#fff;
	border: 1px solid #2f96a9;
	border-radius:0;
	line-height:22px;
}
.header-search-form .input-group-btn .btn-default i{
	color:#fff;
}
.header-search-form .form-control{
	border: 2px solid #2f96a9;
	border-radius:0;
	line-height:20px;
	height:auto;
}

.fixed-padding{
	margin-top:70px;
}

.navbar-collapse{
	background:#fff;
}
.navbar-default .navbar-toggle{
	border:0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background:none;
}
.navbar.navbar-default.navbar-fixed-top{
	background:#47290D;
	height:52px;
	color:#fff;
	border:0;
}

.center-nav.navbar.navbar-default .navbar-nav > li{
	
}

.navbar-right{
	border-bottom:1px solid #e7e7e7;
}
.navbar.navbar-default .navbar-nav>li{
	width:25%;
	float:left;
	text-align:center;
}


.navbar.navbar-default .navbar-nav>li>a,.navbar.navbar-default .navbar-nav>li>a .caret {
	line-height:20px;
	font-size: 14px;
}
.navbar.navbar-default .navbar-brand{
	padding:5px 12px;
}
.navbar.navbar-default .navbar-brand img{
	height:40px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: none;
	border-bottom:2px solid #2f96a9;
	color:#2f96a9;
}

.header-nav a.active{
	background: none;
	border-bottom:2px solid #2f96a9;
	color:#2f96a9;
}


/************************************/

/******************************************/
.price{
	color:#2f96a9 !important;
	font-family: DIN-bold !important;
}
.detail-summary{
	margin-bottom:25px;
	margin-top:25px;
}

.detail-summary {
	
}

.detail-info h4{
	font-size: 20px;
	color: #444;
	font-weight:700;
	margin-bottom:20px;
	margin-top:0;
}
.goods-preview-img{
	max-width:100%;
}
.num-box a{
display: block;
float: left;
margin: 0px;
padding: 0px;
height: 26px;
line-height: 26px;
width:26px;
color: #666;
text-align: center;
	text-decoration: none;
	border: 1px solid #ccc;
}
.num-box .buy-num{
display: block;
float: left;
width: 36px;
height: 26px;
line-height: 26px;
text-align: center;
border: 1px solid #ccc;
border-width: 1px 0;
}
.goods-price{
	padding: 10px 15px;
    position: relative;
    background-color: #f6f6f6;
	overflow:hidden;
	font-size:0;
}
.goods-price .price.price-value{font-size:22px;font-weight:600;}
.goods-price .price-value{
    color: #666;
    font-size: 14px;
	margin-right:15px;
	display:inline-block;
}
.goods-price .sell-number{
    font-size: 13px;
    color: #2f96a9;
	float:right;
	margin-top:9px;
}

.goods-buttons{
	margin-top:30px;
}
.goods-buttons .quick-buy{
	border-color:#2f96a9;
	background: #2f96a9;
    color: #fff;
}
.show-detail{
	background: #fff;
    color: #e31d24;
	padding:5px 20px;
    text-align: center;
	border: 1px dotted #e31d24;
}

.goods-buttons .into-cart{
	border-color:#2f96a9;
	background: #2f96a9;
    color: #fff;
}

.goods-spec-item{
	display: inline-block;
    line-height: 28px;
    margin: 0 20px 20px 0;
    padding: 0px 20px;
    border: 1px solid #e6e6e6;
    word-break: break-all;
	white-space: nowrap;
}
.goods-spec-item:hover{
	color:#5c5c5c;
}
.goods-spec-item.disabled{
	background:#efefef;
	cursor:default;
	color:#999;
	text-decoration:none;
}
.goods-spec-item.selected {
    border: 1px solid #2f96a9;
}

.goods-property-row{
	display:table;
	width:100%;
	margin-bottom:15px;
}
.goods-property-row.goods-category a{
	margin-right:10px;
}
.goods-property-row .value a{
	
}
.goods-property-row .name,.goods-property-row .value{
	display:table-cell;
	test-align:left;
	/* line-height:24px; */
	vertical-align:top; 
}
.goods-property-row .value del{
	display:inline-block;
	line-height:24px;
}
.goods-property-row .name{
	padding:0 12px;
	width:75px;
	vertical-align:top;
	/* line-height:24px; */
}

.goods-property{
	display:table;
	width:100%;
}
.goods-property-row{
	display:table-row;
}
.goods-property-row .property-name,.goods-property-row .property-value{
	display:table-cell;
	vertical-align: top;
	padding-top: 20px;
	font-size:14px;
	color:#5c5c5c;
	line-height:28px;
}
.goods-property-row .property-name{
	color:#8f8f8f;
	min-width:80px;
}
.goods-summary{
	color: #8f8f8f;
    font-size: 12px;
    line-height: 28px;
    margin: 10px 0;
}
.goods-spec-row{
	margin-bottom:-20px;
}
.left-recom{
	margin-bottom:25px;
}
.left-recom .panel{
box-shadow: none;
}
.left-recom .panel-body{
	padding:0;
}
.left-recom .panel>.panel-heading{
	background:#141414;
	color:#fff;
	border-radius:0;
	font-size: 14px;
    height: 47px;
    line-height: 46px;
	padding:0 15px;
	overflow:hidden;
}
.left-recom .panel-heading i{
	float:left;
	margin-right:10px;
	line-height: 44px;
	color:#2f96a9
}
.left-recom .list-group{
	margin:0;
}
.left-recom .list-group img{
	max-width:100%;
}
.left-recom .list-group-item:first-child{
	border-radius:0;
}
.left-recom .list-group-item{
	border-radius:0;
	border-color:#ebebeb
}
.left-recom.left-recom-white .list-group-item{
	border-color:#ebebeb #fff #ebebeb #fff
}
.left-recom .list-group-item{
	line-height:40px;
	padding:0 15px;
	font-size:14px;
	background:#f9f9f9;
}
.left-recom.left-recom-white .list-group-item{
	background:#fff;
}
.left-recom .list-group-item:hover,.left-recom .list-group-item.active,.left-recom .list-group-item.active:hover{
color:#2f96a9
}


.left-recom .list-group-item:active{
	font-weight:700;
}

.left-recom .list-group-item img{
	width:100%;
}
.left-recom .list-group-item.list-group-image-item{
	padding:15px 0;
}
.left-recom .list-group-item .info{
    color: #999;
	font-size:14px;
	text-align:center;
	margin-top:10px;
}
.goods-slider{margin-top:15px;}
.goods-slider .bx-wrapper{border:0;box-shadow:none;} 
.goods-slider .bx-wrapper img{    border: 1px solid #eee;max-width:124px;}
/***************/

.detail-content .nav-tabs{
    border-bottom: 2px solid #141414;
    background: #f9f9f9;
	height:47px;
}
.detail-content .nav-tabs > li > a,.detail-content .nav-tabs > li > a:hover{
	border:0;
	background:none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
	padding:0 30px;
	line-height:44px;
	margin-bottom:-2px;
}
.detail-content .nav-tabs > li.active > a{
	border-bottom-color: #2f96a9;
}
.detail-content .tab-content{
	border: 1px solid #e5e5e5;
	padding:20px;
}
.content-property p{
	margin-bottom:5px;
	font-size:14px;
	line-height:30px;
}
.content-property{
	padding-bottom:10px;
	margin-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.content-property > p > span:after{
	content:'、';
}
.content-property > p > span:last-child:after{
	content:'';
}
/*************************************/

.index-body{
	background: #fff;
}
.bg-grey{
	background:#f4f4f4;
}
.section-box{
	padding:10px 0;
}
.box-header {
	margin-bottom:20px;
    font-size:14px;
    text-align: center;
}
.box-header h1,.box-header h2,.box-header h3{
	color: #000;
	font-weight: bold;
	margin-bottom:25px;
}

/**************index category*****************/
.category-box{margin-top:25px;}
.category-box-header{
	font-size:0;
	margin-bottom:20px;
	border-bottom:2px solid #2f96a9;
	height:42px;
	/* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.category-header-childitem{
	display:inline-block;font-size:16px;color:#000;
	margin-left:25px;padding-bottom:10px;
	line-height:30px;
}
.category-box-header a.category-header-childitem-first{
	font-weight:bold;
	font-size:24px;
	border-bottom:3px solid #2f96a9;
	margin-bottom:-3px;
	height:42px;
	position:absolute;
	background-color:#f9f9f9;
	white-space:nowrap;
	margin-left:0;
}
.category-box-headerright{
	margin-left:120px;
	overflow:hidden;
	position:relative;
	text-align:right;
	line-height:30px;
	height:42px;
	
}
.category-banner{
	margin-bottom:25px;
	position:relative;
}
.category-banner img{
	width:100%;
	max-width:100%;
	height:auto !important;
}

.category-banner-child{
	position:absolute;
	top:50px;
	left:50px;
	padding:40px;
	background-color:rgb(193,159,113);
}
.category-banner-childs{display:table;}
.category-banner-childitem{
	display:table-row;
}
.category-banner-child a{color:#000;}
.category-banner-childitem a{
	display:table-cell;line-height: 40px;
	font-size:15px;color:#141414;
	padding-right:30px;
}
.category-banner-child h1{
	font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
	margin-top:0;
}
.category-banner-child a:hover{
	color:#2f96a9
}

.first-cell-body h2{
	margin-bottom:10px;
	margin-top:0;
}
.first-cell-body.category-list{
	position:absolute;
	top:0;
	left:12px;
	right:12px;
	bottom:16px;
}
.category-list .cell-body{
	padding:20px;
}
.cell-body h2 a{
	float:none;
	font-size: 18px;
	font-weight:bold;
}
.category-list a{
	/* width:50%; */
	display: block;
	float: left;
	/* width: 100px; */
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.first-cell-body.category-list a {
	width:50%;
}
 
.first-row{
	display:table;
	margin:12px -12px ;
}
.first-row-cell{
	display: table-cell;
	padding-left: 12px;
    padding-right: 12px;
	vertical-align: top;
	position:relative;
}
.first-row-cell.cell-0{
	width: 25%;
}
.first-row-cell.cell-1{
	width: 41.666%;
}
.first-row-cell.cell-2{
	width: 33.333%;
}
.first-row-cell.cell-0 .first-cell-body{
	/* position:absolute;
	top:0;
	bottom:0;
	left:12px;
	right:12px; */
}
.category-list-0{
	background: #cfd4e7;
}
.category-list-1{
	background: #e1e5d6;
}
.category-list-2{
	background: #d8e7ee;
}
.first-cell-body{
}

.goods-image{
	display:block;
	position:relative;
	/* overflow:hidden; */
	text-align:center;
}
.goods-tags{
	position: absolute;
	right: 0;
    top: -3px;
	display:block;
	z-index:9999;
}
.goods-tags-left{
	left: 8px;
}
.goods-tag{
	border-top:3px solid #9E132E;
    background: #DE0046;
    color: #fff;
    font-size: 5px !important;
    padding: 5px 6px;
    backgroun-color: #3b3;
    background: linear-gradient(135deg, #d90b12 5px, #d90b12 0) top left, 
	linear-gradient(-135deg, #d90b12 0px, #d90b12 0) top right, 
	linear-gradient(-45deg, #d90b12 0px, #d90b12 0) bottom right, 
	linear-gradient(45deg, transparent 5px, #d90b12 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
	display:inline-block;
	margin-left:5px;
	line-height:1.5;
	
    font-weight: normal;	
}

.goods-tag i{
	display:block;
	text-align:center;
}

.goods-image img{
	max-width:100%;
}
.goods-item .goods-intro{
	margin-top:10px;
}

.goods-intro p,.goods-intro{
	text-align:center;
	line-height:26px;
}
.goods-intro p.goods-action{
	height:auto;
}
.goods-image .goods-intro{
	display:none;
	position:absolute;
	left:20px;
	right:20px;
	bottom:20px;
	line-height:40px;
	height:40px;
	overflow:hidden;
	background: rgba(255,255,255,0.8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	padding:0 10px;
	font-size:14px;
}
.goods-item .price span{
	color:#e61d39;
	font-size:20px;
	margin-right:15px;
}
.goods-item .price .delete{
	text-decoration:line-through;
	font-size:14px;
	color:#666;
}
.goods-item-padding{
	background:#fff;
	border:1px solid #f2f2f2;
}
.goods-item{
	display:block;
	background:#fff;
	margin-bottom:20px;
	cursor:pointer;
}

.goods-item:hover{
	transform: translateY(-5px); 
	box-shadow: 0 0 10px rgba(0,0,0,15%);
	-webkit-transition-property: transform;
transition-property: transform;
    -webkit-transition-duration: .5s;
transition-duration: .5s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}

.my-tab-content .goods-warp{
	padding:15px;
}
.my-tab-content .goods-warp img{
	max-width:100%;
}

.goods-item .name{
	display:block;
	color:#000;
	text-align:center;
	padding:0 15px 20px 15px;
	font-size: 16px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight:400;
	-webkit-transition-property: color;
transition-property: color;
    -webkit-transition-duration: .5s;
transition-duration: .5s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.goods-item.index-goods-item .name{font-weight:bold;text-align:left;}
.goods-item:hover .name{
	color:#2f96a9;
}
.goods-item:hover .price{
	font-weight:bold;
	-webkit-transition-property: font-weight;
transition-property: font-weight;
    -webkit-transition-duration: .5s;
transition-duration: .5s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}

.goods-item .actions{
	border-top: 1px solid #eee;
	display:table;
	width:100%;
	table-layout: fixed;
}
.goods-item .mbtn{
	display:table-cell;
	vertical-align:middle;
	border:0;
	border-left:1px solid #eee;
	-webkit-transition-property: background-color;
transition-property: background-color;
    -webkit-transition-duration: .8s;
transition-duration: .8s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
	padding:0;
}

.goods-item .mbtn.brand{
	width:50%;
	overflow: hidden;
	white-space: nowrap;
	padding:0 8px;
	white-space: nowrap;
}

.goods-item .no-stock,.goods-item .no-stock:hover{
	background-color:#fff;
	color:#999;
	text-decoration: line-through !important;
}
.goods-store.goods-stored:hover .icon-favorfill{
	 color:inherit;
}
.goods-store.goods-stored .icon-favorfill,.goods-store.goods-stored{
	color:#2f96a9;
}
.goods-store .icon-favor,.goods-store.goods-stored .icon-favorfill{
	display:inline-block;
}
.goods-store .icon-favorfill,.goods-store.goods-stored .icon-favor{
	display:none;
}
.goods-item .action:first-child{
	border:0;
}
.goods-item.index-goods-item .price{text-align:left;}
.goods-item .price{
	text-align:center;
	font-size:16px;
	padding: 0px 15px 20px 15px;
	
}
.goods-item .stock{
	font-size:14px;
	line-height:40px;
	color: #999;
}
.goods-item:hover .stock{
	color:#000;
}

.goods-item .into-cart,.goods-item .show-detail{
	padding:4px 8px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #2f96a9;
	font-size: 12px;
	border: 1px solid #2f96a9;
}
.goods-item .show-detail{
	color: #2f96a9;
	padding:4px 8px;
	border: 1px dotted #2f96a9;
	background:none;
}
.goods-item .into-cart:hover{
	text-decoration:none;
}

.goods-spec-pop{
}
.goods-spec-pophd{
	border-bottom:1px solid #eee;
	line-height:44px;
	font-size:16px;
	padding:0px 20px;
	font-weight:bold;
}
.goods-spec-popbody{
	padding:10px 20px;
}
.goods-spec-popbody p.text-warning{
	font-size:12px;
	margin-bottom:15px;
}
.goods-spec-popbody a{
	line-height:16px;
	display:block;
	font-size:14px;
	margin-bottom:15px;
	color:#666;
	float:left;
	margin-right:15px;
}
.goods-spec-popbody .spec-list{
	margin-bottom:15px;
	border-bottom:1px solid #eee;
	overflow:hidden;
}
.goods-spec-popbody a i{
	margin-right:8px;
	font-size:16px;
	color:#666;
}
.goods-spec-popbody a.selected,.goods-spec-popbody a.selected i{
	color:#2f96a9;
}
.goods-spec-popbody a .icon-roundcheckfill,.goods-spec-popbody a.selected .icon-round{
	display:none;
}
.goods-spec-popbody a.selected .icon-roundcheckfill,.goods-spec-popbody a .icon-round{
	display:inline-block;
}
.goods-spec-popft{
	display:table;
	border-top:1px solid #eee;
	width:100%;
}
.goods-spec-popft a{
	display:table-cell;
	text-align:center;
	border-left:1px solid #eee;
	width:120px;
}
.goods-spec-popft a:first{
	border:0;
}
.goods-spec-popft a{
	/* background-color:#f9f9f9; */
}

.myspinner{
	display:inline-block;
	font-size:0;
	background:#fff;
}
.myspinner .input-group-prepend,.myspinner .input-group-append{
	display:table-cell;
	font-size:0;
	border-radius:0;
}
.myspinner .btn-increment,.myspinner .btn-decrement{
	font-size:12px;
	line-height:30px;
	width:30px;
	height:30px;
	color:#606266;
	display:inline-block;
	text-align:center;
	border:1px solid #dcdfe6;
	padding:0;
	border-radius:0;
	vertical-align: initial;
	background-color:#fff;
}
.myspinner .btn-increment:hover,.myspinner .btn-decrement:hover{
	background-color:#eee;
	-webkit-transition-property: background-color;
transition-property: background-color;
    -webkit-transition-duration: .5s;
transition-duration: .5s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.myspinner .btn-decrement{
border-right:1px solid #dcdfe6;
}
.myspinner .btn-increment{
border-left:1px solid #dcdfe6;
}
.myspinner input.form-control{
	font-size:15px;
	line-height:30px;
	color:#606266;
	width: 60px;
	border:1px solid #dcdfe6;
	height:30px;
	margin:0 -1px;
	padding:0 5px;
	display:table-cell;
	float:none;
	box-shadow:none;
	border-radius:0;
	
}
/*********/

.filter-warp{
	background:#fff;
	margin-top:25px;
	margin-bottom:20px;
}
.filter-table{
	display:table;
	width:100%;
}
.filter-row{
	border-bottom:1px solid #f6f6f6;
	padding: 6px 15px;
}
.filter-row .page-size{
	position:relative;
	width:1%;
	white-space:nowrap;
}
.filter-cell{
	display:table-cell;
	vertical-align: middle;
}
.filter-cell-field{
	width: 110px;
	text-align:center;
	vertical-align: top;
	line-height:40px;
	color:#8f8f8f;
	font-size:14px;
}
.filter-cell-value{
	/* overflow:hidden; */
	line-height:24px;
}
.filter-cell-value a.selected{
	color:#2f96a9;
}
.filter-cell-value a i{
	display:none;
}
.filter-cell-value.filter-sort{
	vertical-align: middle;
}
.filter-cell-value.filter-sort a{
	margin-right:20px;
	padding-right:12px;
}
.filter-cell-value.filter-sort a i,.filter-cell-value.filter-sort a.selected i{
	display:inline-block;
	color:#999;
	position:absolute;
	right:0;
	line-height: 10px;
	font-size:10px ;
	height:10px;
	top:5px;
	overflow:hidden;
	transform: scale(0.83);
}
.filter-cell-value.filter-sort a i.arrow-down{
	top:15px;
}

.filter-cell-value.filter-sort a.selected.sort-desc i.arrow-down,
.filter-cell-value.filter-sort a.selected.sort-asc i.arrow-up{
	color:#2f96a9;
}

.filter-cell-value.filter-sort a.selected.sort-desc i.arrow-up,
.filter-cell-value.filter-sort a.selected.sort-asc i.arrow-down{
	color:#999;
}

.filter-price-range{
	display:inline-block;
	font-size:0;
	margin-top: 8px;
	float:left;
	margin-left:15px;
}
.filter-cell-value .filter-price-range span{
	line-height:26px;
	font-size:14px;
	display:inline-block;
	float:none;
	margin:0 8px;
}
.filter-price-range button{
	height: 26px;
	line-height:26px;
	width: 44px;
	border: 0;
	background-color: #f6f6f6;
	color: #666;
	margin-left:8px;
	font-size:12px;
}
.filter-price-range button:hover{
	background-color: #f0f0f0;
	-webkit-transition-property: background-color;
transition-property: background-color;
    -webkit-transition-duration: .8s;
transition-duration: .8s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.filter-price-range .input{
	display:inline-block;
	position:relative;
}
.filter-price-range .input:before{
	content:"￥";
	position:absolute;
	line-height:26px;
	height:26px;
	left:5px;
	font-size:12px;
}
.filter-price-range input{
	border: 0;
	height: 26px;
	line-height:26px;
	padding:5px 5px 5px 20px;
	width:110px;
	background-color:#f6f6f6;
	font-size:12px;
}

.filter-price-range input:focus{
	background-color: #f0f0f0;
}


.filter-cell-value a.selected i{
	display:inline-block;
	font-size: 14px;
    line-height: 1.5; 
	color: inherit;
}
.filter-cell-value a.selected:hover i{
	color:#2f96a9;
}
.filter-cell-value a{
	padding:0 12px;
	border: 1px dashed transparent;
	position:relative;
}
.goods-warp{
	margin-bottom:15px;
}
.filter-cell-value a,.filter-cell-value span{
	float:left;
	line-height:24px;
}
.filter-cell-value .separation{
	margin-right:4px;
	margin-left:-8px;
	color:#2f96a9;
}

.filter-cell-value a:hover{
	color:#2f96a9;
}

.filter-cell-value.filter-cate{text-align:center;font-size:0;padding: 12px 0;}
.filter-cell-value.filter-cate a{
	float:none;
	font-size:15px;
	display:inline-block;
	padding:0 20px;
	margin:0 5px;
	background-color:transparent;
	-webkit-transition-property: background-color;
transition-property: background-color;
    -webkit-transition-duration: .8s;
transition-duration: .8s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.filter-cell-value.filter-cate a:hover,.filter-cell-value.filter-cate a.selected{
	color:#fff;
	background-color:#2f96a9;
	-webkit-transition-property: background-color;
transition-property: background-color;
    -webkit-transition-duration: .8s;
transition-duration: .8s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.filter-cell-value.filter-cate a.selected i{
	color:#fff;
}
.filter-cell-value.filter-cate a img{
	height:25px;
}

.filter-result{
	margin-top:25px;
}
.filter-result span{
	color: #5c5c5c;
}
.filter-result .separation{
	margin:0 8px 0 5px;
	line-height: 26px;
	font-size:16px;
}
.filter-result .filter-result-item{
	display:inline-block;
	border: 1px solid #e6e6e6;
	font-size:12px;
	padding:0 12px;
	color: #2f96a9;
	background:#fff;
	line-height: 26px;
	margin-right:6px;
}

.filter-result a{
    color: #2f96a9;
	font-size:12px;
	
}
.filter-result i.icon-right{
	display:inline-block;
	text-align:center;
	font-size:12px;
	color:#666;
	font-weight:700;
	margin:0 8px;
}
.filter-result a i{
	display:inline-block;
	text-align:center;
	font-size:14px;
	color:#666;
	margin-left:3px;
}
.filter-result a:hover i{
	color:#2f96a9;
	font-weight:bold;
	-webkit-transition-property: color;
transition-property: color;
    -webkit-transition-duration: .5s;
transition-duration: .5s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.filter-result a:hover{
	text-decoration:none;
}

.filter-child-value{
	margin-bottom:5px;
	border-top:1px solid #f2f2f2;
	overflow:hidden;
	display:none;
}
.filter-child-value a{
line-height: 40px;
}
.filter-child-value.filter-child-value-first{
	border:0;
	display:block;
}
.filter-cell-value a{
	padding-left:0;
	padding-right:20px;
	color:#666;
	line-height: 2;
}
.filter-brand{overflow:hidden;position:relative;height:44px;}
.filter-brand.open{
	height:auto;
	-webkit-transition-property: height;
transition-property: height;
    -webkit-transition-duration: 1.2s;
transition-duration: 1.2s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.filter-brand  a{text-align:center;padding:0;
margin-bottom:7px;margin-right:20px;border:1px solid #eee;font-size:0;}
.filter-brand  a img{height:40px;}
.filter-brand a.selected,.filter-brand a:hover {border-color: #2f96a9;}
.filter-brand a:hover{
    -webkit-transition-property: border-color;
transition-property: border-color;
    -webkit-transition-duration: .8s;
transition-duration: .8s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.brand-more{
	vertical-align:top;
	text-align:center;
	width:16px;
}
.filter-cell-value.brand-more a{border:0;text-align:center;margin:0;padding:0;line-height:1.2;color:#666;}
.filter-cell-value.brand-more a:hover{color:#2f96a9}
.filter-cell-value.brand-more i{display:inline-block;}
.filter-cell-value.brand-more .down,.filter-cell-value.open.brand-more .up{display:inline-block;}
.filter-cell-value.open.brand-more .down,.filter-cell-value.brand-more .up{display:none;}
.filter-brand  .brand-all{font-size:14px;line-height:40px;width:auto;border:0;} 

.more-filter .btn-group{
	margin-right:8px;
}
.more-filter .btn{
	width:160px;
    border-radius:0;
	color:#c0c4cc;
	border: 1px solid #dcdfe6;
	background-color:#fff;
}
.more-filter .btn-group.open .dropdown-toggle{
	box-shadow:none;
}
.more-filter .dropdown-menu{
	border-radius: 0;
	padding:0;
	border-color: #dcdfe6;
}
.more-filter .dropdown-menu a{
	float:none;
	text-align: center;
	padding:0 5px;
	line-height:36px;
	color:#606266;
}
.more-filter .dropdown-menu a.selected{
	background-color:#2f96a9;
	color:#fff;
}
.more-filter .dropdown-menu a.selected i{
	color:#fff;
}

/***********************************/
.keyword-input input{
	border: 1px solid #666;
	height: 24px;
	line-height:24px;
	padding:5px;
	width:68px;
}
.keyword-input input{
	height: 30px;
	line-height:30px;
	width:200px;
}
.keyword-input button{
	height: 30px;
	width: 54px;
	border: 1px solid #2f96a9;
	background: #2f96a9;
	color: #fff;
	margin-left:10px;
}


.footer{
	background-color: #6B615C;
}
.copyright {
    text-align: center;
    padding: 18px 0;
	color: #9b9b9b;
	font-size: 14px !important;
	line-height: 1.5;
	border-top: 1px solid #888;
}
.copyright a{
	margin-left:15px;
	color: #9b9b9b;
}
.copyright a:hover{
	color:#2f96a9;
}
.footer-top{display:table;width:100%;
 padding: 40px 0;
    border-bottom: 1px solid #747475;}
.footer-top-item{display:table-cell;width:25%;height:48px;font-size:0;white-space:nowrap;text-align:center;}
.footer-top-item:first-child{text-align:left;}
.footer-top-item:last-child{text-align:right;}
.footer-top-item img{margin-right:10px;}
.footer-top-item h3,.footer-top-item p{margin:0;line-height:30px;text-align:left;}
.footer-top-item h3{color:#fff;font-size:20px;font-weight:bold;}
.footer-top-item p{font-size:14px;color:#fff;}
.footer-top-item i{display:inline-block;font-size:60px;color:#eee;margin-right:10px;line-height: 1;}
.footer-top-itemtext{display:inline-block;}
.footer-nav{
	margin:15px 0;
	display:table;
	width:100%;
}
.footer-nav ul{
	display:table-cell;
	width:25%;
	border-left:1px solid #444;
	margin-left:-1px;
}
.footer-nav ul:first-child{
	border-left:0;
}
.footer-nav ul li{
	text-align:center;
	line-height:2;
	font-size:14px;
	color:#999;
}
.footer-contact{
	margin:15px 0;
	text-align:center;
}
.footer-contact button,.footer-contact span,.footer-contact div{
	font-size:14px;
	color:#999;
}
.footer-contact .footer-phone{
	font-size:17px;
	color:#e61d39;
	font-weight:bold;
}
.footer-contact button{
	margin-left:15px;
}
.footer-contact .fa-headphones{
	font-size:30px;
}
.footer-contact button{
	color:#f5f5f5;
	border:0;
	border-radius: 3px;
	background:#d9534f;
	padding: 4px 8px;
}
/*************************/

.profile-form .input-group-addon{
	border-radius: 0px;
	min-width:80px;
}
.profile-form .input-group .form-control{
	border-radius: 0px;
	height:40px;
}
.profile-form .form-group {
	margin-bottom:20px;
}
.profile-form .btn-success,
.profile-form .btn-success.active, 
.profile-form .btn-success:active,
.profile-form .btn-success:hover,
.profile-form .open > .dropdown-toggle.btn-success{
	border-color:#d90b12;
	background:#d90b12;
	font-size:14px;
	min-width:100%;
	border-radius: 0px;
	padding: 8px 12px;
}
.profile-form .city-china{
	padding:0;
}
.profile-form .city-china select{
	line-height:38px;
	height:38px;
	border:0;
}
/********************************************/
.fixed-side{
	position:fixed;
	right:10px;
	bottom:50px;
	border: 1px solid #f3f3f3;
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
	z-index: 999;
}
.fixed-side .side_bar{
	display:block;
	position:relative;
	border-top:1px solid #eee;
	margin-top:-1px;
	width: 60px;
    height: 60px;
	background:#fff;
	line-height:50px;
	text-decoration:none;
	text-align:center;
}
.fixed-side .side_bar .cart-dot{
	position:absolute;
	right:10px;
	top:10px;
	line-height:1;
	display:none;
}
.fixed-side .side_bar .cart-dot.active{
	display:block;
}
.fixed-side .side_bar:hover{
	/* background:#f2f2f2; */
}
.fixed-side .side_bar .show{
	text-align:center;
	font-size:20px;
	line-height:60px;
	color:#999;
}
.fixed-side .side_bar:hover .show{
	color:#2f96a9;
}
.fixed-side .side_bar .show-in{
	display:none;
	text-align:center;
}
.fixed-side .side_bar:hover .show-in{
	display:none;
}

.fixed-side .side_bar .side-bar-link{
	height:50px;
	width:20px;
	position:absolute;
	left:-10px;
	background:#fff;
	display:none;
	top:-1px;
	z-index:999;
	border:1px solid #eee;
	border-width:1px 0;
	opacity:0;
}

.fixed-side .side_bar .side-bar-info{
	display:none;
	position:absolute;
	bottom:-100px;
	min-height:150px;
	left:-120px;
	border:1px solid #eee;
	background:#fff;
	padding:10px;
	width:110px;
}
.fixed-side .side_bar:hover .side-bar-info,.fixed-side .side_bar:hover .side-bar-link{
	display:block;
}
.side-bar-info p{
	margin:5px 0;
}
.line{
	border-bottom:1px solid #eee;
}
.fixed-side .side_bar .cart-num{
	position:absolute;
	top:5px;
	right:5px;
	height:auto;
	line-height:none;
	color:#2f96a9;
	font-size:10px;
}
/***************************************/
.comb-bottom-warp{
	overflow:hidden;
	display:block;
	padding:0;
	margin:0;
	background:none;
	width:100%;
	z-index:9999;
	margin-bottom:25px;
}

.comb-bottom-warp.active{
	bottom:0;
	position:fixed;
	left:0;
	margin-bottom:0;
}
.comb-bottom-warp .container{
    padding-left: 0;
}
.comb-bottom-warp.active .container{
    padding-left: 15px;
}
.comb-bottom-body{
	background-color:#141414;
	line-height: 50px;
}
.comb-bottom-body {
	display:table;
	width:100%;
}
.comb-bottom-body .mbtn-group-block{white-space:nowrap;width:auto;}
.comb-bottom-body .mbtn-group,.comb-bottom-body .comb-bottom-desc,.comb-bottom-actions{display:table-cell;}
.comb-bottom-actions{padding-left:18px;}
.comb-bottom-action{line-height:2;display:inline-block;color:#fff;margin-right:15px;}
.comb-bottom-action label{color:#fff;line-height:20px;}
.comb-bottom-body .comb-bottom-desc{line-height:2;}
.comb-bottom-body .mbtn{line-height:50px;}

.comb-info{
	background-color:#fff;
	margin-top:25px;
	padding:20px;
	margin-bottom:40px;
}
.comb-info .detail-summary {
    margin:0;
	margin-right: -15px;
    margin-left: -15px;
}
.comb-area{
    margin-bottom:30px;
}
.comb-area-header{
	line-height:50px;
	background-color:#141414;
	padding:0 20px;
	color:#fff;
}
.comb-area-header h5{
	font-weight:700;
	font-size:16px;
	line-height:50px;
	margin:0;
	margin-right:15px;
}
.comb-area-body{
}
.comb-goods img{
	max-width:100%;
	height: auto !important;
}

.comb-goods-area{
	background-color:#f9f9f9
}
.comb-goods-header {
    font-weight: 700;
    color: #141414;
	padding:20px 0;
	/* border-bottom:1px solid #eee; */
	background-color:#fff;
}
.comb-labels{
    font-size: 14px;
    display: inline-block;
}
.comb-goods{
	padding:25px;
}
.comb-goods-footer{
	border-top:1px solid #eee;
	margin-top:20px;
}
.comb-goods .goods-price{
	padding:10px 0 0 0;
}
.comb-goods .goods-price .price.price-value{
	font-size:14px;
}
.comb-goods .goods-warp h4{font-size:14px;margin-top:15px;color:#000;margin-bottom:0;}
.comb-goods .goods-property-row .property-name, .comb-goods .goods-property-row .property-value{padding-top:10px;}
.comb-goods .goods-spec-item{
	background-color:#fff;
}

.detail-content .comb-goods-body .tab-content{
	border: 0;
    padding: 0px;
}
.detail-content .comb-goods-body .nav-tabs{
	border:0;
	padding: 25px 25px 0 25px;
	height:auto;
}
.detail-content .comb-goods-body .nav-tabs > li > a, .detail-content .comb-goods-body .nav-tabs > li > a:hover{
	padding: 0;
	line-height: 0;
}
.detail-content .comb-goods-body .nav-tabs > li.active > a{
	border:1px solid #2f96a9;
}
.comb-goods-picture{
	position:relative;
}
.comb-goods-check{
	position:absolute;
	right:0;
	top:0;
	width: 0;
    height: 0;
    border-top: 36px solid #eee;
    border-right: 36px solid #eee;
    border-left: 36px solid transparent;
	border-bottom: 36px solid transparent;
	cursor:pointer;
}
.comb-goods-check .icon-round,.comb-goods-check.checked .icon-roundcheck{
	display:inline-block;
}
.comb-goods-check.checked .icon-round,.comb-goods-check .icon-roundcheck{
	display:none;
}
.comb-goods-check.checked{
	border-top-color:#2f96a9;
	border-right-color:#2f96a9;
}
.comb-goods-check.checked i{
	display:none;
}
.comb-goods-check i{
	position:absolute;
	right: -26px;
    top: -30px;
    font-size: 26px;
    color: #fff;
}
.comb-bottom-desc{
	color:#fff;
	line-height:50px;
	margin-right:15px;
	font-size:16px;
}
.comb-bottom-desc .price{
	line-height:50px;
	font-size:16px;
}
.comb-bottom-desc small{
	padding:0 8px;
	color:#ccc;
}
.goods-box-header h1{
	margin:0;
}
/********************************************/
.cart-item-title{
	display:table;
	margin:0;
	line-height:24px;
}
.cart-item-title a,.cart-item-title span{
	display:table-cell;
}
.cart-shop .my-box-body{padding:0;}
.cart-shop .order-list .order-item-header{background-color:transparent;}
.cart-shop .my-box-header{border-bottom:0;}
.cart-shop .order-list .table .order-item td:first-child, .cart-shop .order-list .table .order-item th:first-child{
	border-left:0;
}
.cart-shop .order-list .table .order-item td:last-child, .cart-shop .order-list .table .order-item th:last-child{
	border-right:0;
}

.cart-shop .order-list .media-left {
    width: 15%;
}
/**********article********************/
.page-top{
	background-color: #Fff;
	background-color:#6B615C;
	background-color:rgb(90,82,78,1);
	background-color:rgb(128,116,111);
	
}
.article-summary{
	line-height:24px;
}
.article-list .media{
	background:#fff;
	/* cursor:pointer; */
}
.article-list .media:hover{
	/* transform: translateY(-10px); */
    /* border-color: #e5e5e5;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%); */
}
.article-list .media:hover img{
   /* -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
    -webkit-transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
    -moz-transition: all cubic-bezier(.74,.16,.21,.89) 0.5s;
    -o-transition: all cubic-bezier(.74,.16,.21,.89) 0.5s; */
}
.article-list .media-body {
    padding:15px 20px;
}
.article-list .img{
	overflow:hidden;
}

.article-list .article-title{
	font-size: 16px;
	color: #333;
	font-weight:bold;
    margin-bottom: 12px;
	
}

.article-list.article-list-sm .article-title,.article-list.article-list-sm .article-title a{
	margin-bottom:0;
	font-size: 14px;
	/* font-weight:540; */
}
.article-list  a:hover,.article-list .article-title a:hover{
	color:#2f96a9;
}
.article-list .article-title em{
	font-size: 16px;
	color:#FF4F01;
}
.article-list .article-title a{
	color: #333;
	font-weight:bold;
	word-wrap:break-word;
	white-space:pre-wrap;
	word-break:break-all;
}
.article-date,.article-library{
	font-size: 14px;
    color: #868686;
    line-height:1.8;
}
.article-library{
	color:#AC8423;
}
a.article-library{
	/* border-radius: 35px;
    padding: 8px 20px;
    margin: 8px 0;
    background: #F3F3F2;
	display: inline-block; */
}
.article-resource{
	border-top: 1px solid #f2f2f2;
	line-height:1.8;
	margin-top:8px;
	
}

.article-resource a,.article-resource span{
 	color: #bbb;
	display:inline-block;
	white-space: normal;
}
.article-resource a:last-child:after{
	content:'';
}

.article-resource a:hover:after{
	color: #bbb;
}

.article-resource a:after{
	content:'/';
	padding:0 5px;
	
}
.article-collection a{
	color:#AC8423;
	font-weight: 550;
}
.article-collection a em{
	color:#AC8423;
}
.article-collection img{
	height:20px;
}
.article-list .media-object{
	max-width:120px;
}
.article-list .media{
	background:#fff;
	padding:0;
	margin-bottom: 25px;
}
.article-date a{margin-right:15px;}
.article-summary{
	border-top: 1px dashed #ddd;
	line-height: 30px;
    padding-top: 10px;
	font-size:14px;
}
.article-summary em,.article-modal em,.article-date em{
	color:#FF4F01;
}
.article-modal .modal-body{
	line-height:1.8;
}
.article-modal .modal-header {
    background: #6B615C;
    color: #fff;
}

.article-menu{
	background:#fff;
	/* border: 1px solid #f2f2f2; */
	margin-bottom:15px;
	font-size:0;
}
.article-menu a{
	display:inline-block;
	line-height:54px;
	padding:0 20px;
	font-size:15px;
	font-weight: 400;
	color:#000;
}
.article-menu a:hover{
	color:#2f96a9;
}
.article-menu a.active{
	background:#2f96a9;
	color:#fff;
	font-size:16px;
}

.article-detail{
	margin-top:25px;
}
.article-detail-header{
	padding:20px 0;
}
.article-detail .article-title{
	color:#000;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:30px;
}
.article-detail .article-date{
	font-size:15px;
	margin-top:20px;
	color:#000;
}



.article-detail-summary{
	margin-top:20px;
	padding:20px;
	background:#fff;
	line-height: 1.8;
}
.article-detail-summary em,.kcount-list em{
	color:#FF4F01;
}
.kw-number{
	color:#2f96a9 !important ;
}
.media-left.kcount-list{
	vertical-align:middle;
	padding-left:20px;
	font-weight:550;
	text-align:right;
}
.kcount-list{
	line-height: 1.8;
	white-space:nowrap;
}
.article-detail-summary img{
	max-width:100%;
}
.article-summary,.article-summary p,.article-summary span{
	line-height: 1.8;
}
.recom-list{
	margin-top:25px;
}
.recom-title{
	font-weight:bold;
	font-size:20px;
	color:#2f96a9;
	line-height:46px;
	overflow:hidden;
}
.recom-title .more{
	margin-top:18px;
	float:right;
	font-size:12px; 
	color:#2f96a9;
}
.recom-item{
	background:#fff;
	margin-bottom:20px;
	display:block;
}
.recom-item:hover{
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.recom-item p{
	font-size:14px;
	line-height:24px;
	padding:15px;
	color:#000;
}
.recom-item img{width:100%;}
/**********************************/
.search-box{margin:25px 0;text-align:center;}
.search-box-body{width:50%;position:relative;}
.search-box .search-box-input{
    height: 40px;
	line-height: 40px;
    padding-left: 18px;
	font-size:14px;
	border-radius:0;
	border: 1px solid #AFA6A2;
	border-width:1px 0 1px 1px;
}
.search-box .btn,.search-box .btn:active,.search-box .btn:focus,
.search-box-btn,.search-box-btn:active{
	border:0;
	height:40px;
	font-size:14px;
	line-height:40px;
	background-color:#6B615C;
	background-color:#B39563;
	color:#fff;
	width:110px;
	padding:0;
	border-radius:0;
	outline: none;
}
.search-box .btn.dropdown-toggle{
	/*background-color:#EEDFCA;
	background-color:transparent !important; 
	color:#6B615C;*/
	background-color:#B39563;
	color:#fff;
border: 0px solid #AFA6A2;
	box-shadow: 0 0px 10px 3px #fff;
	z-index:3;
	
}

.search-box .search-km{
	width:50%;padding-top:15px;
	text-align:left;
}
.search-box .search-km .radio-inline{
	color:#fff;
	line-height:normal;
}
.search-box .search-km input[type=radio]:checked:after{
	border-color: #B39563;
}
.search-box .search-km input[type=radio]:checked:before{
	background-color: #B39563;
}

/* @keyframes amSize {
	0% { background-position: 0 0;}
	100% { background-position: 1000% 0;}
} */
.search-box .btn.dropdown-toggle:hover,
.search-box .input-group-btn.open .btn.dropdown-toggle{
	background-color:#B39563;
	color:#fff;
	position:relative;
	box-shadow: 0px 5px 10px 1px #fff;
}
.search-box .btn.dropdown-toggle:hover::after,
.search-box .input-group-btn.open .btn.dropdown-toggle::after{
	background-color:transparent !important;
}
/* .search-box .btn.dropdown-toggle::before{
        position:absolute;
        left:-4px;right:-4px;
        top:-4px;bottom:-4px;
        content:'';
        background:#EEDFCA;
	z-index:-1;
	background: linear-gradient(45deg, #EEDFCA,#B39465,yellow,orange,#B39465,#EEDFCA);
    filter: blur(5px);
    background-size: 1000%;
    animation: amSize 40s linear infinite;
}
.search-box .btn.dropdown-toggle::after{
       background-color:#EEDFCA;
	color:#6B615C;
	 position:absolute;
        left:0;
        top:0;
	width:100%;
	height:100%;
        content:'';
	z-index:-1;
} */

.search-box .dropdown-menu {
	border-radius: 0;
	width:100%;
	min-width:0;
	margin-top:0;
	padding:0;
}

.search-box .dropdown-menu a{
	line-height:40px;
	padding:0;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
}
.search-box .dropdown-menu li:last-child a{
	border:0;
}

/*************************************/
.mydialog{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
	cursor:pointer;
}
.mydialog-overlay {
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
	background-color: rgba(0, 0, 0, 0.15);
	position: absolute;
    top: 0;
    left: 0;
    z-index: 10002;
    width: 100%;
    height: 100%;
}
.mydialog-content{
	background-color:#fff;
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10003;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.5;
	max-width:540px;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
.mydialog-content, .mydialog-overlay{
	-webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.dialog-notice .dialog-content-bd i{
	color: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-right: 5px;
}

/*******************************************/
.my-nav-tabs{
	margin-bottom:25px;
}
.my-nav-tabs .nav-tabs{
	background-color:#f6f6f6;
	border:0;
}
.my-nav-tabs .tab-content{
	border: 1px solid #f7f7f7;
	border-top:0;
}
.my-nav-tabs .nav-tabs>li {
	padding:10px 0;
}
.my-nav-tabs .nav-tabs>li>a,.my-nav-tabs .nav-tabs>li>a:hover,.my-nav-tabs .nav-tabs>li>a:focus{
	background-color:transparent;
	color:#191919;
	border:0;
	border-right:1px solid #e5e5e5;
}

.my-nav-tabs .nav-tabs>li>a{
	line-height:26px;
	border-radius:0;
	padding:0 30px;
	
}
.my-nav-tabs .nav-tabs>li:last-child >a{
	border:0;
}
.nav-tabs>li.active>a{
	font-weight:700;
}
.my-tab-content .bx-wrapper{
	box-shadow:none;
}

/**********************/
.sep-row{height:25px;}
.order-list .table>tbody+tbody{
	border:0;
	margin-top:25px;
}
.order-list .table>tbody>tr>td, .order-list .table>tbody>tr>th, 
.order-list .table>tfoot>tr>td, .order-list .table>tfoot>tr>th, 
.order-list .table>thead>tr>td, .order-list .table>thead>tr>th{
	border:0;
}

.order-item-checkbox{vertical-align: middle;}
.order-item-checkbox .checkbox,.order-item-checkbox .radio{margin:0;}
.order-list .order-item-action{
	display:block;
	margin-bottom:15px;
}



.order-list .table .order-item td,.order-list .table .order-item th{
	border:1px solid #ebebeb;
}

.order-list .order-item-header{
	background-color:#fafafa;
}
.order-list .order-item-header td{
	text-align:left;
}
.order-list td,.order-list th{
	text-align:center;
}
.order-list .media{
	text-align:left;
	border-bottom:1px solid #ebebeb;
	/* padding:15px; */
	margin:0;
}
.order-list .media-left{
	width:25%;
}
.order-list .media-left img{
	width:100%;
	max-width:100%;
	height:auto !important;
}
.order-list .order-item .media:last-child{
	border-bottom:0;
}
.order-list .media-right{
	text-align:left;
	white-space:nowrap;
}
.order-list .media-right p{
	white-space:nowrap;
}
.order-list .media-heading{
	font-size:14px;
	color:#000;
	line-height:1.5;
}
.order-list .more-goods{
	line-height:40px;
	
}
.order-list .checkbox , .order-list .radio {
	margin-top:0;
	padding-right:15px;
}
.order-list .checkbox label, .order-list .radio label{
	line-height:20px;
}

/**************************/
.swiper-container-horizontal>.swiper-pagination-bullets.mswiper-pagination .swiper-pagination-bullet {
    margin: 0 2px;
}
.mswiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background: #141414;
    opacity: .2;
}
.mswiper-pagination .swiper-pagination-bullet-active{
	background: #2f96a9;
	opacity: 1;
}

/*****************************/
.order-goods-item .media-left{
	width:25%;
}
.order-goods-item .media-left .media-object{
	width:100%;
}
.order-goods-item .media-heading{
	font-size:14px;
	color:#141414;
	margin-bottom:10px;
	font-weight:bold;
}
.order-goods-item  p{
	margin-bottom:8px;
}
.order-goods-item .media-right{
	white-space:nowrap;
	text-align:right;
} 
.order-goods-item{
	border-bottom: 1px dotted #eee;
}
.order-goods-list .order-goods-item:last-child{
	border:0;
}
.order-create-scroll{
	max-height:475px;
	overflow:hidden;
	position: relative;
}
.payment-list{
}
.payment-item{
	width:100%;
	font-weight:normal;
	border-bottom:1px solid #f2f2f2;
	padding:10px 0;
	text-align:right;
}
.payment-item:first-child{
	padding-top:0;
}
.payment-left i{
}
.payment-left{
	width:1%;
	white-space:nowrap;
	padding-right:15px;
	vertical-align: middle;
}
.payment-left input{
	margin:0 8px 0 0;
}
.payment-left,.payment-right{
	display:table-cell;
	text-align:left;
}
.payment-right{
	vertical-align: top;
}
.payment-right p{
	margin-bottom:8px;
}
.payment-notice{
	margin-top:15px;
	font-size:12px;
	color:#999;
}

/***************************/
.search-result{
	margin-top:25px;
}
.search-result .search-box{
	margin-top:0;
}
.panel-group .panel{
	border-radius:0; 
}
.filter-area .panel{
	border:0; 
	margin-bottom:20px;
}
.filter-item{
	display:inline-block;
	margin:0 15px 15px 0;
}
.filter-parent-item{
	display:block;
}
.filter-item i{
	font-size:12px;
	display:none;
}
.filter-item.active,.filter-item.active b{
	color:#2f96a9;
	font-weight:700;
}
.filter-item.active i{
	display:inline-block;
}
.filter-child{
	margin-bottom:15px;
}
.filter-child:last-child{
	margin-bottom:0;
}
.filter-area .panel-heading{
	padding: 0 15px;
	
}
.filter-area .panel-title{
	line-height:44px;
}
.filter-area .panel-title a i{
	line-height:44px;
	display:none;
}
.filter-area .panel-title a.collapsed .icon-unfold,.filter-area .panel-title a .icon-fold{
	display:inline-block;
}
.filter-area .panel-title a.collapsed .icon-fold,.filter-area .panel-title a .icon-unfold{
	display:none;
}


/*****************************/
.my-page{margin-top:25px;}
.box{background:#fff;}

.left-profile{
	padding:15px;
	/* margin-bottom:20px; */
	text-align:center;
}
.left-profile p{
	line-height:30px;
}
.left-profile .user-avatar img{
	width:100px;
	padding: 5px;
	background-color: #fff;
	border-radius: 100px;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.left-menu{padding:15px 0;}
.left-menu .list-group-item,.left-menu .list-group-item.active{
	border:0;
	border-radius:0;
	background:#fff;
	padding:2px 0;
}
.left-menu .list-group-item a{
	color:#141414;
	background-color:#fff;
	height: 50px;
    line-height: 50px;
	border-left: 3px solid transparent;
	display:block;
	padding-left:40px;
}
.left-menu .list-group-item a .cart-dot{
	position:relative;
	margin-left:5px;
}
.left-menu .list-group-item.primary-item a,.left-menu .list-group-item.primary-item a:hover{
	
}
.left-menu .list-group-item a i{
	margin-right:10px;
}
.left-menu .list-group-item a:hover,.left-menu .list-group-item.active a{
	color:#2f96a9;
	border-color:#2f96a9;
	background-color:#f9f9f9;
	-webkit-transition-property: background-color border-color;
	transition-property: background-color border-color;
    -webkit-transition-duration: 1s;
	transition-duration: 1s;
    -webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.left-menu .list-group-item.active a{
	font-size:15px;
}


.my-box{
	margin-bottom:25px;
	background-color: #fff;
}
.my-box-header{
	padding:0 15px;
	border-bottom: 4px solid #6B615C;
}
.my-box-header .filter-row{
	padding:10px 25px;
}
.my-box-header .pagination{
	margin:0;
}
.my-box-header .pagination>li>a, .my-box-header .pagination>li>span{
	font-size:14px;
	padding:0 10px;
	line-height:30px;
	border-radius:0;
}
.my-box-header .page-size{
}
.my-box-header .page-size .dropdown-menu{
	width:100%;
	min-width:0;
	border-radius:0;
}
.my-box-header .page-size .btn{
	background:#fff;
	border-radius:0;
	line-height:30px;
	padding:0;
	padding:0 10px;
	border: 1px solid #ddd;
}
.my-box-title,.my-box-header .more{
	line-height: 44px;
	margin:0;
}
.my-box-body{
	/* padding: 20px; */
    
}
.my-box-nav {}
.my-box-nav li{
	display:inline-block;
	margin-right:3px;
	font-size:0;
}
.my-box-nav a{
	display:inline-block;
	line-height: 55px;
	font-size: 15px;
    font-weight: 400;
    color: #000;
	padding: 0 15px;
	margin-bottom:-1px;
	border-bottom:1px solid transparent;
}
.my-box-nav a.active,.my-box-nav a:hover{
	font-weight: bold;
	color:#2f96a9;
	border-color:#2f96a9;
	-webkit-transition-property: border-color;
	transition-property: border-color;
    -webkit-transition-duration: 1s;
	transition-duration: 1s;
    -webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.my-box-nav{
	font-size:0;
}
.my-box-header-action a{
	display:inline-block;
	font-size:14px;
	margin-left:10px;
	line-height: 55px;
}
.my-box-footer {
    padding: 15px;
    border-top: 1px solid #f2f2f2;
}

/*****************/
.my-box-body .article-list .media-body{
	padding:0;
}
.my-box-body .article-list .article-summary{border:0;padding-top:0;word-wrap:break-word;word-break:break-all;
	white-space:pre-line}
.my-box-body .box-item{
	border-bottom:1px solid #f2f2f2;
	padding:25px;
	margin:0;
	
	
}
.my-box-body .article-list-sm .box-item{
	padding:10px;
	margin:0;
	
}
.search-result .my-box-body .box-item:hover{
	/* box-shadow: 0 0 10px rgba(0,0,0,15%);
	-webkit-transition-property: transform;
transition-property: transform;
    -webkit-transition-duration: .5s;
transition-duration: .5s;
    -webkit-transition-timing-function: ease;
transition-timing-function: ease; */
}

.my-box-body .article-list .media:hover{
}

.article-detail-header{
	padding-top:0;
	border-bottom:1px solid #f2f2f2;
}

/***********************/
.my-order-nav{
	text-align:center;
	margin:15px 0;
}
.my-order-nav i{
	font-size:40px;
}
.my-order-nav li{
	display:inline-block;
	padding:10px 15px;
	line-height:1.2;
	margin:0 5px;
}
.my-order-nav li.active{
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.my-order-nav li.active a,.my-order-nav li.active i{
	color:#2f96a9;
}
.my-order-nav li a{
}

.my-box-header .search-box{
	width:35%;
	margin:10px 0;;
}
.my-box-header .search-box-body{
	width:100%;
}
.my-box-header .search-box .search-box-input,.my-box-header .search-box .search-box-btn{
	height:32px;
	line-height:32px;
}

.my-box-body .recom-list{margin:0;}
.my-box-body .recom-list .recom-item.recom-item-border{
	border:1px solid #eee;
	/* padding:10px 10px 0 10px; */
	text-align:center;
}
.my-box-body .recom-list .recom-item .actions{
	border-top: 1px solid #eee;
	display:table;
	width:100%;
}
.my-box-body .recom-list .recom-item .actions .action{
	display:table-cell;
	line-height:36px;
	border-left:1px solid #eee;
}
.my-box-body .recom-list .recom-item .actions .action:hover{
	background-color:#eee;
	color:#666;
}

.my-box-body .recom-list .recom-body{
	padding:10px;
}

.my-box-body .recom-list .recom-item .actions .action:first-child{
	border:0;
}
.my-box-body .recom-list .recom-item div{line-height:1.5;font-size:14px;}
.my-box-body .recom-list .recom-item:hover{
	box-shadow:none;
	
}
.my-box-body .recom-list img{
    /* border: 1px solid #ebebeb; */
}
.my-box-body .recom-list .recom-item:hover div{
	color:#2f96a9;
} 


.my-box-body .detail-info{
	border:1px solid #eee;
	padding:0 15px;
}
.my-box-body .detail-info h5{
	padding:10px 15px;
	margin:0;
	line-height:1.5;
	font-weight:700;
	color:#000;
}
.my-box-body .detail-info .property-name,.my-box-body .detail-info .property-value{
    padding:10px 15px;
	border-top:1px solid #eee;
	min-width:0;
	
}
.my-box-body .detail-info .property-name{
	width:1%;
	white-space:nowrap;
}
.detail-info .mbtn-group-block{
	border-top:1px solid #eee;
}

.is-default{
	font-size:14px;
	line-height:30px;
	cursor:pointer;
	font-weight:400;
}
.is-default .icon-roundcheckfill,.is-default.default .icon-round{
	display:none;
}
.is-default .icon-round,.is-default.default .icon-roundcheckfill{
	display:inline-block;
}
.use-helper{
	position:relative;
}
.use-helper-main{
	position:absolute;
	right:0;
	height:400px;
	width:600px;
	background:#fff;
	z-index:1000;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	top:60px;
	border-top:4px solid #6B615C;
	display:none;
}
.use-helper-body h5{text-align:center;font-weight:600;font-size:16px;}
.use-helper-body p,.use-helper-body ol,.use-helper-body ol li{font-size:16px;line-height:1.8;}
.use-helper-body p{text-indent: 2em}
.use-helper-body{
	padding:15px 20px;
	line-height:1.5;
	font-size:16px;
}
.use-helper.active .use-helper-main{
	display:block;
}


.filter-item-more{
	color:#AC8423;
	text-align:center;
	cursor:pointer;
}

/*************************/
.friend-link{
	padding: 18px 0;
	text-align:center;
}
.friend-link a,.friend-link span{
	color:#cfcfcf;
	margin-right:8px;
	line-height:2;
}
.friend-link span{
	color:#9f9f9f;
}
.friend-link a:hover{
	color:#2f96a9;
}

/***************/
.out-search{
	    border: 0;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    background-color: #B39563;
    color: #fff;
    min-width: 110px;
    padding: 0;
    border-radius: 0;
    outline: none;
	padding:0 15px;
}
.out-search-more{
	position:absolute;
	top:-45px;
	line-height:45px;
	right:0;
	padding:0 15px;
	color:#6B615C;
}

.out-search .dkbb{
	margin-top:-75px;
}
.out-search .kfzjs{
	margin-top:-136px;
}
/*********************************/

.source-explain{
	margin:0 10px;
	cursor:pointer;
	background:none;
}
.source-explain,.source-explain i{
	color: #AC8423 !important;
	font-size:75%;;
	font-weight:600;
}
.source-explain-content{
	color: #666666;
    font-size: 16px;
    line-height: 38px;
	max-height:500px;
	overflow:scroll
}
.source-explain-content .source-explain-title{
	font-weight:600;
	margin-bottom:0;
	font-size: 16px;
	border-top:1px solid #eee;
	padding-top:15px;
	margin-top:15px;
}
.source-explain-content .source-explain-title:first-child{
	border:0;
	margin-top:0;
}
.popover.source-popover{
	max-width:700px; 
	/* border-color: #6B615C; */
}
.popover.source-popover .popover-title{
	font-weight:600;
	font-size: 16px;
	padding: 15px 14px;
/* 	    background-color: #6B615C;
	    color: #fff;
	border-color: #6B615C; */
}

.source-detail-modal .modal-dialog{
	position: fixed;
    width: 70%;
	max-width: 1400px;
    height: 100%;
    overflow: hidden;
	margin:0;
	right:0;
	top:0;
}
.source-detail-modal .modal-content{
	height: 100%;
    overflow: hidden;
	background: #faf8f6 url(/assets/web/guji/img/source-bg.jpg) no-repeat;
}
.carousel-notice img{
	max-width:100%;
}
.article-title1{
	font-weight:bold;
	text-align:center;
	margin-bottom: 1em;
}
.article-content1,.article-content1  *{
	line-height:1.5;
	font-size:16px;
}
.article-content1 ol {
  list-style: decimal outside none;
	padding-left: 1.5em;
}
.article-content1 ul {
  list-style: disc outside none;
	padding-left: 1.5em;
}
.article-content1 ol > li,.article-content1 ul > li{
} 

.article-content1 p{
    line-height:1.5;
	text-indent: 2em;
	margin-bottom:12px;
}
/**************************/
.filter-narea{
	display:flex;
	flex-direction: column;
	gap:12px;
}
.filter-area-content{
	display:flex;
    background: #fff;
    padding: 15px;
	gap:10px;
	margin:0;
}
.filter-items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:10px;
	position:relative;
	border:0 !important;
	background:#fff;
	flex:1;
	transition: all 0.8s;
	height:44px;
	overflow:hidden;
}

.filter-items.expand{
	height: auto;
}
.filter-items .more-collapse{
	display:none;
}
.filter-items .more-expand{
	display:unset;
}
.filter-items.expand .more-collapse{
	display:unset;
}
.filter-items.expand .more-expand{
	display:none;
}
.filter-items .filter-item-more {
	position:absolute;
	right:0;
    bottom: 0;
    background: #fff;
    padding-left: 12px;
	margin:0;
}
.filter-items.expand .filter-item-more{
	position:static;
	padding-left: 0;
}

.filter-items:before{
	content:' ';
	height:14px;
	width:2px;
	background:#6B615C
}

.filter-items .filter-item{
	margin:0;
	white-space: nowrap;
}

.box-item{
	transition: all 0.8s;
}
.box-item:hover{
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
}
