body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

.img{
    width: 100%;
    height: 100%;
    display: flex;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

header {
    width: 100%;
    height: 100px;
    background: #484743;
}

.header_main{
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.header_main .logo{
    width: 119px;
    height: 33px;
    display: flex;
}

.header_main .nav_list{
    display: flex;
    height: 100%;
}

.header_main .nav_list .nav_item{
    width: 132px;
    height: 100%;
    position: relative;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 42px;
}

.header_main .nav_list .nav_item .nav_active_bg{
    display: none;
}

.header_main .nav_list .nav_item.nav_active .nav_active_bg {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    height: 110px;
    background: #22B0B0;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 19px;
}

.header_main .nav_list .nav_item.nav_active .nav_active_bg .icon{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.header_main .nav_list .nav_item.nav_active .nav_active_bg .nav_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.header_main .nav_list .nav_item:hover .nav_active_bg{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 132px;
    height: 110px;
    background: #22B0B0;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 19px;
}

.header_main .nav_list .nav_item:hover .nav_active_bg .icon{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.header_main .nav_list .nav_item:hover .nav_active_bg .nav_name{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

.sub_title{
    width: 100%;
    height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.sub_title .sub_left{
    height: 100%;
    display: flex;
    align-items: center;
}

.sub_title .sub_left .line{
    width: 4px;
    height: 20px;
    background: #22B0B0;
    margin-right: 8px;
}

.sub_title .sub_left .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #14152B;
    line-height: 28px;
}

.sub_title .more{
    width: 85px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 8px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

footer{
    width: 100%;
    height: 147px;
    background: #F7F7F7;
    box-sizing: border-box;
    padding-top: 30px;
    font-size: 12px;

}

footer .link{
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
} 

footer .link a{
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-right: 15px;
}

footer .link a::after{
    content: " ";
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: #999999;
}

footer .link a:nth-last-child(1){
    margin-right: 0;
}

footer .link a:nth-last-child(1)::after{
    display: none;
}


footer .copyright{
    text-align: center;
    font-size: 14px;
    color: #999999;
}


.main{
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.main .main_left{
    width: 790px;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
}

.main .main_left .info_wrap{
    width: 240px;
    height: 100%;
}

.main .main_left .info_wrap .info_item{
    width: 100%;
    height: 72px;
    box-sizing: border-box;
    border-left: 4px solid #FFFFFF;
    padding-left: 6px;    
    padding-top: 10px;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
}

.main .main_left .info_wrap .info_item .item_img{
    width: 80px;
    height: 50px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
}

.main .main_left .info_wrap .info_item .item_detail{
    flex: 1;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main .main_left .info_wrap .info_item .item_detail .title{
    width: 120px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .main_left .info_wrap .info_item .item_detail .content{
    width: 120px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .main_left .info_wrap .info_item.active{
    background: rgba(72,71,67,0.12);
    border-right: 4px solid #22B0B0;
    border-bottom: 0;
}

.main .main_left .info_imgs{
    width: 550px;
    height: 360px;
    display: flex;
}

.main .main_left .info_img{
    width: 550px;
    height: 360px;
    display: none;
}

.main .main_left .info_img:nth-of-type(1){
    display: flex;
}


.main .main_right{
    width: 380px;
    height: 360px;
}

.main .main_right .tips{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #22B0B0;
    line-height: 28px;
    font-style: normal;
    padding-bottom: 19px;
    box-sizing: border-box;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.main .main_right .recommend_info{
    width: 100%;
    height: 28px;
    margin-bottom: 20px;
    /* background: rgba(255,174,0,0.08); */
    background: rgba(34,176,176,0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .main_right .recommend_info>div{
    display: flex;
    align-items: center;
}

.main .main_right .recommend_info .tag{
    width: 44px;
    height: 28px;
    margin-right: 8px;
}

.main .main_right .recommend_info .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -1px;
}

.main .main_right .recommend_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}


.main .main_right .normal_info{
    width: 100%;
    height: 28px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main .main_right .normal_info>div{
    display: flex;
    align-items: center;
}

.main .main_right .normal_info .dots{
    width: 4px;
    height: 4px;
    border: 1px solid #999999;
    transform: rotate(45deg);
    margin-right: 8px;
}

.main .main_right .normal_info .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    width: 318px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -1px;
}

.main .main_right .normal_info .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.main .main_right .normal_info:nth-last-of-type(1){
    margin-bottom: 0;
}

.section{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}

.section .section_left{
    width: 790px;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.section .section_left .hotInfo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section .section_left .hotInfo>div{
    width: 380px;    
}

.section .section_left .hotInfo .hotInfo_item{
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .section_left .hotInfo .hotInfo_item:nth-of-type(2n){
    margin-bottom: 18px;
}

.section .section_left .hotInfo .hotInfo_item:nth-of-type(2n-1){
    margin-bottom: 19px;
}

.section .section_left .hotInfo .hotInfo_item>div{
    display: flex;
    align-items: center;
}

.section .section_left .hotInfo .hotInfo_item .dots{
    width: 4px;
    height: 4px;
    border: 1px solid #999999;
    transform: rotate(45deg);
    margin-right: 8px;
}

.section .section_left .hotInfo .hotInfo_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    width: 318px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -1px;
}

.section .section_left .hotInfo .hotInfo_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.section .section_left .hotInfo .hotInfo_item:nth-last-of-type(1){
    margin-bottom: 0;
}


.section .section_left .gameEval{
    width: 100%;
    margin-bottom: 30px;
}

.section .section_left .gameEval_item{
    width: 100%;
    height: 120px;
    display: flex;
    margin-bottom: 20px;
    flex-direction: row-reverse;
}

.section .section_left .gameEval_item:nth-last-of-type(1){
    margin-bottom: 0;
}

.section .section_left .gameEval_item .item_img{
    width: 160px;
    height: 100px;
    margin-left: 20px;
    flex-shrink: 0;
    position: relative;
    margin-bottom: 20px;
}

.section .section_left .gameEval_item .item_img .score{
    width: 40px;
    height: 40px;
    background: rgba(254,195,98,1);
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
    transform: rotate(-20deg);
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section .section_left .gameEval_item .item_detail{
    flex: 1;
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section .section_left .gameEval_item .item_detail .title{
    /* display: flex; */
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 28px;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 4px; */
}

.section .section_left .gameEval_item .item_detail .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 4px; */
}

.section .section_left .gameEval_item .item_detail .date{
    height: 28px;
    display: flex;
    align-items: center;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.section .section_left .gameEval_item .item_detail .date .date_icon{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}

.section .section_right .gameGuide{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

.section .section_right .gameGuide>div{
    width: 380px;    
}

.section .section_right .gameGuide .gameGuide_item{
    width: 100%;
    height: 28px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .section_right .gameGuide .gameGuide_item>div{
    display: flex;
    align-items: center;
}

.section .section_right .gameGuide .gameGuide_item .guide{
    width: 69px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #22B0B0;
    line-height: 28px;
    margin-right: 8px;
}

.section .section_right .gameGuide .gameGuide_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    width: 252px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .section_right .gameGuide .gameGuide_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.section .section_right .gameGuide .gameGuide_item:nth-last-of-type(1){
    margin-bottom: 0;
}


.section .section_right .gameInfo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}


.section .section_left .gameInfo>div{
    width: 380px;    
}

.section .section_left .gameInfo .gameInfo_item{
    width: 100%;
    height: 28px;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .section_left .gameInfo .gameInfo_item>div{
    display: flex;
    align-items: center;
}

.section .section_left .gameInfo .gameInfo_item .dots{
    width: 4px;
    height: 4px;
    border: 1px solid #999999;
    transform: rotate(45deg);
    margin-right: 8px;
}

.section .section_left .gameInfo .gameInfo_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    width: 318px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .section_left .gameInfo .gameInfo_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.section .section_left .gameInfo .gameInfo_item:nth-last-of-type(1){
    margin-bottom: 0;
}


.section .section_left .gameInfo .gameInfo_detail{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.section .section_left .gameInfo .gameInfo_detail .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 28px;
    margin-bottom: 10px;
    display: flex;
}

.section .section_left .gameInfo .gameInfo_detail .img_wrap{
    width: 100%;
    display: flex;
    /* flex-direction: row-reverse; */
}

.section .section_left .gameInfo .gameInfo_detail .img_wrap .img_info{
    width: 160px;
    height: 100px;
    margin-right: 20px;
    flex-shrink: 0;
}

.section .section_left .gameInfo .gameInfo_detail .content_info{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}

.section .section_left .gameInfo .gameInfo_detail .content_info .content{
    width: 200px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .section_left .gameInfo .gameInfo_detail .content_info .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.section .section_left .gameInfo .gameInfo_detail .content_info .date .date_icon{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}

.section .section_left .gameInfo .gameInfo_item_m{
    margin-bottom: -3px;
    margin-bottom: 21px;
}

.section .section_right{
    width: 380px;
    padding-top: 30px;
}

.section .section_left .gameNews{
    width: 100%;
    /* margin-bottom: 30px; */
}

.section .section_left .gameNews .gameNews_img{
    display: flex;
    width: 380px;
    height: 200px;
    /* margin-bottom: 20px; */
    position: relative;
}

.section .section_left .gameNews .gameNews_img .shadow{
    display: none;
}

.section .section_left .gameNews .gameNews_img:hover .shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(20,21,43,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}


.section .section_left .gameNews .gameNews_item{
    width: 100%;
    height: 28px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .section_left .gameNews .gameNews_item>div{
    display: flex;
    align-items: center;
}

.section .section_left .gameNews .gameNews_item .dots{
    width: 4px;
    height: 4px;
    border: 1px solid #999999;
    transform: rotate(45deg);
    margin-right: 8px;
}

.section .section_left .gameNews .gameNews_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 28px;
    width: 318px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .section_left .gameNews .gameNews_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}
/* 
.section .section_left .gameNews .gameNews_item:nth-last-of-type(1){
    margin-bottom: 0;
} */

.section .section_right .hotRank{
    width: 100%;
    margin-bottom: 30px;
}

.section .section_right .hotRank .hotRank_item{
    width: 100%;
    height: 28px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .section_right .hotRank .hotRank_item:nth-of-type(2n){
    margin-bottom: 14px;
}

.section .section_right .hotRank .hotRank_item:nth-of-type(2n-1){
    margin-bottom: 13px;
}



.section .section_right .hotRank .hotRank_item>div{
    display: flex;
    align-items: center;
}

.section .section_right .hotRank .hotRank_item .rank{
    width: 20px;
    height: 18px;
    line-height: 21px;
    text-align: center;
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
    margin-right: 8px;
}

.section .section_right .hotRank .hotRank_item .rank.red{
    color: #FA4B4A;
}

.section .section_right .hotRank .hotRank_item .rank.yellow{
    color: #FEC362;
}

.section .section_right .hotRank .hotRank_item .hotRank_box{
    position: relative;
}

.section .section_right .hotRank .hotRank_item .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 28px;
    width: 302px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
}

/* .section .section_right .hotRank .hotRank_item.hot .title{
    width: initial;
    max-width: 285px;
} */

.section .section_right .hotRank .hotRank_item .hot_icon{
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.section .section_right .hotRank .hotRank_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.section .section_right .hotRank .hotRank_item:nth-last-of-type(1){
    margin-bottom: 0;
}

.section .section_right .hotRank .hotRank_item:nth-child(-n+3) .title{
    width: initial;
    max-width: 285px;
}

.section .section_right .hotRank .hotRank_item:nth-child(-n+3) .hotRank_box::after{
    content: "";
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/hot.png) no-repeat;
    background-size: 100% 100%;
}


.section .section_right .hotRank .hotRank_item:nth-child(-n+6) .rank{
    color: #FEC362;
}

.section .section_right .hotRank .hotRank_item:nth-child(-n+3) .rank{
    color: #FA4B4A;
}


/* .section .section_right .hotRank .hotRank_item:nth-child(-n+3) .title::after{
    content: " ";
    right: -24px;
    top: 0;
    width: 16px;
    height: 16px;
    background: red;
} */

.game_links{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.game_links .links{
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.game_links .links .link{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 28px;
}


.section_box{
    width: 380px;
}