body{
   
}
.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;
}

@keyframes playAnimate {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}
.gameList{
    margin: 10px auto;
    width: calc(100% - 8px);
    background-color: #fff;
    padding: 15px 15px 0;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #ebebf0, 0 2px 12px 0 rgba(0,0,0,.1);
}
.gameList h2{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.gameList h2 span{
    font-size: 24px;
    margin-right: 5px;
    color: #fc2745;
    vertical-align: middle;
}
.gameList li{
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gameList li a:nth-child(1){
    display: flex;
    width: calc(100% - 65px);
    justify-content: flex-start;
    align-items: center;
}
.gameList li a:nth-child(1) img{
    width: 80px;
    border-radius: 10px;
    margin-right: 10px;
}
.gameList li a:nth-child(1) dl{
    width: calc(100% - 100px);
}
.gameList li a:nth-child(1) dl dt{
    font-size: 16px;
    color:#000;
    line-height: 20px;
}
.gameList li a:nth-child(1) dl dd{
    font-size: 12px;
    color:#9d9d9d;
    line-height: 20px;
}
.gameList li a:nth-child(1) dl dd span{
    color: #F99D00;
}
.gameList li a:nth-child(2){
    display: block;
    color: #fff;
    background-color: #E00A0A;
    width: 63px;
    height: 26px;
    border-radius: 5px;
    text-align: center;
    line-height: 26px;
}
#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: 16px;
    font-weight: 600;
}
#describe h2 span{
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
    color:#4baf4f;
}
#describe p{
    font-size: 12px;
    color:#757575;
    line-height: 18px;
    margin-bottom: 15px;
}
#headerbar_detai_back{
	
	left:1rem;
}

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

#detail_ad1{
	height:250px;
}

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

.header_bar h2 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

#game_note_ad1{
	height:250px;
}


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

