/*商城*/
@charset "utf-8";
/*首页*/
.big_title{font-size: 24px; color: #FF500B;}
.sub_title{font-size: 24px; color: #666; line-height: 140%; text-transform:uppercase;}
.index_txt{font-size: 14px; color: #000; line-height: 230%;}
.img_border{border:1px solid #eee!important;}
.img_border:hover{border:1px solid #FF500B!important;}
.rem-13{font-size:1.3rem;}
/*备案图标*/
.beian{display: inline-block;width: 103px;height: 32px;margin: 0px 3px;}
ul.nav-list li a{padding-left: 20px; padding-right: 10px; overflow: hidden;}
ul.nav-list li a:before{left: 10px;}
.pages a, .pages span{margin:0 5px;}
.form-control-sm{padding: 1rem .5rem;}
.btn{font-size: 14px;}
.btn-sm{font-size: 12px;}
/* 移动端 */
@media (max-width: 767px) {
	.thumb-info img{min-height: 170px;}
	.height-320{height: 320px!important;}
}
.owl-carousel .small{max-height: none;}
/*通用*/
.head-fixed{position:fixed; top: 0; left: 0; right: 0; z-index: 9999;}
.bottom-fixed{position:fixed; bottom: 0; left: 0; right: 0; z-index: 9999;}
.left-top-absolute{position: absolute; top: 10px; left: 10px; z-index: 9999;}
.right-top-absolute{position: absolute; top: 10px; right: 10px; z-index: 9999;}
.small-circle{width: 2.2rem; height: 2.2rem; line-height: 2.2rem;}
.line-height-300{line-height: 300%;}
.w-15{width: 15%;}.w-20{width: 20%;}.w-25{width: 25%;}.w-50{width: 50%;}
.py-75{padding-top: .75rem; padding-bottom: .75rem;}
.line-height-230{line-height: 230%;}
/*会员中心*/
.fa-badge{right: -7px; top: -5px; font-size: 12px;}
.line-height-20{line-height: 20px;}
/*结算页面*/
.max-width-300{max-width: 300px;}
.checkout_li{float:left; position:relative; width:120px; border:1px solid #ccc; padding-top:.2rem; padding-bottom:.2rem; cursor: pointer;}
/*购物车滚动条*/
.scrollbar{transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;}
.scrollbar .scroll{padding-left: .25rem; padding-right: .25rem;overflow-y: auto;max-height: 270px;}
.scroll::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);-o-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 5px;background-color: #F5F5F5;}
.scroll::-webkit-scrollbar{width:8px;height:0;}
.scroll::-webkit-scrollbar-thumb{border-radius: 5px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);-o-box-shadow: inset 0 0 6px rgba(0,0,0,.3);box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #393939;}
