@charset "UTF-8";

.goods-page .goods-box{
    width:100%;
    border:1px solid var(--border-color);
}
.goods-page .goods-box:not(:last-child){
    margin-bottom: 20px;
}
.goods-page .goods-box .pic{
    width:400px;
    overflow: hidden;
    display:inline-block;
}
.goods-page .goods-box .pic img{
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
}
.goods-page .goods-box .goods-info{
    padding:50px;
    background-color:#f1f1f1;
}
.goods-page .goods-box .info-right{
    width:200px;
}
.goods-page .goods-box .bland{
    font-size:20px;
    font-weight: bold;
    color:#333;
    line-height: 30px;
    height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.goods-page .goods-box .title{
    display: block;
    font-size:36px;
    font-weight: bold;
    color:var(--theme-color);
    line-height: 50px;
    height:50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-top:10px;
}
.goods-page .goods-box .power{
    font-size:22px;
    line-height: 30px;
    color:#333;
    height:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    margin:10px 0;
}
.goods-page .goods-box .features{
    position: relative;
    padding:20px 0;
}

.goods-page .goods-box .features:before{
    content: '';
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:100%;
    border-top:1px solid var(--theme-color);
    border-bottom:1px solid var(--theme-color);
    z-index:1;
}
.goods-page .goods-box .features:after{
    content: '';
    position:absolute;
    right:0;
    top:-3px;
    height:3px;
    width:50px;
    background-color:var(--theme-color);
    z-index:2;
}

.goods-page .goods-box .features-item{
    position:relative;
    font-size:16px;
    color:#333;
    line-height: 30px;
    padding-left:20px;
}
.goods-page .goods-box .features-item:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    height:30px;
    line-height: 30px;
    width:20px;
    background-image: url("../images/point.png");
    background-position: left;
    background-repeat: no-repeat;
    z-index:1;
}
.goods-page .goods-box .info-left{
    width:0;
}
.goods-page .goods-box .info-right{
    margin-left:30px;
    width:190px;
}
.goods-page .goods-box .tel .lb{
    font-size:18px;
    color:#666;
    line-height: 30px;
}
.goods-page .goods-box .tel .vl{
    font-size:30px;
    font-weight: bold;
    color:var(--theme-color);
    line-height: 50px;
}
.goods-page .goods-box  .manual-url{
    display:inline-block;
    border:1px solid var(--theme-color);
    font-size:14px;
    color:var(--theme-color);
    width:150px;
    text-align: center;
    padding:20px 0;
}
.goods-page .goods-box  .manual-url img{
    margin-right:10px;
    width:20px;
    height:20px;
}

.goods-page .goods-box  .more-btn{
    display:inline-block;
    width:150px;
    text-align: center;
    padding:20px 0;
    background-color:#fff;
    color:var(--theme-color);
}
.goods-bottom .btm-box{
    background-color:var(--theme-color);
    padding:30px;
    width:0;
    margin-bottom:50px;
}
.goods-bottom .btm-box .btm-tt{
    font-size:28px;
    font-weight: bold;
    line-height: 40px;
    color:#fff;
}
.goods-bottom .btm-c{
    font-size:16px;
    color:#fff;
    line-height: 30px;
    margin-top:10px;
    height:60px;
}
.go-btn{
    display:block;
    font-size:16px;
    color:#fff;
    border:1px solid #fff;
    height:40px;
    line-height: 40px;
    width:150px;
    text-align: center;
    margin:30px auto 0;
}
.goods-detail-page .container img{
    width:100%;
}

.more-goods{
    margin-bottom:30px;
}
.more-goods .container{
    background-color:#f1f1f1;
    padding:50px;
}
.more-goods .tt{
    color:var(--theme-color);
    font-size:22px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom:20px;
}
.more-goods-box{
    background-color:#fff;
}
.more-goods-box .img{
    width:100%;
}
.more-goods-box .bland{
    font-size:20px;
    font-weight: bold;
    color:#333;
    line-height: 30px;
    height:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    padding:0 20px;
    margin-top:10px;

}
.more-goods-box .title{
    display: block;
    font-size:32px;
    font-weight: bold;
    color:var(--theme-color);
    line-height: 50px;
    height:50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    padding:0 20px;
}

.more-goods-box .power{
    font-size:22px;
    line-height: 30px;
    color:#333;
    height:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    padding:0 20px;
    margin-bottom:10px;
}
.more-goods-box .features{
    position: relative;
    padding:20px 20px 0;
    height:320px;
    overflow: hidden;
}

.more-goods-box .features:before{
    content: '';
    position:absolute;
    left:0;
    right:0;
    top:0;
    height:100%;
    border-top:1px solid var(--theme-color);
    z-index:1;
}
.more-goods-box .features:after{
    content: '';
    position:absolute;
    right:0;
    top:-3px;
    height:3px;
    width:50px;
    background-color:var(--theme-color);
    z-index:2;
}

.more-goods-box .features-item{
    position:relative;
    font-size:16px;
    color:#333;
    line-height: 30px;
    padding-left:20px;
}
.more-goods-box .features-item:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    height:30px;
    line-height: 30px;
    width:20px;
    background-image: url("../images/point.png");
    background-position: left;
    background-repeat: no-repeat;
    z-index:1;
}