@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-padding-top: 60px;
}

body {
  background-color: #eeeeee;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

header {
  background-color: #ffc1d0;
  top: 0;
  width: 100vw;
  z-index: 51;
}

@media screen and (max-width: 768px) {
  header .logo img {
    height: 4.8rem;
  }
}

@media screen and (max-width: 540px) {
  header .logo img {
    height: 2.8rem;
  }
}

header .nav-toggle {
  cursor: pointer;
  left: 20px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 23;
}

@media screen and (min-width: 969px) {
  header .nav-toggle {
    display: none;
  }
}

header .nav-toggle:hover {
  opacity: 0.8;
}

header .nav-toggle .nav-toggle-bar,
header .nav-toggle .nav-toggle-bar::after,
header .nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  content: "";
  height: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

header .nav-toggle .nav-toggle-bar {
  margin-top: 0;
}

header .nav-toggle .nav-toggle-bar::after {
  margin-top: 8px;
}

header .nav-toggle .nav-toggle-bar::before {
  margin-top: -8px;
}

header .nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}

header .nav-toggle.expanded .nav-toggle-bar::after,
header .nav-toggle.expanded .nav-toggle-bar::before {
  background: #fff;
  margin-top: 0;
}

header .nav-toggle.expanded .nav-toggle-bar::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .nav-toggle.expanded .nav-toggle-bar::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 960px) {
  .header-toggle {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .header-toggle {
    position: fixed;
    margin-top: 0;
    top: 85px;
    left: -30rem;
    background-color: #fc85a5;
    height: calc(100vh - 85px);
    overflow-y: scroll;
    padding: 20px;
    display: block;
    z-index: 50;
    width: 45vw;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
}

@media screen and (max-width: 768px) {
  .header-toggle {
    top: 78px;
    height: calc(100vh - 45px);
    left: -22rem;
  }
}

@media screen and (max-width: 540px) {
  .header-toggle {
    top: 45px;
    width: 55vw;
  }
}

.header-toggle.navshow {
  left: 0;
}

.header-toggle .header-toggle-box.expanded {
  display: none;
}

.header-toggle .header-toggle-box li a {
  display: block;
  padding: 16px 5px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #ffffff4a;
  letter-spacing: 2px;
}

.main-sidebar {
  width: 250px;
}

.main-sidebar a {
  color: #5e5d5b;
  text-decoration: none;
  display: block;
  padding: 17px 5px;
  border-bottom: 1px solid #c0c0c05e;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.main-sidebar a i {
  margin-right: 10px;
}

.main-sidebar a:hover {
  color: #fc85a5;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }

  .left-teams {
    padding-left: 50px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.main .main-cotent {
  margin-top: 7rem;
}

@media (max-width: 540px) {
  .main .main-cotent {
    margin-top: 4rem;
  }
}

.main .carousel-main .carousel-inner {
  width: 728px;
  max-width: 100%;
  margin: auto;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .main .carousel-main .carousel-control-prev {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .main .carousel-main .carousel-control-next {
    width: auto;
  }
}

.main .carousel-main .scroll-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 50%;
}

@media (max-width: 414px) {
  .main .carousel-main .scroll-btn {
    width: 25px;
    height: 25px;
  }
}

.main .carousel-main .scroll-btn i {
  color: #000;
  font-size: 23px;
}

.main .box-shadow-block {
  -webkit-box-shadow: 0 3px 3px 2px rgba(170, 170, 170, 0.13);
          box-shadow: 0 3px 3px 2px rgba(170, 170, 170, 0.13);
}

@media (max-width: 767px) {
  .main .left-teams {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.main .scroll-padding {
  padding-top: 90px;
  margin-top: -90px;
}

@media (max-width: 768px) {
  .main .scroll-padding {
    padding-top: 50px;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .main .part .items .col {
    padding: 0 5px;
  }
}

.main .part .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d5d5d5;
  padding: 15px 15px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .main .part .items .item {
    padding: 10px;
  }
}

.main .part .items .item .hitout img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .main .part .items .item .hitout img {
    width: 50px;
    height: 50px;
  }
}

.main .part .items .item .title-overflow {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main .part .items .item .text-overflow {
  font-size: 13px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.main .part .items .item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

@media (max-width: 767px) {
  .main .game .col {
    padding: 0 5px;
  }
}

.main .game .game-list a {
  display: block;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main .game .game-list a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.main .game .game-list .game-text {
  padding: 5px 10px;
}

.main .game .game-list .game-text .title-overflow {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main .game .game-list .game-text .text-overflow {
  font-size: 13px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
/*# sourceMappingURL=style.css.map */
