#main .nav-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:110px;line-height:110px}#main .nav-box .nav-item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;font-size:32px;color:rgba(0,0,0,.5);background:#f9f9f9;text-align:center}#main .nav-box .nav-item.active{background:#fff;color:#e4322c}#main .product-list-box{margin-top:32px;padding:0 24px;min-height:1000px}#main .product-list-box .product-sub-nav-box{margin:0 24px 32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#main .product-list-box .product-sub-nav-box .product-sub-nav-item{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#f9f9f9;color:rgba(0,0,0,.5);font-size:28px;text-align:center;height:72px;line-height:72px}#main .product-list-box .product-sub-nav-box .product-sub-nav-item.active{background:#e4322c;color:#fff}#main .product-list-box .product-sub-nav-box .product-sub-nav-item:first-child{border-radius:10rem 0 0 10rem}#main .product-list-box .product-sub-nav-box .product-sub-nav-item:last-child{border-radius:0 10rem 10rem 0}#main .product-list-box .product-item{display:block;position:relative;width:100%;height:320px;margin-top:24px;overflow:hidden;border-radius:10px;-webkit-box-shadow:0 2px 4px 1px rgba(0,0,0,.12);box-shadow:0 2px 4px 1px rgba(0,0,0,.12)}#main .product-list-box .product-item:first-child{margin-top:0}#main .product-list-box .product-item .product-name{z-index:2;display:inline-block;position:absolute;left:16px;top:16px;background:rgba(255,255,255,.8);color:rgba(0,0,0,.9);font-size:28px;border-radius:10px;height:72px;line-height:72px;padding:0 20px;max-width:calc(100% - 72px);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}#main .product-list-box .product-item .product-img{z-index:1;display:block;position:absolute;width:100%;height:auto;-webkit-box-shadow:0 2px 6px 1px rgba(20,133,238,.16);box-shadow:0 2px 6px 1px rgba(20,133,238,.16);border-radius:10px;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#main .product-list-box .product-item-no-more{padding:48px 0;width:100%;text-align:center;font-size:28px;color:rgba(0,0,0,.5)}