body {
    background-color: #FBFBFB;
}

body>* {
    text-align: left;
}

.headerbar {
    box-shadow: inset 0 0 0 1px #ebebf0, 0 2px 12px 0 rgba(0, 0, 0, .1);
}

#thum {
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: calc(100% - 8px);
    margin: 10px auto;
    padding: 15px 10px;
    box-shadow: inset 0 0 0 1px #ebebf0, 0 2px 12px 0 rgba(0, 0, 0, .1);
}

#thum > a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

#thum > a > img {
    width: 120px;
    border-radius: 6px;
    margin-right: 15px;
}

#thum > a dl {
    width: calc(100% - 140px);
}

#thum > a dl dt {
    color: #212121;
    font-size: 18px;
    margin: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#thum > a dl dd .gameType {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#thum > a dl dd .star {
    width: 146px;
    margin: 5px 0;
}

#thum > a dl dd.p {
    color: #bdbdbd;
    font-size: 12px;
}

#thum > a dl dd.p span {
    color: #ffc107;
}

#play {
    display: block;
    color: #fff;
    background-color: #fc2745;
    font-size: 18px;
    font-weight: 700;
    width: 80%;
    margin: 15px auto;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-radius: 12px;
    text-decoration: none;
    animation: playAnimate 500ms linear infinite alternate;
}

@keyframes playAnimate {
    0% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

#gameList {
    /*background-color: #fff;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: calc(100% - 8px);
    margin: 10px auto;
    padding: 10px;
    /*box-shadow: inset 0 0 0 1px #ebebf0, 0 2px 12px 0 rgba(0, 0, 0, .1);*/
}

#gameList h2 {
    margin-bottom: 10px;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
}

#gameList h2 span {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    color: #ff0006;
}

.gameList {
    /*padding: 0 15px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gameList li {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
}

.gameList li a {
    display: block;
}

.gameList li a img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.gameList li a h3 {
    text-align: center;
    line-height: 18px;
    max-height: 36px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(71, 74, 79, .87);
    overflow: hidden;
}

.gameList li a p {
    font-size: 12px;
    color: #9d9d9d;
    text-align: center;
}

.gameList li a p span {
    color: #F99D00;
}

#describe {
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: calc(100% - 8px);
    margin: 10px auto;
    padding: 10px;
    box-shadow: inset 0 0 0 1px #ebebf0, 0 2px 12px 0 rgba(0, 0, 0, .1);
}

#describe h2 {
    margin-bottom: 10px;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
}

#describe h2 span {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    color: #4baf4f;
}

#describe p {
    font-size: 16px;
    color: #757575;
    line-height: 24px;
    margin-bottom: 15px;
}

#headerbar_detai_back {

    left: 1rem;
}

#detail_ad1锛�#detail_ad2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

#detail_ad1 {
    height: 250px;
    justify-content: center;
    display: flex;
    margin-bottom: 35px;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}
