@import url('style.css');

/* body{
    
    background-color:aliceblue;
} */

.navigation-menu{
    line-height: 40px;
    font-size: 15px;
    background-color:aliceblue;
}
.navigation-menu,a{
    color: #666;
}

.brand-class{   
    padding: 10px 20px 2px 20px;
    background-color:#fff;
    min-height: 120px;
    border-radius: var(--border-radius);
    /* border: 1px solid #f5f5f5;
    box-shadow: 0 0 8px #f5f5f5; */
    margin-top:10px ;
}
.brand-class dl{
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 8px;
    line-height: 40px;
}
.brand-class dl dt{
    width: 90px;
    color: #000;
    
}
.brand-class-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.brand-class-type ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.more{
    font-size: 14px;
    width: 100px;
    text-align: right;
}

.product-class-type {
    width: 100%;
    display: flex;
}
    .product-class-type ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
/*        justify-content: space-between;*/
    }
    .product-class-type ul li{
        margin-left:40px;
        font-size:15px;
    }

/* search */
.search{
    margin-top: 0px;
    width: 400px;
    display: flex;
    justify-content: space-between;
}
.search input{
  width: 330px;
  height: 36px;
}
.search button{
   height: 36px;
}

main{
    margin: 20px 0;

}
.brand-content{
    padding: 0px;
    
}
.brand-content li{
    border-radius: var(--border-radius);
    background-color:#ffffff;
    min-height: 160px;
    padding:14px 15px 10px 15px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    /* box-shadow: 0 0 8px #005ae141; */
}
/* .brand-content :hover{
    background-color:#f5f5f5;

} */
.brand-logo{
    width: 200px;
    height: 140px;
    line-height: 140px;
    background-color:#fff;
    border-radius: var(--border-radius);
    margin-right: 20px;
    border: 1px solid #ccc;
}
.brand-logo img{
    width: 198px;
    max-height: 140px;
    border-radius: var(--border-radius);
}

.brand-text{
    font-size: 14px;
    width: 100%;

}
.brand-text ul{
    display: flex;
    justify-content: space-between;
    line-height: 36px;
}
.brand-text ul h3{
    color:#333;
}
.brand-text ul dd{
    color:var(--primary-font-color);
}
.brand-text p span{
    color: var(--primary-font-color);
}
.brand-text dl{
   
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #555;
}

@media(max-width:999px){
    .brand-logo{
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-right: 10px;
    }
    .brand-logo img{
        width: 98px;
        max-height: 100px;
        border-radius: var(--border-radius);
    }
    .brand-content li{
        min-height: 60px;
        padding:12px;
        margin-bottom:15px;
        box-shadow: 0 0 8px #f2f2f2;
    }
    .brand-text ul dd{
       display: none;
    }
    .brand-text dl{
        font-size:14px;
        line-height: 22px;
        height: 46px;
        color: #555;
        margin: 0px;
    }
    
}

.news-images{
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color:#397eedcb;
    border-radius: var(--border-radius);
    margin-right: 12px;
    border: 0px solid var(--primary-font-color);
    
}
.news-images p{
    margin-top: 5px;
    width: 60px;
    font-size: 28px;
    color: #fff;
}
.news-images img{
    width: 80px;
    height: 80px;
    border-radius: var(--border-radius);
}

.brand-content-right{
    border-radius: var(--border-radius);
    min-height: 300px;
    padding: 5px 10px 20px 10px;
    margin-bottom: 20px;
    background: url(../images/menu-bg.jpg) no-repeat #fff;
    border: 1px solid #005ae125;
    box-shadow: 0 0 8px #005ae141;

    
}
.right-ad{
    margin-bottom: 20px;
}
.right-ad img{
    width: 100%;
    height: 320px;
    border-radius: var(--border-radius);
    /* box-shadow: 0 0 8px #005ae141; */
}
.right-title{
    
    display: flex;
    justify-content:space-between;
    padding: 0 10px;
    width: 100%;
    line-height: 36px;
    border-bottom: #e2e2e2c5 1px solid;
    margin-bottom: 6px;
    
}
.right-title span{
    color:#3b5999;
    font-weight: 600;
}
.right-title p{
    font-size: 14px;
}
.right-news li {
    width:100%;
    margin: 0 10px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;  
    
}
.right-news li .sign {
    width: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-right: 3px;
    margin: 2px 8px 0 0;
    background-image: url(../images/sign-4.png);
    background-size: 20px 16px;
}
.right-news li .sign.sign-1 {
    background-image: url(../images/sign-1.png);
}
.right-news li .sign.sign-2 {
    background-image: url(../images/sign-2.png);
}
.right-news li .sign.sign-3 {
    background-image: url(../images/sign-3.png);
}
.right-news li a{
    width:96%;
    white-space:nowrap;/* 不换行 */  
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;    
}
.right-news a img{
    width: 92%;
    margin: 0 20px 0 10px;
    border-radius: var(--border-radius);

}
.right-product{
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.right-product li{
    width: 46%;
    height: 160px;
   /* background-color: #f5f5f5; */
    border-radius: var(--border-radius);
    margin-top: 15px;
}
.right-product li:hover{
    /* border: 1px solid var(--primary-font-color); */
    background-color:#005BE1;
    color: #fff;
}
.right-product li a:hover{
    color: #fff;
}

.right-product li p{
    height: 100px;
    width: 100%;
    background-color: #fff;
    border-radius: var(--border-radius);
    
}
.right-product img{
    width: 100%;
    height: 100px;
    border-radius: var(--border-radius);
    border: 1px solid #f5f5f5;  
}
.right-product a :hover{
    border: 1px solid var(--primary-font-color);
}
.right-product li span{
    padding: 10px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    /* word-break:keep-all;不换行 */ 
    /* white-space:nowrap;不换行 */  
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* about */
.col-left{
    width: 22%;
}
.col-right{
    width: 78%;
}
.col-right .about-content{
    background-color: #fff;
    /* padding: 0 20px; */
    border-radius: var(--border-radius);
    line-height: 36px;
    font-size: 16px;
    /* min-height: 1040px; */
}

/* product */
.product-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     justify-content:space-between; 
    align-content:flex-start;
    margin-right:-20px !important;
}
.product-block{
    max-width: 238px;
    background-color: #fff;
    border-radius: var(--border-radius);
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #fff;
}
.product-block dd{
    width:236px;
    height:236px;
    background-color:#fff;
    border-radius:var(--border-radius) var(--border-radius)0 0 
}
.product-block img{
    width: 236px;
    max-height: 236px;
    border-radius:var(--border-radius) var(--border-radius)0 0  ;
}
    .block-list {
        margin: 15px;
        
    }
.product-info-tj{
    margin: 0;
}
.product-info-tj ul span{
    font-size: 16px;
    font-weight: 500;
}
.cat-text h6 a {
    font-size: 15px;
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cat-text dd{
    width: 100%;
    line-height: 30px;
    white-space:nowrap;
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;
}
.cat-text button{
    color:#ffffffea !important;
    background: linear-gradient( to left top,#A884FD,#005BE1 ); 
}
.cat-text button:hover{
    color:#ffffff !important;
    background: linear-gradient( to right top,#6848b4,#534cdb ); 
}
.cat-text p{
    font-size: 14px;
    font-weight: 500;
    color:#777;
}
.product-block:hover{
    border: 1px solid #005ae170;
    background: #f5f5f52d;
    /* background: linear-gradient( to top,#ffffff,#f5f5f5c4 );  */
}
.pagelist{
   text-align:center; margin-top:10px;
   font-size:14px;
   
}
    .pagelist a {
        background-color: #cfcfcfb0;
        min-width: 30px;
        padding: 6px;
        border-radius: 4px;
    }
    .pagelist span a {
        background-color:#cfcfcfb0;
        border-radius: 4px;
    }
    .pagelist a:hover{
        background-color:var(--primary-font-color);
        color:#fff;
    }
    .pagelist b {
        width:30px !important;
        background-color:var(--primary-font-color);
        color: #fff;
        padding: 6px;
        border-radius: 4px;
    }
    .pagelist input{
        height: 30px !important;
        margin-top: 2px;
    }
    .pagelist button{
        background-color:var(--primary-font-color);
        color: #fff;
        padding: 6px;
        border-radius: 4px;
    }
/* product info */
.goods-info{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.goods-info .goods-img{
    width:44%;
    height: 430px;
    margin-right: 30px;
    border: 1px solid #cececed7;
    border-radius: var(--border-radius);
}
.goods-info .goods-img img{
    width:100%;
    max-height: 430px;
    border-radius:var(--border-radius) ;
}
.goods-info .goods-cs{
    margin: 0px;
    width: 56%;
}
.goods-info .goods-cs ul{
    margin: 20px 0;
    padding: 10px 0;
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: var(--border-radius);
}
.goods-info .goods-cs dl{
    padding: 10px;
    border-radius: var(--border-radius);
    border: 1px dashed #cccccc65;
    background-color: #c5f5f710;
    color: #333;
    line-height: 26px;

}
.goods-info .goods-cs ul li{
    width: 49%;
    padding-left: 10px;
    font-size: 14px;
    
}
.goods-info .goods-cs ul li span{
    width: 66px;
    color: #666;
    line-height: 36px;
}
.goods-info .goods-cs ul li b{
    color: #111111;
    font-weight: 500;
    
}
.goods-info .goods-cs ul li b.goods-price{
    color: coral;
    font-size: 20px;
    font-weight: 600;

}

.goods-info .goods-cs button{
    width: 32.5%;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}
.btn-warning{
    background-color: rgb(255, 138, 4);
}
.product-content-info{
    margin: 20px;
    min-height: 600px;
}
.product-content-info td{
    padding: 10px;
    font-size: 16px;
}

@media(max-width:999px){
    .col-3,.navigation-menu,.copyright-text b{
        display: none;
    }
    .col-9{
        width: auto;
    }
    .goods-info{
        display:block  ;
    }
    .goods-img {
        width: 100% !important;
        height:auto !important;
        margin-right:0px !important;
        border:none;
        border-radius: var(--border-radius);
    }
    .goods-cs{
        width: 100% !important;
        margin-top: 20px !important;
    }
    .goods-cs button {
        width: 32% !important;
        font-size: 14px !important;
    }
    .product-content-info {
        margin: 0px;
        min-height: auto;
        font-size: 15px;
    } 
}
/* news */
.news-info{
    
    line-height: 36px;
    
    padding-left: 10px;
    
}
.news-info-title{
    margin: 0 0 20px 0;
    text-align: center;
}
.news-info-title h2{
    padding-bottom:  20px;
    color: #333;
}
.news-info-title p{
    font-size: 14px;
    background-color: #f6f6f6;
    border-radius: var(--border-radius);
    line-height: 32px;
}
.news-info-list{
    width: 100%;
    margin-top:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}
.news-info-list li{
    width: 33%;
    padding: 0 15px;
    font-size: 14px;
    background: url(../images/left_li.gif) 5px 15px no-repeat #f5f5f598;
    margin-bottom: 1px;
    border-radius: var(--border-radius);
}
.news-info-list li a {
    margin-top: 2px;
    line-height: 32px;
    width: 100%;
    white-space:nowrap;
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */   
    text-overflow:ellipsis;
}
.news-info-list li:hover{
    background-color: #005ae109;
}
.noborder{
    border:none !important;
}

/* 品牌展示 */

/* 手机端导航分类 */
.menu-wap{
    display: flex;justify-content: left;
    background-color: #005ae185;
}
.menu-wap-title{
    width: 85%;
}
.menu-wap-icon{
    width:15%;
    padding-left:15px !important;
}

.toggler-icon{
    font-size: 14px !important;
}
.toggler-icon i{
    font-size: 14px; margin-right: 3px;
}
.sp-link-title b{
    font-size: 16px;
}
.menu-wap-contact{
    margin: 15px; padding: 20px; font-size: 15px;background-color: #397EED;color: aliceblue;border-radius: var(--border-radius);
    background-image: url('../images/brand_title_bg.jpg');
}
.menu-wap-contact span{
    color: #fff;
}
@media(max-width:800px) {
    .single-product-wrap .product-image {
        min-height: 168px;
        line-height: 168px;
    }
    .single-product-wrap .product-content {
        padding: 10px;
        margin: 0px !important;
    }
    .product-title{
        font-size: 14px;
    }
    .img-fluid {
        max-width: 100%;
        max-height: 168px;
    }
}
.product-wap{
    padding: 12px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-cat-block{
    position: relative;
    width:calc(50% - 6px);
    background-color: #fff;
    border-radius: var(--border-radius);
    margin-bottom: 12px;
    /* box-shadow: 0 0 8px #f2f2f2; */
}
.cat-text-wap{
    padding: 0 10px 10px 10px ;
    background-image:linear-gradient(#fff,#fff,#f2f2f2);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.cat-text-wap dt{
    font-weight: 500;
    padding: 0px;
    height: 42px;

}
.cat-text-wap span{
    color: #666666c0;
}
.product-cat-block dl{
    width: 100%;
    height: 178px;
    margin-bottom: 0px;
    text-align: center;
}

.product-cat-block dl img{
    border-radius: var(--border-radius);
    max-width: 100%;
    max-height: 168px;
    
}

.main-content{
    padding: 12px;
    background-color:aliceblue;
    min-height:660px;
}

.main-search{
    display: none;
    padding: 12px;
    background-image:linear-gradient(aliceblue,#fff);
    border-bottom: 1px solid #cccccc44;
    /* display: flex !important;
     justify-content: center; */

}
.btn-group{
    width: 100%;
}
.btn-pad {
    padding: 6px !important;
}
.goods-info h3{
    text-align: center;margin-bottom: 15px;
}
@media(max-width:1199px){
    .navigation-menu,a{
        color: #444;
    }
    .main-search{
        display: block;
    }
    .input-group input {
        font-size: 14px;
        height: 38px;
        border: 2px #397EED solid;
    }
    .input-group .btn {
        position: relative;
        z-index: 1;
    }
    .btn-outline-primary{
        color: #397EED;
        font-size: 15px;
        /* border: 1px solid #397EED; */
        background-color: #ffffffbe;
    }
    .btn-primary{
        font-size: 15px;
    }
} 

.porduct-menu{
    background-color: #397eed;
    border-radius: var(--border-radius) !important;
}

.brand-title{
    min-height: 120px;
    background-color: #397EED;
    color: #fff;
    text-align: center;
    font-size: 19px;
    background-image: url('../images/brand_title_bg.jpg');
    background-size: cover;
    background-position:center;
    /* background-image:linear-gradient(to left bottom,#397EED ,#0591968e); */
}
.brand-title h5{
    font-size: 1.3rem;
    color: #fff;
    padding-top: 20px;
}
.brand-title span{
    padding-top: 10px;
}
.brand-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    background-color: #fff;
    padding: 10px 0;
    max-height: 220px;
    overflow-y: auto;
    
}
.brand-menu a{
    margin: 6px;
    padding: 5px;
    background-color: #005ae113;
    border-radius: var(--border-radius);
    font-size: 14px;
}

.noback{background: none}
/* footer底部信息 
.extra-bg,.copyright,.footer-bottom-wrap{
    background-color:#fff;
}
.ft-wx img{
    border: #cdcdcd94 5px solid;
}*/

.product-content-info table {
    max-width: 98% !important;
}

.product-content-info img {
    max-width: 98% !important;
}
.cart-userhome {
    position:absolute;
    top: 0;
    bottom: 0;
    right: -450px;
    width: 450px;
    max-width: 100%;
    background-color: var(--body-bgcolor);
    z-index: 3;
    transform: translateX(100%);
 
    overflow: hidden;
    box-shadow: var(--box-shadow-outer);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
