﻿.content {
    position: fixed;
    width: 100%;
    height: 100%;
}

.content .swiper-container {
    height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}

.swiper-slide {
    background: center center no-repeat;
    background-size: cover;
}

.module1,
.module2,
.module3,
.module4 {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 120px;
    color: #fff;
    z-index: 99;
}

.module1 ._ssl,
.module1 ._ssr {
    cursor: pointer;
    font-weight: bold;
}

.module1 ._ssl.details .cont {
    display: none;
}

.module1 a {
    color: #fff;
}

.module1 a:hover {
    color: #999;
}

.module1 ._ssl i,
.module1 ._ssr i {
    margin-right: 0.5em;
}

.module1 ._ssl {
    float: left;
}

.module1 ._ssr {
    float: right;
}

.module2 {
    bottom: 0;
    line-height: 1.5;
    padding: 2em 0;
    height: 100px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

.module2 ._ssr {
    float: right;
}

.module2 ._sssl,
.module2 ._sssr {
    float: left;
}

.module2 ._sssl {
    margin-right: 3em;
}

.module2 ._ssr {
    position: absolute;
    bottom: 0;
    right: 0;
}

.module2 .content-wrap,
.module2 .wrap {
    position: relative;
    height: 100%;
}

.module3 {
    top: 30%;
    left: 240px;
    bottom: auto;
    width: 0;
}

.module3 .anchorpoint {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    position: relative;
    /* overflow: hidden; */
}

@keyframes animteAnch {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

.module3 .anchorpoint:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    animation: animteAnch 2s infinite linear;
}

.module3 .anchorpoint:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.module3 .anch-line {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 0%;
    /* width: 200%; */
    border-top: 1px solid #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
}


/* .module3 .anchorpoint:hover .anch-line {
    width: 150%;
} */

.module3 .anchorpoint:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.module4 {
    z-index: 99;
}

.module4 .return {
    margin-bottom: 1em;
}

.module4 .return a {
    pointer-events: all;
}

.module4 .return a {
    color: #fff;
}

.module4 .return a:hover {
    color: #999;
}

.module3 .copywriting {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 105%;
    margin-top: 105%;
    /* display: none; */
    width: 0;
    line-height: 1.5;
    cursor: default;
    background: rgba(0, 0, 0, 0.5);
}

.module3 .anchorpoint .copywriting .text {
    width: 272px;
    opacity: 0;
    padding: 14px 14px 28px 14px;
}

.module3 .copywriting::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #fff;
}

.module4 {
    font-weight: bold;
    bottom: calc(120px + 4em);
}

.swiper-pagination {
    display: none;
}

.swiper-slide video {
    object-fit: cover;
}

.goods {
    display: none;
    font-size: 0;
}

.goods li {
    margin-right: 2%;
    width: 18.4%;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.goods li:nth-child(5n) {
    margin-right: 0;
}

.goods li img {
    width: 100%;
}

.goods li .goods-details {
    display: none;
}

.ex-popup .cont-wrap .goods h2 {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.ex-popup .goods {
    display: block;
}

.goods-details {
    display: none;
}

.ex-popup .goods-details {
    display: block;
}

.goods-details ._sl {
    float: left;
    width: 260px;
    margin-right: 40px;
}

.goods-details ._sl img {
    width: 100%;
}

.ex-popup .cont-wrap ._sr h2 {
    margin-bottom: 1.5em;
}

.goods-details ._sr {
    float: left;
    width: calc(100% - 300px);
}

.goods-details ._sb {
    clear: both;
    line-height: 1.5;
    text-align: right;
    padding-top: 1em;
}

.goods-details ._sb img {
    width: 78px;
}

.goods-details ._sb span {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 1em;
}

@media screen and (max-width:1440px) {
    .module3 {
        left: 32px;
    }
}

@media screen and (max-width:1337px) {
    .ex-popup .cont-wrap {
        padding: 2em 1em;
    }
    .ex-popup .close {
        right: 1em;
    }
    .goods li {
        width: 23.5%;
    }
    .goods li:nth-child(5n) {
        margin-right: 2%;
    }
    .goods li:nth-child(4n) {
        margin-right: 0%;
    }
}

@media screen and (max-width:768px) {
    .module3 .anchorpoint:after,
    .module3 .anchorpoint:before {
        display: none;
    }
    .module2,
    .module3,
    .module4 {
        pointer-events: none;
    }
    .goods-details ._sl {
        margin-bottom: 1em;
    }
    .goods-details ._sl,
    .goods-details ._sr {
        float: none;
        width: 100%;
    }
    .ex-popup .cont-wrap {
        padding: 2em 1em;
    }
    .ex-popup .close {
        right: 1em;
    }
    .goods li {
        width: 49%;
    }
    .goods li:nth-child(5n),
    .goods li:nth-child(4n) {
        margin-right: 2%;
    }
    .goods li:nth-child(2n) {
        margin-right: 0%;
    }
    .module3 {
        left: 0;
        top: 90px;
        width: 100%;
    }
    .module3 .copywriting {
        position: relative;
        width: auto;
        margin-left: 0%;
        margin-top: 0%;
        left: 0;
        top: 0;
        right: 0;
        margin-right: 0;
    }
    .module3 .copywriting::before {
        display: none;
    }
    .module3 .anchorpoint {
        overflow: visible;
        width: auto;
        height: auto;
        border-radius: 0;
        border: none;
    }
    .module3 .anch-line {
        display: none;
    }
    .module3 .anchorpoint:before {
        display: none;
    }
    .module3 .anchorpoint .copywriting .text {
        opacity: 1;
        width: 100%;
        padding: 0 32px;
        box-sizing: border-box;
    }
    .module2 {
        height: 130px;
        padding: 1em;
    }
    .content .swiper-container {
        padding-bottom: 130px;
    }
    .module1 {
        bottom: calc(140px);
    }
    .module4 {
        bottom: calc(140px + 2em);
    }
}

@media screen and (max-width:390px) {
    .goods-details ._sl {
        margin-bottom: 1em;
    }
    .goods-details ._sl,
    .goods-details ._sr {
        float: none;
        width: 100%;
    }
    .ex-popup .cont-wrap {
        padding: 2em 1em;
    }
    .ex-popup .close {
        right: 1em;
    }
    .goods li {
        width: 100%;
        margin-right: 0%;
    }
    .goods li:nth-child(5n),
    .goods li:nth-child(4n),
    .goods li:nth-child(2n) {
        margin-right: 0%;
    }
}