@charset "utf-8";

/* product-images-group */
.product-images-group {
    display: flex;
    justify-content: space-between;
}

.product-images-group img {
    max-width: 100%;
    max-height: 100%;
}

.product-images-group a.images-zoom-btn {
    position: absolute;
    left: 10px;
    bottom: -24px;
    display: flex;
    padding: 5px;
    color: #666;
    font-size: 14px;
    transition: bottom 0.6s;
}

.product-images-group a.imaegs-zoom-btn i {
    margin-right: 3px;
}

.product-images-group span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 3px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 13px;
}

.product-images-group .product-main-image {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 555px;
    height: 421px;
    border-radius: 2px;
    /* background-color: #f7f8fc; */
    cursor: pointer;
}

.product-images-group .product-images-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 554px;
    height: 421px;
}

.product-images-group .product-images-list .product-images-item {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 205px;
    border-radius: 2px;
    /* background-color: #f7f8fc; */
    cursor: pointer;
}

.product-images-group .product-main-image:hover span,
.product-images-group .product-images-list .product-images-item:hover span {
    background-color: #0036ff;
}

.product-images-group .product-main-image:hover a.images-zoom-btn,
.product-images-group .product-images-list .product-images-item:hover a.images-zoom-btn {
    bottom: 10px;
}
/* product-images-group */

.product-images-all {
    padding: 20px 0 0;
    background-color: #fff;
}

.product-images-all .panel-body {
    font-size: 0;
}

.product-images-all .panel-body .product-images-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box;
    width: 272px;
    height: 207px;
    margin-left: 10px;
    background-color: #f7f8fc;
    cursor: pointer;
    vertical-align: top;
}

.product-images-all .panel-body .product-images-item:nth-child(n+5) {
    margin-top: 10px;
}

.product-images-all .panel-body .product-images-item:nth-child(4n+1) {
    margin-left: 0;
}

.product-images-all .panel-body .product-images-item img {
    max-width: 100%;
    max-height: 100%;
}

.product-images-all .panel-body .product-images-item a.images-zoom-btn {
    position: absolute;
    left: 10px;
    bottom: -24px;
    display: flex;
    padding: 5px;
    color: #666;
    font-size: 14px;
    transition: bottom 0.6s;
}

.product-images-all .panel-body .product-images-item:hover a.images-zoom-btn {
    bottom: 10px;
}

.product-images-all .panel-body .product-images-item a.images-zoom-btn i {
    margin-right: 3px;
}

.product-images-all .panel-body .product-images-item span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 3px;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 13px;
}

.product-images-all .panel-body .product-images-item:hover span {
    background-color: #0036ff;
}

/* product-design-highlights */

.product-images-all .panel-body .design-highlights-item {
    width: 272px;
    height: 400px;
    padding: 20px;
}

/* product-design-highlights */