* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0 auto;
    color: #ffd195;
    max-width: 750px;
    overflow-x: hidden;
    animation: fadeIn .5s;
}
img {
    display: block;
}
li {
    list-style: none;
}


.page-header {
    padding: 0 0 0。0;
    box-sizing: border-box;
}
.page-header img {
    width: 100%;
}
.page-header .banner {  
    margin-top: 0;
}

.page-main img {
    width: 100%;
}
.page-main .app {
    padding: .2rem .2rem 0;
    box-sizing: border-box;
}
.page-main .aa {
    margin-bottom: 1rem;
}
.page-main .aa {
    width: 7rem;
    margin: .5rem auto;
    display: block;
}
.page-main .aa img {
    animation: mymove 1s infinite linear;
}
@keyframes mymove {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}
.page-main .tips {
    margin-bottom: 0rem;
    padding: 0 .5rem;
    box-sizing: border-box;
}
.page-main .tips .subtitle {
    padding: 0 .4rem .4rem;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(238,215,164,.2);
}
.page-main .tips .tips-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-main .tips .tips-bottom img {
    width: auto;
    height: 0.4rem;
    padding: .4rem 0;
    margin: 0 auto;
}

.page-ms ul {
    padding: 0 .52rem;
}
.page-ms ul li {
    display: flex;
    justify-content: space-between;
}
.page-ms ul li:not(:first-child) {
    margin-top: .3rem;
}
.page-ms ul li p {
    width: 5.97rem;
    margin-right: .2rem;
    border-radius: 1rem;
    box-sizing: border-box;
    border: 1px solid #6A5C45;
    background: #000;
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.page-ms ul li span {
    display: block;
    font-size: 0.35rem;
    line-height: 0.77rem;
    text-align: center;

}
.page-ms ul li .ms {
    width: 1.8rem;
    color: #333;
    background: #e4c695;
}
.page-ms ul li .url {
    flex: 1;
    color: #fffade;
}
.page-ms ul li a {
    width: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.page-ms ul li a img {
    width: 100%;
}
.page-main-item {
    margin-top: .6rem;
}
.page-main-item .list {
    padding: 0 .3rem;
    box-sizing: border-box;
}
.page-main .recommend {
    margin-top: 0rem;
}
.page-main .recommend .list {
    margin-top: -.88rem;
}

.game {
    width: 100%;
    padding: 0 .3rem;
    box-sizing: border-box;

}
.game ul {
    width: 100%;
}

.game ul li {
    width: 80px;
    opacity: .3;
}
.game ul li img {
    width: 100%;
}
.game ul li.swiper-slide-next,
.game ul li.swiper-slide-prev,
.game ul li.swiper-slide-active {
    opacity: .88;
}


.page-footer {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 100%;
    z-index: 88;
    max-width: 750px;
    transform: translateX(-50%);
}

.page-footer img {
    width: 100%;
}
.page-footer a {
    /* width: 3.4rem;
    height: 1.6rem;
    position: absolute;
    top: 0.24rem;
    right: 0.1rem; */
}
.kefu {
    margin: -1.5rem -5rem 0 0;
    width: 1.72rem;
    position: fixed;
    right: 50%;
    top: 50%;
    z-index: 8;
}
.kefu img {
    width: 100%;
}

.swiper {
    overflow: hidden;
}
.swiper-slide img {
    width: 100%;
}

@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    animation: fadeIn .6s;
}
.popup-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
.popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.7rem;
    transform: translate(-50%, -50%);
}
.popup-main .close {
    width: 1.2rem;
    margin: .4rem auto 0;
    cursor: pointer;
}

.popup-main img,
.popup-main .close img {
    width: 100%;
}

@media (min-width: 767px) {
    .page {
        padding: 0 0 160px;
    }
    .page-header .banner {
        margin-top: 50px;
    }
    .kefu {
        margin-right: -375px;
    }
    .page .swiper-container-horizontal>.swiper-pagination-bullets, 
    .page .swiper-pagination-custom, 
    .page .swiper-pagination-fraction {
        bottom: 28px;
    }
    .page-footer a {
        width: 126px;
        top: 18px;
    }
    .popup-main {
        top: 44%;
    }
}
.linebox {
    display: none;
}

.navi {
    padding: 0.2rem 0.3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navi > li {
    margin: 10px 10px 20px 0;
    width: 33.33333333333%;
    float: left;
    box-sizing: border-box;
    border-radius: 6px;
    background-image: linear-gradient(20deg,#b09061,#fff4cb 69%,#fff2c2);
    border: 1px solid #fff4cb;
}

.navi li:nth-of-type(3) {
    margin: 10px 0px 20px 0;
}

.navi > li > a {
    padding-top: 0.4rem;
    height: 1.9rem;
    display: block;
    color: #62391d;
    font-size: 0.38rem;
    text-align: center;
    box-sizing: border-box;
    text-decoration:none;
}
.navi > li > a > span {
    margin-bottom: 0.15rem;
    display: block;
}
.navi > li > a > span img {
    margin: 0 auto;
    width: auto;
    height: 0.42rem;
    display: block;
}
/* 弹窗样式 */
.pop-cpt { z-index: 999999999; position: relative;}
.pop-cpt2 { display: flex; justify-content: center; align-items: center;position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,.5);z-index: 999999999;}
.pop-cpt a { text-decoration: none; color: inherit; display: block;}
.pop-cpt a:hover { text-decoration: none;}
.pop-cpt-bd {     width: 400px;
    height: 450px;
    padding: 0px 10px 0;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 14px;
    color: #333;
    font-family: "微软雅黑";
    position: relative;
    background-image: url(../image/tan.png);
    background-size: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    }
.pop-cpt-close { display: inline-block; height: 28px; line-height: 36px; padding: 0 15px; color: #8c4706; position: absolute; top: 0px; right: 25px; font-size: 14px;}