* {
    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: #3E1C28;
    border-bottom: 2px solid #EDD5DB;
}

.navigation{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 160px;
    height: auto;
    display: block;  
}
.nav_ul{
    flex: 1;
    margin-left: 70px;
    display: flex;
    align-items: center;
}
.nav_ul li{
    line-height: 100px;
}
.nav_ul li a{
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #EDD5DB;
    padding: 0 40px;
    box-sizing: border-box;
}
.nav_ul li.active a{
    background: #EDD5DB;
    font-weight: bold;
    color: #3E1C28;
}
.nav_ul li:hover a{
    background: #EDD5DB;
    font-weight: bold;
    color: #3E1C28;
}

.search-box{
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.input-box{
    width: 134px;
    height: 40px;
    border-style: none;
    text-indent: 16px;
    outline: none;
    font-family: MicrosoftYaHeiLight;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #F5F5F5;
    border-radius: 20px 0 0 20px;
}
.button {
    display: block;
    border-radius: 0 20px 20px 0;
    padding: 0 19px;
    height: 40px;
    background-color: #F5F5F5;
    text-decoration: none;
    text-align: center;
    border: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.button img {
    width: 28px;
    height: 28px;
    display: block;
}

.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-12 li{
    margin-top: 12px;
}
.limt-13-odd li:nth-child(odd){
    margin-top: 13px;
}
.limt-13 li{
    margin-top: 13px;
}
.limt-15 li{
    margin-top: 15px;
}
.limt-18 li{
    margin-top: 18px;
}
.limt-19-odd li:nth-child(odd){
    margin-top: 19px;
}

.comTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 22px;
} 
.comTit .title{
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;
    position: relative;
    padding-left: 12px;
}
.comTit .title::before{
    content: "";
    display: block;
    width: 4px;
    height: 22px;
    background: #3E1C28;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.comTit a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.index-swiper .swiper a{
    position: relative;
    display: block;
}
.index-swiper .swiper img{
    width: 100%;
    height: 200px;
    display: block;   
}
.index-swiper .swiper .text{
    width: 100%;
    height: 44px;
    background: linear-gradient(90deg, #353535 0%, rgba(53,53,53,0) 100%);    
    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;  
}

.title-one-box{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.title-one-box .img{
    position: relative;
}
.title-one-box img{
    width: 180px;
    height: 105px;
    display: block;  
}
.title-one-box .label{
    padding: 0 14px 0 6px;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;   
    background: url(./../images/label.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    left: -4px;
}
.title-one-box .right{
    flex: 1;
    margin-left: 20px;
    height: 105px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.title-one-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;   
    width: 100%;
}
.title-one-box .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;
    margin-top: 8px;
}
.title-one-box .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-box .date{
    padding-left: 24px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 18px 18px;
}

.index-one-ul li:first-child{
    margin-top: 20px;
}
.index-one-ul li{
    display: flex;
    align-items: center;
}
.index-one-ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    padding-left: 30px;
    background: url(./../images/jt.png) no-repeat center left;   
    background-size: 20px 20px;
    flex: 1;
    margin-right: 15px;
}
.index-one-ul li div{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;   
}

.title-one-ul li:last-child{
    margin-bottom: 10px;
}
.title-one-ul li{
    margin-bottom: 20px;
}
.title-one-ul .title{
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #3E1C28;  
}
.title-one-ul .text{
    margin-top: 5px;  
    text-align: center; 
}
.title-one-ul .text a{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999; 
    margin-right: 12px;
}
.title-one-ul .text a:last-child{
    margin-right: 0;
}

.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: #3E1C28;
}
.index-two-ul li .title{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    flex: 1;
    margin-left: 10px;
    margin-right: 15px;
}
.index-two-ul li .date{
    font-size: 14px;
    font-family: Arial, Arial;
    font-weight: 400;
    color: #999999;
}

.title-two-box{
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D6D6D6;
}
.title-two-box .title{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;   
}
.title-two-box .two{
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}
.title-two-box img{
    width: 180px;
    height: 120px;
    display: block;   
}
.title-two-box .right{
    flex: 1;
    margin-left: 20px;
    height: 120px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.title-two-box .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    text-align: center;  
    width: 100%; 
}
.title-two-box .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%; 
}
.title-two-box .date{
    padding-left: 24px;
    background: url(./../images/date.png) no-repeat center left;
    background-size: 18px 18px;
}
.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;
    display: block;   
}
.img-one-ul li .text{
    margin-top: 8px;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;    
}

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


.m-t-30 .info-one-ul li:first-child{
    padding-top: 20px;
}
.info-one-ul li:first-child{
    padding-top: 0;
}
.info-one-ul li{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px dashed #D6D6D6;
}
.info-one-ul li img{
    width: 280px;
    height: 160px;
    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: #353535;   
}
.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: #3E1C28;  
}

.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 #3E1C28;
    color: #3E1C28;
    background: #F5F5F5;
}
.pagination .active .page-link {
    background-color: #3E1C28;
    color: #fff;
}
.pagination .page-link:hover {
    background-color: #3E1C28;
    color: #fff;
}

.detatitle{
    padding-bottom: 30px;
}
.detatitle h1{
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;
    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;
}

.split-line {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(214, 214, 214, 1) 0%, rgba(214, 214, 214, 1) 50%, transparent 50%);
    background-size: 20px 1px;
    background-repeat: repeat-x;
}

.article-content {
    padding-top: 20px;
}
.article-content p{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    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: #353535;
    line-height: 44px;
    text-indent: 11px;
    background: #f4f4f4;
    margin: 15px 0;
}

.kfb-body{
    margin-top: 30px;
}
.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 div:last-child{
    flex: 1;
    margin-left: 20px;
}
.info-title .Ttop span{
    color: #FF0000;
    margin: 0 5px;
}
table {
    margin-top: 20px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}
table thead{
    height: 60px;
    background: #3E1C28;
    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: 100px;
    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: #353535;
    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: #353535;
}
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 #3E1C28; 
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #3E1C28;
}
table tbody tr:hover td:last-child a{
    background-color: #3E1C28;
    color: #FFFFFF;
}
table tbody tr:nth-child(even){
    background-color: #f0edee;
}

.info-two-ul{
    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: 0;
}
.info-two-ul li{
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    width: 385px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.info-two-ul li:hover{
    border: 1px solid #3E1C28;
    background: rgba(237,213,219,0.2);
}
.info-two-ul li img{ 
    width: 120px;
    height: 120px;
    border-radius: 32px;  
    display: block;
}
.info-two-ul li .right{
    flex: 1;
    margin-left: 12px;
    height: 120px;
    padding: 8px 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.info-two-ul li .one{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-two-ul li .info{
    flex: 1;
    margin-right: 10px;
}
.info-two-ul li .name{
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #353535;  
}
.info-two-ul li .type{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;  
    margin-top: 16px;  
}
.info-two-ul li .click{
    width: 100px;
    height: 36px;
    background: #3E1C28;
    border-radius: 4px;
    border: 1px solid #3E1C28;  
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.info-two-ul li .text{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 100%;   
}

.game-title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.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: 20px;
}
.game-title .type>div div{
    margin-top: 20px;
}

.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 #3E1C28;
    background: #FFFFFF;
    color: #3E1C28;
}
.info-button-box .i2{
    border: 1px solid #3E1C28;
    background: #3E1C28;
    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: #353535;
    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-slide img{
    width: 600px;
    height: 375px;
    display: block;
}

.game-swiper .swiper-button-prev,
.game-swiper .swiper-button-next{
    width: 30px;
    height: 100%;
    background: rgba(255,255,255,0.4);
    top: 0;
    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{
    font-size: 30px;
    font-weight: bold;
}
.game-swiper .swiper-button-prev:after{
    color: #FFFFFF;
}
.game-swiper .swiper-button-next:after{
    color: #3E1C28;
}


.img-one-box{
    position: relative;
    display: block;
}
.img-one-box img{
    width: 100%;
    height: 200px;
    display: block;   
}
.img-one-box .text{
    width: 100%;
    height: 44px;
    background: linear-gradient(90deg, #353535 0%, rgba(53,53,53,0) 100%);    
    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;  
}