       section {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
        
    }
    section img {
        width: 12px;
        height: 14px;
        margin: auto;
        margin-right: 3px;
    }
    /*2*/
       .firstlistImg {
        display: block !important;
    }
    .firstlistImg .flex {
        background: rgba(0, 0, 0, 0.5);
        /* transition: all linear .3s; */
    }
    .firstlistImg .flex  {
        background: url('static/images/video_default.png') no-repeat center;
    }
    .newList li a:hover .firstlistImg .flex  {
        background: url('static/images/video_hover.png') no-repeat center;
    }


     /* 推荐游戏 */
.tuijianGameList {
    justify-content: flex-start !important;
    flex-wrap: wrap;
}
.tuijianGameList li {
    margin-right: 21px;
    margin-bottom: 20px;
}
.tuijianGameList li:hover a p {
    color:  #f04040;
}
.tuijianGameList li:nth-child(8n) {
    margin-right: 0;
}
.tuijianGameList li p:nth-child(1) {
    width: 100px;
    height: 100px;
}
.tuijianGameList li p:nth-child(1) img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}
.tuijianGameList li p:nth-child(2) {
    width: 100px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
/*2*/
   .position {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
        margin-top: 25px;
    }
    .position img {
        width: 12px;
        height: 14px;
        margin: auto;
        margin-right: 3px;
    }
    .Navigation {
        margin-top: 25px;
    }
    /*3*/
 .Hot_hot_gl {
       width: 100% !important;
       margin-bottom: 40px;
    }
    .Hot_hot_gl {
        margin-right: 0;
    }
    .Hot_hot_gl li {
        background: url("static/images/gl_back.png") left center no-repeat;
    }
    .Hot_hot_gl li:hover {
        background: url("static/images/gl_hover.png") left center no-repeat;
    }
    .Hot_hot_gl li a p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .Hot_hot_gl li a p span:nth-child(1) {
        width: 235px;
        margin-left: 20px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
    }
    .Hot_hot_img {
        position: relative;
        margin-top: 20px;
    }
    .Hot_hot_img img {
        width: 100%;
        height: 130px;
        background: rgba(0, 0, 0, 0);
        opacity: 1;
        border-radius: 5px;
    }
    .Hot_hot_img p {
        width: 100%;
        height: 26px;
        line-height: 26px;
        background: #000000;
        opacity: 0.8;
        border-radius: 0px 0px 5px 5px;
        padding: 0 45px;
        text-align: center;
        position: absolute;
        bottom: 3px;
        color: #fff;
    }
    .Hot_hot_gl li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        margin-top: 20px;
        color: #999;
    }
/*4*/
     .LatestNew_gl {
       width: 100% !important;
    }
    .LatestNew_gl {
        margin-right: 0;
    }
    .LatestNew_gl li {
        background: url("static/images/gl_back.png") left center no-repeat;
    }
    .LatestNew_gl li:hover {
        background: url("static/images/gl_hover.png") left center no-repeat;
    }
    .LatestNew_gl li a p {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .LatestNew_gl li a p span:nth-child(1) {
        width: 235px;
        margin-left: 20px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333333;
    }
    .LatestNew_img {
        position: relative;
        margin-top: 20px;
    }
    .LatestNew_img img {
        width: 100%;
        height: 130px;
        background: rgba(0, 0, 0, 0);
        opacity: 1;
        border-radius: 5px;
    }
    .LatestNew_img p {
        width: 100%;
        height: 26px;
        line-height: 26px;
        background: #000000;
        opacity: 0.8;
        border-radius: 0px 0px 5px 5px;
        padding: 0 45px;
        text-align: center;
        position: absolute;
        bottom: 3px;
        color: #fff;
    }
    .LatestNew_gl li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        margin-top: 20px;
        color: #999;
    }

    /* 热门视频 */  
     .flex {
        display: flex;
        align-items: center;
    }
    .hotVideo {
        margin-top: 40px;
    }
    .contentList {
        position: relative;
        width: 100%;
        margin-right: 20px;
        margin-bottom: 30px;
        transition: all linear .3s;
    }
    .contentListImg {
        width: 160px;
        height: 90px;
        overflow: hidden;
    }
    .contentListImg img,.contentListImg video {
        width: 100%;
        height: 90px;
    }
    .contentList:hover .contentListImgs {
        display: block;
    }
    .contentListImgs {
        position: absolute;
        top: 0;
        left: 0;
        width: 160px;
        height: 90px;
        background: rgba(0, 0, 0, 0.6);
        display: none;
    }
    .contentListImgs>div {
        width: 160px;
        height: 90px;
    }
    .contentListImgs>div img {
        width: 24px;
        height: 24px;
        margin: auto;
    }
    .videoText {
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
        margin-left: 10px;
    }

    .videoText p:nth-child(1) {
        width: 170px;
        max-height: 40px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-top: 5px;
        margin-bottom: 20px;
    }
/*5*/
    .hotmgLists a,.hotmgLists a div {
        display: flex;
        align-items: center;
    }
    .hotmgLists a div {
        flex: 1;
        flex-direction: column;
        margin-left: 15px;
    }
    .hotmgLists a div h1 {
        width: 170px;
        height: 20px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
    }
    .hotmgLists a div p {
        width: 170px;
        height: 17px;
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #666666;
        margin-top: 7px;
        margin-bottom: 14px;
    }
    .hotmgLists a img {
        width: 90px;
        height: 90px;
        border-radius: 15px;
    }
    .hotmgLists a div .pinfen img {
        width: 13px;
        height: 12px;
        margin-right: 3px;
    }
    .hotmgLists a button {
        width: 56px;
        height: 25px;
        border: 1px solid #999999;
        border-radius: 13px;
        background: none;
        color: #999;
    }
    .pinfen {
        margin: 0 !important;
    }
    .hotmgLists li {
        margin-bottom: 20px;
    }