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: #FA6666;
}

.header_main{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.header_main .logo{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    line-height: 53px;
    letter-spacing: 1px;
    margin-right: 247px;
}

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

.header_main .nav_list .nav_item{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 0 30px;
    box-sizing: border-box;
    border-bottom: 4px solid #FA6666;
}
.header_main .nav_list .nav_item a {
    color: #fff
}

.header_main .nav_list .nav_item.nav_active {
    font-weight: bold;
    border-bottom: 4px solid #FA6666;
    color: #FA6666;
    background: #ffffff;
}
.header_main .nav_list .nav_item.nav_active a {
    color: #FA6666;
}

.header_main .nav_list .nav_item.nav_item1.nav_active::before{
    width: 20px;
    content: " ";
    height: 20px;
    position: absolute;
    background: url(../images/nav_icon1.png) no-repeat;
    background-size: 100% 100%;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}


.header_main .search{
    width: 160px;
    height: 40px;
    background: #ffffff;
    border-radius: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    box-sizing: border-box;
    padding: 0 6px;
}

.header_main .search .search_icon{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    cursor: pointer;
    margin-right: 4px;
}

.header_main .search .search_input{
    width: 110px;
    border: 0;
    display: flex;
    height: 28px;
    outline: none;
}



.sub_title{
    width: 100%;
    height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-left: 4px solid #FA6666;
    padding-left: 10px;
    justify-content: space-between;
}

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

.sub_title .more{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #D6D6D6;
    line-height: 18px;
}


/* 

.sub_title .sub_left .line{
    width: 4px;
    height: 20px;
    background: #FFAE00;
    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{
    height: auto;
    width: 100%;
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 30px;
    font-size: 12px;

}

footer .link{
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
} 
footer .link span,
footer .link a{
    font-size: 14px;
    color: #999999;
    position: relative;
    margin-right: 15px;
}

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


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


.flex{
    display: flex;
    justify-content: space-between;
}

.main .main_left{
    width: 790px;
    
}


.main .main_right{
    width: 380px;  
}

.container_wrap{
    width: 790px;
    display: flex;
    justify-content: space-between;
}



.container{
    width: 380px;
    
}


.banner{
    width: 380px;
    height: 386px;
    position: relative;
    margin-bottom: 30px;

}

.swiper {
    width: 100%;
    height: 386px
}

.banner .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner .swiper-slide .shadow{
    position: absolute;
    width: 100%;
    height: 46px;
    background: rgba(20,21,43,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    top: initial;
    bottom: 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;

}

.banner .swiper-slide .shadow .shadow_content{
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
}

.banner .swiper-button-prev{
    width: 24px;
    height: 24px;
    position: absolute;
    top: initial;
    left: 10px;
    bottom: 10px;
    background: url(../images/prev_icon.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.banner .swiper-button-prev::after{
    display: none;
}

.banner .swiper-button-next{
    width: 24px;
    height: 24px;
    position: absolute;
    top: initial;
    right: 10px;
    bottom: 10px;
    background: url(../images/next_icon.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.banner .swiper-button-next::after{
    display: none;
}


.container .imgWrap{
    width: 100%;
    margin-bottom: 30px;
}

.container .imgWrap .bigImg{
    width: 380px;
    height: 240px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.container .imgWrap .smallImgList{
    width: 100%;
    height: 133px;
    display: flex;
    justify-content: space-between;
}

.container .imgWrap .smallImgList .smallImgItem{
    width: 180px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container .imgWrap .smallImgList .smallImgItem img{
    width: 180px;
    height: 100px;
    border-radius: 4px

}

.container .imgWrap .smallImgList .smallImgItem .txt{
    width: 100%;
    text-align: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
}


.mainInfos{
    width: 380px;
    margin-bottom: 30px;
}

.mainInfos .mainInfo{
    padding-bottom: 20px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.mainInfos .mainInfo .titleBox{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #D6D6D6;
}

.mainInfos .mainInfo .titleBox.titleBox1{
    background: #FA6666;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    border: 1px solid #FA6666;
}

.mainInfos .mainInfo .titleBox .titleBox_icon{
    width: 32px;
    height: 32px;
}

.mainInfos .mainInfo .mainInfo_content{
    height: 100%;
    width: 322px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mainInfos .mainInfo .mainInfo_content .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #FA6666;
    line-height: 24px;
}

.mainInfos .mainInfo .mainInfo_content .content{
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.mainInfos .mainInfo .mainInfo_content .content a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}



.mainInfos .mainInfo_item{
    width: 100%;
    box-sizing: border-box;
    padding-left: 43px;
    height: 21px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

.mainInfos .mainInfo_item .title{
    width: 287px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
}



.mainInfos .mainInfo_item .tag{
    width: 35px;
    height: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}

.mainInfos .mainInfo_item .tag::after{
    width: 1px;
    height: 10px;
    transform: scaleX(.5);
    background: #D6D6D6;
    position: absolute;
    right: -4px;
    top: 4px;
    content: "";
}


.mainInfos .mainInfo_item .tag1,.mainInfos .mainInfo_item .tag2,.mainInfos .mainInfo_item .tag3{
    width: 40px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}

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




.mainInfoWrap1,.mainInfoWrap2{
    margin-bottom: 32px;
    position: relative;

}


.mainInfoWrap1::after{
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #D6D6D6 0%, #D6D6D6 65%, transparent 50%);
    background-size: 18px 100%;
    background-repeat: repeat-x;
    content: " ";
    transform: scaleY(.5);
}

.mainInfoWrap1 .mainInfo_item:nth-of-type(1) .title{
    width: 336px;
    color: #FA6666;
}

.mainInfoWrap1 .mainInfo_item:nth-of-type(1) .date{
    display: none;
}


.mainInfoWrap2::after{
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #D6D6D6 0%, #D6D6D6 65%, transparent 50%);
    background-size: 18px 100%;
    background-repeat: repeat-x;
    content: " ";
    transform: scaleY(.5);
}

.mainInfoWrap2 .mainInfo_item:nth-of-type(1) .title{
    width: 336px;
    color: #2F76FF;
}

.mainInfoWrap2 .mainInfo_item:nth-of-type(1) .date{
    display: none;
}
.mainInfoWrap3 .mainInfo_item:nth-of-type(1) .title{
    width: 336px;
    color: #FF2F2F;
}

.mainInfoWrap3 .mainInfo_item:nth-of-type(1) .date{
    display: none;
}


.mainInfos .mainInfo_item:nth-last-of-type(1){
    margin-bottom: 0;
}


















.container .normal_info{
    width: 100%;
    height: 21px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.container .normal_info .dots{
    width: 4px;
    height: 4px;
    background: #FA6666;
    border-radius: 50%;
    margin-right: 8px;
}

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

.container .normal_info .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.gameInfos{
    margin-bottom: 30px;
}

.gameInfos .normal_info:nth-of-type(2n-1){
    margin-bottom: 21px;
}

.gameInfos .normal_info:nth-of-type(2n){
    margin-bottom: 20px;
}

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

.hotInfos{
    width: 100%;
    margin-bottom: 30px;
}


.hotInfos .hotInfo_item{
    width: 100%;
    height: 22px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.hotInfos .hotInfo_item>div{
    display: flex;
    align-items: center;
}

.hotInfos .hotInfo_item .tag{
    width: 37px;
    height: 22px;
    background: #F5F5F5;
    border-left: 2px solid #FA6666;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FA6666;
    line-height: 18px;
    margin-right: 8px;
}

.hotInfos .hotInfo_item .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;
}

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

.hotInfos .hotInfo_item:nth-of-type(2n-1){
    margin-bottom: 32px;
}

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

.hotInfos_s .hotInfo_item:nth-of-type(2n-1){
    margin-bottom: 21px;
}

.hotInfos_s .hotInfo_item:nth-of-type(2n){
    margin-bottom: 21px;
}



/* .hotInfos .hotInfo_item.gameGuide_item_a{
    margin-bottom: 24px;
} */

/* .container .gameGuide_item_a:nth-last-of-type(1){
    margin-bottom: 0;
}
 */


.container .hotNews{
    width: 100%;
    /* margin-bottom: 30px; */
}

.container .hotNews .hotNewsItem{
    margin-bottom: 20px;
    /* height: 156px; */
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.container .hotNews .hotNewsItem .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 24px;
    margin-bottom: 12px;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.container .hotNews .hotNewsItem .hotNewsWrap{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.container .hotNews .hotNewsItem .hotNewsWrap .hotNews_img{
    width: 160px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.container .hotNews .hotNewsItem .hotNewsWrap .hotNews_content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* flex: 1; */
    width: 208px;
}


.container .hotNews .hotNewsItem .hotNewsWrap .hotNews_content .content{
    width: 208px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.container .hotNews .hotNewsItem .hotNewsWrap .hotNews_content .end{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container .hotNews .hotNewsItem .hotNewsWrap .hotNews_content .end .from{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.container .hotNews .hotNewsItem .hotNewsWrap .hotNews_content .end .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    display: flex;
    align-items: center;
    /* display: none; */
}

.container .hotNews .hotNewsItem .hotNewsWrap .hotNews_content .end .date .icon{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}

.hotNews_infos{
    margin-bottom: 30px;
}

.hotNews_infos .normal_info{
    margin-bottom: 28px;
}

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

.hotNews_infos_s .normal_info{
    margin-bottom: 17px;
}

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


/* .hotNews_infos .normal_info:nth-of-type(2n-1){
    margin-bottom: 13px;
}

.hotNews_infos .normal_info:nth-of-type(2n){
    margin-bottom: 12px;
}

.hotNews_infos .normal_info:nth-last-of-type(1){
    margin-bottom: 0;
} */


.container .recentGames{
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.container .recentGames .line{
    width: 1px;
    height: calc(100% - 7px);
    position: absolute;
    left: 8px;
    top: 7px;
    background: #D6D6D6;
}

.container .recentGames .recentGame{
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.container .recentGames .recentGame:nth-last-of-type(1){
    margin-bottom: 0;
}

.container .recentGames .recentGame::before{
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -15px;
    content: " ";
}

.container .recentGames .recentGame .recentGame_img{
    width: 160px;
    height: 110px;
    flex-shrink: 0;
}

.container .recentGames .recentGame .recentGame_content{
    width: 180px;
}

.container .recentGames .recentGame .recentGame_content .title{
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 24px;
    margin-bottom: 8px;
    display: block;
}

.container .recentGames .recentGame .recentGame_content .content{
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    margin-bottom: 15px;
}

.container .recentGames .recentGame .end{
    display: flex;
    flex-direction: row-reverse;
}

.container .recentGames .recentGame .end .lookBtn{
    width: 80px;
    height: 34px;
    border-radius: 4px;
    border: 1px solid #FA6666;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FA6666;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}


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

.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; */
}

.container{
    width: 380px;
    /* padding-top: 30px; */
}





.container .guideItem{
    width: 100%;
    height: 130px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.container .guideItem .guideItem_img{
    width: 160px;
    height: 110px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.container .guideItem .guideItem_content{
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 200px;
}

.container .guideItem .guideItem_content .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 24px;
}


.container .guideItem .guideItem_content .content{
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
}

.container .guideItem .guideItem_content .end{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.container .guideItem .guideItem_content .end .from{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.container .guideItem .guideItem_content .end .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    display: flex;
    align-items: center;
}

.container .guideItem .guideItem_content .end .date .icon{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}


.container .gameGuide_item{
    width: 100%;
    height: 21px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .gameGuide_item>div{
    display: flex;
    align-items: center;
}

.container .gameGuide_item .guide{
    width: 66px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FA6666;
    line-height: 18px;
    margin-right: 8px;
}

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

.container .gameGuide_item .date{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
}

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

.container .gameGuide_item.gameGuide_item_a{
    margin-bottom: 24px;
}

.container .gameGuide_item_a:nth-last-of-type(1){
    margin-bottom: 0;
}







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

.container .hotRank .hotRank_item{
    width: 100%;
    height: 21px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .hotRank .hotRank_item:nth-of-type(2n){
    /* margin-bottom: 21px; */
}
.container .hotRank .hotRank_item>div{
    display: flex;
    align-items: center;
}

.container .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;
}

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

.container .hotRank .hotRank_item .rank.yellow{
    color: #FA6666;
}

.container .hotRank .hotRank_item .hotRank_box{
    position: relative;
}

.container .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;
}

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

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

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

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

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

.container .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%;
}


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

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














.gameNews{
    margin-bottom: 30px;
}

.gameNews .normal_info{
    margin-bottom: 13px;
}

.gameNews .normal_info:nth-last-of-type(1){
    margin-bottom: 20px;
}

.gameNews .gameNews_bigImg{
    width: 380px;
    height: 200px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: block;
}

.gameNews .gameNews_bigImg .shadow{
    width: 380px;
    height: 46px;
    background: rgba(20,21,43,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.gameNews .gameNews_imgs{
    width: 100%;
    height: 129px;
    display: flex;
    justify-content: space-between;
}

.gameNews .gameNews_imgs .gameNews_img{
    width: 178px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.gameNews .gameNews_imgs .gameNews_img img{
    width: 178px;
    height: 100px;
}

.gameNews .gameNews_imgs .gameNews_img .imgTitle{
    width: 178px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.hotImgList{
    width: 390px;
    margin-bottom: 30px;
}

.hotImgList .hotImg_item{
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.hotImgList .hotImg_item .hotImg{
    width: 175px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden;
}   

.hotImgList .hotImg_item .hotImg_content{
    flex: 1;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
    
}

.hotImgList .hotImg_item .hotImg_content .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #14152B;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hotImgList .hotImg_item:nth-last-of-type(1){
    margin-bottom: 0;
}

.newGames{
    width: 100%;
    margin-bottom: 30px;
}

.newGames .newGame{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
}

.newGames .newGame .newGame_img{
    width: 160px;
    height: 100px;
    flex-shrink: 0;
}

.newGames .newGame .newGame_content{
    width: 210px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newGames .newGame .newGame_content .title{
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #14152B;
    line-height: 24px;
    margin-bottom: 12px;
}

.newGames .newGame .newGame_content .content{
    width: 160px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
}

.newGames .newGame .newGame_content .date{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 14px;
    color: #D6D6D6;
    line-height: 16px;
    display: flex;
    align-items: center;
}


.newGames .newGame .newGame_content .date .icon{
    width: 17px;
    height: 16px;
    margin-right: 8px;
}


.newGames .newGame .newGame_content .jumpBtn{
    width: 24px;
    height: 40px;
    background: url(../images/jump_btn.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newGames .newGame:nth-last-of-type(1){
    margin-bottom: 0;
}

/* .newGames .newGame:nth-of-type(2){
    height: 108px;
} */

/* .newGames .newGame:nth-of-type(2) .newGame_content{
    padding-bottom: 0;
}

.newGames .newGame:nth-of-type(3){
    margin-bottom: 0px;
} */

.newGameTest{
    width: 100%;
    margin-bottom: 30px;
}

.newGameTest .newGameTest_item{
    width: 100%;
    height: 80px;
    display: flex;
    margin-bottom: 28px;
}

.newGameTest_s .newGameTest_item{
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 20px;
}

.newGameTest .newGameTest_item .newGameTest_img{
    width: 130px;
    height: 80px;
    border-radius: 4px;
    margin-right: 20px;
    overflow: hidden;
}

.newGameTest .newGameTest_item .newGametest_content{
    width: 230px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding-bottom: 3px;
}

.newGameTest .newGameTest_item .newGametest_content .left_area{
    width: 160px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.newGameTest .newGameTest_item .newGametest_content .left_area .title{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #14152B;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: block;
}
.newGameTest .newGameTest_item .newGametest_content .left_area .content{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newGameTest .newGameTest_item .newGametest_content .left_area::after{
    width: 1px;
    height: 28px;
    background: #D6D6D6;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(.5);
    content: " ";
}

.newGameTest .newGameTest_item .newGametest_content .score_area{
    width: 42px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.newGameTest .newGameTest_item .newGametest_content .score_area .score{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: #FEC362;
    line-height: 34px;
    letter-spacing: 1px;
}

.newGameTest .newGameTest_item .newGametest_content .score_area .txt{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FEC362;
    line-height: 18px;
}

.newGameTest .newGameTest_item:nth-last-of-type(1){
    margin-bottom: 0;
}