.product_showbox {
    padding: 1rem 0;
    box-sizing: border-box;
}

.product .l,
.product .r {
    width: 45%;
}

.price {
    margin: .5rem 0 .75rem 0;
}

.product .l span {
    line-height: .5rem;
}

.product .l a {
    display: block;
    padding: .375rem 0;
    width: 50%;
    color: #fff !important;
    background: #009DDD;
    text-align: center;
    border-radius: 50px;
}

.three_content img {
    display: block;
    width: 100%;
}

.three_unit_box {
    padding: .75rem 0;
    box-sizing: border-box;
    background-color: rgba(240, 249, 253);
}

.three_unit ul li {
    padding: .375rem 0;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0); */
    box-sizing: border-box;
    cursor: pointer;
}

.three_unit ul li:hover {
    color: #009DDD;
    background-color: #fff;
    /* border-bottom: 1px solid #009DDD; */
    box-sizing: border-box;
    transition: all 0.6s;
}

.three_unit ul {
    margin: 0 0 .5rem 0 !important;
    width: 100%;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.three_content span {
    line-height: .5rem;
}
.three_content dl dd a {
    display: flex;
    justify-content: space-between;
    line-height: .625rem;
}
.three_content dl dd a:hover {
    color: #009DDD !important;
    transition: all 0.6s;
}

.three_content p {
	font-size: 16PX;
	margin: 0 0 0.275rem 0 !important;
	display: flex;
    margin: 0.75rem auto;
}

.three_unit ul .three_act {
    color: #009DDD;
    background-color: #fff;
    /* border-bottom: 1px solid #009DDD; */
}

.three_content dl dd a {
    display: flex;
    justify-content: space-between;
    line-height: .625rem;
}

.three_content {
    display: none;
}

.content_act {
    display: block;
}

.three_content dl dd a:hover {
    color: #009DDD !important;
    transition: all 0.6s;
}

.related_box {
    padding: .75rem 0 1.5rem 0;
    box-sizing: border-box;
}

.related h4 {
    margin: 0 0 .75rem 0;
    text-align: center;
}

.product_center ul li {
    margin: 0 !important;
}

/*.bannershow .swiper-slide {*/
/*    height: 40px;*/
/*}*/

/*.bannershow img {*/
/*    display: block;*/
/*    width: auto;*/
/*    height: 100%;*/
/*}*/

.bannershow img {
    display: block;
    width: 100%;
}


/* .bannershow {
    padding: 0 .5rem;
    box-sizing: border-box;
  } */

.product .r .p_showbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 .375rem 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    height: 480px;
    padding: .375rem 0;
    box-sizing: border-box;
}

.product .r .p_showbox img {
    display: block;
    width: 60%;
}

.product .r .p_showbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* .bannershow {
    position: relative;
  } */

.bannershow .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 40px;*/
    /*height: 40px;*/
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}

.bannershow .swiper-slide:hover {
    border: 1px solid #009DDD;
    /* box-shadow: 0 0 10px 2px #009DDD; */
    transition: all 0.6s;
}

.swiper-button-prevshow,
.swiper-button-nextshow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .375rem;
    /* height: 1rem; */
    background: rgba(0, 0, 0, 0.06);
    font-size: 20px;
    cursor: pointer;
}

.swiper-button-prevshow {
    margin: 0 12px 0 0;
}

.swiper-button-nextshow {
    margin: 0 0 0 12px;
}

.swiper-button-prevshow:hover,
.swiper-button-nextshow:hover {
    color: #fff;
    background: #009DDD;
    transition: all 0.6s;
}

.product .l .tit h4::after {
    content: "";
    display: block;
    margin: .375rem 0 .5rem 0;
    width: 50px;
    height: 4px;
    background: #009DDD;
}

.three_content dl dd {
    line-height: .5rem;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {
    .product_showbox {
        padding: 20px 0;
    }
    .product .l,
    .product .r {
        width: 100%;
    }
    .product {
        flex-wrap: wrap;
    }
    .product .l a {
        margin: 15px 0 20px 0;
    }
    .price {
        margin: 15px 0;
    }
    .product .l span {
        line-height: 1.5;
    }
    .three_unit_box {
        padding: 20px 0;
    }
    .three_content span {
        line-height: 1.5;
    }
    .three_content dl dd a {
        line-height: 1.5;
    }
    .related_box {
        padding: 20px 0;
    }
    .product_center ul li {
        width: 30% !important;
    }
    .related h4 {
        margin: 0 0 20px 0;
    }
    .product .l {
        margin: 20px 0 0 0;
    }
    .three_content dl dd {
        line-height: 1.5;
    }
    .ssub {
        width: 45%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}