/*公共部分*/

* {
    padding: 0;
    margin: 0;
}

body {
    box-sizing: content-box;
    color: #333333;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体", Arial, Verdana, Helvetica, Tahoma, Arial, SimSun, STXihei, "华文细黑", Heiti, "黑体";
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

ul {
    list-style: none;
}


/*-------------------------pc端样式---------------------------------*/

/*导航开始*/
#app .pc_head {
    width: 100%;
    box-shadow: 0 0 10px #888888;
    background-color: #333333;
}

#app .pc_head .nav {
    width: 1100px;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

#app .pc_head .logo {
    /*display: block;*/
    /*height: 60px;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    color: #FFFFFF;
    /*float: left;*/
    font-size: 26px;
    cursor: pointer;
}

#app .pc_head .logo img {
    height: 100%;
}

#app .pc_head .nav .nav_head {
    float: right;
}

#app .pc_head .nav .nav_head li {
    float: left;
}

#app .pc_head .nav .nav_head li a {
    width: 120px;
    height: 116px;
    display: block;
    line-height: 120px;
    font-size: 18px;
    text-align: center;
}

#app .pc_head .nav .nav_head li a:hover {
    color: #e41047;
    border-bottom: 4px solid #e41047;
}

#app .pc_head .active {
    color: #e41047;
    border-bottom: 4px solid #e41047;
}

#app .pc_head .topNavigation-game {
    width: 120px;
    text-align: center;
    background-color: #12a7eb;
    cursor: pointer;
    padding-top: 25px;
}

#app .pc_head .game-div {
    width: 40px;
    border: 3px solid white;
    margin: auto;
    margin-top: 5px;
}

#app .pc_head .game-test {
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    width: 120px;
    height: 62px;
    display: block;
    color: #ffffff;
}

#app .pc_head .topNavigation-game .isimg {
    width: 40px;
    height: 29px;
    margin: auto;
    margin-top: 4px;
    border: 0;
    background: url("../img/game_flag/cx_001.png") no-repeat center center;
    background-size: 100% 100%;
}

/*----------pc端游戏列表样式------*/
.gamelower_div_pc {
    width: 100%;
    min-width: 1280px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 120px;
    z-index: 99;
}
.gamelower_div_pc .gamelist-div{
    width: 400px;
    height: 240px;
    margin: auto;
    display: flex;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for{
    width: 180px;
    text-align: left;
    height: 220px;
    margin-top: 10px;
    margin-right: 20px;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-platform{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #12a7eb;
    font-size: 20px;
    font-weight: 600;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-english{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #6c6c6c;
    font-size: 12px;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-division{
    width: 100%;
    height: 2px;
    background-color: #6c6c6c;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-popular{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
    border-left: 3px solid #e21313;
    padding-left: 8px;
    color: #FFFFFF;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-items{
    width: 100%;
    max-height: 150px;
    height: 140px;
    font-size: 12px;
    overflow: auto;
    color: #FFFFFF;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div .gamelist-name{
    line-height: 30px;
    cursor: pointer;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div .gamelist-name:hover{
    text-decoration: underline white;
}
.gamelower_div_pc .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div .gamelist-H{
    width: 14px;
    text-align: center;
    height: 14px;
    line-height: 14px;
    margin-top: 8px;
    background-color: #e21313;
}

/*----------------------------------------移动端样式-------------------------------------*/
/*导航开始*/
#app .move_head {
    width: 100%;
    box-shadow: 0 0 1rem #888888;
    background-color: #333333;
}

#app .move_head .nav {
    /*width: 110rem;*/
    /*height: 12rem;*/
    /*margin: 0 auto;*/
    /*width: 100%;*/
    height: 4.35rem;
    /*margin: 0 auto;*/
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#app .move_head .logo {
    /*display: block;*/
    /*height: 4.35rem;*/
    /*line-height: 4.35rem;*/
    /*padding-top: 3rem;*/
    /*padding-bottom: 3rem;*/
    font-size: 1.8rem;
    color:#FFFFFF;
    cursor: pointer;
}

#app .move_head .logo img {
    height: 100%;
}

#app .move_head .nav .nav_head {
    /*float: right;*/
    display: flex;
}

#app .move_head .nav .nav_head li {
    /*float: left;*/
}

#app .move_head .nav .nav_head li a {
    /*width: 12rem;*/
    /*height: 11.6rem;*/
    /*display: block;*/
    /*line-height: 12rem;*/
    /*font-size: 1.8rem;*/
    /*text-align: center;*/

    width: 6rem;
    height: 4rem;
    display: block;
    line-height: 3.9rem;
    font-size: 1.2rem;
    text-align: center;
}

#app .move_head .nav .nav_head li a:hover {
    color: #e41047;
    border-bottom: .4rem solid #e41047;
}

#app .move_head .active {
    color: #e41047;
    border-bottom: .4rem solid #e41047;
}



#app .move_head .topNavigation-game {
    width: 6rem;
    text-align: center;
    background-color: #12a7eb;
    cursor: pointer;
    height: 4rem;
    padding-top: .4rem;
}

#app .move_head .game-div {
    width: 1.8rem;
    border: .1rem solid white;
    margin: auto;
    margin-top: .4rem;
}

#app .move_head .game-test {
    text-align: center;
    line-height: 2rem;
    font-size: 1.2rem;
    width: 6rem;
    /*height: 4rem;*/
    display: block;
    color: #ffffff;
}

#app .move_head .topNavigation-game .isimg {
    width: 1.5rem;
    height: 1.2rem;
    margin: auto;
    /*margin-top: .4rem;*/
    border: 0;
    background: url("../img/game_flag/cx_001.png") no-repeat center center;
    background-size: 100% 100%;
}


/*------移动端戏列表样式-------*/
.gamelower_div_move {
    width: 100%;
    height: 20rem;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 4.35rem;
    z-index: 99;
}
.gamelower_div_move .gamelist-div{
    width: 18rem;
    height: 12rem;
    margin: auto;
    display: flex;
}
.gamelower_div_move .gamelist-div .gamelist-div-for{
    width: 9rem;
    text-align: left;
    height: 11rem;
    margin-top: 0.5rem;
    margin-right: 1rem;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-platform{
    width: 100%;
    height: 1.7rem;
    line-height: 1.7rem;
    color: #12a7eb;
    font-size: 1.2rem;
    font-weight: 600;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-english{
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #6c6c6c;
    font-size: 0.8rem;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-division{
    width: 100%;
    height: 0.1rem;
    background-color: #6c6c6c;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-popular{
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    border-left: 3px solid #e21313;
    padding-left: 0.4rem;
    color: #FFFFFF;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-items{
    width: 100%;
    max-height: 7.7rem;
    height: 7.2rem;
    font-size: 0.8rem;
    overflow: auto;
    color: #FFFFFF;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div{
    width: 100%;
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div .gamelist-name{
    line-height: 1.5rem;
    cursor: pointer;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div .gamelist-name:hover{
    text-decoration: underline white;
}
.gamelower_div_move .gamelist-div .gamelist-div-for .gamelist-items .gamelist-items-div .gamelist-H{
    width: 0.7rem;
    text-align: center;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.4rem;
    background-color: #e21313;
}
