﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    max-width: 612px;
    margin: 0 auto;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

#app {
    height: 100%;
}


.wrapper {
    min-height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    /*背景图锁定不滚动*/
    /*background-attachment: fixed;*/
    /*background-size: 100% 100%;*/
    background-size: 100%;
    display: flex;
    flex-direction: column;
}

.view-content {
    flex: 1;
    margin-bottom: 0.33rem;
}

#popfullad {
    text-align: -webkit-center;
}

.swiper-container {
    overflow: hidden;
    height: 100%;
    max-width: 800px;
}

    .swiper-container ul li a img {
        width: 100%;
        height: 100%;
        transform: translate3d(0, 0, 0);
    }



.menu-list {
    padding: 0.4rem 0.5rem 0;
    /*width: calc(100% - 1rem);*/
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

    .menu-list .grid {
        width: 100%;
    }

        .menu-list .grid .item {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
        }

        .menu-list .grid .menu-title {
            font-size: 0.7rem;
            margin-top: 0.5rem;
            padding: 0 0.2rem;
            text-align: center;
        }

        .menu-list .grid .menu-sub-title {
            font-size: 0.55rem;
            line-height: 0.55rem;
            padding: 0 0.2rem;
            margin-bottom: 0.5rem;
        }

        .menu-list .grid a {
            color: #fff;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            /* 09 */
            -webkit-box-orient: vertical;
            /* 12 */
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            -o-flex-direction: column;
            flex-direction: column;
            /* 09 */
            -webkit-box-pack: end;
            /* 12 */
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -o-justify-content: flex-start;
            justify-content: flex-start;
            /* 09 */
            -webkit-box-align: center;
            /* 12 */
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -o-align-items: center;
            align-items: center;
            flex-grow: 1;
            height: 100%;
            overflow: hidden;
            /*20220415 louyx新增*/
            justify-content: center;
        }

        .menu-list .grid i {
            padding-top: 0.7rem;
            font-size: 1.6rem;
            line-height: 2rem;
            display: flex;
            align-items: center;
        }

        .menu-list .grid img {
            width: 3.25rem;
            height: 3.25rem;
            max-width: 100%;
        }



.grid {
    display: grid;
    grid-column-gap: 9px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 3.48rem 3.88rem 3.88rem 3.88rem;
}

    .grid div {
        min-height: 50px;
    }

    .grid .span-col-1 {
        grid-column-end: span 1;
    }

    .grid .span-col-2 {
        grid-column-end: span 2;
    }

    .grid .span-col-3 {
        grid-column-end: span 3;
    }

    .grid .span-col-4 {
        grid-column-end: span 4;
    }

    .grid .span-col-5 {
        grid-column-end: span 5;
    }

    .grid .span-col-6 {
        grid-column-end: span 6;
    }

    .grid .span-col-7 {
        grid-column-end: span 7;
    }

    .grid .span-col-8 {
        grid-column-end: span 8;
    }

    .grid .span-col-9 {
        grid-column-end: span 9;
    }

    .grid .span-row-1 {
        grid-row-end: span 1;
    }

    .grid .span-row-2 {
        grid-row-end: span 2;
    }

    .grid .span-row-3 {
        grid-row-end: span 3;
    }

    .grid .span-row-4 {
        grid-row-end: span 4;
    }

    .grid .span-row-5 {
        grid-row-end: span 5;
    }

    .grid .span-row-6 {
        grid-row-end: span 6;
    }

    .grid .span-row-7 {
        grid-row-end: span 7;
    }

    .grid .span-row-8 {
        grid-row-end: span 8;
    }

    .grid .span-row-9 {
        grid-row-end: span 9;
    }

    .grid .item {
        width: 100%;
        /*background-size: contain;*/
        background-size: cover;
        background-repeat: no-repeat;
        --animate-duration: 2s;
    }

    .grid .item2 {
        height: 100%;
    }



.footer-box {
    padding: 0.3rem 0;
    /* padding: 5px 0px; */
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.5rem;
}

/*倒计时*/
.closeTime {
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    height: 25px;
    line-height: 25px;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 25px;
    color: #666;
    z-index: 9;
    cursor: pointer;
    margin: 10px 0px 0px 5px;
}

.countdownContainer {
    height: 60px;
    width: 100%;
    height: 60px;
    min-height: 36px;
    padding: 8px 16px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.countdown {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-block;
}

    .countdown .countdown-item {
        background: #004285 !important;
        position: relative;
        float: left;
        height: 40px;
        border-radius: 4px;
        margin-right: 24px;
        text-align: center;
    }

        .countdown .countdown-item .countdown__item__num {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            min-width: 38px;
            padding: 0 9px;
            line-height: 24px;
            font-size: 16px;
            color: #fff;
        }

        .countdown .countdown-item .countdown__item__word {
            /*border-color: #004a95 !important;
            border-top: 1px solid #000;*/
            color: hsla(0, 0%, 100%, 0.7) !important;
            height: 16px;
            line-height: 16px;
            font-size: 12px;
            -webkit-transform: scale(0.67);
            transform: scale(0.67);
        }
/*倒计时*/

/*音乐*/
.music {
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 21px;
}

.music {
    width: 30px;
    height: 30px;
    background: url("https://file-bj.mscps.com/static/images/play.png") center no-repeat;
    background-size: cover;
}

    .music.stop {
        background-image: url("https://file-bj.mscps.com/static/images/stop.png");
        opacity: 0.8;
    }

    .music.play {
        animation: circle 4.5s infinite linear;
    }

@keyframes circle {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

audio {
    display: none;
}
/*音乐*/

.childrenbox {
    width: 100%;
    height: 100%;
}

    .childrenbox .parent_title {
        color: #ffffff;
        text-align: center;
        padding: 1.5rem 0 1rem 0;
        font-size: 0.8rem;
    }

    .childrenbox .childrenmenu {
        font-size: 0.7rem;
        max-height: calc(100% - 6rem);
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .childrenbox .childrenmenu .childrenmenu-item {
            color: #ffffff;
            width: 31%;
            /*background-color: transparent;*/
            min-height: 4.75rem;
            flex-grow: inherit;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 3px;
        }

.childrenmenu-item i {
    padding-top: 0rem;
    width: 3.25rem;
    height: 3.25rem;
    justify-content: center;
    /*background-color: #C45858;*/
    border-radius: 2.5rem;
    font-size: 1.60rem;
    color: #FFFFFF;
    line-height: 2rem;
    display: flex;
    align-items: center;
}

.childrenmenu-item img {
    /*width: 3.25rem;
    height: 3.25rem;*/
    max-width: 100%;
}

.childrenbox .childrenmenu .childrenmenu-item img {
    /*width: 3.25rem;
    height: 3.25rem;*/
    background-color: transparent;
    display: block;
    margin: 0 auto;
    padding: 0 !important;
}

.childrenmenu-title {
    font-size: 0.625rem;
    line-height: 0.75rem;
    color: #000000;
    margin-top: 0.2rem;
}

.layershadows {
    /*background-color: rgba(200, 200, 200, 0.89) !important;*/
    background-color: rgb(255 255 255) !important;
}
