.goods-nav-box{text-align: justify;max-width: 120rem;margin:6rem auto 5.5rem;white-space: nowrap;overflow-x: auto;text-align: center;padding-bottom: 1rem;}


.goods-nav-box::-webkit-scrollbar {width: 1rem;height: .3rem;}
/*滚动条里面小方块*/
.goods-nav-box::-webkit-scrollbar-thumb {border-radius: 4px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: #333;}
/*滚动条里面轨道*/
.goods-nav-box::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 4px;background: #ddd;}


.goods-nav{display: inline-block;font-size: 2rem;padding:0 .8rem 1.8rem;cursor: pointer;}
.goods-nav a{color: #9e9c9c;}
.goods-nav+.goods-nav{margin-left:7rem;}
.goods-nav-active ,.goods-nav:hover{font-weight: bold;border-bottom: .1rem solid #3f3a39;}
.goods-nav:hover a,.goods-nav-active a{color: #3f3a39;}
.goods-list-main-box{max-width: 120rem;margin: 0 auto 8rem;}
.goods-list-box{position: relative;cursor: pointer;display: block;width: 25%;/*height: 30rem;*/}
.goods-list-box img{height: 100%;width: 100%;}
.goods-list-bottom-text-box{position: absolute; background-color: rgba(0,0,0,.8);width:100%;left:0;bottom: 0;color: #fff;padding:1.4rem 2.4rem;font-size: 1.6rem;}
.goods-list-img{display: block;}
.goods-code-number{padding-right: 2rem;}
.goods-code-number,.goods-code-model{font-size: 1.4rem;}
.goods-code-box{margin-top:1rem;}
.goods-tip-msg-main-box{position: absolute;width:110%;left:50%;top:0;transform: translate(-50%,-100%);z-index: 1;padding-bottom: 1rem;transition: all .3s linear;opacity: 0;}
.goods-tip-msg-box{background-color: #fff;color:#635f5e;padding:2rem 6%;line-height: 2.6rem;}
.goods-list-box:hover .goods-tip-msg-main-box{opacity: 1;}
.goods-tip-msg-box::before{content: '';border: 1rem solid #fff;border-color: #fff transparent transparent transparent;width: 0;height: 0;display: block;position: absolute;left: 50%;bottom: -1rem;transform: translate(-50%,0);}
.goods-tip-msg{font-size: 1.4rem;}

/* 产品详情 */
.goods-detail-box{max-width: 120rem;margin:9.5rem auto 10.5rem;}
.goods-title{text-align: center;font-weight: bold;text-align: center;font-size: 2.2rem;colr:#3f3a39;margin-bottom: 3.5rem;}