.photo-box {
    position: relative;
    width: 690px;
    height: 570px;
}

.photo-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 400px;
}

.gallery-top {
    padding: 4px;
    border: 1px solid #b7b7b7;
    width: 690px;
    height: 400px;
}

.photo-text {
    padding: 15px 0;
    text-align: center;
}

.photo-text p {
    display: none;
}

.photo-text p:first-child {
    display: block;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    border: 1px solid #eee;
    padding: 3px !important;
    cursor: pointer;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #000;
}

.photo_menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.photo_menu li {
    padding: 4px 22px;
    background: #cccccc;
    margin-right: 12px;
    margin-bottom: 5px;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
}

.photo_menu li.current {
    background: linear-gradient(#82acd3, #1b62a4);
}

.flex-div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.flex-div li {
    margin: 0!important;
}

.li1 {
    padding: 4px 13px !important;
    /*margin-right: 11px!important;*/
}

.li2 {
    padding: 4px 34px !important;
    /*margin-right: 20px;*/
}

.li3 {
    padding: 4px 53px !important;
    /*margin-right: 20px;*/
}