.productIn{
    padding:40px calc(10% - 160px);
}
.productcontentleft{
    margin-right: 10px;
    border: solid 1px gray;
    padding-bottom: 150px;
    padding: 0px;
    position: sticky;
    top: 130px;
}
.productcontentleft .lefttopBg{
    padding-left: 30px;
    height: 80px;
    line-height: 80px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(-90deg, #1095ff, #6ba4ff);
}
.leftUl>li{
    height: 70px;
    font-size: 20px;
    padding: 15px 0px 15px 30px;
}
.leftUl>li:not(:last-child){
    border-bottom: 1px solid gray;
}
.leftUl>li>a>img{
    height:35px;
    width:35px;
    object-fit: contain;
    vertical-align: middle;
}
.leftUl>li>a>span{
    vertical-align: sub;
    color: black;
}
.productItemCard{
    margin-bottom: 50px;
    transition-duration: .5s;
}
.productItemCard:hover{
    transform: scale(1.02) translate(5px, -10px);
    transition-duration: .5s;
}
.contentCardItem{
    background-color: #f9f9f9;
    border: solid 1px #80808042;
    overflow: hidden;
}
.productItemCardImg{
    text-align: center;
    height: 250px;
    border: #1095ff solid 5px;
}
.productItemCardImg>img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.productItemCardTitle{
    padding: 10px;
    height: 75px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.productItemCardBtn{
    text-align: right;
}
.sjBtn{
    width: 50px;
    float: right;
    
}
.rightBtn{
    float: right;
    height: 40px;
    width: 60px;
    background-color: #109fff;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: white;
}
.sjBtn {
    border-top: 40px solid transparent;
    border-right: 40px solid #109fff;
    float: right;
}
.productItemCardBtn:hover>div:first-child{
    background-color: #6ba4ff !important;
    transition-duration: .5s;
    cursor: pointer;
}
.productItemCardBtn:hover>div:last-child{
    border-top: 40px solid transparent;
    border-right: 40px solid #6ba4ff;
    transition-duration: .5s;
    cursor: pointer;
}
.productItemCardtxt{
    padding: 0px 10px;
    height: 100px;
    overflow: hidden;
}
.next{
    display: block;
    background-color: #ededed;
    height: 40px;
    width: 40px;
    line-height: 33px;
    font-size: 50px;
    text-align: center;
    color: #707070;
    border-radius: 5px;
}
.page-numbers{
    display: block;
    background-color: #ededed;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #707070;
    border-radius: 5px;
    font-weight: bold;
    float: left;
    margin: 0px 5px;
}
.shuzi{
    display: flex;
    justify-content: center;
}
.current{
    background-color: #109fff;
    color: white;
}
@media (max-width: 820px){
    .productcontentleft{
        position:relative;
        top:0px;
        left: 40px;
        width: 95% !important;
        margin-bottom:10px !important;
    }
    .hot-productsDom{
        display:none;
    }
}
@media (max-width: 768px){
    .overlay>h1{
        font-size:20px !important;
        padding:0px 5px;
    }
    .lefttopBg {
        height: 36px !important;
        padding: 0px 15px !important;
        font-size: 14px !important;
        line-height: 1em !important;
        display: inline-flex;
        align-items: center;
        width: 100%;
    }
    .productcontentright a{
        margin:5px 0px !important;
    }
    .productcontentleft{
        left:0px;
    }
    .productIn{
        padding: 0px;
    }
    .productIn .titleBold{
        font-size:20px !important;
    }
    .productcontentleft{
        width:100% !important;
    }
    .navHeader{
        height:75px !important;
    }
    .productItemCard{
        padding: 0px;
    }
    .productItemCardImg{
        height: 200px !important;
    }
}