﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    max-width: 612px;
    margin: 0 auto;
}

#app {
    width: 100%;
    height: 100%;
}

/*音乐*/
.music {
    position: absolute;
    z-index: 99;
    top: 60px;
    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;
}
/*音乐*/

.content-header {
    width: 100%;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    padding: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    background-color: #4e88ff;
    color: #fff;
    font-size: 0.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .content-header.flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content-header a {
        text-decoration: none;
        color: inherit;
    }

.wrapper {
    position: relative;
    /*min-height: 100%;*/
    /*    padding-top: 2rem;
    padding-bottom: 2rem;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}


.wrapper-footer {
    padding-bottom: 0;
}

.wrapper-h0 {
    height: 100%;
}

.wrapper-h2 {
    height: calc(100% - 2rem);
}

.wrapper-h4 {
    height: calc(100% - 4rem);
}

.content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
    flex: 1;
}

    .content .contentInfo {
        padding: 0.5rem;
        height:100%;
    }

    .content img {
        max-width: 100%;
        height: auto;
    }

.foot_bar a {
    text-decoration: none;
    color: inherit;
}

.foot_bar {
    height: 2rem;
    line-height: 2rem;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.6rem;
    z-index: 9999;
}

    .foot_bar .btn-home {
        width: 30%;
        background-color: #fff;
        display: block;
        height: 100%;
        text-align: center;
        color: inherit;
        line-height: 1.1;
        color: #4e88ff;
        font-size: 0.5rem;
    }

        .foot_bar .btn-home i {
            font-size: 0.9rem;
            margin-top: 0.3rem;
            color: inherit;
            display: block;
        }

    .foot_bar .btn-regist {
        background-color: #E74C3C;
        text-align: center;
        width: 70%;
        color: #fff;
    }

.content-img {
    padding: 0px;
}

/*菜单*/
.menu_aslide .menu_aslide-shadow {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 2rem;
    z-index: 999;
}

.menu_aslide-tag a {
    text-decoration: none;
}

.menu_aslide .menu_aslide-shadow {
    -webkit-transition: all 0.01s linear;
    -moz-transition: all 0.01s linear;
    -ms-transition: all 0.01s linear;
    -o-transition: all 0.01s linear;
    transition: all 0.01s linear;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.menu_aslide .menu_aslide-tag {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.menu_aslide.active .menu_aslide-shadow, .menu_aslide.active .menu_aslide-tag {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.menu_aslide .menu_aslide-tag {
    width: 40%;
    max-width: 400px;
    background-color: #fff;
    position: fixed;
    right: 0;
    top: 2rem;
    bottom: 0;
    overflow-y: auto;
    z-index: 999;
}


    .menu_aslide .menu_aslide-tag a {
        display: block;
        font-size: 0.6rem;
        padding: 0.5rem;
        color: inherit;
        border-bottom: 1px solid #f9f9f9;
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 100%;
    }

        .menu_aslide .menu_aslide-tag a.nav-sub-title {
            color: #999;
            font-size: 0.55rem;
            margin-left: 0.3rem;
            padding: 0.3rem 0.5rem;
        }

.menu_aslide-tag.menu_aslide-foot {
    bottom: 2rem;
}

#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);
    }

/*倒计时*/
.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);
        }

.layershadows {
    background-color: rgba(200, 200, 200, 0.89) !important;
}
