.product-info {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.product-info .procuct-title h1,
.product-info .procuct-title .top {
    text-align: center;
}

.product-info .procuct-title h1 {
    margin-top: 10px;
}

.product-info .procuct-title .top {
    line-height: 30px;
    padding: 10px 0;
}

.product-info .procuct-param dl {
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
    font-size: 16px;
    padding: 15px 21px 15px 20px;
    position: relative;
    color: rgb(19 20 20 / 80%);
    background: #f3f3f3;
    margin: 0 10px 10px 10px;
    border-radius: 2px;
}

.product-info .procuct-param dl a.btn-inquiry {
    display: block;
    margin: 2px 0;
    padding: 10px 25px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    transition: 0.3s;
    text-decoration: none;
}

.product-info .procuct-param dl .btn-inquiry:hover {
    background: var(--color-hover);
    ;
}

.product-info .procuct-guarantee .row {
    padding: 0px 5px;
    margin: 0;
}

.product-info .procuct-guarantee .row>div {
    padding: 5px 0;
}

.product-info .procuct-guarantee dl {
    background-color: #ccc;
    border-radius: 10px;
    text-align: center;
    margin: 3px;

}

.product-info .procuct-guarantee dl dt {
    padding: 5px 0;
}

.product-info .procuct-guarantee dl dt img {
    width: 60px;
}

.product-info .procuct-guarantee dl dt img {
    display: block;
    margin: 0 auto;
    max-width: 50px;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
}

.product-info .procuct-guarantee dl dt:hover img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.product-info .procuct-guarantee dl dd {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 5px;
}

.detail-right {
    display: flex;
    justify-content: flex-end;
}

.detail-right .showpic_box {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
    position: relative;
}

.detail-right .showpic_box>img{
    position: absolute;
    left: calc(50% - 70px);
    top: 50%;
    opacity: .8;
    z-index: 9999;
}

#pic-page {
    text-align: center;
    margin-top: 16px;
}

#pic-page a {
    margin: 0 2px;
}

#pic-page a img {
    max-width: 55px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}

#pic-page a:hover img,
#pic-page a.active img {
    border: solid #5280DD 1px;
}

/* 详情页 视频 */
.product-video {
    padding: 20px 0;
}
.product-video .video-container {
    position: relative;
    display: flex;
    justify-content: center;
}

.product-video .video-container img {
    position: absolute;
    top: 10px;
    left: calc(50% - 70px);
    opacity: .8;
}

/*产品详情页，上一和下一产品*/

section.product-both {
    padding: 5px;
}

.product-both .prev-next {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}

.product-both article dir dl {
    display: flex;
}

.product-both article dir dl dt {
    margin-right: 10px;
}

.product-both article dir dl dd a {
    text-decoration: none;
}


/* 详情页 相关产品 */
section.product-recom {
    padding: 20px 0;
}

.product-recom ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.product-recom ul li {
    width: 25%;
    box-sizing: border-box;
}

.product-recom ul li a {
    text-decoration: none;
}

.product-recom ul li {
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
    display: block;
}
.product-recom ul li > a > img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.recom-list ul li dl dt {
    display: flex;
}

.recom-list ul li dl span {
    width: 50%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.recom-list ul li dl span.year {
    background-color: #2b2d42;
}

.recom-list ul li dl span.hours {
    background-color: #FAB933;
}

.recom-list ul li dl dd {
    background-color: #f3f3f3;
    color: #333;
    padding: 15px 8px;
    text-align: center;
    font-size: 16px;
}

.recom-list ul li dl dd:hover {
    color: var(--color-hover);
}


@media screen and (max-width: 768px) {
    .product-recom ul li {
        width: 50%;
        margin: 5px 0;
    }

    .product-both article dir dl {
        margin-top: 10px;
    }

    .detail-right {
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .bx-wrapper {
        max-width: 100%;
    }

    .detail-right .showpic_box {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }

    .detail-right .showpic_box>img{
        position: absolute;
        width: 100px;
        left: calc(50% - 50px);
        top: 43%;
        opacity: .9;
    }

    #pic-page a img {
        max-width: 30px;
    }

    .product-video .video-container img {
        width: 100px;
        left: calc(50% - 50px);
    }
}

@media screen and (min-width: 768px) {
    .product-both article dir {
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }
}