* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img {
    object-fit: cover;
}

a {
    text-decoration: none;
    color: #000000;
}

li {
    list-style: none;
}
/* index.html */
body{
    background-color: #FCFCFC;
}
header {
    width: 100%;

    /* background-color: #FCFCFC; */
}
header .header_top {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #F0F2F5;
}
header .header_tops{
    width: 1384px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
 .header_top_left a{
    font-size: 16px;
    color: #090909;
    line-height: 22px;
}
 .header_top_right{
    display: flex;
    align-items: center;
    gap: 4px;
}
 .header_top_right a{
    font-size: 16px;
    line-height: 22px;
}
 .header_top_right a:hover{
    color: #3861FB;
}
 .header_bottom{
    width: 1384px;
    height: 65px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
 .header_bottom_left{
    width: 210px;
    height: 68px;
}
 .header_bottom_left a{
    display: block;
    width: 100%;
    height: 100%;
}
 .header_bottom_left a img{
    max-width: 100%;
    height: auto;
    border-radius: 15px;
	padding:10px;
}
 .header_bottom_right{
    width: 275px;
    height: 58px;
    border-radius: 4px;
    border: 1px solid #AEAEAE;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
 .header_bottom_right input{
    width: 258px;
    height: 100%;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    padding-left: 18px;
    background-color: transparent;
}
 .header_bottom_right button{
    border-radius: 0 4px  4px 0;
    border: none;
    background-color: transparent;
    width: 58px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #AEAEAE;
}
 .header_bottom_right button .icon{
    width: 18px;
    height: 18px;
}
.header_bottom_center{
    width: calc(1384px - 66px - 316px - 40px);
    display: flex;
    align-items: center;
    gap: 25px;
	margin-left:15px;
}
.header_bottom_center a{
    font-size: 18px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.header_bottom_center a.active{
    color:#3861FB ;
}
.header_bottom_center a.active span{
    display: block;
    width: 50%;
    height: 2px;
    background-color: #3861FB;
}
.header_bottom_center a:hover{
    color:#3861FB ;
}
.indexmain{
    width: 1384px;
    margin: 0 auto;

}
.indexmain1{
    width: 100%;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.indexmain1_Carousel{
    width: 838px;
    height: 472px;
    border-radius: 8px;
    overflow: hidden;
}
.indexmain1_right{
    width: calc(1384px - 838px - 20px);
    height: 472px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.indexmain1_rights{
    width: 100%;
    height: 226px;
    background-color: rgb(81, 154, 154);
    border-radius: 4px;
}
.indexmain2{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.indexmain2L{
    width: 984px;
}
.indexmain2R{
    width: 380px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.indexmain2L > h2{
    font-size: 26px;
    line-height: 30px;
}
.indexmain2LM{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.indexmain2LMs{
    width: 100%;
    height: 216px;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}
.indexmain2LMs:hover{
    box-shadow: 1px 1px 4px 0px #CDCDCD, -1px -1px 4px 0px rgba(88,102,126,0);
}
.indexmain2LMs_img{
    display: block;
    width: 305px;
    height: 176px;
}
.indexmain2LMs_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.indexmain2LMs_info{
    width: calc(100% - 325px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.indexmain2LMs_info1{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.indexmain2LMs_title{
    font-size: 12px;
    color: #3861FB;
    line-height: 17px;
    border-radius: 2px;
    background-color: #F0F6FF;
    padding: 4px;
}
.indexmain2LMs_time{
    font-size: 14px;
    color: #6D6D6D;
    line-height: 20px;
}
.indexmain2LMs_name{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    height: 28px;
   
}
.indexmain2LMs_name:hover{
    color: #3861FB;
}
.indexmain2LMs_info > p{
    font-size: 18px;
    color: #1C1C1C;
    line-height: 25px;
    height: 50px;
 
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexmain2LMs_info2{
    width: 100%;

    display: flex;
    align-items: center;
    gap: 60px;
}
.indexmain2LMs_info2s{
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6D6D6D;
}
.indexmain2LMs_info2s .icon-f{
    display: flex;
    justify-content: center;
    align-items: center;
}
.indexmain2LMs_info2s .icon-f .icon{
    width: 18px;
    height: 18px;
}
.indexmain2R1{
    width: 100%;
    /* height: 712px; */
}




footer{
    width: 100%;
    height: 268px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    margin-top: 60px;
}
.footer{
    width: 1384px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}
.footer > div{
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer a:hover{
    color: #3861FB;
}

.custom-carousel {
    position: relative;
    width: 100%;
    height: 100%;

    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
  }
  .carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
  }
  .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: transparent;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
  }
  .carousel-btn .icon{
    width: 25px;
    height: 38px;
  }
  .carousel-btn .iconhover{
    display: none;
  }
  .carousel-btn:hover .icon{
    display: none;
  }
  .carousel-btn:hover .iconhover{
    display: inline;
  }
  .carousel-btn.left {
    left: 10px;
  }
  .carousel-btn.right {
    right: 10px;
  }
  .carousel-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 20px;
    text-align: left;
    line-height: 68px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

  }
  .carousel-title{
    position: absolute;
    bottom: 78px;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    background-color: #3861FB;
    padding: 4px;
    border-radius: 4px;
    z-index: 1;
    left: 20px;
  }
.indexmain1_rights{
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.indexmain1_rights img{
    width: 100%;
    height: 100%;
}
.indexmain1_rights_caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 10px;
 
}
.indexmain1_rights_caption p{
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexmain1_rights_title{
    position: absolute;
    bottom: 60px;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    background-color: #C7CEDC;
    padding: 4px;
    border-radius: 4px;
    z-index: 1;
    left: 6px;
}
.indexmain2R1{
    padding: 10px;
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}
.indexmain2R1 h2{
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px;
}
.indexmain2R1M{
    width: 100%;
    margin-top: 2px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.indexmain2R1Ms{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.indexmain2R1Ms_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}
.indexmain2R1Ms_top:hover{
    background-color: #F8FAFD;
}
.indexmain2R1Ms_top .icon-f{
    display: block;
    width: 18px;
    height: 18px;
}
.indexmain2R1Ms_top .icon-f .icon{
    width: 100%;
    height: 100%;
}
.indexmain2R1Ms_top > a{
    width: calc(100% - 25px);
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 22px;
}
.indexmain2R1Ms_bottom{
    width: 100%;
    display: flex;
    padding-left: 25px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.indexmain2R1Ms_bottom .icon-f{
    display: block;
    width: 14px;
    height: 14px;
}
.indexmain2R1Ms_bottom .icon-f .icon{
    width: 100%;
    height: 100%;
}
.indexmain2R1Ms_bottom span{
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
}
.indexmain2R1Ms_top_ranking{
    width: 18px;
    height: 18px;
    background-color: #84A8C2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
}
.indexmain2R2{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 20px;
}
.indexmain2R2 h2{
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}
.indexmain2R2M{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.indexmain2R2Ms{
    font-size: 14px;
    color: #616E85;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 21px;
    background: #EFF2F5;
}
.indexmain2R2Ms:hover{
    color: #333333;
}
.indexmain2R3{
    width: 100%;
    /* height: 570px;
    background-color: antiquewhite; */
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 10px;

}
.indexmain2R3 h2{
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.indexmain2R3M{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.indexmain2R3Ms{
    width: 100%;
    padding: 10px;
    border-radius: 4px;
}
.indexmain2R3Ms img{
    width: 100%;
    height: 196px;
    border-radius: 4px;
}
.indexmain2R3Ms span{
    font-size: 16px;
    color: #1C1C1C;
    line-height: 22px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-top: 10px;
}
.indexmain3{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    height: 290px;
    margin-top: 60px;
    padding: 20px 23px;
}
.indexmain3_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indexmain3_top h2{
    width: calc(100% - 90px);
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
}
.indexmain3_top_more{
    display: flex;
    align-items: center;
    /* gap: 5px; */
}
.indexmain3_top_more span{
	font-size: 13px;
    color: #999999;
    float: left;
    margin-left: 5px;
}
.indexmain3_top_more .icon-f{
    display: block;
    width: 18px;
    height: 28px;
}
.indexmain3_top_more .icon{
    width: 18px;
    height: 28px;
}
.indexmain3_bottom{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.indexmain3_bottoms{
    width: 131px;
    height: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.indexmain3_bottoms_img{
    width: 131px;
    height: 131px;
  
}
.indexmain3_bottoms_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.indexmain3_bottoms_name{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}
.indexmain3_bottoms_name:hover{
    color: #3861FB;
}
.indexmain3_bottoms_title{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    color: #3C3C3C;
    line-height: 22px;
}
.indexmain4{
    width: 100%;
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.indexmain4s{
    width: 100%;

    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    border-radius: 8px;
}
.indexmain4s:hover{
    box-shadow: 1px 1px 4px 0px #CDCDCD, -1px -1px 4px 0px rgba(88,102,126,0);
}
.indexmain4s_img{
    display: block;
    width: 100%;
    height: 198px;

}
.indexmain4s_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0px 0px;
}
.indexmain4s_column{
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indexmain4s_columnL{
    display: flex;
    align-items: center;
    gap: 2px;
}
.indexmain4s_columnL .icon-f{
    display: block;
    width: 18px;
    height: 18px;
}
.indexmain4s_columnL .icon{
    width: 18px;
    height: 18px;
}
.indexmain4s_columnL span{
    font-size: 14px;
    color: #3861FB;
    line-height: 20px;
}
.indexmain4s_columnR{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
.indexmain4s_name{
    padding: 0 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indexmain4s p{
    font-size: 18px;
    color: #1C1C1C;
    line-height: 25px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    margin-top: 10px;
    height: auto;
}
.indexmain4s_info{
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.indexmain4s_infoL{
    display: flex;
    align-items: center;
    gap: 2px;
}
.indexmain4s_infoL .icon-f{
    display: block;
    width: 18px;
    height: 18px;
}
.indexmain4s_infoL .icon{
    width: 18px;
    height: 18px;
}
.indexmain4s_infoL span{
    color: #6D6D6D;
    font-size: 14px;
    line-height: 20px;
}
.indexmain4s_infoR{
    font-size: 14px;
    color: #6D6D6D;
    line-height: 20px;
}
.totop .icon-f{
    display: block;
    width: 42px;
    height: 42px;
}
.totop .icon{
    width: 42px;
    height: 42px;
}
.totop{
    /* display: none; */
    position: fixed;
    left: calc(50% + 700px);
    /* right: 50px; */
    bottom: 100px;
    width: 38px;
    height: 38px;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s;
}

  .totop.show {
    opacity: 1;
    pointer-events: auto;
  }

  .totop .iconhover{
    display: none;
  }

  .totop:hover .icon{
    display: none;
  }
  .totop:hover .iconhover{
    display: inline-block;
  }

  /* downloadlist */
  .downloadlist{
    width: 1384px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .downloadlist1{
    width: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px 20px;
  }
  .downloadlist1_platform,
  .downloadlist1_sort{
    width: 100%;
    display: flex;
    
  }
  .downloadlist1_platform > span,
  .downloadlist1_sort > span{
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
  }
  .downloadlist1_item{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .downloadlist1_items{
    font-size: 16px;
    color: #616E85;
    line-height: 22px;
    padding: 6px 14px;
    background-color: #EFF2F5;
    border-radius: 17px;
  }
  .downloadlist1_items:hover{
    color: #ffffff;
    background-color: #3861FB;
  }
  .downloadlist1_sort{
    margin-top: 20px;
  }
  .downloadlist2{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .downloadlist2L{
    width: 200px;
    box-shadow: 0px 0px 15px 0px rgba0, 0, 0, 0.04;
    background-color: #ffffff;
    border-radius: 8px;

  }
  .downloadlist2L h2{
    width: 100%;
    padding: 0 20px;
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .downloadlist2LM{
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .downloadlist2LMs{
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .downloadlist2LMs .icon-f{
    display: block;
    width: 18px;
    height: 18px;
  }
  .downloadlist2LMs .icon{
    width: 18px;
    height: 18px;
  }
  .downloadlist2LMs span{
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    width: calc(100% - 28px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .downloadlist2LMs.active{
    background-color: #3861FB !important;

    border-radius: 4px;
  }
  .downloadlist2LMs.active span{
    color: #ffffff;
  }
  .downloadlist2LMs.active .icon{
    color: #ffffff;
  }
  .downloadlist2LMs:hover{
    background-color: #F8FAFD;
  }
  .downloadlist2R{
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .downloadlist2Rs{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba0, 0, 0, 0.04;
    border-radius: 8px;
    padding: 20px;
  }
  .downloadlist2Rs:hover{
    box-shadow: 1px 1px 4px 0px #CDCDCD, -1px -1px 4px 0px rgba(88,102,126,0);
  }
  .downloadlist2Rs_top{
    width: 100%;
    display: flex;
    gap: 20px;
  }
  .downloadlist2Rs_top_img{
    display: block;
    width: 132px;
    height: 132px;
  }
  .downloadlist2Rs_top_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .downloadlist2Rs_top_info{
    width: calc(100% - 152px);
    height: 132px;
    display: flex;flex-direction: column;
    justify-content: space-between;
  }
  .downloadlist2Rs_top_info_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }
  .downloadlist2Rs_name h2{
    font-size: 20px;
    color: #000000;
    line-height: 28px;
    display: block;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .downloadlist2Rs_name h2:hover{
    color: #3861FB;
  }
  .downloadlist2Rs_download{
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: #3861FB;
    line-height: 22px;
    padding: 8px 22px;
    background-color: #EFF2F5;
    border-radius: 22px;
  }
  .downloadlist2Rs_top_info p{
    font-size: 18px;
    color: #1C1C1C;
    line-height: 26px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }
  .downloadlist2Rs_bottom{
    width: 100%;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .downloadlist2Rs_bottomL{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .downloadlist2Rs_star{
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .downloadlist2Rs_stars{
    display: block;
    width: 17px;
    height: 17px;
  }
  .downloadlist2Rs_stars .icon{
    width: 17px;
    height: 17px;
  }
  .downloadlist2Rs_title{
    display: flex;
    align-items: center;
    gap: 10px;
}
.downloadlist2Rs_titles{
    font-size: 16px;
    color: #3861FB;
    line-height: 22px;
    padding: 6px 14px;
    border: 1px solid #3861FB;
    border-radius: 4px;
}
.downloadlist2Rs_bottomR{
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}
.downloadlist2Rs_bottomR span{
    color: #3861FB;
}
.page{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
	margin-top:50px;
}
.lastpage,
.nextpage{
    display: block;
    width: 17px;
    height: 17px;
}
.lastpage .icon,
.nextpage .icon{
    width: 17px;
    height: 17px;
}
.pages{
    font-size: 14px;
    line-height: 16px;
    padding:11px 13px;
    border-radius: 4px;
}
.pages:hover{
    background-color: #F0F6FF;
}
.pages.active{
    background-color: #3861FB;
    color: #ffffff;
}

/* download_main */
.download_main{
    width: 1384px;
    margin: 0 auto;
    margin-top: 30px;
}
.topnav{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3px;
}
.topnav .icon_f{
    display: block;
    width: 18px;
    height: 18px;
}
.topnav .icon{
    width: 18px;
    height: 18px;
}
.topnavs{
    font-size: 16px;
    color: #6F7B8F;
    line-height: 22px;
}
.topnavs:hover{
    text-decoration: underline;
}
.topnav span{
    font-size: 16px;
    line-height: 22px;
}
.download_main1{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.download_mainL{
    width: 984px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}

.download_mainL_name{
    width: 100%;
    font-size: 28px;
}
.download_mainL1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.download_mainL1L{
    display: flex;
    align-items: center;
    gap: 10px;
}
.download_mainL1L_img{
    display: block;
    width: 48px;
    height: 48px;

}
.download_mainL1L_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.download_mainL1L_name{
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}
.download_mainL1L_title{
    color: #3861FB;
    font-size: 16px;
}
.download_mainL1R{
    display: flex;
    align-items: center;
    gap: 40px;
}
.download_mainL1_times{
    display: flex;
    align-items: center;
    gap: 5px;
}
.download_mainL1_times .icon_f{
    display: block;
    width: 18px;
    height: 18px;
}
.download_mainL1_times .icon{
    width: 18px;
    height: 18px;
}
.download_mainL1_times span{
    font-size: 18px;
    color: #6D6D6D;
    line-height: 25px;
}
.download_mainL1_download{
    font-size: 18px;
    color: #3861FB;
    line-height: 25px;
    padding: 8px 30px;
    background-color: #EFF2F5;
    border-radius: 21px;
}
.download_mainL1_download:hover{
    color: #FFFFFF;
    background-color: #3861FB;
}
.download_mainL1_download_sp{
    font-size: 18px;
    color: #3861FB;
    line-height: 25px;
    padding: 8px 30px;
    background-color: #EFF2F5;
    border-radius: 8px;
}
/* .download_mainL1_download_sp:hover{
    color: #FFFFFF;
    background-color: #3861FB;
} */
.download_mainL2{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.download_mainL2s{
    display: flex;
    align-items: center;
    gap: 10px;
}
.download_mainL2s .icon_f{
    display: block;
    width: 18px;
    height: 18px;
}
.download_mainL2s .icon{
    width: 18px;
    height: 18px;
}
.download_mainL2s span{
    font-size: 16px;
    color: #788296;
    line-height: 22px;
}
.download_mainL3{
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}
.download_mainL3 p{
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin: 20px auto;
}
.download_mainL3 ul,
.download_mainL3 ol{
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin: 20px auto;
    padding-left: 20px;
}
.download_mainL3 ul li,
.download_mainL3 ol li{
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    margin: 20px auto;
    padding-left: 20px;
}
.download_mainL3 img{
    max-width: 100%;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
}
.download_mainL3 h2{
    font-size: 26px;
    color: #ff0000;
    background-color: #f9f9f9;
}
.download_mainL3 h3{
    font-size: 20px;
    color: #3961fb;
    background-color: #f9f9f9;
}
.download_mainL3 h1,
.download_mainL3 h2,
.download_mainL3 h3,
.download_mainL3 h4,
.download_mainL3 h5{
    margin: 20px auto;
}
.download_mainL4{
    width: 100%;
    background-color: #F7F9FB;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.download_mainL4 > img{
    width: 76px;
    height: 76px;
}
.download_mainL4 > a{
    flex: 0 0 auto;
    color: #3861FB;
    font-size: 18px;
    line-height: 25px;
    padding: 8px 16px;
    border: 1px solid #3861FB;
    border-radius: 4px;
    background-color: #ffffff;
}
.download_mainL4_info{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 76px;
}
.download_mainL4_info > a{
    font-size: 18px;
    color: #000000;
    line-height: 25px;
    font-weight: 600;
}
.download_mainL4_info > p{
    font-size: 16px;
    color: #1C1C1C;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}
.download_mainL5{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.download_mainL5 span{
    font-size: 18px;
    color: #1C1C1C;
    line-height: 25px;
}
.download_mainL5 a{
    font-size: 16px;
    color: #616E85;
    line-height: 22px;
    padding: 6px 14px;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
}
.download_mainL5 a:hover{
    border-color: #3861FB;
    color: #3861FB;
}
.download_mainL6{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}
.download_mainL6s{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 26px;
    border: 1px solid #666666;
    border-radius: 4px;
}
.download_mainL6s .icon_f{
    display: block;
    width: 20px;
    height: 20px;
}
.download_mainL6s .icon{
    width: 20px;
    height: 20px;
}
.download_mainL6s span{
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}
.download_mainL6s.active span{
    color: #3861FB;
}
.download_mainL6s.active{
    background-color: #EFF2F5;
    border: 1px solid #EFF2F5;
}
.download_mainL6s .iconhover{
    display: none;
}
.download_mainL6s:hover{
    border: 1px solid #3861FB;
}
.download_mainL6s:hover span{
    color: #3861FB;
}
.download_mainL6s:hover .icon{
    display: none;
}
.download_mainL6s:hover .iconhover{
    display: inline-block;
}
.download_mainL6s.active .iconactive{
    display: inline-block;
}
.download_mainL7{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    margin-top: 30px;
}
.download_mainL7L{
    width: calc(50% - 18px);
    display: flex;
    align-items: center;

}
.download_mainL7R{
    width: calc(50% - 18px);
    display: flex;
    align-items: center;
    justify-content: right;
}
.download_mainL7L a,
.download_mainL7R a{
    display: block;
    width: auto;
    font-size: 16px;
    color: #111825;
    line-height: 22px;
    padding: 15px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #F8FAFD;
    border-radius: 4px;
}



.download_mainL8{
    width: 100%;
    padding: 20px;
    background: #F8FAFD;
    margin-top: 20px;
}
.download_mainL8 h2{
    font-size: 24px;
    color: #3861FB;
    line-height: 33px;
    font-weight: bold;
}
.download_mainL8 p{
    width: 100%;
    font-size: 18px;
    color: #3C3C3C;
    line-height: 25px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}
.download_mainL9{
    width: 100%;
    margin-top: 30px;
}
.download_mainL9M{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.download_mainL9Ms{
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.download_mainL9Ms:last-child{
    border: none;
    padding-bottom: 0;
}
.download_mainL9Ms p{
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin-top: 20px;
}
.download_mainL9Ms_info{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.download_mainL9Ms_info span{
    font-size: 14px;
    color: #6D6D6D;
    line-height: 20px;
}
.download_mainL9Ms_times{
    display: flex;
    align-items: center;
    gap: 5px;
}
.download_mainL9Ms_times .icon_f{
    display: block;
    width: 18px;
    height: 18px;
}
.download_mainL9Ms_times .icon{
    width: 18px;
    height: 18px;
}
.download_mainL10{
    width: 100%;
    margin-top: 30px;
}
.download_mainL10_bottom{
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.download_mainL10_bottoms{
    width: 221px;
}
.download_mainL10_bottoms_img{
    display: block;
    width: 100%;
    height: 149px;
    border-radius: 4px;
}
.download_mainL10_bottoms_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.download_mainL10_bottoms_name{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}
.download_mainR{
    width: 380px;
}
.download_mainR1{
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}
.download_mainR1 h2{
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 24px;
}
.download_mainR1M{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
}
.download_mainR1Ms{
    width: 100%;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 22px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 8px 10px;
    padding-left: 28px;
}
.download_mainR1Ms:hover{
    background-color: #F8FAFD;
    border-radius: 4px;
}
.download_mainR1Ms > span{
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D8D8D8;
    top: 15px;
    left: 10px;
}
.download_mainR2{
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-top: 20px;
}
.download_mainR2 .indexmain3_top{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.download_mainR2 .indexmain3_top h2{
    font-size: 18px;
    line-height: 24px;
}
.download_mainR2 .indexmain3_top .indexmain3_top_more span{
    font-size: 18px;
    line-height: 25px;
}

.download_mainR2M .layui-tab-title{
    padding: 0 10px;
    border-color: transparent;
    display: flex;
    justify-content: space-between;
    height: 20px !important;
}
.download_mainR2M .layui-tab .layui-tab-title li{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
}
.download_mainR2M .layui-tab-title .layui-this:after{
    height: 26px;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 4px solid #3861FB !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.download_mainR2M .download_mainR2M_1{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.download_mainR2Ms{
    width: 100%;
    padding: 8px 10px;
    display: flex;
    border-radius: 4px;
    gap: 10px;
}
.download_mainR2Ms:hover{
    background-color: #F8FAFD;
}
.download_mainR2M_img{
    display: block;
    width: 146px;
    height: 86px;
}
.download_mainR2M_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.download_mainR2Ms_info{
    width: calc(100% - 156px);
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.download_mainR2Ms_name{
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download_mainR2Ms_time{
    width: 100%;
    font-size: 14px;
    color: #858EA0;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.download_mainR2Ms_name:hover{
    color: #3861FB;
}
.download_mainR2 .layui-tab-content{
    padding-bottom: 0;
}
.download_mainR3 .indexmain3_top{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.download_mainR3 .indexmain3_top h2{
    font-size: 18px;
    line-height: 24px;
}
.download_mainR3 .indexmain3_top .indexmain3_top_more span{
    font-size: 18px;
    line-height: 25px;
}
.download_mainR3{
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-top: 20px;
}
.download_mainR3M{
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.download_mainR3Ms{
    width: 100%;
    padding: 8px 10px;
    border-radius: 4px;
    display: flex;
    gap: 7px;
    align-items: center;
}
.download_mainR3Ms_img{
    display: block;
    width: 81px;
    height: 81px;
    
}
.download_mainR3Ms_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.download_mainR3Ms_down{
    width: 68px;
    height: 41px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EFF2F5;
    color: #3861FB;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.download_mainR3Ms_info{
    width: calc(100% - 81px - 14px - 68px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 81px;
}
.download_mainR3Ms_name{
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}
.download_mainR3Ms_title{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.download_mainR3Ms_time{
    font-size: 14px;
    color: #858EA0;
    line-height: 20px;
}
.download_mainR3Ms:hover{
    background-color: #F8FAFD;
}
.download_mainR3Ms_down:hover{
    background-color: #3861FB;
    color: #ffffff;
}
.download_mainR4 .indexmain3_top{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.download_mainR4 .indexmain3_top h2{
    font-size: 18px;
    line-height: 24px;
}
.download_mainR4 .indexmain3_top .indexmain3_top_more span{
    font-size: 18px;
    line-height: 25px;
}
.download_mainR4{
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-top: 20px;
}
.download_mainR4M{
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    padding: 0 10px;
}
.download_mainR4Ms{
    width: 100px;
    height: 36px;
    background-color: #EFF2F5;
    border-radius: 4px;
    color: #616E85;
    display: block;
    line-height: 36px;
    text-align: center;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.download_mainR4Ms:hover{
    background-color: #3861FB;
    color: #ffffff;
}

/* topiclist */
.topiclist{
    width: 1384px;
    margin: 0 auto;
    margin-top: 30px;
}
.topiclist_main{
    width: 100%;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.topiclists{
    width: 331px;
}
.topiclists_img{
    display: block;
    width: 100%;
    height: 192px;
}
.topiclists_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: transform 0.3s;
}
.topiclists_img img:hover{

}
.topiclists:hover .topiclists_img img{
    transform: scale(1.08);
}
.topiclists:hover .topiclists_name{
    color: #3861FB;
}
.topiclists_name{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
}

.topicmain{
    width: 1384px;
    margin: 0 auto;
    margin-top: 30px;
}
.topicmainM{
    width: 100%;
    margin-top: 30px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 20px;
}
.topicmainM1{
    width: 100%;
    display: flex;
    gap: 20px;
}
.topicmainM1_img{
    width: 235px;
    height: 135px;

}
.topicmainM1_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.topicmainM1_main{
    width: calc(100% - 255px);
}
.topicmainM1 h1{
    font-size: 28px;
    line-height: 37px;
}
.topicmainM1 p{
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    color: #454F61;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.topicmainM1_info{
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 100px;
}
.topicmainM1_time,
.topicmainM1_from{
    display: flex;
    align-items: center;
    gap: 3px;
}
.topicmainM1_time .icon_f,
.topicmainM1_from .icon_f{
    display: block;
    width: 16px;
    height: 16px;
}
.topicmainM1_time .icon,
.topicmainM1_from .icon{
    width: 16px;
    height: 16px;
}
.topicmainM1_time span,
.topicmainM1_from span{
    font-size: 16px;
    color: #788296;
    line-height: 22px;
}
.topicmainM hr{
    margin: 20px 0;
}
.topicmainM2{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.topicmainM2s{
    width: 100%;
    padding-bottom: 20px;
    border-bottom:1px solid #EEEEEE;
}
.topicmainM2s_top{
    width: 100%;
    display: flex;
    gap: 20px;
}
.topicmainM2s_img{
    display: block;
    width: 99px;
    height: 99px;
    
}
.topicmainM2s_img img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.topicmainM2s_info{
    width: calc(100% - 119px);
    height: 99px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.topicmainM2s_infos{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topicmainM2s_infos_name{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}
.topicmainM2s_infos_name:hover{
    color: #3861FB;
}
.topicmainM2s_info_down{
    font-size: 16px;
    color: #3861FB;
    line-height: 22px;
    padding: 8px 22px;
    background-color: #EFF2F5;
    border-radius: 22px;
    flex: 0 0 auto;
}
.topicmainM2s_info_down:hover{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    padding: 8px 22px;
    background-color: #3861FB;
    border-radius: 22px;
    flex: 0 0 auto;
}
.topicmainM2s_info p{
    font-size: 18px;
    color: #111825;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
}
.topicmainM2s_bottom{
    width: 100%;

    margin: 0 auto;
    margin-top: 20px;
    /* padding: 0 70px; */
}

.topicmainM2s_bottom .swiper {
    width: 100%;
    /* height: 100%; */
    padding: 0 70px;
    height: 333px;
  }

 .topicmainM2s_bottom .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

 .topicmainM2s_bottom .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topicmainM2s_bottom .swiper-button-next{
    top: 22px;
    right: 0;
  }
  .topicmainM2s_bottom .swiper-button-prev{
    top: 22px;
    left: 0;
  }
  .topicmainM2s_bottom .swiper-button-next,
  .topicmainM2s_bottom .swiper-button-prev{
    width: 70px;
    height: 100%;
    background-color: #ffffff;
  }
  /* .topicmainM2s_bottom .swiper-button-prev{
    left: -40px;
    z-index: 2;
  } */
   .topicmainM2s_bottom img{
    border-radius: 8px;
   }
   .topicmainM2s_bottom > img{
    max-width: calc(100% - 140px);
    margin: 0 70px;
   }
   .topicmainM2s_bottom{
    display: flex;
    justify-content: center;
   }

.topicmain_add{
    width: 1384px;
    margin: 0 auto;
    margin-top: 30px;
}
.topicmain_add1{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 20px;
}
.topicmain_add1_list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.topicmain_add1_list > li{
    width: 672px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    gap: 20px;
    border-bottom: 1px solid #eeeeee;
}
.topicmain_add1_name{
    display: block;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.topicmain_add1_time{
    display: block;
    line-height: 20px;
    color: #b2b2b2;
    flex: 0 0 auto;
}
.topicmain_add1_list > li:nth-child(odd){
    padding-right: 25px;
}
.topicmain_add1_list > li:nth-child(even){
    padding-left: 25px;
}

.topicmain_add1_name::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #e6e7e8;
    float: left;
    border-radius: 2px;
    margin: 6px 15px 0px 0px;
}
.topicmain_add1_name:hover{
    color: #3861FB;
}
.topicmain_add1_list > li:nth-last-child(-n+2) {
    border: none;
    padding-bottom: 10px;
  }
.topicmain_add2{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
}
   .ranking{
width: 1384px;
margin: 0 auto;
margin-top: 30px;
}
.ranking1{
    padding: 20px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-top: 30px;
}
.ranking1_top,
.ranking1_bottom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.ranking1_bottom{
    margin-top: 20px;

}
.ranking1s{
    font-size: 16px;
    color: #616E85;
    line-height: 22px;
    padding: 6px 14px;
    background-color: #EFF2F5;
    border: 1px solid #EFF2F5;
    border-radius: 4px;
}
.ranking1s.active{
    background-color: #3861FB;
    color: #ffffff;
}
.ranking1s:hover{
    border: 1px solid #3861FB;
    background-color: #ffffff;
    color: #3861FB;
}
.ranking2{
    padding: 20px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ranking2s{
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    gap: 20px;
}
.ranking2s .icon_f{
    display: block;
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
}
.ranking2s .icon{
    width: 50px;
    height: 50px;
}
.ranking2s_img{
    display: block;
    width: 132px;
    height: 132px;
    flex: 0 0 auto;
}
.ranking2s_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.ranking2s_info{
    width: 100%;
    height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ranking2s_info h2{
    font-size: 20px;
    line-height: 28px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ranking2s_info p{
    font-size: 18px;
    color: #1C1C1C;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 48px;
}
.ranking2s_infos{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 60px;
}
.ranking2s_title{
    display: flex;
    align-items:center ;
    gap: 5px;

}
.ranking2s_titles{
    font-size: 16px;
    color: #616E85;
    line-height: 22px;
    padding: 6px 14px;
    background-color: #EFF2F5;
    border-radius: 4px;
}
.ranking2s_infos span{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}
.ranking2s_num{
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #55738D;
}
.ranking2s:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.ArticleList{
    width: 1384px;
    margin: 0 auto;
    margin-top: 30px;
}
.ArticleList_main{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ArticleList_mainL{
    width: 1098px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ArticleList_mainLs{
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ArticleList_mainLs > p{
    display: none;
}
.ArticleList_mainLs_img{
    display: none;
}
.ArticleList_mainLs_info{
    width: 100%;
}
.ArticleList_mainLs_info h2{
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    line-height: 33px;
}
.ArticleList_mainLs_time{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    margin-top: 20px;
}
.ArticleList_mainLs_info > p{
    font-size: 18px;
    color: #1C1C1C;
    line-height: 25px;
    height: 50px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.ArticleList_mainLs_title{
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-top: 20px;
    gap: 20px;

}
.ArticleList_mainLs_title a{
    background-color: #EFF2F5;
    border-radius: 4px;
    color: #616E85;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 14px;
}
.ArticleList_mainLs_title a:hover{
    background-color: #3861FB;
    color: #ffffff;
}
.ArticleList_mainLs:hover{
    box-shadow: 1px 1px 4px 0px #CDCDCD, -1px -1px 4px 0px rgba(88,102,126,0);
}
.ArticleList_mainLs.haveimg > p{
    display: block;
    font-size: 18px;
    color: #1C1C1C;
    line-height: 25px;
    height: 50px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 20px; */
}
.ArticleList_mainLs.haveimg .ArticleList_mainLs_img{
    display: block;
}
.ArticleList_mainLs.haveimg .ArticleList_mainLs_info > p{
    display: none;
}
.ArticleList_mainLs_top{
    display: flex;
    gap: 20px;
}
.ArticleList_mainLs_img{
    width: 236px;
    height: 129px;

}
.ArticleList_mainLs_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.ArticleList_mainLs_info > a:hover h2{
color: #3861FB;
}
.ArticleList_mainR{
    width: 266px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    padding: 10px;
    border-radius: 8px;
}
.ArticleList_mainR h2{
    width: 100%;
    padding: 10px 10px 0 10px;
    font-size: 18px;
    line-height: 24px;
}
.ArticleList_mainRM{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.ArticleList_mainRMs{
    width: 100%;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #eeeeee;
}
.ArticleList_mainRMs:last-child{
    border: none;
    padding-bottom: 10px;
}
.ArticleList_mainRMs_img{
    display: flex;
    width: 100%;
    height: 135px;
}
.ArticleList_mainRMs_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.ArticleList_mainRMs_title{
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.ArticleList_mainRMs_title .icon_f{
    display: block;
    width: 16px;
    height: 16px;
}
.ArticleList_mainRMs_title .icon{
    width: 100%;
    height: 100%;
}
.ArticleList_mainRMs_title span{
    font-size: 14px;
    color: #3861FB;
    line-height: 20px;
}
.ArticleList_mainRMs_name{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 22px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tagmain{
    width: 1384px;
    margin: 0 auto;
    margin-top: 30px;
}

.tagmain .downloadlist1{
    margin-top: 30px;
}
.tagmain1{
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.tagmains{
    width: 448px;
    padding: 20px;
    background: #FFFFFF;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}
.tagmains_top{
    width: 100%;
    display: flex;
    gap: 20px;
}
.tagmains_img{
    display: block;
    width: 131px;
    height: 131px;
    flex: 0 0 auto;
}
.tagmains_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.tagmains_info{
    width: 100%;
    height: 131px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tagmains_name{
    font-size: 20px;
    line-height: 28px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tagmains_info span{
    font-size: 16px;
    color: #666666;
    line-height: 22px;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tagmains_down{
    font-size: 16px;
    color: #3861FB;
    line-height: 22px;
    background: #EFF2F5;
    border-radius: 22px;
    padding: 8px 22px;
    flex: 0 0 auto;
    height: auto; 
  align-self: flex-start;
}
.tagmains_down:hover{
    background-color: #3861FB;
    color: #ffffff;
}
.tagmains_tag{
    width: 100%;
    margin-top: 20px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    height: 34px;
    align-items: center;
    gap: 10px;
}
.tagmains_tags{
    font-size: 16px;
    color: #616E85;
    line-height: 22px;
    padding: 6px 14px;
    background: #EFF2F5;
    border-radius: 4px;
}
.tagmains:hover{
    box-shadow: 1px 1px 4px 0px #CDCDCD, -1px -1px 4px 0px rgba(88,102,126,0);
}
.tagmains_tags:hover{
    background-color: #3861FB;
    color: #ffffff;
}



.topicmain_add2_swiper .swiper {
    width: 100%;
    /* height: 100%; */
    margin-top: 20px;
    height: 155px;
  }

 .topicmain_add2_swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 258px;
    height: 155px;
  }

 .topicmain_add2_swiper .swiper-slide img {
    display: block;
    width: 258px;
    height: 155px;
    object-fit: cover;
  }
  /* .topicmain_add2_swiper .swiper-button-next{
    top: 22px;
    right: 0;
  }
  .topicmain_add2_swiper .swiper-button-prev{
    top: 22px;
    left: 0;
  }
  .topicmain_add2_swiper .swiper-button-next,
  .topicmain_add2_swiper .swiper-button-prev{
    width: 70px;
    height: 100%;
    background-color: #ffffff;
  } */


  .topicmain_add2_list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 10px;
  }
  .topicmain_add2_list > li{
    width: 336px;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .topicmain_add2_list > li:nth-last-child(-n+4) {
    border: none;
    padding-bottom: 10px;
  }

/*********************新增***********************/

/**页码**/
.yxxPage{width:100%; text-align:center; margin-top:40px;}
.yxxPage a{height:38px; line-height:38px; display:inline-block; color:#999999; text-decoration:none; border:1px solid #dddddd; padding:0px 15px; background:#FFFFFF; font-size:14px; margin-left:11px; border-radius: 5px;}
.yxxPage a.currentPage{color:#ffffff; background:#dc191b ; border:1px solid #dc191b;}
.yxxPage a:hover{color:#dc191b;  border:1px solid #dc191b;}
.yxxPage a:hover.numa{color:#999999; background:none; border:1px solid #dddddd; text-decoration:underline; background:#FFFFFF; font-weight:normal;}
.yxxPage a:hover.numa{color:#999999; background:none; border:1px solid #dddddd; text-decoration:underline; background:#FFFFFF; font-weight:normal;}
.yxxPage span{ color:#999 ; margin-left:15px;}

.ylySjyxTitle b.icon5 {
    background-position: -180px -100px;
}
.indexmain2 b.icon6 {
    background-position: -225px -100px;
}
.ylySjyxTitle b {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/2022_bg1.png) no-repeat;
}
.indexmain2L b.icon3 {
	background-position: -90px -100px;
}
.indexmain2L b {
    display: block;
    float: left;
    width: 45px;
    height: 40px;
	margin:-8px;
    background: url(../images/2022_bg1.png) no-repeat;
}

.indexmain3_top b.icon1 {
    background-position: 0px -100px;
}
.indexmain3_top b {
    display: block;
    float: left;
    width: 30px;
    height: 39px;
    background: url(../images/2022_bg1.png) no-repeat;
}

/* 基础容器样式 */
.ylySjyxBox {
    width: 100%;
	background:#FFFFFF;
    margin: 40px auto 0;
    padding: 0 20px; /* 增加左右内边距 */
    box-sizing: border-box;
	padding:20px 23px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}

/* 标题栏修正 */
.ylySjyxTitle {
    position: relative;
    margin-bottom: 25px; /* 增大标题与内容间距 */
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; /* 添加底部分割线 */
}
.ylySjyxTitle h2 {
    display: inline-block;
    font-size: 26px;
    color: #333;
    margin: 0;
    padding-right: 15px;
}
.ylySjyxTitle .more-link {
    float: right;
    display: flex; /* 使用flex横向对齐MORE和+ */
    align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 14px;
}
.ylySjyxTitle .more-link span {
    margin-right: 5px;
}
.ylySjyxTitle .more-link:hover em {
    background: #e5004f;
    border-color: #e5004f;
    color: white;
}

/* 视频列表容器 */
.ylyJcspBox {
    width: 100%;
}
.ylyJcspRight {
    width: 100%;
    float: none;
}
.ylyJcspList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* 改为两端对齐，修复间距问题 */
    padding: 0;
    margin: 0;
}

/* 视频项样式修正 */
.ylyJcspList li {
    list-style: none;
    width: calc(25% - 10px); /* 4列布局，列间距15px */
    margin-bottom: 30px; /* 增加项与项之间的垂直间距 */
    padding: 0;
}

/* 视频卡片容器 */
.video-card {
    display: block;
    width: 100%;
    text-decoration: none;
    position: relative;
}

/* 视频缩略图容器 */
.video-img {
    display: block;
    width: 100%;
    height: 180px; /* 降低图片高度，匹配效果图 */
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.video-card:hover .video-img img {
    transform: scale(1.05);
}

/* 播放图标修正 */
.play-icon {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/2022_bg1.png) no-repeat 0px -200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    z-index: 2;
}
/* 添加悬停时的暗色遮罩 */
.video-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    transition: background 0.3s;
}
.video-card:hover .video-img::after {
    background: rgba(0,0,0,0.3);
}

/* 标题文字修正（移至图片下方，非覆盖） */
.video-title {
    font-size: 14px;
    color: #333;
    margin: 12px 0 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-card:hover .video-title {
    color: #e5004f; /* 标题hover变红 */
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .ylySjyxBox {
        width: 96%;
    }
    .ylyJcspList li {
        width: calc(33.33% - 10px); /* 3列布局 */
    }
}
@media (max-width: 768px) {
    .ylyJcspList li {
        width: calc(50% - 10px); /* 2列布局 */
    }
}
@media (max-width: 480px) {
    .ylyJcspList li {
        width: 100%; /* 1列布局 */
    }
    .ylySjyxTitle h2 {
        font-size: 18px;
    }
}

/* 容器样式 */
.ylyPcGameContainer {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 标题栏 */
.ylyPcGameHeader {
    margin-bottom: 20px;
}
.left-title {
    float: left;
    width: 70%;
    position: relative;
}
.right-title {
    float: right;
    width: 30%;
    padding-left: 20px;
    box-sizing: border-box;
}
.icon-cloud {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/2022_bg1.png) no-repeat -260px -100px; /* 云图标位置 */
    vertical-align: middle;
    margin-right: 8px;
}
.left-title h2, .right-title h2 {
    display: inline-block;
    font-size: 20px;
    color: #333;
    margin: 0;
    vertical-align: middle;
}
.left-title .more-link, .right-title .more-link {
    float: right;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    margin-top: 4px;
}
.left-title .more-link i, .right-title .more-link i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url(../images/2022_bg1.png) no-repeat -300px -105px; /* 箭头图标 */
}

/* 内容区域布局 */
.ylyPcGameContent {
    width: 100%;
}
.left-game-list {
    float: left;
    width: 70%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
    box-sizing: border-box;
}
.right-rank-list {
    float: right;
    width: 28%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
    box-sizing: border-box;
}

/* 左侧游戏标签 */
.game-tabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.game-tabs a {
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    border-radius: 16px;
    margin-right: 5px;
}
.game-tabs a.tab-active {
    background: #ff4444;
    color: white;
}
.game-tabs a:hover:not(.tab-active) {
    background: #f5f5f5;
}

/* 游戏网格布局 */
.game-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0;
}
.game-grid li {
    list-style: none;
    width: 25%;
    padding: 0 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
}
.game-item {
    display: block;
    text-decoration: none;
}
.game-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}
.game-item:hover img {
    transform: scale(1.05);
}
.game-item p {
    font-size: 14px;
    color: #333;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 右侧排行榜 */
.rank-list {
    padding: 0;
    margin: 0;
}
.rank-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #f0f0f0;
}
.rank-item:last-child {
    border-bottom: none;
}
.rank-num {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: white;
    background: #ff4444;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 12px;
}
.rank-item:nth-child(2) .rank-num { background: #ff8800; }
.rank-item:nth-child(3) .rank-num { background: #ffcc00; }
.rank-item:nth-child(n+4) .rank-num { 
    background: #f5f5f5;
    color: #666;
}
.rank-info {
    flex: 1;
}
.rank-info h4 {
    font-size: 14px;
    color: #333;
    margin: 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank-info p {
    font-size: 12px;
    color: #999;
    margin: 0;
}

/* 下载项特殊样式 */
.download-item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.download-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}
.download-link img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    margin-right: 12px;
}
.download-info {
    flex: 1;
}
.download-info h4 {
    font-size: 14px;
    color: #333;
    margin: 0 0 3px;
}
.download-info p {
    font-size: 12px;
    color: #999;
    margin: 0;
}
.download-btn {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ff4444;
    color: white;
    font-size: 12px;
    border-radius: 4px;
}

/* 返回顶部按钮 */
.back-to-top {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #eee;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 15px;
}
.back-to-top:hover {
    background: #f5f5f5;
}

/* 响应式调整 */
@media (max-width: 1200px) {
    .ylyPcGameContainer {
        width: 96%;
    }
}
@media (max-width: 992px) {
    .left-title, .left-game-list {
        width: 65%;
    }
    .right-title, .right-rank-list {
        width: 35%;
    }
    .game-grid li {
        width: 50%; /* 2列布局 */
    }
}
@media (max-width: 768px) {
    .left-title, .right-title, 
    .left-game-list, .right-rank-list {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .right-title {
        margin-top: 20px;
    }
    .right-rank-list {
        margin-top: 20px;
    }
    .game-grid li {
        width: 33.33%; /* 3列布局 */
    }
}
@media (max-width: 480px) {
    .game-grid li {
        width: 50%; /* 2列布局 */
    }
    .game-tabs a {
        padding: 0 10px;
        font-size: 13px;
    }
}


/***********************游戏**********************/
.ylyZxzxBox{ width: 1200px; margin-top:40px;}
.ylyZxzxLeft{ float: left; width: 880px;}
.ylySjyxTitle b.icon4{ background-position: -135px -100px;}
.ylyZxzxIn1{ height: 703px;}
.ylyZxzxIn{ width: 95%; height: 700px; background: #ffffff; border-radius: 5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);}
.ylySjyxMenu{ height: 60px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);}
.ylySjyxMenu li{ float: left; font-size: 16px; color: #333333; line-height: 56px; margin: 0px 0px 0px 61px; cursor: pointer;} 
.ylySjyxMenu li:first-child{ margin-left:32px;}
.ylySjyxMenu li.current{ font-weight: bold; color: #dc191b;}
.ylySjyxMenu li.current::after{ content: ''; display: block; width:28px; height: 4px; background: #dc191b; border-radius: 100px; margin: auto;}
.ylySjyxMenu li.current{ font-weight: bold; color: #dc191b;}
.ylySjyxMenu li.current::after{ content: ''; display: block; width:28px; height: 4px; background: #dc191b; border-radius: 100px; margin: auto;}
.ylyDyyxList{ width: 820px; margin: auto;}
.ylyDyyxList li{ float: left; width: 250px; margin: 22px 0px 0px 35px;}
.ylyDyyxList li:nth-child(3n+1){ margin-left:0px;}
.ylyDyyxList li a{ display: block; width: 250px;}
.ylyDyyxList li a span{ display: block; width: 250px; height: 150px; overflow: hidden;  border-radius: 5px;}
.ylyDyyxList li a span img{ width: 250px; height: 150px; transition: all 0.2s;}
.ylyDyyxList li a:hover span img{ transform:scale(1.1);}
.ylyDyyxList li a p{ display: block; height: 20px; line-height: 20px; overflow: hidden; font-size: 16px; margin-top:15px;}
.ylyDyyxList li a:hover p{ font-weight: bold;}
.ylyDyyxList li a:hover{ text-decoration: none;}
.ylySjyxTitle a {
    display: block;
    float: right;
    width: 68px;
    height: 21px;
    text-decoration: none;
    line-height: 21px;
    transition: all 0.2s;
    margin-top: 7px;
}


/***************************游戏排行榜*******************************/

.ylyZthjBox {
    width: 100%;
    margin-top: 40px;
	height:830px;
	background:#FFFFFF;
	padding:20px 23px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
}
.clear {
    clear: both;
}
.ylySjyxTitle b.icon8{ background-position: -45px -150px;}
.ylyYxphbBox{ width: 100%;}
.ylyYxphbIn{ float: left; width: 23%; height:713px; background: #ffffff; border-radius: 5px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04); margin-left:30px; overflow: hidden;}
.ylyYxphbIn:first-child{ margin-left:0px;}
.ylyYxphbTitle{ width: 100%; height: 60px; line-height: 60px; overflow: hidden; color: #ffffff; font-size:16px; font-weight: bold; text-align:center; border-radius: 5px 5px 0px 0px;} 
.ylyYxphbTitle1{ background: linear-gradient(to bottom, rgba(255, 135, 123),rgb(255, 99, 87));}
.ylyYxphbTitle2{ background: linear-gradient(to bottom, rgba(255, 198, 68),rgb(255, 160, 24));}
.ylyYxphbTitle3{ background: linear-gradient(to bottom, rgba(134, 219, 135),rgb(88, 205, 88));}
.ylyYxphbTitle4{ background: linear-gradient(to bottom, rgba(118, 181, 255),rgb(81, 160, 255));}
.ylyYxphbList{
 width: 100%;
}
.ylyYxphbList li{ width: 100%;}
.ylyYxphbList li .ylyYxphbHover2{ width: 100%; border-bottom: 1px solid #eeeeee; padding-bottom: 19px;}
.ylyYxphbList li .ylyYxphbHover2 em{ display: block; width: 88px; height: 88px; position:relative; float: left; margin: 28px 0px 0px 19px;}
.ylyYxphbList li .ylyYxphbHover2 em  a img{ display: block; width: 88px; height: 88px; border-radius: 15px; }
.ylyYxphbList li .ylyYxphbHover2 em b{ display: block; width: 40px; height: 40px; background: url(../images/2022_bg1.png) no-repeat; position:absolute; left: -5px; top: -5px; font-size: 22px; color: #ffffff; font-weight: bold; text-align: center;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon1{ background-position: 0px -270px;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon2{ background-position: -50px -270px;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon3{ background-position: -100px -270px;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon4{ background-position: -150px -270px;}
.ylyYxphbList li .ylyYxphbHover2 dl{ float: left; width: 148px; margin:30px 0px 0px 15px;}
.ylyYxphbList li .ylyYxphbHover2 dl dt a{ display: block; height: 20px; line-height: 20px; overflow: hidden; font-size: 16px;}
.ylyYxphbList li .ylyYxphbHover2 dl dt a:hover{ font-weight: bold;}
.ylyYxphbList li .ylyYxphbHover2 dl dd.cont1{ height: 18px; line-height: 18px; overflow: hidden; color: #b2b2b2; margin-top:10px;}
.ylyYxphbList li .ylyYxphbHover2 dl dd.cont2 a{ display: block; width: 56px; height: 24px; border: 1px solid #dc191b; color: #dc191b; line-height: 24px; text-align: center; text-decoration: none; border-radius: 100px; margin-top:10px;}
.ylyYxphbList li .ylyYxphbHover2 dl dd.cont2 a:hover{ background: #dc191b; color: #ffffff;}
.ylyYxphbList li .ylyYxphbHover1{ width: 277px; border-bottom: 1px solid #eeeeee; padding-bottom:12.5px;}  
.ylyYxphbList li .ylyYxphbHover1 em{ float: left; width: 30px; text-align: center; font-size: 24px; display: block; color: #b2b2b2; margin: 13px 0px 0px 10px;}
.ylyYxphbList li .ylyYxphbHover1 a{ display: block; float: left; width: 120px; height: 20px; line-height: 20px; overflow: hidden; font-size: 16px; margin: 18px 0px 0px 10px;}
.ylyYxphbList li .ylyYxphbHover1 span{ display: block; float: right; width: 75px; height: 18px; line-height: 18px; overflow: hidden; color: #b2b2b2; margin: 18px 10px 0px 0px;} 

.ylyYxphbList li .ylyYxphbHover2 em b{ display: block; width: 40px; height: 40px; background: url(../images/2022_bg1.png) no-repeat; position:absolute; left: -5px; top: -5px; font-size: 22px; color: #ffffff; font-weight: bold; text-align: center;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon1{ background-position: 0px -270px;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon2{ background-position: -50px -270px;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon3{ background-position: -100px -270px;}
.ylyYxphbList li .ylyYxphbHover2 em b.icon4{ background-position: -150px -270px;}














