﻿.header-wrapper {
  transform: translateY(0);
  transition: transform 0.2s;
}

.header2-wrapper {
  padding-top: 0.65rem;
  transition: transform 0.2s;
}

.hide-banner .header-wrapper,  .hide-banner .header2-wrapper {
  transform: translateY(-0.65rem);
}

.hide-banner .index-wrapper {
  margin-top: -0.65rem;
}

.hide-banner-forever .header-wrapper, .hide-banner-forever .header2-wrapper {
  transform: translateY(-0.65rem);
}

.hide-banner-forever .index-wrapper {
  margin-top: -0.65rem;
}

.index-wrapper {
  padding-top: 0.04rem;
  background: white;
  transition: margin-top 0.2s;
}

.index-wrapper .match-box {
  width: 100%;
  margin-bottom: 0.12rem;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
}

.index-wrapper .match-box::-webkit-scrollbar {
  display:none
}

.index-wrapper .match-box .match-card {
  display: inline-block;
  width: 1.96rem;
  margin-right: 0.1rem;
  padding: 0.09rem 0.06rem 0.1rem 0.1rem;
  background: #F7F8FA;
}

.index-wrapper .match-box .match-card:last-child {
  margin-right: 0;
  border-right: none;
}

.index-wrapper .match-box .match-card .title {
  margin-bottom: 0.1rem;
  font-size: 0.12rem;
  color: #777;
}

.index-wrapper .match-box .match-card .title .left {
  float: left;
  font-size: 0;
}

.index-wrapper .match-box .match-card .title .left .time1 {
  margin-right: 0.04rem;
}

.index-wrapper .match-box .match-card .title .left .live-type-name { 
  margin-left: 0.12rem;
}

.index-wrapper .match-box .match-card .title .left span {
  font-size: 0.12rem;
}

.index-wrapper .match-box .match-card .title .right {
  float: right;
  height: .17rem;
  line-height: .17rem;
  margin-right: 0.05rem;
  font-size: 0;
}

.index-wrapper .match-box .match-card .title .right .no-living {
  font-size: 0.12rem;
  color: #777;
}

.index-wrapper .match-box .match-card .title .right .living img {
  width: .11rem;
  margin-right: 0.02rem;
  vertical-align: middle;
}

.index-wrapper .match-box .match-card .title .right .living span {
  font-size: 0.12rem;
  color: #dd4d30;
  vertical-align: middle;
}

.index-wrapper .match-box .match-card .title .right .living-tag {
  margin-top: 0.02rem;
  margin-right: 0.03rem;
}

.index-wrapper .match-box .match-card .content .team {
  font-size: 0;
}

.index-wrapper .match-box .match-card .content .team .team-img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.06rem;
  vertical-align: middle;
}

.index-wrapper .match-box .match-card .content .team .team-name {
  font-size: 0.13rem;
  color: #000;
  vertical-align: middle;
}

.index-wrapper .match-box .match-card .content {
  overflow: hidden;
}

.index-wrapper .match-box .match-card .content .team.host {
  margin-bottom: 0.08rem;
}

.index-wrapper .live-btn {
  width: 3.47rem;
  height: 0.36rem;
  margin: 0 auto 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  font-size: 0;
  background: #f7f8fa;
  border-radius: 4px;
  border: 1px solid #dd4d30;
}

.index-wrapper .live-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-wrapper .live-btn span {
  margin-right: 0.04rem;
  color: #dd4d30;
  font-size: 0.14rem;
  vertical-align: middle;
}

.index-wrapper .live-btn img {
  width: 0.12rem;
  height: 0.12rem;
  vertical-align: -28%;
  -webkit-animation: upToDown 1s ease-in-out infinite;
  animation: upToDown 1s ease-in-out infinite;
}

@keyframes upToDown {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
  50% {
    transform: translate(0px, -10px);
    /* opacity: 0.6; */
  }
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.index-wrapper .block-container {
  padding-bottom: 0.3rem;
}

.index-wrapper .block-container:last-child {
  padding-bottom: 0.3rem;
}

.index-wrapper .block-container .column-box {
  margin-bottom: 0.14rem;
}

.index-wrapper .block-container .content .hot-news-box {
  margin-bottom: 0.18rem;
}

.index-wrapper .block-container .content .hot-news-box .hot-news-card {
  margin-bottom: 0.16rem;
  padding-bottom: 0;
  border-bottom: none;
}

.index-wrapper .block-container .content .hot-news-box .hot-news-card:last-child {
  margin-bottom: 0;
}

.index-wrapper .block-container .content .hot-news-box .hot-news-card .hot-news-img .theme-img {
  width: 1.07rem;
  height: 0.8rem;
}

.index-wrapper .block-container .content .hot-news-box .hot-news-card .hot-news-content .top {
  height: 0.42rem;
  margin-bottom: 0.21rem;
  font-size: 0.15rem;
}

@media screen and (max-width: 320px) {
  .index-wrapper .match-box .match-card .title .right .living-tag {
    margin-top: 0.03rem;
  }
}
