/*
    csgo内页公用
*/
.no-games {
  color: #8c8e8f;
  width:100%;
  margin:10px 0;
}
.no-games .iconfont-shared{
  font-size:40px;
}
.p-spill {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-green {
  color: #40c73d;
}
.p-yellow {
  color: #e49d2b;
}
.bar {
  height: 12px;
  background: #565656;
  margin-top: 3px;
  border-radius: 20px;
  overflow: hidden;
}
.bar span {
  border-radius: 20px;
}

.bg-red {
  background: #f4243e;
}

.bg-blue {
  background: #198cff;
}
.open {
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  padding: 5px 0;
  border-radius: 8px;
  cursor: pointer;
}

.open .iconfont-shared:before {
  vertical-align: -3px;
  margin-left: 5px;
}
.img-box img{
  max-width:100%;
  max-height:100%;
}

.team-detail-content {
  min-width: 768px;
  width: 1680px;
  margin: 20px auto;
  display: flex;
  align-items: flex-start;
}
.team-detail-content .side {
  width: 25%;
  min-width:268px;
  background: url("../../images/csgo/bg/team-detail-1.png") #20262c no-repeat;
  background-size:100%;
  margin-right:1%;
  border-radius:8px;
  padding:20px;
}
/*
    侧边个人信息
*/
.side-info{
  width:100%;
  padding-top:10px;
}
.side-info .side-info-img {
  height: 115px;
  width: 115px;
  border: 3px solid #9eb8eb;
  box-shadow: 0 0 10px 5px #4c5264;
  background: #000;
  border-radius: 50%;
}
 .side-info .side-info-img img {
  max-height: 80%;
  max-width: 80%;
}
 .side-info .side-btn {
  width:45%;
  min-width:122px;
  border: 1px solid #566075;
  color: #a1a1a3;
  border-radius:20px;
  padding:8px 0;
  margin:0 3px;
}
.side-info .iconfont-shared {
  font-size:23px;
  vertical-align:-3px;
}
.side-info h3{
  margin:15px 0;
  font-size:18px;
}
.side-info .iconfont-shared-Ranking {
  color:#38b4d8;
}
.side-info .iconfont-shared-region {
  color: #e03d34;
}
.side-info .side-btn .name {
  margin: 0 3px;
  min-width:63px;
}
.side-info .side-btn-box{
   width:100%;
}
.side-info .text {
  max-width:38%;
}
/*
    侧边列表
*/
.list-item{
  margin-bottom:10px;
}
.side-list .head {
  color: #9d9fa2;
}
.side-list .col {
  height: 60px;
}
.side-list .col-1 {
  position: relative;
  width: 40%;
}
.side-list .col-2 {
  width: 33%;
}
.side-list .col-3 {
  width: 27%;
}
.side-list .list-item {
  background: #161b1f;
  border-radius: 8px;
}
.side-list .list-item .col-3 p {
  font-size:18px;
  width: 50%;
}
.side-list .sort {
  margin-bottom: 3px;
  margin-left: 3px;
  font-size: 12px;
  color:#fff;
}
.side-list .sort i{
  margin-bottom: -5px;
}
.side-list .sort .cur{
  color:#6474b4;
}
.side-list .img-box {
  height: 60%;
  width: 80%;
  margin-left: 10px;
  background: #111;
  overflow: hidden;
}
.img-box img {
  height: 100%;
  width: 100%;
  background: #111;
  border-radius: .1rem;
  overflow: hidden;
}

.side-list .col-1 h3 {
  position: absolute;
  width: 80%;
  height: 23px;
  line-height: 23px;
  left: 10px;
  top:19px;
  text-align: center;
  font-weight: bold;
}
.side-list .bar {
  width: 80%;
  height: 10px;
  background: #565656;
  overflow: hidden;
  margin-top:5px;
}
.side-list .bar span {
  height:10px;
  background: #7574fe;
}
.bottom{
  color: #939393;
}
.iconfont-shared-fire {
  color: #894cbf;
  font-size:22px;
  margin-right:3px;
}
.iconfont-shared-death {
  color: #646464;
  font-size: 22px;
}
.iconfont-shared-care {
  font-size: 10px;
  color: #e1352d;
}
/*csgo地图颜色*/

.m-4 {
  background-image: linear-gradient(to right, transparent, #02bb95, transparent);
}

.m-6 {
  background-image: linear-gradient(to right, transparent, #07c003, transparent);
}

.m-3 {
  background-image: linear-gradient(to right, transparent, #901321, transparent);
}

.m-5 {
  background-image: linear-gradient(to right, transparent, #0260bd, transparent);
}

.m-9 {
  background-image: linear-gradient(to right, transparent, #02c1dd, transparent);
}

.m-8 {
  background-image: linear-gradient(to right, transparent, #ab9d03, transparent);
}

.m-10 {
  background-image: linear-gradient(to right, transparent, #dd5f02, transparent);
}

.m-2 {
  background-image: linear-gradient(to right, transparent, #8d02dd, transparent);
}

.m-7 {
  background-image: linear-gradient(to right, transparent, #3552c4, transparent);
}

/*
    右边部分
*/
.team-detail-content .main {
  width: 74%;
  min-width:500px;
}
.team-ranking {
  background: url("../../images/csgo/bg/team-detail-2.png");
  background-size: 100% 100%;
  border-radius:8px;
}
.team-ranking .ranking-item {
  border-right: 1px solid #373a43;
  width:18%;
  margin:15px 1%;
  box-sizing:border-box;
  position:relative;
}
.team-ranking .ranking-item:last-child {
  border-right:none;
}
.team-ranking .tag {
  position: absolute;
  right:20px;
  top:-10px;
  font-size:22px;
  color:#a2b1ff;
}
.team-ranking .l{
  width:30%;
  background:#e03d34;
}
.team-ranking .r {
  width:65%;
  margin-left: 5%;
}
.team-ranking .ranking-name {
  width: 95%;
}
.team-ranking .ranking-item-img {
  width: 70px;
  height: 70px;
}
.team-ranking .ranking-item-img img{
  max-width:100%;
  max-height:100%;
}
.team-ranking .b{
  margin-top:5px;
}
.team-ranking .b h3 {
  color: #7787df;
  font-size:18px;
  width:50%;
  padding-left: 3px;
  line-height: 18px;
}

/*
    最近十场战绩
*/
.last-ten{
  margin-bottom:30px;
}
.last-ten .title{
  display:flex;
  width:100%;
  padding:10px;
}
.last-ten .head{
  color:#8b8d8f;
  height:50px;
  line-height:50px;
  background:#161b1f;
  border-radius:8px;
}
.last-ten .col-1{
  padding-left:3%;
  width:16%;
}
.last-ten .col-2 {
  width:47%;
  padding:0 2%;
  box-sizing:border-box;
}
.last-ten .col-3 {
  width:37%;
  padding-right:2%;
  box-sizing:border-box;
}
.ten-name{
  max-width:70%;
  margin:0 5px;
}
.last-ten .col-2 .l{
  width:35%;
}
.last-ten .col-2 .r{
  width: 35%;
}
.last-ten .col-2 .c {
  width:22%;
  color:#9b9b9b;
}
.last-ten .ten-item {
  background: #161b1f;
  border-radius: 8px;
  padding:10px 0;
  box-sizing:border-box;
  margin:10px 0;
}
.ten-item-name {
  padding-right: 10px;
}
.ten-img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin: 0 8px;
}
.ten-img img {
  max-width:100%;
  max-height:100%;
}
.ten-num {
  background: #000;
  width: 30px;
  height: 40px;
  line-height:40px;
  font-size: 30px;
  text-align: center;
  margin: 0 3px;
}

.last-ten  .c-green {
  color:#14a162;
}
.last-ten  .c-red {
  color: #ff372d;
}
.last-ten .col-3 .l {
  width: 70%;
}
.last-ten .col-3 .btn {
  width: 30%;
}

.btn a {
  min-width: 77px;
  max-width: 100px;
  text-align: center;
  background: #7787df;
  border-radius: 8px;
  padding: 10px 0;
}
 .btn a:hover {
  box-shadow: 0 0 8px 2px #4c5264;
  color:#fff;
}

/*
    下一场对战
*/
.next-fight {
  width: 100%;
  background: url("../../images/csgo/bg/team-detail-3.png") #20262c no-repeat;
  background-size: 100%;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
}

.fight-tame{
  height:130px;
}
.fight-tame li{
   width:37%;
}
.fight-tame .c {
  width:26%;
}
.fight-tame h3{
  font-size:18px;
}
.fight-tame .league-match {
  margin: 8px 0;
  font-size:18px;
}
.fight-tame .match-img{
  width:20px;
  height:20px;
}
.fight-tame .match-img img {
  max-width: 100%;
  max-height: 100%;
}
.fight-img {
  width: 70px;
  height: 70px;
  margin: 0 5px;
}
.fight-img img{
  max-width: 100%;
  max-height:100%;
}
.fight-tame .time {
  color: #a6a5a9;
}

.fight-list {
  overflow: hidden;
  padding: 5px;
}
.fight-list-item {
  width: 100%;
  background-color: rgba(0,0,0,0.4);
  border-radius: 8px;
  padding: 8px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.fight-list a:hover {
  box-shadow: 0 0 5px 2px #4c5264;
}
.fight-list-item .col {
  width: 25%;
}
.fight-list-item .col-2 {
  width: 50%;
}
.fight-list-item .col .box {
  width: 26%
}
.fight-list-item .ten-name {
  width: 70%;
  font-size:14px;
}
.stati-wrap .title  {
  padding:20px 0;
}
.stati-wrap .title .ranks-color {
  width:15px;
  height:15px;
  margin-left:12px;
}
.stati-wrap .title .col.team-title {
  margin: 0 14px;
}
.stati-wrap .title .col {
  margin: 0 2px;
}
.stati-wrap .ranks-img {
  width: 25px;
  height: 25px;
  margin: 0 10px;
}
.stati-wrap-item {
  width:49.5%;
  padding: 20px;
  box-sizing:border-box;
  margin-bottom:15px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 8px;
}
.stati-wrap .text {
  margin-bottom:10px;
}
.stati-wrap .ranks-img img {
  max-width: 20px;
  max-height: 20px;
}
.stati-wrap-item .bar{
  width: 49%;
}
.stati-list .title {
  color: #9da0a2;
  padding: 20px 12px;
}
.stati-list-body{
 overflow:hidden;
}
.stati-list-item {
  background-color: rgba(0,0,0,0.4);
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.stati-list .col {
  width: 15%;
}
.stati-list .col-2 {
  width: 70%;
}
.stati-list-item .box{
  width:40%;
}

.stati-list-item .c {
  width: 16%;
  margin: 0 2%;
  position: relative;
}
.stati-list-item .c h3 {
  position: absolute;
  width: 100%;
  height: 23px;
  line-height: 23px;
  left: 0;
  text-align: center;
  font-weight: bold;
}

.stati-list-item .bar{
  width:80%;
}
.stati-list-item .img-box{
  width:100%;
  height:40px;
  margin-left:0;
}
/*
    赛点数据
*/
.wrap {
  width: 49%;
}
.wrap .open{
  margin-top:7px;
  background-color:#161b1f;
}
.wrap .title {
  width: 100%;
  padding:20px 10px;
}
.wrap-item {
  background: #20262c;
  border-radius: 8px;
  border: 1px solid #333c59;
  overflow: hidden;
  margin: 10px 0;
}
.data-point {
  background: #161b1f;
  padding: 15px;
  border-radius: 8px;
}

.data-head {
  padding: 10px 20px;
}
.data-point .lt {
  margin-bottom: 10px;
}
.data-point .num {
  margin: 0 5px;
}
.data-point .num span {
  color: #10b96c;
  margin: 0 3px;
}
.data-point .lb span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3b415b;
  margin: 3px;
}
.data-point .lb .cur {
  background: #0dc871;
}
.data-point .spot .cur {
  background: #0dc871;
}
.data-point .btn {
  width:80px;
  background: #7787df;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.data-point .data-body {
  background: #161b1f;
  /*max-height:300px;
  overflow-y:auto;*/
}
.data-point .no-data{
  padding:10px 20px;
}
.data-point .no-data p{
  color:#aaa;
}
.data-body .col{
  width:18%;
}
.data-body .col-1 {
  width:26%;
}
.data-body .col-5 {
  width: 20%;
}
.data-body .head {
  padding: 8px 15px;
  border-bottom: 1px solid #20262c;
  color: #626568;
}
.data-body .list {
  padding: 10px;
  border-bottom: 1px solid #212223;

}
.data-body .list:hover{
  background:#272a31;
}
.data-body .list:last-child {
  border-bottom: none;
}
.wrap .img-box {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 5px;
}
.data-info {
  background: #161b1f;
  border-radius: 8px;
  padding:15px;
}
.data-info .wrap-item {
  background: #161b1f;
  border-radius: 0;
  border: 0;
  border-bottom: 1px #393d40 solid;
  overflow: hidden;
  margin:0;
}
.data-info .info-head .col{
  width:25%;
}
.data-info .info-head .col-1 {
  width:50%;
}
.info-head{
  margin:10px 0 15px 0;
}
.info-head .time {
  color: #a1a2a3;
  font-size:12px;
  margin-top:3px;
}
.info-head .iconfont-shared {
  font-size: 26px;
  margin-left: 10%;
  cursor: pointer;
}
.over {
  color: #636363;
}
.click-arrow {
  transition: .3s all;
}
.info-body .head {
  background: #0f1316;
  color: #6f7173;
  padding: 5px 10px;
  margin-bottom: 3px;
}
.info-body .body {
  background: #0f1316;
  padding: 10px;
  border-bottom: 1px solid #1a1b1b;
}
.info-body .body:hover {
  background: #212329;
}
.info-body .body:last-child {
  border-bottom:none;
}
.info-body .col {
  width: 40%;
}
.transform {
  transform: rotate(180deg);
}

.info-body .col-3 {
  width: 20%;
}
.head-img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 10px;
}
.head-img img {
  max-width: 100%;
  max-height: 100%;
}

  /* window size <1680px then--> width=1200px */
  @media screen and (max-width: 1680px) {
  .team-detail-content{
    width: 1200px;
  }
  .bar {
    height: 8px;
  }
  .side-list .bar {
    height:8px;
  }

  .side-list .bar span {
    height: 8px;
  }
  .side-info .side-info-img {
    height:100px;
    width:100px;
  }
  .side-info .iconfont-shared {
    font-size: 18px;
    vertical-align: -3px;
  }
  .side-info .side-btn {
    padding:6px 8px;
  }
  .side-info h3 {
    font-size: 16px;
  }
  .team-ranking .b h3 {
    font-size: 16px;
  }
  .team-ranking .ranking-item {
    width: 23%;
    margin: 10px 1%;
  }
  .team-ranking .ranking-item-img {
    width: 50px;
    height: 50px;
  }
  .last-ten .ten-item {
    padding: 8px 0;
  }
 .ten-num {
    width: 25px;
    height: 35px;
    font-size: 24px;
    line-height: 35px;
    margin:0 5px;
  }
  .last-ten .ten-name {
    font-size:14px;
  }
  .fight-list-item .col .box{
    width:30%
  }
  .side-list .list-item .col-3 p {
    width: 60%;
    font-size: 16px;
  }
  .fight-img {
    width: 50px;
    height: 50px;
  }
  .fight-tame h3 {
    font-size: 16px;
  }
  .fight-tame .league-match {
    font-size: 16px;
  }
  .fight-list-item{
    padding: 5px 0;
  }
  .stati-list-item {
    padding: 5px 15px;
  }
  .stati-list-item .c h3 {
    font-size: 16px;
  }
  .data-point .btn {
    padding: 8px 0;
  }
  .data-info .info-head  h3 {
    font-size:14px;
  }
  .wrap .img-box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
  .head-img {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
}
