* {
    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;
}

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

.logo {
    width: 50%;
    display: block;
    margin-left: 13%
}

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

.top-right {
    width: 138px;
    display: flex;
    justify-content: space-evenly;
}
.top-right img{
    width: 110px;
    margin-top: 6px;
}
.mn-box {
    width: 100%;
    max-width: 550px;
    height: 66%;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9;
    overflow: hidden;
}

.mn-box img {
    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: 99;
}

.btn-box {
    width: 100%;
    height: 23%;
    background: no-repeat center;
    background-size: 100% 100%;
    border-radius: 10px;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 999;
}
.bottom-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}
.bottom-img{
    width: 75%;
    margin: 0 auto;
}
.bottom-img img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.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: 90px;
    overflow: hidden;
}
.title02{
    display: none;
}
.page-title img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

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

.mfk-img {
    width: 130px;
    position: absolute;
    top: 14%;
    right: 8%;
}

.top-text {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
}
.h5-text01{
    width: 32%;
    position: absolute;
    top: 36%;
    left: 4%;
    z-index: 99;
}
.h5-text02{
    width: 22%;
    position: absolute;
    top: 22%;
    left: 7%;
    z-index: 99;
}
.h5-text03{
    width: 13%;
    position: absolute;
    bottom: 26%;
    left: 5%;
    z-index: 99;
}
.h5-text04{
    width: 20%;
    position: absolute;
    bottom: 55%;
    right: 15%;
    z-index: 99;
}
.h5-text05{
    width: 26%;
    position: absolute;
    top: 29%;
    right: 7%;
    z-index: 99;
}
.h5-text06{
    -webkit-animation-name: xing;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    width: 100%;
    position: absolute;
    bottom: 10%;
    right: 0%;
    z-index: 99;
}
.kefu-icon{
    width: 70px;
    position: fixed;
    top: 40%;
    right: 0%;
    z-index: 99999;
}
.kefu-icon img{
    width: 100%;
    display: block;
}
@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;
    }
}

@media screen and (min-width: 550px) {
    .page-box {
        display: block;
    }
    .qr-box {
        width: 220px;
        height: 220px;
        position: absolute;
        left: 6%;
        top: 33%;
        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: 320px;
        color: #fff;
        font-size: 40px;
        position: absolute;
        left: 25%;
        top: 34%;
        font-weight: 900;
    }
}

.kefu_div{
	width: 562px;
    z-index: 999999;
    height: 482px;
    position: fixed;
    bottom: 0;
    right: 5%;
}
.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;
	}
}