body {
    background: #fff;
}

.img-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.4);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-modal .img {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.img-modal .img div {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.img-modal .img img {
    width: 100%;
    /*max-height: 560px;*/
}

#brand-show {
    margin-top: 140px;
}

#brand-show .content {
    max-width: 1200px;
    margin: 0 auto;
}

#brand-show .content .col-md-6 {
    margin-top: 60px;
    padding: 0 12px;
}

#brand-show .content .col-md-6 .top-img-big {
    /*border: 1px solid red;*/
    cursor: zoom-in;
}

#brand-show .content .col-md-6 .top-img-big img {
    width: 100%;
}

#brand-show .content .col-md-6 .bottom-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#brand-show .content .col-md-6 .bottom-btn .product-title {
    line-height: 24px;
    font-size: 18px;
}

#brand-show .content .col-md-6 .bottom-btn .img-small-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 6px;
}

#brand-show .content .col-md-6 .bottom-btn .img-small-btn>div {
    display: flex;
    max-width: 180px;
    position: relative;
    flex-wrap: nowrap;
    overflow: scroll;
}

#brand-show .content .col-md-6 .bottom-btn .img-small-btn>div::-webkit-scrollbar {
    width: 0px;
    height: 1px;
    border-radius: 10px;
}

#brand-show .content .col-md-6 .bottom-btn .img-small-btn>div>div {
    margin: 0 5px;
    width: 52px;
    min-width: 52px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
}

#brand-show .content .col-md-6 .bottom-btn .img-small-btn>div>div:hover {
    cursor: pointer;
}

#brand-show .content .col-md-6 .bottom-btn .img-small-btn>div .active {
    border: 1px solid red;
}

#brand-show .content .col-md-6 .bottom-btn .img-small-btn>div>div img {
    padding: 2px;
    width: 100%;
    height: 100%;
    vertical-align: top;
    vertical-align: bottom;
}

@media(max-width:1200px) {}

@media(max-width:992px) {
    #brand-show {
        margin-top: 120px;
    }
    #brand-show .content .col-md-6 .bottom-btn .product-title {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    #brand-show {
        margin-top: 50px;
    }
    #brand-show .content .col-md-6 {
        padding: 0 6px;
        margin-top: 60px;
    }
    #brand-show .content .col-md-6 .bottom-btn {
        margin-top: 10px;
    }
    #brand-show .content .col-md-6 .bottom-btn .product-title {
        font-size: 14px;
    }
}

@media(max-width:460px) {}