.product_info {
    margin: 60px auto;
    width: 1200px;
}

.product_info .product_title{
    font-weight: bold;
    font-size: 36px;
    color: #262626;
    line-height: 40px;
    margin-bottom: 30px;
}


.product_info .info_left_box{
    width: 48.8%;
    float: left;
    position: relative;
}
.product_info .info_left_box .swiper-slide{
    width: 100%;
}
.product_info .info_left_box .swiper-slide img{
    width: 100%;
}
.product_info .info_left_box .thumbSwiper{
    margin-top: 20px;
    width: 100%;
}
.product_info .info_left_box .thumbSwiper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #0C5BE2;
}
.product_info .info_left_box:hover .swiper-pagination{
    display: none;
}
.product_info .info_left_box:hover .thumbSwiper{
    display: block;
}



/**
 * products input styles
 ***/
.info_right_box{
    width: 48.8%;
    border-radius: 4px;
    box-shadow: 0 15px 25px 1px rgba(0,0,0,0.1);
    float: right;
    padding: 30px 35px;
}
.info_right_box .info_right_mark{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    display: flex;
}
.info_right_box .info_right_mark .info_right_mark_img img{
    margin-left: 20px;
}
.info_right_box .info_right_tips{
    width: auto;
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    background: #2980D3;
    line-height: 28px;
    padding: 0 10px;
    margin-top: 30px;
}
.info_right_box .info_right_item{
    margin-top: 20px;
}
.info_right_box .info_right_item .info_right_item_title{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    float: left;
    line-height: 46px;
}
.info_right_box .info_right_item .info_right_item_content{
    margin-left: 143px;
}
.info_right_box .info_right_item .info_right_item_content input{
    width: 377px;
    height: 46px;
    border-radius: 30px;
    border: 1px solid #ECECEC;
    padding-left: 20px;
}
.info_right_box .info_right_item .info_right_item_content .info_right_item_content_select{
    width: 178px;
    height: 46px;
    border: 1px solid #ECECEC;
    border-radius: 30px;
    font-size: 16px;
    color: #333333;
    line-height: 46px;
    padding-left: 20px;
    margin-left: 12px;
}
.info_right_box .info_right_item .info_right_item_content .info_right_item_content_select_arm_type{
    width: 377px;
}
.info_right_box .info_right_item .info_right_item_content .info_right_item_content_select:first-child{
    margin-left: 0;
}
.info_right_box .info_right_item_checkbox .info_right_item_title{
    line-height: 40px;
}
.info_right_box .info_right_item_checkbox .info_right_item_content .info_right_item_content_level{
    width: 80px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #ECECEC;
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.info_right_box .info_right_item_checkbox .info_right_item_content .info_right_item_content_level:nth-child(-n+4){
    margin-top: 0;
}
.info_right_box .info_right_item_checkbox .info_right_item_content .info_right_item_content_level:nth-child(4n+1){
    margin-left: 0;
}
.info_right_box .info_right_item_checkbox .info_right_item_content .info_right_item_content_level.active{
    background: #2980D3;
    color: #FFFFFF;
}
.info_right_box .info_right_apply{
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}
.info_right_box .info_right_btn{
    width: 160px;
    height: 50px;
    border-radius: 25px;
    font-family: Arial, Arial;
    font-size: 16px;
    color: #262626;
    line-height: 50px;
    text-align: left;
    float: left;
    margin-right: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.info_right_box .info_right_btn.info_right_submit{
    padding-left: 63px;
    background: #F3F2F9 url(../images/submit.webp) no-repeat 37px center;
}
.info_right_box .info_right_btn.info_right_consult{
    padding-left: 56px;
    background: #F3F2F9 url(../images/consult.webp) no-repeat 30px center;
}
.info_right_box .info_right_btn.info_right_catalogue{
    padding-left: 45px;
    background: #F3F2F9 url(../images/catalogue.webp) no-repeat 19px center;
}
.info_right_box .info_right_btn:hover{
    color: #FFFFFF;
    background-color: #2980D3;
}
.info_right_box .info_right_btn.info_right_submit:hover{
    background-image: url(../images/submit-white.webp);
}
.info_right_box .info_right_btn.info_right_consult:hover{
    background-image: url(../images/consult-white.webp);
}
.info_right_box .info_right_btn.info_right_catalogue:hover{
    background-image: url(../images/catalogue-white.webp);
}


/**
 * hot products styles
 **/
.hot-products{
    width: 100%;
    margin: 60px auto;
}
.hot-products .hot-products-title{
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 33px;
    text-align: center;
}
.hot-products .hot-products-list ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.hot-products-list .product_item{
    width: 24%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 1.33%;
}
.hot-products-list .product_item:last-child{
    margin-right: 0;
}
.hot-products-list .product_item .product_list_item_img{
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.hot-products-list .product_item .product_list_item_img img{
    width: 100%;
    height: 100%;
}
.hot-products-list .product_item .product_list_item_img::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: skewX(-25deg);
}
.hot-products-list .product_item:hover .product_list_item_img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 100%;
    }
}
.hot-products .product_item .product_list_item_title{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-products .product_item .product_list_item_category{
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin-top: 10px;
}
.hot-products .product_item:hover .product_list_item_title, .hot-products .product_item:hover .product_list_item_category{
    color: #2980D3;
}


/**
 * product content styles
 **/
.product-content{
    width: 100%;
    margin: 40px auto;
}
.product-content .product-content-title{
    font-size: 22px;
    color: #262626;
    line-height: 60px;
    font-weight: bold;
    border-bottom: 4px solid #1562C5;
    margin-bottom: 30px;
    display: inline-block;
}
.product-content .product-content-content{
    border: 1px solid #989898;
    padding: 20px;
}
.product-content .product-content-text{
    font-family: Arial, Arial;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.product-content .product-content-text p,
.product-content .product-content-text span{
    text-wrap: wrap !important;
}
.product-content .product-content-case,
.product-content .product-content-certificate{
    margin: 20px auto 30px;
}
.product-content .product-content-case ul,
.product-content .product-content-certificate ul{
    display: flex;
    flex-wrap: wrap;
}
.product-content .product-content-case ul .product-content-case-item,
.product-content .product-content-certificate ul .product-content-certificate-item{
    width: 24%;
    aspect-ratio: 1/1;
    margin-right: 1.33%;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
}
.product-content .product-content-certificate ul .product-content-certificate-item{
    aspect-ratio: 275 / 387;
}
.product-content .product-content-case ul .product-content-case-item:nth-child(-n+4),
.product-content .product-content-certificate ul .product-content-certificate-item:nth-child(-n+4)
{
    margin-top: 0;
}
.product-content .product-content-case ul .product-content-case-item:nth-child(4n),
.product-content .product-content-certificate ul .product-content-certificate-item:nth-child(4n){
    margin-right: 0;
}
.product-content .product-content-case ul .product-content-case-item img,
.product-content .product-content-certificate ul .product-content-certificate-item img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.product-content .product-content-case ul .product-content-case-item:hover img,
.product-content .product-content-certificate ul .product-content-certificate-item:hover img
{
    transform: scale(1.1);
}



@media only screen and (min-width: 1080px) and (max-width: 1440px) {
    .product_info{
        width: 1080px;
    }
    .info_left_box{
        width: 340px;
    }
    .info_left_box .info_left_photos .main-image img{
        width: 338px;
        height: 338px;
    }
    .info_left_box .info_left_photos .thumbnail-gallery{
        width: 330px;
        height: 72px;
        margin-top: 0;
    }
    .info_left_box .info_left_photos .thumbnail-gallery .thumbnail-gallery-list{
        width: 312px;
        height: 72px;
    }
    .info_left_box .info_left_photos .thumbnail-gallery .thumbnail-gallery-list .thumbnail-gallery-item{
        width: 72px;
        height: 72px;
        margin-left: 8px;
    }
    .info_left_box .info_left_photos .thumbnail-gallery .thumbnail-gallery-list .thumbnail-gallery-item img{
        width: 70px;
        height: 70px;
    }
    .next-btn{
        right: -12px;
    }

    .info_middle_box{
        width: 340px;
    }
    .info_middle_box .info_middle_title{
        font-size: 26px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .info_middle_box .info_middle_item{
        font-size: 14px;
        line-height: 36px;
    }
    .info_middle_box .info_middle_item .item_content{
        margin-left: 110px;
    }
    .info_middle_box .info_middle_line{
        width: 100%;
    }
    .info_middle_box .info_middle_file{
        margin-top: 12px;
    }
    .info_middle_box .info_middle_apply{
        margin-top: 12px;
        font-size: 14px;
        line-height: 24px;
    }
    .info_middle_box .info_middle_mark{
        margin-top: 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .info_right_box{
        width: 340px;
        padding: 10px;
        height: 410px;
    }
    .info_right_box .info_right_tips{
        font-size: 14px;
        line-height: 24px;
    }
    .info_right_box .info_right_item{
        margin-top: 10px;
    }
    .info_right_box .info_right_item .info_right_item_title{
        font-size: 14px;
        line-height: 30px;
    }
    .info_right_box .info_right_item .info_right_item_content{
        margin-left: 110px;
    }
    .info_right_box .info_right_item_checkbox .info_right_item_content{
        margin-left: 0;
    }
    .info_right_box .info_right_item .info_right_item_content input{
        width: 208px;
        height: 30px;
        padding-left: 10px;
    }
    .info_right_box .info_right_item .info_right_item_content input::placeholder{
        font-size: 12px;
    }
    .info_right_box .info_right_item .info_right_item_content .info_right_item_content_select{
        width: 96px;
        height: 30px;
        padding-left: 10px;
    }
    .info_right_box .info_right_item_checkbox .info_right_item_content .info_right_item_content_level{
        width: 48px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
        margin-left: 8px;
    }
    .info_right_box .info_right_btn{
        width: 120px;
        height: 36px;
        line-height: 36px;
    }


    .hot-products{
        max-width: 1080px;
    }
    .hot-products-list .product_item{
        width: 255px;
        margin-right: 20px;
    }
    .hot-products-list .product_item .product_list_item_img{
        height: 255px;
    }
    .hot-products-list .product_item .product_list_item_title{
        font-size: 18px;
    }
    .hot-products-list .product_item .product_list_item_category{
        font-size: 14px;
    }

    .product-content{
        max-width: 1080px;
        padding: 20px;
    }
    .product-content .product-content-case ul .product-content-case-item{
        width: 255px;
        height: 255px;
    }
    .product-content .product-content-certificate ul .product-content-certificate-item{
        margin-right: 30px;
    }
    .product-content .product-content-certificate ul .product-content-certificate-item:nth-child(5n){
        margin-right: 30px;
    }
    .product-content .product-content-certificate ul .product-content-certificate-item:nth-child(4n){
        margin-right: 0
    }
}


@media only screen and (min-width: 800px) and (max-width: 1080px) {
    .product_info{
        width: 800px;
        margin: 40px auto;
    }
    .info_left_box{
        width: 460px;
        margin: 40px auto;
        float: none;
    }

    .info_middle_box{
        width: 340px;
    }
    .info_middle_box .info_middle_title{
        font-size: 26px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .info_middle_box .info_middle_item{
        font-size: 14px;
        line-height: 36px;
    }
    .info_middle_box .info_middle_item .item_content{
        margin-left: 110px;
    }
    .info_middle_box .info_middle_line{
        width: 100%;
    }
    .info_middle_box .info_middle_file{
        margin-top: 12px;
    }
    .info_middle_box .info_middle_apply{
        margin-top: 12px;
        font-size: 14px;
        line-height: 24px;
    }
    .info_middle_box .info_middle_mark{
        margin-top: 12px;
        font-size: 14px;
        line-height: 24px;
    }

    .info_right_box{
        width: 340px;
        padding: 10px;
        height: 410px;
        float: right;
    }
    .info_right_box .info_right_tips{
        font-size: 14px;
        line-height: 24px;
    }
    .info_right_box .info_right_item{
        margin-top: 10px;
    }
    .info_right_box .info_right_item .info_right_item_title{
        font-size: 14px;
        line-height: 30px;
    }
    .info_right_box .info_right_item .info_right_item_content{
        margin-left: 110px;
    }
    .info_right_box .info_right_item_checkbox .info_right_item_content{
        margin-left: 0;
    }
    .info_right_box .info_right_item .info_right_item_content input{
        width: 208px;
        height: 30px;
        padding-left: 10px;
    }
    .info_right_box .info_right_item .info_right_item_content input::placeholder{
        font-size: 12px;
    }
    .info_right_box .info_right_item .info_right_item_content .info_right_item_content_select{
        width: 96px;
        height: 30px;
        padding-left: 10px;
    }
    .info_right_box .info_right_item_checkbox .info_right_item_content .info_right_item_content_level{
        width: 48px;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
        margin-left: 8px;
    }
    .info_right_box .info_right_btn{
        width: 120px;
        height: 36px;
        line-height: 36px;
    }


    .hot-products{
        max-width: 800px;
    }
    .hot-products-list .product_item{
        width: 255px;
        margin-right: 10px;
    }
    .hot-products-list .product_item:nth-child(n+4){
        display: none;
    }
    .hot-products-list .product_item .product_list_item_img{
        height: 255px;
    }
    .hot-products-list .product_item .product_list_item_title{
        font-size: 18px;
    }
    .hot-products-list .product_item .product_list_item_category{
        font-size: 14px;
    }

    .product-content{
        max-width: 800px;
        padding: 20px;
    }
    .product-content .product-content-case ul .product-content-case-item{
        width: 242px;
        height: 242px;
        margin-right: 10px
    }
    .product-content .product-content-certificate ul .product-content-certificate-item{
        margin-right: 20px;
    }
    .product-content .product-content-certificate ul .product-content-certificate-item:nth-child(5n){
        margin-right: 20px;
    }
    .product-content .product-content-certificate ul .product-content-certificate-item:nth-child(3n){
        margin-right: 0
    }
}