* {
    margin: 0;
    padding: 0;
}

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

.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(-53%, -15%);
    z-index: 999;
}

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

.kefu {
    width: 50px;
    display: block;
}

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

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

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

.text-content img:nth-of-type(1) {
    width: 22%;
    position: absolute;
    left: 3%;
    top: 4%;
    z-index: 99;
}
.text-content img:nth-of-type(2) {
    width: 22%;
    position: absolute;
    left: 3%;
    top: 4%;
    z-index: 99;
}

.text-content img:nth-of-type(3) {
    width: 60%;
    position: absolute;
    left: 17%;
    top: 59%;
}

.text-content img:nth-of-type(4) {
    width: 20%;
    position: absolute;
    top: 57%;
    right: 7%;
    z-index: 9999;
}

.text-content img:nth-of-type(5) {
    width: 20%;
    position: absolute;
    top: 6%;
    left: 37%;
    z-index: 9999;
}

.text-content img:nth-of-type(6) {
    width: 30%;
    position: absolute;
    top: 15%;
    left: 31%;
    z-index: 9999;
}

.text-content img:nth-of-type(7) {
    width: 27%;
    position: absolute;
    top: 20%;
    right: 4%;
    z-index: 9999;
}

.btn-box {
    width: 96%;
    padding: 15px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    bottom: 0%;
    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;
}

@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.98);
    }

    25% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.98);
    }

    75% {
        transform: scale(1);
    }

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

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

.logo-box {
    width: 100%;
    position: absolute;
    bottom: 18%;
}

.logo-box img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

/* PC */
@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;
        position: fixed;
        top: 0px;
        left: 0px;
        display: block;
        background: no-repeat center;
        background-size: cover;
    }

    .pc-top {
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        overflow: hidden;
        padding: 20px 0;
        display: flex;
        justify-content: space-evenly;
        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 {
        height: 100%;
        float: left;
        color: #fff;
        font-size: 20px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        font-style: normal;
        text-decoration: none;
    }

    .pc-btn-box a img {
        margin-right: 6px;
    }

    .pc-btn-box a:nth-of-type(3) img {
        width: 28px;
    }

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

    .pc-img01 {
        height: 105%;
        position: absolute;
        right: -9%;
        top: -15%;
    }

    .pc-img02 {
        position: absolute;
        right: 42%;
        top: 37%;
        z-index: 999;
    }

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

    .pc-img04 {
        position: absolute;
        left: 56%;
        top: 13%;
    }

    .pc-img05 {
        position: absolute;
        left: 61%;
        top: 6%;
    }

    .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: 11%;
        top: 63%;
        width: 42%;
    }

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

    .qr-box {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 8%;
        top: 33%;
        background: #fff;
        padding: 10px;
    }

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

    .qr-text {
        width: 280px;
        color: #fff;
        font-size: 40px;
        position: absolute;
        left: 25%;
        top: 34%;
        font-weight: 900;
    }
}
.fixContent {
    position: fixed;
    right: 0px;
    width: 170px;
    z-index: 99;
}.kefu_tip{
	position: fixed;top: 30%;right: 0;z-index: 999999;
}
.kefu_div{
	width: 562px;
    z-index: 999999;
    height: 482px;
    position: fixed;
    bottom: 0;
    right: 5%;
}
.kefu_div iframe{
	border: 0px;
}
.kefu_close{
	position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
@media (max-width: 992px) {
	.kefu_div{
		width: 100%;
		height: 100%;
		right: 0;
	}
}