@charset "utf-8";
/* CSS Document */
/*导航*/
#nav{margin-top:0;height: 100%;}
#nav .area{height: 100%;}
#meauBack a{position: absolute;right:10px;top:0;font-size:14px ;height:36px;line-height:36px;color:#fff;width:auto;}

#nav .long-title{background:#f64000;color:#fff ;display: block;width:100%;text-align: center;position: fixed;top: 0;z-index: 1110;height: 36px;}
#nav .long-title .all-goods { display: block; width:100%;height: 36px; padding: 0; text-align: center; font-size: 14px; font-weight: 600; line-height: 36px;}
#nav .long-title .all-goods em{ font: 12px/36px "Microsoft YaHei"; }

#nav .category-content{ position:relative; width:100%;overflow: auto;margin-top: 36px;padding-bottom: 100px;}

.category-content .category-list{ position: fixed;left: 0;top: 36px !important; width:79px;height:100% !important;border: 1px solid #dadad9; border-top: none; background: #e8e8e8; box-shadow:2px 2px 2px #dedede;}
.category-content .category-list li { text-align: center;}
.category-content .category-list li.first{ margin-top: 0; }
.category-content .category-list li.last .c-category-list{ border-bottom: none; }
.category-content .category-list li a { display:block;font-size: 14px;width: 100%;text-align: center;padding: 10px;font-weight: 400; color: #787878;border-left: 2px solid #e8e8e8;}
.category-content .category-list li a.am-active{ background: #ffffff; border-color: #f64000;color: #434343;}

.category-content .category-list-content{ margin-left: 86px;background: #ffffff;}
.category-content .category-list-content .category-name{ padding: 10px; }
.category-content .category-list-content .category-name p{ font-size: 14px; }
.category-content .category-list-content .product {width: 100%;padding: 10px 0 0;}
.category-content .category-list-content .product li{width: 100%;padding:0 6px;margin-bottom: 10px;}
.category-content .category-list-content .product li .am-gallery-item{border-radius: 0;}
.category-content .category-list-content .product li a{display: flex; align-items: center;}
.category-content .category-list-content .product li a img{width: 100px;height: 100px;}
.category-content .category-list-content .product li a .product-name{height: 100px;position: relative;width: calc(100% - 110px);margin-left: 10px;}
.category-content .category-list-content .product li a .product-name h3{line-height: 1.2;white-space:initial;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-moz-line-clamp: 2;-webkit-box-orient: vertical;color: #555;font-size: 14px;}
.category-content .category-list-content .product li a .product-name p.price{width: 100%;position: absolute;bottom: 0;left: 0;line-height: 1;color: #f64000;font-size: 14px;}
.category-content .category-list-content .product li a .product-name p.price .line-through{color: #9e9e9e;text-decoration: line-through;margin-right: 2px;}
.category-content .category-list-content .product li a .product-name p.price small{font-size: 12px;color: #f64000;}
.category-content .category-list-content .product li a .product-name p.price i{position:absolute;right: 0;color: #fff;background: #f64000;width: 20px;height: 20px;line-height: 20px;text-align: center;border-radius: 50%;bottom: 0;}
.category-content .category-list-content .product li a .product-name p{color: #666;font-size: 12px;}
.category-content .category-list-content .product li a .product-name p.attr{margin-top: 10px;}
