@charset "utf-8";
/* CSS Document */
body{ background:#f3f5f7;}
.brand-floor-con{ margin:60px auto 10px;}
.brand-floor{ padding:0 6px; box-sizing:border-box;}
.brand-floor a.brand-floor-title{display:block; text-align:center;font-size:16px; margin-top:30px; color:#222;}
.brand-floor ul{ font-size:0; width:100%;}
.brand-floor li{ display:inline-block; width:33.33%;}
.brand-floor li .brand-con{ display:block;}
.brand-floor li .brand-con .brand-img{ display:block; margin:0.5rem auto 0; width:4.5rem; height:1.8rem;}
.brand-floor li .brand-con .brand-img img{display:block;width:100%; max-height:1.8rem;}
.brand-floor li .brand-con .brand-name{ line-height:20px; text-align:center; font-size:12px; color:#666;}
.sort-menu{ position:fixed; left:0px; top:0px; right:0px; height:45px; background:#fff;width: 100%;overflow: hidden; }
.sort-menu ul  li { float: left; height: 45px; line-height: 45px; list-style: none; padding: 0 8px; position:relative; }
.sort-menu ul  li.active:after{ content:'';left: 0;bottom:0px; right:0;height: 2px;position: absolute; background-color: #f23030;}
.sort-menu ul  li a { display:block;text-decoration: none; color: #636363; font-size:14px; font-weight: normal;}
.sort-menu ul  li.active a { color: #f23030;}
.sort-menu  .category-arrow{ position: absolute; top: 0; right: 0; height: 44px; width: 38px; z-index: 999; display: inline-block; background-color: #fff; box-shadow: -8px 0 10px -8px #bbb; cursor: pointer;}
.sort-menu  .category-arrow .arrow-down{ display: inline-block; top: 16px; right: 14px; position: absolute; content: ''; width: 10px; height: 10px; border: 1px solid #fa4862; border-width: 0 1px 1px 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transition: .01s;}	
.sort-menu .category-arrow .arrow-up{ display: inline-block; top: 18px; right: 14px; position: absolute; content: ''; width: 10px; height: 10px; border: 1px solid #fa4862; border-width: 1px 0 0 1px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transition: .01s;}