* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
    background: #f4f4f4;
}

.head{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(142,74,36,0.12);
}

.navigation{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 160px;
    height: auto;
    display: block;  
}
.nav_ul{
    flex: 1;
    margin-left: 160px;
    display: flex;
    align-items: center;
}
.nav_ul li{
    line-height: 100px;
    margin-right: 30px;
}
.nav_ul li a{
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #E83F3F;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
}
.nav_ul li.active a{
    font-weight: bold;
}
.nav_ul li:hover a{
    font-weight: bold;
}
.nav_ul li.active a::after{
    content: "";
    display: block;
    width: 12px;
    height: 77px;
    background: url(./../images/active.png) no-repeat;
    background-size: 12px 77px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nav_ul li:hover a::after{
    content: "";
    display: block;
    width: 12px;
    height: 77px;
    background: url(./../images/active.png) no-repeat;
    background-size: 12px 77px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.search-box{
    border-radius: 4px;
    display: flex;
    align-items: center;
    border: 1px solid #E83F3F;
}
.input-box{
    width: 123px;
    height: 40px;
    border-style: none;
    text-indent: 16px;
    outline: none;
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    font-weight: 400;
    color: #14152B;
    background: #FFFFFF;
    border-radius: 4px 0 0 4px;
}
.button {
    display: block;
    border-radius: 0 4px 4px 0;
    padding: 0 8px;
    height: 40px;
    background: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button img {
    width: 28px;
    height: 28px;
    display: block;
}

.footer {
    min-width: 1200px;
    margin-top: 80px;
    padding: 30px 0;
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    line-height: 35px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}
.footer a{
    color: #999999;
}
.footer span::after{
    content: "丨";
    color: #999;
    margin: 0 6px;
}
.footer span:last-child::after{
    content: none;
}

.Module{
    width: 1200px;
    margin: 0 auto;
}

.ModBody{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}

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

.w-360{
    width: 360px;
}
.w-380{
    width: 380px;
}
.w-790{
    width: 790px;
}

.limt-5 li{
    margin-top: 5px;
}
.limt-9 li{
    margin-top: 9px;
}
.limt-11 li{
    margin-top: 11px;
}
.limt-15 li{
    margin-top: 15px;
}
.limt-16 li{
    margin-top: 16px;
}
.limt-29 li{
    margin-top: 29px;
}

.big-plate{
    width: 790px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 10px;
    box-sizing: border-box;
}
.small-plate{
    width: 380px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 10px;
    box-sizing: border-box;
}

.comTit{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
} 
.comTit .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #E83F3F;
    padding-left: 36px;
    background: url(./../images/label.png) no-repeat center left;
    background-size: 28px 28px;
}
.comTit a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #D0AFAF;
}
.line-one{
    width: 380px;
    margin-left: -10px;
    height: 1px;
    background: #D6D6D6;
}
.line-two{
    width: 790px;
    margin-left: -10px;
    height: 1px;
    background: #D6D6D6;
}
.line-three{
    width: 1200px;
    margin-left: -10px;
    height: 1px;
    background: #D6D6D6;
}

.index-swiper .swiper{
    border-radius: 4px;  
}
.index-swiper .swiper img{
    width: 100%;
    height: 400px;
    display: block;   
}

.index-one-ul li:first-child{
    margin-top: 20px;
}
.index-one-ul li{
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-top: 27px;
}
.index-one-ul li .info{
    position: relative;
    width: 37px;
    height: 22px;
}
.index-one-ul li .info::before{
    content: "活动";
    display: block;
    background: rgba(232,63,63,0.08);
    border-radius: 4px;
    border: 1px solid #E83F3F;
    width: 37px;
    height: 22px;
    line-height: 22px;
    text-align: center; 
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #E83F3F;  
}
.index-one-ul li:nth-child(even) .info::before{
    content: "资讯";  
    border: 1px solid #FF6F1E;
    background: rgba(255,111,30,0.08);
    color: #FF6F1E;
}
.index-one-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    flex: 1;
    margin-left: 8px;
    margin-right: 20px;  
}
.index-one-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;    
}

.title-one-ul li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
}
.title-one-ul li .left{
    flex: 1;
    margin-right: 10px;
    height: 130px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-one-ul li .title{
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    position: relative;  
    padding-left: 74px;
    box-sizing: border-box;
}
.title-one-ul li .title::before{
    content: "游戏测评";
    display: block;
    width: 66px;
    height: 22px;
    background: rgba(232,63,63,0.08);
    border-radius: 4px;
    border: 1px solid #E83F3F;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #E83F3F;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.title-one-ul li .text{
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;  
}
.title-one-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-one-ul li .date{
    padding-left: 24px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 18px 18px;
}
.title-one-ul li img{
    width: 180px;
    height: 130px;  
    border-radius: 4px;
    display: block;
}

.index-two-ul li:first-child{
    margin-top: 20px;
}
.index-two-ul li{
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-two-ul li .info{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #E83F3F;
}
.index-two-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    flex: 1;
    margin-left: 8px;
    margin-right: 20px;
}
.index-two-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
}

.img-one-box{
    display: block;
    position: relative;
    margin-top: 20px;
}
.img-one-box img{
    width: 360px;
    height: 196px;
    border-radius: 4px;  
    display: block;
}
.img-one-box .text{
    width: 100%;
    height: 44px;
    background: rgba(20,21,43,0.4);   
    border-radius: 0px 0px 4px 4px;
    line-height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;   
    position: absolute;
    bottom: 0;
}

.second-swiper{
    margin-top: 20px;
    width: 780px;
}
.second-swiper .swiper{
    position: relative;
}
.second-swiper .swiper::before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #D6D6D6;
    position: absolute;
    bottom: 5px;
    left: 74px;
}
.second-swiper .swiper-slide{
    width: 160px;
}
.second-swiper img{
    width: 160px;
    height: 110px;
    border-radius: 10px;   
    display: block;
}
.second-swiper .title{
    margin-top: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    text-align: center;  
}
.second-swiper .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 8px;
    text-align: center;  
}
.second-swiper .label{
    width: 12px;
    height: 12px;
    background: #D9D9D9;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #D0AFAF;   
    display: flex;
    margin: 0 auto;
    margin-top: 12px;
}
.second-swiper .swiper-slide-active .label{
    border: 2px solid #E83F3F; 
}

.index-three-ul li:first-child{
    margin-top: 20px;
}
.index-three-ul li{
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-three-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    flex: 1; 
    margin-right: 20px;
    position: relative;
    padding-left: 17px;
    background: url(./../images/i1.png) no-repeat center left;
    background-size: 9px 9px;
}
.index-three-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.index-four-ul li:first-child{
    margin-top: 20px;
}
.index-four-ul li{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.index-four-ul li .num{
    width: 28px;
    height: 24px;
    background: url(./../images/t4.png) no-repeat;
    background-size: 28px 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #999999;   
}
.index-four-ul li:nth-child(-n+3) .num{
    color: #FFFFFF;  
}
.index-four-ul li:nth-child(1) .num{
    background: url(./../images/t1.png) no-repeat;
    background-size: 28px 24px;   
}
.index-four-ul li:nth-child(2) .num{
    background: url(./../images/t2.png) no-repeat;
    background-size: 28px 24px;   
}
.index-four-ul li:nth-child(3) .num{
    background: url(./../images/t3.png) no-repeat;
    background-size: 28px 24px;   
}
.index-four-ul li a{
    flex: 1;
    margin-left: 8px;
    margin-right: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
}
.index-four-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;    
}

.index-five-ul li{
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
}
.index-five-ul li .left{
    flex: 1;
    margin-right: 10px;
    height: 100px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.index-five-ul li .title{
    width: 100%;
    position: relative;
    padding-left: 45px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B; 
}
.index-five-ul li .title::before{
    content: "活动";
    display: block;
    width: 37px;
    height: 22px;
    background: rgba(232,63,63,0.08);
    border-radius: 4px;
    border: 1px solid #E83F3F;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #E83F3F;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); 
}
.index-five-ul li:last-child .title::before{
    content: "资讯";
    background: rgba(255,111,30,0.08);
    border: 1px solid #FF6F1E;
    color: #FF6F1E;
}
.index-five-ul li .text{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin-top: 8px;  
}
.index-five-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.index-five-ul li .date{
    padding-left: 24px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 18px 18px;
}
.index-five-ul li img{
    width: 140px;
    height: 100px;
    border-radius: 4px;    
    display: block;
}

.Flink{
    margin-top: 30px;
    width: 1200px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 10px;
    box-sizing: border-box;  
}
.Flink-ul{
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Flink-ul li{
    margin-top: 20px;
    padding-right: 65px;
}
.Flink-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
}

.body_position {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.body_position div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position div a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position div::after{
    content: ">";
    color: #999999;
    font-size: 14px;
    margin: 0 8px;
}
.body_position div:nth-child(2){
    margin-left: 8px;
}
.body_position div:last-child a{
    color: #E83F3F;  
}
.body_position div:last-child::after,
.body_position div:first-child::after{
    content: none;
}

.info-one-ul li{
    width: 790px;
    margin-left: -10px;
    padding: 20px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
}
.info-one-ul li:hover .title{
    color: #E83F3F;  
}
.info-one-ul li img{
    width: 260px;
    height: 160px;
    border-radius: 4px;
    display: block;  
}
.info-one-ul li .right{
    flex: 1;
    margin-right: 20px;
    height: 160px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-one-ul li .title{
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;  
}
.info-one-ul li .text{
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin-top: 8px;
}
.info-one-ul li .date{
    width: 100%;
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
    padding-left: 24px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 18px 18px;
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.pagination .page-item{
    margin: 5px;
}
.pagination .page-link{
    display: block;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #E83F3F;
    color: #E83F3F;
}
.pagination .active .page-link {
    background-color: #E83F3F;
    color: #fff;
}
.pagination .page-link:hover {
    background-color: #E83F3F;
    color: #fff;
}

.detatitle{
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D6D6D6;
}
.detatitle h1{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    line-height: 28px;
    text-align: center;
}
.detainfo{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}
.detainfo div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.article-content {
    padding-top: 20px;
}
.article-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    line-height: 28px;
    text-indent: 2em;
}
.article-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 375px;
}
.article-content h2,
.article-content h3{
    font-size: 17px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}

.kfb-body{
    margin-bottom: 30px;
    padding: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
}
.info-title .Ttop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}   
.info-title .Ttop span{
    color: #FF0000;
    margin: 0 4px;
}
table {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 60px;
    background: #E83F3F;
    width: 100%;  
}
table thead tr th{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
table thead tr th{
    width: 200px;
}
table tbody{ 
    background-color: #FFFFFF;
}
table tbody td{
    height: 84px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) .body{
    width: 200px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: start;
    margin-bottom: 0;
}
table tbody tr td:nth-child(1) img{
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 9px;
}
table tbody tr td:nth-child(1) .right{
    flex: 1;
    margin-left: 12px;
    height: 60px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 2px 0;
    box-sizing: border-box;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #14152B;
    width: 100%;
}
table tbody tr td:nth-child(1) .info{
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}
table tbody tr td:nth-child(2){
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FF0000;
}
table tbody tr td{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
table tbody tr td:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #EEEEEE;
}
table tbody tr td:last-child a{
    display: block;
    padding: 0 26px 0 58px;
    line-height: 45px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #E83F3F; 
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #E83F3F;
    position: relative;
}
table tbody tr td:last-child a::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: url(./../images/x1.png) no-repeat;
    background-size: 24px 24px;
    position: absolute;
    top: 50%;
    left: 26px;
    transform: translateY(-50%);
}
table tbody tr:hover td:last-child a::before{
    background: url(./../images/x2.png) no-repeat;
    background-size: 24px 24px; 
}
table tbody tr:hover td:last-child a{
    background-color: #E83F3F;
    color: #FFFFFF;
}
table tbody tr:hover{
    background: rgba(232,63,63,0.04);
}

.GameMod{
    width: 1200px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 10px;
    box-sizing: border-box;   
}

.info-two-ul{
    background: #FFFFFF;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
}
.info-two-ul li:nth-child(2n+2){
    margin-right: 0;
}
.info-two-ul li:nth-child(-n+2){
    margin-top: 20px;
}
.info-two-ul li{
    width: 565px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    margin-top: 30px;
    margin-right: 30px;
}
.info-two-ul li:hover{
    border: 1px solid #E83F3F;  
    background: rgba(232,63,63,0.08);
    transition: all .3s ease-in-out;
}
.info-two-ul li img{
    width: 140px;
    height: 140px;
    border-radius: 32px;
    display: block;  
}
.info-two-ul li .right{
    flex: 1;
    margin-left: 20px;
    height: 140px;
    padding: 12px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-two-ul li .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;
    width: 100%;   
}
.info-two-ul li .two{
    width: 100%;   
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-two-ul li .center{
    flex: 1;
    margin-right: 20px;
}
.info-two-ul li .type{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-two-ul li .type div:first-child{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FDC260; 
    position: relative;
    padding-left: 16px;
}
.info-two-ul li .type div:first-child::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(./../images/man.png) no-repeat;
    background-size: 12px 12px;
    position: absolute;
    left: 0;
    top: 6px;
}
.info-two-ul li .type div:last-child::before{
    content: "丨";
    color: #D6D6D6;
    font-size: 14px;
    font-weight: 100;
    margin: 0 8px;
}
.info-two-ul li .text{
    margin-top: 27px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}
.info-two-ul li .click{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    background: #E83F3F;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.game-title{
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    background: #FFFFFF;
}
.game-title .img img{
    width: 120px;
    height: 120px;
    border-radius: 32px;  
    display: block; 
}
.game-title .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-title .center{
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 6px 0;
    box-sizing: border-box;
    height: 120px;
    flex: 1;
    margin-right: 20px;
}
.game-title .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1F2233;
    width: 100%;
}
.game-title .type{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between; 
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.game-title .type>div{
    margin-right: 15px;
}
.game-title .type>div div{
    margin-top: 20px;
}

.info-button-box{
    width: 190px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-down-btn{
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.info-down-btn span{
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-down-btn span img{
    width: 22px;
    height: 22px;
    display: block;
    margin-right: 6px;
}
.info-button-box .i1{
    border: 1px solid #E83F3F;
    background: #FFFFFF;
    color: #E83F3F;
}
.info-button-box .i2{
    border: 1px solid #E83F3F;
    background: #E83F3F;
    color: #FFFFFF;
}
.btn-code{
    display: none;
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.btn-code img{
    width: 120px;
    height: 120px;
    display: block;
}
.btn-code div{
    width: 120px;
    height: 25px;
    line-height: 20px;
    color: #666;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 12px;
}
.info-down-btn:hover .btn-code{
    display: block;
}

.game-content {
    padding-top: 20px;
}
.game-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #14152B;
    line-height: 28px;
    text-indent: 2em;
}
.game-content p img {
    display: block;
    margin: 20px auto;
    width: 600px;
    height: 375px;
}
.game-content h2,
.game-content h3{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #262626;
    margin: 10px 0;
    text-indent: 2em;
}

.game-swiper{
    width: 100%;
    margin-top: 20px;
}
.game-swiper .swiper{
    width: 100%;
}
.game-swiper .swiper-slide{
    width: 600px;
    height: 375px;
}
.game-swiper .swiper img{
    width: 600px;
    height: 375px;
    border-radius: 4px;
    display: block;
}
.game-swiper .swiper-button-prev,
.game-swiper .swiper-button-next{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.game-swiper .swiper-button-prev{
    left: 0;
}
.game-swiper .swiper-button-next{
    right: 0;
}
.game-swiper .swiper-button-prev:after,
.game-swiper .swiper-button-next:after{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
}
.game-swiper .swiper-button-prev:after{
    color: #999999;
}
.game-swiper .swiper-button-next:after{
    color: #E83F3F;
}
.game-swiper .swiper-pagination span{
    width: 8px;
    height: 8px;
    background: #F5F5F5;
    opacity: 1; 
}
.game-swiper .swiper-pagination-bullet-active{
    width: 28px !important;
    height: 8px !important;
    background: #E83F3F !important;
    border-radius: 4px !important; 
}


