.section-container {
    background-color: #fff;
}

.section-top {
    padding: 46px 30px 30px 30px
}

.section-top .left-corner {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #202325;
    position: relative;
    padding: 0 22px;
    letter-spacing: 1.5px
}

.section-top .left-corner::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #ca101a;
    border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -6px
}

@media screen and (max-width: 1024px) {

    .section-top {
        padding: 20px 20px;
        font-size: 10px
    }

    .section-top .left-corner::before {
        width: 8px;
        height: 8px;
        margin-top: -5px
    }

}

.mobile-awards-container {
    padding: 30px 30px;
    display: none;
}

.mobile-awards-slide {
    width: 90px;
    /*height: 90px;*/
    margin-right: 20px;
}

.mobile-awards-container img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .mobile-awards-container {
        display: block;
    }
}

.work-detail-left,
.work-detail-right {
    width: 160px;
    min-width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.work-detail-middle {
    width: calc(100% - 320px);
}

.work-detail-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
}

.work-detail-title {
    background-color: #fff;
    padding: 0 30px 60px 30px;
}

.work-detail-title .title {
    margin: 0;
    font-size: 56px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #595757;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.work-detail-title .subtitle {
    font-size: 40px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    color: #303030;
    margin: 37px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#work-detail-image * {
    max-width: 100% !important;
}

.work-detail-bottom {
    padding: 80px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.work-detail-bottom-left {
    width: 69%;
}

.work-detail-bottom-left.context-rich-text {
    text-align: left;
    max-width: 100% !important;
}

.work-detail-bottom-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
}

.work-detail-share-title {
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #595757;
    width: 100%;
    margin: 0 0 23px 0;
    text-align: left;
}

.work-detail-share-btn .share-item {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.work-detail-share-btn .wechat-qrcode {
    padding: 12px;
    background: #f6f6f6;
    -webkit-box-shadow: 0 3px 4px 0 rgb(1 1 1 / 17%);
    box-shadow: 0 3px 4px 0 rgb(1 1 1 / 17%);
    border-radius: 7px;
    position: absolute;
    top: -140px;
    left: 50%;
    margin-left: -62.5px;
    display: none;
}

.work-detail-share-btn .wechat-qrcode .qrcode {
    width: 100px;
    height: 100px;
}


.work-detail-share-btn img {
    width: 28px;
    cursor: pointer;
}


@media screen and (max-width: 1024px) {

    .work-detail-wrapper {
        padding: 0;
        display: block;
    }

    .work-detail-left,
    .work-detail-right {
        display: none;
    }

    .work-detail-share-btn .wechat-qrcode {
        left: 0;
        margin-left: 0;
    }

}


.outside-awards-container {
    position: -webkit-sticky;
    position: sticky;
    /*top: 299px;*/
    top: 150px;
    margin-top: 299px;
    margin-bottom: 40px;
}

.outside-awards-container img {
    width: 85px;
    /*height: 85px;*/
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.outside-awards-container img:first-child {
    margin-top: 0;
}


@media screen and (max-width: 1024px) {

    .outside-awards-container {
        display: none;
    }

}

@media screen and (max-width: 1440px) {

    .work-detail-title {
        padding: 0 30px 56px 30px;
    }

    .work-detail-title .title {
        font-size: 42px;
    }

    .work-detail-title .subtitle {
        font-size: 30px;
        margin: 28px 0 0 0;
    }

}

@media screen and (max-width: 1280px) {

    .work-detail-left,
    .work-detail-right {
        width: 120px;
        min-width: 120px;
    }

    .work-detail-middle {
        width: calc(100% - 240px);
    }

    .work-detail-title .title {
        font-size: 38px;
    }

    .work-detail-title .subtitle {
        font-size: 27px;
    }

    .outside-awards-container img {
        width: 60px;
        /*height: 60px;*/
    }

    .work-detail-bottom {
        padding: 60px 30px;
    }

    .work-detail-share-btn .item {
        margin-right: 10px;
    }

}

@media screen and (max-width: 1024px) {
    .mobile-awards-slide {
        width: 80px;
        /*height: 80px;*/
    }

    .work-detail-title .title {
        font-size: 34px;
    }

    .work-detail-title .subtitle {
        font-size: 24px;
    }

    .work-detail-bottom {
        display: block;
    }

    .work-detail-bottom-left.context-rich-text {
        width: 100%;
    }

    .work-detail-bottom-right {
        width: 100%;
        padding: 30px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .work-detail-share-title {
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 600px) {
    .mobile-awards-container {
        padding: 18px 20px;
    }

    .mobile-awards-slide {
        width: 45px;
        /*height: 45px;*/
    }

    .section-container {
        margin-top: 20px;
    }

    .work-detail-bottom {
        padding: 40px 20px;
    }

    .work-detail-title {
        padding: 0 20px 30px 20px;
    }

    .work-detail-title .title {
        font-size: 19px;
    }

    .work-detail-title .subtitle {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
}

.relevant-container {
    background-color: #282828;
    padding: 56px 60px 100px 60px;
}

.relevant-top {
    font-size: 50px;
    font-family: Bodoni-11-Book;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-align: left;
}

.relevant-slide {
    width: 24%;
    margin-right: 1.33%;
    cursor: pointer;
}

.relevant-slide:last-child {
    margin-right: 0;
}

.relevant-slide-top {
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 700;
    color: #303030;
    position: relative;
    letter-spacing: 1.5px;
    padding: 20px 20px 20px 30px;
    position: relative;
    display: none;
}

.relevant-slide-top:before {
    position: absolute;
    content: '';
    top: 50%;
    background: #0c0c0c;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    left: 15px;
    margin-top: -3px;
}

.relevant-img {
    width: 100%;
}

.relevant-swiper .swiper-scrollbar {
    top: 10px;
    left: 63%;
    width: 27%;
    border-radius: 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

/* .relevant-swiper:hover .swiper-scrollbar {
    opacity: 1;
} */

.relevant-swiper .swiper-scrollbar-drag {
    border-radius: 0;
    background: #ca101a
}

.opacity-mask {
    width: 8%;
    top: 0;
    bottom: 0;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.opacity-mask.mask-prev {
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgb(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .6)));
    background-image: -o-linear-gradient(right, rgb(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 90%);
    background-image: linear-gradient(270deg, rgb(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 90%);
}

.opacity-mask.mask-next {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, .6)));
    background-image: -o-linear-gradient(left, rgb(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 90%);
    background-image: linear-gradient(90deg, rgb(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 90%);
}


.relevant-swiper .swiper-button-next {
    background-image: url('/img/galley-right.png')
}

.relevant-swiper .swiper-button-prev {
    background-image: url('/img/galley-left.png')
}

.relevant-swiper .swiper-button-next,
.relevant-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 1;
}


.relevant-swiper .swiper-button-disabled {
    display: none;
}

.relevant-swiper:hover .opacity-mask {
    opacity: 1;
}

.relevant-swiper .opacity-mask.swiper-button-disabled {
    opacity: 0
}

@media screen and (max-width: 1440px) {
    .relevant-slide {
        width: 40%;
        margin-right: 2%;
    }

    .relevant-top {
        font-size: 44px;
    }
}

@media screen and (max-width: 1024px) {
    .mobile-awards-container {
        display: block;
    }

    .outside-awards-container {
        display: none;
    }

    .work-detail-wrapper {
        padding: 0;
        display: block;
    }

    .work-detail-left,
    .work-detail-right {
        display: none;
    }

    .work-detail-middle {
        width: 100%;
    }

    .relevant-container {
        background-color: transparent;
        padding: 0 0 100px 50px;
    }

    .relevant-top {
        color: #595757;
        padding-bottom: 0;
        padding-top: 100px;
        font-size: 40px;
    }

    .relevant-swiper {
        padding-top: 40px;
    }

    .relevant-slide {
        width: 72%;
        margin-right: 2%;
        padding-bottom: 60px;
        background: #fff;
    }

    .relevant-slide:last-child {
        margin-right: 50px;

    }

    .relevant-swiper .swiper-scrollbar {
        opacity: 1;
    }

    .relevant-swiper .opacity-mask.mask-next {
        display: none;
    }

    .relevant-swiper .opacity-mask.mask-prev {
        display: none;
    }

    .relevant-slide-top {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .relevant-container {
        padding: 0 0 77px 20px;
    }

    .relevant-top {
        font-size: 21px;
        padding-top: 50px;
    }

    .relevant-slide-top {
        font-size: 12px;
    }
}


.galley-swiper {
    width: 100%;
    height: 100%;
}

.galley-slide {
    background: rgba(0, 0, 0, .9);
}

.galley-swiper .swiper-button-next {
    background-image: url('/img/galley-right.png');
    right: 26px
}

.galley-swiper .swiper-button-prev {
    background-image: url('/img/galley-left.png');
    left: 26px;
}


.galley-swiper .swiper-button-close {
    background-image: url('/img/galley-close.png');
    width: 50px;
    height: 50px;
    position: absolute;
    top: 32px;
    right: 26px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background-size: 100%;
}

.galley-swiper .swiper-button-next,
.galley-swiper .swiper-button-prev {
    width: 78px;
    height: 78px;
    top: 50%;
    margin-top: -39px;
    border-radius: 50%;
    background-size: cover;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 50%;
    overflow: hidden;
}


@media screen and (max-width: 1024px) {

    .galley-swiper .swiper-button-close {
        width: 42px;
        height: 42px;
        top: 32px;
        right: 20px;
    }


    .galley-swiper .swiper-button-next,
    .galley-swiper .swiper-button-prev {
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }

    .galley-swiper .swiper-button-next {
        right: 20px;
    }

    .galley-swiper .swiper-button-prev {
        left: 20px;
    }
}


.galley-swiper .swiper-zoom-container {
    width: 90%;
    margin: 0 auto;
}

.galley-swiper .swiper-zoom-container > canvas,
.galley-swiper .swiper-zoom-container > img,
.galley-swiper .swiper-zoom-container > svg {
    max-width: 80%;
    max-height: 90%;
    user-select: none;
}

.full-screen-content.work-detail-popup {
    padding: 0 !important;
    height: 100%;
}

