* {
    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;
}

.head{
    width: 100%;
    background: #1F2233;
}

.navigation{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 0 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 160px;
    height: 56px;
    display: block;  
}
.nav_ul{
    flex: 1;
    margin-left: 300px;
    display: flex;
    align-items: center;
}
.nav_ul li{
    line-height: 100px;
    padding: 0 42px;
    position: relative;
}
.nav_ul li::after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.nav_ul li:first-child
{
    padding-left: 0;
}
.nav_ul li:last-child{
    padding-right: 0;
}
.nav_ul li:last-child::after{
    content: none;
}
.nav_ul li a{
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.nav_ul li.active a{
    color: #FA4B4A;
    font-weight: bold;
}
.nav_ul li:hover a{
    color: #FA4B4A;
    font-weight: bold;
}

.footer {
    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-380{
    width: 380px;
}
.w-790{
    width: 790px;
}

.limt-17 li{
    margin-top: 17px;
}
.limt-18 li{
    margin-top: 18px;
}
.limt-20 li{
    margin-top: 20px;
}
.limt-22 li{
    margin-top: 22px;
}

.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 28px;
} 
.comTit .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A;
    position: relative;
    padding-left: 34px;
}
.comTit .i1{
    background: url(./../images/i1.png) no-repeat center left;
    background-size: 28px 28px;
}
.comTit .i2{
    background: url(./../images/i2.png) no-repeat center left;
    background-size: 28px 28px;
}
.comTit .i3{
    background: url(./../images/i3.png) no-repeat center left;
    background-size: 28px 28px;
}
.comTit .i4{
    background: url(./../images/i4.png) no-repeat center left;
    background-size: 28px 28px;
}
.comTit .i5{
    background: url(./../images/i5.png) no-repeat center left;
    background-size: 28px 28px;
}
.comTit a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 30px;
    background: url(./../images/jia.png) no-repeat center left; 
    background-size: 28px 28px;
}

.title-one-box{
    width: 100%;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(250,75,74,0.12);
    border: 1px solid #FA4B4A;
    border-radius: 4px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}

.title-one-box .one{
    width: 100%;
}
.title-one-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FA4B4A; 
}
.title-one-box .text{
    margin-top: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px; 
}
.title-one-box .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.title-one-box .date{
    padding-left: 21px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 17px 17px;
}

.index-one-ul li:first-child{
    margin-top: 20px;
}
.index-one-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-one-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1;
    margin-right: 15px;
    position: relative;
    padding-left: 16px;   
}
.index-one-ul li a::before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #D6D6D6;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.index-one-ul li:hover a::before{
    background: #FA4B4A;   
    transition: all .3s ease-in-out;
}
.index-one-ul li div{
    font-size: 16px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999; 
}

.index-swiper{
    width: 100%;
}
.index-swiper .mySwiper2{
    border-radius: 4px 4px 0 0;
}
.index-swiper .mySwiper2 img{
    width: 100%;
    height: 400px;
    display: block;
}
.index-swiper .mySwiper2 .swiper-button-prev{
    left: 0;
    top: 0;
}
.index-swiper .mySwiper2 .swiper-button-next{
    right: 0;
    top: 0;
}
.index-swiper .mySwiper2 .swiper-button-prev,
.index-swiper .mySwiper2 .swiper-button-next{
    width: 30px;
    height: 100%;
    background: rgba(31,34,51,0.4);
    margin-top: 0;
}
.index-swiper .mySwiper2 .swiper-button-prev:after,
.index-swiper .mySwiper2 .swiper-button-next:after{
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
}

.index-swiper .mySwiper{
    width: 100%;
    border-radius: 0 0 4px 4px;
}
.index-swiper .mySwiper .swiper-wrapper{
    width: 790px;
}
.index-swiper .mySwiper{
    width: 790px;
}
.index-swiper .mySwiper .swiper-slide {
    width: 158px;
    height: 50px;
    cursor: pointer;
    background: rgba(31,34,51,0.84);
    display: flex;
    align-items: center;
}
.index-swiper .mySwiper .swiper-slide:nth-child(even){
    background: rgba(31,34,51,0.8); 
}
.index-swiper .mySwiper .swiper-slide-thumb-active{
    background: rgba(31,34,51,0.2) !important;
}
.index-swiper .mySwiper .swiper-slide .text {
    padding: 0 5px;
    box-sizing: border-box;
    width: 158px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.index-swiper .mySwiper .swiper-slide-thumb-active .text{
    font-weight: bold;
    color: #FA4B4A;   
}

.title-two-box{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.title-two-box img{
    width: 170px;
    height: 120px;
    border-radius: 4px;  
    display: block;
}
.title-two-box .right{
    flex: 1;
    margin-right: 20px;
    height: 120px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-two-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    width: 100%;   
}
.title-two-box .text{
    width: 100%; 
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    min-height: 56px;   
}
.title-two-box .info{
    width: 100%;
    display: flex;
    justify-content: end;
}
.title-two-box .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
    padding-left: 21px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 17px 17px;
}

.title-three-box{
    padding: 20px 0 13px 0;
    border-bottom: 1px solid #D6D6D6;
}
.title-three-box a{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127; 
}
.title-three-box div{
    margin-top: 8px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
}

.index-two-ul li:first-child{
    margin-top: 20px;
}
.index-two-ul li{
    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: #FA4B4A; 
}
.index-two-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    flex: 1;
    margin-left: 8px;
    margin-right: 20px;
}
.index-two-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.img-one-ul{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.img-one-ul li{
    width: 180px;
}
.img-one-ul li img{
    width: 180px;
    height: 120px;
    border-radius: 4px;  
    display: block;
}
.img-one-ul li .text{
    margin-top: 13px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127; 
}

.title-fou-box{
    margin-top: 20px;
}
.title-fou-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;    
}
.title-fou-box .two{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.title-fou-box img{
    width: 170px;
    height: 120px;
    border-radius: 4px;
    display: block; 
}
.title-fou-box .right{
    flex: 1;
    margin-left: 20px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}
.title-fou-box .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    width: 100%;    
}
.title-fou-box .info{
    width: 100%;
    display: flex;
    justify-content: end;
}
.title-fou-box .date{
    line-height: 28px;
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;  
    padding-left: 21px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 17px 17px;
}

.index-three-ul li:first-child{
    margin-top: 20px;
}
.index-three-ul li{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-three-ul li .num{
    width: 18px;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #999999;
}
.index-three-ul li:nth-child(-n+6) .num{
    color: #FEC362;
}
.index-three-ul li:nth-child(-n+3) .num{
    color: #FA4B4A;
}
.index-three-ul li img{
    display: none;
}
.index-three-ul li:nth-child(-n+3) img{
    height: 18px;
    height: 18px;
    display: block;
    margin-left: 7px;
}
.index-three-ul li .center{
    flex: 1;
    margin-left: 8px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.index-three-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127; 
}
.index-three-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999; 
}

.Flink-ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.Flink-ul li{
    margin-top: 20px;
    padding-right: 40px;
}
.Flink-ul li a{
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.body_position {
    padding: 0 20px;
    margin-top: 30px;
    display: flex;
}
.body_position div{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
}
.body_position span {
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.body_position span::after{
    content: ">";
    color: #999999;
    font-weight: 100;
    margin: 0 8px;
}
.body_position span:last-child:after{
    content: none;
}
.body_position span a {
    color: #999999;
    text-decoration: none;
}
.body_position span:last-child a{
  color: #FA4B4A;  
}

.info-one-ul li{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
}
.info-one-ul li img{
    width: 260px;
    height: 160px;
    border-radius: 4px;
    display: block;  
}
.info-one-ul li .right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.info-one-ul li .two{
    width: 100%;
}
.info-one-ul li .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;   
}
.info-one-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;  
    margin-top: 8px; 
}
.info-one-ul li .info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}
.info-one-ul li .date{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    padding-left: 21px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 17px 17px;
}
.info-one-ul li .click{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A;  
}

.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}
.pagination .page-item{
    margin: 5px;
}
.pagination .page-link{
    display: block;
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid #FA4B4A;
    color: #FFFFFF;
    background: rgba(250,75,74,0.4);
}
.pagination .active .page-link {
    background-color: #FA4B4A;
    color: #fff;
}
.pagination .page-link:hover {
    background-color: #FA4B4A;
    color: #fff;
}

.detatitle{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}
.detatitle h1{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    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: #1D2127;
    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: #FA4B4A;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}

.kfb-body{
    margin-top: 20px;
    margin-bottom: 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: #666666;
}   
.info-title .Ttop span{
    color: #FF0000;
    margin: 0 5px;
}
table {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 56px;
    background: #FA4B4A;
    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: 60px;
    border-top:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1){
    border-left:1px solid #EEEEEE;
}
table tbody tr td:nth-child(1) .name{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
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;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #FA4B4A; 
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FA4B4A;
}
table tbody tr:hover td:last-child a{
    background-color: #FA4B4A;
    color: #FFFFFF;
}
table tbody tr:hover{
    background-color: #fbfcf8;
}
table{
    border-radius: 10px;
}
table thead tr th:first-child{
    border-radius: 10px 0 0 0;
}
table thead tr th:last-child{
    border-radius: 0 10px 0 0;
}
table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}
table tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

.info-two-ul li:first-child{
    padding-top: 20px;
}
.info-two-ul li{
    padding: 30px 0;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
}
.info-two-ul li img{
    width: 140px;
    height: 140px;
    border-radius: 32px;
    display: block;    
}
.info-two-ul li .center{
    height: 140px;
    flex: 1;
    margin: 0 40px 0 20px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0;
    box-sizing: border-box;
}
.info-two-ul li .two{
    width: 100%;
}
.info-two-ul li .name{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
}
.info-two-ul li .text{
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
}
.info-two-ul li .type{
    width: 100%;
    display: flex;
    align-items: center;
    height: 18px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.info-two-ul li .type div:last-child::before{
    content: "丨";
    font-size: 12px;
    font-weight: 100;
    color: #D6D6D6;
    margin: 0 8px;
}
.info-two-ul li .right{
    width: 110px;
    height: 140px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;  
}
.info-two-ul li .info{
    width: 100%;
    display: flex;
    justify-content: end;
}
.info-two-ul li .info div{
    font-size: 26px;
    font-family: Arial, Arial;
    font-weight: bold;
    color: #FDC260; 
    position: relative;
    padding-left: 19px;
}
.info-two-ul li .info div::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(./../images/man.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: 0;
}
.info-two-ul li .click{
    width: 100%;
    height: 40px;
    background: #FA4B4A;
    border-radius: 4px;   
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.game-title{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #D6D6D6;
}
.game-title .img img{
    width: 140px;
    height: 140px;
    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: 10px 0;
    box-sizing: border-box;
    height: 140px;
    flex: 1;
    margin-right: 40px;
}
.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: 20px;
}
.game-title .type>div div{
    margin-top: 12px;
}

.info-button-box{
    width: 200px;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-down-btn{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.info-down-btn span{
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-down-btn span img{
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 8px;
}
.info-button-box .i1{
    border: 1px solid #FA4B4A;
    background: #FFFFFF;
    color: #FA4B4A;
}
.info-button-box .i2{
    border: 1px solid #FA4B4A;
    background: #FA4B4A;
    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-column{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
} 
.game-column .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #1D2127;
    position: relative;
    padding-bottom: 10px;
}
.game-column .title::after{
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #FA4B4A;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.game-content {
    padding-top: 20px;
}
.game-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #1D2127;
    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{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.game-swiper .swiper{
    margin: 0;
}
.game-swiper .mySwiper4 {
    width: 600px;
    height: 375px;
}
.game-swiper .mySwiper4 .swiper-slide img {
    display: block;
    width: 600px;
    height: 375px;
}

.game-swiper .mySwiper3 {
    width: 170px;
    height: 375px;
}
.game-swiper .mySwiper3 .swiper-wrapper{
    width: 170px;
}
.game-swiper .mySwiper3  .swiper-slide {
    width: 170px;
    height: 106px;
    position: relative;
}
.game-swiper .mySwiper3  .swiper-slide img{
    width: 170px;
    height: 106px;
    display: block;
    cursor: pointer;
}
.game-swiper .swiper-button-prev{
    margin-top: 0;
    width: 100%;
    height: 29px;
    background: rgba(31,34,51,0.4);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.game-swiper .swiper-button-next{
    margin-top: 0;
    width: 100%;
    height: 29px;
    background: rgba(31,34,51,0.4);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.game-swiper .swiper-button-prev:after,
.game-swiper .swiper-button-next:after {
    content: none;
}
.game-swiper .swiper-button-prev img,
.game-swiper .swiper-button-next img{
    width: 40px;
    height: 25px; 
    display: block;
}