* {
    margin: 0;
    padding: 0;
}

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

.page-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 375px;
    position: fixed;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    background: rgba(0, 0, 0);
    padding: 10px;
    box-sizing: border-box;
    z-index: 9999;
}
.page-top a img{
	margin: 0 auto;
}
.page-top img {
    display: block;
}

.page-top img:nth-of-type(1) {
    width: 55%;
}

.page-top img:nth-of-type(2) {
    width: 25%;
    margin-top: 8px;
}

.mn-title-text {
    width: 100%;
    height: 260px;
    margin-top: 18%;
    position: relative;
}

.mn-title-text img:nth-of-type(1) {
    width: 61%;
    position: absolute;
    top: 5%;
    left: 15px;
    z-index: 9;
}

.mn-title-text img:nth-of-type(2) {
    width: 53%;
    position: absolute;
    top: 56%;
    left: 15px;
    z-index: 9;
}

.mn-title-text img:nth-of-type(3) {
    width: 45%;
    position: absolute;
    bottom: -22%;
    right: 5px;
}

@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;
}

.link-list {
    width: 90%;
    height: 310px;
    margin: 0 auto;
    background: #f1f1f9;
    position: relative;
    z-index: 999;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.link-list.on {
    height: 100%;
}

.link-title {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.link-title img {
    width: 60%;
    display: block;
}

.list {
    width: 100%;
    margin-bottom: 50px;
}

.link-li {
    width: 100%;
    height: 40px;
}

.link-li:nth-child(odd) {
    background: #efe9f3;
}

.link-li:nth-child(even) {
    background: #f1f1f9;
}

.link-li p {
    width: 50%;
    height: 100%;
    line-height: 40px;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    margin-right: 7%;
}

.link-li i {
    font-style: normal;
    color: #ff0078;
}

.link-li span {
    width: 46px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    float: left;
    text-align: center;
    border-radius: 4px;
    margin: 8px 20px 0 0;
    background: #f705b1;
}

.link-li a {
    width: 46px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    float: left;
    text-align: center;
    border-radius: 4px;
    margin: 8px 20px 0 0;
    background: #6600cd;
    text-decoration: none;
}

.more-btn {
    width: 100%;
    height: 49px;
    display: flex;
    font-size: 12px;
    color: #707070;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    background: #fff;
}

.more-btn img {
    width: 20px;
    height: 20px;
    display: block;
}

.introduce-box {
    width: 90%;
    margin: 0 auto;
    background: #f1f1f9;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 16px;
}

.introduce-top {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.introduce-top img {
    width: 100%;
    display: block;
}

.introduce-list {
    width: 94%;
    margin: 0 auto;
}

.introduce-li {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    font-size: 13px;
}

.introduce-li img {
    width: 15px;
    float: left;
    margin-right: 4px;
}

.introduce-li span {
    float: left;
    color: #de00d1;
}

.introduce-li p {
    max-width: 70%;
    float: left;
}

.browser-box {
    width: 90%;
    margin: 0 auto;
    margin: 0 auto;
    background: #f1f1f9;
    border-radius: 10px;
    padding-bottom: 10px;
    margin-top: 16px;
}

.browser-top {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.browser-top img {
    width: 100%;
    display: block;
}

.browser-list {
    width: 90%;
    margin: 0 auto;
}

.browser-li {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.browser-li img {
    width: 20px;
    float: left;
    margin-top: 9px;
    margin-right: 6px;
}

.browser-li p {
    float: left;
    font-size: 12px;
}

.browser-li a {
    color: #fff;
    background: #17a559;
    padding: 2px 6px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 3px;
    float: right;
    margin-top: 8px;
    text-decoration: none;
}

.copyright-box {
    width: 100%;
    line-height: 1.8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
}

@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;
}

.kefu {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 40%;
    right: 0px;
    z-index: 9999;
}

.kefu img {
    width: 100%;
    display: block;
}
.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;
	}
}