body {
    margin: 0 !important;
  }
  th{
    border-bottom: none !important;
  }
  th,td{
    text-align: center;
  }
  .banxin{
    width: 1200px;
    margin: 0 auto;
  }
  .topBox{
    position: relative;
    width: 100%;
  }
  .topBox>img{ 
    width: 100%;
    object-fit: contain;
  }
  .topBox .textBox{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    
  }
  .topBox .textBox h1{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #FFD165;
    line-height: 56px;
  }
  .topBox .textBox img{
    margin-left: 15px;
    width: 160px;
    height: 83px;
    object-fit: contain;
  }
  .tabBg{
    background-color: #010101;
  }
  .tabBg .tab{
    display: flex;
    align-items: center;
    
  }
  .tabBg .tab .item{
    cursor: pointer;
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .tabBg .tab .active{
    color: #000000;
    background: url('https://www.fkhongdan.com/yzimg/tabactive.png') no-repeat;
    background-size: 100% 100%;
  }
  a {
    color: unset;
  }
  a:hover {
    text-decoration: none;
  }
  
  .contentBox{
    min-height: 450px;
    padding: 10px 0 50px;
    background-color: #010101;
    background-image: url('https://www.fkhongdan.com/yzimg/sjbBg.png');
    background-size: 100% auto;
  }
  
  .carousel-zdy-control-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
     width: 40px;
     height: 70px;
     background-color: transparent;
     background-image: url('https://www.fkhongdan.com/yzimg/lbjt.png');
     background-repeat: no-repeat;
     background-size: 100% 100%;
     border: 0px;
  }
  .carousel-zdy-control-next{
    position: absolute;
    right: 0;
    top: 50%;
     width: 40px;
     height: 70px;
     background-color: transparent;
     background-image: url('https://www.fkhongdan.com/yzimg/lbjt.png');
     background-repeat: no-repeat;
     background-size: 100% 100%;
     border: 0px;
     transform: translateY(-50%) rotate(180deg);
  }
  .carousel-zdy-control-prev:hover,
  .carousel-zdy-control-next:hover{
    background-image: url('https://www.fkhongdan.com/yzimg/lbjt2.png');
  }
  
  .zixun{
    margin-top: 24px;
  }
  .zixun .top{
    display: flex;
    
  }
  .zixun .bottom{
    margin-top: 34px;
    display: flex;
    
  }
  .zixun .top .carousel{
    width: 800px;
  }
  .zixun .top .carousel .carousel-item .zixunTitlebg{
    height: 77px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0px 0px 4px 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
  .zixun .top .carousel .carousel-item .zixunTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 70px;
    text-align: justify;
    margin-left: 16px;
  }
  .zixun .top .carousel .carousel-item img{
    border-radius: 4px;
    height: 450px;
    object-fit: cover;
  }
  .zxtitle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
  }
  .zxtitle .zxtleft{
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
  }
  .zxtitle .zxtleft span{
    margin-left: 12px;
  }
  .zxtitle .zxtleft::before{
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      background-color: #F1BE48;
        transform: rotate(45deg);
  }
  .zxtitle .zxtright{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 16px;
    color: #CCCCCC;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    display: flex;
    align-items: center;
  }
  .qianzhan{
    width: 390px;
    margin-right: 10px;
  }
  .qianzhan .content{
    width: 100%;
    padding: 15px 0;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    margin-top: 19px;
  }
  .qianzhan .content .item{
    padding: 9px 15px;
    width: 100%;
    white-space: nowrap; /* 绂佹鎶樿 */
    overflow: hidden; /* 闅愯棌瓒呭嚭閮ㄥ垎 */
    text-overflow: ellipsis; /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
  }
  .jdzx{
    width: 800px;
  }
  .jdzx .contentB{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    margin-top: 16px;
  }
  .jdzx .contentB .item{
    padding: 15px 0;
    display: flex;
    align-items: center;
    width: 385px;
    border-bottom: 1px solid #3C3C3C;
  }
  .jdzx .contentB a:nth-child(5n) .item{
    border-bottom: unset;
  }
  .jdzx .contentB a:nth-child(6n) .item{
    border-bottom: unset;
  }
  .jdzx .contentB .item img{
    width: 150px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
  }
  .jdzx .contentB .item .textBox{
    margin-left: 10px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .jdzx .contentB .item .textBox .zxt{
    width: 201px;
    display: -webkit-box; /* 璁剧疆涓哄脊鎬х洅瀛愭ā鍨� */
    -webkit-box-orient: vertical; /* 璁剧疆鐩掑瓙鐨勬柟鍚戜负鍨傜洿 */
    -webkit-line-clamp: 2; /* 闄愬埗鏂囨湰鏄剧ず鐨勮鏁颁负涓よ */
    overflow: hidden; /* 闅愯棌瓒呭嚭閮ㄥ垎 */
    text-overflow: ellipsis; /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
  }
  .jdzx .contentB .item .textBox .fbt{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #D0D0D0;
    line-height: 21px;
  }
  
  
  .hbxw{
    width: 390px;
    margin-left: 10px;
  }
  .hbxw .contentB{
    width: 100%;
    padding: 5px 13px 11px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    margin-top: 16px;
  }
  .hbxw .contentB .firstItem{
    padding: 15px 0;
    display: flex;
    align-items: center;
    width: 360px;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 15px;
  }
  .hbxw .contentB .firstItem img{
    width: 150px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
  }
  .hbxw .contentB .firstItem .textBox{
    margin-left: 10px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hbxw .contentB .firstItem .textBox .zxt{
    width: 200px;
    display: -webkit-box; /* 璁剧疆涓哄脊鎬х洅瀛愭ā鍨� */
    -webkit-box-orient: vertical; /* 璁剧疆鐩掑瓙鐨勬柟鍚戜负鍨傜洿 */
    -webkit-line-clamp: 2; /* 闄愬埗鏂囨湰鏄剧ず鐨勮鏁颁负涓よ */
    overflow: hidden; /* 闅愯棌瓒呭嚭閮ㄥ垎 */
    text-overflow: ellipsis; /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
  }
  .hbxw .contentB .firstItem .textBox .fbt{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #D0D0D0;
    line-height: 21px;
  }
  .hbxw .contentB .item{
    padding: 9px 15px;
    width: 100%;
    white-space: nowrap; /* 绂佹鎶樿 */
    overflow: hidden; /* 闅愯棌瓒呭嚭閮ㄥ垎 */
    text-overflow: ellipsis; /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
  }
  
  .guansaiCon{
    width: 1200px;
    padding: 24px 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
  }
  .guansaiCon .tabBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .guansaiCon .tabBox .item{
    cursor: pointer;
    width: 285px;
    height: 99px;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
  }
  .guansaiCon .tabBox .item.active{
    border: 1px solid #FFD165;
  
  }
  .guansaiCon .tabBox .item.active .top .znName{
    color: #FFD165;
  }
  .guansaiCon .tabBox .item.active  .top .stateName{
    color: #FFD165;
  }
  .guansaiCon .tabBox .item.active  .bottom .enName{
    color: #FFD165;
  }
  .guansaiCon .tabBox .item  .top{
    display: flex;
    align-items: flex-end;
  
  }
  .guansaiCon .tabBox .item  .top .znName{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
  }
  .guansaiCon .tabBox .item  .top .stateName{
    margin-left: 6px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #D0D0D0;
    line-height: 22px;
  }
  .guansaiCon .tabBox .item  .bottom .enName{
    margin-top: 4px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #D0D0D0;
    line-height: 22px;
    text-align: left;
    font-style: normal;
  }
  .guansaiCon .tabBox .item:nth-of-type(4n){
    margin-right: 0;
  }
  
  .guansaiCon .contBox{
    
  }
  .guansaiCon .contBox .item .qiuc{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 24px;
  }
  .guansaiCon .contBox .item .qiuc .left{
    position: relative;
    width: 437px;
    height: 296px;
  }
  .guansaiCon .contBox .item .qiuc .left img{
    width: 437px;
    height: 296px;
    object-fit: cover;
  }
  .guansaiCon .contBox .item .qiuc .left .infoBox{
    position: absolute;
    bottom: 18px;
    left: 20px;
    z-index: 99;
  }
  .guansaiCon .contBox .item .qiuc .left .infoBox .znN{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
  }
  .guansaiCon .contBox .item .qiuc .left .infoBox .enN{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  .guansaiCon .contBox .item .qiuc .right{
    width: 723px;
    display: flex;
    align-items: stretch;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox{
    width: 587px;
    border: 1px solid #444444;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem{
    width: 100%;
    height: 74px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #444444;
  
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem:last-child{
    border-bottom:unset;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem .group{
    width: 25%;
  }
  
  
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem .tame{
    width: 25%;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem .tame .box{
    display: flex;
    align-items: center;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem .tame .away{
    margin-top: 8px;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem .tame .box img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 7px;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem .timeBox{
    width: 50%;
  }
  .guansaiCon .contBox .item .qiuc .right .matchBox .teamItem .timeBox .bjtime{
    margin-top: 8px;
  }
  .guansaiCon .contBox .item .qiuc .right .btnBox{
    width: 136px;
    border: 1px solid #444444;
    border-left: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .guansaiCon .contBox .item .qiuc .right .btnBox .lbtn{
    cursor: pointer;
    width: 96px;
    height: 36px;
    background: #F1BE48;
    border-radius: 4px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 36px;
    text-align: center;
  }
  .tourBox{
    margin-top: 30px;
  }
  
  .tourBox .titleImg{
    width: 300px;
    height: 98px;
    background: url('https://www.fkhongdan.com/yzimg/sjbxltxt.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  .tourBox .tourcon{
    display: flex;
    align-items: center;
  }
  .tourBox .tourcon .item{
    flex: 1;
  }
  .tourBox .tourcon .item .group{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #F1BE48;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 800;
    font-size: 18px;
    color: #010101;
    line-height: 27px;
  }
  .tourBox .tourcon .item .itemCon{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    width: 100%;
    height: 175px;
    background: rgba(255,255,255,0.07);
    border-right: 1px solid #353535;
  }
  .tourBox .tourcon .item:last-child .itemCon,
  .tourBox .tourcon .item .itemCon2{
    border-right: unset;
  }
  .tourBox .tourcon .item .itemCon .group_item{
    display: flex;
    align-items: center;
    padding-left: 18px;
    margin-bottom: 15px;
  }
  .tourBox .tourcon .item .itemCon .group_item .logo{
    width: 30px;
    height: 20px;
  }
  .tourBox .tourcon .item .itemCon .group_item .logo img{
    height: 100%;
    object-fit: contain;
  }
  .tourBox .tourcon .item .itemCon .group_item .group_name{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
  }
  
  
  .matchslide {
    position: relative;
    width: 1200px;
    margin: 50px auto 0;
  }
  
  .matchmodel {
    width: 1120px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
  }
  .matchslide .ckqb{
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    width: 69px;
    height: 120px;
    background: url('https://www.fkhongdan.com/yzimg/ckqb.png') no-repeat;
    background-size: contain;
  }
  .matchslide .carousel-inner{
    width: 1051px;
    margin-left: 41px;
  }
  .matchmodel .card {
    width: 252px;
    display: flex;
    flex-direction: column;
    padding: 10px 12px;
    background: linear-gradient( rgba(1,1,1,0) 0%, rgba(241,190,72,0.25) 100%);
    border-radius: 4px;
    border: 1px solid #F1BE48;
    cursor: pointer;
    margin-right:  10px;
  }
  .matchmodel .card:last-child{
    margin-right: 0;
  }
  .matchmodel .card .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .matchmodel .card .top .left {
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
  }
  .matchmodel .card .top .right{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 17px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
  }
  .matchmodel .card .top .right img{
    object-fit: contain;
    margin-right: 4px;
  }
  
  .matchmodel .card .title {
    width: 100%;
    font-size: 12px;
    color: #D4D3CF;
    text-align: center;
  }
  
  .matchmodel .card .infobox {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 19px;
  
  }
  
  .matchmodel .card .infobox .flexitem {
    flex-shrink: 0;
  }
  
  .matchmodel .card .infobox .team {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    align-items: center;
  }
  
  .matchmodel .card .infobox .team img {
    width: 28px;
    height: 31px;
    object-fit: contain;
  }
  
  .matchmodel .card .infobox .team span {
    font-size: 13px;
    color: #ffffff;
    margin-top: 8px;
    text-align: center;
    white-space: nowrap;
  }
  
  .matchmodel .card .infobox .times {
    display: flex;
    flex-direction: column;
    flex: 2;
    align-items: center;
    text-align: center;
  
  }
  .matchmodel .card .infobox .jcc{
    justify-content: center;
  }
  
  .matchmodel .card .infobox .times .score {
    font-size: 24px;
    color: #ffffff;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 36px;
  }
  
  .matchmodel .card .infobox .times .score.red{
    color: #FE3C3E;
  }
  .matchmodel .card .infobox .times .timeDay{
    font-size: 10px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
  }
  .matchmodel .card .infobox .times .timeHour{
    font-size: 10px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 15px;
  }
  
  
  .matchmodel .card .infobox .times .timenumber {
    font-size: 10px;
    color: #444444;
  }
  
  .matchmodel .card .infobox .times .dirction {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
  }
  .matchmodel .card .infobox .times .dirction.red{
    color: #FE3C3E;
  }
  
  .matchslide .carousel-match-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url('https://www.fkhongdan.com/yzimg/matchzjt.png') ;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
  }
  
  .matchslide .carousel-match-next{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%)rotate(180deg);
    width: 30px;
    height: 30px;
    background: url('https://www.fkhongdan.com/yzimg/matchzjt.png');
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
  }
  .matchslide .carousel-match-prev:hover,
  .matchslide .carousel-match-next:hover{
    background-image: url('https://www.fkhongdan.com/yzimg/matchyjt.png');
  }
  
  .videoBox,
  .Dynamics,
  .saicheng,
  .dktj,
  .integral,
  .shooter {
    width: 1200px;
    margin: 50px auto 0;
  }
  
  
  .titleBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .titleBox .left{
    display: flex;
  }
  
  .titleBox .titleText{
    font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 28px;
  margin-left: 50px;
  position: relative;
  cursor: pointer;
  }
  .titleText:first-child {
    margin-left: 0; /* 绗竴涓厓绱犵殑宸﹁竟璺濅负0 */
  }
  .titleBox .activenew{
    color: #F1BE48;
  }
  /* 涓嬪垝绾挎牱寮� */
  .titleText.activenew::after {
    content: ''; /* 浼厓绱犲唴瀹逛负绌� */
    position: absolute; /* 缁濆瀹氫綅 */
    left: 0; /* 涓庢枃瀛楀乏瀵归綈 */
    bottom: -6px; /* 璺濈鏂囧瓧涓嬫柟6px */
    width: 100%; /* 涓嬪垝绾垮搴︿笌鏂囧瓧鐩稿悓 */
    height: 2px; /* 涓嬪垝绾跨殑楂樺害 */
    background-color: #FFD165; /* 涓嬪垝绾块鑹� */
  }
  .titleBox .more {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  font-style: normal;
    cursor: pointer;
  }
  .contentnew {
    display: none; /* 榛樿闅愯棌鎵€鏈夊唴瀹� */
  }
  .contentnew.activenew {
    display: block; /* 鏄剧ず褰撳墠娲诲姩鍐呭 */
  }
  .videoBox .videocontent{
    width: 100%;
    margin-top: 30px;
    display: flex; /* 浣跨敤flex甯冨眬璁╁瓙椤规按骞虫帓鍒� */
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .videoBox .videocontent .videoItem{
    flex: 0 0 auto;
    position: relative;
    width: 224px;
    height: 303px;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .videoBox .videocontent .videoItem:nth-of-type(5n){
    margin-right: 0px;
  }
  .videoBox .videocontent .videoItem .zt{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .videoBox .videocontent .videoItem .videotltle{
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 10px 12px;
      background: rgba(0,0,0,0.6);
      font-family: PingFangSC, PingFang SC;
      font-weight: 600;
      font-size: 14px;
      color: #FFFFFF;
      line-height: 20px;
      white-space: nowrap; /* 绂佹鎶樿 */
      overflow: hidden;    /* 瓒呭嚭閮ㄥ垎闅愯棌 */
      text-overflow: ellipsis; /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
  }
  
  .Dynamics .Dycontent {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .Dynamics .Dycontent .itemCard {
    width: 595px;
    height: 313px;
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 4px;
  
  }
  .Dynamics .Dycontent .itemCard .firstnew{
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #3A3A3A;
  }
  
  .Dynamics .Dycontent .itemCard .new {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    font-size: 16px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
  }
  
  .Dynamics .Dycontent .itemCard .new .title{
    width: 439px;
    white-space: nowrap; /* 绂佹鏂囨湰鎹㈣ */
    overflow: hidden; /* 闅愯棌瓒呭嚭瀹藉害鐨勬枃鏈儴鍒� */
    text-overflow: ellipsis; /* 鍦ㄦ枃鏈孩鍑烘椂鏄剧ず鐪佺暐鍙� */
  }
  
  .Dynamics .Dycontent .itemCard .new .time {
    font-size: 12px;
  }
  
  .Dynamics .Dycontent .itemCard .firstnew .new_Img {
    width: 150px;
    height: 100px;
    border-radius: 4px;
  }
  
  .Dynamics .Dycontent .itemCard .firstnew .new_Img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .Dynamics .Dycontent .itemCard .firstnew a {
    display: flex;
    align-items: center;
  }
  
  
  .Dynamics .Dycontent .itemCard .textBox {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    height: 100px;
  }
  
  .Dynamics .Dycontent .itemCard .textBox .new_title {
    width: 398px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
    white-space: nowrap;        /* 涓嶆崲琛� */
    overflow: hidden;           /* 瓒呭嚭闅愯棌 */
    text-overflow: ellipsis;    /* 瓒呭嚭閮ㄥ垎鏄剧ず鐪佺暐鍙� */
  }
  .Dynamics .Dycontent .itemCard .textBox  .new_title:hover{
    text-decoration: underline;
  }
  
  .Dynamics .Dycontent .itemCard .textBox .new_contain {
    font-size: 12px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
  }
  
  /* 璧勮椤� */
  .Dynamics .zxycontent{
    margin-top: 30px;
    padding:0 30px 15px 30px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
  }
  .Dynamics .zxycontent .itemCard{
    border-top: 1px solid #3A3A3A;
    display: flex;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 15px;
  
  }
  .Dynamics .zxycontent a:first-child .itemCard{
    border-top:unset;
  }
  .Dynamics .zxycontent .itemCard .new_Img{
    width: 150px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
  }
  .Dynamics .zxycontent .itemCard .new_Img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .Dynamics .zxycontent .itemCard .textBox{
    flex: 1;
    margin-left: 10px;
  }
  .Dynamics .zxycontent .itemCard .new_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
  }
  .Dynamics .zxycontent .itemCard .new_contain{
    margin-top: 6px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #D0D0D0;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .saicheng .tab {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  .saicheng .tab span {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
  }
  
  .saicheng .tab .item {
    width: 103px;
    height: 32px;
    margin-right: 6px;
    margin-bottom: 6px;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor:pointer;
  }
  .saicheng .tab .item:last-of-type{
    margin-right: 0px;
  }
  
  .saicheng .tab .item.active {
    border:unset;
    background: #F1BE48;
    color: #000000;
  }
  
  .saicheng .table{
    display: none;
  }
  .saicheng .table.showActive{
    display: table;
  }
  
  .saicheng .table {
    margin-top: 16px;
  }
  
  
  .saicheng .table .thead-light th {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 800;
    color: #000000;
    background-color: #F1BE48 !important;
    text-align: center;
    border: unset;
  }
  .saicheng .table .thead-light th:first-child{
    border-radius: 4px 0 0 4px;
  }
  .saicheng .table .thead-light th:last-child{
    border-radius:  0 4px 4px 0 ;
  }
  
  .saicheng .table td {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    border-top: unset;
    background: rgba(255,255,255,0.07);
  }
  .saicheng .table td .video{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .saicheng .table td .video img{
    margin-right: 4px;
  }
  .saicheng .table td .video span{
    color: #FE3C3E;
    font-weight: 700;
    margin-right: 2px;
  }
  .saicheng .table td .video .fire{
    width: 14px;
    height: 14px;
  }
  
  .saicheng .table .team1 {
    text-align: right;
    width: 14%;
  }
  
  .saicheng .table .team2 {
    text-align: left;
    width: 14%;
  }
  
  .saicheng .table .team1 img,
  .saicheng .table .team2 img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .saicheng .table .team1 img{
    margin-left: 4px;
  }
  .saicheng .table .team2 img{
    margin-right: 4px;
  }
  
  .saicheng .table .paiming{
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #666666;
  }
  
  .jsmodule {
    width: 1200px;
    margin: 32px auto 0;
  }
  .jsmodule .group{
    margin-top: 16px;
  }
  
  .jsmodule .group .group-title{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 25px; 
    margin-bottom: 8px; 
  }
  
  .jsmodule .jifen,
  .jsmodule .sheshou {
    width: calc(50% - 16px);
  }
  
  footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    margin: 0px auto ;
    background: #323232;
  }
  footer .text{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888888;
    line-height: 17px;
    text-align: center;
  }
  footer img{
    width: 1200px;
    height: 50px;
    margin-top: 4px;
  }
  
  .fixed{
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    background: rgba(255,255,255,0.2);
  }
  .fixed .downLoad{
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
  }
  .fixed .nav{
  }
  .fixed .nav .item{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #515151;
  }
  .fixed .nav .item.active{
    background: #F1BE48;
    color: #000000;
    border-bottom:unset;
  }
  .fixed .up{
    width: 100%;
    height: 69px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
  }
  .fixed .up .zjt{
    transform: rotate(90deg);
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .fixed .bigcode{
    position: absolute;
    right: 90px;
    bottom: -60px;
    width: 189px;
    height: 201px;
    display: none;
  }
  
  .allTab{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }
  
  .allTab .allTab_item{
    width: 192px;
    height: 53px;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #F1BE48;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 26px;
  color: #F1BE48;
  line-height: 53px;
  text-align: center;
  font-style: normal;
    cursor: pointer;
  }
  .allTab .allTab_item:first-of-type{
    margin-left: 0;
    border-radius: 2px 0px 0px 2px;
  }
  .allTab .allTab_item.allTab_active{
    background-color: #F1BE48;
    color: #000000;
  }
  
  .tabModule{
    display: none;
  }
  
  .tabModuleActive{
    display: block;
  }
  .one{
    color: #E5B000 !important;
  }
  .two{
    color: #6D8DB1 !important;
  }
  .three{
    color: #E56B1A !important;
  }
  .four{
    color: #E56B1A !important;
  }
  
  
  .dktj .expertsBox{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 32px 0 2px;
  }
  .dktj .expertsBox .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px 12px 12px;
    width: 292px;
    height: 74px;
    background: url('https://www.fkhongdan.com/yzimg/dkbg.png') no-repeat;
    background-size: 100%;
    margin: 0 10px 10px 0;
    cursor: pointer;
  }
  .dktj .expertsBox .item:nth-of-type(4n){
    margin-right: 0;
  }
  
  .dktj .expertsBox .item .expertsBox__head{
    display: flex;
    align-items: center;
  }
  
  .dktj .expertsBox .item .expertsBox__head .expertsBox__head-img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 50%;
  }
  .dktj .expertsBox .item .expertsBox__head .expertsBox__head-info{
    display: flex;
    flex-direction: column;
    margin-left: 6px;
  }
  .dktj .expertsBox .item .expertsBox__head .expertsBox__head-info .name{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
  }
  .dktj .expertsBox .item .expertsBox__head .expertsBox__head-info .desc{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    text-align: left;
    font-style: normal;
  }
  .dktj .expertsBox .item .expertsBox__right{
    display: flex;
    flex-direction: column;
  }
  .dktj .expertsBox .item .expertsBox__right .time{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #CE160E;
    line-height: 17px;
    text-align: center;
    font-style: normal;
  }
  .dktj .expertsBox .item .expertsBox__right .lianhong{
    font-family: HarmonyOS_Sans_SC_Bold;
    font-size: 22px;
    color: #CE160E;
    line-height: 30px;
    text-align: center;
    font-style: normal;
  }
  
  
  
  .dktj .fp-content{
    padding-top: 10px;
    display: block;
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
  }
  .dktj .fp-content .left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    float: left;
  }
  .dktj .fp-content .left .plancard{
    position: relative;
    width: 393px;
    height: auto;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #F6BDBE;
    display: flex;
    flex-direction: column;
    padding: 15px;
    box-sizing: border-box;
  }
  .dktj .fp-content .left .plancard:nth-of-type(3n){
    margin-right: 0;
  }
  .dktj .fp-content .left .plancard .plancard__head{
    display: flex;
    flex-direction: row;
    height: 38px;
  }
  .dktj .fp-content .left .plancard .plancard__head .plancard__head-img{
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
  }
  .plancard .plancard__head .plancard__head-exinfo{
    display: flex;
    flex-direction: column;
  }
  .plancard .plancard__head .plancard__head-exinfo .plancard__head-exinfo-name{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .plancard .plancard__head .plancard__head-exinfo .plancard__head-exinfo-name .names{
    font-size: 14px;
    color: #333;
    cursor: pointer;
  }
  .plancard .plancard__head .plancard__head-exinfo .plancard__head-exinfo-name .label1{
    background: #d93635;
    border: 1px solid #d93635;
    padding: 3px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    margin: 0 5px;
  }
  .plancard .plancard__head .plancard__head-exinfo .plancard__head-exinfo-mark{
    font-size: 10px;
    color: #666;
    line-height: 14px;
    margin-top: 3px;
  }
  .plancard .plancard__title{
    margin-top: 15px;
    white-space: nowrap;
    white-space: nowrap;/* 缁欐枃鏈缃笉鎹㈣鍦ㄤ竴琛屼腑鏄剧ず */
    overflow: hidden;/* 鏂囨湰瓒呭嚭鐨勯儴鍒嗛殣钘� */
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 21px;
  }
  .plancard .plancard__cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 8px;
  }
  .plancard .plancard__cont .match{
    height: 30px;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .plancard .plancard__cont .match .match-left{
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    font-size: 13px;
    color: #666;
  }
  .plancard .plancard__cont .match .match-left .match-left-border{
    border: 1px solid #409eff;
    color: #409eff;
    border-radius: 4px;
    padding: 1px 5px;
  }
  .plancard .plancard__cont .match .match-right{
    line-height: 30px;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    font-style: normal;
  }
  .plancard .plancard__time{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 30px;
    justify-content: space-between;
    margin-top: 8px;
  }
  .plancard .plancard__time .plancard__time-l{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .plancard .plancard__time .plancard__time-l .money{
    font-size: 12px;
    color: #d11a1c;
  }
  .plancard .plancard__time .plancard__time-l .lines{
    margin: 0 5px;
    width: 1px;
    height: 17px;
    background: #dfdfdf;
  }
  .plancard .plancard__time .plancard__time-l .pubtime{
    font-size: 11px;
    color: #666;
  }
  .plancard .xrzw{
    margin-top: 8px;
    height: 30px;
  }
  .plancard .xrbg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: flex-end;
    background: url(/images/xinrenjia.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0 9px 8px;
    cursor: pointer;
  }
  .plancard .xrbg .xrtext{
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 700;
    color: #fff;
  }
  .plancard .xrbg .noneyicon{
    margin-left: 4px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #fff;
  }
  .plancard .xrbg .money{
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: #ffe88f;
    line-height: 28px;
  }
  .plancard .xrbg .online{
    margin-left: 4px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #ffcbcb;
    text-decoration: line-through;
  }
  
  
  .plancard .mzldywe{
    position: absolute;
    top: 9px;
    right: 0;
    width: 62px;
    height: 34px;
    background: #FFF2F3;
    border-radius: 0px 0px 4px 4px;
  }
  .mzldywe .mzldiv{
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #D11A1C;
    line-height: 22px;
    text-align: center;
  }
  .mzldywe .mzlp{
    font-size: 9px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #D11A1C;
    line-height: 13px;
    text-align: center;
  }
  .fp-content .right{
    float: right;
    margin-left: 10px;
    background: url('/images/Bitmap.png') no-repeat top;
    background-size: 100%;
    background-color: #fff;
    width: calc(100% - 898px);
    border: 1px solid #F6BDBE;
    height: 670px;
    display: inline-table;
    text-align: center;
    padding: 67px 0 0;
  }
  .fp-content .right .rinking{
    padding: 0 10px 10px;
    border-top: 1px solid #E5E5E5;
  }
  .fp-content .right .rinking .item{
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
  }
  .fp-content .right .rinking .item .one{
    width: 20px;
    height: 26px;
    margin-right: 15px;
    background: url('/images/rinkone.png') no-repeat;
    background-size: 100% 100%;
  }
  .fp-content .right .rinking .item .two{
    width: 20px;
    height: 26px;
    margin-right: 15px;
    background: url('/images/rinktwo.png') no-repeat;
    background-size: 100% 100%;
  }
  .fp-content .right .rinking .item .three{
    width: 20px;
    height: 26px;
    margin-right: 15px;
    background: url('/images/rinkthree.png') no-repeat;
    background-size: 100% 100%;
  }
  .fp-content .right .rinking .item .num{
    margin-right: 15px;
    border-bottom: 2px solid #d8d8d8;
    width: 20px;
  }
  .fp-content .right .rinking .item img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: contain;
  }
  .fp-content .right .rinking .item .tidings{
    flex: 1;
    text-align: left;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .fp-content .right .rinking .item .tidings .name{
    font-size: 12px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
  }
  .fp-content .right .rinking .item .tidings .hitrate{
    font-size: 10px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #D11A1C;
    line-height: 15px;
  }
  .integralCon{
    margin-top: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .integralCon .interaltable{
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .integralCon .interaltable th{
    height: 50px;
    background-color: #F1BE48;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #010101;
    line-height: 21px;
    border-top: none;
  }
  .integralCon .interaltable th:first-child{
    border-radius: 4px 0 0 4px;
  }
  .integralCon .interaltable th:last-child{
    border-radius: 0 4px 4px 0;
  }
  .integralCon .interaltable td{
    border-top: none;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #fff;
    line-height: 21px;
  }
  .integralCon .interaltable .team{
    text-align: left;
  }
  .integralCon .interaltable .team img{
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .interaltable tbody tr{
    background-color: #010101;
  }
  .interaltable tbody tr:nth-of-type(2n){
    background: rgba(255,255,255,0.1);
  }
  .interaltable tbody tr .mingci{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
  }
  .qiu1{
    background-color: #FFC43C;
  }
  .qiu2{
    background-color: #C0CFF0;
  }
  .qiu3{
    background-color: #F4884B;
  }
  .qiu4{
    background-color: #CCCCCC;
  }
  
  .shooterCon{
    margin-top: 24px;
    width: 100%;
  }
  .shooterCon .shootertable{
    margin-bottom: 0;
  }
  .shooterCon .shootertable th{
    height: 50px;
    background-color: #143CDA;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 21px;
    border-top: none;
  }
  .shooterCon .shootertable .team{
    text-align: left;
  }
  .shooterCon .shootertable .team img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
    object-fit: contain;
  }
  .shooterCon .shootertable td{
    border-top: none;
  }
  .shootertable tbody tr:nth-of-type(2n){
    background-color: #F5F6FA;
  }
  .inlet{
    position: absolute;
    left: 50%;
    bottom: 32px;
    width: 1200px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .inlet .item{
    width: 224px;
    border-radius: 8px;
    background-color: #fff;
    display: flex;
    padding: 16px;
  
  }
  .inlet .item:hover{
    cursor: pointer;
    transform: scale(1.06);
  }
  .inlet .item:hover .inlettextBox .title{
    font-weight: 700;
  }
  .inlet .item .icon{
    width: 50px;
    height: 50px;
    margin-right: 8px;
    object-fit: contain;
  }
  .inlet .item .inlettextBox .title{
    font-size: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
  }
  .inlet .item .inlettextBox .hit{
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
  }
  
  .list-page {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 20px 0;
    padding: 0;
  }
  
  .list-page div {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  .list-page div:hover {
    background-color: #f8f8f8;
    border-color: #ccc;
  }
  
  /* 鐗瑰畾浜庢暟瀛楅〉鐮佺殑鏍峰紡 */
  .list-page .page-num {
    /* 鍙互娣诲姞涓€浜涚壒瀹氱殑鏍峰紡锛屼緥濡傚瓧浣撴垨鑳屾櫙棰滆壊 */
    font-family: 'Arial', sans-serif;
    background-color: #e9ecef;
    
  }
  
  /* 褰撳墠椤电爜鏍峰紡 */
  .list-page .page-num-cur {
    background-color: #F1BE48;
    border-color: #F1BE48;
    cursor: default;
  }
  
  /* 棣栭〉鍜屾湯椤垫牱寮� */
  .list-page .page-first,
  .list-page .page-last {
    font-weight: bold;
  }
  
  /* 涓婁竴椤靛拰涓嬩竴椤垫牱寮� */
  .list-page .page-next,
  .list-page .page-prev {
    font-family: 'Arial', sans-serif;
  }
  
  /* 绂佺敤鐘舵€佹牱寮� */
  .list-page .disabled {
    pointer-events: none;
    background-color: #ddd;
    color: #aaa;
  }
  
  .oneLine{
    display: flex;
    margin-top: 24px;
    width: 1200px;
    height: 349px;
    background: rgba(255,255,255,0.1);
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }
  .oneLine .empty{
     display: flex;
      flex-direction: column;
      align-items: center;
  }
  .oneLine .empty img{
    width: 150px;
    object-fit: contain;
  }
  .oneLine .empty span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: right;
    font-style: normal;
    margin-top: 48px;
  }
  
  .dkyc img{
    width: 100%;
    pointer-events: none;
    object-fit: contain;
  }
  
  
  