.modal-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    min-width: 1079px;
    min-height: 676px;
    background: rgba(0, 0, 0, .3);
}

.modals {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1079px;
    height: 676px;
    background: #FFFFFF;
    border-radius: 16px;
}

.modals-head {
    position: relative;
    height: 76px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #545C63;
    line-height: 76px;
}

.close-icon {
    position: absolute;
    top: 24px;
    right: 33px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url("../../../front-resource/images/20230822/close.png");
}

.img-list {
    margin-left: 195px;
    width: 689px;
    height: 512px;
    border: 1px solid #DAE0E5;
    position: relative;

}

.img-list>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 640px;
    max-height: 470px;
    height: auto;
}

.pre-item, .next-item {
    position: absolute;
    top: 352px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.pre-item {
    left: 74px;
    background: url("../../../front-resource/images/20230822/pre-page.png");
}

.next-item {
    right: 74px;
    background: url("../../../front-resource/images/20230822/next-page.png");
}

/*-------*/
.img-list .product-style-preview-picture{
    display: table-cell;
    width: 730px;
    height: 515px;
    vertical-align: middle;
    text-align: center;
}
.img-list .product-style-preview-picture img{
    max-width: 675px;
    max-height: 470px;
    margin: 15px auto;
}

.img-list a{
    padding: 8px 25px;
    border: solid 1px #d3d3d3;
    margin-right: 8px;
    border-radius: 3px;
}

