﻿* {
    margin: 0;
    padding: 0;
}

.page-box {
    width: 100%;
    max-width: 550px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #000 no-repeat center;
    background-size: 100%;
}

.page-top {
    width: 100%;
    max-width: 550px;
    box-sizing: border-box;
    padding: 10px 4px 10px 15px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.logo {
    width: 50%;
    display: block;
}

.kefu {
    width: 35px;
    margin: 0 auto;
    display: block;
}

.top-right {
    width: 138px;
    display: flex;
    justify-content: space-evenly;
}

.mn-box {
    width: 90%;
    max-width: 550px;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.mn-box img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.text-content {
    width: 100%;
    max-width: 550px;
    height: 80%;
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 999;
}

.btn-box {
    width: 96%;
    padding: 15px 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-li {
    width: 48%;
}

.btn-li img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.btn-li a {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 14px;
}

.page-title {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.page-title img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.title02 {
    display: none;
}

.text-img {
    width: 94%;
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.text-type {
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, 0%);
}

.mfk-img {
    width: 26%;
    position: absolute;
    left: 79%;
    top: 71%;
    transform: translate(-50%, 0%);
}

.top-text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
}

@keyframes xing {
    0% {
        transform: scale(0.9);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.my_xing {
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
}

@keyframes xing1 {
    0% {
        transform: scale(0.96);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.96);
    }

    75% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.96);
    }
}

.mn {
    -webkit-animation-name: xing1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
}

@media screen and (max-width: 550px) {
    .page-box {
        display: block;
    }

    .page-pc {
        display: none;
    }
}

@media screen and (min-width: 550px) {
    .page-box {
        display: none;
    }

    .page-pc {
        width: 100%;
        height: 100%;
        min-width: 1460px;
        min-height: 1000px;
        position: fixed;
        top: 0px;
        left: 0px;
        display: block;
        background: #000 no-repeat center;
        background-size: 100%;
    }

    .pc-top {
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        overflow: hidden;
        padding: 20px 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 9999;
    }

    .pc-logo img {
        height: 60px;
        float: left;
    }

    .pc-btn-box {
        overflow: hidden;
        float: left;
    }

    .pc-btn-box a {
        width: 100px;
        height: 60px;
        float: left;
        color: #fff;
        font-size: 20px;
        padding: 0 10px;
        font-style: normal;
        text-decoration: none;
        display: flex;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: center;
        align-items: center;
    }

    .pc-title {
        width: 600px;
        height: 160px;
        overflow: hidden;
    }

    .pc-btn-box a img {
        width: 30px;
        display: block;
        margin-right: 6px;
        margin: 0 auto;
    }

    .pc-btn-box a span {
        width: 100%;
        display: block;
        font-size: 14px;
        text-align: center;
    }

    .pc-content {
        width: 1400px;
        height: 100%;
        position: relative;
        margin: 0 auto;
    }

    .pc-img01 {
        height: 81%;
        position: absolute;
        right: 0%;
        top: 2%;
    }

    .pc-img02 {
        position: absolute;
        left: 36%;
        top: 58%;
        z-index: 99;
    }

    .pc-img03 {
        position: absolute;
        left: 3%;
        top: 6%;
        width: 50%;
    }

    .pc-img04 {
        position: absolute;
        left: 6%;
        top: 60%;
        width: 40%;
    }

    .pc-img05 {
        position: absolute;
        left: 44%;
        top: 28%;
    }

    .pc-img06 {
        position: absolute;
        left: 78%;
        top: 28%;
    }

    .pc-img07 {
        position: absolute;
        left: 75%;
        top: 49%;
    }

    .pc-img08 {
        position: absolute;
        left: 45%;
        top: 62%;
    }

    .pc-img09 {
        position: absolute;
        left: 70%;
        top: 62%;
    }

    .pc-img10 {
        position: absolute;
        left: 49%;
        top: 49%;
        width: 50%;
    }

    .pc-img11 {
        position: absolute;
        left: 25%;
        top: 47%;
    }

    .qr-box {
        width: 220px;
        height: 220px;
        position: absolute;
        left: 6%;
        top: 31%;
        background: #fff;
        padding: 10px;
    }

    .qr-box .qr-logo {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .qr-text {
        width: 280px;
        color: #fff;
        font-size: 40px;
        position: absolute;
        left: 25%;
        top: 32%;
        font-weight: 900;
    }
}