.banner {
    background-image: url(../img/product/banner.png);
}

.product {
    overflow: hidden;
}

.product_box {
    width: 16rem;
    margin: .8rem auto;
    display: flex;
    flex-wrap: wrap;
}

.product_item {
    margin-right: .5rem;
    margin-bottom: .5rem;
}

.product_item:nth-child(3n) {
    margin-right: 0;
}

.product_item_img {
    width: 5rem;
    height: 5rem;
    margin-bottom: .2rem;
}

.product_item_tit {
    font-size: 0.18rem;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #333333;
    margin-bottom: .2rem;
}

.product_item_txt {
    font-size: 0.14rem;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #333333;
}



.productxq_box{
    width: 16rem;
    margin: .86rem auto 1rem;
    position: relative;
    display: flex;
}
.productxq_img_box{
    width: 11rem;
    display: flex;
    flex-wrap: wrap;
}
.productxq_first_img{
    width: 100%;
    height: 6rem;
    margin-bottom: .5rem;
}
.productxq_img{
    width: 5.4rem;
    height: 5.5rem;
    margin-right: .2rem;
    margin-top: .2rem;
}
.productxq_img:nth-child(2n+1){
    margin-right: 0rem;
}
.productxq_position{
    position: sticky;
    top: 0;
    right: 0;
    width: 5rem;
    height: 6rem;
    padding-left: .4rem;
    box-sizing: border-box;
}
.productxq_tit{
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: .3rem;
}
.productxq_txt{
    font-size: 0.24rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    color: #E80162;
    margin-bottom: .4rem;
}
.color_box{
    margin-bottom: .7rem;
}
.color{
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.color_item{
    display: flex;
    margin-top: .2rem;
}
.color_item a{
    width: 1rem;
    height: 1rem;
    display: flex;
    margin-right: .2rem;
}
.color_item a img{
    height: 100%;
}
.color_item a:last-child{
    margin-right: 0rem;
}
.product_cs p{
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: .15rem;
}

.product_contact{
    width: 2rem;
    height: 0.4rem;
    background: #E80162;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    display: flex;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
}

.more_product{
    width: 100%;
    /* height: 8.43rem; */
    background: #F9F9F9;
    overflow: hidden;
    padding: .8rem 0;
}
.more_product_box{
    width: 16rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.more_product_box .product_item{
    margin-bottom: 0;
}
.more_product_tit{
    font-size: 0.36rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    width: 100%;
    margin-bottom: .6rem;
    padding-left: 1.6rem;
}

.search_box{
    width: 8rem;
    height: .6rem;  
    border-radius: .1rem;
    display: flex;
    overflow: hidden;
    margin: 1rem auto .6rem;
}

.search_box input{
    width: 6.8rem;
    height: .6rem;
    border: .01rem dashed #DDDDDD;
    box-sizing: border-box;
    border-radius: .1rem 0 0 .1rem;
    padding-left: .3rem;
}

.search_box button{
    width: 1.2rem;
    height: 0.6rem;
    background: #E80162;
}

.search_box button img{
    width: .3rem;
    height: .3rem;
}
.search_tit{
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-left: 1.6rem;
}
.search_tit span{
    color: #FF0000;
}



@media only screen and (max-width:1024px){
    .product_box{
        width: 100%;
        margin: 0;
        padding: 15px;
        box-sizing: border-box;
    }
    .product_item{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .product_item_img{
        width: 100%;
    }
    .product_item:nth-child(2n){
        margin-right: 0!important;
    }
    .product_item:nth-child(3n){
        margin-right: 4%;
    }
    .product_item_tit{
        font-size: 14px;
    }
    .product_item_txt{
        font-size: 12px;
    }
    .productxq_box{
        width: 100%;
        margin: 15px 0;
    }
    .productxq_img_box{
        width: 60%;
    }
    .productxq_position{
        width: 40%;
        padding: 0 10px;
        position: static;
    }
    .productxq_first_img{
        height: auto;
        margin-bottom: 15px;
    }
    .productxq_img{
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
        height: auto;
    }
    .productxq_img:nth-child(2n+1){
         margin-right: 0;
    }
    .productxq_tit{
        font-size: 16px;
    }
    .productxq_txt{
        font-size: 14px;
    }
    .color{
        font-size: 14px;
    }
    .product_cs p{
        font-size: 12px;
    }
    .more_product{
        padding: 15px;
        box-sizing: border-box;
    }
    .more_product_tit{
        padding: 0;
        text-align: center;
        font-size: 16px;
    }
    .more_product_box{
        width: 100%;
    }
}