body {
  margin: 0 !important;
  font-weight: 400;
}
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;
  justify-content: center;
  gap: 21px;
  
}
.topBox .textBox h1{
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
}
.topBox .textBox img{
  width: 71px;
  height: 110px;
  object-fit: contain;
}
.tabBg{
  background-color: #020F2A;
}
.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: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.tabBg .tab .active{
  font-weight: 600;
  color: #FFFFFF;
  background: url('https://www.fkhongdan.com/worldimg/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: #EDF2FB;
}

.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/lbjt.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: 400;
  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: #304FFE;
  line-height: 40px;
}
.zxtitle .zxtleft span{
  margin-left: 12px;
}
.zxtitle .zxtleft::before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 30px;
    background: url('https://www.fkhongdan.com/worldimg/jbicon.png') no-repeat;
    background-size: 100% 100%;
}
.zxtitle .zxtright{
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  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: #FFFFFF;
  border-radius: 4px;
  margin-top: 19px;
  
}
.qianzhan .content>a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 15px;
}
.qianzhan .content .time{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  white-space: nowrap;
}
.qianzhan .content .item{
  
  width: 249px;
  white-space: nowrap; /* 禁止折行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}
.jdzx{
  width: 800px;
}
.jdzx .contentB{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 15px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 16px;
}
.jdzx .contentB .item{
  padding: 15px 0;
  display: flex;
  align-items: center;
  width: 385px;
  border-bottom: 1px solid #DDDDDD;
}
.jdzx .contentB .time{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  white-space: nowrap;
}
.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: #000000;
  line-height: 25px;
}
.jdzx .contentB .item .textBox .fbt{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
}


.hbxw{
  width: 390px;
  margin-left: 10px;
}
.hbxw .contentB{
  width: 100%;
  padding: 5px 13px 11px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 16px;
}
.hbxw .contentB .firstItem{
  padding: 15px 0;
  display: flex;
  align-items: center;
  width: 360px;
  border-bottom: 1px solid #DDDDDD;
  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: #000000;
  line-height: 25px;
}
.hbxw .contentB .firstItem .textBox .fbt{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 21px;
}
.hbxw .contentB>a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hbxw .contentB .item{
  padding: 9px 15px;
  width: 247px;
  white-space: nowrap; /* 禁止折行 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出部分显示省略号 */
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}
.hbxw .contentB .time{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  white-space: nowrap;
}

.guansaiCon{
  width: 1200px;
  padding: 24px 15px;
  background: #1B1B1B;
  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;
  font-weight: 600;
}
.guansaiCon .tabBox .item.active  .top .stateName{
  color: #FFD165;
  font-weight: 600;
}
.guansaiCon .tabBox .item.active  .bottom .enName{
  color: #FFD165;
  font-weight: 600;
}
.guansaiCon .tabBox .item  .top{
  display: flex;
  align-items: flex-end;

}
.guansaiCon .tabBox .item  .top .znName{
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  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: 400;
  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: 400;
  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/worldimg/sjbxltxt.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.tourBox .tourcon{
  display: flex;
  align-items: center;
  gap: 1px;
  flex-wrap: wrap;
}
.tourBox .tourcon .item{
  width: 199px;
  
}
.tourBox .tourcon .item .group{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #304FFE;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
}
.tourBox .tourcon .item .itemCon{
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: 175px;
  background: #FFFFFF;
  /* 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;
  gap: 5px;
  padding-left: 18px;
  margin-bottom: 15px;
}
.tourBox .tourcon .item .itemCon .group_item .logo{
  display: flex;
  align-items: center;
  width: 30px;
  height: 20px;
}
.tourBox .tourcon .item .itemCon .group_item .logo img{
  height: 100%;
  width: 100%;
  /* object-fit: contain; */
}
.tourBox .tourcon .item .itemCon .group_item .group_name{
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  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/worldimg/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: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  margin-right:  10px;
  border: none;
}
.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: #000000;
  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: 30px;
  height: 20px;
  /* object-fit: contain; */
}

.matchmodel .card .infobox .team span {
  width: 70px;
  font-size: 13px;
  color: #000000;
  margin-top: 8px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: #000000;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  line-height: 36px;
}

.matchmodel .card .infobox .times .score.red{
  color: #D41414;
}
.matchmodel .card .infobox .times .timeDay{
  font-size: 10px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 15px;
}
.matchmodel .card .infobox .times .timeHour{
  font-size: 10px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  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/worldimg/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/worldimg/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/worldimg/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{
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 28px;
color: #304FFE;
line-height: 28px;
margin-left: 50px;
position: relative;
cursor: pointer;
}
.titleBox .titleText::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 30px;
  background: url('https://www.fkhongdan.com/worldimg/jbicon.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}

.titleText:first-child {
  margin-left: 0; /* 第一个元素的左边距为0 */
}
.titleBox .activenew{
  color: #304FFE;
}
/* 下划线样式 */
.titleText.activenew::after {
  content: ''; /* 伪元素内容为空 */
  position: absolute; /* 绝对定位 */
  left: 0; /* 与文字左对齐 */
  bottom: -6px; /* 距离文字下方6px */
  width: 100%; /* 下划线宽度与文字相同 */
  height: 2px; /* 下划线的高度 */
  background-color: #304FFE; /* 下划线颜色 */
}
.titleBox .more {
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
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: 400;
    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: #1B1B1B;
  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: #FFFFFF;
}
.Dynamics .zxycontent .itemCard{
  border-top: 1px solid #DDDDDD;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 15px;
  position: relative;

}
.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: #000000;
  line-height: 25px;
}
.Dynamics .zxycontent .itemCard .new_contain{
  margin-top: 6px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Dynamics .zxycontent .itemCard .time{
  margin-top: 7px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  white-space: nowrap;
  position: absolute;
  bottom: 12px;
}

.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: 400;
  color: #333333;
  line-height: 22px;
}

.saicheng .tab .item {
  width: 103px;
  height: 32px;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #FFFFFF;
  border-radius: 2px;
  font-size: 14px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  text-align: center;
  cursor:pointer;
}
.saicheng .tab .item:last-of-type{
  margin-right: 0px;
}

.saicheng .tab .item.active {
  font-weight: 600;
  border:unset;
  background: #304FFE;
  color: #FFFFFF;
}

.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: #FFFFFF;
  background-color: #304FFE !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: #000000;
  line-height: 24px;
  text-align: center;
  border-top: unset;
  background: #FFFFFF;
}
.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 a,
.saicheng .table .team2 a {
  display: flex;
  align-items: center;
}
.saicheng .table .team1 a{
  justify-content: flex-end;
}
.saicheng .table .team2 a{
  justify-content: flex-start;
}

.saicheng .table .team1 img,
.saicheng .table .team2 img {
  width: 30px;
  height: 20px;
  /* object-fit: contain; */
}
.saicheng .table .team1 img{
  margin-left: 4px;
}
.saicheng .table .team2 img{
  margin-right: 4px;
}
.saicheng .table .team1 span,
.saicheng .table .team2 span {
  width: 70px;
  font-size: 13px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.saicheng .table .paiming{
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.saicheng .taotaiCon{
  margin-top: 30px;
}
.saicheng .taotai_title{
  margin-top: 24px;
  display: flex;
  width: 100%;
  height: 50px;
  background: #F1BE48;
  border-radius: 4px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 800;
  font-size: 14px;
  color: #000000;
  line-height: 21px;
  
}
.saicheng .taotai_title .item{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.saicheng .taotai_tu{
  display: flex;
  width: 100%;
  height: 540px;
  background: url('https://www.fkhongdan.com/yzimg/taotaiBg.png') no-repeat;
  background-size: 100% 100%;
}
.saicheng .taotai_tu .saiItem{
  flex: 1;
}
.saicheng .taotai_tu .saiItem .saiItem_card{
  width: 151px;
  height: 151px;
}

.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: 400;
  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: #FFFFFF;
}
.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: #000000;
  line-height: 20px;
}
.fixed .nav{
}
.fixed .nav .item{
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-weight: 400;
  color: #000000;
  border-bottom: 1px solid #DDDDDD;
}
.fixed .nav .item.active{
  font-weight: 600;
  background: #304FFE;
  color: #FFFFFF;
  border-bottom:unset;
}
.fixed .up{
  width: 100%;
  height: 69px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: #000000;
  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;
  background-color: #FFFFFF;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 26px;
color: #000000;
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{
  font-weight: 600;
  background-color: #304FFE;
  color: #FFFFFF;
}

.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: 400;
  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-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: 400;
  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-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: 400;
  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: 400;
  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: 400;
  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: 400;
  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: #304FFE;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  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: #000000;
  line-height: 21px;
}
.integralCon .interaltable .team{
  text-align: left;
}
.integralCon .interaltable .team a{
  display: flex;
  align-items: center;
  gap: 5px;
}
.integralCon .interaltable .team .teamname{
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.integralCon .interaltable .team img{
  width: 30px;
  height: 20px;
  /* object-fit: contain; */
}
.interaltable tbody tr{
  background-color: #FFFFFF;
}
.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: 400;
  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: #304FFE;
  border-color: #304FFE;
  color: #FFFFFF;
  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: #FFFFFF;
  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{
  display: flex;
  justify-content: space-between;
}
.dkyc>img{
  width: 100%;
  object-fit: contain;
}
.dkyc .lianhong{
  width: 302px;
  background-color: #FFFFFF;
}
.dkyc .lianhong .title{
  font-weight: 800;
  font-family: CKTKingKong;
  font-size: 26px;
  color: #D93635;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  padding: 20px 0 24px;
  /* border-bottom: 1px solid #3C3C3C; */
}
.dkyc .lianhong .lhcontent{
  width: 100%;
  padding: 0 10px;
}
.dkyc .lianhong .lhcontent .lhitem{
  cursor: pointer;
  width: 100%;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border-bottom: 1px solid #3C3C3C; */
}
.dkyc .lianhong .lhcontent .lhitem:last-child{
  border-bottom: none;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft{
  height: 100%;
  display: flex;
  align-items: center;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .mingci{
  position: relative;
  width: 20px;
  height: 25px;
  margin-right: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #D93635;
  line-height: 18px;
  text-align: center;
  font-style: normal;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .mingci1{
  width: 20px;
  height: 25px;
  margin-right: 12px;
  background: url('https://www.fkhongdan.com/yzimg/mc1.png') no-repeat;
  background-size: 100% 100%;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .mingci2{
  width: 20px;
  height: 25px;
  margin-right: 12px;
  background: url('https://www.fkhongdan.com/yzimg/mc2.png') no-repeat;
  background-size: 100% 100%;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .mingci3{
  width: 20px;
  height: 25px;
  margin-right: 12px;
  background: url('https://www.fkhongdan.com/yzimg/mc3.png') no-repeat;
  background-size: 100% 100%;
}

.dkyc .lianhong .lhcontent .lhitem .itemLeft .mingci::after{
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  width: 8px;
  height: 3px;
  background: #D8D8D8;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .iteminfo{
  display: flex;
  align-items: center;
  justify-content: center;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .itemAvatar{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .itemAvatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dkyc .lianhong .lhcontent .lhitem .itemLeft .itemName{
  margin-left: 10px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}
.dkyc .lianhong .lhcontent .lhitem .itemRight{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dkyc .lianhong .lhcontent .lhitem .itemRight .itemlh{
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 12px;
  color: #D93635;
  line-height: 18px;
  text-align: right;
  font-style: normal;
}
.fangan{
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.fangan .plancard{
position: relative;
width: 439px;
height: auto;
cursor: pointer;
background: #FFFFFF;
display: flex;
flex-direction: column;
padding: 15px 20px;
box-sizing: border-box;
}
.fangan .plancard .plancard__head{
display: flex;
flex-direction: row;
height: 40px;
}
.fangan .plancard .plancard__head .plancard__head-img{
width: 40px;
height: 40px;
object-fit: contain;
margin-right: 6px;
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: #000000;
cursor: pointer;
font-weight: 500;
}
.plancard .plancard__head .plancard__head-exinfo .plancard__head-exinfo-name .label1{
background: #D93635;
padding: 2px;
box-sizing: border-box;
font-size: 12px;
color: #FFFFFF;
border-radius: 2px;
margin: 0 5px;
}
.plancard .plancard__head .plancard__head-exinfo .plancard__head-exinfo-mark{
font-size: 10px;
color: #999999;
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: 400;
color: #000000;
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;
border-radius: 3px;
}
.plancard .plancard__cont .match .match-left{
font-weight: 400;
font-style: normal;
line-height: 30px;
font-size: 13px;
color: #666666;
}
.plancard .plancard__cont .match .match-left .match-left-border{
/* border: 1px solid #F1BE48; */
color: #2E9FFE;
border-radius: 4px;
padding: 1px 5px;
}
.plancard .plancard__cont .match .match-right{
line-height: 30px;
font-size: 13px;
color: #666666;
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: 400;
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: 400;
color: #ffcbcb;
text-decoration: line-through;
}


.plancard .mzldywe{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
position: absolute;
top: 11px;
right: 0;
width: 50px;
height: 42px;
background: #D93635;
border-radius: 21px 0px 0px 21px;
}
.mzldywe .mzldiv {
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
font-size: 12px;
color: #FFFFFF;
line-height: 18px;
}
.mzldywe .mzlp{
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 400;
font-size: 12px;
color: #FFFFFF;
}
.ifnew{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height:40px;
margin-top: 10px;
}
.newspan{
width: 100%;
height: 100%;
background-image: url('https://www.fkhongdan.com/worldimg/sdbzt.png');
background-size: 100% 100%;
background-repeat: no-repeat;
display: flex;
align-items: center;
padding-left: 5px;
}
.newpric{
font-size: 16px;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 800;
color: #FFFFFF;
}
.newicon{
font-size: 15px;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 500;
color: #FFFFFF;
}
.newzhe{
font-size: 26px;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 800;
color: #FFE88F;
}
.oldyuan{
  margin-top: 5px;
font-size: 14px;
font-family: SourceHanSansCN, SourceHanSansCN;
font-weight: 500;
color: #FFCBCB;
text-decoration: line-through;
margin-right: 14px;
}


