﻿.header3-wrapper {
  position: fixed;
  width: 100%;
  height: 70px;
  line-height: 68px;
  background: #fff;
  box-shadow: 0px 2px 18px -5px rgba(0, 0, 0, 0.14);
  z-index: 998;
  top: 0;
}

.header3-wrapper .header-inner {
  width: 1200px;
  margin: 0 auto;
}

.header3-wrapper .header-inner .header-logo {
  float: left;
  margin-right: 56px;
}

.header3-wrapper .header-inner .header-logo .logo {
  width: auto;
  height: 40px;
  margin-top: 15px;
}

.header3-wrapper .header-inner .match-box {
  float: left;
  font-size: 0;
}

.header3-wrapper .header-inner .match-box .back {
  float: left;
  margin-right: 75px;
  cursor: pointer;
}

.header3-wrapper .header-inner .match-box .back img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -4%;
}

.header3-wrapper .header-inner .match-box .back span {
  font-size: 16px;
}

.header3-wrapper .header-inner .match-box .match {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #6b6b6b;
}

.header3-wrapper .header-inner .match-box .match .time1 {
  margin-right: 10px;
}

.header3-wrapper .header-inner .match-box .match .time2 {
  margin-right: 24px;
}

.header3-wrapper .header-inner .match-box .match .league {
  display: inline-block;
  max-width: 82px;
  margin-right: 24px;
}

.header3-wrapper .header-inner .match-box .match .team-name {
  display: inline-block;
  max-width: 128px;
}

.header3-wrapper .header-inner .match-box .match .team-img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

.header3-wrapper .header-inner .match-box .match .team-score {
  font-size: 22px;
  font-weight: 800;
  color: #000;
}

.header3-wrapper .header-inner .match-box .match .host-name {
  margin-right: 8px;
}

.header3-wrapper .header-inner .match-box .match .guest-name {
  margin-left: 8px;
}

.header3-wrapper .header-inner .match-box .match .host-img {
  margin-right: 20px;
}

.header3-wrapper .header-inner .match-box .match .guest-img {
  margin-left: 20px;
}

.header3-wrapper .header-inner .match-box .match .vs {
  display: inline-block;
  padding: 0 6px;
  width: 8px;
  height: 2px;
  background: black;
  vertical-align: middle;
}

.header3-wrapper .header-inner .match-box .match span {
  vertical-align: middle;
}

.header3-wrapper .header-inner .header-opts-box {
  float: right;
}

.header3-wrapper .header-inner .header-opts-box .header-opts .header-opts-item {
  display: inline-block;
}

.header3-wrapper .header-inner .header-opts-box .header-opts .header-opts-item a {
  font-size: 16px;
  font-weight: 400;
}

.header3-wrapper .header-inner .header-opts-box .header-opts .header-opts-item .app {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  vertical-align: -3%;
}
