@charset "UTF-8";
/* TOP tab-item */
#page_top .tab .tab-item {
  min-height: auto;
}

@media screen and (max-width: 641px) {
  #page_top .tab .tab-item {
    min-height: 51px;
  }
}

/* First Time Modal */
.first-time-visit-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  background-color: hsla(211, 21%, 19%, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.25s;
  visibility: hidden;
  color: #fff;
  padding: 24px;
}

.first-time-visit-modal a:hover {
  opacity: 1;
}

.first-time-visit-modal__banner {
  max-width: 500px;
  width: 100%; /* First Time Modal */
}
.first-time-visit-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  background-color: hsla(211, 21%, 19%, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: opacity 0.25s;
  visibility: hidden;
  color: #fff;
  padding: 24px;
}

.first-time-visit-modal a:hover {
  opacity: 1;
}

.first-time-visit-modal__banner {
  max-width: 500px;
  width: 100%;
  border-radius: 10px;
}
/* */

/* Scoreboard */

.scoreboard {
  width: 100%;
  /* display: flex; */
  padding: 5px 8px;
  background-color: #f2f2f2;
  height: 80px;
  display: none;	
}

.scoreboard.scoreboard-tab {
  padding: 0;
}

.scoreboard.is-active,
.scoreboard .scoreboard__swiper.tab-content.is-active {	
  display: flex;	
}

.scoreboard__swiper {
  display: flex;
  /* gap: 5px; */
}

.scoreboard__swiper.tab-content {
  min-width: auto;
  height: auto;
  padding: 8px 8px 8px 0;
  background-color: #f2f2f2;
}

.scoreboard__leagues {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 70px;
}

.scoreboard__leagues.scoreboard__leagues--tab {
  padding: 8px;
  background-color: #f2f2f2;
  position: relative;
  z-index: 2;
}

.scoreboard__league-btn {
  width: 68px;
  height: 33px;
  text-align: center;
  padding: 0px 8px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 20px;
  color: #6f7e90;
}

.scoreboard__league-btn--selected,
.scoreboard__league-btn.is-active {
  color: #27313c;;
}

.scoreboard__league-btn--disabled {
  background-color: #f2f2f2;
  color: #cbc6c7;
  cursor: default;
}

.scoreboard__league-btn--disabled:hover {
  opacity: 1;
}

.scoreboard__match-container {
  width: auto;
}

.scoreboard__match-container .scoreboard__match {
  cursor: pointer;
}

.scoreboard__match-container .scoreboard__match.scoreboard__match--past {
  cursor: auto;
}

.scoreboard__match {
  display: flex;
  flex-direction: column;
  width: 139px;
  padding: 7px 9px 9px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background-color: #fff;
  font-weight: bold;
  font-size: 11px;
  line-height: 150%;
  height: 70px;
}

.scoreboard-match__title {
  height: auto;
  margin-bottom: 1px;
  font-size: 10px;
  color: #27313c;
}

.scoreboard-match__title >span {
  font-size: 13px;
}

.scoreboard-match__title .scoreboard-match__title__free {
  margin-right: 5px;
  padding: 3px 5px;
  font-size: 9px;
  font-weight: bold;
  color: #fff;
  background-color: #b21920;
  line-height: 1;
}

.scoreboard-match__title .scoreboard-match__title__quarter,
.scoreboard-match__title .scoreboard-match__title__time {
  font-size: 10px;
  font-weight: bold;
}

.scoreboard-match__top {
  margin-bottom: 5px;
}

.scoreboard-match__top,
.scoreboard-match__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  height: auto;
  color: #27313c;
}

.scoreboard-match__top-score,
.scoreboard-match__bottom-score {
  font-size: 18px;
}

.scoreboard-match__top-score.scoreboard-match__top-score--lose,
.scoreboard-match__bottom-score.scoreboard-match__bottom-score--lose {
  color: #818e9e;
}

.scoreboard__match--live {
  background-color: #fef7f7;
  border-color: #b21920;
}

.scoreboard__match--live .scoreboard-match__title.scoreboard-match__title__free {
  margin-right: 3px;
}

/* .scoreboard__match--live .scoreboard-match__title {
  color: #b21920;
} */

.scoreboard__match--past .scoreboard-match__title {
  color: #818e9e;
}

/* 裏側 */
.scoreboard__match--back {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.scoreboard__match--back hr {
  border: none;
  height: 1px;
  margin: 8px 0px;
  width: 100%;
  background-color: #bdbdbd;
}

.scoreboard__match-container:hover .scoreboard__match {
  display: none;
}

.scoreboard__match-container:hover .scoreboard__match.scoreboard__match--past {
  display: block;
}

.scoreboard__match-container:hover .scoreboard__match--back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  visibility: visible;
  opacity: 1;
}

.scoreboard__match-container .scoreboard__match.scoreboard__match--link {
  display: none;
}

.scoreboard__match-back-link {
  color: #0148a8;
}

.scoreboard__match-back-link--live {
  padding-right: 15px;
  color: #b21920;
  position: relative;
}

.scoreboard__match-back-link--live::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
}

/* @keyframes matchFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
} */

/* @media screen and (max-width: 961px) {
  .scoreboard__match-container:hover .scoreboard__match {
    display: flex;
  }

  .scoreboard__match-container:hover .scoreboard__match--back {
    opacity: 0;
  }
} */

/* */

@media screen and (max-width: 961px) {
  .scoreboard.swiper .swiper-button-prev,
  .scoreboard.swiper .swiper-button-next {
    width: 22px;
    height: 22px;
  }
   .scoreboard.swiper .swiper-button-prev {
    left: 5px;
  }
  .scoreboard.swiper .swiper-button-next {
    right: 5px;
  }
  .scoreboard.swiper:not(.shot-chart-tab):not(.video-taglist-slider):not(
      .video-teamlist-slider
    )
    .swiper-button-prev,
  .scoreboard.swiper:not(.shot-chart-tab):not(.video-taglist-slider):not(
      .video-teamlist-slider
    )
    .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
  }
  .scoreboard__league-btn {
    width: 70px;
    padding: 0px 8px;
    font-weight: bold;
    border-radius: 10px;
  }
  .scoreboard__match {
    padding: 8px;
  }
  .scoreboard__match-container:hover .scoreboard__match,
  .scoreboard__match-container:hover .scoreboard__match.scoreboard__match--back,
  .scoreboard__match-container .scoreboard__match {
    display: none;
  }
  .scoreboard__match-container .scoreboard__match.scoreboard__match--link {
    display: flex;
  }
}

/* */

.site-header {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}
#page_game_detail .site-header {
  transition: .4s;
}
@media screen and (max-width: 961px) {
  .site-header {
    border-bottom: 1px solid #707070;
  }
  .site-header.is-pos-none {
    position: relative;
    border-bottom: none;
  }
}
.header-wrapper {
  position: relative;
  display: flex;
  height: 111px;
}
/* .header-wrapper.is-fixed {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
} */
.header-wrapper--mobile {
  display: none;
  padding: 24px;
  align-items: center;
  justify-content: flex-end;
}

.header-logo {
  padding: 0 16px;
}

.header-wrapper--mobile .header-logo {
  display: flex;
  align-items: center;
  padding: 0;
}

.header-wrapper--mobile .header-logo > a > img {
  width: 100%;
  height: 30px;
}

@media screen and (max-width: 961px) {
  .header-wrapper {
    display: none;
  }

  .header-wrapper--mobile {
    display: flex;
    height: auto;
    padding: 1px 15px 5px 10px;
    justify-content: space-between;
  }

  .header-wrapper--mobile .header-logo > a {
    width: 100%;
    /*max-width: 13.5px;*/
    margin-right: 10px;
  }

  .header-wrapper--mobile .header-logo > a + a {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .header-wrapper--mobile .header-logo > a + a > img {
    max-width: 67px;
    height: 30px;
  }

  .header-wrapper--mobile .btn-menu {
    margin-top: 2px;
  }

  .header-wrapper--mobile .btn-menu > img {
    width: 23px;
    height: 18px;
  }
}

.header-top-menus {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.header-top-menus__header-top {
  padding: 6px 0;
  min-height: 46px;
  border-bottom: 1px solid #c4c4c4;
  display: flex;
  align-item: center;
}
.header-top-container {
  width: 100%;
  padding: 0 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-links-container {
  display: flex;
  align-items: center;
}

.top-links-container__link {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #27313c;
  padding-right: 16px;
  position: relative;
}

.top-links-container__link.top-links-container__link--pdR0 {
  padding-right: 0;
}

.top-links-container__link:not(:first-child) {
  padding-left: 16px;
}

.top-links-container__link:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 16px;
  background-color: #d1d1d1;
}

.top-links-container .logo-baskelive {
  margin-left: 15px;
}

@media screen and (max-width: 961px) {
  .top-links-container__link {
    font-size: 12px;
  }
}

.header-top-menus__header-nav {
  position: relative;
  height: 65px;
  padding-right: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-menus__header-nav .nav-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}

.nav-list__link {
  cursor: default;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #27313c;
  height: 65px;
  position: relative;
  white-space: nowrap;
  padding-right: 16px;
  cursor: pointer;
}

.nav-list__link.nav-list__link--blank:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* .nav-list__link.js-drop-menu-trigger {
  cursor: default;
}

.nav-list__link.js-drop-menu-trigger:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-bottom: 4px;
  background-image: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  transform: rotate(90deg);
} */

.nav-list li:not(:first-child) .nav-list__link {
  padding-left: 16px;
}

.header-top-menus__header-nav .nav-list li {
  position: relative;
}

.header-top-menus__header-nav .nav-list li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 2px;
  height: 16px;
  background-color: #d1d1d1;
}

.header-menu {
  display: none;
}

.mobile-menu {
  display: none;
}

@media screen and (max-width: 961px) {
  .header-menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
  }
  .mobile-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
  }
  .close-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .mobile-menu__btn-area {
    padding: 64px 8px 32px 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    background-color: #f2f2f2;
    border-bottom: 1px solid #9999;
  }

  .mobile-menu__btn-area .btn.primary.icon-blank {
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-menu__banner {
    width: 100%;
  }

  .mobile-menu__banner img {
    width: 100%;
    border-radius: 10px;
  }

  .mobile-menu__btn-list {
    display: flex;
    width: 100%;
    gap: 8px;
  }

  .mobile-menu__btn-list li {
    width: 100%;
  }

  .mobile-menu__btn-list li a {
    min-width: auto !important;
    width: 100% !important;
  }

  .mobile-menu__menu-area {
    display: flex;
    flex-grow: 1;
  }

  .mobile-menu__menu-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu__menu-area ul li {
    position: relative;
    border-bottom: 2px solid #d3d3d3;
  }

  .mobile-menu__menu-area ul li a {
    padding: 20px 12px;
    color: #27313c;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-menu__menu-area ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .left-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    padding-right: 12px;
    background-image: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg);
    background-repeat: no-repeat;
    background-position: center;
  }

  .mobile-menu__menu-area-left,
  .mobile-menu__menu-area-right {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .mobile-menu__menu-area-left .list-item-icon {
    margin-right: 8px;
  }

  .menu-area-left-selected:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ebebeb;
    border-left: 8px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-area-left-selected .left-arrow {
    display: none;
  }

  .mobile-menu__menu-area-right {
    background-color: #ebebeb;
    padding: 0 8px;
  }

  .mobile-menu__menu-area .mobile-menu__menu-area-right ul li a {
    padding: 16px 8px;
  }

  .mobile-menu__sub-menu-list {
    display: none;
  }

  .mobile-menu__sub-menu-list--displayed {
    display: block;
  }

  .mobile-menu__links-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
  }

  .mobile-menu__sponsor-list {
    display: flex;
    justify-content: center;
    padding: 32px 0 64px;
  }
  .mobile-menu__sponsor-list > li {
    padding: 0 10px;
  }
  .mobile-menu__sponsor-list .logo-softbank {
    width: 115px;
  }
  .mobile-menu__sponsor-list .logo-baskelive {
    width: 115px;
  }
}
/* List Icons */
.list-item-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.list-item-icon--schedule {
  background-image: url(/v=1696263240/files/user/common_new2208/icon_schedule.svg);
}
.list-item-icon--ranking {
  background-image: url(/v=1696261439/files/user/common_new2208/icon_ranking.svg);
}
.list-item-icon--grade {
  background-image: url(/v=1696261438/files/user/common_new2208/icon_grade.svg);
}
.list-item-icon--club {
  background-image: url(/v=1696261438/files/user/common_new2208/icon_club.svg);
}
.list-item-icon--player {
  background-image: url(/v=1696261439/files/user/common_new2208/icon_player.svg);
}
.list-item-icon--watching {
  background-image: url(/v=1696263854/files/user/common_new2208/ixon_watching.png);
}
.list-item-icon--movie {
  background-image: url(/v=1696261438/files/user/common_new2208/icon_movie.svg);
}
.list-item-icon--event {
  background-image: url(/v=1696280467/files/user/common_new2208/icon_event.png);
}
.list-item-icon--league {
  background-image: url(/v=1696280467/files/user/common_new2208/icon_league.png);
}
.list-item-icon--pickup {
  background-image: url(/v=1660557139/files/user/common_new2208/icon_nav_pickup.svg);
}
.list-item-icon--news {
  background-image: url(/v=1696261438/files/user/common_new2208/icon_news.svg);
}
.list-item-icon--live {
  background-image: url(/v=1709793498/files/user/common_new2208/icon_nav_live.svg);
}
/* List Icons End */

/* .overlay {
  background-color: #27313c;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 50;
  transition: opacity 0.25s;
  opacity: 0;
  visibility: hidden;
}
.overlay.is-show {
  visibility: visible;
  opacity: 0.8;
} */

/* Arrow */
.dropdown-menu-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #e8e8e8;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

.dropdown-menu-wrapper {
  position: absolute;
  top: 103px;
  padding: 24px;
  background-color: #e8e8e8;
  transition: opacity 0.25s;
  visibility: hidden;
  opacity: 0;
  display: block;
  border-radius: 4px;
  transform: translateX(-50%);
}

.dropdown-menu-wrapper.is-show {
  visibility: visible;
  opacity: 1;
  z-index: 50;
}
@media screen and (max-width: 961px) {
  .dropdown-menu-wrapper {
    display: none;
  }
}

.dropdown-menu {
  display: flex;
  flex-direction: column;
}

.dropdown-menu hr {
  width: 100%;
  border: none;
  background-color: #c4c4c4;
  height: 1px;
  margin: 16px 0;
}

.dropdown-menu__title {
  font-weight: bold;
  font-size: 18px;
  color: #27313c;
}

.dropdown-menu__title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.dropdown-menu__subtitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}

.dropdown-menu__items {
  display: flex;
  gap: 24px;
}

.dropdown-menu__items-column ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu__items-column ul li {
  white-space: nowrap;
}

.dropdown-menu__items-column ul li a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}

.dropdown-menu__items-column ul li:not(:last-child) {
  margin-bottom: 8px;
}

.dropdown-menu__items-column ul li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background-image: url(/v=1660557127/files/user/common_new2208/icon_arrow_red.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/* .drop-club-list {
  display: flex;
  justify-content: space-between;
}
.drop-club-list > li {
  width: 33.3333333333%;
}
.drop-club-list.col-2 > li {
  width: 50%;
}
.drop-club-list .drop-club-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.club-logo-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -5px 0;
  padding: 0 10px;
}
.club-logo-list > li {
  width: 25%;
  display: flex;
  justify-content: center;
  padding: 0 5px;
}
.club-logo-list > li > a {
  display: block;
  width: 54px;
}
.club-logo-list > li img {
  width: 100%;
} */
@media screen and (max-width: 641px) {
  .language-modal .grid-col {
    text-align: center;
    margin-top: 15px;
  }
}
.btn.language {
  background-color: transparent;
  color: #fff;
}
.language-modal-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
/* footer */
.site-footer {
  padding-bottom: 40px;
  background-color: #ffffff;
}
.footer-banner {
  background-color: #f9fbfc;
}
@media screen and (max-width: 961px) {
  .site-footer {
    padding-bottom: 80px;
  }
  .footer-banner {
    padding-top: 25px;
  }
}
.footer-banner p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 961px) {
  .footer-banner p {
    margin-top: 15px;
  }
}
.footer-banner .btn {
  font-size: 12px;
  width: 156px;
  min-width: 0 !important;
}
@media screen and (max-width: 961px) {
  .footer-banner .btn {
    margin-top: 15px;
  }
}
.footer-banner .banner-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px;
}
.footer-banner .banner-container > * {
  padding: 0 10px;
}
.footer-banner .banner-container .img-ball {
  width: 206px;
}
@media screen and (max-width: 961px) {
  .footer-banner .banner-container {
    flex-direction: column;
  }
  .footer-banner .banner-container .img-ball {
    width: 167px;
    order: 4;
    margin-top: 15px;
  }
}
.footer-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.sns-links {
  display: flex;
  margin: 25px -20px 0;
  justify-content: center;
  align-items: center;
}
.sns-links > li {
  padding: 0 20px;
}
.sns-links > li img {
  width: 30px;
}
@media screen and (max-width: 641px) {
  .sns-links {
    margin: 25px -15px 0;
  }
  .sns-links > li {
    padding: 0 15px;
  }
}
.sns-links.slim {
  margin: 25px -5px 0;
}
.sns-links.slim > li {
  padding: 0 5px;
}
.sns-links .icon-x {
  width: 25px;
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
.footer-nav > li {
  padding: 0 12px;
  line-height: 2.3;
}
.footer-nav > li a {
  font-size: 12px;
}
@media screen and (max-width: 641px) {
  .footer-nav {
    justify-content: flex-start;
  }
}
.footer-subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 25px -8px 0;
}
.footer-subnav > li {
  padding: 0 8px;
  line-height: 2.3;
}
.footer-subnav > li a {
  color: #1f2731;
  font-size: 12px;
  position: relative;
}
.footer-subnav > li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #1f2731;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.footer-subnav > li:last-child a:after {
  content: none;
}
@media screen and (max-width: 961px) {
  .footer-subnav {
    justify-content: flex-start;
  }
}
.footer-cooperation {
  display: flex;
  justify-content: center;
  margin: 30px -4px 0;
}
.footer-cooperation > li {
  padding: 0 4px;
}
.footer-cooperation img {
  max-width: 100%;
}
.footer-auxiliary {
  margin-top: 30px;
}
.footer-auxiliary .auxiliary-title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.footer-auxiliary .auxiliary-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px -10px 0;
}
.footer-auxiliary .auxiliary-list > li {
  padding: 0 10px;
  line-height: 2.3;
}
.footer-auxiliary .auxiliary-list > li a {
  color: #1f2731;
  font-size: 12px;
  position: relative;
  padding-right: 7px;
}
.footer-auxiliary .auxiliary-list > li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background-image: url(/v=1660557129/files/user/common_new2208/icon_blank_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2px);
  right: -7px;
}
@media screen and (max-width: 961px) {
  .footer-auxiliary .auxiliary-list {
    justify-content: flex-start;
  }
}
.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px -7px 0;
}
.footer-info > * {
  padding: 0 7px;
}
.footer-info p {
  font-size: 10px;
}
.footer-info .site-logo > img {
  max-width: 100%;
}
.scroll-top-relative {
  position: relative;
}
.scroll-top {
  cursor: pointer;
  position: absolute;
  top: -50%;
  right: 5px;
}
.scroll-top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 961px) {
  .scroll-top {
    width: 55px;
    top: -50px;
    right: 10px;
  }
  .scroll-top img {
    width: 100%;
  }
}
.global-nav-wrapper {
  width: 100%;
}
.global-nav-wrapper.is-active {
  display: none;
}
/* Floating Menu */
.global-nav-wrapper.is-active .floating-menu {
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  display: block;
}
.global-nav-wrapper.is-active .floating-menu .is-active .nav-item-text {
  font-weight: bold;
  color: #b21920;
}
.global-nav-wrapper.is-active .floating-menu li {
  display: flex;
  flex-shrink: 1;
  min-width: 70px;
  height: 65px;
  align-items: center;
  justify-content: center;
}
.global-nav-wrapper.is-active .floating-menu li .list-item-icon {
  width: 24px;
  height: 24px;
}
.global-nav-wrapper.is-active .floating-menu .swiper.swiper--animation-none {
  opacity: 1;
  transition: none;
}
.global-nav-wrapper.is-active .floating-menu .floating-menu-swiper .swiper-wrapper {
  transition: .1s;
}
.global-nav {
  display: none;
  width: 100%;
  z-index: 100;
}
.global-nav.is-fixed {
  position: fixed;
}
@media screen and (max-width: 961px) {
  .global-nav {
    display: block;
  }
  .global-nav.is-active {
    padding: 2px 0;
    background-color: #fff;
    transition: .4s;
    position: fixed;
    top: 62px;
  }
  .global-nav-wrapper.is-active {
    display: block;
    height: auto !important;
  }
}
.global-nav-list {
  display: flex;
  height: 100%;
}
.global-nav-list > li {
  width: 20%;
  background-color: #f2f2f2;
  border-left: 1px solid #fff;
  color: #6f7e90;
  font-weight: bold;
}
.global-nav-list > li:first-child {
  border: none;
}
.global-nav-list > li.is-active {
  background-color: #fff;
  color: #b21920;
}
.global-nav-list .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 9px 0 10px 0;
  color: #6f7e90;
}
.global-nav-list .nav-item-icon {
  height: 27px;
}
.global-nav-list .nav-item-text {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  text-align: center;
  word-break: break-all;
  margin-top: 5px;
}
.global-tab-content {
  display: block;
}
@media screen and (max-width: 961px) {
  .global-tab-content {
    display: none;
  }
  .global-tab-content.is-active {
    display: block;
  }
}

.floating-action {
  position: fixed;
  left: 0px;
  bottom: 30px;
  z-index: 10;
}

.floating-action-right {
  position: relative;
}

.floating-action-right__wrap {
  position: fixed;
  right: 0px;
  bottom: 30px;
  z-index: 800;
}

.floating-action-right__close {
  position: fixed;
  right: 15px;
  bottom: 300px;
  z-index: 900;
}

.floating-action-right img {
  max-width: 100%;
}

.floating-action .btn.primary {
  border-radius: 0px 10px 10px 0;
  min-width: 220px;
  font-size: 18px;
}

@media screen and (max-width: 961px) {
  .floating-action .btn.primary {
    padding: 8px 16px;
  }
}

@media screen and (max-width: 641px) {
  .floating-action .btn.primary {
    min-width: 140px;
    font-size: 16px;
  }
  .floating-action-right__wrap {
    width: 100%;
    max-width: 200px;
  }
  .floating-action-right__close {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 200px;
  }
}

.top-section-block {
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 20px;
}
.top-section-block--banner {
  padding: 0px;
}
.top-section-block__banner-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.top-section-block__banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-section-head {
  color: #27313c;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-section-head--center {
  justify-content: center;
}

.top-section-head a {
  display: flex;
  align-items: center;
  justify-content: left;
  color: #27313c;
}
.top-section-head a > *:not(span) {
  padding: 0 10px;
}
.top-section-head a > span:not(.font-blg) {
  display: flex;
}
.top-section-head a > span .font-blg {
  padding-top: 0.1em;
}
.top-section-head a > span .link-line {
  padding-bottom: 0.1em;
  vertical-align: top;
}
.top-section-head a .icon-arrow {
  width: 35px;
}
.top-section-head.center a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27313c;
}
.top-section-content {
  margin-top: 20px;
}
@media screen and (max-width: 961px) {
  .partners-block .top-section-head {
    font-size: 24px;
  }
}
.partners-block {
  background-color: #f2f2f2;
  padding: 60px 0 60px;
  margin-top: 60px;
}
.partners-block h4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}
.partners {
  max-width: 960px;
  margin: 0 auto;
}
.partners .card {
  height: 100%;
}
.partners .card-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 45px;
}
.partners .card-date {
  color: #6f7e90;
  font-size: 11px;
}
.partners-companies .grid-row {
  justify-content: center;
}
@media screen and (max-width: 961px) {
  .partners-companies .grid-row[data-gap="lg"] {
    margin: -20px -10px 0;
  }
  .partners-companies .grid-row[data-gap="lg"] > [class*="grid-col"] {
    margin-top: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 961px) {
  .partners-block {
    padding: 30px 10px 0;
    margin-top: 30px;
  }
  .partners-block .top-section-head {
    font-size: 24px;
  }
}

/*# sourceMappingURL=map/global_new2309.css.map */