* {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
.app{
  display: none;
}
.app_item{
  display: none;
}
@media screen and (max-width: 750px) {
  .zmZhidui .pc{
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .app{
    display: block;
  }
  .app_item{
    display: block;
  }
  html,body{
    min-width: 0px;
    width: 7.5rem;
  }
  html{
    font-size: calc(100vw / 7.5);
  }
}
/* 头部搜索 tab切换 */
.app_header {
  position: sticky;
  top: 0rem;
  background: #FFFFFF;
  z-index: 1000;
}
.app_header .header_title {
  padding: 0rem 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app_header .header_title .logo {
  width: 2.2rem;
  height: .6rem;
}
.app_header .header_title .search {
  padding: 0rem 0.18rem;
  width: 3.31rem;
  height: 0.56rem;
  background: rgba(216, 216, 216, 0.11);
  border-radius: 0.6rem;
  border: 1px solid rgba(151, 151, 151, 0.28);
  display: flex;
  align-items: center;
}
.app_header .header_title .search img {
  display: block;
  width: 0.28rem;
  height: 0.29rem;
}
.app_header .header_title .search input {
  margin-left: 0.24rem;
  background: none;
  outline: none;
  border: none;
  width: 2.6rem;
  font-size: 0.26rem;
}
.app_header .header_tab {
  height: 0.88rem;
  overflow: hidden;
  position: relative;
}
.app_header .header_tab .app_header_mask{
  position: absolute;
  right: 0rem;
  top: 0rem;
  width: 0.46rem;
  height: 0.88rem;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.app_header .header_tab .newtab {
  background: #FFFFFF;
  line-height: 0.88rem;
}
.app_header .header_tab .newtab .newtab_warp {
  display: flex;
  align-items: baseline;
  overflow: scroll;
  flex-wrap: nowrap;
  height: 1.04rem;
}
.app_header .header_tab .newtab .newtab_warp div {
  padding: 0rem 0.32rem;
  text-align: center;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}
.app_header .header_tab .newtab .newtab_warp .active {
  font-size: 0.34rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 0.88rem;
}
.app_bodyer .app_swiper_box {
  position: relative;
  height: 4.22rem;
  overflow: hidden;
}
.app_bodyer .app_swiper_box .app_swiper {
  width: 100%;
  height: 4.22rem;
}
.app_bodyer .app_swiper_box .app_swiper .swiper-slide {
  text-align: center;
  font-size: 0.36rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.app_bodyer .app_swiper_box .app_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app_bodyer .app_swiper_box .app_swiper .swiper-slide .swiper-slide-mask{
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  width: 100%;
  height: 1.4rem;
  background: linear-gradient(0deg, #2D2D2D 0%, rgba(61,61,61,0) 100%);
}
.app_bodyer .app_swiper_box .app_swiper .swiper-slide .swiper-slide-mask .swiper-slide-mask-title{
  margin: 0 auto;
  margin-top: 0.35rem;
  width: 6.7rem;
  height: 0.48rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.48rem;
  text-align: left;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.app_bodyer .app_swiper_box .app_swiper .swiper-pagination {
  width: auto !important;
  position: absolute;
  left: 0.4rem !important;
  bottom: 0.3rem !important;
  height: 0.06rem;
  display: flex !important;
  align-items: center !important;
}
.app_bodyer .app_swiper_box .app_swiper .swiper-pagination-bullet {
  margin: 0rem !important;
  width: 0.32rem;
  height: 0.06rem;
  text-align: center;
  opacity: 1;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0rem;
}
.app_bodyer .app_swiper_box .app_swiper .swiper-pagination-bullet-active {
  margin: 0rem !important;
  width: 0.32rem;
  height: 0.06rem;
  background: #FFFFFF;
}
.app_bodyer .app_module_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.4rem;

}
.app_module_title .app_module_title_left {
  height: 0.4rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 0.4rem;
}
.app_module_title .app_module_title_right {
  display: flex;
  align-items: center;
  height: 0.32rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.32rem;
}
.app_module_title .app_module_title_right img {
  margin-left: 0.04rem;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
}

/* 新闻动态 */
.app_newsTrends {
  padding: 0.32rem;
}
.app_newsTrends .newsTrends_list {
  margin-top: 0.16rem;
}
.app_newsTrends .newsTrends_list_li {
  display: block;
  padding: 0.16rem 0rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}
.app_newsTrends .newsTrends_list_li_left {
  /* width: 4.1rem; */
}
.app_newsTrends .newsTrends_list_li_left_ttile {
  width: 100%;
  height: 0.84rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  /* text-align: justify; */
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;  /* 超出部分省略号 */
  word-break: break-all;  /* break-all(允许在单词内换行。) */  
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */

}
.app_newsTrends .newsTrends_list_li_left_time {
  margin-top: 0.32rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
}
.app_newsTrends .newsTrends_list_li_right {
  margin-left: 0.16rem;
  display: block;
  width: 2.6rem;
  height: 1.54rem;
  border-radius: 0.1rem;
}
.app_newsTrends .newsTrends_list_li img{
  margin-left: 0.16rem;
  width: 2.6rem;
  height: 1.54rem;
  border-radius: 0.1rem;
}
.app_newsTrends .newsTrends_more {
  margin-top: 0.24rem;
  display: block;
  width: 100%;
  height: 0.8rem;
  background: #F6F9FA;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.app_item_box {
  background: #F6F9FA;
  padding-bottom: 0.6rem;
}

/* 通知公告 */
.app_bodyer .app_notification {
  height: 4.94rem;
  background: #F6F9FA;
  padding: 0.32rem;
}
.app_bodyer .app_notification_list {
  margin-top: 0.3rem;
}
.app_bodyer .app_notification_list_li {
  display: block;
  margin-bottom: 0.32rem;
  height: 1.2rem;
}
.app_bodyer .app_notification_list_li_top {
  display: flex;
  align-items: center;
}
.app_bodyer .app_notification_list_li_top span {
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: #019C39;
  border-radius: 50%;
}
.app_bodyer .app_notification_list_li_top_text {
  margin-left: 0.16rem;
  width: 100%;
  height: 0.8rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 0.4rem;
  display: flex;
  align-items: center;
}
.app_bodyer .app_notification_list_li_bottom {
  margin-top: 0.1rem;
  margin-left: 0.28rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
}

/* CFA TV 协会赛事 */
.app_bodyer .app_CFATV {
  margin-top: 0.6rem;
}
.app_bodyer .app_CFATV_list {
  margin-top: 0.2rem;
  /* padding-left: 0.32rem; */
  height: 4.4rem;
  overflow: hidden;
}
.app_bodyer .app_CFATV_lists {
  height: 4.8rem;
}
.app_bodyer .app_CFATV_list_item {
  height: 4.6rem;
  display: flex;
  overflow-y: scroll;
  flex-wrap: nowrap;
}
.app_bodyer .app_CFATV_list_itemS {
  height: 5rem;
}
.app_bodyer .app_CFATV_list_item_li {
  margin-right: 0.24rem;
  display: block;
  width: 6rem;
  height: 4.4rem;
  border-radius: 0.1rem;
  /* overflow: hidden; */
  background: #F6F9FA;
}
.app_bodyer .app_CFATV_list_item_li:first-child {
  margin-left: 0.32rem;
}
.app_bodyer .app_CFATV_list_item_li:last-child {
  margin-right: 0.32rem;
}
.app_bodyer .app_CFATV_list_item_li_video {
  width: 6rem;
  height: 3.28rem;
  position: relative;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
  overflow: hidden;
}
.app_bodyer .app_CFATV_list_item_li_video_bj {
  display: block;
  width: 6rem;
  height: 3.28rem;
}
.app_bodyer .app_CFATV_list_item_li_video_play {
  position: absolute;
  left: 2.47rem;
  top: 1.11rem;
  width: 1.06rem;
  height: 1.06rem;
}
.app_bodyer .app_CFATV_list_item_li_video_mask {
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 0rem;
  /* width: 280.16rem; */
  height: 0.7rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  padding-right: 0.24rem;
}
.app_bodyer .app_CFATV_list_item_li_title {
  width: 5.52rem;
  padding: 0.16rem 0.24rem;
  text-align: justify;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 0.4rem;
  background: #F6F9FA;
  border-radius: 0rem 0rem 0.1rem 0.1rem;
}
.app_bodyer .app_CFATV_list_item_li_titles {
  padding: 0.16rem 0.24rem;
  background: #F6F9FA;
  border-radius: 0rem 0rem 0.1rem 0.1rem;
}
.app_bodyer .app_CFATV_list_item_li_title_text {
  height: 0.8rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 0.4rem;
  text-align: justify;
}
.app_bodyer .app_CFATV_list_item_li_title_time {
  margin-top: 0.1rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
}

/* 全民足球 */
.app_bodyer .footballCityStars {
  margin-top: 0.6rem;
  height: 5.24rem;
  background: #F6F9FA;
  padding: 0.32rem 0rem;
  overflow: hidden;
}
.app_bodyer .footballCityStars_list {
  display: flex;
  overflow-x: scroll;
  height: 5.8rem;
}
.app_bodyer .footballCityStars_list_li {
  margin-right: 0.24rem;
  width: 6rem;
  height: 5.24rem;
  border-radius: 0.1rem;
  background-color: #323232;
}
.app_bodyer .footballCityStars_list_li:first-child{
  margin-left: 0.32rem;
}
.app_bodyer .footballCityStars_list_li:last-child {
  margin-right: 0.32rem;
}
.app_bodyer .footballCityStars_list_li_top {
  padding: 0.16rem 0.24rem;
  background-color: #323232;
  border-radius: 0.1rem 0.1rem 0 0;
}
.app_bodyer .footballCityStars_list_li_title {
  height: 0.4rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.app_bodyer .footballCityStars_list_li_text {
  margin-top: 0.1rem;
  width: 5.52rem;
  height: 0.74rem;
  font-size: 0.26rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
  line-height: 18.0.1rem;
  /* text-align: justify; */
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
.app_bodyer .footballCityStars_list_li_time {
  margin-top: 0.1rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.3rem;
}
.app_bodyer .footballCityStars_list_li_img {
  display: block;
  width: 6rem;
  height: 3.28rem;
  border-radius: 0 0 0.1rem 0.1rem;
}

/* 官网商城 */
.app_bodyer .app_shop {
  margin-top: 0.6rem;
}
.app_bodyer .app_shop_swiper {
  margin-top: 0.2rem;
  position: relative;

}
.app_bodyer .app_shop_swiper .swiper {
  width: 100%;
  height: 4.32rem;
}
.app_bodyer .app_shop_swiper .swiper-slide {
  display: block;
  text-align: center;
  font-size: 0.4rem;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.app_bodyer .app_shop_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 4.32rem;
  object-fit: cover;
}
.app_bodyer .app_related_links {
  margin-top: 0.6rem;
}
.app_bodyer .app_related_links_list {
  margin-top: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #202027;
  padding: 0.18rem 0.3rem;
}
.app_bodyer .app_related_links_list_li {
  display: block;
  width: 1.14rem;
}
.app_bodyer .app_related_links_list_li img {
  display: block;
  width: 1.14rem;
  height: 1.14rem;
}
.app_bodyer .app_related_links_list_li div {
  margin-top: 0.14rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.3rem;
  text-align: center;
  white-space: nowrap;
}

/* 合作伙伴 */
.app_bodyer .app_partner {
  height: 1.76rem;
  background: #00A149;
}
.app_bodyer .app_partner_title {
  padding-top: 0.3rem;
  height: 0.3rem;
  font-size: 0.22rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.3rem;
  text-align: center;
}
.app_bodyer .app_partner_list {
  margin-top: 0.2rem;
  padding: 0rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.app_bodyer .app_partner_list_li {
  margin: 0rem 0.12rem;
  margin-bottom: 0.14rem;
  display: block;
  width: 0.72rem;
  height: 0.26rem;
}

/* 备案信息 */
.app_bodyer .app_footer {
  padding: 0.4rem 0.8rem;
  background-color: rgba(235, 238, 240, 1);
  position: relative;
}
.app_bodyer .app_footer_text {
  /* height: 0.24rem; */
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.24rem;
  text-align: center;
}
.app_bodyer .app_footer_img {
  position: absolute;
  right: 0.6rem;
  top: 0.62rem;
  width: 0.35rem;
  height: 0.43rem;
}

/* 详情 */
.app_item .app_item_header {
  padding: 0.32rem;

}
.app_item .app_item_title {
  font-size: 0.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 0.6rem;
  text-align: justify;
}
.app_item .app_item_time {
  margin-top: 0.16rem;
  height: 0.33rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 0.33rem;
}
.app_item .app_item_content {
  margin-top: 0.38rem;
  text-align: justify;
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.42rem;
}

.app_item .app_item_content p{
  font-size: 0.28rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 0.42rem;
  margin-bottom: 0.24rem;
}
.app_item .app_item_content  img{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.app_item .app_item_content p video{
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.app_item .app_item_content .video{
  margin: 0 auto;
  width: 100%;
  height: auto;
}