
.progText {
    color: #fff;
    text-align: center
}



body {
    margin: 0;
    background-color: #FFDD00;
    width: 100%;
    height: 100%
}

button {
    font-family: Verdana, Arial, Helvetica, sans -serif;
    font-size: 10px;
    outline: 0;
    border: 0;
    background-color: transparent
}



button:hover {
    cursor: pointer
}


#logo-preloader {
    position: relative;
    float: none;
    width: 100%;
    height: 110%;
    margin: 0;
    overflow: hidden;
    background-color: #252d36;
    z-index: 1000
}

#adpreloaderwrap {
    width: 100%;
    text-align: center;
    position: absolute;
    background-size: 25px 25px;
    min-height: 320px;
    min-width: 320px
}

#adtagwrap {
    text-align: center;
    margin-bottom: 12px;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    min-height: 320px;
    min-width: 320px;
    float: none
}

#gameName {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 5px;
    border: 0;
    outline: 0;
    position: relative
}

#progText {
    color: #000;
    line-height: 16px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    width: 100%
}

#playnow {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 100%;
    padding: 8px 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    background: #2a6797;
    border: 0;
    outline: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    position: relative;
    animation: playAnimate 500ms linear infinite alternate
}

#playnowprogress {
    background: #eef;
    line-height: 1em;
    height: 1.1em;
    font-size: 1.2em;
    padding: 8px 0;
    margin: 0 auto;
    text-align: center;
    position: relative
}

#playnowprogress-inner {
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: #d97d32;
    height: 100%
}

#mainContainer {
    position: fixed;
    z-index: 9999
}

#adContainer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff
}

#gameframediv {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

#top-banner {
    background-color: #fff;
    width: 100%;
    z-index: 999999;
    justify-content: center;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    margin-right: 0
}

.game_ad p {
    margin: 0 0 12px;
    height: 24px;
    line-height: 24px;
    background: #ccc
}

.game_ad p.close {
    text-align: right;
    padding-right: 10px;
    background-color: #31bdbd;
    font-family: initial;
    color: #fff
}

.game_ad p.close a {
    color: #fff;
    text-decoration: none
}

.gamestartad {
    background-color: #fff
}

.gameframeCtn {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff
}

.gameframe {
    display: block;
    overflow: hidden;
    border: none
}

.ad-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    text-align: center
}

.ad-mid {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff
}

a {
    text-decoration: none
}

header {
    width: 100%;
    background-color: #fff
}

.d-back i {
    font-size: 25px;
    line-height: 45px
}

.d-back img {
    width: 24px;
    margin-top: 10px
}

.d-share i {
    font-size: 25px;
    line-height: 45px
}

.scoreboard img {
    width: 18px;
    height: 18px;
    margin-top: 14px;
    line-height: 45px
}

.scoreboard span {
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    position: relative;
    bottom: 3px
}

.overcontent {
    margin-top: 50px
}

.barbase i {
    font-size: 30px;
    line-height: 30px;
    margin-top: 10px
}

.barbase p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#beginView {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1000
}

#ad-banner {
    height: 50px;
    margin-top: 5px;
    text-align: center
}

.game_ad {
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    position: relative;
    z-index: 5;
    display: block;
    width: auto;
    height: 25%;
    font-size: 12px;
    text-align: center;
    width: auto
}

.game_ad>div:nth-of-type(1) {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: wrap;
    align-content: space-between;
    padding: 8px;
    width: auto
}

.game_ad>div:nth-of-type(1)>span>img {
    width: 15px;
    height: 15px
}

.game_ad>div:nth-of-type(2) {}

.circleProgress_wrapper {
    width: 50px;
    height: 50px;
    position: relative
}

.wrapper {
    width: 25px;
    height: 50px;
    position: absolute;
    top: 0;
    overflow: hidden
}

.right {
    right: 1px
}

.left {
    left: 1px
}

.circleProgress {
    width: 45px;
    height: 45px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg)
}

#timer_begin {
    color: #ccc;
    line-height: 48px;
    font-size: 25px;
    font-family: microsoft yahei, 微软雅黑, simhei, 黑体
}

.game_ad>div:nth-of-type(2)>div:nth-of-type(1) {}

.game_ad>div:nth-of-type(2)>div:nth-of-type(2) {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #fffcfd;
    letter-spacing: 2px;
    line-height: 20px;
    font-size: 13px;
    font-family: Verdana
}

.game_ad>div:nth-of-type(2)>div:nth-of-type(3) {
    padding: 16px 5px 10px;
    color: #fffcfd;
    font-size: 13px;
    font-family: Verdana;
    width: auto;
    min-height: 50px
}

.game_ad>section {
    height: auto;
    width: auto;
    padding: 5px
}

#timer_begin {
    color: #6f6f6f;
    text-align: right;
    font-size: 13px
}

#play_btn_time {
    opacity: .9;
    color: #f9f9f9;
    text-align: right;
    background-color: #000;
    font-size: 13px;
    height: 21px
}

.ad_load_css {
    opacity: .4;
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    font-family: Roboto-Regular
}

.ad_btn_css {
    text-align: center;
    padding-top: 36px;
    color: #aff505;
    font-size: 40px;
    width: 100%
}

@media screen and(max-height:530px) {
    .ad_load_css {
        margin-bottom: 0;
        margin-top: 0
    }

    #timer_begin {
        line-height: 20px
    }

    .ad_btn_css {
        padding-top: 10px
    }
}

#start {
    margin: 0 auto 48px;
    position: relative;
    background: #666;
    font-size: 1.2em;
    animation: playAnimate 500ms linear infinite alternate
}

.progress-button .content {
    position: relative;
    display: block;
    z-index: 9
}

.progress-button .progress {
    background: #148544
}

#progress {
    background: #eef;
    line-height: 1em;
    height: 1.1em;
    font-size: 1em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative
}

#progress-inner {
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    background: #0078e7;
    height: 100%
}

.headerbar {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 16px 18px;
    background-color: #252d36
}

.headerbar h2 {
    color: #333;
    font-size: 20px;
    font-weight: 400
}

.headerbar .btn span {
    font-size: 22px
}

@media screen and(orientation:portrait) {
    #gameframediv {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    #top-banner {
        background-color: #000;
        width: 100%;
        z-index: 100;
        justify-content: center;
        display: flex;
        position: absolute;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }
}

@media screen and(orientation:landscape) {
    #gameframediv {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0
    }

    #top-banner {
        background-color: #000;
        width: 100%;
        z-index: 100;
        justify-content: center;
        display: flex;
        position: absolute;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }
}

.go-other {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 222;
    left: 10px;
    top: 50px;
    animation-name: breath;
    animation-duration: 1200ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-name: breath;
    -webkit-animation-duration: 1200ms;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    background-size: contain
}

@keyframes breath {
    from {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}

@-webkit-keyframes breath {
    from {
        opacity: .1
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .1
    }
}