html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a:focus {
    outline: 0
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

body {
    width: 100%;
    overflow-x: hidden;
    font: 12px/18px "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    background: #efefef
}

li {
    list-style-type: none
}

.c-main {
    background: #fc982c
}

.c-green {
    background: #5ac3a5
}

.hide {
    display: none
}

.h5-page {
    width: 100%;
    min-height: 100%;
    z-index: 1;
    background: #efefef
}

.h5-page .page-content {
    width: 100%;
    position: relative;
    top: 0;
    box-sizing: border-box
}

.h5-page .page-content ul {
    width: 100%;
    position: relative
}

.h5-page .page-content ul li {
    margin: 10px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    position: relative
}

.h5-page .page-content ul li>a {
    text-decoration: none
}

.h5-page .page-content ul li>a:visited, .h5-page .page-content ul li>a,
.h5-page .page-content ul li>a:active {
    color: inherit
}

.h5-page .page-content ul li img.game-icon {
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px
}

.h5-page .page-content ul li .game-intro {
    width: 60%;
    padding-top: 4px;
    float: left
}

.h5-page .page-content ul li .game-intro h3 {
    margin-bottom: 5px
}

.h5-page .page-content ul li .game-intro h3 .type-tip {
    color: #fff;
    padding: 2px;
    border-radius: 5px;
    font-size: 12px;
    -webkit-border-radius: 5px
}

.h5-page .page-content ul li .game-todo {
    min-height: 60px;
    float: right
}

.h5-page .page-content ul li .game-todo .btn {
    background: #fff;
    border: 1px solid #cd5c5c;
    color: #cd5c5c;
    padding: 4px 8px;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 24px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    z-index: 11
}

.h5-page .page-content ul li .stutas-tip {
    width: 0;
    height: 0;
    border-top: 40px solid #cd5c5c;
    border-left: 40px solid #fff;
    position: absolute;
    top: 0;
    right: 0
}

.h5-page .page-content ul li .stutas-tip:after {
    height: 30px;
    border-right: 1px solid #cd5c5c;
    position: relative;
    left: -30px;
    top: -30px;
    content: ""
}

.h5-page .page-content ul li .stutas-tip-text {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff
}

.spinner {
    margin: 100px auto;
    width: 60px;
    height: 60px;
    position: relative;
    top: 80px;
    text-align: center;
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    display: none
}

.dot1, .dot2 {
    width: 50%;
    height: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #5ac3a5;
    border-radius: 100%;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

