﻿.page-title {
    margin-bottom: 40px
}

.type div {
    display: inline-block
}

.type div span {
    padding: 10px 12px;
    border: 1px solid #c0c0c0;
    display: inline-block
}

.type div span.type-name {
    background-color: #000;
    color: #fff;
    border-right: none
}

.pic-lg .product {
    margin: 20px 0
}

.pic-lg p {
    font-size: 16px;
    margin-bottom: 25px
}

.product-title {
    border-bottom: 2px solid #010101
}

.product-title span {
    display: inline-block;
    width: 122px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #010101
}

.product-specialty {
    padding: 20px
}

.product-specialty li {
    position: relative;
    padding-left: 25px;
    line-height: 45px;
    font-size: 16px
}

.product-specialty li::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #010101;
    left: 0;
    top: 15px
}

.product-imgs {
    text-align: center;
    padding: 60px 0 0
}

.product-imgs div {
    cursor: pointer
}

.modal {
    background-color: rgba(0, 0, 0, 0.6)
}

.modal .modal-dialog {
    margin-top: 150px
}

.modal .modal-dialog .iconfont {
    font-size: 40px;
    color: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    position: absolute;
    top: -60px;
    right: -60px
}

@media (max-width: 991px) {
    .page-title {
        margin-bottom: 4vw;
        word-break: keep-all
    }

    .type {
        margin-bottom: 2vw
    }

    .type div {
        margin: 1vw 0
    }

    .type div span {
        padding: 2vw 3vw
    }

    .pic-lg .product {
        margin: 0
    }

    .pic-lg p {
        font-size: 3.4vw;
        margin-bottom: 3vw
    }

    .pic-lg .tmall img {
        width: 50%
    }

    .product-title {
        margin: 5vw 0 0
    }

    .product-title span {
        width: 25vw;
        height: 10vw;
        line-height: 10vw;
        font-size: 4vw
    }

    .product-specialty {
        padding: 3vw 3vw 0
    }

    .product-specialty li {
        padding-left: 5vw;
        line-height: 6vw;
        font-size: 3.4vw
    }

    .product-specialty li::before {
        width: 3vw;
        height: 3vw;
        top: 1.4vw
    }

    .product-imgs {
        padding: 5vw 0 0
    }

    .modal .modal-dialog {
        margin-top: 20vw
    }

    .modal .modal-dialog .iconfont {
        font-size: 6vw;
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        top: -15vw;
        right: 50%;
        transform: translateX(50%)
    }

    .modal .modal-dialog img {
        margin: 0 auto;
        display: block
    }
}
