.techwin {
  width: 320px;
  border-radius: 4px;
  background: var(--bg);
}
.techwin .out {
  color: #ff5a2e;
}
.techwin .in {
  color: #5fce00;
}
.techwin .desc {
  display: block;
  color: #8c8c8c;
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
}
.techwin .rate {
  color: #fff;
  line-height: 18px;
  width: max-content;
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 3px;
}
.techwin .no-rate {
  line-height: 18px;
  width: max-content;
  margin: 0 auto;
  padding: 0 10px;
}
.techwin .space {
  background: var(--bg2);
  width: 100%;
  height: 5px;
}
.techwin .hide {
  display: none;
}
.techwin .info {
  margin: 10px;
}
.techwin .info .level1 {
  display: flex;
  align-items: center;
}
.techwin .info .level1 .head-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-3);
  text-align: center;
  overflow: hidden;
  background: var(--bg);
  cursor: pointer;
}
.techwin .info .level1 .event-icon {
  flex: 1;
  margin: 0 10px;
}
.techwin .info .level1 .name {
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.techwin .info .level1 .event {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.techwin .info .level1 .event span {
  position: relative;
  display: flex;
  justify-content: flex-start;
  line-height: 20px;
  align-items: center;
  margin-right: 5px;
}
.techwin .info .level1 .event span img {
  flex: 0 0 16px;
  width: 16px;
}
.techwin .info .level1 .event .note {
  position: absolute;
  background: #333;
  color: #fff;
  font-size: 11px;
  line-height: normal;
  text-align: left;
  padding: 5px 8px;
  top: 20px;
  left: -10px;
  z-index: 999;
}
.techwin .info .level2 ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 10px 0 0 0;
}
.techwin .info .level2 li {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border: none;
  line-height: 14px;
  min-height: 43px;
}
.techwin .info .level2 .shirt {
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  z-index: 1;
  margin: 0 auto;
}
.techwin .info .level2 .shirt .icon {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 28px;
  font-weight: normal;
}
.techwin .info .level2 .position {
  font-weight: bold;
  line-height: 18px;
}
.techwin .tech {
  margin: 10px;
}
.techwin .tech .menu {
  display: flex;
  float: none;
  align-items: center;
  margin-bottom: 5px;
  background: var(--bg2);
  border-radius: 20px;
  padding: 2px;
}
.techwin .tech .menu li {
  flex: 1;
  float: left;
  text-align: center;
  padding: 3px 0px;
  border: none;
  cursor: pointer;
  line-height: 20px;
  font-weight: bold;
  color: var(--textcolor-3);
}
.techwin .tech .menu li.on {
  background-color: var(--bg);
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: bold;
}
.techwin .tech .stat {
  padding: 0;
}
.techwin .tech .stat ul {
  margin: 10px 0 0 0;
  padding: 0;
}
.techwin .tech .stat li {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 32px;
  width: 100%;
  padding: unset;
}
.techwin .tech .stat .text {
  display: inline-block;
  flex: 5;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
  color: var(--gray50);
}
.techwin .tech .stat .data {
  display: inline-block;
  flex: 1;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
}
.techwin .tips {
  height: 80px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  color: var(--textcolor-3);
}
.techwin .home .menu li.on,
.techwin .home .rate {
  background: var(--home_team);
}
.techwin .home .shirt .icon {
  color: var(--home_team);
}
.techwin .away .menu li.on,
.techwin .away .rate {
  background: var(--away_team);
}
.techwin .away .shirt .icon {
  color: var(--away_team);
}
.techwin #defendTech,
.techwin #passTech {
  display: none;
}
.techwin .viewBtn {
  display: flex;
  margin-bottom: 10px;
}
.techwin .viewBtn button {
  border-radius: 20px;
  width: 100%;
  margin: 0 5px;
  line-height: 25px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--font3);
  background: var(--bg2);
  font-weight: bold;
}
