﻿#chanpinxiangqing3 {
    padding: 3rem 1.5rem 3rem 1.5rem;
}

    #chanpinxiangqing3 .swiper-container {
        width: 100%;
        height: 28vw;

        @media (max-width: 768px) {
            height:280px;
        }
    }

        #chanpinxiangqing3 .swiper-container .swiper-slide {
            background-size: cover;
            background-position: center;
        }

        #chanpinxiangqing3 .swiper-container.gallery-top {
            height: 80%;
            width: 100%;
        }

    #chanpinxiangqing3 .gallery-thumbs {
        height: 100px;
        box-sizing: border-box;
        padding: 10px 0;
    }

        #chanpinxiangqing3 .gallery-thumbs .swiper-slide {
            width: 25%;
            height: 100%;
            opacity: 0.4;
        }

        #chanpinxiangqing3 .gallery-thumbs .swiper-slide-thumb-active {
            opacity: 1;
        }

    #chanpinxiangqing3 p {
        text-indent: 0;
    }

    #chanpinxiangqing3 .swiper-button-prev, .swiper-button-next {
        font-size: 44px;
        color: @primary-color;
        background-image: none;
    }

    #chanpinxiangqing3 .title {
        font-size: 32px;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 1rem;

        @media (max-width:768px) {
            font-size:16px
        }
    }
    #chanpinxiangqing3 .subtitle {
        font-size: 16px;
        color: #333;
        margin: 1rem 0;

        @media (max-width:768px) {
            font-size:12px
        }
    }
    #chanpinxiangqing3 .button {
        width: 40%;
        border-radius: 0;
        font-size: 14px;
        background-color: #00142d;
        color: white;
        height: 50px;

        @media screen and (max-width:768px) {
            width: 100%;
        }
    }
    #chanpinxiangqing3 .is-12 h2 {
        padding-left: 5px;
        border-left: 5px solid @primary-color;
        font-size: 18px;
        font-weight: bold;
    }

    #chanpinxiangqing3 .is-12 p {
        line-height: 2em;
        font-size: 14px;
    }





    #chanpinxiangqing3 .product-hits {
        border: 1px solid rgba(51, 51, 51, 0.3);
        padding: .5rem;
        position: relative;
    }

        #chanpinxiangqing3 .product-hits h3 {
            text-align: center;
            width: 100px;
            background-color: @white;
            margin: 0 auto;
            z-index: 1;
            position: relative;
        }

        #chanpinxiangqing3 .product-hits .hr {
            width: 80%;
            height: 1px;
            position: absolute;
            top: 20px;
            left: 10%;
            background: rgba(0, 0, 0, 0.2);
        }

        #chanpinxiangqing3 .product-hits .hit {
            overflow: hidden;
        }

            #chanpinxiangqing3 .product-hits .hit h4 {
                text-align: center;
                color: @black;
            }

            #chanpinxiangqing3 .product-hits .hit &:hover img {
                transition: 1s;
                transform: scale(1.1)
            }



    #chanpinxiangqing3 .product-tops {
        border: 1px solid rgba(51, 51, 51, 0.3);
        background-color: #f8f8f8;
        margin-right: 1rem;
        align-self: start;
    }

        #chanpinxiangqing3 .product-tops h2 {
            box-sizing: border-box;
            color: #565656;
            font-size: 14px;
            line-height: 1;
            background-color: #f8f8f8;
            margin-bottom: 1rem;
        }

        #chanpinxiangqing3 .product-tops .columns {
            background-color: @white;
            align-items: center;
        }

        #chanpinxiangqing3 .product-tops .top-img {
            overflow: hidden;
        }

            #chanpinxiangqing3 .product-tops .top-img &:hover img {
                transition: .8s;
                opacity: .8;
                transform: scale(1.1);
            }


    #chanpinxiangqing3 .top-text h3 {
        font-size: 12px;
        color: #333;
    }

    #chanpinxiangqing3 .top-text p {
        font-size: 12px;
        color: #666;
    }


    #chanpinxiangqing3 .product-content {
        border: 1px solid rgba(51, 51, 51, 0.3);
        padding: 0;

        @media (max-width:768px) {
            border:none;
        }
    }

        #chanpinxiangqing3 .product-content .top-bg {
            background-color: #f8f8f8;
        }

            #chanpinxiangqing3 .product-content .top-bg h2 {
                background-color: @white;
                text-align: center;
                padding: 5px 0;
                width: 20%;
                border-right: 1px solid rgba(51, 51, 51, 0.3);
                border-bottom: none;

                @media (max-width:768px) {
                    width: 100%;
                    border: 1px solid rgba(51, 51, 51, 0.3);
                }
            }


        #chanpinxiangqing3 .product-content .content {
            padding: 1rem;
        }
