.container {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #040505;
  color: #b8b8b8;
  line-height: 1.5;
  min-width: 1200px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.main-match {
  padding-bottom: 1480px;
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-main_06.jpg') no-repeat 50% 100%;
}
.main-match .main-header .banner01 {
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-main_02.jpg') no-repeat 50% 0;
  height: 277px;
}
.main-match .main-header .banner02 {
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-main_03.jpg') no-repeat 50% 0;
  height: 483px;
}
.main-match .main-body {
  /* padding-bottom: 116px;
		background: url('@{imagesDir}/bg-main_05_01.jpg') no-repeat 50% 100%; */
}
.main-match .s-title {
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/img-titles.png') no-repeat 50% 0;
  height: 48px;
  width: 180px;
  display: block;
}
.main-match .sec-teams {
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-main_04.jpg') no-repeat 0% 0;
  height: 775px;
  padding-top: 86px;
  text-align: center;
}
.main-match .sec-teams .s-title {
  background-position: 0 0 ;
  margin: 0px auto 64px;
}
.main-match .sec-teams ul li {
  width: 263px;
  padding-bottom: 45px;
  box-sizing: border-box;
  float: left;
  margin-right: 49px;
  position: relative;
}
.main-match .sec-teams ul li .team-logo {
  width: 263px;
  height: 161px;
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-item-team.png');
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.main-match .sec-teams ul li .team-logo img {
  vertical-align: middle;
  max-width: 150px;
  max-height: 150px;
  margin-bottom: 25px;
}
.main-match .sec-teams ul li .team-logo span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -73px;
  color: #adff6f;
  font-size: 14px;
  font-weight: 700;
}
.main-match .sec-teams ul li.tbd .team-logo {
  background-position: -263px 0;
}
.main-match .sec-teams ul li.tbd .team-logo img {
  margin-bottom: 0px;
}
.main-match .sec-teams ul li.tbd .t-name {
  color: #b8b8b8;
}
.main-match .sec-teams ul li:nth-of-type(4) ,.main-match .sec-teams ul li:nth-of-type(8) {
  margin-right: 0;
}
.main-match .sec-teams ul li:nth-of-type(5) {
  /* margin-left: 156px; */
}
.main-match .sec-teams ul li .team-info {
  width: 100%;
  padding: 18px 0;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.main-match .sec-teams ul li .team-info .t-name {
  letter-spacing: 3px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-shadow: 0 0 1px #727473;
}
.main-match .sec-teams ul li .team-info .t-type {
  letter-spacing: 2px;
  height: 24px;
  line-height: 24px;
  color: #759c5b;
  font-size: 18px;
  text-shadow: 0 0 1px #3b522f;
}
.main-match .sec-schedule {
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-main_05.jpg') no-repeat 0% 0;
  min-height: 300px;
  text-align: center;
  padding-bottom: 85px;
  position: relative;
}
.main-match .sec-schedule:after {
  content: '';
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-main_05_01.png') no-repeat 50% 100%;
  height: 170px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
.main-match .schedule-type-box {
  padding: 82px 0 0;
}
.main-match .schedule-type-box .s-title {
  background-position: 0 -52px;
  margin: 0 auto 20px;
}
.main-match .schedule-type-box .s-desc {
  padding-bottom: 43px;
  text-shadow: 0 0 1px #606464;
}
.main-match .schedule-type-box .match-type {
  padding-bottom: 100px;
}
.main-match .schedule-type-box .match-type > li {
  position: relative;
  width: 230px;
  display: inline-block;
  margin-right: 28px;
}
.main-match .schedule-type-box .match-type > li i {
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bg-date-line.png') no-repeat 50% 0;
  height: 25px;
  width: 170px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -85px;
}
.main-match .schedule-type-box .match-type > li h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #82878c;
  letter-spacing: 4px;
  margin-bottom: 2px;
}
.main-match .schedule-type-box .match-type > li .date {
  width: 100%;
  height: 80px;
}
.main-match .schedule-type-box .match-type > li .date li {
  float: left;
  width: 80px;
  height: 80px;
}
.fake-table .fake-tr .fake-td {
  padding: 0;
  width: 200px;
  display: block;
  float: left;
}
.main-match .schedule-type-box .match-type > li .date li a {
  border-radius: 4px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #5c6163;
  background-color: #3a4247;
}
.main-match .schedule-type-box .match-type > li .date li a .week {
  border-bottom: 1px solid #1e262a;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  color: #ccc;
}
.main-match .schedule-type-box .match-type > li .date li a .day {
  font-size: 36px;
  height: 55px;
  line-height: 55px;
  color: #ccc;
}
.main-match .schedule-type-box .match-type > li .date li:nth-of-type(2) {
  float: right;
}
.main-match .schedule-type-box .match-type > li.active i {
  background-position: 0 -25px;
}
.main-match .schedule-type-box .match-type > li.active h2 {
  color: #afc979;
}
.main-match .schedule-type-box .match-type > li.active .date li.active a {
  background-color: #afc979;
}
.main-match .schedule-type-box .match-type > li.active .date li.active a .week {
  color: #191f23;
}
.main-match .schedule-type-box .match-type > li.active .date li.active a .day {
  color: #191f23;
}
.main-match .point-table-box .point-table {
  width: 650px;
  margin: 0 auto;
}
.main-match .point-table-box .point-table .s-title {
  background-position: 0 -102px;
  margin: 0 auto 16px;
}
.main-match .point-table-box .point-table .s-desc {
  padding-bottom: 43px;
}
.main-match .point-table-box .point-table .fake-table {
  color: #fff;
}
.main-match .point-table-box .point-table .fake-table .fake-tr .fake-th {
  padding: 5px 0;
}
.main-match .point-table-box .point-table .fake-table .fake-thead {
  background-color: #0e1114;
}
.main-match .point-table-box .point-table .fake-table .fake-tbody .fake-tr {
  background-color: #262c30;
  overflow: hidden;
}
.main-match .point-table-box .point-table .fake-table .fake-tbody .fake-tr.hl {
  background: url('https://www.dota2.com.cn/international/2018/qualifiers/images/bd-tr-hl.png') no-repeat left top;
}
.main-match .point-table-box .point-table .fake-table .fake-tbody .fake-tr .fake-td {
  height: 80px;
  line-height: 80px;
}
.main-match .point-table-box .point-table .fake-table .th-rank,
.main-match .point-table-box .point-table .fake-table .td-rank {
  width: 125px;
}
.main-match .point-table-box .point-table .fake-table .th-team,
.main-match .point-table-box .point-table .fake-table .td-team {
  width: 314px;
}
.main-match .point-table-box .point-table .fake-table .th-point,
.main-match .point-table-box .point-table .fake-table .td-point {
  width: 210px;
}
.main-match .point-table-box .point-table .fake-table .t-logo {
  margin-left: 25px;
  overflow: hidden;
  padding-left: 80px;
  text-align: left;
  position: relative;
}
.main-match .point-table-box .point-table .fake-table .t-logo span {
  display: inline-block;
}
.main-match .point-table-box .point-table .fake-table .t-logo img {
  max-width: 75px;
  max-height: 75px;
  float: left;
  margin-left: -80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main-match .matchmap-box .matchmap {
  width: 675px;
  margin: 0 auto;
}
.main-match .matchmap-box .matchmap .s-title {
  background-position: 0 -148px;
  margin: 0 auto 16px;
}
.main-match .matchmap-box .matchmap .s-desc {
  padding-bottom: 43px;
  text-shadow: 0 0 1px #606464;
}
.main-match .matchmap-box .mapgroup h2.title {
  border-bottom: 1px solid #3a4247;
  color: #3a4247;
  height: 25px;
  margin-bottom: 55px;
  position: relative;
  text-align: center;
}
.main-match .matchmap-box .mapgroup h2.title .name,
.main-match .matchmap-box .mapgroup h2.title .BO {
  position: absolute;
  left: 0%;
  top: -1px;
  width: 100%;
}
.main-match .matchmap-box .mapgroup h2.title .BO {
  top: 29px;
}
.main-match .matchmap-box .mapgroup .map-box {
  min-height: 250px;
}
.main-match .score-table-box {
  padding-top: 125px;
}
.main-match .score-table-box .score-table {
  width: 1000px;
  margin: 0 auto;
}
.main-match .score-table-box .score-table .fake-table {
  color: #ccc;
}
.main-match .score-table-box .score-table .fake-table .fake-tr .fake-th {
  padding: 5px 0;
}
.main-match .score-table-box .score-table .fake-table .fake-thead {
  background-color: #0e1114;
}
.main-match .score-table-box .score-table .fake-table .fake-tbody .fake-tr {
  background-color: #262c30;
  overflow: hidden;
}
.main-match .score-table-box .score-table .fake-table .fake-tbody .fake-tr .fake-td {
  border-right: 2px solid #14181d;
  height: 100px;
  line-height: 100px;
  position: relative;
}
.main-match .score-table-box .score-table .fake-table .fake-tbody .fake-tr .fake-td.td-score{
  line-height: 100%;
  padding-top: 19px;
  box-sizing: border-box;
}
.main-match .score-table-box .score-table .fake-table .fake-tbody .fake-tr .fake-td:last-child {
  border-right: 0 ;
}
.main-match .score-table-box .score-table .fake-table .th-date,
.main-match .score-table-box .score-table .fake-table .td-date {
  width: 200px;
}
.main-match .score-table-box .score-table .fake-table .th-team,
.main-match .score-table-box .score-table .fake-table .td-team {
  width: 596px;
}
.main-match .score-table-box .score-table .fake-table .th-socre,
.main-match .score-table-box .score-table .fake-table .td-socre {
  width: 200px;
}
.main-match .score-table-box .score-table .fake-table .td-score .t-num {
  display: inline-block;
  background-color: #161a1c;
  width: 44px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 4px;
  font-size: 36px;
  vertical-align: middle;
  margin-top: -2px;
}
.main-match .score-table-box .score-table .fake-table .td-score .t-num.win {
  color: #d9ff8c;
}

.main-match .score-table-box .score-table .fake-table .td-score .t-sign {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  color: #5f6d77;
  font-weight: 700;
  height: 54px;
  line-height: 44px;
  margin: 0 8px;
}
.main-match .score-table-box .score-table .fake-table em.vs {
  
}
.main-match .score-table-box .score-table .fake-table .t-logo {
  width: 264px;
  float: left;
  overflow: hidden;
  text-align: left;
}
.main-match .score-table-box .score-table .fake-table .t-logo.win span {
  color: #d9ff8c;
}
.main-match .score-table-box .score-table .fake-table .t-logo span {
  
}
.main-match .score-table-box .score-table .fake-table .t-logo img {
  max-width: 75px;
  max-height: 75px;
}
.main-match .score-table-box .score-table .fake-table .t-logo:last-child {
  padding-left: 66px;
  float: right;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}
.main-match .score-table-box .score-table .fake-table .t-logo:last-child img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-match .score-table-box .score-table .fake-table .t-logo:first-child {
  padding-left: 0;
  text-align: right;
  position: relative;
  padding-right: 66px;
  box-sizing: border-box;
  width: 264px;
}
.main-match .score-table-box .score-table .fake-table .t-logo:first-child img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.map-box .m-map:after {
  content: '';
  clear: both;
  display: table;
}
.map-box .m-map.m-winmap {
  margin-bottom: 80px;
}
.map-box .m-map .round {
  box-sizing: border-box;
  height: 276px;
  float: left;
  margin-right: 80px;
  width: 170px;
}
.map-box .m-map .round.round-last {
  margin-right: 0;
}
.map-box .m-map.m-fail .round {
  height: 120px;
}
.map-box .m-map.m-fail .round.round-last {
  padding-top: 42px;
}
.map-box .m-map.m-fail .group > p {
  top: -49px;
}
.map-box .m-map .group {
  box-sizing: border-box;
  margin-bottom: 54px;
  position: relative;
}
.map-box .m-map .group > p {
  margin-top: 13px;
  color: #d9ff8c;
  position: absolute;
  width: 100%;
  left: 0;
}
.map-box .m-map .group.group_a {
  height: 142px;
}
.map-box .m-map .group.group_b {
  padding-top: 47px;
}
.map-box .m-map .group.group_b .time {
  height: 145px;
  line-height: 145px;
}
.map-box .m-map .group.group_c {
  padding-top: 46px;
}
.map-box .m-map .group.group_c .time {
  height: 44px;
  line-height: 44px;
}
.map-box .m-map .group.group_e {
  padding-top: 120px;
}
.map-box .m-map .group.group_e .time {
  height: 300px;
  line-height: 300px;
}
.map-box .m-map .group.group_win {
  padding-top: 298px;
}
.map-box .m-map .group .time {
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #666;
  visibility: hidden;
}
.map-box .m-map .group .team {
  width: 170px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #3a4247;
  position: relative;
  z-index: 10;
  cursor: default;
}
.map-box .m-map .group .team.team_cp {
  height: 76px;
  margin-top: -20px;
}
.map-box .m-map .group .team.team_cp img {
  width: 56px;
  height: 56px;
  margin-top: 9px;
}
.map-box .m-map .group .team.team_cp span {
  display: block;
  padding-left: 62px;
  padding-right: 10px;
  padding-top: 15px;
  line-height: 1.6;
  margin-right: 0;
}
.map-box .m-map .group .team.team_cp i {
  display: block;
  float: none;
  text-align: left;
  padding-left: 70px;
  line-height: 1.6;
  color: #fff;
}
.map-box .m-map .group .team.m-win {
  z-index: 12;
}
.map-box .m-map .group .team.m-win,
.map-box .m-map .group .team.m-fail {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#58683c+0,8fa354+100 */
  background: #58683c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58683c 0%, #8fa354 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58683c 0%, #8fa354 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58683c 0%, #8fa354 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
.map-box .m-map .group .team img {
  width: 42px;
  height: 42px;
  margin: 4px 4px 4px 4px;
  position: absolute;
  overflow: hidden;
}
.map-box .m-map .group .team img[src='']{
	border:none;outline:none;
	opacity: 0;
}
.map-box .m-map .group .team span {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding-left: 49px;
  padding-right: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: -40px;
  text-align: left;
}
.map-box .m-map .group .team i {
  display: inline-block;
  float: right;
  width: 40px;
  text-align: center;
  white-space: nowrap;
}
.map-box .m-map .round-last .team span {
  margin-right: -52px;
}
.map-box .m-map .round-last .team i {
  width: 52px;
  height: 50px;
}
.map-box .m-map .team_a:before {
  border-top: 1px solid;
  top: 26px;
}
.map-box .m-map .team_a:after {
  top: 71px;
}
.map-box .m-map .team_b:before {
  border-bottom: 1px solid;
  bottom: 27px;
}
.map-box .m-map .team_b:after {
  bottom: 71px;
}
.map-box .m-map .group_b .team_a:after {
  top: 122px;
}
.map-box .m-map .group_b .team_b:after {
  bottom: 121px;
}
.map-box .m-map .group_b.group_d span:before {
  content: '';
  height: 82px;
}
.map-box .m-map .group_b.group_d .team_b span:before {
  top: -150px;
}
.map-box .m-map .group_c .team_a:after {
  top: 71px;
}
.map-box .m-map .group_c .team_b:after {
  bottom: 71px;
}
.map-box .m-map .group_e .team_a:after {
  top: 195px;
}
.map-box .m-map .group_e .team_b:after {
  bottom: 175px;
}
.map-box.map-box-finals .team.c1 {
  background-color: #3e3121;
}
.map-box.map-box-finals .team.c2 {
  background-color: #3a241d;
}
.map-box.map-box-finals .team.c3 {
  background-color: #32321f;
}
.map-box.map-box-finals .m-datacolor {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.map-box.map-box-finals .m-datacolor span {
  margin-left: 10px;
}
.map-box.map-box-finals .m-datacolor i {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 12px;
  margin-top: -2px;
  margin-left: 5px;
}
.map-box.map-box-finals .m-datacolor .c1 {
  background-color: #3e3121;
}
.map-box.map-box-finals .m-datacolor .c2 {
  background-color: #3a241d;
}
.map-box.map-box-finals .m-datacolor .c3 {
  background-color: #32321f;
}
.map-box.map-box-finals .m-datacolor .c4 {
  background-color: #20302b;
}
.map-box.map-box-finals .m-datacolor .c5 {
  background-color: #322435;
}
.map-box.map-box-other .m-map.m-winmap {
  position: relative;
}
.map-box.map-box-other .m-map.m-winmap:before {
  content: '';
  position: absolute;
  width: 800px;
  height: 1px;
  background: #4c3c29;
  bottom: -40px;
  left: 0;
}
.map-box.map-box-other .m-map.m-winmap .round {
  height: 612px;
}
.map-box.map-box-other .m-map.m-winmap .group.group_b {
  margin-bottom: 95px;
}
.map-box.map-box-other .m-map .group.group_win .team_a:before {
  height: 256px;
}
.map-box.map-box-other .m-map .group.group_win .team_a:after {
  top: 274px;
}
.map-box.map-box-other .m-map .group.group_fial_win {
  padding-top: 120px;
}
.map-box.map-box-other .m-map .group.group_fial_win .team_b:before {
  height: 256px;
}
.map-box.map-box-other .m-map .group.group_fial_win .team_b:after {
  bottom: 274px;
}
.map-box.map-box-other .m-map .group.group_other_win {
  padding-top: 555px;
}
.map-box.map-box-s {
  width: 1060px;
}
.map-box .m-schedule {
  margin-top: 18px;
}
.m-map .team.m-win:before,
.m-map .team.m-win:after,
.m-map .team.m-win span:before {
  z-index: 2;
  color: #afc979;
}
.m-map .team:before,
.m-map .team:after,
.m-map .team span:before {
  color: #3a4247;
}
.m-map .team_a:before,
.m-map .team_b:before {
  content: '';
  width: 40px;
  height: 45px;
  border-right: 1px solid;
  position: absolute;
  left: 170px;
}
.m-map .team_a:after,
.m-map .team_b:after {
  content: '';
  border-top: 1px solid;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 211px;
}
.m-map .group_b .team_a:before,
.m-map .group_b .team_b:before {
  height: 96px;
}
.m-map .group_c .team_a:before,
.m-map .group_c .team_b:before {
  height: 45px;
}
.m-map .group_d .team_a:after,
.m-map .group_d .team_b:after {
  width: 40px;
}
.m-map .group_f .team_a:after,
.m-map .group_f .team_b:after {
  width: 30px;
}
.m-map .group_f .team_a span:before,
.m-map .group_f .team_b span:before {
  content: '';
  width: 10px;
  height: 35px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  position: absolute;
  left: 190px;
}
.m-map .group_f .team_a.team_a span:before,
.m-map .group_f .team_b.team_a span:before {
  top: 54px;
}
.m-map .group_f .team_a.team_b span:before,
.m-map .group_f .team_b.team_b span:before {
  top: -19px;
}
.m-map .group_e .team_a:before,
.m-map .group_e .team_b:before {
  height: 167px;
}
.map-box.map-box-other .m-map.m-winmap .round2 .team_a:after,
.map-box.map-box-other .m-map.m-winmap .round2 .team_b:after {
  width: 264px;
}
.map-box {
  width: 670px;
}
.map-box .m-winmap .round3 {
  padding-top: 143px;
}
