.match-calendar-wrap {
  width: 1087px;
}
.match-calendar {
  border-radius: 60px;
  overflow: hidden;
}
.calender-week-wrap {
  padding: 48px 18px;
}
.week-date {
  display: flex;
}
.week-date div {
  width: 155px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #4c4c4c;
  background-color: #fff;
}
.week-date .not-current-month {
  color: #d3d3d3;
}
.week-match {
  display: flex;
  margin: 10px 0;
}
.week-match .live-route {
  color: #fff888;
}
.match-type {
  margin-top: 40px;
}
.week-match .match-type-0, .week-match .match-type-1 {
  flex: 1;
}
.week-match > div, .week-match > a {
  display: block;
  position: relative;
  width: 155px;
  min-height: 40px;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
}
.week-match .match-undetermined {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  padding: 2px 5px;
}
.week-match .match-type-0 .match-undetermined {
  background-color: #5bc533;
}
.week-match .match-type-1 .match-undetermined {
  background-color: #41b1ff;
}
.icon-football {
  position: relative;
  width: 11px;
  height: 11px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAfCAMAAADDR10IAAAAVFBMVEVHcExCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxtCqxuzQSu8AAAAG3RSTlMALjiPCxLl1vEE+d1WeBvNZ4K+pyNMnHFes0Y5683mAAABWUlEQVQYGV3BBWLcQBAAwV4GMetu/v/PiFaOXUWRtKmiH9dG81fSzRjlUoWeX9w8VXLKq7KDD5oikajD91v3TRw4GWm4JSxLbjmZkcsiA7fEkhWXNjouShpuKi48qobbLoqTCzuF6XhEz8FNhpetNLev1ODqzvBKUSbNaZUK2qaKliLIYWrp/WcTxWy89DxGueQu9hA/qNVL3Go9W5iksEBf8R2j5LHrQqi8FIGDCtSdiILUqt1I0XFoA3sQw+Mjj5GDC9RdpJjlMXBoA3W38Frl9uWgAs4vvFIlBx8mDnWAPvKjCtO2JKQHpg6IG4XxXGqxpLwDu/BoRXHrPm3InPzALYwUIUvPSUcui1iKIJ7b8Nn17JxvKDYRzW1efZacI0Ur0lBo00URabg5LwMvq2ozVjFrdD+YMeeGX+Z6G8zaDP22fibNf5JLJOtOs1Izf7jWOgvY1vH6B+4yGL23OuwKAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100%;
  display: none;
}
.icon-football::before, .icon-football::after {
  width: 10px;
  height: 1px;
}
.match-type-0 {
  background-color: #44b41b;
}
.match-type-1 {
  background-color: #2096e9;
}
.match-calendar-month {
  display: flex;
  width: 1032px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #4c4c4c;
  border-bottom: 1px solid #e2e2e2;
  margin: 0 auto 18px;
}
.match-calendar-month .month{
  position: relative;
  flex: 1;
  cursor: pointer;
}
.match-calendar-month .month.active {
  color: #44b41b;
}
.match-calendar-month .month.active .icon-football {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 10px;
}
.week-title-wrap {
  display: flex;
  align-items: center;
  height: 79px;
  background-color: #e2e2e2;
  padding: 0 20px;
}
.week-title-wrap .week-title {
  flex: 1;
  text-align: center;
}
.match-empty {
  height: 70px;
}
.calender-wrap {
  background-color: #f4f4f4;
}
.match-type {
  display: flex;
  justify-content: center;
}
.match-type > div {
  display: flex;
}
.match-type > div > span{
  font-size: 16px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  color: #4c4c4c;
  text-align: center;
}
.match-type .match-text {
  background-color: #f4f4f4;
}

.match-list-wrap {
  margin-top: 70px;
  margin-bottom: 178px;
}
.match-list {
  display: flex;
  flex-wrap: wrap;
}
.match-list .card {
  position: relative;
  display: block;
  width: 338px;
  height: 285px;
  background-color: rgb(242, 242, 242);
  transform: translateZ(0px);
  border-radius: 60px;
  overflow: hidden;
  margin-right: 36px;
  margin-top: 32px;
}
.match-list .card .pic {
  width: 100%;
  height: 220px;
}
.match-list .status {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  background-color: #e95d20;
  text-align: center;
}
.match-list .title {
  color: #000;
  font-size: 16px;
  height: 65px;
  line-height: 65px;
  padding: 0 25px;
  text-align: center;
}
.match-list .match-wait .status{
  background-color: #2096e9;
}
.match-list .match-in-progress {}
.match-list .match-end .status{
  background-color: #8e8e8e;
}

.page-sub-title {
  margin-bottom: 26px;
}
.links-wrap {
  width: 1087px;
}
.links-wrap .link-tip{
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 55px;
  margin-bottom: 15px;
  text-align: center;
}
.links-wrap .link-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  background: #f4f4f4;
  border-radius: 30px;
  padding: 0 60px;
}
.links-wrap .link-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.links-wrap .link-item:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  width: 1px;
  height: 38px;
  background-color: #d4d4d4;
}
.links-wrap .link-item > img{
  width: auto;
  height: 45px;
}
.links-wrap .link-item .qrcode {
  display: none;
  position: absolute;
  top: -360px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: auto;
}
.links-wrap .link-item:hover .qrcode {
  display: block;
}

.content-wrap {
  position: relative;
}
.rightbar {
  position: absolute;
  top: 120px;
  right: 0;
}