.header-m,
.modal,
.scan,
.xmly {
    position: fixed
}

.header-m,
body {
    font-size: 3.2vw
}

* {
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    display: block;
    max-width: 100%
}

.header-m {
    top: 0;
    width: 100%;
    background-color: #0b0d14;
    z-index: 2;
    border-bottom: 1px solid #655435
}

.header-m a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #515478;
    line-height: 10vw;
    padding: 0 2.66667vw
}

.header-m a:nth-child(4)::before {
    content: ""
}

.header-m a::before {
    position: absolute;
    right: -.66667vw;
    top: 0;
    color: #515478;
    line-height: 10vw;
    content: "/"
}

.header-m .active {
    position: relative;
    color: #c9a85c;
    font-weight: 700
}

.header-m .active::after {
    position: absolute;
    content: "";
    height: .53333vw;
    background-color: #c9a85c;
    width: 15.2vw;
    left: 50%;
    margin-left: -7.6vw;
    bottom: 0
}

.header-m .logo {
    position: absolute;
    right: 4.66667vw;
    top: 0;
    height: 16.66667vw
}

.page {
    position: relative
}

.page .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.page1 {
    min-height: 116vw
}

.page1 .download-link {
    position: absolute;
    bottom: 3.2vw;
    left: 50%;
    width: 52.93333vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page1 .download-link a {
    display: block;
    height: 11.06667vw;
    margin-top: 1.33333vw
}

.yuyue {
    position: absolute;
    bottom: 21.06667vw;
    left: 50%;
    width: 35.73333vw;
    height: 10.4vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.role {
    padding-top: 39.73333vw
}

.role .swiper-container {
    height: 92vw;
    width: 100%
}

.role .swiper-slide {
    width: 66vw;
    height: 92vw
}

.role .swiper-slide img {
    display: block
}

.role .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3)
}

.role .swiper-slide.swiper-slide-active::after {
    display: none
}

.role .swiper-slide-active,
.role .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.role .swiper-pagination {
    margin-top: 4vw;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.role .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background: 0 0;
    opacity: 1;
    padding: 0;
    border-radius: 0;
    margin: 0 2.66667vw;
    border: 1px solid #5c5039;
    width: 4.26667vw;
    height: 4.26667vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.role .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 2.66667vw;
    height: 2.66667vw;
    background-color: #5c5039
}

.role .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #ccb07a
}

.role .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: #ccb07a
}

.footer {
    color: #4c5060;
    text-align: center;
    padding: 26.66667vw 0 0;
    line-height: 1.6
}

.footer div {
    -webkit-transform: scale(.92);
    transform: scale(.92)
}

.footer a {
    color: #6c614c
}

.scan {
    top: 40%;
    margin-top: -22.66667vw;
    right: 5.33333vw;
    z-index: 4;
    padding-top: 31.2vw
}

.scan a {
    display: block;
    height: 7.2vw
}

.scan.preload {
    right: 5.33333vw;
    background-color: #8f725b;
    border: 1px solid #5e554d;
    color: #e4d8be;
    text-align: center;
    font-size: 2.66667vw;
    padding: 1.6vw 2vw
}

.scan.preload img {
    width: 21.33333vw;
    height: 21.33333vw;
    margin-top: 1.6vw
}

.xmly {
    right: 6vw;
    top: calc(45% + 26.66667vw);
    z-index: 9
}

.xmly img {
    width: 22.66667vw
}

.modal {
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 89.73333vw;
    height: 60.26667vw;
    margin-left: -44.8vw;
    margin-top: -30.13333vw;
    background: url(../images/modal.png) no-repeat;
    background-size: 100% 100%
}

.modal .modal-content .close {
    position: absolute;
    top: 2.53333vw;
    right: 2.4vw;
    width: 6vw;
    height: 6vw;
    cursor: pointer
}

.modal .modal-content .copy {
    position: absolute;
    top: 23.33333vw;
    right: 10.4vw;
    width: 16.4vw;
    height: 6.4vw;
    cursor: pointer
}

.modal .modal-content .btn {
    position: absolute;
    bottom: 11.73333vw;
    left: 27.33333vw;
    width: 37.33333vw;
    height: 11.2vw;
    cursor: pointer
}

@media (orientation:landscape) {

    .header-m,
    body {
        font-size: 2.1164vw
    }

    .header-m {
        border-bottom: 1px solid #655435
    }

    .header-m a {
        line-height: 6.61376vw;
        padding: 0 1.76367vw
    }

    .header-m a::before {
        right: -.44092vw;
        line-height: 6.61376vw
    }

    .header-m .active::after {
        height: .35273vw;
        width: 10.05291vw;
        margin-left: -5.02646vw
    }

    .header-m .logo {
        right: 3.08642vw;
        width: 14.46208vw;
        height: 11.02293vw
    }

    .page1 {
        min-height: 76.71958vw
    }

    .page1 .download-link {
        bottom: 2.1164vw;
        width: 35.00882vw
    }

    .page1 .download-link a {
        height: 7.31922vw;
        margin-top: .88183vw
    }

    .yuyue {
        bottom: 13.93298vw;
        width: 23.63316vw;
        height: 6.87831vw
    }

    .role {
        padding-top: 26.27866vw
    }

    .role .swiper-container {
        height: 60.84656vw
    }

    .role .swiper-slide {
        width: 43.65079vw;
        height: 60.84656vw
    }

    .role .swiper-pagination {
        margin-top: 2.6455vw
    }

    .role .swiper-pagination .swiper-pagination-bullet {
        margin: 0 1.76367vw;
        border: 1px solid #5c5039;
        width: 2.82187vw;
        height: 2.82187vw
    }

    .role .swiper-pagination .swiper-pagination-bullet::after {
        width: 1.76367vw;
        height: 1.76367vw
    }

    .footer {
        padding: 17.63668vw 0 0
    }

    .scan {
        margin-top: -14.99118vw;
        right: 3.52734vw;
        padding-top: 20.63492vw
    }

    .scan a {
        height: 4.7619vw
    }

    .scan.preload {
        right: 3.52734vw;
        border: 1px solid #5e554d;
        font-size: 1.76367vw;
        padding: 1.0582vw 1.32275vw
    }

    .scan.preload img {
        width: 14.10935vw;
        height: 14.10935vw;
        margin-top: 1.0582vw
    }

    .xmly {
        right: 3.96825vw;
        top: calc(45% + 17.63668vw)
    }

    .xmly img {
        width: 14.99118vw
    }

    .modal .modal-content {
        width: 59.34744vw;
        height: 39.85891vw;
        margin-left: -29.62963vw;
        margin-top: -19.92945vw
    }

    .modal .modal-content .close {
        top: 1.67549vw;
        right: 1.5873vw;
        width: 3.96825vw;
        height: 3.96825vw
    }

    .modal .modal-content .copy {
        top: 15.4321vw;
        right: 6.87831vw;
        width: 10.84656vw;
        height: 4.2328vw
    }

    .modal .modal-content .btn {
        bottom: 7.76014vw;
        left: 18.0776vw;
        width: 24.69136vw;
        height: 7.40741vw
    }
}