@keyframes opacity_anim {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes opacity_anim {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes logo-anim {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

@-webkit-keyframes logo-anim {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
  }

  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
  }
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.el-time-spinner__wrapper {
  vertical-align: middle;
  text-align: center;
}

.el-time-panel__content:before {
  top: 55.5%;
}

.el-pagination {
  text-align: center;
}

#app .el-dialog {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.inner_bg {
  background: url(/images/com_bg01.5de16d58.jpg) 100% 0 no-repeat;
  overflow: hidden;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.banner-wrap img {
  max-width: 100%;
}

.ele-live-menu-wrap {
  background: #232227;
  margin-bottom: 5px;
  padding: 2px 16px;
}

.ele-live-menu-wrap ul li {
  float: left;
  position: relative;
  width: 14.2%;
  min-width: 135px;
}

.ele-live-menu-wrap ul li a {
  display: block;
  line-height: 35px;
  font-size: 16px;
  color: #aaa;
  padding-left: 50px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ele-live-menu-wrap ul li a.current {
  color: #ff7373;
}

.ele-live-menu-wrap ul li a:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 13px;
  width: 32px;
  height: 32px;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sport-scroll-list {
  margin: 0 auto;
  padding: 40px calc(50px / var(--Cardinality)) 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px 12px 0 0;
  z-index: 9;
  -webkit-animation: sliderY 0.6s forwards;
  animation: sliderY 0.6s forwards;
}

.sport-scroll-list .carousel-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(210px / var(--Cardinality));
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sport-scroll-list .carousel-wrap .match-title {
  width: calc(260px / var(--Cardinality));
  height: 190px;
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sport-scroll-list .carousel-wrap .match-title:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: calc(170px / var(--Cardinality));
  width: 1px;
  background: url(https://www.753320.com/common/ty/line.png);
}

.sport-scroll-list .carousel-wrap .match-title:hover {
  background-color: #eee;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.sport-scroll-list .carousel-wrap .match-title .match-name {
  font-size: calc(16px / var(--Cardinality));
  margin-top: calc(20px / var(--Cardinality));
  display: inline-block;
  color: #4c4c4c;
  font-weight: 700;
}

.sport-scroll-list .carousel-wrap .match-title .match-time {
  margin: 10px 0;
  display: inline-block;
  color: #999eab;
  font-size: 12px;
}

.sport-scroll-list .carousel-wrap .match-title .match-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: calc(10x / var(--Cardinality));
}

.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-vs {
  line-height: calc(42px / var(--Cardinality));
  color: #404856;
}

.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-home-team span,
.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-visiting-team span {
  display: inline-block;
  margin: 8px 0;
  color: #4c4c4c;
  font-size: 12px;
  width: calc(100px / var(--Cardinality));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-home-team .match-home-odds,
.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-home-team .match-visiting-odds,
.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-visiting-team .match-home-odds,
.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-visiting-team .match-visiting-odds {
  width: calc(64px / var(--Cardinality));
  height: calc(24px / var(--Cardinality));
  line-height: calc(24px / var(--Cardinality));
  background: #f3f6fa;
  border-radius: 12px;
  color: #5190ff;
  font-size: 12px;
  font-weight: 600;
}

.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-home-team img,
.sport-scroll-list .carousel-wrap .match-title .match-wrap .match-visiting-team img {
  display: inline-block;
  width: calc(48px / var(--Cardinality));
  height: calc(48px / var(--Cardinality));
}

.sport-scroll-list .no-data {
  text-align: center;
  margin: auto;
  font-size: calc(16px / var(--Cardinality));
  color: #666;
  padding: calc(40px / var(--Cardinality)) 0 calc(20px / var(--Cardinality)) 0;
  border-bottom: 1px solid #dedede;
}

.sport-scroll-list .no-data img {
  width: calc(107px / var(--Cardinality));
}

.sport-scroll-list .no-data span {
  display: block;
  margin-top: calc(10px / var(--Cardinality));
}

@media screen and (max-width: 1550px) and (min-width: 0) {
  .match-vs {
    line-height: 36px !important;
  }

  .match-title {
    height: 170px !important;
  }
}

html:lang(en) .sport-wrapper .info,
html:lang(vi) .sport-wrapper .info {
  top: calc(30px / var(--Cardinality)) !important;
}

html:lang(en) .sport-wrapper .button-click,
html:lang(vi) .sport-wrapper .button-click {
  padding: 0 calc(25px / var(--Cardinality)) !important;
}

.sport-wrapper {
  height: auto;
  background: #f3f6f9;
  padding-bottom: calc(50px / var(--Cardinality));
}

.sport-wrapper .re-bg {
  background: url(/images/repeat.e483f76c.png) repeat;
  width: 100%;
  height: calc(305px / var(--Cardinality));
}

.sport-wrapper .re-bg .sport-header__bg {
  height: calc(400px / var(--Cardinality));
  margin: 0 auto;
  background: url(/images/banner.28be3453.png) 50% / cover no-repeat;
  max-width: 1920px;
}

.sport-wrapper .sport-wrapper-bottom {
  width: calc(1400px / var(--Cardinality));
  margin: calc(-20px / var(--Cardinality)) auto 0;
  background: #fff;
  -webkit-box-shadow: 0 6px 16px 0 rgba(88, 101, 127, 0.1);
  box-shadow: 0 6px 16px 0 rgba(88, 101, 127, 0.1);
  border-radius: 12px;
  display: flex;
  padding-top: 20px;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner {
  padding: calc(30px / var(--Cardinality)) 0;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 calc(90px / var(--Cardinality));
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list {
  width: calc(380px / var(--Cardinality));
  height: calc(240px / var(--Cardinality));
  text-align: left;
  margin: calc(30px / var(--Cardinality)) 0;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list:first-child {
  margin-left: 0;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list:hover {
  -webkit-box-shadow: 0 22px 20px -22px #b1c3e0;
  box-shadow: 0 22px 20px -22px #b1c3e0;
  top: -10px;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .imgTwo {
  width: calc(380px / var(--Cardinality));
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: actText 0.6s forwards;
  animation: actText 0.6s forwards;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .imgOne {
  /*height:calc(272px/var(--Cardinality));*/
  -webkit-animation: sliderY 0.6s forwards;
  animation: sliderY 0.6s forwards;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .info {
  -webkit-animation: actText 0.6s forwards;
  animation: actText 0.6s forwards;
  position: absolute;
  top: calc(50px / var(--Cardinality));
  left: calc(20px / var(--Cardinality));
  width: calc(210px / var(--Cardinality));
  z-index: 1;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .info .frist-span {
  font-size: calc(30px / var(--Cardinality));
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #4b526b;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .info .describe-span {
  font-size: calc(14px / var(--Cardinality));
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #858ba0;
  margin-top: 5px;
  line-height: 1.3;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .button-box {
  -webkit-animation: actText 0.6s forwards;
  animation: actText 0.6s forwards;
  position: absolute;
  left: calc(24px / var(--Cardinality));
  bottom: calc(18px / var(--Cardinality));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .button-box .button-click {
  border-radius: 4px;
  border: 1px solid #dce3f2;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-size: 14px;
  font-weight: 600;
  color: #5987de;
  height: calc(40px / var(--Cardinality));
  line-height: calc(40px / var(--Cardinality));
  padding: 0 calc(31px / var(--Cardinality));
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .button-box .button-click:hover {
  background: var(--home-btn-hover-one);
  -webkit-box-shadow: 0 3px 17px 0 rgba(80, 149, 255, 0.24);
  box-shadow: 0 3px 17px 0 rgba(80, 149, 255, 0.24);
  color: #fff;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .button-box .star {
  width: calc(40px / var(--Cardinality));
  height: calc(40px / var(--Cardinality));
  margin-left: 6px;
  background: #d4dbe8;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .button-box .star img {
  width: 22px;
  height: 22px;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .button-box .is-collected,
.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap .list .button-box .star:hover {
  background: #ffcb46;
}

.sport-wrapper .sport-wrapper-bottom .sport-game-inner .game-list-wrap:after {
  content: "";
  width: calc(380px / var(--Cardinality));
}
