.page_body{
    padding: 20px 0 0;
}
.page_body>.row_1{
    width: 1200px;
    background: rgba(255, 106, 31, 1);
    position: relative;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border-radius: 12px;
    /*overflow: hidden;*/
}
.page_body>.row_1>.left>.top{
    display: flex;
    justify-content: space-between;
}
.page_body>.row_1>.left>.top>.left>.row_1{
    width: 457px;
    height: 254px;
    margin-bottom: 20px;
}
.page_body>.row_1>.left>.top>.left>.row_1>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page_body>.row_1>.left>.top>.left>.row_2{
    display: flex;
    width: 457px;
    height: 84px;
    overflow: auto;

    margin-bottom: 30px;
}
.page_body>.row_1>.left>.top>.left>.game_img::-webkit-scrollbar{
    display: none;
}
.page_body>.row_1>.left>.top>.left>.row_2>.game_img_item{
    flex: none;
    width: 180px;
    height: 84px;
    margin-right: 9px;
    cursor: pointer;
}
.page_body>.row_1>.left>.top>.left>.row_2>.game_img_item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page_body>.row_1>.left>.top>.left>a>.row_3{
    width: 457px;
    height: 50px;
    border-radius: 12px;
    cursor: pointer;
    background: rgba(251, 255, 31, 1);
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 800;
    font-size: 20px;
    color: #FF6A1F;
    line-height: 50px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: #FBFF1F;
    box-shadow: 0px 4px 0px 0px #D0D400;
}
.page_body>.row_1>.left>.top>.right{
    margin-left: 20px;
}
.page_body>.row_1>.left>.top>.right>.row_1{
    display: flex;
    align-items: flex-start;
}
.page_body>.row_1>.left>.top>.right>.row_1>.left_img{
    margin-right: 12px;
}
.page_body>.row_1>.left>.top>.right>.row_1>.left_img>img{
    width: 126px;
    height: 126px;
}
.page_body>.row_1>.left>.top>.right>.row_1>.right_games_info{
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0 7px;
    width: calc(437px - 126px - 12px);
}
.page_body>.row_1>.left>.top>.right>.row_1>.right_games_info>.name{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page_body>.row_1>.left>.top>.right>.row_1>.right_games_info>.sta{
    display: grid;
    grid-template-columns: repeat(5,24px);
    grid-template-rows: 24px;
    margin-bottom: 12px;
}
.page_body>.row_1>.left>.top>.right>.row_1>.right_games_info>.sta>img{
    width: 24px;
    height: 24px;
}
.page_body>.row_1>.left>.top>.right>.row_1>.right_games_info>.tag_list{
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.page_body>.row_1>.left>.top>.right>.row_1>.right_games_info>.tag_list::-webkit-scrollbar{
    display: none;
}
.page_body>.row_1>.left>.top>.right>.row_1>.right_games_info>.tag_list>.tag{
    padding: 8px 10px;
    border: 1px solid #F89255;
    border-radius: 12px;
    margin-right: 12px;
}
.page_body>.row_1>.left>.top>.right>.row_2{
    width: 437px;
    height: 292px;
    background: #F89357;
    border-radius: 12px 12px 12px 12px;
    padding: 12px 12px 16px 15px;
    margin-top: 16px;
}
.page_body>.row_1>.left>.top>.right>.row_2>.title{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.page_body>.row_1>.left>.top>.right>.row_2>.content{
    width: 410px;
    font-weight: 500;
    font-size: 14px;
    color: #FFE7D9;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
    line-height: 20px;
    word-spacing: 4px;
}
.page_body>.row_1>.left>.bottom{
    height: 210px;
    width: 913px;
    background: #F89357;
    border-radius: 12px 12px 12px 12px;
    color: #FFFFFF;
    font-size: 64px;
    text-align: center;
    line-height: 210px;
    position: relative;
    margin-top: 20px;
}
.page_body>.row_1>.left>.bottom>.right_top{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 12px;
    line-height: 12px;
}
.page_body>.row_1>.right{
    width: 206px;
    height: 668px;
    background: #F89357;
    border-radius: 12px 12px 12px 12px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: right;
    padding: 5px 10px;
}

.page_body>.row_2_info{
    width: 1200px;
    height: 300px;
    position: relative;
    margin: 50px auto 0;
    background: rgba(255, 106, 31, 1);
    border-radius: 12px;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
.page_body>.row_2_info>.games_info{
    display: flex;
    align-items: flex-start;
}
.page_body>.row_2_info>.games_info>.left_img{
    margin-right: 12px;
}
.page_body>.row_2_info>.games_info>.left_img>img{
    width: 126px;
    height: 126px;
}
.page_body>.row_2_info>.games_info>.right_games_info{
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0 7px;
}
.page_body>.row_2_info>.games_info>.right_games_info>.name{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.page_body>.row_2_info>.games_info>.right_games_info>.sta{
    display: grid;
    grid-template-columns: repeat(5,24px);
    grid-template-rows: 24px;
    margin-bottom: 12px;
}
.page_body>.row_2_info>.games_info>.right_games_info>.sta>img{
    width: 24px;
    height: 24px;
}
.page_body>.row_2_info>.games_info>.right_games_info>.tag_list{
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.page_body>.row_2_info>.games_info>.right_games_info>.game-tag_list{
    width: 250px;
}
.page_body>.row_2_info>.games_info>.right_games_info>.game-tag_list::-webkit-scrollbar{
    display: none;
}
.page_body>.row_2_info>.games_info>.right_games_info>.tag_list>.tag{
    padding: 8px 10px;
    border: 1px solid #F89255;
    border-radius: 12px;
    margin-right: 12px;
}
.page_body>.row_2_info>.content{
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    margin-top: 20px;
    line-height: 22px;
}
.page_body>.row_2_info>a>.btn{
    width: 456px;
    height: 50px;
    background: #FBFF1F;
    box-shadow: 0px 4px 0px 0px #D0D400;
    border-radius: 12px 12px 12px 12px;
    position: absolute;
    top: 90px;
    right: 30px;
    line-height: 50px;
    text-align: center;
    color: rgba(255, 106, 31, 1);
    font-size: 20px;
    font-weight: 800;
}
.page_body>.row_2_info>.left_top{
    position: absolute;
    left: -20px;
    top: -20px;
    background-image: url("/assets/images/games/07.png");
    background-size: contain;
    width: 156px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 106, 31, 1);
    font-size: 16px;
    font-weight: bold;
}

.page_body>.row_3_info{
    height: 200px;
    width: 1200px;
    position: relative;
    margin: 30px auto 0;
    background: #FF6A1F;
    border-radius: 12px 12px 12px 12px;
    color: rgba(255, 255, 255, 1);
    font-size: 75px;
    line-height: 200px;
    text-align: center;
}
.page_body>.row_3_info>span{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    line-height: 12px;
}

.page_body>.row_4_list{
    width: 1200px;
    position: relative;
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 28px 4px 30px;
    background-color: rgba(255, 106, 31, 1);
    border-radius: 12px;
    gap: 26px;
}
.page_body>.row_4_list>.recommend_item{
    width: 120px;
    height: 120px;
    position: relative;
    cursor: pointer;
}
.page_body>.row_4_list>.recommend_item:hover>a>span{
    display: block;
}
.page_body>.row_4_list>.recommend_item>a>span{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff8d3f;
    border-radius: 0 0 15px 15px;
    text-align: center;
    color: #fff;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.page_body>.row_4_list>.recommend_item>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page_body>.row_4_list>img:nth-child(8n){
    margin-right: 0;
}
.page_body>.row_4_list>.left_top{
    position: absolute;
    left: -20px;
    top: -20px;
    background-image: url("/assets/images/games/08.png");
    background-size: contain;
    width: 301px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 106, 31, 1);
    font-size: 16px;
    font-weight: bold;
}


.adv_left>.row_4_list{
    width: 194px;
    position: relative;
    margin: 2px auto 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 4px 1px 0px;
    background-color: rgba(255, 106, 31, 1);
    border-radius: 12px;
    gap: 18px;
}
.adv_left>.row_4_list>.recommend_item{
    width: 80px;
    height: 80px;
    position: relative;
    cursor: pointer;
}
.adv_left>.row_4_list>.recommend_item:hover>a>span{
    display: block;
}
.adv_left>.row_4_list>.recommend_item>a>span{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff8d3f;
    border-radius: 0 0 15px 15px;
    text-align: center;
    color: #fff;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.adv_left>.row_4_list>.recommend_item>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.adv_left>.row_4_list>img:nth-child(8n){
    margin-right: 0;
}
.adv_left>.row_4_list>.left_top{
    position: absolute;
    left: -20px;
    top: -20px;
    background-image: url("/assets/images/games/08.png");
    background-size: contain;
    width: 301px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 106, 31, 1);
    font-size: 16px;
    font-weight: bold;
}

.page_body>.row_5_info{
    width: 1200px;
    height: 344px;
    position: relative;
    margin: 50px auto 43px;
    background-color: rgba(255, 106, 31, 1);
    border-radius: 12px;
    padding: 56px 30px;
}
.page_body>.row_5_info>.left_top{
    position: absolute;
    left: -20px;
    top: -20px;
    background-image: url("/assets/images/games/09.png");
    background-size: contain;
    width: 101px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 106, 31, 1);
    font-size: 16px;
    font-weight: bold;
}
.page_body>.row_5_info>.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
    position: relative;
    margin:auto;
    color: #FFFFFF;
    font-size: 14px;
}
.page_body>.row_5_info>.input{
    width: 100%;
    height: 150px;
    border-radius: 12px;
    background-color: rgba(250, 151, 89, 1);
    padding: 15px 20px;
    border: none;
    outline: none;
    margin-top: 16px;
}
.page_body>.row_5_info>.submit{
    width: 91px;
    height: 44px;
    background: #FAFF1F;
    box-shadow: 0px 2px 0px 0px #D0D400;
    border-radius: 12px 12px 12px 12px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    text-align: center;
    line-height: 44px;
    color: rgba(255, 106, 31, 1);
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
}

#gameView{
    height: 580px;
    width: 788px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
#gameView>iframe{
    height: 500px;
    width: 788px;
    outline: none;
    border: none;
}
#gameView>.bottom{
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 0 30px;
    border-radius: 0 0 12px 12px;
}
#gameView>.bottom>.left{
    display: flex;
    align-items: center;
}
#gameView>.bottom>.left>span{
    margin-left: 12px;
}
#gameView>.bottom>.left img{
    width: 48px;
    height: 48px;
}
#gameView>.bottom>.right img{
    width: 24px;
    height: 24px;
    margin: 0 5px;
    cursor: pointer;
}
#gameView>.bottom>.right img:first-child{
    margin-left: 0;
}
#gameView>.bottom>.right img:last-child{
    margin-right: 0;
}
#gameView>.adv_left,
#gameView>.adv_right
{
    position: absolute;
    width: 206px;
    background-color: rgba(255, 106, 31, 1);
    border-radius: 12px;
    color: #FFFFFF;
    padding: 12px;
}
#gameView>.adv_left{
    left: -236px;
}
#gameView>.adv_right{
    right: -236px;
}
#gameInfoPlay{
    height: 260px;
}
#gameInfoPlay .content{
    width: 600px;
    height: 170px;
    position: absolute;
    top: 60px;
    margin-top: 0;
    right: 30px;
    background-color: rgba(248, 144, 82, 1);
    border-radius: 12px;
    padding: 15px;
    line-height: 20px;
}
#gameInfoPlay .content>.title{
    font-size: 16px;
    font-weight: bold;
}
.playGameBtn{
    cursor: pointer;
}
.displayNone{
    display: none!important;
}

.star_score {
    background: url(/assets/images/star/starky.png);
    width: 160px;
    height: 21px;
    position: relative;
}
.star_score a {
    height: 21px;
    display: block;
    text-indent: -999em;
    position: absolute;
    left: 0;
}
.star_score a:hover {
    background: url(/assets/images/star/starsy.png);
    left: 0;
}
.star_score a.clibg {
    background: url(/assets/images/star/starsy.png);
    left: 0;
}
.atar_Show {
    background: url(/assets/images/star/starky.png);
    width: 160px;
    height: 21px;
    position: relative;
    float: left;
}



/* h5 */
.h5_page_body{
    background-color: #ff8d3f;
}
.h5_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 106, 31, 1);
    padding: 0 15px;
}
.h5_header>.left,
.h5_header>.right{
    position: relative;
}
.h5_header>.logo>img{
    width: 60px;
    height: 30px;
}
.h5_header img{
    width: 20px;
    height: 20px;
}
.h5_header>.left>.list{
    left: -15px;
    padding-left: 15px;
    width: 135px;
}
.h5_header>.right>.list{
    right: -15px;
    padding-right: 15px;
    width: 135px;
    text-align: right;
    line-height: 40px;
}
.h5_header>.left>.list>.download-icon>.icon-conent {
    display: none;
}
.h5_header>.left>.list>.item{
    display: flex;
    align-items: center;
    line-height: 40px;
}
.h5_header>.left>.list>.item>img{
    margin-right: 6px;
}
.h5_header .list{
    position: absolute;
    z-index: 99;
    top: 30px;
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
    background-color: rgba(255, 106, 31, 1);
    color: #FFFFFF;
}
.h5_page_body>.row_1>.ad{
    width: 100vw;
    height: 211px;
}
.h5_page_body>#gameView{
    height: 100%;
    width: 100%;
    background: rgba(255, 106, 31, 1);
}
.h5_page_body>.row_1>#game_iframe{
    width: 100vw;
    height: 211px;
}
.h5_page_body>#gameView>.bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-radius: 0;
    white-space: nowrap;
}
.h5_page_body>#gameView>.bottom>.left>img{
    border-radius: 10px;
}
.h5_page_body>#gameView>.bottom>.left>span{
    font-size: 14px;
}
.h5_page_body>.row_2{
    background-color: #ff6a1f;
    padding: 12px 12px;
}
.h5_page_body>.row_2>.game_img{
    display: flex;
    width: calc(100vw - 18px);
    height: 84px;
    overflow-x: scroll;
}
.h5_page_body>.row_2>.play-now{
    border-radius: 12px;
    cursor: pointer;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-size: 16px;
    color: #FF6A1F;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    background: #FBFF1F;
    box-shadow: 0px 4px 0px 0px #D0D400;
}
.h5_page_body>.row_2>.game_img::-webkit-scrollbar{
    display: none;
}
.h5_page_body>.row_2>.game_img>.game_img_item{
    flex: none;
    width: 110px;
    height: 64px;
    margin-right: 9px;
}
.h5_page_body>.row_2>.game_img>.game_img_item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.h5_page_body>.row_2>.ad{
    width: calc(100vw - 24px);
    height: 100px;
}
.h5_page_body>.row_3{
    background-color: #ff6a1f;
    padding: 0 12px;
    padding-top: 4px;
}
.h5_page_body>.row_3>.game_detail{
    display: flex;
}
.h5_page_body>.row_3>.game_detail>.game_icon{
    height: 80px;
    width: 80px;
    margin-right: 16px;
}
.h5_page_body>.row_3>.game_detail>.game_icon>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.h5_page_body>.row_3>.game_detail>.game_info>.game_name{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}
.h5_page_body>.row_3>.game_detail>.game_info>.star{
    white-space: nowrap;
}
.h5_page_body>.row_3>.game_detail>.game_info>.star>img{
    width: 20px;
    height: 20px;
}
.h5_page_body>.row_3>.game_detail>.game_info>.tag_list{
    display: flex;
    width: calc(100vw - 126px);
    align-items: center;
    overflow-x: auto;
}
.h5_page_body>.row_3>.game_detail>.game_info>.tag_list::-webkit-scrollbar{
    display: none;
}
.h5_page_body>.row_3>.game_detail>.game_info>.tag_list>.tag{
    padding: 4px 10px;
    border: 1px solid #F89255;
    border-radius: 8px;
    margin-right: 12px;
    color: #fff;
    font-size: 12px;
}
.h5_page_body>.row_3>.desc{
    background: #F89357;
    border-radius: 12px 12px 12px 12px;
    padding: 12px 12px 16px 15px;
    margin-top: 16px;
}
.h5_page_body>.row_3>.desc>.title{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}
.h5_page_body>.row_3>.desc>.game_desc{
    font-weight: 500;
    font-size: 14px;
    color: #FFE7D9;
    text-align: left;
    font-style: normal;
    margin-top: 10px;
    line-height: 20px;
    word-spacing: 4px;
}
.h5_page_body>.ad{
    width: 100vw;
    height: 100px;
}
.h5_page_body>.row_4{
    background-color: #ff6a1f;
    padding: 12px 12px;
}
.h5_page_body>.row_4>.top{
    text-align: center;
    font-size: 16px;
    color: #faff1f;
    font-weight: bold;
    margin-bottom: 16px;
}
.h5_page_body>.row_4>.game_list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
}
.h5_page_body>.row_4>.game_list>.recommend_item{
    width: 80px;
    height: 80px;
    position: relative;
    cursor: pointer;
    margin-bottom: 12px;
}
.h5_page_body>.row_4>.game_list>.recommend_item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.h5_page_body>.row_4>.game_list>.recommend_item>span{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff8d3f;
    border-radius: 0 0 15px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    max-height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}
.h5_page_body>.row_5{
    background-color: #ff6a1f;
    padding: 12px 12px;
}
.h5_page_body>.row_5>.header{
    text-align: center;
    font-size: 16px;
    color: #faff1f;
    font-weight: bold;
    margin-bottom: 16px;
}
.h5_page_body>.row_5>.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}
.h5_page_body>.row_5>.input{
    width: 100%;
    height: 150px;
    border-radius: 12px;
    background-color: rgba(250, 151, 89, 1);
    padding: 15px 20px;
    border: none;
    outline: none;
    margin-top: 16px;
}
.h5_page_body>.row_5>.submit{
    margin-left: calc(100vw - 91px - 24px);
    width: 91px;
    height: 44px;
    background: #FAFF1F;
    box-shadow: 0px 2px 0px 0px #D0D400;
    border-radius: 12px 12px 12px 12px;
    text-align: center;
    line-height: 44px;
    color: rgba(255, 106, 31, 1);
    font-size: 14px;
    font-weight: bold;
    user-select: none;
    margin-top: 16px;
}
.h5_page_body>.pc_footer{
    white-space: nowrap;
    justify-content: space-around;
}
.h5_page_body>.pc_footer>span{
    font-size: 14px;
}

.h5_page_body>.pc_footer>span:nth-child(2){
    margin: 0;
}


.img-preview{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191919;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.img-preview>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
}

.game-iframe-ads {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 788px;
    height:625px;
    background: #FFF;
}

.close-ads-box {
    position: absolute;
    z-index: 10000;
    right: 0px;
    top: 0px;
    background: #CCC;
    color: #FFF;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor:pointer;
}

/*mike*/
.bg_FF6A1F{
    background-color: #9B59B6;
}
.page_body>.row_1{
    background-color: #1ABC9C;
}
.page_body{
    background-color: #9B59B6;
}
.pc_footer{
    background-color: #1ABC9C;
}
.page_body>.row_2_info{
    background-color: #1ABC9C;
}
.page_body>.row_3_info{
    background-color: #1ABC9C;
}
.page_body>.row_4_list{
    background-color: #1ABC9C;
}
.page_body>.row_5_info{
    background-color: #1ABC9C;
}

.bg_FF6A1F{
    background-color: #9B59B6;
}
.page_body>.row_1{
    background-color: #1ABC9C;
}
.page_body{
    background-color: #9B59B6;
}
.pc_footer{
    background-color: #1ABC9C;
}
.page_body>.row_2_info{
    background-color: #1ABC9C;
}
.page_body>.row_3_info{
    background-color: #1ABC9C;
}
.page_body>.row_4_list{
    background-color: #1ABC9C;
}
.page_body>.row_5_info{
    background-color: #1ABC9C;
}
#recommend-game-list{
    background-color: #1ABC9C;
}
#gameView>.adv_left, #gameView>.adv_right{
    background-color: #1ABC9C;
}
