body {
  margin: 0 !important;
}
th{
  border-bottom: none !important;
}
th,td{
  text-align: center;
}
.topBox{
  position: relative;

}
.top {
  width: 100%;
  object-fit: contain;
}

a {
  color: #1352A7;
}
a:hover {
  text-decoration: none;
}

.matchslide {
  position: relative;
  width: 1200px;
  margin: 24px auto 0;
}

.matchmodel {
  width: 1150px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.matchmodel .card {
  width: 278px;
  display: flex;
  flex-direction: column;
  padding: 10px 12px;
  box-sizing: border-box;
  background: #ffffff;
  cursor: pointer;
  margin: 0 5px;
}

.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: 10px;
  color: #999999;
  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: 40px;
  height: 40px;
  object-fit: contain;
}

.matchmodel .card .infobox .team span {
  font-size: 13px;
  color: #333333;
  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: #333333;
  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: #333333;
  line-height: 15px;
}
.matchmodel .card .infobox .times .timeHour{
  font-size: 10px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  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-control-prev,
.matchslide .carousel-control-next {
  width: 15px;
  height: 80%;
  margin: auto 0;
  background: #e3e3e3;
  border-radius: 0;
  font-size: 18px;
}

.Dynamics,
.saicheng,
.dktj,
.integral,
.shooter {
  width: 1200px;
  margin: 32px auto 0;
}

.titleBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleBox .left{
  width: 40px;
  height: 40px;
}
.titleBox .left img{
  width: 40px;
  object-fit: contain;
}
.titleBox .right{
  flex: 1;
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #143CDA;
}
.titleBox .right .titleText{
  font-size: 26px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 37px;
}

.more {
  width: 99px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #143CDA;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #143CDA;
  line-height: 20px;
  font-style: normal;
  margin: 0 auto;
  cursor: pointer;
}

.Dynamics .Dycontent {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;

}
.Dynamics .Dycontent .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 386px;
  height: 113px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-right: 21px;
  margin-bottom: 15px;
}
.Dynamics .Dycontent a:nth-of-type(3n) .item{
  margin-right: 0;
}
.Dynamics .Dycontent .item .newImg{
  width: 130px;
  height: 98px;
  object-fit: cover;
  margin-right: 8px;
}
.Dynamics .Dycontent .item .info{
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.Dynamics .Dycontent .item .info .title{
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Dynamics .Dycontent .item .info .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: HarmonyOS_Sans_SC;
  font-size: 12px;
  color: #999999;
  line-height: 21px;
}


.textBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  height: 100px;
}

.textBox .new_title {
  width: 398px;
  font-size: 20px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  display: -webkit-box; /* 使用旧版 WebKit 内核浏览器的盒子布局 */
  -webkit-line-clamp: 2; /* 设置最大行数为 2 行 */
  -webkit-box-orient: vertical; /* 垂直排列盒子内的内容 */
  overflow: hidden; /* 隐藏超出的文本 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.textBox .new_title:hover{
  text-decoration: underline;
}

.textBox .new_contain {
  height: 21px;
  font-size: 12px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

.saicheng .tab {
  margin-top: 20px;
  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: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #DCDEE0;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #323233;
  line-height: 32px;
  text-align: center;
  cursor:pointer;
}
.saicheng .tab .item:last-of-type{
  margin-right: 0px;
}

.saicheng .tab .item.active {
  border:unset;
  background: #143CDA;
  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: 600;
  color: #fff;
  background-color: #143CDA !important;
  text-align: center;
  border: unset;
}

.saicheng .table td {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
  border-top: unset;
  border-bottom: 1px solid #E5E5E5;
}
.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: 110px;
  margin: 50px auto 0;
  background: #FFFFFF;
  border-top: 1px solid #EBECF1;
}
footer .text{
  margin-top: 20px;
  height: 17px;
  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;
  top: 300px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #EBECF1;
}
.fixed .downLoad{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed .nav{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed .nav .item{
  margin-top: 14px;
  width: 68px;
  height: 26px;
  border-radius: 14px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
}
.fixed .nav .item.active{
  background: #FE3C3E;
  color: #fff;
}
.fixed .up{
  margin-top: 17px;
  cursor: pointer;
}
.fixed .bigcode{
  position: absolute;
  right: 90px;
  top: -39px;
  width: 189px;
  height: 201px;
  display: none;
}

.allTab{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
}

.allTab .allTab_item{
  width: 190px;
  height: 60px;
  border: 1px solid #0051FF;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0051FF;
  line-height: 60px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
.allTab .allTab_item:first-of-type{
  margin-left: 0;
}
.allTab .allTab_item.allTab_active{
  background-color: #0051FF;
  color: #fff;
}

.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: #143CDA;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 21px;
  border-top: none;
}
.integralCon .interaltable td{
  border-top: none;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}
.integralCon .interaltable .team{
  text-align: left;
}
.integralCon .interaltable .team img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.interaltable tbody tr:nth-of-type(2n){
  background-color: #F5F6FA;
}
.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;
}
