body {
    overflow: hidden;
}

.art-container,
.art-content,
.art-box {
    height: 100%;
}
.art-container {
    padding-top: 48px;
    background: no-repeat right bottom / contain;
}
.art-content {
    position: relative;
    width: 596px;
    z-index: 1;
}
.art-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--color-dark);
    opacity: .95;
}
.art-text {
    position: relative;
    padding: 148px 66px 0;
    z-index: 1;
}
.art-text .name {
    color: var(--color-brown);
}
.art-text .name i,
.art-text .name span {
    display: block;
    line-height: 1;
}
.art-text .name i {
    font-size: 36px;
}
.art-text .name span {
    margin-top: 15px;
    font-size: 26px;
}
.art-text .date {
    margin: 20px 0 50px;
    color: var(--color-white);
    overflow: hidden;
}
.art-text .date div,
.art-text .date span {
    float: left;
    height: 50px;
}
.art-text .date span,
.art-text .date i {
    display: block;
    line-height: 1;
}
.art-text .date span.d1 {
    font-size: 50px;
    font-weight: bold;
}
.art-text .date div {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.art-text .date i.d2 {
    font-size: 16px;
}
.art-text .date i.d3 {
    font-size: 24px;
}
.art-text .text {
    color: var(--color-white);
}
.art-text .text p {
    min-height: 20px;
    text-align: justify;
}
.art-text .text p.h1 {
    font-size: 20px;
}
.art-swiper {
    position: relative;
    margin-top: 30px;
    padding: 0 66px;
    z-index: 1;
}
.art-swiper .swiper-slide {
    height: 60px;
    border: 1px solid var(--color-white);
    overflow: hidden;
}
.art-swiper .swiper-slide:first-child {
    margin-left: 0;
}
.art-swiper .swiper-slide .image {
    height: 100%;
    background: no-repeat center center / cover;
    transition: all .1s linear;
}
.art-swiper .swiper-slide:hover .image {
    transform: scale(1.2);
}
.art-swiper .swiper-prev,
.art-swiper .swiper-next {
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url('../../images/icon_arrow_1_white.png') no-repeat;
    background-size: 40px 20px;
    transition: all .1s linear;
    opacity: .8;
    cursor: pointer;
}
.art-swiper .swiper-prev {
    left: 36px;
    background-position: 0 0;
}
.art-swiper .swiper-next {
    right: 36px;
    background-position: -20px 0;
}
.art-swiper .swiper-prev:hover,
.art-swiper .swiper-next:hover {
    opacity: 1;
}
.art-swiper .swiper-prev.swiper-button-disabled,
.art-swiper .swiper-next.swiper-button-disabled {
    opacity: .5;
}
.art-images {
    position: absolute;
    top: 48px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.art-images .image {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 596px;
    width: 100%;
    height: 100%;
}
.art-images .image div {
    padding: 100px;
    width: 100%;
    height: 100%;
}
.art-images .image i {
    display: block;
    height: 100%;
    background: no-repeat center center / contain;
}