.index-container{
  width: 1232px;
  margin: 20px auto 40px auto;
}
/* 情报 */
.informationBox{
  width: 416px;
  padding: 20px 16px;
  box-sizing: border-box;
  margin: 0 32px;
}
.informationBox .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 13px;
  color: #4b4b4b;
  font-family: Tahoma;
}
.informationBox .more{
  display: inline-block;
  text-align: right;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 13px;
}
.informationBox li .more{
  width: 100%;
}
.informationBox .informationList{
  height: 415px;
  overflow: auto;
}
.informationBox .informationList::-webkit-scrollbar {
  width: 0rem; display: none!important;
}
.informationBox .time{
  color: #9a9a9a;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
}
.informationBox .time span{
  display: inline-block;
}
.informationBox .time span:first-child{
  margin-right: 10px;
}
.informationBox .matchTeam,.informationBox .matchTeam a,.viewpointList .matchTeam,.viewpointList .matchTeam a{
  color: #4b4b4b;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  margin: 10px 0;
}
.informationBox .matchTeam .temaFlag{
  width: 24px;
  height: 24px;
  margin: 0 10px;
  flex:none;
}

.viewpointList .matchTeam .team{
  /* max-width: 50%; */
}
.viewpointList .matchTeam .teamName{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
}
.viewpointList .matchTeam .temaFlag{
  width: 30px;
  height: 30px;
  margin: 0 10px;
  font-size: 0;
}
.informationBox .matchTeam .temaFlag img,.viewpointList .matchTeam .temaFlag img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.informationBox .informationInfoList li{
  padding: 8px 10px;
  margin-bottom: 10px;
}
.informationBox .informationInfoList li:nth-child(2n-1){
  background: #2CCC9C;
  border-radius: 8px;
}
.informationBox .informationInfoList li:nth-child(2n){
  background: #2CA5CC;
  border-radius: 8px;
}
.informationBox .informationInfoList li:last-child{
  margin-bottom: 15px;
}
.informationBox .informationInfoList li .temaFlag{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.informationBox .informationInfoList li .temaFlag img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.informationBox .informationInfoList li .informationInfoTitle{
  color: #ffffff;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  line-height: 22px;
  /* height: 44px; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.informationBox .informationInfoList li .informationInfoTitle a{
  color: #ffffff;
}
/* 百家观点 */
.viewpointBox{
  width: 368px;
  box-sizing: border-box;
  border: 1px solid #F0F0F0;
  background: #FBFBFB;
  padding: 20px 10px;
}
.viewpointBox .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4b4b4b;
  font-family: Tahoma;
  padding-left: 10px;
}
.viewpointBox .more {
  text-align: right;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  padding-right: 10px;
}
.viewpointBox .viewpointList{
  height: 415px;
  overflow: auto;
}
.viewpointBox .viewpointList::-webkit-scrollbar {
  width: 0rem; display: none!important;
}
.viewpointBox .viewpointList li{
  padding: 15px 10px;
  border-bottom: 1px solid #f0f0f0;
}
.viewpointBox .viewpointList li:last-child{
  border-bottom: none;
}
.viewpointBox .viewpointList .leagueName{
  color: #ffffff;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  padding: 4px;
  margin-right: 14px;
}
.viewpointBox .viewpointList .viewpointContent{
  color: #9a9a9a;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.viewpointBox .viewpointList .viewpointContent span{
  color: #42c27e;
}
.soccerNews{
  margin-bottom: 32px;
  margin-top: 30px;
}
.soccerNews .left{
  margin-right: 48px;
  width: 560px;
}
.soccerNews .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-family: Tahoma;
}
.soccerNews .more{
  text-align: right;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.soccerNews .left .newsImg{
  width: 560px;
  height: 373px;
  font-size: 0;
  object-fit: cover;
  border-radius: 16px;
}
.soccerNews .left .newsImg img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.soccerNews .left .newsTitle{
  color: #4b4b4b;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  height: 56px;
  font-family: Tahoma;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 8px 0;
}
.soccerNews .left .newsContent{
  font-family: "Microsoft Sans Serif";
  color: #9a9a9a;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 18px;
  font-size: 16px;
}
/* .newsTagList li{
  color: #9a9a9a;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  border: 1px solid #DDD;
  padding: 4px 8px;
  margin-right: 8px;
} */
/* .newsTime{
  font-size: 14px;
  color: #9a9a9a;
  font-family: "Microsoft Sans Serif";
} */
.soccerNews .right {
  font-family: "Microsoft Sans Serif";
  width: 624px;
}

.soccerNews .right .newsList .newsList-item{
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.soccerNews .right .newsList .newsList-item:last-child{
  border-bottom: none;
}
.soccerNews .right .newsList .newsList-item .newsImg{
  width: 118px;
  height: 79px;
  margin-right: 10px;
}
.soccerNews .right .newsList .newsList-item .newsImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.soccerNews .right .newsList .newsList-item .newsTitle{
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 6px;
}
/* 花边新闻 */
.laceNews{
  width: 896px;
  margin-bottom: 32px;
}
.laceNews .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-family: Tahoma;
}
.laceNews .more{
  text-align: right;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.laceNews .first{
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}
.laceNews .first .firstImg{
  width: 365px;
  height: 244px;
  font-size: 0;
  margin-right: 20px;
}
.laceNews .first .firstImg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.laceNews .first .firstTitle{
  color: #4b4b4b;
  font-weight: bold;
  font-size: 20px;
  font-family: Tahoma;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.laceNews .first .firstContent{
  font-family: "Microsoft Sans Serif";
  color: #9a9a9a;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 10px 0;
  font-size: 16px;
}
.laceNews .laceNewslist li{
  margin-top: 20px;
  width: calc(50% - 10px);
  margin-right: 20px;
}
.laceNews .laceNewslist li:nth-child(2n){
  margin-right: 0;
}
.laceNews .laceNewslist li .img{
  width: 124px;
  height: 82.83px;
  border-radius: 8px;
  margin-right: 10px;
}
.laceNews .laceNewslist li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.laceNews .laceNewslist li .laceNewsTitle{
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  color: #4b4b4b;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.laceNews .laceNewslist li .laceNewsTime{
  color: #9a9a9a;
  font-family: "Microsoft Sans Serif";
  font-size: 14px;
  line-height: 20px;
}
/* 热门图集 */
.hotAtlasList {
  width: 896px;
  margin-bottom: 22px;
}
.hotAtlasList .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-family: Tahoma;
}
.hotAtlasList .more{
  text-align: right;
  color: #9a9a9a;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 30px;
}
.hotAtlasList li{
  margin-right: 16px;
  width: 33.3%;
}
.hotAtlasList li:last-child{
  margin-right: 0;
}
.hotAtlasList li a{
  display: block;
}
.hotAtlasList .atlasImg{
  width: 100%;
  height: 192px;
  font-size: 0;
  cursor: pointer;
}
.hotAtlasList .atlasImg img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.hotAtlasList .atlasTitle{
  color: #4b4b4b;
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  line-height: 26px;
  margin: 10px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
/* 顶尖球员 */
.playerList {
  width: 896px;
  border: 1px solid #ddd;
  padding: 20px 19px 0;
  box-sizing: border-box;
}
.playerList .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-family: Tahoma;
}
.playerList li {
  width: 163px;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Microsoft Sans Serif","Tahoma";
}
.playerList li a{
  display: block;
}
.playerList li:nth-child(5n){
  margin-right: 0;
}
.playerList li .avatar{
  width: 40px;
  height: 40px;
  font-size: 0;
  margin: 0 auto;
}
.playerList li .avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.playerList li .name{
  font-size: 16px;
  color: #4b4b4b;
  margin: 8px 0;
  white-space: nowrap;  
  overflow: hidden;  
  text-overflow: ellipsis;  
}
.playerList li .team{
  color: #9a9a9a;
  font-size: 14px;
  margin-bottom: 4px;
}
.playerList li .country{
  color: #9a9a9a;
  font-size: 14px;
}


.index-container .banner{
  width: 416px;
  height: 459px;
  /* padding-bottom: ; */
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide{
  text-decoration: none;
}
.swiper-slide .title{
  width: 100%;
}
.swiper-slide .title div{
  color: #4b4b4b;
  font-size: 26px;
  font-weight: bold;
  font-family: "Tahoma";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  line-height: 31px;
  height: 93px;
}
.swiper-slide .img{
  display: block;
  width: 100%;
  height: 258px;
  margin: 13px 0 10px 0;
}
.swiper-slide .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide .content{
  font-family: "Microsoft Sans Serif";
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  color: #4b4b4b;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 2.5px;
  background: #F0F0F0;
  margin: 0 5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #42C27E;
}
.swiper-pagination-bullet-active:focus, .swiper-pagination-bullet:focus{
  outline: none;
}

.swiper-pagination-bullet-active:active{
  outline: none;
}


@media screen and (max-width: 767px) {
  body{
    max-width: 100vw;
    min-width: 100vw!important;
  }
  .index-container{
    margin: 0 auto;
    background: #F8F8F8;
    width: 100%;
  }
  .index-container .top{
    flex-wrap: wrap;
  }
  .index-container .banner{
    width: 100%;
    height: 2.323rem;
    margin-bottom: .08rem;
  }
  .swiper-slide{
    position: relative;
  }
  .swiper-slide .title{
    background: linear-gradient(0deg, #000 0%, #00000000 100%);
    padding: .08rem .08rem .28rem;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  .swiper-slide .title div{
    /* display: none; */
    color: #fff;
    width: 100%;
    font-size: .18rem;
    -webkit-line-clamp: 2;
    line-height: .22rem;
    height: .44rem;
  }
  .swiper-slide .content{
    display: none;
  }
  .swiper-slide .img{
    margin: 0 auto;
    height: 100%;
  }
  .swiper-pagination-bullet{
    width: .3rem;
    height: .05rem;
    border-radius: .025rem;
  }

  .informationBox{
    background: #fff;
    width: 100%;
    margin: 0 0 .08rem 0;
    padding: .16rem;
  }
  .informationBox .title{
    font-size: .16rem;
    margin-bottom: .16rem;
    line-height: .22rem;
  }
  .informationBox .more{
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: .16rem;
  }
  .informationBox .time{
    font-size: .14rem;
  }
  .informationBox .time span:first-child{
    margin-right: .1rem;
  }
  .informationBox .matchTeam, .viewpointList .matchTeam{
    font-size: .16rem;
    margin: .1rem 0;
  }
  .informationBox .matchTeam .temaFlag{
    width: .24rem;
    height: .24rem;
    margin: 0 .08rem;
  }
  
  .informationBox .informationList{
    height: auto;
  }
  .informationBox .informationInfoList li{
    padding: .08rem .1rem;
    margin-bottom: .1rem;
  }
  .informationBox .informationInfoList li:last-child{
    margin-bottom: .15rem;
  }
  .informationBox .informationInfoList li .temaFlag{
    width: .24rem;
    height: .24rem;
    margin-right: .1rem;
  }
  .informationBox .informationInfoList li .informationInfoTitle{
    font-size: .14rem;
    line-height: .22rem;
  }

  
  .viewpointBox{
    background: #fff;
    width: 100%;
    margin: 0 0 .08rem 0;
    padding: .16rem;
    border: none;
  }
  .viewpointBox .title{
    font-size: .16rem;
    margin-bottom: 0;
    line-height: .22rem;
  }
  .viewpointBox .more{
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: 0;
  }
  .viewpointBox .viewpointList{
    height: auto;
  }
  .viewpointBox .viewpointList li{
    padding: .16rem 0;
  }
  .viewpointBox .viewpointList .leagueName{
    font-size: .112rem;
    padding: .04rem;
    margin-right: .1rem;
  }
  .viewpointList .matchTeam .temaFlag{
    width: .24rem;
    height: .24rem;
    margin: 0 .1rem;
  }
  .viewpointBox .viewpointList .viewpointContent{
    font-size: .14rem;
    line-height: .17rem;
  }

  .soccerNews{
    margin-top: 0;
    background: #fff;
    padding: .16rem .16rem .08rem;
    margin-bottom: .08rem;
  }
  .soccerNews .title{
    font-size: .16rem;
    margin-bottom: 0;
    line-height: .22rem;
  }
  .soccerNews .more{
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: 0;
  }
  .soccerNews .left{
    display: none;
  }
  .soccerNews .right{
    width: 100%;
  }
  .soccerNews .right .newsList .newsList-item{
    border-bottom: .01rem solid #f0f0f0;
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-bottom: 0;
  }
  .soccerNews .right .newsList .newsList-item .newsImg{
    width: 1.18rem;
    height: .79rem;
    margin-right: 0;
    margin-left: .08rem;
    order: 2;
  }
  .soccerNews .right .newsList .newsList-item .newsTitle{
    font-size: .16rem;
    line-height: .265rem;
    height: .53rem;
    margin-bottom: .06rem;
  }
  .soccerNews .right .newsList .newsList-item .newsTagList{
    display: none;
  }

  .lastBox{
    flex-wrap: wrap;
  }
  .lastBox .left{
    width: 100%;
  }
  .laceNews{
    width: 100%;
    background: #fff;
    padding: .16rem .16rem .08rem;
    box-sizing: border-box;
    margin-bottom: .08rem;
  }
  .laceNews .title{
    font-size: .16rem;
    margin-bottom: 0;
    line-height: .22rem;
  }
  .laceNews .more{
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: 0;
  }
  .laceNews .firstLaceNews{
    display: none;
  }
  .laceNews .laceNewslist li{
    margin-top: 0;
    width: 100%;
    margin-right: 0;
    padding: .16rem 0;
  }
  .laceNews .laceNewslist li .img{
    width: 1.18rem;
    height: .79rem;
    margin-right: .08rem;
  }
  .laceNews .laceNewslist li .img img{
    border-radius: .08rem;
  }
  .laceNews .laceNewslist li .laceNewsTitle{
    font-size: .16rem;
    line-height: .265rem;
    height: .53rem;
    margin-bottom: .06rem;
  }

  .hotAtlasList{
    width: 100%;
    background: #fff;
    padding: .16rem 0 .16rem .16rem;
    box-sizing: border-box;
    margin-bottom: .08rem;
  }
  .hotAtlasList .title{
    font-size: .16rem;
    margin-bottom: 0;
    line-height: .22rem;
  }
  .hotAtlasList .more{
    font-size: .12rem;
    line-height: .22rem;
    margin-bottom: 0;
    margin-right: .16rem;
  }
  .hotAtlasList ul{
    overflow-x: scroll;
  }
  .hotAtlasList li{
    width: 2.23rem;
    margin-right: .16rem;
    flex: 0 0 auto;
    padding-top: .16rem;
  }
  .hotAtlasList .atlasImg{
    width: 100%;
    height: 1.49rem;
    font-size: 0;
    cursor: pointer;
  }
  .hotAtlasList .atlasImg img{
    border-radius: .16rem;
  }
  .hotAtlasList .atlasTitle{
    font-size: .16rem;
    line-height: .19rem;
  }
  .playerList {
    width: 100%;
    background: #fff;
    padding: .16rem;
    border: none;
    margin-bottom: .08rem;
  }
  .playerList .title{
    font-size: .16rem;
    margin-bottom: 0;
  }
  .playerList ul{
    flex-wrap: wrap;
  }
  .playerList li {
    width: 50%;
    padding-right: .09rem;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: 0;
    padding: .16rem .1rem .16rem 0;
  }
  .playerList li a{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .playerList li:nth-child(2n){
    padding-right: 0;
  }
  .playerList li .avatar{
    width: .37rem;
    height: .37rem;
    margin-right: .08rem;
  }
  .playerList li .name{
    text-align: left;
    font-size: .16rem;
    margin: 0 0 .08rem 0;
  }
  .playerList li .team{
    text-align: left;
    font-size: .14rem;
    margin-bottom: .04rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .playerList li .country{
    text-align: left;
    font-size: .14rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}