@charset "UTF-8";
.g-live {
  text-align: center;
  width: 1100px;
}
.g-live .m-title {
  width: 288px;
  height: 127px;
  margin: 0 auto 56px;
  background: url(../images/live_title.png) 50% 0% no-repeat;
  font-size: 0;
}
.g-live .m-liveti {
  display: inline-block;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 56px;
}
.g-live .live-content {
  width: 1034px;
  height: 618px;
  margin: 0 auto 40px;
  background: #000;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0, 0.8);
}

.tip-comingsoon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.g-live .live-content iframe {
  width: 100%;
  height: 100%;
}
.g-live .room-tab {
  text-align: center;
  margin-bottom: 40px;
  margin-right: -50px;
}
.g-live .room-tab a {
  box-sizing: border-box;
  display: inline-block;
  width: 187px;
  height: 66px;
  line-height: 66px;
  background: url(https://img.dota2.com.cn/dota2static/file/0529422f-67e5-4d15-82ab-e55486ee4cdd.png) -146px -188px
    no-repeat;
  border: 1px solid #30a4d5;
  color: #6b7785;
  margin-right: 41px;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 2px;
}
.g-live .room-tab a:first-child {
  padding-left: 30px;
  background-position-x: -151px !important;
}
.g-live .room-tab a:first-child.active,
.g-live .room-tab a:first-child:hover {
  background-position-x: 122px !important;
}
.g-live .room-tab a.active,
.g-live .room-tab a:hover {
  background-position: 127px -188px;
  color: #fff;
  border-color: #30a4d5;
  background-color: #ffffff1a;
}
.g-live .channel-tab {
  /* background-color: #120d24;
  width: 588px; */
  margin: 0 auto;
  text-align: center;
}
.g-live .channel-tab a {
  display: inline-block;
  width: 196px;
  height: 76px;
  text-align: center;
  margin: 0 10px;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  border: 2px solid #a3a3a3;
  border-radius: 3px;
}
.g-live .channel-tab a:hover,
.g-live .channel-tab a.active {
  background: #ffffff1a;
  border: 2px solid #fff;
}
.g-live .channel-tab a img {
  margin-top: 19px;
}

.g-live .channel-tab a:nth-child(1),
.g-live .channel-tab a:nth-child(2) {
  display: none;
}

/* 首页 */
.main .g-rank .m-tabtt {
  margin-bottom: 75px;
}

.main .g-rank .m-grank .m-desc {
  display: none;
}

.g-rank {
  width: 1290px;
  max-width: 1290px;
  margin: 0 auto;
  padding-top: 60px;
}
.g-rank ul,
.g-rank li {
  list-style: none;
}
.g-rank * {
  margin: 0;
  padding: 0;
}
.g-rank .m-tabcot {
  display: none;
}
.g-rank .m-tabcot.active {
  display: block;
}
.g-rank .m-tabtt {
  text-align: center;
  margin-bottom: 50px;
}
.g-rank .m-tabtt li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 32px;
  letter-spacing: 5px;
  color: #6b7785;
  cursor: pointer;
  margin: 0 45px;
}
.g-rank .m-tabtt li.active {
  color: #fff;
}
.g-rank .m-tabtt li.disable {
  opacity: 0.5;
  cursor: no-drop;
}
.g-rank .m-tabtt li.disable:hover {
  color: #ecddff;
}
.g-rank .m-grank {
  text-align: center;
  padding-bottom: 56px;
}
#rankContainer {
  padding-bottom: 0;
}
.g-rank .m-grank .m-desc {
  color: #a7a7a7;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.g-rank .m-grank .m-grouplist {
  display: inline-block;
  width: 600px;
  background: #333;
  margin: 0 20px 20px;
  overflow: hidden;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0, 0.2);
  min-height: 400px;
  padding: 0 0 20px;
}
.g-rank .m-grank .m-grouplist dt {
  font-size: 24px;
  color: #bb9a4a;
  text-align: center;
  padding: 18px 0;
}
.g-rank .m-grank .m-grouplist dd {
  font-size: 0;
  text-align: center;
}
.g-rank .m-grank .m-grouplist dd span {
  display: inline-block;
  font-size: 20px;
  margin-right: 3px;
  margin-bottom: 3px;
  background: #111;
  line-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  &:nth-child(3) {
    margin-right: 0;
  }
}
.g-rank .m-grank .m-grouplist dd span.lose {
  background: #111;
}
.g-rank .m-grank .m-grouplist dd .team {
  width: 400px;
  text-align: left;
  color: #fff;
}
.g-rank .m-grank .m-grouplist dd .team img {
  width: 34px;
  vertical-align: middle;
  margin: 0 15px 0 35px;
  height: 34px;
  object-fit: contain;
}
.g-rank .m-grank .m-grouplist dd .num {
  width: 80px;
}
.g-rank .m-grank .m-grouplist dd .num.win {
  color: #bb9a4a;
}
.g-rank .m-grank .m-grouplist dd .num.lose {
  color: #9d9d9d;
}
.g-rank .m-grank .m-grouplist .titi span {
  line-height: 40px;
  font-size: 18px;
  color: #bb9a4a;
}
.g-rank .m-grank .m-grouplist .titi .team {
  text-align: center;
}
.g-rank .m-grank .m-grouplist .top4 .team {
  /* background-color: #4a2986; */
  background: linear-gradient(90deg, #bb9a4a 0%, #43280f 74%, #231e08 100%);
}
.g-rank .m-grank .m-grouplist .top4 .win {
  background: #231e08;
}
.g-rank .m-grank .m-grouplist .top4 .lose {
  background: #231e08;
}
.g-rank .m-grank .m-grouplist .last .team {
  background-color: #000;
  background-image: linear-gradient(to right, #000, #130824);
}

.schedule-maps .legend {
  width: 922px;
  height: 24px;
  line-height: 24px;
  /* background: url(../images/bg_legend.png) 257px center no-repeat; */
  margin: 0 auto 24px;
  font-size: 14px;
  color: #a7a7a7;
  position: relative;
  z-index: 200;
}
.schedule-maps .legend .date {
  vertical-align: middle;
}
.schedule-maps .legend .i-color {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 12px;
  background-color: #ccc;
  margin-right: 2px;
}
.schedule-maps .legend .i-color.i-color01 {
  background-color: #4e3611;
}
.schedule-maps .legend .i-color.i-color02 {
  background-color: #0c6863;
}
.schedule-maps .legend .i-color.i-color03 {
  background-color: #66187d;
}
.schedule-maps .legend .i-color.i-color04 {
  background-color: #195cb5;
}
.schedule-maps .legend .i-color.i-color05 {
  background-color: #182154;
}
.schedule-maps .legend .i-color.i-color06 {
  background-color: #685a17;
}

.schedule-maps-box {
  width: 920px;
  height: 837px;
  position: relative;
  top: -60px;
  left: 275px;
}
.schedule-maps-box .row {
  font-size: 12px;
  color: #666;
  position: relative;
}
.schedule-maps-box .row:nth-of-type(1) {
  margin-bottom: 2px;
  color: #74675a;
}
.schedule-maps-box .row .name {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 24px;
}
.schedule-maps-box .row .num {
  display: inline-block;
  vertical-align: middle;
}
.schedule-maps-box .row img {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 1px;
}
.schedule-maps-box [class^='col_0'] {
  position: absolute;
  width: 120px;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
}
.schedule-maps-box [class^='col_01'] {
  left: 4px;
}
.schedule-maps-box .col_01_01 {
  top: 410px;
}
.schedule-maps-box .col_01_02 {
  top: 500px;
}
.schedule-maps-box .col_01_03 {
  top: 590px;
}
.schedule-maps-box .col_01_04 {
  top: 680px;
}
.schedule-maps-box [class^='col_02'] {
  left: 154px;
}
.schedule-maps-box .col_02_01 {
  top: 50px;
}
.schedule-maps-box .col_02_02 {
  top: 140px;
}
.schedule-maps-box .col_02_03 {
  top: 230px;
}
.schedule-maps-box .col_02_04 {
  top: 320px;
}
.schedule-maps-box .col_02_05 {
  top: 410px;
}
.schedule-maps-box .col_02_06 {
  top: 500px;
}
.schedule-maps-box .col_02_07 {
  top: 590px;
}
.schedule-maps-box .col_02_08 {
  top: 680px;
}
.schedule-maps-box .col_02_09 {
  top: 770px;
}
.schedule-maps-box [class^='col_03'] {
  left: 304px;
}
.schedule-maps-box .col_03_01 {
  top: 454px;
}
.schedule-maps-box .col_03_02 {
  top: 634px;
}
.schedule-maps-box [class^='col_04'] {
  left: 453px;
}
.schedule-maps-box .col_04_01 {
  top: 94px;
}
.schedule-maps-box .col_04_02 {
  top: 274px;
}
.schedule-maps-box .col_04_03 {
  top: 454px;
}
.schedule-maps-box .col_04_04 {
  top: 634px;
}
.schedule-maps-box .col_04_05 {
  top: 814px;
}
.schedule-maps-box .col_04_06 {
  top: 994px;
}
.schedule-maps-box .col_04_07 {
  top: 1174px;
}
.schedule-maps-box .col_04_08 {
  top: 1354px;
}
.schedule-maps-box .col_04_09 {
  top: 1534px;
}
.schedule-maps-box [class^='col_05'] {
  left: 605px;
  top: 544px;
}
.schedule-maps-box [class^='col_06'] {
  left: 754px;
}
.schedule-maps-box .col_06_01 {
  top: 184px;
}
.schedule-maps-box .col_06_02 {
  top: 544px;
}
.schedule-maps-box [class^='col_07'] {
  left: 904px;
  top: 364px;
}

.rank-list-tip {
  display: none;
  height: 42px;
  width: 998px;
  background-color: rgba(24, 29, 27, 0.44);
  margin: 0 auto -40px;
  line-height: 42px;
  text-align: center;
  color: transparent;
  font-size: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.rank-list .list-wrap {
  width: 1000px;
  margin: 0 auto;
}

.rank-list .list-col {
  width: 474px;
  min-height: 100px;
  padding-bottom: 15px;
  background: url(/international/2018/image/bg_03.jpg) repeat;
}
.rank-list .list-col .tit {
  width: 436px;
  height: 41px;
  background: url(/international/2018/image/bg_04.jpg) no-repeat;
  margin: 0 auto 4px;
  font-size: 0;
}
.rank-list .list-col .item {
  width: 436px;
  height: 60px;
  background: url(/international/2018/image/bg_05.jpg) no-repeat;
  margin: 0 auto 4px;
  white-space: nowrap;
}
.rank-list .list-col .icon {
  width: 40px;
  margin-left: 30px;
  margin-top: 12px;
}
.rank-list .list-col .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #959595;
  font-size: 16px;
  padding-top: 15px;
}
.rank-list .list-col .win {
  color: #6b6f31;
}
.rank-list .list-col .lost {
  color: #3c735a;
}
.rank-list .list-col .nostart {
  color: #333;
  font-size: 14px;
}

.rank-list .title {
  text-align: center;
  height: 76px;
  line-height: 76px;
  color: #959595;
  font-size: 24px;
}

.rank-list .list-col .win,
.rank-list .list-col .lost,
.rank-list .list-col .nostart {
  display: inline-block;
  vertical-align: middle;
  width: 78px;
  font-size: 16px;
  padding-top: 15px;
  text-align: center;
}

#cboxOverlay {
  display: none !important;
}

.video {
  width: 800px;
  height: 600px;
}

.none {
  display: none !important;
}

.icon-support {
  width: 182px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 35px;
  background: url(/international/2018/image/bg_support.png?v=20170804) no-repeat;
}

.toggle-btn {
  position: absolute;
  right: 0;
  top: -50px;
  width: 180px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  color: #4ead95;
  border: 1px solid currentColor;
  cursor: pointer;
}
.toggle-btn.showresult {
  color: #276a59;
}

.schedule-list-ul .col_3 .views,
.schedule-list-ul .col_3 .score,
.schedule-list-ul .col_3 .btn {
  display: inline-block\0;
  vertical-align: middle\0;
}

.schedule-list-ul .col_2 {
  width: 540px\0;
}

.schedule-list-ul .col_3 {
  display: table-cell\0;
}
.schedule-list-ul .col_3 .views {
  margin-left: 18px\0;
}
.schedule-list-ul .col_3 .btn {
  margin-top: 10px\0;
}

.schedule-list-ul .col {
  display: inline-block\0;
  float: none\0;
  vertical-align: middle\0;
}

.mul-row span {
  margin-top: 14px\0;
  display: inline-block\0;
}

.PrizePoolBracketText {
  color: #414141;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 900;
}

.PrizePoolHover {
  position: absolute;
  color: #938173;
  left: -14px;
  min-width: 135px;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  z-index: 899;
  background: #1c1f25;
  border-color: #564b44;
  border-width: 1px;
  border-style: solid;
  padding: 8px;
  white-space: nowrap;
  display: none;
  left: -8px\9;
  left: -8px\9\0;
}
.PrizePoolHover img {
  vertical-align: middle;
}

.PrizePoolTeamText {
  font-weight: bolder;
  line-height: normal;
  font-size: 12px;
}

.loserpositionbutton {
  position: absolute;
  z-index: 4;
  top: 41px;
  padding: 0px;
  left: 131px;
  height: 20px;
}

.loserposition {
  background-color: lightblue;
  margin-left: 2px;
  border: 1px solid black;
}

.matchloserposition {
  position: absolute;
  background-color: lightpink;
  border: 1px solid black;
  top: 41px;
  width: 140px;
  left: -10px;
  display: none;
}

.matchstage {
  position: absolute;
  background-color: lightblue;
  border: 1px black solid;
  top: -19px;
  width: 120px;
  left: 0px;
  text-align: center;
}

#tabs {
  width: 1300px;
}

.removeFromGroup {
  padding: 0;
  position: absolute;
  left: 85px;
  top: -1px;
  height: 20px;
}

.gslbo {
  display: none;
}

.placers {
  position: absolute;
  top: 580px;
  left: 1400px;
  width: 300px;
}

.gslstage {
  display: none;
}

.ui-widget,
.ui-widget button {
  font-family: inherit;
  font-size: inherit;
}

.stages {
  width: 200px;
  position: absolute;
  min-height: 100px;
  list-style-type: none;
  z-index: 50;
  border: 1px solid black;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.teampool {
  width: 200px;
  position: absolute;
  min-height: 100px;
  list-style-type: none;
  z-index: 50;
  border: 1px solid black;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.teampoolfull {
  width: 100px;
  position: absolute;
  list-style-type: none;
  z-index: 50;
  border: 1px solid black;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-top: 10px;
}

div.line {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  height: 1px;
  background: #56410a;
  z-index: 10;
  box-sizing: content-box;
  z-index: 9;
}

.deleteTeamButton,
.deleteConnectionButton {
  padding: 0;
  position: absolute;
  left: 94px;
  height: 20px;
}

.deleteMatchButton {
  position: absolute;
  width: 20px;
  padding: 0;
}

.bochoice {
  border: 1px solid black;
  background-color: lightsalmon;
  cursor: default;
}
.bochoice:hover {
  background-color: lightgreen;
}

.arrowimage {
  position: absolute;
  height: 40px;
  top: 2px;
  left: 108px;
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
}

.botable {
  display: table-row;
  position: absolute;
}

.liststage {
  margin-top: 5px;
  border: 1px solid black;
  background-color: lightblue;
  cursor: move;
  width: 100px;
}

.competingteam {
  margin-top: 5px;
  border: 1px solid black;
  background-color: lightblue;
  cursor: move;
  width: 100px;
}

.competingteamfull {
  margin-top: 5px;
  border: 1px solid black;
  background-color: lightblue;
  cursor: move;
}

.hoveredover {
  background-color: lightgoldenrodyellow;
}

.hoveredactive {
  background-color: lightcoral;
}

.match {
  background: #1c1f25;
  width: 128px;
  height: 64px;
  z-index: 11;
  cursor: default;
  background: linear-gradient(0deg, #111d20 0%, #192b2f 100%);
  color: #74675a;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  box-sizing: content-box;
}

.s-name {
  font-size: 12px;
  display: inline-block;
  width: 80px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.matchhover {
  background: #392f26;
}

.matchcontainer {
  position: absolute;
  z-index: 10;
}

.linehover {
  z-index: 10 !important;
}

.matchid {
  background-color: lightpink;
  border: 1px black solid;
  border-right: 0;
  top: 10px;
  left: -20px;
  width: 20px;
  height: 19px;
  position: absolute;
}

.matchbo {
  background-color: lightpink;
  border: 1px black solid;
  border-bottom: 0;
  top: -38px;
  left: 40px;
  width: 30px;
  position: absolute;
  cursor: default;
}
.matchbo:hover {
  background-color: lightgoldenrodyellow;
}

.matchloser {
  background-color: lightpink;
  border: 1px black solid;
  border-top: 0;
  top: 40px;
  left: 45px;
  width: 20px;
  position: absolute;
  text-align: center;
  cursor: pointer;
  cursor: pointer;
}
.matchloser:hover {
  background-color: lightgoldenrodyellow;
}

.matchteam {
  color: #a1b5d8;
  display: table-row;
  height: 50%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.topteam {
  display: table-cell;
  width: 85%;
  text-align: left;
  text-transform: none;
  padding-left: 4px;
  font-weight: 400;
  white-space: nowrap;
}
.topteam img {
  vertical-align: middle;
  padding-right: 3px;
  width: 18px;
  box-sizing: content-box;
}
.topteam .s-name {
  margin-top: -2px;
  font-family: 'Microsoft YaHei', 'arial', sans-serif !important;
}

.winner {
  font-weight: bold;
  color: #ffffff !important;
}
.winner .topteam {
  font-weight: 700;
}

.bottomteam {
  display: table-cell;
  width: 85%;
  text-align: left;
  text-transform: none;
  padding-top: 2px;
  padding-left: 4px;
  font-weight: bold;
}
.bottomteam img {
  vertical-align: middle;
  padding-right: 3px;
  margin-top: -2px;
}

.topscore {
  display: table-cell;
  text-align: center;
  width: 15px;
  padding-right: 3px;
}

.bottomscore {
  display: table-cell;
  text-align: center;
  width: 15px;
}

.group {
  width: 400px;
  border: solid 3px black;
  position: absolute;
}

.grouptable {
  width: 400px;
  display: table;
}

.groupheader {
  display: table-row;
  background-color: lightblue;
  border-bottom: solid 1px black;
}
.groupheader div {
  display: table-cell;
  text-align: center;
}

.grouprank,
.groupscore,
.grouppoints {
  display: table-cell;
  width: 10%;
  border: 1px solid black;
}

.groupname {
  display: table-cell;
  width: 70%;
  border: 1px solid black;
}

.teamrow {
  display: table-row;
  border: 1px solid black;
}

.schedule {
  width: 800px;
}

.scheduleday {
  display: table;
  width: 800px;
  background-color: lightsalmon;
}

.scheduledayrow {
  display: table-row;
}

.scheduledaycell {
  display: table-cell;
  text-align: center;
}
.scheduledaycell:hover {
  background-color: lightcyan;
}

.schedulematch {
  display: table;
  width: 800px;
}

.schedulematchline {
  display: table-row;
  background-color: lightskyblue;
}

.schedulematchtime {
  display: table-cell;
  border-right: 1px solid black;
  width: 15%;
}

.schedulematchteamA {
  display: table-cell;
  border-right: 1px solid black;
  width: 35%;
  text-align: center;
}

.schedulematchteamB {
  display: table-cell;
  width: 35%;
  text-align: center;
}

.schedulematchscoreline {
  display: table-cell;
  border-right: 1px solid white;
  width: 9%;
  text-align: center;
}

.schedulegame {
  display: table-row;
  background-color: lightskyblue;
}

.schedulegamenumber {
  display: table-cell;
  border-right: 1px solid black;
  width: 15%;
}

.schedulegameteamA {
  display: table-cell;
  border-right: 1px solid black;
  width: 35%;
  text-align: center;
}

.schedulegamescore {
  display: table-cell;
  border-right: 1px solid black;
  text-align: center;
}

.schedulegameteamB {
  display: table-cell;
  width: 35%;
  text-align: center;
}

.OptimizeTextRadiance {
  font-size: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  font-family: 'Radiance', 'microsoft yahei', sans-serif !important;
}

.ReplaysWildCardAreaUpperBracketArea {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  z-index: 4;
  height: 887px;
}

.ReplaysWildCardArea {
  color: #666d70;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

.ReplaysWildCardAreaUpperBracket {
  color: #bb9a4a;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 25px;
  text-align: center;
  font-family: 'Microsoft YaHei';
}

.BracketWrapperBot {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #5a4a2d;
}

.BracketWrapperTop {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #5a4a2d;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.line {
  position: absolute;
  transform: rotate(0deg);
}

.team-match-hover .PrizePoolHover {
  display: block;
}

.linematch .line {
  background-color: rgb(255, 255, 255, 0.1) !important;
  z-index: 10 !important;
}

.team-match-hover .team,
.team-match-hover .score {
  background-color: rgb(255, 255, 255, 0.1) !important;
}

#match1 {
  top: 120px;
  left: 0;
}

#match2 {
  top: 210px;
  left: 0;
}

#match3 {
  top: 300px;
  left: 0;
}

#match4 {
  top: 390px;
  left: 0;
}

#match5 {
  top: 165px;
  left: 180px;
}

#match6 {
  top: 345px;
  left: 180px;
}

#match7 {
  top: 255px;
  left: 540px;
}

#match8 {
  top: 525px;
  left: 0px;
}

#match9 {
  top: 705px;
  left: 0;
}

#match10 {
  top: 525px;
  left: 180px;
}

#match11 {
  top: 705px;
  left: 180px;
}

#match12 {
  top: 615px;
  left: 360px;
}

#match13 {
  top: 615px;
  left: 540px;
}

#match14 {
  top: 660px;
  left: 210px;
}

#match15 {
  top: 750px;
  left: 210px;
}

#match16 {
  top: 525px;
  left: 390px;
}

#match17 {
  top: 705px;
  left: 390px;
}

#match18 {
  top: 525px;
  left: 570px;
}

#match19 {
  top: 705px;
  left: 570px;
}

#match20 {
  top: 615px;
  left: 750px;
}

#match21 {
  top: 615px;
  left: 930px;
}

#match22 {
  top: 435px;
  left: 720px;
}

.bottomstate {
  color: #a7a7a7;
  position: relative;
}

.match-liner01 {
  background: #4e3611;
}

.match-liner02 {
  background: #0c6863;
}

.match-liner03 {
  background: #66187d;
}

.match-liner04 {
  background: #195cb5; /* #451453; */
}

.match-liner05 {
  background: #182154;
}

.match-liner06 {
  background: #685a17;
}

.letter {
  font-size: 14px;
  display: none;
  color: #959595;
  position: absolute;
  left: -30px;
  top: 15px;
  text-align: center;
  padding: 0 5px;
  /* background-color: #060812; */
  z-index: 30;
}

#colorbox {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.play2d {
  position: absolute;
  right: -30px;
  top: 0px;
  z-index: -1;
  height: 64px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #898988;
  width: 30px;
  padding-top: 6px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0;
}
.play2d img {
  width: 16px;
}
.play2d span {
  line-height: 100%;
  white-space: nowrap;
}

.g-rank .m-grank .last-m-grouplist {
  height: auto;
  padding-bottom: 20px;
}

.last-schedule-maps-box .match {
  background-color: #27272d !important;
  box-shadow: 4px 4px 12px rgb(0 0 0 / 60%);
}

.last-schedule-maps-box div.line {
  background-color: #555;
}
.last-schedule-maps-box .linematch .line {
  background-color: rgb(141, 140, 140);
}

.last-schedule-maps-box #match8,
.last-schedule-maps-box #match9,
.last-schedule-maps-box #match10,
.last-schedule-maps-box #match11,
.last-schedule-maps-box .line7,
.last-schedule-maps-box .line8,
.last-schedule-maps-box .line9,
.last-schedule-maps-box .line10,
.last-schedule-maps-box .line11,
.last-schedule-maps-box .line21 {
  display: none;
}

#match3 .match-liner02,
#match4 .match-liner02 {
  background: #4e3611;
}

#match8 .match-liner01,
#match9 .match-liner02,
#match13 .match-liner03 {
  background: #14504d;
}

#match10 .match-liner02,
#match11 .match-liner02,
#match6 .match-liner04 {
  background: #251655;
}

#match5 .match-liner03,
#match6 .match-liner04 {
  background: #451453;
}

#match18 .match-liner04,
#match19 .match-liner05 {
  background: #182154;
}
