



/* 列表 */
.product{
    padding: 1.6rem 0 1.8rem;
    box-sizing: border-box;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.42rem;
    row-gap: 0.9rem;
}
.product_list .product_item{
    width: calc(50% - 0.21rem);
    height: 3.11rem;
    background: url(../img/product_bg.png) center no-repeat;
    background-size: cover;
    border-radius: 0.15rem;
    overflow: hidden;
    padding: 0.41rem 0 0 0.46rem;
    box-sizing: border-box;
    position: relative;
}
.product_list .product_item .product_title{
    font-family: Sans-SemiBold;
    font-weight: 600;
    font-size: 0.38rem;
    color: #006EFF;
    max-width: 60%;
}
.product_list .product_item .product_cont{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    margin-top: 0.05rem;
    max-width: 46%;
}
.product_list .product_item .product_more{
    display: flex;
    align-items: center;
    column-gap: 0.13rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.2rem;
    color: #006FFF;
    position: absolute;
    bottom: -0.4rem;
    transition: all 0.5s;
    text-transform: uppercase;
}
.product_list .product_item .product_more i{
    width: 0.22rem;
    height: 0.22rem;
    display: block;
    background: url(../img/product_more.png) center no-repeat;
}
.product_list .product_item:hover .product_more{
    bottom: 0.38rem;
}
.product_list .product_item .product_img{
    max-width: 2.3rem;
    max-height: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.7rem;
    right: 1.15rem;
}
.product_list .product_item .product_img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}







/* 产品详情 */
.banner{
    width: 100%;
    height: 8.2rem;
    background: url(../img/banner_bg.png) center no-repeat;
    background-size: cover;
    padding-top: 2.9rem;
}
.banner .main{
    display: flex;
    justify-content: space-between;
}
.banner .banner_txt{
    width: 50%;
    padding-top: 0.12rem;
}
.banner .banner_title{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.82rem;
    color: #006FFF;
}
.banner .banner_cont{
    margin-top: 0.14rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.42rem;
    color: #000000;
}
.banner .banner_img{
    max-width: 40%;
    height: 3.42rem;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-right: 1rem;
}
.banner .banner_img img{
    object-fit: contain;
}





.view_body1 .main{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.3rem;
    row-gap: 0.3rem;
    padding-top: 0.5rem;
}
.view_body1 .box1_item{
    width: calc(50% - 0.15rem);
    min-height: 1.9rem;
    display: flex;
    background: #F8F8F8;
    border-radius: 0.1rem;
    padding: 0.49rem 1.34rem 0.3rem 0.59rem;
    box-sizing: border-box;
    column-gap: 0.39rem;
    cursor: pointer;
}
.view_body1 .box1_item:hover{
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.1);
}
.view_body1 .box1_item .box1_icon{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.14rem;
    transition: all 0.5s;
}
.view_body1 .box1_item:hover .box1_icon{
    transform: scale(-1);
}
.view_body1 .box1_item .box1_txt{
    width: calc(100% - 1.2rem);
}
.view_body1 .box1_item .box1_title{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
}
.view_body1 .box1_item .box1_size{
    margin-top: 0.02rem;
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
}




.view_class{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.54rem;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
}



.view_body2{
    padding: 1.05rem 0;
    box-sizing: border-box;
}
.view_body3 .product_list{
    margin-top: 0.51rem;
    margin-bottom: 1.8rem;
    row-gap: 0.42rem;
}
.box2_list .box2_item{
    margin-top: 0.5rem;
    display: flex;
}
.box2_list .box2_item:hover{
    box-shadow: 0 0 0.1rem 0 rgba(0,0,0,0.1);
}
.box2_list .box2_item:nth-child(even) {
 flex-direction: row-reverse;
}
.box2_list .box2_item .box2_txt,
.box2_list .box2_item .box2_img{
    width: 50%;
    height: auto;
    background: #F8F8F8;
    overflow: hidden;
}
.box2_list .box2_item .box2_img img{
    transition: all 0.5s;
}
.box2_list .box2_item:hover .box2_img img{
    transform: scale(1.1);
}
.box2_list .box2_item .box2_txt{
    padding: 0.87rem 0.78rem 0.5rem 1.38rem;
    box-sizing: border-box;
}
.box2_list .box2_item .box2_title{
    font-family: Poppins-SemiBold;
    font-weight: 600;
    font-size: 0.3rem;
    color: #000000;
    margin-bottom: 0.5rem;
    position: relative;
}
.box2_list .box2_item .box2_title::before{
    content: "";
    position: absolute;
    width: 0.36rem;
    height: 0.36rem;
    left: -0.58rem;
    background: url(../img/view_icon.png) center no-repeat;
    background-size: contain;
}
.box2_list .box2_item .box2_cont,
.box2_list .box2_item .box2_cont p,
.box2_list .box2_item .box2_cont *{
    font-family: OpenSans-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 2;
}







@media only screen and (max-width: 1024px) {
    .product_list{
        display: block;
    }
    .product_list .product_item{
        width: 100%;
    margin-bottom: 0.3rem;
    }
    .product_list .product_item .product_cont{
        font-size: 12px;
    }
    .product_list .product_item .product_more i{
        background-size: cover;
    }
    .banner{
        width: 100%;
    height: 6.2rem;
    padding-top: 1.9rem;
    }
    .banner .banner_img{
        margin-right:0;
    }
    .banner .banner_title{
        font-size: 0.42rem;
    }
    .banner .banner_cont{
        font-size: 0.32rem;
    }
    .view_body1 .main{
        display: block;
    }
    .view_body1 .box1_item{
        width: 100%;
    margin-bottom: 0.2rem;
    }
    .view_body1 .box1_item .box1_title{
        font-size: 12px;
    }
    .box2_list .box2_item .box2_txt{
        padding: 0.27rem 0.28rem 0.2rem 0.7rem;
    }
    .box2_list .box2_item .box2_cont, .box2_list .box2_item .box2_cont p, .box2_list .box2_item .box2_cont *{
        font-size: 12px;
    }
}