@charset "utf-8";

/* css reset */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ol,
ul,
li,
dl,
dt,
dd,
table,
caption,
tr,
th,
td,
span,
p,
a,
b,
u,
i,
em,
img,
iframe,
fieldset,
form,
label,
legend,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
}

html {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

body {
  font: 14px/1.5 "Microsoft Yahei", "微软雅黑", Arial, Tahoma, Helvetica, sans-serif;
  color: #333;
  background-color: #fff;
  margin: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
}

input:focus,
textarea:focus {
  color: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
}

ol,
ul,
li {
  list-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

img {
  border: 0;
  outline: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input[type=date] {
  background-color: transparent;
  border: 0;
  filter: alpha(opacity=0);
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

/* WebKit browsers */
::-webkit-input-placeholder {
  color: #909090;
}

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: #909090;
  opacity: 1;
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: #909090;
  opacity: 1;
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
  color: #909090;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
}

*:focus {
  outline: none !important;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

/* display */
.m5508-dn {
  display: none;
}

.m5508-di {
  display: inline;
}

.m5508-db {
  display: block;
}

.m5508-dib {
  display: inline-block;
}

.m5508-fl {
  float: left;
}

.m5508-fr {
  float: right;
}

/* 块状元素水平居中 */
.m5508-auto {
  margin-left: auto;
  margin-right: auto;
}

/* overflow */
.m5508-ovh {
  overflow: hidden;
}

/* position */
.m5508-rel {
  position: relative;
}

.m5508-abs {
  position: absolute;
}

/* font-style */
.n {
  font-weight: normal;
  font-style: normal;
}

.b {
  font-weight: bold;
}

.i {
  font-style: italic;
}

/* text-align */
.m5508-tc {
  text-align: center;
}

.m5508-tr {
  text-align: right;
}

.m5508-tl {
  text-align: left;
}

.m5508-tj {
  text-align: justify;
}

/* margin */
.m5508-m0 {
  margin: 0 !important;
}

.m5508-ml0 {
  margin-left: 0;
}

.m5508-ml1 {
  margin-left: 1px;
}

.m5508-ml2 {
  margin-left: 2px;
}

.m5508-ml5 {
  margin-left: 5px;
}

.m5508-ml10 {
  margin-left: 10px;
}

.m5508-ml15 {
  margin-left: 15px;
}

.m5508-ml20 {
  margin-left: 20px;
}

.m5508-ml25 {
  margin-left: 25px;
}

.m5508-ml30 {
  margin-left: 30px;
}

.m5508-mr1 {
  margin-right: 1px;
}

.m5508-mr2 {
  margin-right: 2px;
}

.m5508-mr5 {
  margin-right: 5px;
}

.m5508-mr10 {
  margin-right: 10px;
}

.m5508-mr15 {
  margin-right: 15px;
}

.m5508-mr20 {
  margin-right: 20px;
}

.m5508-mr30 {
  margin-right: 30px;
}

.m5508-mt1 {
  margin-top: 1px;
}

.m5508-mt2 {
  margin-top: 2px;
}

.m5508-mt5 {
  margin-top: 5px;
}

.m5508-mt10 {
  margin-top: 10px;
}

.m5508-mt15 {
  margin-top: 15px;
}

.m5508-mt20 {
  margin-top: 20px;
}

.m5508-mt25 {
  margin-top: 25px;
}

.m5508-mt30 {
  margin-top: 30px;
}

.m5508-mb1 {
  margin-bottom: 1px;
}

.m5508-mb2 {
  margin-bottom: 2px;
}

.m5508-mb5 {
  margin-bottom: 5px;
}

.m5508-mb10 {
  margin-bottom: 10px;
}

.m5508-mb15 {
  margin-bottom: 15px;
}

.m5508-mb20 {
  margin-bottom: 20px;
}

.m5508-mb25 {
  margin-bottom: 25px;
}

.m5508-mb30 {
  margin-bottom: 30px;
}

/* padding */
.m5508-p0 {
  padding: 0;
}

.m5508-p1 {
  padding: 1px;
}

.m5508-pl1 {
  padding-left: 1px;
}

.m5508-pt1 {
  padding-top: 1px;
}

.m5508-pr1 {
  padding-right: 1px;
}

.m5508-pb1 {
  padding-bottom: 1px;
}

.m5508-p2 {
  padding: 2px;
}

.m5508-pl2 {
  padding-left: 2px;
}

.m5508-pt2 {
  padding-top: 2px;
}

.m5508-pr2 {
  padding-right: 2px;
}

.m5508-pb2 {
  padding-bottom: 2px;
}

.m5508-pl5 {
  padding-left: 5px;
}

.m5508-p5 {
  padding: 5px;
}

.m5508-pt5 {
  padding-top: 5px;
}

.m5508-pr5 {
  padding-right: 5px;
}

.m5508-pb5 {
  padding-bottom: 5px;
}

.m5508-p10 {
  padding: 10px;
}

.m5508-pl10 {
  padding-left: 10px;
}

.m5508-pt10 {
  padding-top: 10px;
}

.m5508-pr10 {
  padding-right: 10px;
}

.m5508-pb10 {
  padding-bottom: 10px;
}

.m5508-p15 {
  padding: 15px;
}

.m5508-pl15 {
  padding-left: 15px;
}

.m5508-pt15 {
  padding-top: 15px;
}

.m5508-pr15 {
  padding-right: 15px;
}

.m5508-pb15 {
  padding-bottom: 15px;
}

.m5508-p20 {
  padding: 20px;
}

.m5508-pl20 {
  padding-left: 20px;
}

.m5508-pt20 {
  padding-top: 20px;
}

.m5508-pr20 {
  padding-right: 20px;
}

.m5508-pb20 {
  padding-bottom: 20px;
}

.m5508-p30 {
  padding: 30px;
}

.m5508-pl30 {
  padding-left: 30px;
}

.m5508-pt30 {
  padding-top: 30px;
}

.m5508-pr30 {
  padding-right: 30px;
}

.m5508-pb30 {
  padding-bottom: 30px;
}

/* vertical-align */
.m5508-vm {
  vertical-align: middle;
}

.m5508-vtb {
  vertical-align: text-bottom;
}

.m5508-vb {
  vertical-align: bottom;
}

.m5508-vt {
  vertical-align: top;
}

.m5508-vn {
  vertical-align: -2px;
}

.m5508-bgnone {
  background: none !important;
}

.m5508-bnone {
  border: none !important;
}

/*nav - style*/
/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v.1.2
Created : 2016-06-02
Last update : 2016-10-19

============================================================== */
/* MEGAMENU STYLE
=================================*/
nav.bootsnav .dropdown.megamenu-fw {
  position: static;
}

nav.bootsnav .container {
  position: relative;
}

nav.bootsnav .m5508-megamenu-fw .dropdown-menu {
  left: auto;
}

nav.bootsnav .m5508-megamenu-content {
  padding: 15px;
  width: 100% !important;
}

nav.bootsnav .m5508-megamenu-content .m5508-title {
  margin-top: 0;
}

nav.bootsnav .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

/* Navbar
=================================*/
nav.navbar.bootsnav {
  margin-bottom: 0;
  border-radius: 0px;
  background-color: #fff;
  border: none;
  border-bottom: solid 1px #e0e0e0;
  z-index: 9;
}

nav.navbar.bootsnav ul.nav>li>a {
  color: #6f6f6f;
  background-color: transparent;
  outline: none;
  margin-bottom: -2px;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw>a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw>a:focus,
nav.navbar.bootsnav ul.nav li.active>a:hover,
nav.navbar.bootsnav ul.nav li.active>a:focus,
nav.navbar.bootsnav ul.nav li.active>a {
  background-color: transparent;
}

nav.navbar.bootsnav .navbar-toggle {
  background-color: #fff;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
}

nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
  top: 0;
  left: 100%;
}

nav.navbar.bootsnav ul.nav ul.dropdown-menu>li>a {
  white-space: normal;
}

ul.menu-col {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.menu-col li a {
  color: #6f6f6f;
}

ul.menu-col li a:hover,
ul.menu-col li a:focus {
  text-decoration: none;
}

/* Navbar Full
=================================*/
nav.bootsnav.navbar-full {
  padding-bottom: 10px;
  padding-top: 10px;
}

nav.bootsnav.navbar-full .navbar-header {
  display: block;
  width: 100%;
}

nav.bootsnav.navbar-full .navbar-toggle {
  display: inline-block;
  margin-right: 0;
  position: relative;
  top: 0;
  font-size: 30px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

nav.bootsnav.navbar-full .navbar-collapse {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  padding: 0;
  display: none !important;
  z-index: 9;
}

nav.bootsnav.navbar-full .navbar-collapse.in {
  display: block !important;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full {
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .m5508-wrap-full-menu {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
  width: 0;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav {
  display: block;
  width: 100%;
  overflow: auto;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav a:hover,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a:focus,
nav.bootsnav.navbar-full .navbar-collapse ul.nav a {
  background-color: transparent;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li {
  float: none;
  display: block;
  text-align: center;
}

nav.bootsnav.navbar-full .navbar-collapse ul.nav>li>a {
  display: table;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 24px;
  padding: 10px 15px;
}

li.close-full-menu>a {
  padding-top: 0px;
  padding-bottom: 0px;
}

li.close-full-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Atribute Navigation
=================================*/
.m5508-attr-nav {
  float: right;
  margin-left: 13px;
  margin-right: -15px;
}

.m5508-attr-nav>ul {
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
  display: inline-block;
}

.m5508-attr-nav>ul>li {
  float: left;
  display: block;
}

.m5508-attr-nav>ul>li>a {
  color: #6f6f6f;
  display: block;
  padding: 28px 15px;
  position: relative;
}

.m5508-attr-nav>ul>li>a span.badge {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 5px;
  font-size: 10px;
  padding: 0;
  width: 15px;
  height: 15px;
  padding-top: 2px;
}

.m5508-attr-nav>ul>li.dropdown ul.dropdown-menu {
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border: solid 1px #e0e0e0;
}

ul.cart-list {
  padding: 0 !important;
  width: 250px !important;
}

ul.cart-list>li {
  position: relative;
  border-bottom: solid 1px #efefef;
  padding: 15px 15px 23px 15px !important;
}

ul.cart-list>li>a.photo {
  padding: 0 !important;
  margin-right: 15px;
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  left: 15px;
  top: 15px;
}

ul.cart-list>li img {
  width: 50px;
  height: 50px;
  border: solid 1px #efefef;
}

ul.cart-list>li>h6 {
  margin: 0;
}

ul.cart-list>li>h6>a.photo {
  padding: 0 !important;
  display: block;
}

ul.cart-list>li>p {
  margin-bottom: 0;
}

ul.cart-list>li.total {
  background-color: #f5f5f5;
  padding-bottom: 15px !important;
}

ul.cart-list>li.total>.btn {
  display: inline-block;
  border-bottom: solid 1px #efefef;
}

ul.cart-list>li .m5508-price {
  font-weight: bold;
}

ul.cart-list>li.total>span {
  padding-top: 8px;
}

/* Top Search
=================================*/
.m5508-top-search {
  background-color: #333;
  padding: 10px 0;
  display: none;
}

.m5508-top-search input.form-control {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
}

.m5508-top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.m5508-top-search .input-group-addon.close-search {
  cursor: pointer;
}

/* Side Menu
=================================*/
body {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.on-side {
  margin-left: -280px;
}

.m5508-side {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -280px;
  width: 280px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.m5508-side.on {
  right: 0;
}

.m5508-side .m5508-close-side {
  float: right;
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
}

.m5508-side .m5508-widget {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.m5508-side .m5508-widget .m5508-title {
  color: #fff;
  margin-bottom: 15px;
}

.m5508-side .m5508-widget ul.link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.m5508-side .m5508-widget ul.link li a {
  color: #9f9f9f;
  letter-spacing: 1px;
}

.m5508-side .m5508-widget ul.link li a:focus,
.m5508-side .m5508-widget ul.link li a:hover {
  color: #fff;
  text-decoration: none;
}

/* Share
=================================*/
nav.navbar.bootsnav .m5508-share {
  padding: 0 30px;
  margin-bottom: 30px;
}

nav.navbar.bootsnav .m5508-share ul {
  display: inline-block;
  padding: 0;
  margin: 0 0 -7px 0;
  list-style: none;
}

nav.navbar.bootsnav .m5508-share ul>li {
  float: left;
  display: block;
  margin-right: 5px;
}

nav.navbar.bootsnav .m5508-share ul>li>a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #cfcfcf;
  color: #fff;
}

/* Transparent
=================================*/
nav.navbar.bootsnav.navbar-fixed {
  position: fixed;
  display: block;
  width: 100%;
}

nav.navbar.bootsnav.no-background {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* Navbar Sticky
=================================*/
.m5508-wrap-sticky {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m5508-wrap-sticky nav.navbar.bootsnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.m5508-wrap-sticky nav.navbar.bootsnav.sticked {
  position: fixed;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

body.on-side .m5508-wrap-sticky nav.navbar.bootsnav.sticked {
  left: -280px;
}

/* Navbar Responsive
=================================*/
@media (min-width: 1024px) and (max-width: 1400px) {
  body.wrap-nav-sidebar .m5508-wrapper .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {

  /* General Navbar
  =================================*/
  nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    margin-top: -2px;
  }

  nav.navbar.bootsnav ul.nav.navbar-right .dropdown-menu .dropdown-menu {
    left: -200px;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    padding: 30px 15px;
    font-weight: 600;
  }

  nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    margin-left: 5px;
    margin-top: 2px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
    padding: 0;
    width: 200px;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-top: solid 5px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover,
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li a:hover {
    background-color: transparent;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
    padding: 10px 15px;
    border-bottom: solid 1px #eee;
    color: #6f6f6f;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li:last-child>a {
    border-bottom: none;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: right;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
    font-family: "FontAwesome";
    float: right;
    content: "\f105";
    margin-top: 0;
  }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
    font-family: "FontAwesome";
    float: left;
    content: "\f104";
    margin-top: 0;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: -3px;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content {
    padding: 0 15px !important;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content>li {
    padding: 25px 0 20px;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed {
    padding: 0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content.tabbed>li {
    padding: 0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu {
    padding: 0 30px;
    margin: 0 -0.5px;
    border-left: solid 1px #f0f0f0;
    border-right: solid 1px #f0f0f0;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:first-child {
    border-left: none;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .col-menu:last-child {
    border-right: none;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .m5508-content {
    display: none;
  }

  nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .m5508-content ul.menu-col li a {
    text-align: left;
    padding: 5px 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    color: #6f6f6f;
  }

  nav.navbar.bootsnav.on ul.dropdown-menu.megamenu-content .m5508-content {
    display: block !important;
    height: auto !important;
  }

  /* Navbar Transparent
  =================================*/
  nav.navbar.bootsnav.no-background {
    background-color: transparent;
    border: none;
  }

  nav.navbar.bootsnav.navbar-transparent .m5508-attr-nav {
    padding-left: 15px;
    margin-left: 30px;
  }

  nav.navbar.bootsnav.navbar-transparent.white {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px #bbb;
  }

  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
  nav.navbar.bootsnav.navbar-transparent.dark {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px #555;
  }

  nav.navbar.bootsnav.navbar-transparent.white .m5508-attr-nav {
    border-left: solid 1px #bbb;
  }

  nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .m5508-attr-nav,
  nav.navbar.bootsnav.navbar-transparent.dark .m5508-attr-nav {
    border-left: solid 1px #555;
  }

  nav.navbar.bootsnav.no-background.white .m5508-attr-nav>ul>li>a,
  nav.navbar.bootsnav.navbar-transparent.white .m5508-attr-nav>ul>li>a,
  nav.navbar.bootsnav.navbar-transparent.white ul.nav>li>a,
  nav.navbar.bootsnav.no-background.white ul.nav>li>a {
    color: #fff;
  }

  nav.navbar.bootsnav.navbar-transparent.dark .m5508-attr-nav>ul>li>a,
  nav.navbar.bootsnav.navbar-transparent.dark ul.nav>li>a {
    color: #eee;
  }

  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .m5508-logo-scrolled,
  nav.navbar.bootsnav.navbar-fixed.no-background .m5508-logo-scrolled {
    display: none;
  }

  nav.navbar.bootsnav.navbar-fixed.navbar-transparent .m5508-logo-display,
  nav.navbar.bootsnav.navbar-fixed.no-background .m5508-logo-display {
    display: block;
  }

  nav.navbar.bootsnav.navbar-fixed .m5508-logo-display {
    display: none;
  }

  nav.navbar.bootsnav.navbar-fixed .m5508-logo-scrolled {
    display: block;
  }

  /* Atribute Navigation
  =================================*/
  .m5508-attr-nav>ul>li.dropdown ul.dropdown-menu {
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px;
  }

  /* Menu Center
  =================================*/
  nav.navbar.bootsnav.menu-center .container {
    position: relative;
  }

  nav.navbar.bootsnav.menu-center ul.nav.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }

  nav.navbar.bootsnav.menu-center .navbar-header,
  nav.navbar.bootsnav.menu-center .m5508-attr-nav {
    position: absolute;
  }

  nav.navbar.bootsnav.menu-center .m5508-attr-nav {
    right: 15px;
  }

  /* Navbar Brand top
  =================================*/
  nav.bootsnav.navbar-brand-top .navbar-header {
    display: block;
    width: 100%;
    text-align: center;
  }

  nav.bootsnav.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu {
    margin-top: 2px;
  }

  nav.bootsnav.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
    margin-top: 0;
  }

  nav.bootsnav.navbar-brand-top .navbar-header .navbar-brand {
    display: inline-block;
    float: none;
    margin: 0;
  }

  nav.bootsnav.navbar-brand-top .navbar-collapse {
    text-align: center;
  }

  nav.bootsnav.navbar-brand-top ul.nav {
    display: inline-block;
    float: none;
    margin: 0 0 -5px 0;
  }

  /* Navbar Center
  =================================*/
  nav.bootsnav.brand-center .navbar-header {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
  }

  nav.bootsnav.brand-center .navbar-brand {
    display: inline-block;
    float: none;
  }

  nav.bootsnav.brand-center .navbar-collapse {
    text-align: center;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
  }

  nav.bootsnav.brand-center ul.nav>li.dropdown>ul.dropdown-menu {
    margin-top: 2px;
  }

  nav.bootsnav.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
    margin-top: 0;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 50%;
    float: left;
    display: block;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    text-align: right;
    padding-right: 100px;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.right {
    text-align: left;
    padding-left: 100px;
  }

  nav.bootsnav.brand-center ul.nav {
    float: none !important;
    margin-bottom: -5px !important;
    display: inline-block !important;
  }

  nav.bootsnav.brand-center ul.nav.navbar-right {
    margin: 0;
  }

  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.left {
    text-align: left;
    padding-right: 100px;
  }

  nav.bootsnav.brand-center.center-side .navbar-collapse .col-half.right {
    text-align: right;
    padding-left: 100px;
  }

  /* Navbar Sidebar
  =================================*/
  body.wrap-nav-sidebar .m5508-wrapper {
    padding-left: 260px;
    overflow-x: hidden;
  }

  nav.bootsnav.navbar-sidebar {
    position: fixed;
    width: 260px;
    overflow: hidden;
    left: 0;
    padding: 0 0 0 0 !important;
    background: #fff;
    border-right: solid 1px #dfdfdf;
  }

  nav.bootsnav.navbar-sidebar .m5508-scroller {
    width: 280px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  nav.bootsnav.navbar-sidebar .container-fluid,
  nav.bootsnav.navbar-sidebar .container {
    padding: 0 !important;
  }

  nav.bootsnav.navbar-sidebar .navbar-header {
    float: none;
    display: block;
    width: 260px;
    padding: 10px 15px;
    margin: 10px 0 0 0 !important;
  }

  nav.bootsnav.navbar-sidebar .navbar-collapse {
    padding: 0 !important;
    width: 260px;
  }

  nav.bootsnav.navbar-sidebar ul.nav {
    float: none;
    display: block;
    width: 100%;
    padding: 0 15px !important;
    margin: 0 0 30px 0;
  }

  nav.bootsnav.navbar-sidebar ul.nav li {
    float: none !important;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li>a {
    padding: 10px 15px;
    font-weight: bold;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>a:after {
    float: right;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    left: 100%;
    top: 0;
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent;
    border: none !important;
    padding: 0;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
  }

  nav.bootsnav.navbar-sidebar ul.nav .m5508-megamenu-content .col-menu {
    border: none !important;
  }

  nav.bootsnav.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu {
    margin-bottom: 15px;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
    padding-left: 0;
    float: none;
    margin-bottom: 0;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
    padding: 5px 15px;
    color: #6f6f6f;
    border: none;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    padding-left: 15px;
    margin-top: 0;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
  }

  nav.bootsnav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a:before {
    content: "\f107";
  }

  nav.bootsnav.navbar-sidebar ul.dropdown-menu.megamenu-content>li {
    padding: 0 !important;
  }

  nav.bootsnav.navbar-sidebar .dropdown .m5508-megamenu-content .col-menu {
    display: block;
    float: none !important;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  nav.bootsnav.navbar-sidebar .dropdown .m5508-megamenu-content .col-menu .m5508-title {
    padding: 7px 0;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    color: #6f6f6f;
  }

  nav.bootsnav.navbar-sidebar .dropdown .m5508-megamenu-content .col-menu .m5508-title:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
  }

  nav.bootsnav.navbar-sidebar .dropdown .m5508-megamenu-content .col-menu.on .m5508-title:before {
    content: "\f107";
  }

  nav.bootsnav.navbar-sidebar .dropdown .m5508-megamenu-content .col-menu {
    border: none;
  }

  nav.bootsnav.navbar-sidebar .dropdown .m5508-megamenu-content .col-menu .m5508-content {
    padding: 0 0 0 15px;
  }

  nav.bootsnav.navbar-sidebar .dropdown .m5508-megamenu-content .col-menu ul.menu-col li a {
    padding: 3px 0 !important;
  }
}

@media (max-width: 991px) {

  /* Navbar Responsive
  =================================*/
  nav.navbar.bootsnav .navbar-brand {
    display: inline-block;
    float: none !important;
    margin: 0 !important;
  }

  nav.navbar.bootsnav .navbar-header {
    float: none;
    display: block;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  nav.navbar.bootsnav .navbar-toggle {
    float: left;
    margin-right: -200px;
    margin-top: 10px;
  }

  nav.navbar.bootsnav .navbar-collapse {
    border: none;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 350px;
    overflow-y: auto !important;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    display: block !important;
  }

  nav.navbar.bootsnav .navbar-nav {
    float: none !important;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0px -15px;
  }

  nav.navbar.bootsnav .navbar-nav>li {
    float: none;
  }

  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
  }

  nav.navbar.bootsnav li.dropdown.on>a.dropdown-toggle:before {
    content: "\f107";
  }

  nav.navbar.bootsnav .navbar-nav>li>a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    border-top: solid 1px #e0e0e0;
    margin-bottom: -1px;
  }

  nav.navbar.bootsnav .navbar-nav>li:first-child>a {
    border-top: none;
  }

  nav.navbar.bootsnav ul.navbar-nav.navbar-left>li:last-child>ul.dropdown-menu {
    border-bottom: solid 1px #e0e0e0;
  }

  nav.navbar.bootsnav ul.nav li.dropdown li a.dropdown-toggle {
    float: none !important;
    position: relative;
    display: block;
    width: 100%;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    padding: 0 0 0 15px !important;
    margin: 0 0 -1px 0 !important;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px 0px 0px;
  }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 10px 0;
    color: #6f6f6f;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:hover,
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li a:focus {
    background-color: transparent;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu ul.dropdown-menu {
    float: none !important;
    left: 0;
    padding: 0 0 0 15px;
    position: relative;
    background: transparent;
    width: 100%;
  }

  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on>ul.dropdown-menu {
    display: inline-block;
    margin-top: -10px;
  }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after {
    display: none;
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu .m5508-title {
    padding: 10px 15px 10px 0;
    line-height: 24px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: solid 1px #e0e0e0;
    color: #6f6f6f;
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu ul>li>a {
    display: block;
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 8px 0;
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu .m5508-title:before {
    font-family: "FontAwesome";
    content: "\f105";
    float: right;
    font-size: 16px;
    margin-left: 10px;
    position: relative;
    right: -15px;
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu:last-child .m5508-title {
    border-bottom: none;
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu.on:last-child .m5508-title {
    border-bottom: solid 1px #e0e0e0;
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
    border-bottom: none;
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu.on .m5508-title:before {
    content: "\f107";
  }

  nav.navbar.bootsnav .dropdown .m5508-megamenu-content .col-menu .m5508-content {
    padding: 0 0 0 15px;
  }

  nav.bootsnav.brand-center .navbar-collapse {
    display: block;
  }

  nav.bootsnav.brand-center ul.nav {
    margin-bottom: 0px !important;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half {
    width: 100%;
    float: none;
    display: block;
  }

  nav.bootsnav.brand-center .navbar-collapse .col-half.left {
    margin-bottom: 0;
  }

  nav.bootsnav .m5508-megamenu-content {
    padding: 0;
  }

  nav.bootsnav .m5508-megamenu-content .col-menu {
    padding-bottom: 0;
  }

  nav.bootsnav .m5508-megamenu-content .m5508-title {
    cursor: pointer;
    display: block;
    padding: 10px 15px;
    margin-bottom: 0;
    font-weight: normal;
  }

  nav.bootsnav .m5508-megamenu-content .m5508-content {
    display: none;
  }

  .m5508-attr-nav {
    position: absolute;
    right: 60px;
  }

  .m5508-attr-nav>ul {
    padding: 0;
    margin: 0 -15px -7px 0;
  }

  .m5508-attr-nav>ul>li>a {
    padding: 16px 15px 15px;
  }

  .m5508-attr-nav>ul>li.dropdown>a.dropdown-toggle:before {
    display: none;
  }

  .m5508-attr-nav>ul>li.dropdown ul.dropdown-menu {
    margin-top: 2px;
    margin-left: 55px;
    width: 250px;
    left: -250px;
    border-top: solid 5px;
  }

  .m5508-top-search .container {
    padding: 0 45px;
  }

  /* Navbar full Responsive
  =================================*/
  nav.bootsnav.navbar-full ul.nav {
    margin-left: 0;
  }

  nav.bootsnav.navbar-full ul.nav>li>a {
    border: none;
  }

  nav.bootsnav.navbar-full .navbar-brand {
    float: left !important;
    padding-left: 0;
  }

  nav.bootsnav.navbar-full .navbar-toggle {
    float: right;
    margin-right: 0;
    margin-top: 10px;
  }

  nav.bootsnav.navbar-full .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Navbar Sidebar
  =================================*/
  nav.navbar.bootsnav.navbar-sidebar .m5508-share {
    padding: 30px 15px;
    margin-bottom: 0;
  }

  /* Tabs
  =================================*/
  nav.navbar.bootsnav .m5508-megamenu-content.tabbed {
    padding-left: 0 !important;
  }

  nav.navbar.bootsnav .m5508-tabbed>li {
    padding: 25px 0;
    margin-left: -15px !important;
  }

  /* Mobile Navigation
  =================================*/
  body>.m5508-wrapper {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  body.side-right>.m5508-wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background: #fff;
    z-index: 99;
    width: 280px;
    height: 100% !important;
    left: -280px;
    top: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
    left: 0;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 293px;
    padding-right: 0;
    padding-left: 15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav>li>a {
    padding: 15px 15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu>li>a {
    padding-right: 15px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu .m5508-title {
    padding-right: 30px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse [class*=" col-"] {
    width: 100%;
  }

  nav.navbar.bootsnav.navbar-fixed .m5508-logo-scrolled {
    display: block !important;
  }

  nav.navbar.bootsnav.navbar-fixed .m5508-logo-display {
    display: none !important;
  }

  nav.navbar.bootsnav.navbar-mobile .m5508-tab-menu,
  nav.navbar.bootsnav.navbar-mobile .m5508-tab-content {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  nav.navbar.bootsnav .navbar-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .m5508-attr-nav {
    right: 30px;
  }

  .m5508-attr-nav>ul {
    margin-right: -10px;
  }

  .m5508-attr-nav>ul>li>a {
    padding: 16px 10px 15px;
    padding-left: 0 !important;
  }

  .m5508-attr-nav>ul>li.dropdown ul.dropdown-menu {
    left: -275px;
  }

  .m5508-top-search .container {
    padding: 0 15px;
  }

  nav.bootsnav.navbar-full .navbar-collapse {
    left: 15px;
  }

  nav.bootsnav.navbar-full .navbar-header {
    padding-right: 0;
  }

  nav.bootsnav.navbar-full .navbar-toggle {
    margin-right: -15px;
  }

  nav.bootsnav.navbar-full ul.nav>li>a {
    font-size: 18px !important;
    line-height: 24px !important;
    padding: 5px 10px !important;
  }

  /* Navbar Sidebar
  =================================*/
  nav.navbar.bootsnav.navbar-sidebar .m5508-share {
    padding: 30px 15px !important;
  }

  /* Navbar Sidebar
  =================================*/
  nav.navbar.bootsnav.navbar-sidebar .m5508-share {
    padding: 30px 0 !important;
    margin-bottom: 0;
  }

  nav.navbar.bootsnav.navbar-mobile.navbar-sidebar .m5508-share {
    padding: 30px 15px !important;
    margin-bottom: 0;
  }

  /* Mobile Navigation
  =================================*/
  body.side-right>.m5508-wrapper {
    margin-left: 280px;
    margin-right: -280px !important;
  }

  nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    margin-left: 0;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    margin-left: -15px;
  }

  nav.navbar.bootsnav.navbar-mobile ul.nav {
    border-top: solid 1px #fff;
  }

  li.close-full-menu {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 480px) and (max-width: 640px) {
  nav.bootsnav.navbar-full ul.nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*ui-select样式，可根据实际项目需求进行调整*/
.m5508-ui-select-wrap {
  display: inline-block;
  border: 1px solid #aaa;
  position: relative;
  height: 30px;
  padding-right: 15px;
  border-radius: 3px;
  background-color: #f2f2f2;
  cursor: pointer;
  font: 100 16px/30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 8;
  vertical-align: top;
}

.m5508-ui-select-wrap.focus {
  z-index: 9;
}

select.ui-select {
  height: 32px;
  vertical-align: top;
  padding: 0 8px 0 4px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f2f2f2;
  font: 100 16px/30px;
}

.m5508-ui-select-wrap>select {
  display: none;
  height: 32px;
  vertical-align: top;
  padding: 0 8px;
  border: 1px solid #aaa;
}

.m5508-ui-select-input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 15px;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.m5508-ui-select-arrow {
  display: block;
  position: absolute;
  right: 3px;
  top: 40%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-width: 6px 5px 0 5px;
  border-top-color: #999;
}

.m5508-ui-select-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  left: -1px;
  top: 30px;
  background-color: #fff;
  border: 1px solid #AAA;
  width: 100%;
  overflow: auto;
  max-height: 200px;
  border-radius: 0 3px 3px 3px;
}

.m5508-ui-select-wrap.up .m5508-ui-select-list {
  top: auto;
  bottom: 30px;
}

.m5508-ui-select-wrap.focus .m5508-ui-select-list {
  display: block;
}

.m5508-ui-select-list>li {
  display: block;
  line-height: 28px;
  padding: 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m5508-ui-select-list>li:hover {
  background-color: #ddd;
}

.m5508-ui-select-list>li.selected {
  background-color: #0080ff;
  color: #fff;
}

.m5508-ui-select-list>li.disabled {
  background-color: #f2f2f2;
  color: #999;
  cursor: not-allowed;
}

.m5508-ui-select-list>li.disabled.selected {
  background-color: #59ADFF;
  color: #f2f2f2;
  cursor: not-allowed;
}

.m5508-ui-select-wrap.disabled {
  color: #999;
  border-color: #ccc;
  cursor: not-allowed;
}

.m5508-ui-select-wrap.disabled .m5508-ui-select-arrow {
  border-top-color: #ccc;
}

html.hc-yscroll {
  overflow-y: scroll;
}

body.hc-nav-open {
  position: fixed;
  width: 100%;
  min-height: 100%;
}

.m5508-hc-mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.m5508-hc-mobile-nav.is-ios * {
  cursor: pointer !important;
}

.m5508-hc-mobile-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  width: 240px;
  max-width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.m5508-hc-mobile-nav .nav-wrapper {
  width: 100%;
}

.m5508-hc-mobile-nav .nav-wrapper.nav-wrapper-1 {
  position: static;
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.m5508-hc-mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.m5508-hc-mobile-nav li {
  position: relative;
  display: block;
}

.m5508-hc-mobile-nav li.level-open>.nav-wrapper {
  visibility: visible;
}

.m5508-hc-mobile-nav input[type=checkbox] {
  display: none;
}

.m5508-hc-mobile-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
}

.m5508-hc-mobile-nav a {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.m5508-hc-mobile-nav a,
.m5508-hc-mobile-nav a:hover {
  text-decoration: none;
}

.m5508-hc-mobile-nav.disable-body:not(.nav-open)::after {
  pointer-events: none;
}

.m5508-hc-mobile-nav.disable-body::after,
.m5508-hc-mobile-nav.disable-body .nav-wrapper::after {
  content: "";
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s ease 0.4s, opacity 0.4s ease;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease;
}

.m5508-hc-mobile-nav.disable-body.nav-open::after,
.m5508-hc-mobile-nav.disable-body .m5508-sub-level-open::after {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-wrapper::after {
  display: none;
}

.m5508-hc-mobile-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: height 0s ease 0.4s;
  transition: height 0s ease 0.4s;
}

.m5508-hc-mobile-nav.nav-levels-expand .m5508-level-open>.nav-wrapper {
  max-height: none;
}

.m5508-hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s ease 0.4s, -webkit-transform 0.4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease;
  transition: visibility 0s ease 0.4s, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.m5508-hc-mobile-nav.nav-levels-overlap ul ul {
  height: 100%;
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
}

.m5508-hc-mobile-nav.nav-levels-overlap ul li.nav-parent {
  position: static;
}

.m5508-hc-mobile-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.m5508-hc-mobile-nav.side-left {
  left: 0;
}

.m5508-hc-mobile-nav.side-left .nav-container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.m5508-hc-mobile-nav.side-left.nav-levels-overlap li.level-open>.nav-wrapper {
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

.m5508-hc-mobile-nav.side-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.m5508-hc-mobile-nav.side-right {
  right: 0;
}

.m5508-hc-mobile-nav.side-right .nav-container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.m5508-hc-mobile-nav.side-right.nav-levels-overlap li.level-open>.nav-wrapper {
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

.m5508-hc-mobile-nav.side-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.m5508-hc-mobile-nav.nav-open .nav-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.m5508-hc-nav-trigger {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 20px;
  z-index: 9980;
  min-height: 24px;
}

.m5508-hc-nav-trigger span {
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.m5508-hc-nav-trigger span,
.m5508-hc-nav-trigger span::before,
.m5508-hc-nav-trigger span::after {
  position: absolute;
  left: 0;
  height: 4px;
  background: #34495E;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.m5508-hc-nav-trigger span::before,
.m5508-hc-nav-trigger span::after {
  content: "";
  width: 100%;
}

.m5508-hc-nav-trigger span::before {
  top: -10px;
}

.m5508-hc-nav-trigger span::after {
  bottom: -10px;
}

.m5508-hc-nav-trigger.toggle-open span {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.m5508-hc-nav-trigger.toggle-open span::before {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

.m5508-hc-nav-trigger.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10px, 0, 0);
  transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.m5508-hc-mobile-nav::after,
.m5508-hc-mobile-nav .nav-wrapper::after {
  background: rgba(0, 0, 0, 0.3);
}

.m5508-hc-mobile-nav .nav-wrapper {
  background: rgba(157, 30, 35, 0.9);
}

.m5508-hc-mobile-nav.nav-open .nav-wrapper {
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.m5508-hc-mobile-nav h2 {
  font-size: 19px;
  font-weight: normal;
  text-align: left;
  padding: 20px 17px;
  color: #fff;
}

.m5508-hc-mobile-nav a {
  padding: 14px 17px;
  font-size: 15px;
  color: #fff;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.m5508-hc-mobile-nav:not(.m5508-touch-device) a:hover {
  background: #851115;
}

.m5508-hc-mobile-nav li {
  text-align: left;
}

.m5508-hc-mobile-nav li.nav-close a,
.m5508-hc-mobile-nav li.nav-back a {
  background: #851115;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.m5508-hc-mobile-nav li.nav-close a:hover,
.m5508-hc-mobile-nav li.nav-back a:hover {
  background: #851115;
}

.m5508-hc-mobile-nav li.nav-parent a {
  padding-right: 58px;
}

.m5508-hc-mobile-nav li.nav-close span,
.m5508-hc-mobile-nav li.nav-parent span.nav-next,
.m5508-hc-mobile-nav li.nav-back span {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.m5508-hc-mobile-nav li.nav-close span::before {
  display: block;
  content: "\f2d3";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m5508-hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.m5508-hc-mobile-nav span.nav-next::before,
.m5508-hc-mobile-nav li.nav-back span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.m5508-hc-mobile-nav span.nav-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.m5508-hc-mobile-nav li.nav-back span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.m5508-hc-mobile-nav.side-right span.nav-next::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.m5508-hc-mobile-nav.side-right li.nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.m5508-hc-mobile-nav.nav-levels-none .nav-container ul .nav-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container ul h2,
.m5508-hc-mobile-nav.nav-levels-none .nav-container ul h2 {
  display: none;
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container ul ul a,
.m5508-hc-mobile-nav.nav-levels-none .nav-container ul ul a {
  font-size: 14px;
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container li,
.m5508-hc-mobile-nav.nav-levels-none .nav-container li {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
.m5508-hc-mobile-nav.nav-levels-none .nav-container li.level-open {
  background: #9D1E23;
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container li.level-open a,
.m5508-hc-mobile-nav.nav-levels-none .nav-container li.level-open a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
.m5508-hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
  background: #8d151a;
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container li.level-open>a .nav-next::before,
.m5508-hc-mobile-nav.nav-levels-none .nav-container li.level-open>a .nav-next::before {
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.m5508-hc-mobile-nav.nav-levels-expand .nav-container span.nav-next::before,
.m5508-hc-mobile-nav.nav-levels-none .nav-container span.nav-next::before {
  margin-top: -2px;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}

.navbar .m5508-toggle {
  position: absolute;
  cursor: pointer;
  display: none;
  top: 20px;
  z-index: 9980;
  min-height: 24px;
  top: auto;
  left: auto;
  right: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 20px;
  padding-left: 55px;
  line-height: 24px;
  margin-top: 25px;
}

.navbar .m5508-toggle span {
  width: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.navbar .m5508-toggle span,
.navbar .m5508-toggle span::before,
.navbar .m5508-toggle span::after {
  position: absolute;
  left: 0;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar .m5508-toggle span::before,
.navbar .m5508-toggle span::after {
  content: "";
  width: 100%;
}

.navbar .m5508-toggle span::before {
  top: -8px;
}

.navbar .m5508-toggle span::after {
  bottom: -8px;
}

.navbar .m5508-toggle.toggle-open span {
  background: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .m5508-toggle.toggle-open span::before {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}

.navbar .m5508-toggle.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(8px, 0, 0);
  transform: rotate(-90deg) translate3d(8px, 0, 0);
}

.navbar .m5508-toggle:hover span,
.navbar .m5508-toggle:hover span::before,
.navbar .m5508-toggle:hover span::after {
  background: #fff;
}

.navbar .m5508-toggle div {
  display: inline-block;
  margin-right: 15px;
}

#main-nav {
  display: none;
}

.m5508-hc-mobile-nav .nav-container {
  width: 280px;
}

.m5508-hc-mobile-nav h2 {
  font-weight: 400;
}

.m5508-hc-mobile-nav a {
  font-size: 15px;
}

.m5508-hc-mobile-nav li.cryptocurrency>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.devices>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.mobile>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.television>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.camera>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.magazines>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.store>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.collections>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

.m5508-hc-mobile-nav li.credits>a::before {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  text-indent: 0;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  font-size: 19px;
  vertical-align: top;
  content: "";
}

@media (max-width: 767px) {
  .navbar .m5508-toggle {
    padding-left: 40px;
  }
}

.m5508-hamburger {
  display: none;
  z-index: 99;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.m5508-hamburger:hover {
  opacity: 0.7;
}

.m5508-hamburger-box {
  width: 34px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.m5508-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.m5508-hamburger-inner,
.m5508-hamburger-inner::before,
.m5508-hamburger-inner::after {
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.m5508-hamburger-inner::before,
.m5508-hamburger-inner::after {
  content: "";
  display: block;
}

.m5508-hamburger-inner::before {
  top: -10px;
}

.m5508-hamburger-inner::after {
  bottom: -10px;
}

.m5508-hamburger .m5508-hamburger-inner {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m5508-hamburger .m5508-hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.m5508-hamburger .m5508-hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.m5508-hamburger.is-active .m5508-hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m5508-hamburger.is-active .m5508-hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.m5508-hamburger.is-active .m5508-hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*-------------------------------- 5列栅格 ----------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/*src*/
/* 清除浮动 */
.m5508-fix {
  *zoom: 1;
}

.m5508-fix::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

/* 竖排文字 */
.m5508-writing-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

/* 垂直居中 */
.m5508-middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}

.m5508-middle-box:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.m5508-middle-box .m5508-middle-cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
}

:root {
  --skincol: #CE181B;
  --acolor: #f00;
  --webcolor: #9D1E23;
}

body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, PingFangSC-Regular, sans-serif !important;
  font-size: calc(100vw * 14 / 1920);
}

@media (max-width: 1199px) {
  body {
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 1.2727272727rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.2727272727rem;
  }
}

.container {
  *zoom: 1;
}

.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.container .row {
  margin: calc(100vw * 0 / 1920) calc(100vw * -15 / 1920) calc(100vw * 0 / 1920) calc(100vw * -15 / 1920);
}

@media (max-width: 1199px) {
  .container .row {
    margin: 0rem -1.0714285714rem 0rem -1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .container .row {
    margin: 0rem -1.3636363636rem 0rem -1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .container .row {
    margin: 0rem -1.3636363636rem 0rem -1.3636363636rem;
  }
}

.container .row>[class^=col-] {
  padding: calc(100vw * 0 / 1920) calc(100vw * 15 / 1920) calc(100vw * 0 / 1920) calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .container .row>[class^=col-] {
    padding: 0rem 1.0714285714rem 0rem 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .container .row>[class^=col-] {
    padding: 0rem 1.3636363636rem 0rem 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .container .row>[class^=col-] {
    padding: 0rem 1.3636363636rem 0rem 1.3636363636rem;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: calc(100vw * 16 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  body {
    font-size: 1.1428571429rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  body {
    font-size: 1.4545454545rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  body {
    font-size: 1.4545454545rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1680px) {
  body {
    font-size: calc(100vw * 14 / 1920);
  }
}

@media (min-width: 1680px) and (max-width: 1199px) {
  body {
    font-size: 1rem;
  }
}

@media (min-width: 1680px) and (max-width: 991px) {
  body {
    font-size: 1.2727272727rem;
  }
}

@media (min-width: 1680px) and (max-width: 767px) {
  body {
    font-size: 1.2727272727rem;
  }
}

@media (min-width: 1680px) {
  .container {
    width: 73.5%;
    padding-left: 0;
    padding-right: 0;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html,
body {
  height: 100%;
  min-height: 100%;
}

.m5508-wrapper {
  height: 100%;
  min-height: 100%;
}

.nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.nav-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-navbg.png") repeat-x left top;
  background-size: contain;
  height: calc(100vw * 180 / 1920);
}

@media (max-width: 1199px) {
  .nav-wrap::after {
    height: 12.8571428571rem;
  }
}

@media (max-width: 991px) {
  .nav-wrap::after {
    height: 16.3636363636rem;
  }
}

@media (max-width: 767px) {
  .nav-wrap::after {
    height: 16.3636363636rem;
  }
}

nav.navbar.bootsnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 999;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

nav.navbar.bootsnav .m5508-toggle {
  margin: calc(100vw * 90 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
  padding-left: 22px;
  right: 0;
  min-height: auto;
  top: 0;
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav .m5508-toggle {
    margin: 6.4285714286rem 0rem 0rem 0rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .m5508-toggle {
    margin: 8.1818181818rem 0rem 0rem 0rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .m5508-toggle {
    margin: 8.1818181818rem 0rem 0rem 0rem;
  }
}

nav.navbar.bootsnav .m5508-toggle span,
nav.navbar.bootsnav .m5508-toggle span::before,
nav.navbar.bootsnav .m5508-toggle span::after {
  height: calc(100vw * 3 / 1920);
  width: 22px;
}

@media (max-width: 1199px) {

  nav.navbar.bootsnav .m5508-toggle span,
  nav.navbar.bootsnav .m5508-toggle span::before,
  nav.navbar.bootsnav .m5508-toggle span::after {
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {

  nav.navbar.bootsnav .m5508-toggle span,
  nav.navbar.bootsnav .m5508-toggle span::before,
  nav.navbar.bootsnav .m5508-toggle span::after {
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {

  nav.navbar.bootsnav .m5508-toggle span,
  nav.navbar.bootsnav .m5508-toggle span::before,
  nav.navbar.bootsnav .m5508-toggle span::after {
    height: 0.2727272727rem;
  }
}

nav.navbar.bootsnav .navbar-brand {
  height: auto;
  display: block;
  padding: calc(100vw * 24 / 1920) calc(100vw * 0 / 1920) calc(100vw * 10 / 1920);
  width: calc(100vw * 505 / 1920);
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-brand {
    padding: 1.7142857143rem 0rem 0.7142857143rem;
    width: 36.0714285714rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    padding: 2.1818181818rem 0rem 0.9090909091rem;
    width: 45.9090909091rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav .navbar-brand {
    padding: 2.1818181818rem 0rem 0.9090909091rem;
    width: 45.9090909091rem;
  }
}

nav.navbar.bootsnav .navbar-brand img {
  display: block;
  width: 100%;
}

nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

nav.navbar.bootsnav ul.nav {
  float: right;
  padding-top: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav {
    padding-top: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav {
    padding-top: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav {
    padding-top: 5.4545454545rem;
  }
}

nav.navbar.bootsnav ul.nav>li {
  margin-right: calc(100vw * 25 / 1920);
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav>li {
    margin-right: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav>li {
    margin-right: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav>li {
    margin-right: 2.2727272727rem;
  }
}

nav.navbar.bootsnav ul.nav>li:last-child {
  margin-right: 0;
}

nav.navbar.bootsnav ul.nav>li>a {
  height: calc(100vw * 66 / 1920);
  line-height: calc(100vw * 66 / 1920);
  font-size: calc(100vw * 20 / 1920);
  color: #fff;
  position: relative;
  padding: 0;
  text-align: center;
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav>li>a {
    height: 4.7142857143rem;
    line-height: 4.7142857143rem;
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav>li>a {
    height: 6rem;
    line-height: 6rem;
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav>li>a {
    height: 6rem;
    line-height: 6rem;
    font-size: 1.8181818182rem;
  }
}

nav.navbar.bootsnav ul.nav>li>a::after {
  display: none;
}

nav.navbar.bootsnav ul.nav>li>a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.5);
  border-radius: calc(100vw * 2 / 1920);
  height: calc(100vw * 2 / 1920);
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav>li>a::before {
    border-radius: 0.1428571429rem;
    height: 0.1428571429rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav>li>a::before {
    border-radius: 0.1818181818rem;
    height: 0.1818181818rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav>li>a::before {
    border-radius: 0.1818181818rem;
    height: 0.1818181818rem;
  }
}

nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
  border: none;
  border-top: none;
  background: rgba(157, 30, 35, 0.9);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  min-width: calc(100vw * 180 / 1920);
  width: calc(100vw * 180 / 1920);
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
    min-width: 12.8571428571rem;
    width: 12.8571428571rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
    min-width: 16.3636363636rem;
    width: 16.3636363636rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu {
    min-width: 16.3636363636rem;
    width: 16.3636363636rem;
  }
}

nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-13.png") no-repeat center center;
  background-size: contain;
  width: calc(100vw * 122 / 1920);
  height: calc(100vw * 122 / 1920);
  bottom: calc(100vw * -61 / 1920);
  margin-left: calc(100vw * -61 / 1920);
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu::after {
    width: 8.7142857143rem;
    height: 8.7142857143rem;
    bottom: -4.3571428571rem;
    margin-left: -4.3571428571rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu::after {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
    bottom: -5.5454545455rem;
    margin-left: -5.5454545455rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu::after {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
    bottom: -5.5454545455rem;
    margin-left: -5.5454545455rem;
  }
}

nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li {
  position: relative;
  z-index: 9;
}

nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li>a {
  border-bottom: none;
  color: #fff;
  margin: 0;
  display: block;
  line-height: 1.6;
  text-align: center;
  padding: calc(100vw * 8 / 1920) calc(100vw * 20 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li>a {
    padding: 0.5714285714rem 1.4285714286rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li>a {
    padding: 0.7272727273rem 1.8181818182rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li>a {
    padding: 0.7272727273rem 1.8181818182rem;
    font-size: 1.4545454545rem;
  }
}

nav.navbar.bootsnav ul.nav li.dropdown .dropdown-menu li>a:hover {
  background-color: #9D1E23;
  color: #fff;
}

nav.navbar.bootsnav ul.nav>li>a:hover,
nav.navbar.bootsnav ul.nav>li>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a:hover,
nav.navbar.bootsnav ul.nav>li.active>a:focus,
nav.navbar.bootsnav ul.nav>li.active>a,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a {
  background-color: transparent !important;
  color: #fff !important;
}

nav.navbar.bootsnav ul.nav>li>a:hover::before,
nav.navbar.bootsnav ul.nav>li>a:focus::before,
nav.navbar.bootsnav ul.nav>li.active>a:hover::before,
nav.navbar.bootsnav ul.nav>li.active>a:focus::before,
nav.navbar.bootsnav ul.nav>li.active>a::before,
nav.navbar.bootsnav ul.nav>li.dropdown.on>a::before {
  width: 100%;
}

nav.navbar.bootsnav.scroll {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(157, 30, 35, 0.9);
  min-height: auto !important;
}

.nav-other {
  position: absolute;
  right: 0;
  top: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .nav-other {
    top: 2.1428571429rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .nav-other {
    top: 2.7272727273rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .nav-other {
    top: 2.7272727273rem;
    line-height: 2.7272727273rem;
  }
}

.nav-other>div {
  float: left;
  margin-right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .nav-other>div {
    margin-right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .nav-other>div {
    margin-right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .nav-other>div {
    margin-right: 1.8181818182rem;
  }
}

.nav-other>div:last-child {
  margin-right: 0;
}

.nav-other .m5508-other-link-w {
  float: left;
  position: relative;
  padding-right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .nav-other .m5508-other-link-w {
    padding-right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .nav-other .m5508-other-link-w {
    padding-right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .nav-other .m5508-other-link-w {
    padding-right: 1.8181818182rem;
  }
}

.nav-other .m5508-other-link-w::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: calc(100vw * 1 / 1920);
  height: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .nav-other .m5508-other-link-w::before {
    width: 0.0714285714rem;
    height: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .nav-other .m5508-other-link-w::before {
    width: 0.0909090909rem;
    height: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .nav-other .m5508-other-link-w::before {
    width: 0.0909090909rem;
    height: 1.4545454545rem;
  }
}

.nav-other .m5508-other-link-w #dropdownMenuLink {
  color: rgba(255, 255, 255, 0.8);
}

.nav-other .m5508-other-link-w #dropdownMenuLink .m5508-other-link {
  display: block;
}

.nav-other .m5508-other-language {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-01.png");
  opacity: 0.8;
  padding-left: calc(100vw * 20 / 1920);
  background-size: calc(100vw * 14 / 1920);
}

.nav-other .m5508-other-language a {
  display: block;
  color: #fff;
}

@media (max-width: 1199px) {
  .nav-other .m5508-other-language {
    padding-left: 1.4285714286rem;
    background-size: 1rem;
  }
}

@media (max-width: 991px) {
  .nav-other .m5508-other-language {
    padding-left: 1.8181818182rem;
    background-size: 1.2727272727rem;
  }
}

@media (max-width: 767px) {
  .nav-other .m5508-other-language {
    padding-left: 1.8181818182rem;
    background-size: 1.2727272727rem;
  }
}

.nav-other .m5508-other-link {
  margin-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .nav-other .m5508-other-link {
    margin-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .nav-other .m5508-other-link {
    margin-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .nav-other .m5508-other-link {
    margin-right: 2.7272727273rem;
  }
}

.nav-other .m5508-other-link li a {
  display: block;
  color: #666;
  line-height: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 15 / 1920);
}

.nav-other .m5508-other-link li a:hover,
.nav-other .m5508-other-link li a:focus {
  background: none;
  color: #9D1E23;
}

@media (max-width: 1199px) {
  .nav-other .m5508-other-link li a {
    line-height: 2.1428571429rem;
    font-size: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .nav-other .m5508-other-link li a {
    line-height: 2.7272727273rem;
    font-size: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .nav-other .m5508-other-link li a {
    line-height: 2.7272727273rem;
    font-size: 1.3636363636rem;
  }
}

@media (min-width: 1440px) and (max-width: 1679px) {
  nav.navbar.bootsnav .navbar-brand {
    width: 35rem;
  }

  nav.navbar.bootsnav ul.nav>li {
    margin-right: 1.25rem;
  }

  nav.navbar.bootsnav ul.nav>li a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  nav.navbar.bootsnav .navbar-brand {
    width: 28.75rem;
  }

  nav.navbar.bootsnav ul.nav>li {
    margin-right: 0.75rem;
  }

  nav.navbar.bootsnav ul.nav>li a {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {

  nav.navbar.bootsnav .container,
  .m5508-index-banner .container,
  .m5508-explore-IBP-header .container,
  .m5508-public-cwrap .container {
    width: 90%;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav .container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  nav.navbar.bootsnav .navbar-collapse.collapse {
    display: none !important;
  }

  nav.navbar.bootsnav .navbar-header {
    float: left !important;
    padding-left: 0;
    padding-right: 0;
  }

  nav.navbar.bootsnav .m5508-toggle {
    margin-top: 6rem;
  }

  nav.navbar.bootsnav .m5508-phone-menu-toggle {
    display: block;
  }

  .m5508-other-page nav.navbar.bootsnav {
    min-height: auto;
  }

  .m5508-other-page nav.navbar.bootsnav .m5508-toggle {
    margin-top: 4rem;
  }
}

@media (min-width: 992px) {
  nav.navbar.bootsnav .navbar-brand {
    margin-left: 0;
  }

  .nav-other .m5508-other-link-w #dropdownMenuLink {
    display: none;
  }

  .nav-other .m5508-other-link-w .m5508-other-link {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
  }

  .nav-other .m5508-other-link-w .m5508-other-link li {
    float: left;
    line-height: calc(100vw * 30 / 1920);
    margin-right: calc(100vw * 20 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-other .m5508-other-link-w .m5508-other-link li {
    line-height: 2.1428571429rem;
    margin-right: 1.4285714286rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .nav-other .m5508-other-link-w .m5508-other-link li {
    line-height: 2.7272727273rem;
    margin-right: 1.8181818182rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .nav-other .m5508-other-link-w .m5508-other-link li {
    line-height: 2.7272727273rem;
    margin-right: 1.8181818182rem;
  }
}

@media (min-width: 992px) {
  .nav-other .m5508-other-link-w .m5508-other-link li:last-child {
    margin-right: 0;
  }

  .nav-other .m5508-other-link-w .m5508-other-link li a {
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
  }

  .nav-other .m5508-other-link-w .m5508-other-link li:hover a {
    background-color: transparent;
    color: #fff;
  }
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-brand {
    padding-left: 15px;
    padding-right: 15px;
    width: 43.75rem;
  }

  nav.navbar.bootsnav .m5508-toggle {
    margin-top: 6.25rem;
  }

  nav.navbar.bootsnav .m5508-toggle span,
  nav.navbar.bootsnav .m5508-toggle span::before,
  nav.navbar.bootsnav .m5508-toggle span::after {
    height: 0.1875rem;
  }

  .nav-other {
    top: 1.25rem !important;
  }
}

@media (max-width: 767px) {
  .nav-wrap {
    position: relative;
    background-color: #9D1E23;
  }

  .nav-wrap::after {
    display: none;
  }

  nav.navbar.bootsnav {
    position: relative;
    min-height: auto;
  }

  nav.navbar.bootsnav .container {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  nav.navbar.bootsnav .navbar-header {
    margin-left: 0;
  }

  nav.navbar.bootsnav .navbar-brand {
    width: 80%;
    padding-top: 3.75rem;
    padding-bottom: 1.25rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  nav.navbar.bootsnav .navbar-brand img {
    display: block;
  }

  nav.navbar.bootsnav .m5508-toggle {
    margin-top: 6.5rem;
    right: 1.5625rem;
  }

  .nav-other {
    top: 0.9375rem !important;
    right: 15px;
  }
}

.m5508-other-search {
  float: left;
}

.m5508-other-search a {
  display: block;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-search.png") no-repeat center center;
  opacity: 0.6;
  background-size: calc(100vw * 15 / 1920);
  width: calc(100vw * 30 / 1920);
  height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-other-search a {
    background-size: 1.0714285714rem;
    width: 2.1428571429rem;
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-other-search a {
    background-size: 1.3636363636rem;
    width: 2.7272727273rem;
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-other-search a {
    background-size: 1.3636363636rem;
    width: 2.7272727273rem;
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-other-search {
    right: 6.25rem;
  }
}

.m5508-main-search {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: calc(100vw * 200 / 1920);
  width: 100%;
  background: #9D1E23;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

@media (max-width: 1199px) {
  .m5508-main-search {
    height: 14.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-main-search {
    height: 18.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search {
    height: 18.1818181818rem;
  }
}

.m5508-main-search.is-visible {
  -webkit-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}

.m5508-main-search.search-form-visible,
.m5508-main-search.is-visible {
  opacity: 1;
  visibility: visible;
}

.m5508-main-search.search-form-visible .m5508-search-close,
.m5508-main-search.is-visible .m5508-search-close {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.m5508-main-search .text-replace {
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.m5508-main-search .m5508-search-logo {
  position: absolute;
  left: calc(100vw * 30 / 1920);
  top: 50%;
  width: 20%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .m5508-main-search .m5508-search-logo {
    left: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-main-search .m5508-search-logo {
    left: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search .m5508-search-logo {
    left: 2.7272727273rem;
  }
}

.m5508-main-search .m5508-search-logo img {
  display: block;
  width: 100%;
}

.m5508-main-search .m5508-search-close {
  display: inline-block;
  position: absolute;
  right: 4%;
  top: 50%;
  height: calc(100vw * 40 / 1920);
  width: calc(100vw * 40 / 1920);
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1199px) {
  .m5508-main-search .m5508-search-close {
    height: 2.8571428571rem;
    width: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-main-search .m5508-search-close {
    height: 3.6363636364rem;
    width: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search .m5508-search-close {
    height: 3.6363636364rem;
    width: 3.6363636364rem;
  }
}

.m5508-main-search .m5508-search-close::before,
.m5508-main-search .m5508-search-close::after {
  content: "";
  position: absolute;
  height: calc(100vw * 20 / 1920);
  width: calc(100vw * 2 / 1920);
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}

@media (max-width: 1199px) {

  .m5508-main-search .m5508-search-close::before,
  .m5508-main-search .m5508-search-close::after {
    height: 1.4285714286rem;
    width: 0.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-main-search .m5508-search-close::before,
  .m5508-main-search .m5508-search-close::after {
    height: 1.8181818182rem;
    width: 0.1818181818rem;
  }
}

@media (max-width: 767px) {

  .m5508-main-search .m5508-search-close::before,
  .m5508-main-search .m5508-search-close::after {
    height: 1.8181818182rem;
    width: 0.1818181818rem;
  }
}

.m5508-main-search .m5508-search-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.m5508-main-search .m5508-search-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.m5508-main-search .m5508-search-cont {
  padding: calc(100vw * 50 / 1920) calc(100vw * 80 / 1920) calc(100vw * 50 / 1920) calc(100vw * 0 / 1920);
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 21% 0 25%;
}

@media (max-width: 1199px) {
  .m5508-main-search .m5508-search-cont {
    padding: 3.5714285714rem 5.7142857143rem 3.5714285714rem 0rem;
  }
}

@media (max-width: 991px) {
  .m5508-main-search .m5508-search-cont {
    padding: 4.5454545455rem 7.2727272727rem 4.5454545455rem 0rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search .m5508-search-cont {
    padding: 4.5454545455rem 7.2727272727rem 4.5454545455rem 0rem;
  }
}

.m5508-main-search .m5508-search-cont .m5508-search-inp {
  font-size: calc(100vw * 18 / 1920);
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 60 / 1920);
  padding-right: calc(100vw * 100 / 1920);
  padding-left: calc(100vw * 30 / 1920);
  background-color: transparent;
  display: block;
  color: #fff;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .m5508-main-search .m5508-search-cont .m5508-search-inp {
    font-size: 1.2857142857rem;
    height: 4.2857142857rem;
    line-height: 4.2857142857rem;
    padding-right: 7.1428571429rem;
    padding-left: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-main-search .m5508-search-cont .m5508-search-inp {
    font-size: 1.6363636364rem;
    height: 5.4545454545rem;
    line-height: 5.4545454545rem;
    padding-right: 9.0909090909rem;
    padding-left: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search .m5508-search-cont .m5508-search-inp {
    font-size: 1.6363636364rem;
    height: 5.4545454545rem;
    line-height: 5.4545454545rem;
    padding-right: 9.0909090909rem;
    padding-left: 2.7272727273rem;
  }
}

.m5508-main-search .m5508-search-cont input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m5508-main-search .m5508-search-cont input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m5508-main-search .m5508-search-cont input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m5508-main-search .m5508-search-cont input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m5508-main-search .m5508-search-cont input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.m5508-main-search .m5508-search-cont .m5508-search-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  height: calc(100vw * 40 / 1920);
  width: calc(100vw * 40 / 1920);
  border-radius: 50%;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-search.png") no-repeat center center rgba(255, 255, 255, 0.8);
  background-size: 0.7291666667vw;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 1199px) {
  .m5508-main-search .m5508-search-cont .m5508-search-btn {
    height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-main-search .m5508-search-cont .m5508-search-btn {
    height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search .m5508-search-cont .m5508-search-btn {
    height: 3.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-main-search .m5508-search-cont .m5508-search-btn {
    width: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-main-search .m5508-search-cont .m5508-search-btn {
    width: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search .m5508-search-cont .m5508-search-btn {
    width: 3.6363636364rem;
  }
}

.m5508-search-box {
  position: absolute;
  right: 0;
  top: calc(100vw * 15 / 1920);
  width: calc(100vw * 180 / 1920);
}

@media (max-width: 1199px) {
  .m5508-search-box {
    top: 1.0714285714rem;
    width: 12.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-search-box {
    top: 1.3636363636rem;
    width: 16.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-search-box {
    top: 1.3636363636rem;
    width: 16.3636363636rem;
  }
}

.m5508-search-box .m5508-box-inp {
  display: block;
  width: 100%;
  border: none;
  background: #fff;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
  padding-left: calc(100vw * 15 / 1920);
  padding-right: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-search-box .m5508-box-inp {
    height: 2.1428571429rem;
    line-height: 2.1428571429rem;
    padding-left: 1.0714285714rem;
    padding-right: 2.8571428571rem;
    border-radius: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-search-box .m5508-box-inp {
    height: 2.7272727273rem;
    line-height: 2.7272727273rem;
    padding-left: 1.3636363636rem;
    padding-right: 3.6363636364rem;
    border-radius: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-search-box .m5508-box-inp {
    height: 2.7272727273rem;
    line-height: 2.7272727273rem;
    padding-left: 1.3636363636rem;
    padding-right: 3.6363636364rem;
    border-radius: 1.8181818182rem;
  }
}

.m5508-search-box .m5508-box-sub {
  position: absolute;
  background-image: url("https://www.powersalesteam.com/images/dwsyzx2024-search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: calc(100vw * 14 / 1920);
  height: calc(100vw * 14 / 1920);
  right: calc(100vw * 15 / 1920);
  top: calc(100vw * 8 / 1920);
}

@media (max-width: 1199px) {
  .m5508-search-box .m5508-box-sub {
    width: 1rem;
    height: 1rem;
    right: 1.0714285714rem;
    top: 0.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-search-box .m5508-box-sub {
    width: 1.2727272727rem;
    height: 1.2727272727rem;
    right: 1.3636363636rem;
    top: 0.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-search-box .m5508-box-sub {
    width: 1.2727272727rem;
    height: 1.2727272727rem;
    right: 1.3636363636rem;
    top: 0.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-main-search {
    height: auto;
    padding: 50px 20px;
  }

  .m5508-main-search .m5508-search-logo {
    position: static;
    width: 84%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .m5508-main-search .m5508-search-close {
    top: 30px;
  }

  .m5508-main-search .m5508-search-cont {
    padding: 0 50px 0 0;
    position: relative;
    margin: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .m5508-main-search .m5508-search-cont .m5508-search-inp {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
  }

  .m5508-main-search .m5508-search-cont .m5508-search-btn {
    width: 30px;
    height: 30px;
    background-size: 15px;
  }
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.m5508-footer {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-footerbg.png") no-repeat left bottom;
  background-size: cover;
}

.m5508-footer .m5508-footer-info {
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-bottom-style: solid;
  padding-top: calc(100vw * 55 / 1920);
  padding-bottom: calc(100vw * 45 / 1920);
  line-height: calc(100vw * 26 / 1920);
  border-bottom-width: calc(100vw * 1 / 1920);
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-info {
    padding-top: 3.9285714286rem;
    padding-bottom: 3.2142857143rem;
    line-height: 1.8571428571rem;
    border-bottom-width: 0.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-info {
    padding-top: 5rem;
    padding-bottom: 4.0909090909rem;
    line-height: 2.3636363636rem;
    border-bottom-width: 0.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-info {
    padding-top: 5rem;
    padding-bottom: 4.0909090909rem;
    line-height: 2.3636363636rem;
    border-bottom-width: 0.0909090909rem;
  }
}

.m5508-footer .m5508-footer-info .m5508-footer-nav-list {
  margin-left: calc(100vw * -10 / 1920);
  margin-right: calc(100vw * -10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-info .m5508-footer-nav-list {
    margin-left: -0.7142857143rem;
    margin-right: -0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-info .m5508-footer-nav-list {
    margin-left: -0.9090909091rem;
    margin-right: -0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-info .m5508-footer-nav-list {
    margin-left: -0.9090909091rem;
    margin-right: -0.9090909091rem;
  }
}

.m5508-footer .m5508-footer-info .m5508-footer-nav-list li {
  float: left;
  width: 10.5%;
  padding-left: calc(100vw * 10 / 1920);
  padding-right: calc(100vw * 10 / 1920);
}

.m5508-footer .m5508-footer-info .m5508-footer-nav-list li:nth-child(3) {
  width: 15%;
}

.m5508-footer .m5508-footer-info .m5508-footer-nav-list li:nth-child(5) {
  width: 11.5%;
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-info .m5508-footer-nav-list li {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-info .m5508-footer-nav-list li {
    padding-left: 0.9090909091rem;
    padding-right: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-info .m5508-footer-nav-list li {
    padding-left: 0.9090909091rem;
    padding-right: 0.9090909091rem;
  }
}

.m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-title {
  color: #fff;
  font-weight: bold;
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 28 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-title {
    font-size: 1.2857142857rem;
    line-height: 2rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-title {
    font-size: 1.6363636364rem;
    line-height: 2.5454545455rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-title {
    font-size: 1.6363636364rem;
    line-height: 2.5454545455rem;
    margin-bottom: 1.3636363636rem;
  }
}

.m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-cont a {
  display: block;
  color: #fff;
  padding-top: calc(100vw * 3 / 1920);
  padding-bottom: calc(100vw * 3 / 1920);
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-cont a {
    padding-top: 0.2142857143rem;
    padding-bottom: 0.2142857143rem;
    line-height: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-cont a {
    padding-top: 0.2727272727rem;
    padding-bottom: 0.2727272727rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-cont a {
    padding-top: 0.2727272727rem;
    padding-bottom: 0.2727272727rem;
    line-height: 2rem;
  }
}

.m5508-footer .m5508-footer-info .m5508-box-item .m5508-item-cont a:hover {
  text-decoration: underline;
}

.m5508-footer .m5508-footer-copy {
  color: rgba(255, 255, 255, 0.6);
  padding-top: calc(100vw * 25 / 1920);
  padding-bottom: calc(100vw * 25 / 1920);
  line-height: calc(100vw * 26 / 1920);
  border-bottom-width: calc(100vw * 1 / 1920);
}

.m5508-footer .m5508-footer-copy .container {
  position: relative;
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-copy {
    padding-top: 1.7857142857rem;
    padding-bottom: 1.7857142857rem;
    line-height: 1.8571428571rem;
    border-bottom-width: 0.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-copy {
    padding-top: 2.2727272727rem;
    padding-bottom: 2.2727272727rem;
    line-height: 2.3636363636rem;
    border-bottom-width: 0.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-copy {
    padding-top: 2.2727272727rem;
    padding-bottom: 2.2727272727rem;
    line-height: 2.3636363636rem;
    border-bottom-width: 0.0909090909rem;
  }
}

.m5508-footer .m5508-footer-copy .m5508-copy-info {
  min-height: calc(100vw * 70 / 1920);
  padding-top: calc(100vw * 10 / 1920);
}

.m5508-footer .m5508-footer-copy .m5508-copy-info .m5508-info-logo {
  float: left;
  margin-right: calc(100vw * 15 / 1920);
  width: calc(100vw * 168 / 1920);
  padding-top: calc(100vw * 8 / 1920);
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-info .m5508-info-logo {
    margin-right: 1.0714285714rem;
    width: 12rem;
    padding-top: 0.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-info .m5508-info-logo {
    margin-right: 1.3636363636rem;
    width: 15.2727272727rem;
    padding-top: 0.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-info .m5508-info-logo {
    margin-right: 1.3636363636rem;
    width: 15.2727272727rem;
    padding-top: 0.7272727273rem;
  }
}

.m5508-footer .m5508-footer-copy .m5508-copy-info .m5508-info-logo img {
  display: block;
  width: 100%;
}

.m5508-footer .m5508-footer-copy .m5508-copy-info .m5508-info-txt {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-info {
    min-height: 5rem;
    padding-top: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-info {
    min-height: 6.3636363636rem;
    padding-top: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-info {
    min-height: 6.3636363636rem;
    padding-top: 0.9090909091rem;
  }
}

.m5508-footer .m5508-footer-copy .m5508-copy-info a,
.m5508-footer .m5508-footer-copy .m5508-copy-info span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  margin-right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-footer .m5508-footer-copy .m5508-copy-info a,
  .m5508-footer .m5508-footer-copy .m5508-copy-info span {
    margin-right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-footer .m5508-footer-copy .m5508-copy-info a,
  .m5508-footer .m5508-footer-copy .m5508-copy-info span {
    margin-right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-footer .m5508-footer-copy .m5508-copy-info a,
  .m5508-footer .m5508-footer-copy .m5508-copy-info span {
    margin-right: 1.8181818182rem;
  }
}

.m5508-footer .m5508-footer-copy .m5508-copy-info a::last-child,
.m5508-footer .m5508-footer-copy .m5508-copy-info span::last-child {
  margin-right: 0;
}

.m5508-footer .m5508-footer-copy .m5508-copy-info a:hover {
  color: #fff;
}

.m5508-footer .m5508-footer-copy .m5508-copy-sydw {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100vw * 56 / 1920);
}

@media (max-width: 1199px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-sydw {
    width: 4rem;
  }
}

@media (max-width: 991px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-sydw {
    width: 5.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-footer .m5508-footer-copy .m5508-copy-sydw {
    width: 5.0909090909rem;
  }
}

.m5508-footer .m5508-footer-copy .m5508-copy-sydw img {
  display: block;
  width: 100%;
}

/*------------------------------------- index ----------------------------------------------*/
.m5508-index-banner {
  height: 100%;
}

.m5508-index-banner .container {
  position: relative;
}

.m5508-index-banner .swiper-container {
  height: 100%;
}

.m5508-index-banner:hover .m5508-banner-next {
  right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner:hover .m5508-banner-next {
    right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner:hover .m5508-banner-next {
    right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner:hover .m5508-banner-next {
    right: 1.8181818182rem;
  }
}

.m5508-index-banner:hover .m5508-banner-prev {
  left: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner:hover .m5508-banner-prev {
    left: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner:hover .m5508-banner-prev {
    left: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner:hover .m5508-banner-prev {
    left: 1.8181818182rem;
  }
}

.m5508-index-banner .m5508-banner-next,
.m5508-index-banner .m5508-banner-prev {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  background-color: rgba(157, 30, 35, 0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center center;
  display: none;
  background-size: calc(100vw * 12 / 1920);
  width: calc(100vw * 45 / 1920);
  height: calc(100vw * 45 / 1920);
}

@media (max-width: 1199px) {

  .m5508-index-banner .m5508-banner-next,
  .m5508-index-banner .m5508-banner-prev {
    background-size: 0.8571428571rem;
    width: 3.2142857143rem;
    height: 3.2142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-banner .m5508-banner-next,
  .m5508-index-banner .m5508-banner-prev {
    background-size: 1.0909090909rem;
    width: 4.0909090909rem;
    height: 4.0909090909rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-banner .m5508-banner-next,
  .m5508-index-banner .m5508-banner-prev {
    background-size: 1.0909090909rem;
    width: 4.0909090909rem;
    height: 4.0909090909rem;
  }
}

.m5508-index-banner .m5508-banner-next::after,
.m5508-index-banner .m5508-banner-prev::after {
  display: none;
}

.m5508-index-banner .m5508-banner-next:hover,
.m5508-index-banner .m5508-banner-prev:hover {
  background-color: rgb(157, 30, 35);
}

.m5508-index-banner .m5508-banner-next {
  right: -60px;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-next.png");
}

.m5508-index-banner .m5508-banner-prev {
  left: -60px;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-prev.png");
}

.m5508-index-banner .m5508-banner-page-w {
  position: absolute;
  right: 5%;
  z-index: 9;
  width: auto;
  bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner .m5508-banner-page-w {
    bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner .m5508-banner-page-w {
    bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner .m5508-banner-page-w {
    bottom: 2.7272727273rem;
  }
}

.m5508-index-banner .m5508-banner-page-w .m5508-banner-page {
  position: static;
}

.m5508-index-banner .m5508-banner-page-w .m5508-banner-page div {
  float: left;
  position: relative;
  width: calc(100vw * 28 / 1920);
  height: calc(100vw * 28 / 1920);
  margin-left: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner .m5508-banner-page-w .m5508-banner-page div {
    width: 2rem;
    height: 2rem;
    margin-left: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner .m5508-banner-page-w .m5508-banner-page div {
    width: 2.5454545455rem;
    height: 2.5454545455rem;
    margin-left: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner .m5508-banner-page-w .m5508-banner-page div {
    width: 2.5454545455rem;
    height: 2.5454545455rem;
    margin-left: 0.9090909091rem;
  }
}

.m5508-index-banner .m5508-banner-page-w .m5508-banner-page span,
.m5508-index-banner .m5508-banner-page-w .m5508-banner-page svg {
  position: absolute;
  z-index: 9;
}

.m5508-index-banner .m5508-banner-page-w .m5508-banner-page span {
  background: rgba(242, 243, 245, 0.8);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100vw * 10 / 1920);
  height: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner .m5508-banner-page-w .m5508-banner-page span {
    width: 0.7142857143rem;
    height: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner .m5508-banner-page-w .m5508-banner-page span {
    width: 0.9090909091rem;
    height: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner .m5508-banner-page-w .m5508-banner-page span {
    width: 0.9090909091rem;
    height: 0.9090909091rem;
  }
}

.m5508-index-banner .m5508-banner-page-w .m5508-banner-page svg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.m5508-index-banner .m5508-banner-page-w .m5508-banner-page svg circle {
  opacity: 0;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 180;
  stroke-dashoffset: 180;
  -webkit-transition: stroke-dashoffset 0s linear, opacity 0s linear;
  transition: stroke-dashoffset 0s linear, opacity 0s linear;
}

.m5508-index-banner .m5508-banner-page-w .swiper-pagination-bullet {
  border: none;
  font-size: 16px;
  color: rgb(255, 255, 255);
  opacity: 1 !important;
  background: transparent !important;
}

.m5508-index-banner .m5508-banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  background: rgb(242, 243, 245);
}

.m5508-index-banner .m5508-banner-page-w .swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  opacity: 1;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 5s linear, opacity 0s linear;
  transition: stroke-dashoffset 5s linear, opacity 0s linear;
}

.m5508-index-banner .m5508-banner-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.m5508-index-banner .m5508-banner-box .m5508-banner-img,
.m5508-index-banner .m5508-banner-box .m5508-banner-video {
  overflow: hidden;
  position: relative;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m5508-index-banner .m5508-banner-box .m5508-banner-img img,
.m5508-index-banner .m5508-banner-box .m5508-banner-video img {
  width: 100%;
  display: none;
}

.m5508-index-banner .m5508-banner-box .m5508-banner-video {
  display: none;
}

.m5508-index-banner .m5508-banner-box .m5508-banner-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.m5508-index-banner .m5508-banner-box .m5508-banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

.m5508-index-banner .m5508-banner-box .m5508-banner-title::after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-bannerbg.png") repeat-x bottom center;
  background-size: contain;
  position: absolute;
  z-index: 2;
  height: calc(100vw * 192 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title::after {
    height: 13.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title::after {
    height: 17.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title::after {
    height: 17.4545454545rem;
  }
}

.m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-title-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-bottom: calc(100vw * 38 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-title-info {
    padding-bottom: 2.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-title-info {
    padding-bottom: 3.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-title-info {
    padding-bottom: 3.4545454545rem;
  }
}

.m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title {
  position: relative;
  color: #fff;
  font-size: calc(100vw * 30 / 1920);
  padding-left: calc(100vw * 20 / 1920);
  max-width: calc(100vw * 880 / 1920);
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title {
    font-size: 2.1428571429rem;
    padding-left: 1.4285714286rem;
    max-width: 62.8571428571rem;
    line-height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title {
    font-size: 2.7272727273rem;
    padding-left: 1.8181818182rem;
    max-width: 80rem;
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title {
    font-size: 2.7272727273rem;
    padding-left: 1.8181818182rem;
    max-width: 80rem;
    line-height: 3.0909090909rem;
  }
}

.m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  background: #9D1E23;
  width: calc(100vw * 4 / 1920);
  top: calc(100vw * 4 / 1920);
  bottom: calc(100vw * 4 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title::after {
    width: 0.2857142857rem;
    top: 0.2857142857rem;
    bottom: 0.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title::after {
    width: 0.3636363636rem;
    top: 0.3636363636rem;
    bottom: 0.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-banner .m5508-banner-box .m5508-banner-title .m5508-box-title::after {
    width: 0.3636363636rem;
    top: 0.3636363636rem;
    bottom: 0.3636363636rem;
  }
}

.m5508-index-banner .m5508-box-title {
  -webkit-animation: fadeOutDown 0.5s both;
  animation: fadeOutDown 0.5s both;
}

.m5508-index-banner .swiper-slide-active .m5508-box-title {
  -webkit-animation: fadeInUp 0.5s both 1s;
  animation: fadeInUp 0.5s both 1s;
}

.m5508-index-title {
  margin-bottom: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-title {
    margin-bottom: 2.8571428571rem;
    line-height: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-title {
    margin-bottom: 3.6363636364rem;
    line-height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-title {
    margin-bottom: 3.6363636364rem;
    line-height: 5.4545454545rem;
  }
}

.m5508-index-title.title-pub .m5508-title-txt {
  float: left;
  color: #333333;
}

.m5508-index-title.title-pub .m5508-title-txt::after {
  display: block;
}

.m5508-index-title.title-pub .m5508-title-more {
  float: right;
}

.m5508-index-title.title-tabs ul {
  float: left;
}

.m5508-index-title.title-tabs ul li {
  float: left;
  position: relative;
  padding-right: calc(100vw * 30 / 1920);
  margin-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-title.title-tabs ul li {
    padding-right: 2.1428571429rem;
    margin-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-title.title-tabs ul li {
    padding-right: 2.7272727273rem;
    margin-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-title.title-tabs ul li {
    padding-right: 2.7272727273rem;
    margin-right: 2.7272727273rem;
  }
}

.m5508-index-title.title-tabs ul li.active .m5508-title-txt {
  color: #333333;
}

.m5508-index-title.title-tabs ul li.active .m5508-title-txt::after {
  display: block;
}

.m5508-index-title.title-tabs ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.m5508-index-title.title-tabs ul li:last-child::after {
  display: none;
}

.m5508-index-title.title-tabs ul li::after {
  content: "";
  position: absolute;
  right: 0;
  background-color: #dcdcdc;
  width: calc(100vw * 1 / 1920);
  top: calc(100vw * 10 / 1920);
  height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-title.title-tabs ul li::after {
    width: 0.0714285714rem;
    top: 0.7142857143rem;
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-title.title-tabs ul li::after {
    width: 0.0909090909rem;
    top: 0.9090909091rem;
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-title.title-tabs ul li::after {
    width: 0.0909090909rem;
    top: 0.9090909091rem;
    height: 2.7272727273rem;
  }
}

.m5508-index-title.title-tabs .m5508-tabs-more {
  float: right;
}

.m5508-index-title.title-tabs .m5508-tabs-more a {
  display: none;
}

.m5508-index-title.title-tabs .m5508-tabs-more a.active {
  display: block;
}

.m5508-index-title .m5508-title-txt {
  color: rgba(102, 102, 102, 0.5);
  position: relative;
  display: block;
  height: calc(100vw * 64 / 1920);
  line-height: calc(100vw * 48 / 1920);
  font-size: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-title .m5508-title-txt {
    height: 4.5714285714rem;
    line-height: 3.4285714286rem;
    font-size: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-title .m5508-title-txt {
    height: 5.8181818182rem;
    line-height: 4.3636363636rem;
    font-size: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-title .m5508-title-txt {
    height: 5.8181818182rem;
    line-height: 4.3636363636rem;
    font-size: 3.0909090909rem;
  }
}

.m5508-index-title .m5508-title-txt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9D1E23;
  display: none;
  width: calc(100vw * 50 / 1920);
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-title .m5508-title-txt:after {
    width: 3.5714285714rem;
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-title .m5508-title-txt:after {
    width: 4.5454545455rem;
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-title .m5508-title-txt:after {
    width: 4.5454545455rem;
    height: 0.2727272727rem;
  }
}

.m5508-index-title .m5508-title-more {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 18px;
  border-style: solid;
  border-color: #9D1E23;
  display: block;
  text-align: center;
  color: #9D1E23;
  width: calc(100vw * 92 / 1920);
  height: calc(100vw * 36 / 1920);
  line-height: calc(100vw * 34 / 1920);
  border-width: calc(100vw * 1 / 1920);
  margin-top: calc(100vw * 8 / 1920);
  border-radius: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-title .m5508-title-more {
    width: 6.5714285714rem;
    height: 2.5714285714rem;
    line-height: 2.4285714286rem;
    border-width: 0.0714285714rem;
    margin-top: 0.5714285714rem;
    border-radius: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-title .m5508-title-more {
    width: 8.3636363636rem;
    height: 3.2727272727rem;
    line-height: 3.0909090909rem;
    border-width: 0.0909090909rem;
    margin-top: 0.7272727273rem;
    border-radius: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-title .m5508-title-more {
    width: 8.3636363636rem;
    height: 3.2727272727rem;
    line-height: 3.0909090909rem;
    border-width: 0.0909090909rem;
    margin-top: 0.7272727273rem;
    border-radius: 1.6363636364rem;
  }
}

.m5508-index-title .m5508-title-more:hover {
  background: #9D1E23;
  color: #fff;
}

.m5508-index-box {
  position: relative;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-top: calc(100vw * 70 / 1920);
  padding-bottom: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-box {
    padding-top: 5rem;
    padding-bottom: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-box {
    padding-top: 6.3636363636rem;
    padding-bottom: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-box {
    padding-top: 6.3636363636rem;
    padding-bottom: 7.2727272727rem;
  }
}

.m5508-index-mod-01 {
  background-position: left bottom;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-modbg01.png");
  background-size: calc(100vw * 1180 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-01 {
    background-size: 84.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-01 {
    background-size: 107.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-01 {
    background-size: 107.2727272727rem;
  }
}

.m5508-tabs-cont>div {
  display: none;
}

.m5508-tabs-cont>div.active {
  display: block;
}

.m5508-index-research-progress .m5508-gallery-top {
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-gallery-top {
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-gallery-top {
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-gallery-top {
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-index-research-progress .swiper-slide-thumb-active .m5508-box-btm .m5508-info-title {
  color: #9D1E23;
}

.m5508-index-research-progress .m5508-top-other {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  z-index: 9;
  min-width: calc(100vw * 100 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-top-other {
    min-width: 7.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-top-other {
    min-width: 9.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-top-other {
    min-width: 9.0909090909rem;
  }
}

.m5508-index-research-progress .m5508-top-other .m5508-scroll-page {
  color: #DDDDDF;
  position: static;
  font-size: calc(100vw * 32 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

.m5508-index-research-progress .m5508-top-other .m5508-scroll-page span {
  display: inline-block;
}

.m5508-index-research-progress .m5508-top-other .m5508-scroll-page span:first-child {
  color: #9D1E23;
  font-size: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-top-other .m5508-scroll-page span:first-child {
    font-size: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-top-other .m5508-scroll-page span:first-child {
    font-size: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-top-other .m5508-scroll-page span:first-child {
    font-size: 6.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-top-other .m5508-scroll-page {
    font-size: 2.2857142857rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-top-other .m5508-scroll-page {
    font-size: 2.9090909091rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-top-other .m5508-scroll-page {
    font-size: 2.9090909091rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-index-research-progress .m5508-top-other .m5508-scroll-page .swiper-pagination-total {
  color: #999;
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group {
  position: relative;
  border-radius: 4px;
  border: 1px solid #9D1E23;
  z-index: 999;
  width: calc(100vw * 100 / 1920);
  height: calc(100vw * 50 / 1920);
  border-width: calc(100vw * 1 / 1920);
  border-radius: calc(100vw * 4 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group {
    width: 7.1428571429rem;
    height: 3.5714285714rem;
    border-width: 0.0714285714rem;
    border-radius: 0.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group {
    width: 9.0909090909rem;
    height: 4.5454545455rem;
    border-width: 0.0909090909rem;
    border-radius: 0.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group {
    width: 9.0909090909rem;
    height: 4.5454545455rem;
    border-width: 0.0909090909rem;
    border-radius: 0.3636363636rem;
  }
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next,
.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev {
  position: static;
  margin-top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: calc(100vw * 7 / 1920);
  width: calc(100vw * 48 / 1920);
  height: calc(100vw * 48 / 1920);
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next::after,
.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev::after {
  display: none;
}

@media (max-width: 1199px) {

  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next,
  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev {
    background-size: 0.5rem;
    width: 3.4285714286rem;
    height: 3.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next,
  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev {
    background-size: 0.6363636364rem;
    width: 4.3636363636rem;
    height: 4.3636363636rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next,
  .m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev {
    background-size: 0.6363636364rem;
    width: 4.3636363636rem;
    height: 4.3636363636rem;
  }
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next:hover,
.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev:hover {
  background-color: #9D1E23;
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev {
  float: left;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-09.png");
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-prev:hover {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-11.png");
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-10.png");
  float: right;
}

.m5508-index-research-progress .m5508-top-other .m5508-arrow-group .m5508-scroll-next:hover {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-12.png");
}

.m5508-index-research-progress .m5508-research-progress-wrap {
  margin-left: calc(100vw * -10 / 1920);
  margin-right: calc(100vw * -10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-research-progress-wrap {
    margin-left: -0.7142857143rem;
    margin-right: -0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-research-progress-wrap {
    margin-left: -0.9090909091rem;
    margin-right: -0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-research-progress-wrap {
    margin-left: -0.9090909091rem;
    margin-right: -0.9090909091rem;
  }
}

.m5508-index-research-progress .m5508-box-top {
  margin: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top {
    margin: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top {
    margin: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top {
    margin: 0.9090909091rem;
  }
}

.m5508-index-research-progress .m5508-box-top:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-index-research-progress .m5508-box-top:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-index-research-progress .m5508-box-top .m5508-box-img {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-index-research-progress .m5508-box-top .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 532 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-img img {
    height: 38rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-img img {
    height: 48.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-img img {
    height: 48.3636363636rem;
  }
}

.m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
  color: #333333;
  margin-bottom: calc(100vw * 25 / 1920);
  font-size: calc(100vw * 26 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 88 / 1920);
  line-height: calc(100vw * 44 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    margin-bottom: 1.7857142857rem;
    font-size: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    margin-bottom: 2.2727272727rem;
    font-size: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    margin-bottom: 2.2727272727rem;
    font-size: 2.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    height: 6.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    height: 8rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    height: 8rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    line-height: 3.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    line-height: 4rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    line-height: 4rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-date {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-22.png");
  background-repeat: no-repeat;
  background-position: left center;
  color: #9D1E23;
  margin-bottom: calc(100vw * 25 / 1920);
  padding-left: calc(100vw * 25 / 1920);
  background-size: calc(100vw * 14 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-date {
    margin-bottom: 1.7857142857rem;
    padding-left: 1.7857142857rem;
    background-size: 1rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-date {
    margin-bottom: 2.2727272727rem;
    padding-left: 2.2727272727rem;
    background-size: 1.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-date {
    margin-bottom: 2.2727272727rem;
    padding-left: 2.2727272727rem;
    background-size: 1.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
  color: #666;
  text-align: justify;
  font-size: calc(100vw * 18 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: calc(100vw * 136 / 1920);
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    height: 9.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    height: 12.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    height: 12.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    line-height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-top .m5508-box-info .m5508-info-txt {
    line-height: 3.0909090909rem;
  }
}

.m5508-index-research-progress .m5508-box-btm {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: calc(100vw * 138 / 1920);
  line-height: calc(100vw * 34 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 20 / 1920) calc(100vw * 30 / 1920);
}

.m5508-index-research-progress .m5508-box-btm:hover .m5508-info-title {
  color: #9D1E23;
}

.m5508-index-research-progress .m5508-box-btm::before,
.m5508-index-research-progress .m5508-box-btm::after {
  content: "";
  position: absolute;
}

.m5508-index-research-progress .m5508-box-btm::after {
  background: #9D1E23;
  left: 0;
  right: 0;
  bottom: 0;
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm::after {
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm::after {
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm::after {
    height: 0.2727272727rem;
  }
}

.m5508-index-research-progress .m5508-box-btm::before {
  content: "";
  position: absolute;
  left: 50%;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-13.png") no-repeat;
  background-size: contain;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
  width: calc(100vw * 122 / 1920);
  height: calc(100vw * 122 / 1920);
  bottom: calc(100vw * -61 / 1920);
  margin-left: calc(100vw * -61 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm::before {
    width: 8.7142857143rem;
    height: 8.7142857143rem;
    bottom: -4.3571428571rem;
    margin-left: -4.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm::before {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
    bottom: -5.5454545455rem;
    margin-left: -5.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm::before {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
    bottom: -5.5454545455rem;
    margin-left: -5.5454545455rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm {
    height: 9.8571428571rem;
    line-height: 2.4285714286rem;
    border-radius: 0.7142857143rem;
    padding: 1.4285714286rem 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm {
    height: 12.5454545455rem;
    line-height: 3.0909090909rem;
    border-radius: 0.9090909091rem;
    padding: 1.8181818182rem 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm {
    height: 12.5454545455rem;
    line-height: 3.0909090909rem;
    border-radius: 0.9090909091rem;
    padding: 1.8181818182rem 2.7272727273rem;
  }
}

.m5508-index-research-progress .m5508-box-btm .m5508-box-date {
  float: left;
  color: #9D1E23;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-23.png");
  font-size: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 34 / 1920);
  background-size: calc(100vw * 27 / 1920);
  margin-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-box-date {
    font-size: 1.8571428571rem;
    line-height: 2.4285714286rem;
    background-size: 1.9285714286rem;
    margin-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-box-date {
    font-size: 2.3636363636rem;
    line-height: 3.0909090909rem;
    background-size: 2.4545454545rem;
    margin-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-box-date {
    font-size: 2.3636363636rem;
    line-height: 3.0909090909rem;
    background-size: 2.4545454545rem;
    margin-right: 2.7272727273rem;
  }
}

.m5508-index-research-progress .m5508-box-btm .m5508-box-date .m5508-date-01 {
  margin-bottom: calc(100vw * 14 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-box-date .m5508-date-01 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-box-date .m5508-date-01 {
    margin-bottom: 1.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-box-date .m5508-date-01 {
    margin-bottom: 1.2727272727rem;
  }
}

.m5508-index-research-progress .m5508-box-btm .m5508-box-info {
  overflow: hidden;
}

.m5508-index-research-progress .m5508-box-btm .m5508-info-title {
  color: #333333;
  font-size: calc(100vw * 20 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: calc(100vw * 90 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    height: 6.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    height: 8.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    height: 8.1818181818rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-research-progress .m5508-box-btm .m5508-info-title {
    line-height: 2.7272727273rem;
  }
}

.m5508-index-latest-papers .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  height: calc(100vw * 338 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s {
    height: 24.1428571429rem;
    border-radius: 0.7142857143rem;
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s {
    height: 30.7272727273rem;
    border-radius: 0.9090909091rem;
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s {
    height: 30.7272727273rem;
    border-radius: 0.9090909091rem;
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-index-latest-papers .m5508-box-s:hover .m5508-box-date::before {
  width: 100%;
}

.m5508-index-latest-papers .m5508-box-s:hover .m5508-box-txt {
  color: #9D1E23;
}

.m5508-index-latest-papers .m5508-box-s:hover .m5508-box-txt a {
  color: #9D1E23;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-date {
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
  overflow: hidden;
  color: #9D1E23;
  height: calc(100vw * 80 / 1920);
  padding-top: calc(100vw * 8 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date {
    height: 5.7142857143rem;
    padding-top: 0.5714285714rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date {
    height: 7.2727272727rem;
    padding-top: 0.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date {
    height: 7.2727272727rem;
    padding-top: 0.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-date::before,
.m5508-index-latest-papers .m5508-box-s .m5508-box-date::after {
  content: "";
  position: absolute;
  bottom: 0;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-date::before {
  background: #9D1E23;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(100vw * 30 / 1920);
  height: calc(100vw * 2 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date::before {
    width: 2.1428571429rem;
    height: 0.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date::before {
    width: 2.7272727273rem;
    height: 0.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date::before {
    width: 2.7272727273rem;
    height: 0.1818181818rem;
  }
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-date::after {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-13.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
  width: calc(100vw * 122 / 1920);
  height: calc(100vw * 122 / 1920);
  bottom: calc(100vw * -61 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date::after {
    width: 8.7142857143rem;
    height: 8.7142857143rem;
    bottom: -4.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date::after {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
    bottom: -5.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date::after {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
    bottom: -5.5454545455rem;
  }
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-date>div {
  line-height: 1.4;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-date .m5508-date-01 {
  font-size: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 2.7272727273rem;
  }
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-txt {
  color: #000000;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-txt a {
  color: #000000;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-more {
  text-align: right;
  position: relative;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more {
  position: relative;
  display: inline-block;
  color: #9D1E23;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more:hover::before {
  width: 100%;
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::after {
    margin-left: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::after {
    margin-left: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::after {
    margin-left: 0.9090909091rem;
  }
}

.m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #9D1E23;
  bottom: calc(100vw * -5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::before {
    bottom: -0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::before {
    bottom: -0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s .m5508-box-more .m5508-a-more::before {
    bottom: -0.4545454545rem;
  }
}

.m5508-index-latest-papers .m5508-box-s.box-lw {
  padding: calc(100vw * 15 / 1920) calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw {
    padding: 1.0714285714rem 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw {
    padding: 1.3636363636rem 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw {
    padding: 1.3636363636rem 2.7272727273rem;
  }
}

.m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
  font-size: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    font-size: 1.2857142857rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    height: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    height: 5.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
  font-size: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  min-height: calc(100vw * 30 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

.m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other i {
  font-weight: bold;
  display: inline-block;
  margin-right: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other i {
    margin-right: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other i {
    margin-right: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other i {
    margin-right: 1.3636363636rem;
  }
}

.m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other span {
  display: inline-block;
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    font-size: 1.2857142857rem;
    margin-bottom: 0.7142857143rem;
    min-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
    min-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
    min-height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-lw .m5508-box-other {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-index-latest-papers .m5508-box-s.box-mtsm {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-xsboxbg.png") no-repeat bottom right #fff;
  background-size: 100% auto;
  padding: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm {
    padding: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm {
    padding: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm {
    padding: 2.7272727273rem;
  }
}

.m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
  font-size: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: calc(100vw * 120 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    font-size: 1.2857142857rem;
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    font-size: 1.6363636364rem;
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    font-size: 1.6363636364rem;
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    height: 8.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    height: 10.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    height: 10.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-latest-papers .m5508-box-s.box-mtsm .m5508-box-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-mod-02 {
  background-color: #F8F8F8;
  overflow: hidden;
  position: relative;
}

.m5508-index-mod-02::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-modbg02.png") no-repeat;
  background-size: contain;
  -webkit-animation: zoomAnimation 20s infinite;
  animation: zoomAnimation 20s infinite;
  width: calc(100vw * 405 / 1920);
  height: calc(100vw * 449 / 1920);
  right: calc(100vw * -168 / 1920);
  top: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-02::after {
    width: 28.9285714286rem;
    height: 32.0714285714rem;
    right: -12rem;
    top: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-02::after {
    width: 36.8181818182rem;
    height: 40.8181818182rem;
    right: -15.2727272727rem;
    top: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-02::after {
    width: 36.8181818182rem;
    height: 40.8181818182rem;
    right: -15.2727272727rem;
    top: 1.4545454545rem;
  }
}

.m5508-index-mod-02 .container {
  position: relative;
  z-index: 2;
}

.m5508-index-news-scroll {
  position: relative;
}

.m5508-index-news-scroll .m5508-news-next,
.m5508-index-news-scroll .m5508-news-prev {
  z-index: 999;
  color: #9D1E23;
  top: 25%;
  display: none;
}

.m5508-index-news-scroll .m5508-news-next::after,
.m5508-index-news-scroll .m5508-news-prev::after {
  font-size: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {

  .m5508-index-news-scroll .m5508-news-next::after,
  .m5508-index-news-scroll .m5508-news-prev::after {
    font-size: 2.8571428571rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-news-scroll .m5508-news-next::after,
  .m5508-index-news-scroll .m5508-news-prev::after {
    font-size: 3.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-news-scroll .m5508-news-next::after,
  .m5508-index-news-scroll .m5508-news-prev::after {
    font-size: 3.6363636364rem;
  }
}

.m5508-index-news-scroll .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

.m5508-index-news-scroll .m5508-box-s:hover::after {
  bottom: calc(100vw * -60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s:hover::after {
    bottom: -4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s:hover::after {
    bottom: -5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s:hover::after {
    bottom: -5.4545454545rem;
  }
}

.m5508-index-news-scroll .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-index-news-scroll .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s {
    border-radius: 0.7142857143rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.3636363636rem;
  }
}

.m5508-index-news-scroll .m5508-box-s>div {
  position: relative;
  z-index: 2;
}

.m5508-index-news-scroll .m5508-box-s::before,
.m5508-index-news-scroll .m5508-box-s::after {
  content: "";
  position: absolute;
}

.m5508-index-news-scroll .m5508-box-s::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-13.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(100vw * 122 / 1920);
  height: calc(100vw * 122 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s::after {
    width: 8.7142857143rem;
    height: 8.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s::after {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s::after {
    width: 11.0909090909rem;
    height: 11.0909090909rem;
  }
}

.m5508-index-news-scroll .m5508-box-s::before {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9D1E23;
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s::before {
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s::before {
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s::before {
    height: 0.2727272727rem;
  }
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-img {
  overflow: hidden;
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 268 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-img img {
    height: 19.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-img img {
    height: 24.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-img img {
    height: 24.3636363636rem;
  }
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-info {
  padding: calc(100vw * 30 / 1920);
  height: calc(100vw * 265 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info {
    padding: 2.1428571429rem;
    height: 18.9285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info {
    padding: 2.7272727273rem;
    height: 24.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info {
    padding: 2.7272727273rem;
    height: 24.0909090909rem;
  }
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date {
  color: #9D1E23;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date {
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date {
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date span {
  display: inline-block;
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date .m5508-date-01 {
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date .m5508-date-01 {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date .m5508-date-01 {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-date .m5508-date-01 {
    font-size: 1.8181818182rem;
  }
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
  color: #333333;
  margin-bottom: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 20 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 64 / 1920);
  line-height: calc(100vw * 32 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 1.4285714286rem;
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 1.8181818182rem;
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 1.8181818182rem;
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 4.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 5.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 5.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #666;
  font-size: calc(100vw * 16 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: calc(100vw * 84 / 1920);
  line-height: calc(100vw * 28 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 6rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 7.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 7.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-news-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-mod-03 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-modbg03.png");
  background-position: center center;
  background-size: cover;
}

.m5508-index-mod-03 .row-mod {
  margin-left: calc(100vw * -24 / 1920);
  margin-right: calc(100vw * -24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-03 .row-mod {
    margin-left: -1.7142857143rem;
    margin-right: -1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-03 .row-mod {
    margin-left: -2.1818181818rem;
    margin-right: -2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-03 .row-mod {
    margin-left: -2.1818181818rem;
    margin-right: -2.1818181818rem;
  }
}

.m5508-index-mod-03 .row-mod>.col-mod {
  padding-left: calc(100vw * 24 / 1920);
  padding-right: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-03 .row-mod>.col-mod {
    padding-left: 1.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-03 .row-mod>.col-mod {
    padding-left: 2.1818181818rem;
    padding-right: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-03 .row-mod>.col-mod {
    padding-left: 2.1818181818rem;
    padding-right: 2.1818181818rem;
  }
}

.m5508-index-mod-03 .m5508-index-title .m5508-title-txt {
  color: #fff;
}

.m5508-index-mod-03 .m5508-index-title .m5508-title-more {
  border-color: #fff;
  color: #fff;
}

.m5508-index-mod-03 .m5508-index-title .m5508-title-more:hover {
  background: #fff;
  color: #9D1E23;
}

.m5508-index-mod-04 .m5508-video-recommend {
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-recommend {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-recommend {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-recommend {
    border-radius: 0.9090909091rem;
  }
}

.m5508-index-mod-04 .m5508-video-recommend:hover .m5508-video-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-index-mod-04 .m5508-video-recommend:hover .m5508-video-title {
  color: #9D1E23;
}

.m5508-index-mod-04 .m5508-video-recommend .m5508-video-img {
  overflow: hidden;
  position: relative;
}

.m5508-index-mod-04 .m5508-video-recommend .m5508-video-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 456 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-img img {
    height: 32.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-img img {
    height: 41.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-img img {
    height: 41.4545454545rem;
  }
}

.m5508-index-mod-04 .m5508-video-recommend .m5508-video-img .btn-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-05.png");
  background-size: calc(100vw * 100 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-img .btn-mc {
    background-size: 7.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-img .btn-mc {
    background-size: 9.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-img .btn-mc {
    background-size: 9.0909090909rem;
  }
}

.m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
  color: #333333;
  text-align: center;
  padding-left: calc(100vw * 20 / 1920);
  padding-right: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 22 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 78 / 1920);
  line-height: calc(100vw * 78 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
    font-size: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
    font-size: 2rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    height: 5.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    height: 7.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    height: 7.0909090909rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    line-height: 5.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    line-height: 7.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    line-height: 7.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-recommend .m5508-video-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-index-mod-04 .m5508-video-groups {
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-index-mod-04 .m5508-video-groups .m5508-video-box {
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-index-mod-04 .m5508-video-groups .m5508-video-box:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-index-mod-04 .m5508-video-groups .m5508-video-box:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img {
    border-radius: 0.7142857143rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.3636363636rem;
  }
}

.m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 140 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img img {
    height: 10rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img img {
    height: 12.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img img {
    height: 12.7272727273rem;
  }
}

.m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img .btn-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-05.png");
  background-size: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img .btn-mc {
    background-size: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img .btn-mc {
    background-size: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-img .btn-mc {
    background-size: 4.5454545455rem;
  }
}

.m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
  color: #333333;
  font-size: calc(100vw * 20 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-video-groups .m5508-video-box .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-index-mod-04 .m5508-media-report .m5508-index-title {
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt {
  font-size: calc(100vw * 28 / 1920);
  height: calc(100vw * 48 / 1920);
  line-height: calc(100vw * 48 / 1920);
  padding-left: calc(100vw * 12 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt {
    font-size: 2rem;
    height: 3.4285714286rem;
    line-height: 3.4285714286rem;
    padding-left: 0.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt {
    font-size: 2.5454545455rem;
    height: 4.3636363636rem;
    line-height: 4.3636363636rem;
    padding-left: 1.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt {
    font-size: 2.5454545455rem;
    height: 4.3636363636rem;
    line-height: 4.3636363636rem;
    padding-left: 1.0909090909rem;
  }
}

.m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt::after {
  left: 0;
  bottom: auto;
  width: calc(100vw * 3 / 1920);
  height: calc(100vw * 28 / 1920);
  top: calc(100vw * 11 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt::after {
    width: 0.2142857143rem;
    height: 2rem;
    top: 0.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt::after {
    width: 0.2727272727rem;
    height: 2.5454545455rem;
    top: 1rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-index-title .m5508-title-txt::after {
    width: 0.2727272727rem;
    height: 2.5454545455rem;
    top: 1rem;
  }
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s {
  border-bottom-style: dashed;
  border-bottom-color: rgba(169, 142, 119, 0.5);
  position: relative;
  border-bottom-width: calc(100vw * 1 / 1920);
  padding-bottom: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 18 / 1920);
  padding-left: calc(100vw * 25 / 1920);
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s::after,
.m5508-index-mod-04 .m5508-media-report .m5508-box-s::before {
  content: "";
  position: absolute;
  left: 0;
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s:hover .m5508-a-title {
  color: #9D1E23;
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s:hover::after {
  width: 100%;
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s::before {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-06.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: calc(100vw * 12 / 1920);
  height: calc(100vw * 12 / 1920);
  top: calc(100vw * 8 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s::before {
    width: 0.8571428571rem;
    height: 0.8571428571rem;
    top: 0.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s::before {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    top: 0.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s::before {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    top: 0.7272727273rem;
  }
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s::after {
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #9D1E23;
  height: calc(100vw * 1 / 1920);
  bottom: calc(100vw * -1 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s::after {
    height: 0.0714285714rem;
    bottom: -0.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s::after {
    height: 0.0909090909rem;
    bottom: -0.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s::after {
    height: 0.0909090909rem;
    bottom: -0.0909090909rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s {
    border-bottom-width: 0.0714285714rem;
    padding-bottom: 1.2857142857rem;
    margin-bottom: 1.2857142857rem;
    padding-left: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s {
    border-bottom-width: 0.0909090909rem;
    padding-bottom: 1.6363636364rem;
    margin-bottom: 1.6363636364rem;
    padding-left: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s {
    border-bottom-width: 0.0909090909rem;
    padding-bottom: 1.6363636364rem;
    margin-bottom: 1.6363636364rem;
    padding-left: 2.2727272727rem;
  }
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s::last-child {
  margin-bottom: 0;
}

.m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 52 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    height: 3.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    height: 4.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    height: 4.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-04 .m5508-media-report .m5508-box-s .m5508-a-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-mod-05 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-modbg05.png");
  background-position: right bottom;
  background-size: cover;
  overflow: hidden;
}

.m5508-index-mod-05::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-modbg04.png") no-repeat right bottom;
  background-size: contain;
  -webkit-animation: zoomAnimation 20s infinite;
  animation: zoomAnimation 20s infinite;
  top: calc(100vw * 20 / 1920);
  left: calc(100vw * -150 / 1920);
  width: calc(100vw * 398 / 1920);
  height: calc(100vw * 373 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-mod-05::before {
    top: 1.4285714286rem;
    left: -10.7142857143rem;
    width: 28.4285714286rem;
    height: 26.6428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-mod-05::before {
    top: 1.8181818182rem;
    left: -13.6363636364rem;
    width: 36.1818181818rem;
    height: 33.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-mod-05::before {
    top: 1.8181818182rem;
    left: -13.6363636364rem;
    width: 36.1818181818rem;
    height: 33.9090909091rem;
  }
}

@media (min-width: 992px) {

  .m5508-index-mod-04 .row-mod,
  .m5508-index-mod-06 .row-mod {
    margin-left: calc(100vw * -30 / 1920);
    margin-right: calc(100vw * -30 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .m5508-index-mod-04 .row-mod,
  .m5508-index-mod-06 .row-mod {
    margin-left: -2.1428571429rem;
    margin-right: -2.1428571429rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {

  .m5508-index-mod-04 .row-mod,
  .m5508-index-mod-06 .row-mod {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {

  .m5508-index-mod-04 .row-mod,
  .m5508-index-mod-06 .row-mod {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 992px) {

  .m5508-index-mod-04 .row-mod>.col-mod,
  .m5508-index-mod-06 .row-mod>.col-mod {
    padding-left: calc(100vw * 30 / 1920);
    padding-right: calc(100vw * 30 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .m5508-index-mod-04 .row-mod>.col-mod,
  .m5508-index-mod-06 .row-mod>.col-mod {
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {

  .m5508-index-mod-04 .row-mod>.col-mod,
  .m5508-index-mod-06 .row-mod>.col-mod {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {

  .m5508-index-mod-04 .row-mod>.col-mod,
  .m5508-index-mod-06 .row-mod>.col-mod {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 992px) {
  .m5508-index-mod-05 .row-mod {
    margin-left: calc(100vw * -35 / 1920);
    margin-right: calc(100vw * -35 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-index-mod-05 .row-mod {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-index-mod-05 .row-mod {
    margin-left: -3.1818181818rem;
    margin-right: -3.1818181818rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-index-mod-05 .row-mod {
    margin-left: -3.1818181818rem;
    margin-right: -3.1818181818rem;
  }
}

@media (min-width: 992px) {
  .m5508-index-mod-05 .row-mod>.col-mod {
    padding-left: calc(100vw * 35 / 1920);
    padding-right: calc(100vw * 35 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-index-mod-05 .row-mod>.col-mod {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-index-mod-05 .row-mod>.col-mod {
    padding-left: 3.1818181818rem;
    padding-right: 3.1818181818rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-index-mod-05 .row-mod>.col-mod {
    padding-left: 3.1818181818rem;
    padding-right: 3.1818181818rem;
  }
}

@media (min-width: 1200px) {
  .m5508-index-mod-04 .m5508-mod-l {
    width: 59.7%;
  }

  .m5508-index-mod-04 .m5508-mod-r {
    width: 40.3%;
  }

  .m5508-index-mod-04 .row-mod {
    margin-left: calc(100vw * -30 / 1920);
    margin-right: calc(100vw * -30 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-index-mod-04 .row-mod {
    margin-left: -2.1428571429rem;
    margin-right: -2.1428571429rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-index-mod-04 .row-mod {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-index-mod-04 .row-mod {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 1200px) {
  .m5508-index-mod-04 .row-mod>.col-mod {
    padding-left: calc(100vw * 30 / 1920);
    padding-right: calc(100vw * 30 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-index-mod-04 .row-mod>.col-mod {
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-index-mod-04 .row-mod>.col-mod {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-index-mod-04 .row-mod>.col-mod {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .m5508-index-mod-04 .row-mod .m5508-mod-l {
    width: 62.5%;
  }

  .m5508-index-mod-04 .row-mod .m5508-mod-r {
    width: 37.5%;
  }
}

.m5508-index-academic-activity {
  overflow: hidden;
}

.m5508-index-academic-activity .m5508-activity-img {
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.57);
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-index-academic-activity .m5508-activity-img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.m5508-index-academic-activity .m5508-activity-img img {
  display: block;
  width: 100%;
}

.m5508-index-academic-activity .m5508-activity-img .m5508-phone-img {
  display: none;
}

.m5508-index-academic-activity .m5508-activity-calendar {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border-radius: calc(100vw * 10 / 1920);
  min-height: calc(100vw * 486 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-calendar {
    border-radius: 0.7142857143rem;
    min-height: 34.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-calendar {
    border-radius: 0.9090909091rem;
    min-height: 44.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-calendar {
    border-radius: 0.9090909091rem;
    min-height: 44.1818181818rem;
  }
}

.m5508-index-academic-activity .m5508-activity-calendar .m5508-activity-list {
  float: left;
  width: 60%;
}

.m5508-index-academic-activity .m5508-activity-calendar .m5508-calendar-main {
  float: right;
  width: 40%;
}

.m5508-index-academic-activity .m5508-activity-calendar .m5508-list-scroll {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vw * 450 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-calendar .m5508-list-scroll {
    height: 32.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-calendar .m5508-list-scroll {
    height: 40.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-calendar .m5508-list-scroll {
    height: 40.9090909091rem;
  }
}

.m5508-index-academic-activity .m5508-activity-calendar .m5508-mCSB_scrollTools .m5508-mCSB_draggerRail {
  background-color: transparent;
}

.m5508-index-academic-activity .m5508-activity-calendar .m5508-mCSB_scrollTools .m5508-mCSB_dragger .m5508-mCSB_dragger_bar {
  background: rgba(157, 30, 35, 0.8);
}

.m5508-index-academic-activity .m5508-activity-calendar .m5508-mCSB_scrollTools .m5508-mCSB_dragger .m5508-mCSB_dragger_bar:hover {
  background: rgb(157, 30, 35);
}

.m5508-index-academic-activity .m5508-activity-list {
  padding: calc(100vw * 20 / 1920) calc(100vw * 20 / 1920) calc(100vw * 10 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list {
    padding: 1.4285714286rem 1.4285714286rem 0.7142857143rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list {
    padding: 1.8181818182rem 1.8181818182rem 0.9090909091rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list {
    padding: 1.8181818182rem 1.8181818182rem 0.9090909091rem 1.8181818182rem;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-no-data {
  text-align: center;
  color: #999;
  font-size: calc(100vw * 16 / 1920);
  padding-top: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-no-data {
    font-size: 1.1428571429rem;
    padding-top: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-no-data {
    font-size: 1.4545454545rem;
    padding-top: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-no-data {
    font-size: 1.4545454545rem;
    padding-top: 1.8181818182rem;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: calc(100vw * 20 / 1920);
  height: calc(100vw * 214 / 1920);
  padding: calc(100vw * 20 / 1920) calc(100vw * 40 / 1920) calc(100vw * 20 / 1920) calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s {
    margin-bottom: 1.4285714286rem;
    height: 15.2857142857rem;
    padding: 1.4285714286rem 2.8571428571rem 1.4285714286rem 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s {
    margin-bottom: 1.8181818182rem;
    height: 19.4545454545rem;
    padding: 1.8181818182rem 3.6363636364rem 1.8181818182rem 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s {
    margin-bottom: 1.8181818182rem;
    height: 19.4545454545rem;
    padding: 1.8181818182rem 3.6363636364rem 1.8181818182rem 3.6363636364rem;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s:last-child {
  margin-bottom: 0;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s::after {
  content: "";
  position: absolute;
  left: 0;
  width: calc(100vw * 4 / 1920);
  top: calc(100vw * 20 / 1920);
  height: calc(100vw * 56 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s::after {
    width: 0.2857142857rem;
    top: 1.4285714286rem;
    height: 4rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s::after {
    width: 0.3636363636rem;
    top: 1.8181818182rem;
    height: 5.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s::after {
    width: 0.3636363636rem;
    top: 1.8181818182rem;
    height: 5.0909090909rem;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-01 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg01.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-01::after {
  background-color: #A98E77;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-01 .m5508-box-tag {
  border-color: #9D1E23;
  color: #9D1E23;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-01 .m5508-box-tag::after {
  background-color: #9D1E23;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-07.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-01:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-02 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg02.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-02::after {
  background-color: #5886C1;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-02 .m5508-box-tag {
  border-color: #5886C1;
  color: #5886C1;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-02 .m5508-box-tag::after {
  background-color: #5886C1;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-08.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-02:hover .m5508-box-title {
  color: #5886C1;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-03 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg05.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-03::after {
  background-color: #5ca0e7;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-03 .m5508-box-tag {
  border-color: #5ca0e7;
  color: #5ca0e7;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-03 .m5508-box-tag::after {
  background-color: #5ca0e7;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-75.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-03:hover .m5508-box-title {
  color: #5ca0e7;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-04 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg06.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-04::after {
  background-color: #799250;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-04 .m5508-box-tag {
  border-color: #799250;
  color: #799250;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-04 .m5508-box-tag::after {
  background-color: #799250;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-76.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-04:hover .m5508-box-title {
  color: #799250;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-05 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg07.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-05::after {
  background-color: #ffa729;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-05 .m5508-box-tag {
  border-color: #ffa729;
  color: #ffa729;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-05 .m5508-box-tag::after {
  background-color: #ffa729;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-77.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-05:hover .m5508-box-title {
  color: #ffa729;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-06 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg08.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-06::after {
  background-color: #7858c1;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-06 .m5508-box-tag {
  border-color: #7858c1;
  color: #7858c1;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-06 .m5508-box-tag::after {
  background-color: #7858c1;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-78.png");
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s.box-06:hover .m5508-box-title {
  color: #7858c1;
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
  color: #333333;
  position: relative;
  font-size: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 56 / 1920);
  line-height: calc(100vw * 28 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    font-size: 1.4285714286rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    height: 4rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    height: 5.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    height: 5.0909090909rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    line-height: 2rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
  color: #999999;
  max-width: calc(100vw * 315 / 1920);
  font-size: calc(100vw * 16 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 28 / 1920);
  line-height: calc(100vw * 28 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    max-width: 22.5rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    max-width: 28.6363636364rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    max-width: 28.6363636364rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    height: 2rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    height: 2.5454545455rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    line-height: 2rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div:nth-child(1) {
  color: #333333;
  font-size: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div:nth-child(1) {
    font-size: 1.4285714286rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div:nth-child(1) {
    font-size: 1.8181818182rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-info>div:nth-child(1) {
    font-size: 1.8181818182rem;
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag {
  border-radius: 10px 0px 10px 0px;
  border-style: solid;
  position: absolute;
  overflow: hidden;
  padding-left: calc(100vw * 46 / 1920);
  padding-right: calc(100vw * 12 / 1920);
  border-radius: calc(100vw * 10 / 1920) calc(100vw * 0 / 1920) calc(100vw * 10 / 1920) calc(100vw * 0 / 1920);
  border-width: calc(100vw * 1 / 1920);
  height: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 24 / 1920);
  right: calc(100vw * 20 / 1920);
  bottom: calc(100vw * 16 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag {
    padding-left: 3.2857142857rem;
    padding-right: 0.8571428571rem;
    border-radius: 0.7142857143rem 0rem 0.7142857143rem 0rem;
    border-width: 0.0714285714rem;
    height: 1.8571428571rem;
    line-height: 1.7142857143rem;
    right: 1.4285714286rem;
    bottom: 1.1428571429rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag {
    padding-left: 4.1818181818rem;
    padding-right: 1.0909090909rem;
    border-radius: 0.9090909091rem 0rem 0.9090909091rem 0rem;
    border-width: 0.0909090909rem;
    height: 2.3636363636rem;
    line-height: 2.1818181818rem;
    right: 1.8181818182rem;
    bottom: 1.4545454545rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag {
    padding-left: 4.1818181818rem;
    padding-right: 1.0909090909rem;
    border-radius: 0.9090909091rem 0rem 0.9090909091rem 0rem;
    border-width: 0.0909090909rem;
    height: 2.3636363636rem;
    line-height: 2.1818181818rem;
    right: 1.8181818182rem;
    bottom: 1.4545454545rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 0px 10px 0px;
  width: calc(100vw * 36 / 1920);
  background-size: calc(100vw * 16 / 1920);
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 10 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag::after {
    width: 2.5714285714rem;
    background-size: 1.1428571429rem;
    border-radius: 0rem 0rem 0.7142857143rem 0rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag::after {
    width: 3.2727272727rem;
    background-size: 1.4545454545rem;
    border-radius: 0rem 0rem 0.9090909091rem 0rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-activity-list .m5508-box-s .m5508-box-tag::after {
    width: 3.2727272727rem;
    background-size: 1.4545454545rem;
    border-radius: 0rem 0rem 0.9090909091rem 0rem;
  }
}

.m5508-index-academic-activity .m5508-calendar-main {
  height: 100%;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg03.png") no-repeat center center;
  background-size: cover;
  height: calc(100vw * 486 / 1920);
  padding-left: calc(100vw * 30 / 1920);
  padding-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-academic-activity .m5508-calendar-main {
    height: 34.7142857143rem;
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-academic-activity .m5508-calendar-main {
    height: 44.1818181818rem;
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-academic-activity .m5508-calendar-main {
    height: 44.1818181818rem;
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 1680px) {
  .m5508-index-academic-activity .m5508-activity-l {
    width: 27.4%;
  }

  .m5508-index-academic-activity .m5508-activity-r {
    width: 72.6%;
  }
}

@media (min-width: 1200px) and (max-width: 1679px) {
  .m5508-index-academic-activity .m5508-activity-l {
    width: 22.5%;
  }

  .m5508-index-academic-activity .m5508-activity-r {
    width: 77.5%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .m5508-index-academic-activity .m5508-activity-l {
    width: 29.1%;
  }

  .m5508-index-academic-activity .m5508-activity-r {
    width: 70.9%;
  }
}

#calendar {
  height: 100%;
}

#calendar .m5508-fc-header-toolbar {
  margin-bottom: 0;
  height: calc(100vw * 84 / 1920);
  padding-top: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  #calendar .m5508-fc-header-toolbar {
    height: 6rem;
    padding-top: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  #calendar .m5508-fc-header-toolbar {
    height: 7.6363636364rem;
    padding-top: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  #calendar .m5508-fc-header-toolbar {
    height: 7.6363636364rem;
    padding-top: 2.1818181818rem;
  }
}

#calendar .m5508-fc-header-toolbar h2 {
  color: #333333;
  display: inline-block;
  font-size: calc(100vw * 22 / 1920);
  width: calc(100vw * 160 / 1920);
  line-height: calc(100vw * 58 / 1920);
}

@media (max-width: 1199px) {
  #calendar .m5508-fc-header-toolbar h2 {
    font-size: 1.5714285714rem;
    width: 11.4285714286rem;
    line-height: 4.1428571429rem;
  }
}

@media (max-width: 991px) {
  #calendar .m5508-fc-header-toolbar h2 {
    font-size: 2rem;
    width: 14.5454545455rem;
    line-height: 5.2727272727rem;
  }
}

@media (max-width: 767px) {
  #calendar .m5508-fc-header-toolbar h2 {
    font-size: 2rem;
    width: 14.5454545455rem;
    line-height: 5.2727272727rem;
  }
}

#calendar .m5508-fc-header-toolbar .m5508-fc-button {
  border-radius: 50%;
  border-color: #D7DEEE;
  border-style: solid;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  border-width: calc(100vw * 1 / 1920);
  width: calc(100vw * 24 / 1920);
  height: calc(100vw * 24 / 1920);
  background-size: calc(100vw * 7 / 1920);
  margin-top: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  #calendar .m5508-fc-header-toolbar .m5508-fc-button {
    border-width: 0.0714285714rem;
    width: 1.7142857143rem;
    height: 1.7142857143rem;
    background-size: 0.5rem;
    margin-top: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  #calendar .m5508-fc-header-toolbar .m5508-fc-button {
    border-width: 0.0909090909rem;
    width: 2.1818181818rem;
    height: 2.1818181818rem;
    background-size: 0.6363636364rem;
    margin-top: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  #calendar .m5508-fc-header-toolbar .m5508-fc-button {
    border-width: 0.0909090909rem;
    width: 2.1818181818rem;
    height: 2.1818181818rem;
    background-size: 0.6363636364rem;
    margin-top: 1.4545454545rem;
  }
}

#calendar .m5508-fc-header-toolbar .m5508-fc-button span {
  display: none;
}

#calendar .m5508-fc-header-toolbar .m5508-fc-prev-button {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-09.png");
}

#calendar .m5508-fc-header-toolbar .m5508-fc-next-button {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-10.png");
}

#calendar.fc td,
#calendar.fc th {
  border: none;
  text-align: center;
}

#calendar.fc td.fc-today {
  background: transparent !important;
}

#calendar.fc td.fc-today.active .m5508-fc-day-number {
  background-color: #9D1E23;
  color: #fff;
  cursor: pointer;
}

#calendar.fc td.fc-today.active .m5508-fc-day-number::after {
  display: block;
  background: #fff;
}

#calendar.fc td.fc-today .m5508-fc-day-number {
  background-color: #9D1E23;
  color: #fff;
}

#calendar.fc .m5508-fc-past.active .m5508-fc-day-number,
#calendar.fc .m5508-fc-future.active .m5508-fc-day-number {
  background-color: #fff;
  cursor: pointer;
}

#calendar.fc .m5508-fc-past.active .m5508-fc-day-number::after,
#calendar.fc .m5508-fc-future.active .m5508-fc-day-number::after {
  display: block;
}

#calendar.fc .m5508-fc-day-number {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  color: #101010;
  width: calc(100vw * 36 / 1920);
  height: calc(100vw * 36 / 1920);
  line-height: calc(100vw * 36 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  #calendar.fc .m5508-fc-day-number {
    width: 2.5714285714rem;
    height: 2.5714285714rem;
    line-height: 2.5714285714rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  #calendar.fc .m5508-fc-day-number {
    width: 3.2727272727rem;
    height: 3.2727272727rem;
    line-height: 3.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  #calendar.fc .m5508-fc-day-number {
    width: 3.2727272727rem;
    height: 3.2727272727rem;
    line-height: 3.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

#calendar.fc .m5508-fc-day-number::after {
  content: "";
  position: absolute;
  background: #9D1E23;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  width: calc(100vw * 6 / 1920);
  height: calc(100vw * 6 / 1920);
  bottom: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  #calendar.fc .m5508-fc-day-number::after {
    width: 0.4285714286rem;
    height: 0.4285714286rem;
    bottom: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  #calendar.fc .m5508-fc-day-number::after {
    width: 0.5454545455rem;
    height: 0.5454545455rem;
    bottom: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  #calendar.fc .m5508-fc-day-number::after {
    width: 0.5454545455rem;
    height: 0.5454545455rem;
    bottom: 0.2727272727rem;
  }
}

#calendar .m5508-fc-head-container {
  padding-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  #calendar .m5508-fc-head-container {
    padding-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  #calendar .m5508-fc-head-container {
    padding-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  #calendar .m5508-fc-head-container {
    padding-bottom: 1.8181818182rem;
  }
}

#calendar .m5508-fc-head-container .m5508-fc-row {
  background-color: #FFF8F2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FFF3E6), to(#FFF8F2));
  background-image: linear-gradient(0deg, #FFF3E6 0%, #FFF8F2 100%);
}

#calendar .m5508-fc-head .m5508-fc-day-header {
  color: #9D1E23;
  font-weight: normal;
  height: calc(100vw * 42 / 1920);
  line-height: calc(100vw * 42 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  #calendar .m5508-fc-head .m5508-fc-day-header {
    height: 3rem;
    line-height: 3rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  #calendar .m5508-fc-head .m5508-fc-day-header {
    height: 3.8181818182rem;
    line-height: 3.8181818182rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  #calendar .m5508-fc-head .m5508-fc-day-header {
    height: 3.8181818182rem;
    line-height: 3.8181818182rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-index-notice-anno .m5508-box-s {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin-bottom: calc(100vw * 1 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  height: calc(100vw * 102 / 1920);
  padding: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s {
    margin-bottom: 0.0714285714rem;
    border-radius: 0.7142857143rem;
    height: 7.2857142857rem;
    padding: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s {
    margin-bottom: 0.0909090909rem;
    border-radius: 0.9090909091rem;
    height: 9.2727272727rem;
    padding: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s {
    margin-bottom: 0.0909090909rem;
    border-radius: 0.9090909091rem;
    height: 9.2727272727rem;
    padding: 0.9090909091rem;
  }
}

.m5508-index-notice-anno .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-index-notice-anno .m5508-box-s .m5508-box-date-w {
  position: relative;
  float: left;
  position: relative;
  border-radius: 4px;
  z-index: 2;
  border-radius: calc(100vw * 4 / 1920);
  margin-right: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date-w {
    border-radius: 0.2857142857rem;
    margin-right: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date-w {
    border-radius: 0.3636363636rem;
    margin-right: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date-w {
    border-radius: 0.3636363636rem;
    margin-right: 3.6363636364rem;
  }
}

.m5508-index-notice-anno .m5508-box-s .m5508-box-date-w::after {
  content: "";
  position: absolute;
  background-size: cover;
  top: 50%;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-02.png");
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 50%;
  -webkit-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
  width: calc(100vw * 60 / 1920);
  height: calc(100vw * 60 / 1920);
  right: calc(100vw * -30 / 1920);
  margin-top: calc(100vw * -30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date-w::after {
    width: 4.2857142857rem;
    height: 4.2857142857rem;
    right: -2.1428571429rem;
    margin-top: -2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date-w::after {
    width: 5.4545454545rem;
    height: 5.4545454545rem;
    right: -2.7272727273rem;
    margin-top: -2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date-w::after {
    width: 5.4545454545rem;
    height: 5.4545454545rem;
    right: -2.7272727273rem;
    margin-top: -2.7272727273rem;
  }
}

.m5508-index-notice-anno .m5508-box-s .m5508-box-date {
  background: #F3EEE9;
  text-align: center;
  color: #9D1E23;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-03.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: calc(100vw * 48 / 1920);
  height: calc(100vw * 82 / 1920);
  font-size: calc(100vw * 22 / 1920);
  line-height: calc(100vw * 36 / 1920);
  padding-top: calc(100vw * 5 / 1920);
  background-size: calc(100vw * 23 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date {
    width: 3.4285714286rem;
    height: 5.8571428571rem;
    font-size: 1.5714285714rem;
    line-height: 2.5714285714rem;
    padding-top: 0.3571428571rem;
    background-size: 1.6428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date {
    width: 4.3636363636rem;
    height: 7.4545454545rem;
    font-size: 2rem;
    line-height: 3.2727272727rem;
    padding-top: 0.4545454545rem;
    background-size: 2.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-date {
    width: 4.3636363636rem;
    height: 7.4545454545rem;
    font-size: 2rem;
    line-height: 3.2727272727rem;
    padding-top: 0.4545454545rem;
    background-size: 2.0909090909rem;
  }
}

.m5508-index-notice-anno .m5508-box-s .m5508-box-info {
  overflow: hidden;
  height: calc(100vw * 82 / 1920);
  line-height: calc(100vw * 82 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info {
    height: 5.8571428571rem;
    line-height: 5.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info {
    height: 7.4545454545rem;
    line-height: 7.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info {
    height: 7.4545454545rem;
    line-height: 7.4545454545rem;
  }
}

.m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.8181818182rem;
  }
}

.m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: calc(100vw * 26 / 1920);
  max-height: calc(100vw * 52 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
    max-height: 3.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
    max-height: 4.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
    max-height: 4.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-notice-anno .m5508-box-s .m5508-box-info .m5508-info-title span {
    max-height: none;
    line-height: 1.6;
    display: block;
  }
}

.m5508-index-talent-recr .m5508-box-s,
.m5508-list-txt-04 .m5508-box-s {
  border-bottom-style: dashed;
  border-bottom-color: rgba(169, 142, 119, 0.5);
  position: relative;
  padding-bottom: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 22 / 1920);
  border-bottom-width: calc(100vw * 1 / 1920);
}

.m5508-index-talent-recr .m5508-box-s:hover .m5508-a-title,
.m5508-list-txt-04 .m5508-box-s:hover .m5508-a-title {
  color: #9D1E23;
}

.m5508-index-talent-recr .m5508-box-s:hover::after,
.m5508-list-txt-04 .m5508-box-s:hover::after {
  width: 100%;
}

.m5508-index-talent-recr .m5508-box-s::after,
.m5508-list-txt-04 .m5508-box-s::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9D1E23;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: calc(100vw * 1 / 1920);
  bottom: calc(100vw * -1 / 1920);
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s::after,
  .m5508-list-txt-04 .m5508-box-s::after {
    height: 0.0714285714rem;
    bottom: -0.0714285714rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s::after,
  .m5508-list-txt-04 .m5508-box-s::after {
    height: 0.0909090909rem;
    bottom: -0.0909090909rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s::after,
  .m5508-list-txt-04 .m5508-box-s::after {
    height: 0.0909090909rem;
    bottom: -0.0909090909rem;
  }
}

.m5508-index-talent-recr .m5508-box-s:last-child,
.m5508-list-txt-04 .m5508-box-s:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s,
  .m5508-list-txt-04 .m5508-box-s {
    padding-bottom: 1.1428571429rem;
    margin-bottom: 1.5714285714rem;
    border-bottom-width: 0.0714285714rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s,
  .m5508-list-txt-04 .m5508-box-s {
    padding-bottom: 1.4545454545rem;
    margin-bottom: 2rem;
    border-bottom-width: 0.0909090909rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s,
  .m5508-list-txt-04 .m5508-box-s {
    padding-bottom: 1.4545454545rem;
    margin-bottom: 2rem;
    border-bottom-width: 0.0909090909rem;
  }
}

.m5508-index-talent-recr .m5508-box-s .m5508-box-date,
.m5508-list-txt-04 .m5508-box-s .m5508-box-date {
  color: #9D1E23;
  line-height: 1;
  margin-bottom: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-box-date,
  .m5508-list-txt-04 .m5508-box-s .m5508-box-date {
    margin-bottom: 0.2142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-box-date,
  .m5508-list-txt-04 .m5508-box-s .m5508-box-date {
    margin-bottom: 0.2727272727rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-box-date,
  .m5508-list-txt-04 .m5508-box-s .m5508-box-date {
    margin-bottom: 0.2727272727rem;
  }
}

.m5508-index-talent-recr .m5508-box-s .m5508-box-title,
.m5508-list-txt-04 .m5508-box-s .m5508-box-title {
  position: relative;
  padding-right: calc(100vw * 70 / 1920);
  min-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-box-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-box-title {
    padding-right: 5rem;
    min-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-box-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-box-title {
    padding-right: 6.3636363636rem;
    min-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-box-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-box-title {
    padding-right: 6.3636363636rem;
    min-height: 2.7272727273rem;
  }
}

.m5508-index-talent-recr .m5508-box-s .m5508-a-title,
.m5508-list-txt-04 .m5508-box-s .m5508-a-title {
  color: #333333;
  font-size: calc(100vw * 20 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-title,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-index-talent-recr .m5508-box-s .m5508-a-more,
.m5508-list-txt-04 .m5508-box-s .m5508-a-more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-04.png") no-repeat center center;
  background-size: contain;
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-more,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-more {
    width: 1.4285714286rem;
    height: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-more,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-more {
    width: 1.8181818182rem;
    height: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-index-talent-recr .m5508-box-s .m5508-a-more,
  .m5508-list-txt-04 .m5508-box-s .m5508-a-more {
    width: 1.8181818182rem;
    height: 1.8181818182rem;
  }
}

.m5508-index-shortcut-menu .m5508-box-s {
  border: 1px solid #DBDBDB;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100vw * 190 / 1920);
  height: calc(100vw * 190 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-shortcut-menu .m5508-box-s {
    width: 13.5714285714rem;
    height: 13.5714285714rem;
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-shortcut-menu .m5508-box-s {
    width: 17.2727272727rem;
    height: 17.2727272727rem;
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-shortcut-menu .m5508-box-s {
    width: 17.2727272727rem;
    height: 17.2727272727rem;
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-index-shortcut-menu .m5508-box-s:hover {
  border-color: #9D1E23;
}

.m5508-index-shortcut-menu .m5508-box-s:hover::after {
  border-color: #9D1E23;
  -webkit-animation: rotate 8s linear infinite;
  animation: rotate 8s linear infinite;
}

.m5508-index-shortcut-menu .m5508-box-s:hover .m5508-box-icon span.icon-h {
  display: block;
}

.m5508-index-shortcut-menu .m5508-box-s:hover .m5508-box-icon span.icon-d {
  display: none;
}

.m5508-index-shortcut-menu .m5508-box-s:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-index-shortcut-menu .m5508-box-s a {
  position: relative;
  z-index: 9;
}

.m5508-index-shortcut-menu .m5508-box-s::after {
  content: "";
  position: absolute;
  border: dashed 1px #DBDBDB;
  border-radius: 50%;
  top: calc(100vw * 6 / 1920);
  bottom: calc(100vw * 6 / 1920);
  left: calc(100vw * 6 / 1920);
  right: calc(100vw * 6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-shortcut-menu .m5508-box-s::after {
    top: 0.4285714286rem;
    bottom: 0.4285714286rem;
    left: 0.4285714286rem;
    right: 0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-shortcut-menu .m5508-box-s::after {
    top: 0.5454545455rem;
    bottom: 0.5454545455rem;
    left: 0.5454545455rem;
    right: 0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-shortcut-menu .m5508-box-s::after {
    top: 0.5454545455rem;
    bottom: 0.5454545455rem;
    left: 0.5454545455rem;
    right: 0.5454545455rem;
  }
}

.m5508-index-shortcut-menu .m5508-box-s .m5508-box-icon {
  text-align: center;
}

.m5508-index-shortcut-menu .m5508-box-s .m5508-box-icon span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw * 86 / 1920);
  height: calc(100vw * 86 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-shortcut-menu .m5508-box-s .m5508-box-icon span {
    width: 6.1428571429rem;
    height: 6.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-shortcut-menu .m5508-box-s .m5508-box-icon span {
    width: 7.8181818182rem;
    height: 7.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-shortcut-menu .m5508-box-s .m5508-box-icon span {
    width: 7.8181818182rem;
    height: 7.8181818182rem;
  }
}

.m5508-index-shortcut-menu .m5508-box-s .m5508-box-icon span.icon-h {
  display: none;
}

.m5508-index-shortcut-menu .m5508-box-s .m5508-box-icon img {
  display: block;
  width: 100%;
}

.m5508-index-shortcut-menu .m5508-box-s .m5508-box-title {
  text-align: center;
  color: #333333;
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-shortcut-menu .m5508-box-s .m5508-box-title {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-shortcut-menu .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-shortcut-menu .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
  }
}

.m5508-index-special-groups .row-w {
  margin-left: calc(100vw * -9 / 1920);
  margin-right: calc(100vw * -9 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-special-groups .row-w {
    margin-left: -0.6428571429rem;
    margin-right: -0.6428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-special-groups .row-w {
    margin-left: -0.8181818182rem;
    margin-right: -0.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-special-groups .row-w {
    margin-left: -0.8181818182rem;
    margin-right: -0.8181818182rem;
  }
}

.m5508-index-special-groups .row-w>.col-w {
  padding-left: calc(100vw * 9 / 1920);
  padding-right: calc(100vw * 9 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-special-groups .row-w>.col-w {
    padding-left: 0.6428571429rem;
    padding-right: 0.6428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-special-groups .row-w>.col-w {
    padding-left: 0.8181818182rem;
    padding-right: 0.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-special-groups .row-w>.col-w {
    padding-left: 0.8181818182rem;
    padding-right: 0.8181818182rem;
  }
}

.m5508-index-special-groups .m5508-box-s:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.m5508-index-special-groups .m5508-box-s img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0.5208333333vw;
}

body:not(.m5508-indexbody) {
  overflow-x: hidden;
}

body.explore-IBP-show {
  overflow-x: hidden;
}

.m5508-explore-IBP-icon {
  position: fixed;
  right: 0;
  top: 50%;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-14.png") no-repeat left center;
  z-index: 9998;
  cursor: pointer;
  -webkit-transition: all 1s ease-out 0.5s;
  transition: all 1s ease-out 0.5s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  height: calc(100vw * 200 / 1920);
  width: calc(100vw * 100 / 1920);
  background-size: calc(100vw * 200 / 1920);
  margin-top: calc(100vw * -100 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-icon {
    height: 14.2857142857rem;
    width: 7.1428571429rem;
    background-size: 14.2857142857rem;
    margin-top: -7.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-icon {
    height: 18.1818181818rem;
    width: 9.0909090909rem;
    background-size: 18.1818181818rem;
    margin-top: -9.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-icon {
    height: 18.1818181818rem;
    width: 9.0909090909rem;
    background-size: 18.1818181818rem;
    margin-top: -9.0909090909rem;
  }
}

.m5508-explore-IBP-icon span {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-24.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100vw * 36 / 1920);
  height: calc(100vw * 88 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-icon span {
    width: 2.5714285714rem;
    height: 6.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-icon span {
    width: 3.2727272727rem;
    height: 8rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-icon span {
    width: 3.2727272727rem;
    height: 8rem;
  }
}

.m5508-explore-IBP-icon.iconshow {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 1s ease-out 0.5s;
  transition: all 1s ease-out 0.5s;
}

.m5508-explore-IBP-wrap {
  position: fixed;
  left: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
  -webkit-transition: left 1.5s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  transition: left 1.5s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  width: 100%;
}

.m5508-explore-IBP-wrap.scrollshow {
  left: 0;
}

.m5508-explore-IBP-wrap .m5508-explore-IBP-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
  width: 100%;
}

.m5508-explore-IBP-wrap .m5508-explore-IBP-header .m5508-explore-header-logo {
  float: left;
  width: calc(100vw * 350 / 1920);
  padding-top: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-wrap .m5508-explore-IBP-header .m5508-explore-header-logo {
    width: 25rem;
    padding-top: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-wrap .m5508-explore-IBP-header .m5508-explore-header-logo {
    width: 31.8181818182rem;
    padding-top: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-wrap .m5508-explore-IBP-header .m5508-explore-header-logo {
    width: 31.8181818182rem;
    padding-top: 2.7272727273rem;
  }
}

.m5508-explore-IBP-wrap .m5508-explore-IBP-header .m5508-explore-header-logo img {
  display: block;
  width: 100%;
}

.m5508-explore-IBP-wrap .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.m5508-explore-IBP-content {
  height: 100%;
  min-height: 100%;
  width: 100%;
}

.m5508-explore-IBP-content .swiper-slide {
  overflow: hidden;
}

.m5508-explore-IBP-content .m5508-item-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 100%;
}

.m5508-explore-IBP-content .m5508-item-slide .m5508-item-class,
.m5508-explore-IBP-content .m5508-item-slide .m5508-item-main {
  height: 100%;
}

.m5508-explore-IBP-content .m5508-item-slide .m5508-item-class {
  text-align: center;
  position: relative;
  float: left;
  background-color: hsla(356, 23%, 12%, 0.5);
  width: calc(100vw * 480 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class {
    width: 34.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class {
    width: 43.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class {
    width: 43.6363636364rem;
  }
}

.m5508-explore-IBP-content .m5508-item-slide .m5508-item-class img {
  display: block;
}

.m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box {
  position: relative;
  padding-bottom: calc(100vw * 100 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box {
    padding-bottom: 7.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box {
    padding-bottom: 9.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box {
    padding-bottom: 9.0909090909rem;
  }
}

.m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-32.png") no-repeat;
  background-size: contain;
  width: calc(100vw * 222 / 1920);
  height: calc(100vw * 62 / 1920);
  margin-left: calc(100vw * -111 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box::after {
    width: 15.8571428571rem;
    height: 4.4285714286rem;
    margin-left: -7.9285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box::after {
    width: 20.1818181818rem;
    height: 5.6363636364rem;
    margin-left: -10.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-class .m5508-class-box::after {
    width: 20.1818181818rem;
    height: 5.6363636364rem;
    margin-left: -10.0909090909rem;
  }
}

.m5508-explore-IBP-content .m5508-item-slide .m5508-item-main {
  overflow: hidden;
  margin-left: calc(100vw * 480 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-main {
    margin-left: 34.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-main {
    margin-left: 43.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-content .m5508-item-slide .m5508-item-main {
    margin-left: 43.6363636364rem;
  }
}

.m5508-explore-IBP-content .m5508-item-slide .m5508-item-main .m5508-middle-cont {
  width: 100%;
}

.m5508-explore-IBP-content .m5508-explore-next,
.m5508-explore-IBP-content .m5508-explore-prev {
  text-align: center;
}

.m5508-explore-IBP-content .m5508-explore-next::after,
.m5508-explore-IBP-content .m5508-explore-prev::after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {

  .m5508-explore-IBP-content .m5508-explore-next::after,
  .m5508-explore-IBP-content .m5508-explore-prev::after {
    font-size: 5.7142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-explore-IBP-content .m5508-explore-next::after,
  .m5508-explore-IBP-content .m5508-explore-prev::after {
    font-size: 7.2727272727rem;
  }
}

@media (max-width: 767px) {

  .m5508-explore-IBP-content .m5508-explore-next::after,
  .m5508-explore-IBP-content .m5508-explore-prev::after {
    font-size: 7.2727272727rem;
  }
}

.m5508-explore-IBP-content .m5508-explore-next {
  right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-content .m5508-explore-next {
    right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-content .m5508-explore-next {
    right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-content .m5508-explore-next {
    right: 2.7272727273rem;
  }
}

.m5508-explore-IBP-content .m5508-explore-next::after {
  content: "\f105";
}

.m5508-explore-IBP-content .m5508-explore-prev {
  left: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-content .m5508-explore-prev {
    left: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-content .m5508-explore-prev {
    left: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-content .m5508-explore-prev {
    left: 2.7272727273rem;
  }
}

.m5508-explore-IBP-content .m5508-explore-prev::after {
  content: "\f104";
}

.m5508-explore-IBP-content .m5508-num-tip {
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.4);
}

.m5508-explore-IBP-class-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-class-wrap {
    bottom: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-class-wrap {
    bottom: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-class-wrap {
    bottom: 5.4545454545rem;
  }
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class {
  position: relative;
  z-index: 99;
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  bottom: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class::before {
    bottom: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class::before {
    bottom: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class::before {
    bottom: 0.2727272727rem;
  }
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div {
  float: left;
  width: 25%;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  cursor: pointer;
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div span {
  display: block;
  text-align: center;
  width: calc(100vw * 50 / 1920);
  padding-bottom: calc(100vw * 10 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div span {
    width: 3.5714285714rem;
    padding-bottom: 0.7142857143rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div span {
    width: 4.5454545455rem;
    padding-bottom: 0.9090909091rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div span {
    width: 4.5454545455rem;
    padding-bottom: 0.9090909091rem;
    line-height: 2.7272727273rem;
  }
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  bottom: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div::before {
    bottom: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div::before {
    bottom: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div::before {
    bottom: 0.2727272727rem;
  }
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div.active {
  color: rgb(255, 255, 255);
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div.active span {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-26.png") no-repeat bottom center;
  background-size: contain;
}

.m5508-explore-IBP-class-wrap .m5508-explore-IBP-class>div.active::before {
  width: 100%;
}

.m5508-explore-header-home {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-84.png") right 30px center no-repeat;
  padding-left: 40px;
  width: 60px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 9;
}

.m5508-explore-header-home:hover {
  padding-left: 50px;
  width: 70px;
  color: #fff;
}

#exploreIBPScroll .m5508-flipX {
  -webkit-animation: flipOutX 1s both;
  animation: flipOutX 1s both;
}

#exploreIBPScroll .fadeInDown {
  -webkit-animation: fadeOutUp 1s both;
  animation: fadeOutUp 1s both;
}

#exploreIBPScroll .fadeInUp {
  -webkit-animation: fadeOutDown 1s both;
  animation: fadeOutDown 1s both;
}

#exploreIBPScroll .m5508-animate__fadeInLeft {
  -webkit-animation: fadeOutLeft 1s both;
  animation: fadeOutLeft 1s both;
}

#exploreIBPScroll .m5508-animate__fadeInRight {
  -webkit-animation: fadeOutRight 1s both;
  animation: fadeOutRight 1s both;
}

#exploreIBPScroll .swiper-slide-active .m5508-flipX {
  -webkit-animation: flipInX 1.2s both 1s;
  animation: flipInX 1.2s both 1s;
}

#exploreIBPScroll .swiper-slide-active .fadeInDown {
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}

#exploreIBPScroll .swiper-slide-active .fadeInUp {
  -webkit-animation: fadeInUp 1s both;
  animation: fadeInUp 1s both;
}

#exploreIBPScroll .swiper-slide-active .m5508-animate__fadeInLeft {
  -webkit-animation: fadeInLeft 1.5s both;
  animation: fadeInLeft 1.5s both;
}

#exploreIBPScroll .swiper-slide-active .m5508-animate__fadeInRight {
  -webkit-animation: fadeInRight 1s both;
  animation: fadeInRight 1s both;
}

.m5508-item-count-groups {
  overflow: hidden;
  width: 82%;
  margin: 0 auto;
  padding-bottom: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-count-groups {
    padding-bottom: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-count-groups {
    padding-bottom: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-count-groups {
    padding-bottom: 7.2727272727rem;
  }
}

.m5508-item-count-groups::after {
  content: "";
  display: block;
  clear: both;
}

.m5508-item-count-groups .m5508-hex:nth-child(1) .m5508-hexIn {
  background-color: rgb(135, 106, 102);
}

.m5508-item-count-groups .m5508-hex:nth-child(2) .m5508-hexIn {
  background-color: rgba(157, 30, 35, 0.6);
}

.m5508-item-count-groups .m5508-hex:nth-child(3) .m5508-hexIn {
  background-color: rgba(38, 24, 25, 0.3);
}

.m5508-item-count-groups .m5508-hex:nth-child(4) .m5508-hexIn {
  background-color: rgb(135, 106, 102);
}

.m5508-item-count-groups .m5508-hex:nth-child(5) .m5508-hexIn {
  background-color: rgba(136, 105, 102, 0.3);
}

.m5508-item-count-groups .m5508-hex:nth-child(6) .m5508-hexIn {
  background-color: rgb(38, 24, 25);
}

.m5508-item-count-groups .m5508-hex:nth-child(7) .m5508-hexIn {
  background-color: rgba(157, 30, 35, 0.54);
}

.m5508-item-count-groups .m5508-hex:nth-child(8) .m5508-hexIn {
  background-color: rgba(135, 106, 102, 0.7);
}

.m5508-item-count-groups .m5508-hexIn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.57);
  cursor: default;
}

.m5508-item-img-groups {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.m5508-item-img-groups .m5508-box-s {
  overflow: hidden;
  background: #CBAC92;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-img-groups .m5508-box-s {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-img-groups .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

.m5508-item-img-groups .m5508-box-s:hover {
  margin-top: -20px;
}

.m5508-item-img-groups .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.m5508-item-img-groups .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-item-img-groups .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-item-img-groups .m5508-box-s .m5508-box-info {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-33.png") no-repeat right bottom;
  background-size: calc(100vw * 110 / 1920);
  padding: calc(100vw * 30 / 1920) calc(100vw * 30 / 1920) calc(100vw * 15 / 1920);
  height: calc(100vw * 140 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info {
    background-size: 7.8571428571rem;
    padding: 2.1428571429rem 2.1428571429rem 1.0714285714rem;
    height: 10rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info {
    background-size: 10rem;
    padding: 2.7272727273rem 2.7272727273rem 1.3636363636rem;
    height: 12.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info {
    background-size: 10rem;
    padding: 2.7272727273rem 2.7272727273rem 1.3636363636rem;
    height: 12.7272727273rem;
  }
}

.m5508-item-img-groups .m5508-box-s .m5508-box-info a {
  color: #fff;
}

.m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 36 / 1920);
  line-height: calc(100vw * 36 / 1920);
  font-size: calc(100vw * 26 / 1920);
  margin-bottom: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 2.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 3.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 3.2727272727rem;
  }
}

@media (max-width: 1199px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 3.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 3.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

@media (max-width: 1199px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.8571428571rem;
    margin-bottom: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 2.3636363636rem;
    margin-bottom: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 2.3636363636rem;
    margin-bottom: 1.6363636364rem;
  }
}

.m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-more {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-27.png") no-repeat right center;
  display: inline-block;
  background-size: calc(100vw * 18 / 1920);
  padding-right: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-more {
    background-size: 1.2857142857rem;
    padding-right: 2.1428571429rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-more {
    background-size: 1.6363636364rem;
    padding-right: 2.7272727273rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-img-groups .m5508-box-s .m5508-box-info .m5508-info-more {
    background-size: 1.6363636364rem;
    padding-right: 2.7272727273rem;
    line-height: 2.7272727273rem;
  }
}

.m5508-item-history-groups {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.m5508-item-history-groups .m5508-box-img {
  position: relative;
  padding-right: calc(100vw * 100 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-img {
    padding-right: 7.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-img {
    padding-right: 9.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-img {
    padding-right: 9.0909090909rem;
  }
}

.m5508-item-history-groups .m5508-box-img .m5508-title-s {
  position: absolute;
  top: 0;
  text-align: center;
  color: #fff;
  width: calc(100vw * 80 / 1920);
  right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-img .m5508-title-s {
    width: 5.7142857143rem;
    right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-img .m5508-title-s {
    width: 7.2727272727rem;
    right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-img .m5508-title-s {
    width: 7.2727272727rem;
    right: 1.8181818182rem;
  }
}

.m5508-item-history-groups .m5508-box-img .m5508-title-s span {
  display: inline-block;
  line-height: 1.1;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: calc(100vw * 22 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-img .m5508-title-s span {
    width: 1.5714285714rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-img .m5508-title-s span {
    width: 2rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-img .m5508-title-s span {
    width: 2rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-item-history-groups .m5508-box-img .m5508-img-s {
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.52);
}

.m5508-item-history-groups .m5508-box-img .m5508-img-s img {
  display: block;
  width: 100%;
  max-height: calc(100vw * 430 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-img .m5508-img-s img {
    max-height: 30.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-img .m5508-img-s img {
    max-height: 39.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-img .m5508-img-s img {
    max-height: 39.0909090909rem;
  }
}

.m5508-item-history-groups .m5508-box-info {
  position: relative;
  min-height: calc(100vw * 380 / 1920);
  padding-left: calc(100vw * 66 / 1920);
  padding-right: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-info {
    min-height: 27.1428571429rem;
    padding-left: 4.7142857143rem;
    padding-right: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-info {
    min-height: 34.5454545455rem;
    padding-left: 6rem;
    padding-right: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-info {
    min-height: 34.5454545455rem;
    padding-left: 6rem;
    padding-right: 6.3636363636rem;
  }
}

.m5508-item-history-groups .m5508-box-info::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-34.png") no-repeat;
  background-size: contain;
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 362 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-info::after {
    width: 1.5714285714rem;
    height: 25.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-info::after {
    width: 2rem;
    height: 32.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-info::after {
    width: 2rem;
    height: 32.9090909091rem;
  }
}

.m5508-item-history-groups .m5508-box-info .m5508-info-year {
  font-family: Impact;
  font-weight: 400;
  color: #BFC6CE;
  line-height: 1;
  font-size: calc(100vw * 100 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-info .m5508-info-year {
    font-size: 7.1428571429rem;
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-info .m5508-info-year {
    font-size: 9.0909090909rem;
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-info .m5508-info-year {
    font-size: 9.0909090909rem;
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-item-history-groups .m5508-box-info .m5508-info-txt {
  color: #FFFFFF;
  line-height: 2;
  text-align: justify;
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-box-info .m5508-info-txt {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-box-info .m5508-info-txt {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-box-info .m5508-info-txt {
    font-size: 1.8181818182rem;
  }
}

.m5508-item-history-groups .m5508-year-box {
  text-align: center;
  color: #BFC6CE;
  font-weight: bold;
  font-family: Impact;
  position: relative;
  border-radius: 50%;
  width: calc(100vw * 88 / 1920);
  height: calc(100vw * 88 / 1920);
  line-height: calc(100vw * 88 / 1920);
  font-size: calc(100vw * 26 / 1920);
  margin: calc(100vw * 6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-year-box {
    width: 6.2857142857rem;
    height: 6.2857142857rem;
    line-height: 6.2857142857rem;
    font-size: 1.8571428571rem;
    margin: 0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-year-box {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 2.3636363636rem;
    margin: 0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-year-box {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 2.3636363636rem;
    margin: 0.5454545455rem;
  }
}

.m5508-item-history-groups .m5508-year-box span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
}

.m5508-item-history-groups .m5508-year-box.other-year {
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-year-box.other-year {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-year-box.other-year {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-year-box.other-year {
    font-size: 1.8181818182rem;
  }
}

.m5508-item-history-groups .m5508-gallery-history-top {
  margin-bottom: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-gallery-history-top {
    margin-bottom: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-gallery-history-top {
    margin-bottom: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-gallery-history-top {
    margin-bottom: 5.4545454545rem;
  }
}

.m5508-item-history-groups .m5508-gallery-history-thumbs {
  position: relative;
}

.m5508-item-history-groups .m5508-gallery-history-thumbs::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 2px dotted #BFC6CE;
  height: 2px;
  right: calc(100vw * 65 / 1920);
  left: calc(100vw * 85 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-gallery-history-thumbs::before {
    right: 4.6428571429rem;
    left: 6.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-gallery-history-thumbs::before {
    right: 5.9090909091rem;
    left: 7.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-gallery-history-thumbs::before {
    right: 5.9090909091rem;
    left: 7.7272727273rem;
  }
}

.m5508-item-history-groups .m5508-gallery-history-thumbs .swiper-slide-thumb-active .m5508-year-box {
  background-color: #BFC6CE;
  color: #9D1E23;
}

.m5508-item-history-groups .m5508-gallery-history-thumbs .swiper-slide-thumb-active .m5508-year-box::after {
  content: "";
  position: absolute;
  border: 1px dashed #BFC6CE;
  border-radius: 50%;
  top: calc(100vw * -6 / 1920);
  bottom: calc(100vw * -6 / 1920);
  left: calc(100vw * -6 / 1920);
  right: calc(100vw * -6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-history-groups .m5508-gallery-history-thumbs .swiper-slide-thumb-active .m5508-year-box::after {
    top: -0.4285714286rem;
    bottom: -0.4285714286rem;
    left: -0.4285714286rem;
    right: -0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-history-groups .m5508-gallery-history-thumbs .swiper-slide-thumb-active .m5508-year-box::after {
    top: -0.5454545455rem;
    bottom: -0.5454545455rem;
    left: -0.5454545455rem;
    right: -0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-history-groups .m5508-gallery-history-thumbs .swiper-slide-thumb-active .m5508-year-box::after {
    top: -0.5454545455rem;
    bottom: -0.5454545455rem;
    left: -0.5454545455rem;
    right: -0.5454545455rem;
  }
}

.m5508-item-laboratory-groups {
  height: 100%;
}

.m5508-item-laboratory-groups ul {
  height: 100%;
}

.m5508-item-laboratory-groups ul li {
  float: left;
  width: 25%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.m5508-item-laboratory-groups ul li:hover .m5508-box-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-item-laboratory-groups ul li a {
  display: block;
}

.m5508-item-laboratory-groups ul li .m5508-box-img,
.m5508-item-laboratory-groups ul li .m5508-box-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.m5508-item-laboratory-groups ul li .m5508-box-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-item-laboratory-groups ul li .m5508-box-info {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}

.m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title,
.m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more {
  position: absolute;
  color: #fff;
}

.m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title {
  text-align: center;
  border-top-style: solid;
  top: calc(100vw * 160 / 1920);
  right: calc(100vw * 50 / 1920);
  width: calc(100vw * 90 / 1920);
  height: calc(100vw * 378 / 1920);
  padding: calc(100vw * 40 / 1920) calc(100vw * 10 / 1920) calc(100vw * 20 / 1920);
  border-top-width: calc(100vw * 4 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title {
    top: 11.4285714286rem;
    right: 3.5714285714rem;
    width: 6.4285714286rem;
    height: 27rem;
    padding: 2.8571428571rem 0.7142857143rem 1.4285714286rem;
    border-top-width: 0.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title {
    top: 14.5454545455rem;
    right: 4.5454545455rem;
    width: 8.1818181818rem;
    height: 34.3636363636rem;
    padding: 3.6363636364rem 0.9090909091rem 1.8181818182rem;
    border-top-width: 0.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title {
    top: 14.5454545455rem;
    right: 4.5454545455rem;
    width: 8.1818181818rem;
    height: 34.3636363636rem;
    padding: 3.6363636364rem 0.9090909091rem 1.8181818182rem;
    border-top-width: 0.3636363636rem;
  }
}

.m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title span {
  display: inline-block;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: left;
  font-size: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title span {
    font-size: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title span {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-title span {
    font-size: 2rem;
  }
}

.m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more {
  text-align: center;
  line-height: 1.1;
  left: calc(100vw * 50 / 1920);
  bottom: calc(100vw * 160 / 1920);
  width: calc(100vw * 24 / 1920);
  padding-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more {
    left: 3.5714285714rem;
    bottom: 11.4285714286rem;
    width: 1.7142857143rem;
    padding-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more {
    left: 4.5454545455rem;
    bottom: 14.5454545455rem;
    width: 2.1818181818rem;
    padding-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more {
    left: 4.5454545455rem;
    bottom: 14.5454545455rem;
    width: 2.1818181818rem;
    padding-bottom: 3.6363636364rem;
  }
}

.m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  background-color: #fff;
  height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more::after {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more::after {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-item-laboratory-groups ul li .m5508-box-info .m5508-info-more::after {
    height: 2.7272727273rem;
  }
}

.m5508-item-laboratory-groups ul li:nth-child(1):hover .m5508-box-info .m5508-info-title {
  background-color: rgba(88, 9, 9, 0.8);
}

.m5508-item-laboratory-groups ul li:nth-child(1) .m5508-box-info .m5508-info-title {
  border-top-color: rgb(88, 9, 9);
  background-color: rgba(88, 9, 9, 0.6);
}

.m5508-item-laboratory-groups ul li:nth-child(2):hover .m5508-box-info .m5508-info-title {
  background-color: rgba(8, 81, 84, 0.8);
}

.m5508-item-laboratory-groups ul li:nth-child(2) .m5508-box-info .m5508-info-title {
  border-top-color: rgb(8, 81, 84);
  background-color: rgba(8, 81, 84, 0.6);
}

.m5508-item-laboratory-groups ul li:nth-child(3):hover .m5508-box-info .m5508-info-title {
  background-color: rgba(9, 30, 88, 0.8);
}

.m5508-item-laboratory-groups ul li:nth-child(3) .m5508-box-info .m5508-info-title {
  border-top-color: rgb(9, 30, 88);
  background-color: rgba(9, 30, 88, 0.6);
}

.m5508-item-laboratory-groups ul li:nth-child(4):hover .m5508-box-info .m5508-info-title {
  background-color: rgba(172, 142, 104, 0.8);
}

.m5508-item-laboratory-groups ul li:nth-child(4) .m5508-box-info .m5508-info-title {
  border-top-color: rgb(172, 142, 104);
  background-color: rgba(172, 142, 104, 0.6);
}

@media (min-width: 992px) {
  .m5508-item-count-groups .m5508-hex {
    position: relative;
    list-style-type: none;
    float: left;
    overflow: hidden;
    visibility: hidden;
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
    -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
    transform: rotate(-60deg) skewY(30deg) translatez(-1px);
    font-size: calc(100vw * 18 / 1920);
  }

  .m5508-item-count-groups .m5508-hex * {
    position: absolute;
    visibility: visible;
    outline: 1px solid transparent;
    /* fix for jagged edges in FF on hover transition */
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-item-count-groups .m5508-hex {
    font-size: 1.2857142857rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-item-count-groups .m5508-hex {
    font-size: 1.6363636364rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-item-count-groups .m5508-hex {
    font-size: 1.6363636364rem;
  }
}

@media (min-width: 992px) {

  .m5508-item-count-groups .m5508-hex h1,
  .m5508-item-count-groups .m5508-hex p {
    width: 102%;
    left: -1%;
    /* prevent line on the right where background doesn't cover image */
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m5508-item-count-groups .m5508-hex h1 {
    bottom: 48%;
    padding-top: 50%;
    font-size: 1.5em;
    z-index: 1;
  }

  .m5508-item-count-groups .m5508-hex h1 span {
    position: static;
    font-family: Impact, Arial, Helvetica, sans-serif;
    font-size: calc(100vw * 60 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-item-count-groups .m5508-hex h1 span {
    font-size: 4.2857142857rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-item-count-groups .m5508-hex h1 span {
    font-size: 5.4545454545rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-item-count-groups .m5508-hex h1 span {
    font-size: 5.4545454545rem;
  }
}

@media (min-width: 992px) {
  .m5508-item-count-groups .m5508-hex h1 sup {
    position: relative;
  }

  .m5508-item-count-groups .m5508-hex h1 :after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    width: 10%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .m5508-item-count-groups .m5508-hex p {
    top: 55%;
    padding-bottom: 55%;
  }

  .m5508-item-count-groups .m5508-hexIn {
    background-color: rgba(0, 0, 0, 0.57);
    -webkit-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
  }

  .m5508-hex {
    width: 22.2%;
    padding-bottom: 25.6574%;
  }

  .m5508-hex:nth-child(8n+5),
  .m5508-hex:nth-child(8n+6),
  .m5508-hex:nth-child(8n+7),
  .m5508-hex:nth-child(8n+8) {
    margin-top: -6.4%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
    transform: translateX(50%) rotate(-60deg) skewY(30deg);
  }

  .m5508-hex:nth-child(8n+5):last-child,
  .m5508-hex:nth-child(8n+6):last-child,
  .m5508-hex:nth-child(8n+7):last-child,
  .m5508-hex:nth-child(8n+8):last-child {
    margin-bottom: 0;
  }
}

/*------------------------------------- common ----------------------------------------------*/
.m5508-public-banner {
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.m5508-public-banner.banner-sys .m5508-banner-cont {
  height: calc(100vw * 360 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-banner.banner-sys .m5508-banner-cont {
    height: 25.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-banner.banner-sys .m5508-banner-cont {
    height: 32.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-banner.banner-sys .m5508-banner-cont {
    height: 32.7272727273rem;
  }
}

.m5508-public-banner .m5508-banner-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.m5508-public-banner .container {
  position: relative;
  z-index: 9;
}

.m5508-public-banner .m5508-banner-cont {
  height: calc(100vw * 450 / 1920);
  padding-top: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-banner .m5508-banner-cont {
    height: 32.1428571429rem;
    padding-top: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-banner .m5508-banner-cont {
    height: 40.9090909091rem;
    padding-top: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-banner .m5508-banner-cont {
    height: 40.9090909091rem;
    padding-top: 7.2727272727rem;
  }
}

.m5508-public-banner .m5508-channel-title {
  color: #fff;
  line-height: 1.2;
  font-size: calc(100vw * 50 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-banner .m5508-channel-title {
    font-size: 3.5714285714rem;
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-banner .m5508-channel-title {
    font-size: 4.5454545455rem;
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-banner .m5508-channel-title {
    font-size: 4.5454545455rem;
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-public-banner .m5508-bread-crumbs {
  background-repeat: no-repeat;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-35.png");
  padding-left: calc(100vw * 20 / 1920);
  background-position: calc(100vw * 0 / 1920) calc(100vw * 10 / 1920);
  background-size: calc(100vw * 14 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-banner .m5508-bread-crumbs {
    padding-left: 1.4285714286rem;
    background-position: 0rem 0.7142857143rem;
    background-size: 1rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-banner .m5508-bread-crumbs {
    padding-left: 1.8181818182rem;
    background-position: 0rem 0.9090909091rem;
    background-size: 1.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-banner .m5508-bread-crumbs {
    padding-left: 1.8181818182rem;
    background-position: 0rem 0.9090909091rem;
    background-size: 1.2727272727rem;
  }
}

.m5508-public-banner .m5508-bread-crumbs .m5508-bread-item {
  color: #fff;
}

.m5508-bread-crumbs .m5508-bread-item {
  color: #fff;
  line-height: calc(100vw * 36 / 1920);
}

@media (max-width: 1199px) {
  .m5508-bread-crumbs .m5508-bread-item {
    line-height: 2.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-bread-crumbs .m5508-bread-item {
    line-height: 3.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-bread-crumbs .m5508-bread-item {
    line-height: 3.2727272727rem;
  }
}

.m5508-bread-crumbs .m5508-bread-item a,
.m5508-bread-crumbs .m5508-bread-item span {
  display: inline-block;
}

.m5508-bread-crumbs .m5508-bread-item a {
  color: #fff;
}

.m5508-bread-crumbs .m5508-bread-item a:last-child {
  color: #fff;
}

.m5508-bread-crumbs .m5508-bread-item a:hover {
  color: #fff;
}

.m5508-bread-crumbs .m5508-bread-item>span {
  padding-left: 2px;
  padding-right: 2px;
}

.m5508-bread-crumbs .m5508-bread-item>span::before {
  content: "/";
  color: #fff;
}

.m5508-public-channel-menu {
  overflow: hidden;
  margin-top: calc(100vw * -40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-channel-menu {
    margin-top: -2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-channel-menu {
    margin-top: -3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-channel-menu {
    margin-top: -3.6363636364rem;
  }
}

.m5508-public-channel-menu .m5508-channel-menu-wrap {
  position: relative;
  background-size: 100% 100%;
  padding-right: calc(100vw * 100 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-channel-menu .m5508-channel-menu-wrap {
    padding-right: 7.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-channel-menu .m5508-channel-menu-wrap {
    padding-right: 9.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-channel-menu .m5508-channel-menu-wrap {
    padding-right: 9.0909090909rem;
  }
}

.m5508-public-channel-menu .m5508-channel-menu-wrap::before,
.m5508-public-channel-menu .m5508-channel-menu-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2000px;
  right: 50%;
  background: #9D1E23;
}

.m5508-public-channel-menu .m5508-channel-menu-wrap::after {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-menubg.png") no-repeat right top;
  right: 0;
  background-size: 100%;
}

.m5508-public-channel-menu .swiper-slide {
  width: auto;
}

.m5508-public-channel-menu .swiper-slide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m5508-public-channel-menu .swiper-slide:last-child::after {
  display: none;
}

.m5508-public-channel-menu .active .m5508-a-menu {
  background: #A88E77;
}

.m5508-public-channel-menu .m5508-a-menu {
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 0;
  height: calc(100vw * 80 / 1920);
  line-height: calc(100vw * 80 / 1920);
  padding-left: calc(100vw * 35 / 1920);
  padding-right: calc(100vw * 35 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-channel-menu .m5508-a-menu {
    height: 5.7142857143rem;
    line-height: 5.7142857143rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-channel-menu .m5508-a-menu {
    height: 7.2727272727rem;
    line-height: 7.2727272727rem;
    padding-left: 3.1818181818rem;
    padding-right: 3.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-channel-menu .m5508-a-menu {
    height: 7.2727272727rem;
    line-height: 7.2727272727rem;
    padding-left: 3.1818181818rem;
    padding-right: 3.1818181818rem;
  }
}

.m5508-public-channel-menu .m5508-a-menu span {
  display: inline-block;
  vertical-align: middle;
  line-height: calc(100vw * 26 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-channel-menu .m5508-a-menu span {
    line-height: 1.8571428571rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-channel-menu .m5508-a-menu span {
    line-height: 2.3636363636rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-channel-menu .m5508-a-menu span {
    line-height: 2.3636363636rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-public-channel-menu .m5508-a-menu.active,
.m5508-public-channel-menu .m5508-a-menu:hover {
  background: #A88E77;
}

@media (min-width: 1200px) {
  .m5508-public-channel-menu .m5508-channel-menu-wrap {
    margin-right: 9%;
  }
}

.m5508-page-wrap {
  position: relative;
  padding-top: calc(100vw * 50 / 1920);
  padding-bottom: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-wrap {
    padding-top: 3.5714285714rem;
    padding-bottom: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-wrap {
    padding-top: 4.5454545455rem;
    padding-bottom: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-wrap {
    padding-top: 4.5454545455rem;
    padding-bottom: 5.4545454545rem;
  }
}

.m5508-page-wrap::after,
.m5508-page-wrap .m5508-pwrap-bg {
  content: "";
  position: absolute;
  right: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-pagebg.png") no-repeat;
  background-size: contain;
  z-index: 8;
  -webkit-animation: zoomAnimation 20s infinite;
  animation: zoomAnimation 20s infinite;
  top: calc(100vw * 130 / 1920);
  width: calc(100vw * 220 / 1920);
  height: calc(100vw * 309 / 1920);
}

@media (max-width: 1199px) {

  .m5508-page-wrap::after,
  .m5508-page-wrap .m5508-pwrap-bg {
    top: 9.2857142857rem;
    width: 15.7142857143rem;
    height: 22.0714285714rem;
  }
}

@media (max-width: 991px) {

  .m5508-page-wrap::after,
  .m5508-page-wrap .m5508-pwrap-bg {
    top: 11.8181818182rem;
    width: 20rem;
    height: 28.0909090909rem;
  }
}

@media (max-width: 767px) {

  .m5508-page-wrap::after,
  .m5508-page-wrap .m5508-pwrap-bg {
    top: 11.8181818182rem;
    width: 20rem;
    height: 28.0909090909rem;
  }
}

.m5508-page-wrap>.container {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes zoomAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* 放大 */
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    /* 缩小 */
  }

  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* 再次放大 */
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 回到初始大小 */
  }
}

@keyframes zoomAnimation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* 放大 */
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    /* 缩小 */
  }

  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    /* 再次放大 */
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 回到初始大小 */
  }
}

.m5508-public-title,
.m5508-public-groups-title {
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {

  .m5508-public-title,
  .m5508-public-groups-title {
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {

  .m5508-public-title,
  .m5508-public-groups-title {
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-public-title,
  .m5508-public-groups-title {
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-public-title,
.m5508-public-groups-title .m5508-groups-name {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-titlebg.png");
  background-repeat: no-repeat;
  color: #333333;
  background-size: calc(100vw * 76 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {

  .m5508-public-title,
  .m5508-public-groups-title .m5508-groups-name {
    background-size: 5.4285714286rem;
    padding-bottom: 1.4285714286rem;
    font-size: 2.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-public-title,
  .m5508-public-groups-title .m5508-groups-name {
    background-size: 6.9090909091rem;
    padding-bottom: 1.8181818182rem;
    font-size: 3.0909090909rem;
  }
}

@media (max-width: 767px) {

  .m5508-public-title,
  .m5508-public-groups-title .m5508-groups-name {
    background-size: 6.9090909091rem;
    padding-bottom: 1.8181818182rem;
    font-size: 3.0909090909rem;
  }
}

.m5508-public-title {
  text-align: center;
  background-position: bottom center;
}

.m5508-public-groups-title .m5508-groups-name {
  float: left;
  background-position: bottom left;
  min-width: calc(100vw * 100 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-groups-title .m5508-groups-name {
    min-width: 7.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-groups-title .m5508-groups-name {
    min-width: 9.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-groups-title .m5508-groups-name {
    min-width: 9.0909090909rem;
  }
}

.m5508-public-groups-title .m5508-groups-more {
  float: right;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 18px;
  border-style: solid;
  border-color: #9D1E23;
  display: block;
  text-align: center;
  color: #9D1E23;
  width: calc(100vw * 92 / 1920);
  height: calc(100vw * 36 / 1920);
  line-height: calc(100vw * 34 / 1920);
  border-width: calc(100vw * 1 / 1920);
  margin-top: calc(100vw * 12 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-groups-title .m5508-groups-more {
    width: 6.5714285714rem;
    height: 2.5714285714rem;
    line-height: 2.4285714286rem;
    border-width: 0.0714285714rem;
    margin-top: 0.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-groups-title .m5508-groups-more {
    width: 8.3636363636rem;
    height: 3.2727272727rem;
    line-height: 3.0909090909rem;
    border-width: 0.0909090909rem;
    margin-top: 1.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-groups-title .m5508-groups-more {
    width: 8.3636363636rem;
    height: 3.2727272727rem;
    line-height: 3.0909090909rem;
    border-width: 0.0909090909rem;
    margin-top: 1.0909090909rem;
  }
}

.m5508-public-groups-title .m5508-groups-more:hover {
  background: #9D1E23;
  color: #fff;
}

.m5508-page-menu {
  position: relative;
}

.m5508-page-menu .m5508-menu-title {
  font-weight: bold;
  color: #333;
  background-size: cover;
  text-align: center;
  margin-bottom: 1px;
  height: calc(100vw * 78 / 1920);
  line-height: calc(100vw * 78 / 1920);
  font-size: calc(100vw * 19 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-menu-title {
    height: 5.5714285714rem;
    line-height: 5.5714285714rem;
    font-size: 1.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-menu-title {
    height: 7.0909090909rem;
    line-height: 7.0909090909rem;
    font-size: 1.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-menu-title {
    height: 7.0909090909rem;
    line-height: 7.0909090909rem;
    font-size: 1.7272727273rem;
  }
}

.m5508-page-menu .m5508-menu-cont {
  overflow: hidden;
  border-bottom-color: rgba(2, 51, 111, 0.08);
  border-bottom-style: solid;
  border-bottom-width: calc(100vw * 1 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-menu-cont {
    border-bottom-width: 0.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-menu-cont {
    border-bottom-width: 0.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-menu-cont {
    border-bottom-width: 0.0909090909rem;
  }
}

.m5508-page-menu .m5508-box-a {
  position: relative;
  border-top-color: rgba(2, 51, 111, 0.08);
  border-top-style: solid;
  border-top-width: calc(100vw * 1 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-box-a {
    border-top-width: 0.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-box-a {
    border-top-width: 0.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-box-a {
    border-top-width: 0.0909090909rem;
  }
}

.m5508-page-menu .m5508-box-a .m5508-a-title {
  display: block;
  position: relative;
  color: #787878;
  overflow: hidden;
  padding: calc(100vw * 20 / 1920) calc(100vw * 45 / 1920) calc(100vw * 20 / 1920) calc(100vw * 45 / 1920);
  line-height: calc(100vw * 40 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title {
    padding: 1.4285714286rem 3.2142857143rem 1.4285714286rem 3.2142857143rem;
    line-height: 2.8571428571rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title {
    padding: 1.8181818182rem 4.0909090909rem 1.8181818182rem 4.0909090909rem;
    line-height: 3.6363636364rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title {
    padding: 1.8181818182rem 4.0909090909rem 1.8181818182rem 4.0909090909rem;
    line-height: 3.6363636364rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-page-menu .m5508-box-a .m5508-a-title::before,
.m5508-page-menu .m5508-box-a .m5508-a-title::after {
  content: "";
  position: absolute;
}

.m5508-page-menu .m5508-box-a .m5508-a-title::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "\f105";
  font-family: "FontAwesome";
  color: #3659A5;
  right: calc(100vw * 20 / 1920);
  top: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title::after {
    right: 1.4285714286rem;
    top: 1.4285714286rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title::after {
    right: 1.8181818182rem;
    top: 1.8181818182rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title::after {
    right: 1.8181818182rem;
    top: 1.8181818182rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-page-menu .m5508-box-a .m5508-a-title::before {
  background: #C6D8F5;
  border-radius: 2px;
  width: calc(100vw * 4 / 1920);
  height: calc(100vw * 20 / 1920);
  left: calc(100vw * 20 / 1920);
  top: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title::before {
    width: 0.2857142857rem;
    height: 1.4285714286rem;
    left: 1.4285714286rem;
    top: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title::before {
    width: 0.3636363636rem;
    height: 1.8181818182rem;
    left: 1.8181818182rem;
    top: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-box-a .m5508-a-title::before {
    width: 0.3636363636rem;
    height: 1.8181818182rem;
    left: 1.8181818182rem;
    top: 2.7272727273rem;
  }
}

.m5508-page-menu .m5508-box-a.active a.a-title,
.m5508-page-menu .m5508-box-a:hover a.a-title {
  background-color: #E7EEF6;
  color: #0058AB;
}

.m5508-page-menu .m5508-box-a.active a.a-title::after,
.m5508-page-menu .m5508-box-a:hover a.a-title::after {
  display: block;
}

.m5508-page-menu .m5508-box-a.active a.a-title::before,
.m5508-page-menu .m5508-box-a:hover a.a-title::before {
  background: #145CAA;
}

.m5508-page-menu .m5508-box-a.active {
  border-top-color: rgba(54, 89, 165, 0.5);
}

.m5508-page-menu .m5508-down-groups {
  display: none;
  background: #fff;
  padding: calc(100vw * 10 / 1920) calc(100vw * 35 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-down-groups {
    padding: 0.7142857143rem 2.5rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-down-groups {
    padding: 0.9090909091rem 3.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-down-groups {
    padding: 0.9090909091rem 3.1818181818rem;
  }
}

.m5508-page-menu .m5508-down-groups a {
  display: block;
  position: relative;
  color: #333333;
  line-height: calc(100vw * 40 / 1920);
  padding-left: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-page-menu .m5508-down-groups a {
    line-height: 2.8571428571rem;
    padding-left: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-page-menu .m5508-down-groups a {
    line-height: 3.6363636364rem;
    padding-left: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-page-menu .m5508-down-groups a {
    line-height: 3.6363636364rem;
    padding-left: 1.8181818182rem;
  }
}

.m5508-page-menu .m5508-down-groups a::before {
  content: "\f101";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}

.m5508-page-menu .m5508-down-groups a:hover,
.m5508-page-menu .m5508-down-groups a.active {
  color: #0668B3;
}

.m5508-page-menu .m5508-down-groups a.active {
  font-weight: bold;
}

/*分页*/
.m5508-comp-pages {
  padding-top: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-comp-pages {
    padding-top: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-comp-pages {
    padding-top: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-comp-pages {
    padding-top: 3.6363636364rem;
  }
}

.m5508-comp-pages .m5508-page-pc {
  text-align: center;
}

.m5508-comp-pages .m5508-page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}

.m5508-comp-pages .m5508-page-pc a,
.m5508-comp-pages .m5508-page-pc span {
  display: inline-block;
  background: #fff;
  text-align: center;
  color: #333333;
  border: 0.0520833333vw solid #EBEBEB;
  height: calc(100vw * 40 / 1920);
  min-width: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 38 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  padding-left: calc(100vw * 10 / 1920);
  padding-right: calc(100vw * 10 / 1920);
  margin-left: calc(100vw * 2 / 1920);
  margin-right: calc(100vw * 2 / 1920);
}

@media (max-width: 1199px) {

  .m5508-comp-pages .m5508-page-pc a,
  .m5508-comp-pages .m5508-page-pc span {
    height: 2.8571428571rem;
    min-width: 2.8571428571rem;
    line-height: 2.7142857143rem;
    border-radius: 0.2857142857rem;
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    margin-left: 0.1428571429rem;
    margin-right: 0.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-comp-pages .m5508-page-pc a,
  .m5508-comp-pages .m5508-page-pc span {
    height: 3.6363636364rem;
    min-width: 3.6363636364rem;
    line-height: 3.4545454545rem;
    border-radius: 0.3636363636rem;
    padding-left: 0.9090909091rem;
    padding-right: 0.9090909091rem;
    margin-left: 0.1818181818rem;
    margin-right: 0.1818181818rem;
  }
}

@media (max-width: 767px) {

  .m5508-comp-pages .m5508-page-pc a,
  .m5508-comp-pages .m5508-page-pc span {
    height: 3.6363636364rem;
    min-width: 3.6363636364rem;
    line-height: 3.4545454545rem;
    border-radius: 0.3636363636rem;
    padding-left: 0.9090909091rem;
    padding-right: 0.9090909091rem;
    margin-left: 0.1818181818rem;
    margin-right: 0.1818181818rem;
  }
}

.m5508-comp-pages .m5508-page-pc a:hover,
.m5508-comp-pages .m5508-page-pc a.active,
.m5508-comp-pages .m5508-page-pc span:hover,
.m5508-comp-pages .m5508-page-pc span.active {
  background: #9D1E23;
  border: 1px solid #9D1E23;
  color: #fff;
}

.m5508-comp-pages .m5508-page-pc span {
  background: #9D1E23;
  border: 1px solid #9D1E23;
  color: #fff;
}

.m5508-comp-pages .m5508-page-phone {
  height: calc(100vw * 46 / 1920);
  line-height: calc(100vw * 46 / 1920);
  border-radius: calc(100vw * 8 / 1920);
  font-size: calc(100vw * 16 / 1920);
  text-align: center;
  color: #fff;
  background: #9D1E23;
  display: none !important;
}

@media (max-width: 1199px) {
  .m5508-comp-pages .m5508-page-phone {
    height: 3.2857142857rem;
    line-height: 3.2857142857rem;
    border-radius: 0.5714285714rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-comp-pages .m5508-page-phone {
    height: 4.1818181818rem;
    line-height: 4.1818181818rem;
    border-radius: 0.7272727273rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-comp-pages .m5508-page-phone {
    height: 4.1818181818rem;
    line-height: 4.1818181818rem;
    border-radius: 0.7272727273rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-comp-pages .m5508-page-phone:hover,
.m5508-comp-pages .m5508-page-phone:active {
  color: #fff;
}

@media (max-width: 767px) {

  /*分页*/
  .m5508-comp-pages .m5508-page-pc {
    display: none;
  }

  .m5508-comp-pages .m5508-page-phone {
    display: block !important;
  }
}

.m5508-details-page .m5508-detail-top {
  border-bottom-style: solid;
  border-bottom-color: #F1F1F3;
  border-bottom-width: calc(100vw * 1 / 1920);
  padding-bottom: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-detail-top {
    border-bottom-width: 0.0714285714rem;
    padding-bottom: 1.0714285714rem;
    margin-bottom: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-detail-top {
    border-bottom-width: 0.0909090909rem;
    padding-bottom: 1.3636363636rem;
    margin-bottom: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-detail-top {
    border-bottom-width: 0.0909090909rem;
    padding-bottom: 1.3636363636rem;
    margin-bottom: 2.2727272727rem;
  }
}

.m5508-details-page .m5508-detail-top .m5508-title-s {
  color: #333;
  max-width: 100%;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-detail-top .m5508-title-s {
    font-size: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-detail-top .m5508-title-s {
    font-size: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-detail-top .m5508-title-s {
    font-size: 2.3636363636rem;
  }
}

.m5508-details-page .m5508-detail-top .m5508-title-s div,
.m5508-details-page .m5508-detail-top .m5508-title-s p {
  text-align: center !important;
}

.m5508-details-page .m5508-detail-top .m5508-top-other {
  text-align: center;
  margin-top: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-detail-top .m5508-top-other {
    margin-top: 2.1428571429rem;
    font-size: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-detail-top .m5508-top-other {
    margin-top: 2.7272727273rem;
    font-size: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-detail-top .m5508-top-other {
    margin-top: 2.7272727273rem;
    font-size: 1.3636363636rem;
  }
}

.m5508-details-page .m5508-detail-top .m5508-top-other>div {
  display: inline-block;
}

.m5508-details-page .m5508-detail-top .m5508-other-info {
  float: none;
  margin-right: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info {
    margin-right: 1.4285714286rem;
    line-height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info {
    margin-right: 1.8181818182rem;
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info {
    margin-right: 1.8181818182rem;
    line-height: 3.0909090909rem;
  }
}

.m5508-details-page .m5508-detail-top .m5508-other-info span,
.m5508-details-page .m5508-detail-top .m5508-other-info a {
  color: #999999;
  display: inline-block;
  vertical-align: bottom;
}

.m5508-details-page .m5508-detail-top .m5508-other-info span {
  margin-right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info span {
    margin-right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info span {
    margin-right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info span {
    margin-right: 1.8181818182rem;
  }
}

.m5508-details-page .m5508-detail-top .m5508-other-info span:last-child {
  margin-right: 0;
}

.m5508-details-page .m5508-detail-top .m5508-other-info a {
  margin-right: calc(100vw * 6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info a {
    margin-right: 0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info a {
    margin-right: 0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-detail-top .m5508-other-info a {
    margin-right: 0.5454545455rem;
  }
}

.m5508-details-page .m5508-detail-top .m5508-other-info a:last-child {
  margin-right: 0;
}

.m5508-details-page .m5508-detail-top .m5508-other-info .m5508-line {
  vertical-align: middle;
  margin-top: -3px;
}

.m5508-details-page .m5508-detail-top .m5508-other-share {
  float: none;
}

.m5508-details-page .m5508-detail-top .m5508-other-share>div {
  display: inline-block;
}

.m5508-details-page .m5508-main-cont {
  line-height: 1.875;
  color: #333333;
  text-align: justify;
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-main-cont {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-main-cont {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-main-cont {
    font-size: 1.6363636364rem;
  }
}

.m5508-details-page .m5508-main-cont .m5508-cont-title {
  font-weight: bold;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-main-cont .m5508-cont-title {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-main-cont .m5508-cont-title {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-main-cont .m5508-cont-title {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-details-page .m5508-main-cont video {
  width: 80% !important;
  height: 100% !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: calc(100vw * 15 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-main-cont video {
    margin-top: 1.0714285714rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-main-cont video {
    margin-top: 1.3636363636rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-main-cont video {
    margin-top: 1.3636363636rem;
    margin-bottom: 1.3636363636rem;
  }
}

.m5508-details-page .m5508-main-cont.cont-xilan img {
  width: 100%;
  max-width: calc(100vw * 800 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-main-cont.cont-xilan img {
    max-width: 57.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-main-cont.cont-xilan img {
    max-width: 72.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-main-cont.cont-xilan img {
    max-width: 72.7272727273rem;
  }
}

.m5508-details-page .m5508-main-cont img {
  max-width: 100%;
}

.m5508-details-page .m5508-main-cont p,
.m5508-details-page .m5508-main-cont div {
  line-height: 1.875;
  word-break: break-all;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-details-page .m5508-main-cont p,
  .m5508-details-page .m5508-main-cont div {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-details-page .m5508-main-cont p,
  .m5508-details-page .m5508-main-cont div {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-details-page .m5508-main-cont p,
  .m5508-details-page .m5508-main-cont div {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-details-page .m5508-cont-page {
  border-top: 0.0520833333vw solid #D9DFE7;
  color: #4D4D4D;
  font-size: calc(100vw * 16 / 1920);
  padding-top: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 24 / 1920);
  margin-top: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-cont-page {
    font-size: 1.1428571429rem;
    padding-top: 2.1428571429rem;
    line-height: 1.7142857143rem;
    margin-top: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-cont-page {
    font-size: 1.4545454545rem;
    padding-top: 2.7272727273rem;
    line-height: 2.1818181818rem;
    margin-top: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-cont-page {
    font-size: 1.4545454545rem;
    padding-top: 2.7272727273rem;
    line-height: 2.1818181818rem;
    margin-top: 2.7272727273rem;
  }
}

.m5508-details-page .m5508-cont-page .m5508-a-page {
  margin-bottom: 15px;
}

.m5508-details-page .m5508-cont-page .m5508-a-page a,
.m5508-details-page .m5508-cont-page .m5508-a-page span,
.m5508-details-page .m5508-cont-page .m5508-a-page p {
  display: inline;
}

.m5508-details-page .m5508-cont-page .m5508-a-page a {
  color: #999999;
}

.m5508-details-page .m5508-cont-page .m5508-a-page:hover {
  color: #9D1E23;
}

.m5508-details-page .m5508-cont-page .m5508-a-page:hover a {
  color: #9D1E23;
}

.m5508-details-page .m5508-cont-img-groups {
  width: calc(100vw * 330 / 1920);
  margin-left: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-cont-img-groups {
    width: 23.5714285714rem;
    margin-left: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-cont-img-groups {
    width: 30rem;
    margin-left: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-cont-img-groups {
    width: 30rem;
    margin-left: 2.7272727273rem;
  }
}

.m5508-details-page .m5508-cont-img-groups .m5508-cimg-box {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-cont-img-groups .m5508-cimg-box {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-cont-img-groups .m5508-cimg-box {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-cont-img-groups .m5508-cimg-box {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-details-page .m5508-cont-img-groups .m5508-cimg-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-details-page .m5508-cont-img-groups .m5508-cimg-box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-details-page .m5508-cont-img-groups .m5508-cimg-box .m5508-ctitle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  margin: 0;
  padding: calc(100vw * 5 / 1920) calc(100vw * 10 / 1920);
  line-height: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-details-page .m5508-cont-img-groups .m5508-cimg-box .m5508-ctitle {
    padding: 0.3571428571rem 0.7142857143rem;
    line-height: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-details-page .m5508-cont-img-groups .m5508-cimg-box .m5508-ctitle {
    padding: 0.4545454545rem 0.9090909091rem;
    line-height: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-details-page .m5508-cont-img-groups .m5508-cimg-box .m5508-ctitle {
    padding: 0.4545454545rem 0.9090909091rem;
    line-height: 1.8181818182rem;
  }
}

/*分享*/
.m5508-social-share {
  /*二维码样式*/
}

.m5508-social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}

.m5508-social-share .m5508-social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background 0.2s ease-out 0s;
  transition: background 0.2s ease-out 0s;
}

.m5508-social-share .m5508-social-share-icon:hover {
  background: #666;
  color: #fff;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -64px;
  width: 160px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px #aaa;
  box-shadow: 0 2px 10px #aaa;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode.bottom {
  top: 40px;
  left: -64px;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode.bottom:after {
  display: none;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode .m5508-qrcode {
  width: 105px;
  margin: 10px auto;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode .m5508-qrcode table {
  margin: 0 !important;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode .m5508-help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.m5508-social-share .m5508-icon-wechat .m5508-wechat-qrcode:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.m5508-social-share .m5508-icon-wechat:hover .m5508-wechat-qrcode {
  display: block;
}

.m5508-share-xl .m5508-social-share a {
  display: inline-block;
  width: calc(100vw * 26 / 1920);
  height: calc(100vw * 26 / 1920);
  border: none;
}

@media (max-width: 1199px) {
  .m5508-share-xl .m5508-social-share a {
    width: 1.8571428571rem;
    height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-share-xl .m5508-social-share a {
    width: 2.3636363636rem;
    height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-share-xl .m5508-social-share a {
    width: 2.3636363636rem;
    height: 2.3636363636rem;
  }
}

.m5508-share-xl .m5508-social-share a.icon-wechat {
  background: url("https://www.powersalesteam.com/images/comm-wx.png");
  background-size: contain;
}

.m5508-share-xl .m5508-social-share a.icon-weibo {
  background: url("https://www.powersalesteam.com/images/comm-wb.png");
  background-size: contain;
}

/*------------------------------------------- 内页 -----------------------------------------------------*/
.m5508-introduction-situation .m5508-cont-img {
  float: right;
  position: relative;
  width: calc(100vw * 446 / 1920);
  margin-left: calc(100vw * 60 / 1920);
  padding-right: calc(100vw * 30 / 1920);
  padding-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-introduction-situation .m5508-cont-img {
    width: 31.8571428571rem;
    margin-left: 4.2857142857rem;
    padding-right: 2.1428571429rem;
    padding-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-introduction-situation .m5508-cont-img {
    width: 40.5454545455rem;
    margin-left: 5.4545454545rem;
    padding-right: 2.7272727273rem;
    padding-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-introduction-situation .m5508-cont-img {
    width: 40.5454545455rem;
    margin-left: 5.4545454545rem;
    padding-right: 2.7272727273rem;
    padding-bottom: 2.7272727273rem;
  }
}

.m5508-introduction-situation .m5508-cont-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #9D1E23;
  border-radius: 10px;
  height: calc(100vw * 311 / 1920);
  width: calc(100vw * 210 / 1920);
  padding-right: calc(100vw * 30 / 1920);
  padding-bottom: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-introduction-situation .m5508-cont-img::after {
    height: 22.2142857143rem;
    width: 15rem;
    padding-right: 2.1428571429rem;
    padding-bottom: 2.1428571429rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-introduction-situation .m5508-cont-img::after {
    height: 28.2727272727rem;
    width: 19.0909090909rem;
    padding-right: 2.7272727273rem;
    padding-bottom: 2.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-introduction-situation .m5508-cont-img::after {
    height: 28.2727272727rem;
    width: 19.0909090909rem;
    padding-right: 2.7272727273rem;
    padding-bottom: 2.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-introduction-situation .m5508-cont-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-introduction-situation .m5508-cont-img img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-introduction-situation .m5508-cont-img img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-introduction-situation .m5508-cont-img img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 60 / 1920);
  margin-top: calc(100vw * 20 / 1920);
  height: calc(100vw * 280 / 1920);
  padding-left: calc(100vw * 20 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s {
    border-radius: 0.7142857143rem;
    margin-bottom: 4.2857142857rem;
    margin-top: 1.4285714286rem;
    height: 20rem;
    padding-left: 1.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s {
    border-radius: 0.9090909091rem;
    margin-bottom: 5.4545454545rem;
    margin-top: 1.8181818182rem;
    height: 25.4545454545rem;
    padding-left: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s {
    border-radius: 0.9090909091rem;
    margin-bottom: 5.4545454545rem;
    margin-top: 1.8181818182rem;
    height: 25.4545454545rem;
    padding-left: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s a {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s a {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s a {
    border-radius: 0.9090909091rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s:hover .m5508-box-info .m5508-name-s {
  color: #A98E77;
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s:hover .m5508-box-info .m5508-info-s::after {
  width: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s:hover .m5508-box-info .m5508-info-s::after {
    width: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s:hover .m5508-box-info .m5508-info-s::after {
    width: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s:hover .m5508-box-info .m5508-info-s::after {
    width: 2rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img {
  float: left;
  margin-top: calc(100vw * -20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img {
    margin-top: -1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img {
    margin-top: -1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img {
    margin-top: -1.8181818182rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img img {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(100vw * 420 / 1920);
  height: calc(100vw * 280 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img img {
    width: 30rem;
    height: 20rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img img {
    width: 38.1818181818rem;
    height: 25.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-img img {
    width: 38.1818181818rem;
    height: 25.4545454545rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info {
  overflow: hidden;
  padding: calc(100vw * 50 / 1920) calc(100vw * 30 / 1920) calc(100vw * 20 / 1920) calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info {
    padding: 3.5714285714rem 2.1428571429rem 1.4285714286rem 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info {
    padding: 4.5454545455rem 2.7272727273rem 1.8181818182rem 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info {
    padding: 4.5454545455rem 2.7272727273rem 1.8181818182rem 4.5454545455rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s {
  position: relative;
  padding-bottom: calc(100vw * 25 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s {
    padding-bottom: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s {
    padding-bottom: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s {
    padding-bottom: 2.2727272727rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s::after,
.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #A98E77;
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {

  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s::after,
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s:before {
    width: 1.5714285714rem;
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s::after,
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s:before {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {

  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s::after,
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s:before {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-info-s::after {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #9D1E23;
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-name-s {
  display: block;
  color: #333333;
  line-height: 1.4;
  font-size: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-name-s {
    font-size: 2.1428571429rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-name-s {
    font-size: 2.7272727273rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-name-s {
    font-size: 2.7272727273rem;
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-job-s {
  color: #666666;
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-job-s {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-job-s {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-top .m5508-box-s .m5508-box-info .m5508-job-s {
    font-size: 1.6363636364rem;
  }
}

.m5508-present-leaders .m5508-leaders-other {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 40 / 1920) calc(100vw * 20 / 1920) calc(100vw * 30 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other {
    border-radius: 0.7142857143rem;
    padding: 2.8571428571rem 1.4285714286rem 2.1428571429rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other {
    border-radius: 0.9090909091rem;
    padding: 3.6363636364rem 1.8181818182rem 2.7272727273rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other {
    border-radius: 0.9090909091rem;
    padding: 3.6363636364rem 1.8181818182rem 2.7272727273rem 1.8181818182rem;
  }
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s {
  text-align: center;
  overflow: hidden;
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s {
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s {
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s:hover .m5508-box-title {
  color: #A98E77;
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 12 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
    margin-bottom: 0.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.0909090909rem;
  }
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img img {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 266 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img img {
    height: 19rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img img {
    height: 24.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-img img {
    height: 24.1818181818rem;
  }
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title {
  display: block;
  color: #333333;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title {
    font-size: 1.1428571429rem;
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span {
  display: inline-block;
  margin-right: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span {
    margin-right: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span {
    margin-right: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span {
    margin-right: 0.4545454545rem;
  }
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span:last-child {
  margin-right: 0;
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span.name-s {
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span.name-s {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span.name-s {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-title span.name-s {
    font-size: 1.8181818182rem;
  }
}

.m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-txt {
  color: #666666;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-txt {
    font-size: 1.1428571429rem;
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-txt {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-present-leaders .m5508-leaders-other .m5508-box-s .m5508-box-txt {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

.m5508-former-leaders .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
  min-height: calc(100vw * 290 / 1920);
}

@media (max-width: 1199px) {
  .m5508-former-leaders .m5508-box-s {
    border-radius: 0.7142857143rem;
    padding: 2.1428571429rem;
    margin-bottom: 3.5714285714rem;
    min-height: 20.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-former-leaders .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem;
    margin-bottom: 4.5454545455rem;
    min-height: 26.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-former-leaders .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem;
    margin-bottom: 4.5454545455rem;
    min-height: 26.3636363636rem;
  }
}

.m5508-former-leaders .m5508-box-s:hover .m5508-box-img {
  border-color: #A98E77;
}

.m5508-former-leaders .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #A98E77;
}

.m5508-former-leaders .m5508-box-s:hover .m5508-box-info .m5508-info-title::after {
  width: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-former-leaders .m5508-box-s:hover .m5508-box-info .m5508-info-title::after {
    width: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-former-leaders .m5508-box-s:hover .m5508-box-info .m5508-info-title::after {
    width: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-former-leaders .m5508-box-s:hover .m5508-box-info .m5508-info-title::after {
    width: 2rem;
  }
}

.m5508-former-leaders .m5508-box-s .m5508-box-img {
  float: left;
  overflow: hidden;
  border-radius: 14px;
  border: 3px solid transparent;
  border-radius: calc(100vw * 14 / 1920);
  margin-right: calc(100vw * 40 / 1920);
  border-width: calc(100vw * 3 / 1920);
  width: calc(100vw * 180 / 1920);
}

@media (max-width: 1199px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-img {
    border-radius: 1rem;
    margin-right: 2.8571428571rem;
    border-width: 0.2142857143rem;
    width: 12.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-img {
    border-radius: 1.2727272727rem;
    margin-right: 3.6363636364rem;
    border-width: 0.2727272727rem;
    width: 16.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-img {
    border-radius: 1.2727272727rem;
    margin-right: 3.6363636364rem;
    border-width: 0.2727272727rem;
    width: 16.3636363636rem;
  }
}

.m5508-former-leaders .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-former-leaders .m5508-box-s .m5508-box-info {
  overflow: hidden;
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title {
  position: relative;
  color: #333333;
  display: block;
  font-weight: bold;
  padding-bottom: calc(100vw * 20 / 1920);
  padding-top: calc(100vw * 35 / 1920);
  font-size: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
}

@media (max-width: 1199px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title {
    padding-bottom: 1.4285714286rem;
    padding-top: 2.5rem;
    font-size: 1.1428571429rem;
    margin-bottom: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title {
    padding-bottom: 1.8181818182rem;
    padding-top: 3.1818181818rem;
    font-size: 1.4545454545rem;
    margin-bottom: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title {
    padding-bottom: 1.8181818182rem;
    padding-top: 3.1818181818rem;
    font-size: 1.4545454545rem;
    margin-bottom: 2.2727272727rem;
  }
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title span {
  display: inline-block;
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title span.name-s {
  font-size: calc(100vw * 20 / 1920);
  margin-right: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title span.name-s {
    font-size: 1.4285714286rem;
    margin-right: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title span.name-s {
    font-size: 1.8181818182rem;
    margin-right: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title span.name-s {
    font-size: 1.8181818182rem;
    margin-right: 0.9090909091rem;
  }
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title::after,
.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title ::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #A98E77;
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {

  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title::after,
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title ::before {
    width: 1.5714285714rem;
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title::after,
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title ::before {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {

  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title::after,
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title ::before {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-title::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  background-color: #9D1E23;
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #666666;
  line-height: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1428571429rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.7272727273rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.7272727273rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt div {
  margin-bottom: calc(100vw * 5 / 1920);
}

.m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt div:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt div {
    margin-bottom: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt div {
    margin-bottom: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-former-leaders .m5508-box-s .m5508-box-info .m5508-info-txt div {
    margin-bottom: 0.4545454545rem;
  }
}

@media (min-width: 1200px) {
  .m5508-former-leaders .row-w {
    margin-left: calc(100vw * -20 / 1920);
    margin-right: calc(100vw * -20 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-former-leaders .row-w {
    margin-left: -1.4285714286rem;
    margin-right: -1.4285714286rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-former-leaders .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-former-leaders .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 1200px) {
  .m5508-former-leaders .row-w .col-w {
    padding-left: calc(100vw * 20 / 1920);
    padding-right: calc(100vw * 20 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-former-leaders .row-w .col-w {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-former-leaders .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-former-leaders .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

@media (min-width: 1200px) {
  .m5508-former-leaders .row-w .col-w:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .m5508-former-leaders .row-w .col-w:nth-child(2n+1) {
    clear: both;
  }
}

.m5508-organization-groups img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.m5508-list-photo-album.video-list .m5508-box-s .m5508-box-img {
  position: relative;
}

.m5508-list-photo-album.video-list .m5508-box-s .m5508-box-img .m5508-a-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-05.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-photo-album.video-list .m5508-box-s .m5508-box-img .m5508-a-mc {
    background-size: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album.video-list .m5508-box-s .m5508-box-img .m5508-a-mc {
    background-size: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album.video-list .m5508-box-s .m5508-box-img .m5508-a-mc {
    background-size: 5.4545454545rem;
  }
}

.m5508-list-photo-album .m5508-box-s {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-photo-album .m5508-box-s {
    border-radius: 0.7142857143rem;
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album .m5508-box-s {
    border-radius: 0.9090909091rem;
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-box-s {
    border-radius: 0.9090909091rem;
    margin-bottom: 4.5454545455rem;
  }
}

.m5508-list-photo-album .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-list-photo-album .m5508-box-s:hover .m5508-box-title {
  color: #A98E77;
}

.m5508-list-photo-album .m5508-box-s .m5508-box-img {
  overflow: hidden;
}

.m5508-list-photo-album .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
  height: calc(100vw * 294 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-img img {
    height: 21rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-img img {
    height: 26.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-img img {
    height: 26.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-list-photo-album .m5508-box-s .m5508-box-title {
  text-align: center;
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  padding-left: calc(100vw * 15 / 1920);
  padding-right: calc(100vw * 15 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 70 / 1920);
  line-height: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    font-size: 1.2857142857rem;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    font-size: 1.6363636364rem;
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    font-size: 1.6363636364rem;
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    height: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    height: 6.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    line-height: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    line-height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    line-height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-box-s .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-list-photo-album .m5508-video-more-w {
  padding-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-photo-album .m5508-video-more-w {
    padding-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album .m5508-video-more-w {
    padding-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-video-more-w {
    padding-bottom: 3.6363636364rem;
  }
}

.m5508-list-photo-album .m5508-video-more-w .m5508-title-more {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 28px;
  border-style: solid;
  border-color: #9D1E23;
  display: block;
  text-align: center;
  color: #9D1E23;
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw * 280 / 1920);
  height: calc(100vw * 56 / 1920);
  line-height: calc(100vw * 54 / 1920);
  border-width: calc(100vw * 1 / 1920);
  border-radius: calc(100vw * 28 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-photo-album .m5508-video-more-w .m5508-title-more {
    width: 20rem;
    height: 4rem;
    line-height: 3.8571428571rem;
    border-width: 0.0714285714rem;
    border-radius: 2rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-photo-album .m5508-video-more-w .m5508-title-more {
    width: 25.4545454545rem;
    height: 5.0909090909rem;
    line-height: 4.9090909091rem;
    border-width: 0.0909090909rem;
    border-radius: 2.5454545455rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-photo-album .m5508-video-more-w .m5508-title-more {
    width: 25.4545454545rem;
    height: 5.0909090909rem;
    line-height: 4.9090909091rem;
    border-width: 0.0909090909rem;
    border-radius: 2.5454545455rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-list-photo-album .m5508-video-more-w .m5508-title-more:hover {
  background: #9D1E23;
  color: #fff;
}

.m5508-public-box-wrap {
  overflow: hidden;
}

.m5508-public-box-wrap .m5508-public-title {
  text-align: left;
  background-position: bottom left;
}

.m5508-public-box-wrap .m5508-groups-item {
  position: relative;
  background-repeat: no-repeat;
  padding-top: calc(100vw * 70 / 1920);
  padding-bottom: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-box-wrap .m5508-groups-item {
    padding-top: 5rem;
    padding-bottom: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-box-wrap .m5508-groups-item {
    padding-top: 6.3636363636rem;
    padding-bottom: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-box-wrap .m5508-groups-item {
    padding-top: 6.3636363636rem;
    padding-bottom: 7.2727272727rem;
  }
}

.m5508-public-box-wrap .m5508-groups-item:nth-child(2n) {
  background-color: #F8F8F8;
}

.m5508-public-box-wrap .m5508-groups-item .container {
  position: relative;
  z-index: 3;
}

.m5508-public-box-wrap .m5508-groups-item:nth-child(1)::after {
  content: "";
  position: absolute;
  right: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-pagebg.png") no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-animation: zoomAnimation 20s infinite;
  animation: zoomAnimation 20s infinite;
  top: calc(100vw * 130 / 1920);
  width: calc(100vw * 220 / 1920);
  height: calc(100vw * 309 / 1920);
}

@media (max-width: 1199px) {
  .m5508-public-box-wrap .m5508-groups-item:nth-child(1)::after {
    top: 9.2857142857rem;
    width: 15.7142857143rem;
    height: 22.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-public-box-wrap .m5508-groups-item:nth-child(1)::after {
    top: 11.8181818182rem;
    width: 20rem;
    height: 28.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-public-box-wrap .m5508-groups-item:nth-child(1)::after {
    top: 11.8181818182rem;
    width: 20rem;
    height: 28.0909090909rem;
  }
}

.m5508-public-box-wrap .m5508-groups-item:nth-child(2) {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-modbg07.png");
  background-position: left bottom;
}

.m5508-orga-groups-01 .m5508-box-s:hover .m5508-box-img img,
.m5508-orga-groups-03 .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-orga-groups-01 .m5508-box-s:hover .m5508-box-title .m5508-title-s,
.m5508-orga-groups-03 .m5508-box-s:hover .m5508-box-title .m5508-title-s {
  color: #9D1E23;
}

.m5508-orga-groups-01 .m5508-box-s .m5508-box-img,
.m5508-orga-groups-03 .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-img,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-img,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-img,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-orga-groups-01 .m5508-box-s .m5508-box-img img,
.m5508-orga-groups-03 .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-orga-groups-01 .m5508-box-s .m5508-box-title,
.m5508-orga-groups-03 .m5508-box-s .m5508-box-title {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  padding-left: calc(100vw * 30 / 1920);
  padding-right: calc(100vw * 80 / 1920);
  margin-top: calc(100vw * -40 / 1920);
  margin-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title {
    padding-left: 2.1428571429rem;
    padding-right: 5.7142857143rem;
    margin-top: -2.8571428571rem;
    margin-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title {
    padding-left: 2.7272727273rem;
    padding-right: 7.2727272727rem;
    margin-top: -3.6363636364rem;
    margin-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title {
    padding-left: 2.7272727273rem;
    padding-right: 7.2727272727rem;
    margin-top: -3.6363636364rem;
    margin-right: 2.7272727273rem;
  }
}

.m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s,
.m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
  color: #333333;
  font-weight: bold;
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.6363636364rem;
  }
}

.m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-arrow-s,
.m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-arrow-s {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #9D1E23;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-10.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  right: calc(100vw * 30 / 1920);
  width: calc(100vw * 20 / 1920);
  height: calc(100vw * 20 / 1920);
  background-size: calc(100vw * 7 / 1920);
}

@media (max-width: 1199px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-arrow-s,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-arrow-s {
    right: 2.1428571429rem;
    width: 1.4285714286rem;
    height: 1.4285714286rem;
    background-size: 0.5rem;
  }
}

@media (max-width: 991px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-arrow-s,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-arrow-s {
    right: 2.7272727273rem;
    width: 1.8181818182rem;
    height: 1.8181818182rem;
    background-size: 0.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-arrow-s,
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-arrow-s {
    right: 2.7272727273rem;
    width: 1.8181818182rem;
    height: 1.8181818182rem;
    background-size: 0.6363636364rem;
  }
}

.m5508-orga-groups-01 .m5508-box-s .m5508-box-img img {
  height: calc(100vw * 300 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-img img {
    height: 21.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-img img {
    height: 27.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-img img {
    height: 27.2727272727rem;
  }
}

.m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 80 / 1920);
  line-height: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 7.2727272727rem;
  }
}

@media (max-width: 1199px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-01 .m5508-box-s .m5508-box-title .m5508-title-s {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-orga-groups-02 ul {
  margin-left: calc(100vw * -18 / 1920);
  margin-right: calc(100vw * -18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-02 ul {
    margin-left: -1.2857142857rem;
    margin-right: -1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-02 ul {
    margin-left: -1.6363636364rem;
    margin-right: -1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-02 ul {
    margin-left: -1.6363636364rem;
    margin-right: -1.6363636364rem;
  }
}

.m5508-orga-groups-02 ul li {
  float: left;
  width: 12.5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: calc(100vw * 18 / 1920);
  padding-right: calc(100vw * 18 / 1920);
}

.m5508-orga-groups-02 ul li:hover {
  margin-top: -15px;
}

@media (max-width: 1199px) {
  .m5508-orga-groups-02 ul li {
    padding-left: 1.2857142857rem;
    padding-right: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-02 ul li {
    padding-left: 1.6363636364rem;
    padding-right: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-02 ul li {
    padding-left: 1.6363636364rem;
    padding-right: 1.6363636364rem;
  }
}

.m5508-orga-groups-02 .m5508-box-s {
  position: relative;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  background-color: #9D1E23;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-modbg06.png");
  overflow: hidden;
  border-radius: 10px;
  display: block;
  width: 100%;
  border-radius: calc(100vw * 10 / 1920);
  background-size: calc(100vw * 95 / 1920);
  height: calc(100vw * 240 / 1920);
  padding-top: calc(100vw * 35 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
}

.m5508-orga-groups-02 .m5508-box-s:hover .m5508-box-title {
  color: #A88E77;
}

.m5508-orga-groups-02 .m5508-box-s:hover::after {
  background: #A98E77;
}

@media (max-width: 1199px) {
  .m5508-orga-groups-02 .m5508-box-s {
    border-radius: 0.7142857143rem;
    background-size: 6.7857142857rem;
    height: 17.1428571429rem;
    padding-top: 2.5rem;
    padding-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-02 .m5508-box-s {
    border-radius: 0.9090909091rem;
    background-size: 8.6363636364rem;
    height: 21.8181818182rem;
    padding-top: 3.1818181818rem;
    padding-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-02 .m5508-box-s {
    border-radius: 0.9090909091rem;
    background-size: 8.6363636364rem;
    height: 21.8181818182rem;
    padding-top: 3.1818181818rem;
    padding-bottom: 1.8181818182rem;
  }
}

.m5508-orga-groups-02 .m5508-box-s::after {
  content: "";
  position: absolute;
  background: #A88E77;
  left: 0;
  top: calc(100vw * 35 / 1920);
  width: calc(100vw * 4 / 1920);
  height: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-02 .m5508-box-s::after {
    top: 2.5rem;
    width: 0.2857142857rem;
    height: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-02 .m5508-box-s::after {
    top: 3.1818181818rem;
    width: 0.3636363636rem;
    height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-02 .m5508-box-s::after {
    top: 3.1818181818rem;
    width: 0.3636363636rem;
    height: 6.3636363636rem;
  }
}

.m5508-orga-groups-02 .m5508-box-s .m5508-box-title {
  text-align: left;
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  margin-left: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-02 .m5508-box-s .m5508-box-title {
    margin-left: 2.1428571429rem;
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-02 .m5508-box-s .m5508-box-title {
    margin-left: 2.7272727273rem;
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-02 .m5508-box-s .m5508-box-title {
    margin-left: 2.7272727273rem;
    font-size: 1.8181818182rem;
  }
}

@media (min-width: 992px) {
  .m5508-orga-groups-03 .row-w {
    margin-left: calc(100vw * -20 / 1920);
    margin-right: calc(100vw * -20 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-orga-groups-03 .row-w {
    margin-left: -1.4285714286rem;
    margin-right: -1.4285714286rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-orga-groups-03 .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-orga-groups-03 .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 992px) {
  .m5508-orga-groups-03 .row-w .col-w {
    padding-left: calc(100vw * 20 / 1920);
    padding-right: calc(100vw * 20 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-orga-groups-03 .row-w .col-w {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-orga-groups-03 .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-orga-groups-03 .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

@media (min-width: 992px) {
  .m5508-orga-groups-04 .row-w {
    margin-left: calc(100vw * -30 / 1920);
    margin-right: calc(100vw * -30 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-orga-groups-04 .row-w {
    margin-left: -2.1428571429rem;
    margin-right: -2.1428571429rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-orga-groups-04 .row-w {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-orga-groups-04 .row-w {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 992px) {
  .m5508-orga-groups-04 .row-w .col-w {
    padding-left: calc(100vw * 30 / 1920);
    padding-right: calc(100vw * 30 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-orga-groups-04 .row-w .col-w {
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-orga-groups-04 .row-w .col-w {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-orga-groups-04 .row-w .col-w {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-02 ul {
    margin-left: calc(100vw * -15 / 1920);
    margin-right: calc(100vw * -15 / 1920);
  }
}

@media (max-width: 991px) and (max-width: 1199px) {
  .m5508-orga-groups-02 ul {
    margin-left: -1.0714285714rem;
    margin-right: -1.0714285714rem;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .m5508-orga-groups-02 ul {
    margin-left: -1.3636363636rem;
    margin-right: -1.3636363636rem;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .m5508-orga-groups-02 ul {
    margin-left: -1.3636363636rem;
    margin-right: -1.3636363636rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-02 ul li {
    padding-left: calc(100vw * 15 / 1920);
    padding-right: calc(100vw * 15 / 1920);
  }
}

@media (max-width: 991px) and (max-width: 1199px) {
  .m5508-orga-groups-02 ul li {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .m5508-orga-groups-02 ul li {
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .m5508-orga-groups-02 ul li {
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

.m5508-orga-groups-03 .m5508-box-s .m5508-box-img img {
  height: calc(100vw * 200 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-img img {
    height: 14.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-img img {
    height: 18.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-img img {
    height: 18.1818181818rem;
  }
}

.m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 80 / 1920);
  line-height: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 7.2727272727rem;
  }
}

@media (max-width: 1199px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-03 .m5508-box-s .m5508-box-title .m5508-title-s {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-orga-groups-04 .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 25 / 1920) calc(100vw * 150 / 1920) calc(100vw * 25 / 1920) calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s {
    border-radius: 0.7142857143rem;
    padding: 1.7857142857rem 10.7142857143rem 1.7857142857rem 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.2727272727rem 13.6363636364rem 2.2727272727rem 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.2727272727rem 13.6363636364rem 2.2727272727rem 4.5454545455rem;
  }
}

.m5508-orga-groups-04 .m5508-box-s:hover .m5508-box-title .m5508-icon-s img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-orga-groups-04 .m5508-box-s:hover .m5508-box-title .m5508-title-s {
  color: #9D1E23;
}

.m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s {
  float: left;
  margin-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s {
    margin-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s {
    margin-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s {
    margin-right: 2.7272727273rem;
  }
}

.m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s img {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s img {
    height: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s img {
    height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-icon-s img {
    height: 6.3636363636rem;
  }
}

.m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
  color: #333333;
  font-size: calc(100vw * 20 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 70 / 1920);
  line-height: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 6.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-title .m5508-title-s {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-orga-groups-04 .m5508-box-s .m5508-box-more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9D1E23;
  right: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-more {
    right: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-more {
    right: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-more {
    right: 4.5454545455rem;
  }
}

.m5508-orga-groups-04 .m5508-box-s .m5508-box-more::after {
  content: "\f0da";
  font-family: FontAwesome;
  vertical-align: middle;
  font-size: calc(100vw * 18 / 1920);
  margin-left: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-more::after {
    font-size: 1.2857142857rem;
    margin-left: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-04 .m5508-box-s .m5508-box-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

.m5508-research-group-leader .m5508-main-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-research-group-leader .m5508-main-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-research-group-leader .m5508-main-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-research-group-leader .m5508-main-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-research-group-leader .m5508-main-img img {
  display: block;
  width: 100%;
}

.m5508-research-group-leader .m5508-main-info {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 100%;
  border-radius: calc(100vw * 10 / 1920);
  min-height: calc(100vw * 320 / 1920);
  padding: calc(100vw * 60 / 1920) calc(100vw * 60 / 1920) calc(100vw * 30 / 1920) calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-research-group-leader .m5508-main-info {
    border-radius: 0.7142857143rem;
    min-height: 22.8571428571rem;
    padding: 4.2857142857rem 4.2857142857rem 2.1428571429rem 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-research-group-leader .m5508-main-info {
    border-radius: 0.9090909091rem;
    min-height: 29.0909090909rem;
    padding: 5.4545454545rem 5.4545454545rem 2.7272727273rem 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-research-group-leader .m5508-main-info {
    border-radius: 0.9090909091rem;
    min-height: 29.0909090909rem;
    padding: 5.4545454545rem 5.4545454545rem 2.7272727273rem 7.2727272727rem;
  }
}

.m5508-research-group-leader .m5508-info-title {
  font-weight: bold;
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-research-group-leader .m5508-info-title {
    font-size: 1.2857142857rem;
    line-height: 2.1428571429rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-research-group-leader .m5508-info-title {
    font-size: 1.6363636364rem;
    line-height: 2.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-research-group-leader .m5508-info-title {
    font-size: 1.6363636364rem;
    line-height: 2.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-research-group-leader .m5508-info-list li {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-38.png");
  background-repeat: no-repeat;
  background-size: calc(100vw * 12 / 1920);
  background-position: calc(100vw * 0 / 1920) calc(100vw * 10 / 1920);
  line-height: calc(100vw * 32 / 1920);
  margin-bottom: calc(100vw * 18 / 1920);
  padding-left: calc(100vw * 25 / 1920);
}

.m5508-research-group-leader .m5508-info-list li:last-child {
  margin-bottom: 0;
}

.m5508-research-group-leader .m5508-info-list li:hover a {
  color: #9D1E23;
}

@media (max-width: 1199px) {
  .m5508-research-group-leader .m5508-info-list li {
    background-size: 0.8571428571rem;
    background-position: 0rem 0.7142857143rem;
    line-height: 2.2857142857rem;
    margin-bottom: 1.2857142857rem;
    padding-left: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-research-group-leader .m5508-info-list li {
    background-size: 1.0909090909rem;
    background-position: 0rem 0.9090909091rem;
    line-height: 2.9090909091rem;
    margin-bottom: 1.6363636364rem;
    padding-left: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-research-group-leader .m5508-info-list li {
    background-size: 1.0909090909rem;
    background-position: 0rem 0.9090909091rem;
    line-height: 2.9090909091rem;
    margin-bottom: 1.6363636364rem;
    padding-left: 2.2727272727rem;
  }
}

.m5508-research-group-leader .m5508-info-list li a {
  display: block;
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-research-group-leader .m5508-info-list li a {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-research-group-leader .m5508-info-list li a {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-research-group-leader .m5508-info-list li a {
    font-size: 1.6363636364rem;
  }
}

@media (min-width: 992px) {
  .m5508-research-group-leader .m5508-img-w {
    width: 40.1%;
  }

  .m5508-research-group-leader .m5508-info-w {
    width: 59.9%;
  }
}

.m5508-academicians-groups .m5508-box-s,
.m5508-academicians-list .m5508-box-s {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-39.png");
  background-color: #A98E77;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  background-size: calc(100vw * 110 / 1920);
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s,
  .m5508-academicians-list .m5508-box-s {
    border-radius: 0.7142857143rem;
    background-size: 7.8571428571rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s,
  .m5508-academicians-list .m5508-box-s {
    border-radius: 0.9090909091rem;
    background-size: 10rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s,
  .m5508-academicians-list .m5508-box-s {
    border-radius: 0.9090909091rem;
    background-size: 10rem;
  }
}

/* .m5508-academicians-groups .m5508-box-s.box-other::after, .m5508-academicians-list .m5508-box-s.box-other::after {
  content: "";
  position: absolute;
  border-color: #5D3428;
  border-style: solid;
  z-index: 2;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border-width: 3px;
  border-radius: 10px;
} */
.m5508-academicians-groups .m5508-box-s.box-other .m5508-box-img::before,
.m5508-academicians-list .m5508-box-s.box-other .m5508-box-img::before {
  display: block;
}

.m5508-academicians-groups .m5508-box-s:hover,
.m5508-academicians-list .m5508-box-s:hover {
  background-color: #9D1E23;
}

.m5508-academicians-groups .m5508-box-s:hover .m5508-box-img img,
.m5508-academicians-list .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-academicians-groups .m5508-box-s .m5508-box-img,
.m5508-academicians-list .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 1px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img,
  .m5508-academicians-list .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img,
  .m5508-academicians-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img,
  .m5508-academicians-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

/* .m5508-academicians-groups .m5508-box-s .m5508-box-img::before, .m5508-academicians-groups .m5508-box-s .m5508-box-img::after, .m5508-academicians-list .m5508-box-s .m5508-box-img::before, .m5508-academicians-list .m5508-box-s .m5508-box-img::after {
  content: "";
  position: absolute;
  border-color: #000;
  border-style: solid;
  z-index: 3;
  display: none;
} */
/* .m5508-academicians-groups .m5508-box-s .m5508-box-img::before, .m5508-academicians-list .m5508-box-s .m5508-box-img::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
} */
@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img::before,
  .m5508-academicians-list .m5508-box-s .m5508-box-img::before {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img::before,
  .m5508-academicians-list .m5508-box-s .m5508-box-img::before {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img::before,
  .m5508-academicians-list .m5508-box-s .m5508-box-img::before {
    border-radius: 0.9090909091rem;
  }
}

.m5508-academicians-groups .m5508-box-s .m5508-box-img::after,
.m5508-academicians-list .m5508-box-s .m5508-box-img::after {
  border-width: 1px;
  opacity: 0.5;
  border-radius: 6px;
  border-radius: calc(100vw * 6 / 1920);
  left: calc(100vw * 7 / 1920);
  right: calc(100vw * 7 / 1920);
  top: calc(100vw * 7 / 1920);
  bottom: calc(100vw * 7 / 1920);
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img::after,
  .m5508-academicians-list .m5508-box-s .m5508-box-img::after {
    border-radius: 0.4285714286rem;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img::after,
  .m5508-academicians-list .m5508-box-s .m5508-box-img::after {
    border-radius: 0.5454545455rem;
    left: 0.6363636364rem;
    right: 0.6363636364rem;
    top: 0.6363636364rem;
    bottom: 0.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img::after,
  .m5508-academicians-list .m5508-box-s .m5508-box-img::after {
    border-radius: 0.5454545455rem;
    left: 0.6363636364rem;
    right: 0.6363636364rem;
    top: 0.6363636364rem;
    bottom: 0.6363636364rem;
  }
}

.m5508-academicians-groups .m5508-box-s .m5508-box-img a,
.m5508-academicians-list .m5508-box-s .m5508-box-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.m5508-academicians-groups .m5508-box-s .m5508-box-img img,
.m5508-academicians-list .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 420 / 1920);
}

@media (min-width: 1200px) {
  .container .m5508-academicians-list .row {
    margin: calc(100vw * 0 / 1920) calc(100vw * -20 / 1920) calc(100vw * 0 / 1920) calc(100vw * -20 / 1920);
  }

  .container .m5508-academicians-list .row>[class^=col-] {
    padding: calc(100vw * 0 / 1920) calc(100vw * 20 / 1920) calc(100vw * 0 / 1920) calc(100vw * 20 / 1920);
  }
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img img,
  .m5508-academicians-list .m5508-box-s .m5508-box-img img {
    height: 23.9285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img img,
  .m5508-academicians-list .m5508-box-s .m5508-box-img img {
    height: 30.4545454545rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-img img,
  .m5508-academicians-list .m5508-box-s .m5508-box-img img {
    height: 30.4545454545rem;
  }
}

.m5508-academicians-groups .m5508-box-s .m5508-box-info,
.m5508-academicians-list .m5508-box-s .m5508-box-info {
  color: #FFFFFF;
  height: calc(100vw * 128 / 1920);
  padding: calc(100vw * 25 / 1920) calc(100vw * 15 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info,
  .m5508-academicians-list .m5508-box-s .m5508-box-info {
    height: 9.1428571429rem;
    padding: 1.7857142857rem 1.0714285714rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info,
  .m5508-academicians-list .m5508-box-s .m5508-box-info {
    height: 11.6363636364rem;
    padding: 2.2727272727rem 1.3636363636rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info,
  .m5508-academicians-list .m5508-box-s .m5508-box-info {
    height: 11.6363636364rem;
    padding: 2.2727272727rem 1.3636363636rem 1.8181818182rem;
  }
}

.m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
.m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
  color: #FFFFFF;
  margin-bottom: calc(100vw * 10 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 2.1818181818rem;
  }
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title span,
.m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title span {
  display: inline-block;
  font-size: calc(100vw * 20 / 1920);
}

.m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s,
.m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s {
  font-size: calc(100vw * 24 / 1920);
  margin-right: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s {
    font-size: 1.7142857143rem;
    margin-right: 0.3571428571rem;
  }

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title span,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title span {
    font-size: 1.5rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s {
    font-size: 2.1818181818rem;
    margin-right: 0.4545454545rem;
  }

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title span,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title span {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title .m5508-name-s {
    font-size: 2.1818181818rem;
    margin-right: 0.4545454545rem;
  }

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-title span,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-title span {
    font-size: 1.8rem;
  }
}

.m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
.m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    height: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    height: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    height: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    line-height: 1.4285714286rem;
    fong-size: 1.6rem;
  }
}

@media (max-width: 991px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    line-height: 1.8181818182rem;
    fong-size: 1.6rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    line-height: 1.8181818182rem;
    fong-size: 1.4rem;
  }
}

@media (max-width: 767px) {

  .m5508-academicians-groups .m5508-box-s .m5508-box-info .m5508-info-txt>div,
  .m5508-academicians-list .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    white-space: normal;
    height: auto;
    line-height: 1.6;
    fong-size: 1.4rem;
  }
}

.m5508-academicians-list .m5508-box-s {
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-academicians-list .m5508-box-s {
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-academicians-list .m5508-box-s {
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-academicians-list .m5508-box-s {
    margin-bottom: 4.5454545455rem;
  }
}

.m5508-researcher-class-groups .m5508-box-s {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-boxbg04.png") no-repeat right top #FFFFFF;
  background-size: auto 100%;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  border-radius: calc(100vw * 10 / 1920);
  height: calc(100vw * 160 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  padding: calc(100vw * 38 / 1920) calc(100vw * 20 / 1920) calc(100vw * 20 / 1920) calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-researcher-class-groups .m5508-box-s {
    border-radius: 0.7142857143rem;
    height: 11.4285714286rem;
    margin-bottom: 2.1428571429rem;
    padding: 2.7142857143rem 1.4285714286rem 1.4285714286rem 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-researcher-class-groups .m5508-box-s {
    border-radius: 0.9090909091rem;
    height: 14.5454545455rem;
    margin-bottom: 2.7272727273rem;
    padding: 3.4545454545rem 1.8181818182rem 1.8181818182rem 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s {
    border-radius: 0.9090909091rem;
    height: 14.5454545455rem;
    margin-bottom: 2.7272727273rem;
    padding: 3.4545454545rem 1.8181818182rem 1.8181818182rem 6.3636363636rem;
  }
}

.m5508-researcher-class-groups .m5508-box-s:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-researcher-class-groups .m5508-box-s::after {
  content: "";
  background: #9D1E23;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-researcher-class-groups .m5508-box-s::after {
    width: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-researcher-class-groups .m5508-box-s::after {
    width: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s::after {
    width: 0.2727272727rem;
  }
}

.m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
  color: #333333;
  font-size: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    font-size: 1.7142857143rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    font-size: 2.1818181818rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    font-size: 2.1818181818rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    height: 3.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    line-height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    line-height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    line-height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-researcher-class-groups .m5508-box-s .m5508-box-more {
  display: inline-block;
  color: #9D1E23;
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-more {
    line-height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-more {
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-more {
    line-height: 3.0909090909rem;
  }
}

.m5508-researcher-class-groups .m5508-box-s .m5508-box-more::after {
  content: "\f0da";
  font-family: FontAwesome;
  vertical-align: middle;
  font-size: calc(100vw * 18 / 1920);
  margin-left: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-more::after {
    font-size: 1.2857142857rem;
    margin-left: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-researcher-class-groups .m5508-box-s .m5508-box-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

@media (min-width: 1200px) {
  .m5508-researcher-class-groups .row-w {
    margin-left: calc(100vw * -20 / 1920);
    margin-right: calc(100vw * -20 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-researcher-class-groups .row-w {
    margin-left: -1.4285714286rem;
    margin-right: -1.4285714286rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-researcher-class-groups .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-researcher-class-groups .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 1200px) {
  .m5508-researcher-class-groups .row-w .col-w {
    padding-left: calc(100vw * 20 / 1920);
    padding-right: calc(100vw * 20 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-researcher-class-groups .row-w .col-w {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-researcher-class-groups .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-researcher-class-groups .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

.m5508-class-channel {
  font-size: 0;
  text-align: center;
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-class-channel {
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-class-channel {
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-class-channel {
    margin-bottom: 4.5454545455rem;
  }
}

.m5508-class-channel a {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left top;
  border-radius: 28px 0px 28px 0px;
  color: #FFFFFF;
  text-align: center;
  margin-left: calc(100vw * 10 / 1920);
  margin-right: calc(100vw * 10 / 1920);
  width: calc(100vw * 340 / 1920);
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 60 / 1920);
  font-size: calc(100vw * 18 / 1920);
  border-radius: calc(100vw * 28 / 1920) calc(100vw * 0 / 1920) calc(100vw * 28 / 1920) calc(100vw * 0 / 1920);
}

.m5508-class-channel a:nth-child(1) {
  background-color: #ffdada;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-79.png");
  color: #9D1E23;
}

.m5508-class-channel a:nth-child(1):hover,
.m5508-class-channel a:nth-child(1).active {
  background-color: #9D1E23;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-40.png");
  color: #fff;
}

.m5508-class-channel a:nth-child(2) {
  background-color: #c9e9ea;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-80.png");
  color: #0c6e71;
}

.m5508-class-channel a:nth-child(2):hover,
.m5508-class-channel a:nth-child(2).active {
  background-color: #0c6e71;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-81.png");
  color: #fff;
}

.m5508-class-channel a:nth-child(3) {
  background-color: #dce5fd;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-82.png");
  color: #2f4992;
}

.m5508-class-channel a:nth-child(3):hover,
.m5508-class-channel a:nth-child(3).active {
  background-color: #2f4992;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-83.png");
  color: #fff;
}

.m5508-class-channel a:first-child {
  margin-left: 0;
}

.m5508-class-channel a:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .m5508-class-channel a {
    margin-left: 0.7142857143rem;
    margin-right: 0.7142857143rem;
    width: 24.2857142857rem;
    height: 4.2857142857rem;
    line-height: 4.2857142857rem;
    font-size: 1.2857142857rem;
    border-radius: 2rem 0rem 2rem 0rem;
  }
}

@media (max-width: 991px) {
  .m5508-class-channel a {
    margin-left: 0.9090909091rem;
    margin-right: 0.9090909091rem;
    width: 30.9090909091rem;
    height: 5.4545454545rem;
    line-height: 5.4545454545rem;
    font-size: 1.6363636364rem;
    border-radius: 2.5454545455rem 0rem 2.5454545455rem 0rem;
  }
}

@media (max-width: 767px) {
  .m5508-class-channel a {
    margin-left: 0.9090909091rem;
    margin-right: 0.9090909091rem;
    width: 30.9090909091rem;
    height: 5.4545454545rem;
    line-height: 5.4545454545rem;
    font-size: 1.6363636364rem;
    border-radius: 2.5454545455rem 0rem 2.5454545455rem 0rem;
  }
}

.m5508-class-screen {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-class-screen {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-class-screen {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-class-screen {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-class-screen ul {
  text-align: center;
}

.m5508-class-screen ul li {
  display: inline-block;
  width: 5%;
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-class-screen ul li {
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-class-screen ul li {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-class-screen ul li {
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-class-screen ul li a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #A98E77;
  height: calc(100vw * 34 / 1920);
  line-height: calc(100vw * 34 / 1920);
  font-size: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-class-screen ul li a {
    height: 2.4285714286rem;
    line-height: 2.4285714286rem;
    font-size: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-class-screen ul li a {
    height: 3.0909090909rem;
    line-height: 3.0909090909rem;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-class-screen ul li a {
    height: 3.0909090909rem;
    line-height: 3.0909090909rem;
    font-size: 2rem;
  }
}

.m5508-class-screen ul li:hover a,
.m5508-class-screen ul li.active a {
  background: #9D1E23;
  color: #FFF;
}

.m5508-personnel-groups {
  position: relative;
  padding-top: calc(100vw * 40 / 1920);
  padding-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-groups {
    padding-top: 2.8571428571rem;
    padding-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-groups {
    padding-top: 3.6363636364rem;
    padding-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-groups {
    padding-top: 3.6363636364rem;
    padding-bottom: 0.9090909091rem;
  }
}

.m5508-personnel-groups:last-child {
  padding-bottom: 0;
}

.m5508-personnel-groups::before,
.m5508-personnel-groups::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.m5508-personnel-groups::before {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-44.png") no-repeat left top;
  background-size: contain;
  width: calc(100vw * 100 / 1920);
  height: calc(100vw * 110 / 1920);
  top: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-groups::before {
    width: 7.1428571429rem;
    height: 7.8571428571rem;
    top: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-groups::before {
    width: 9.0909090909rem;
    height: 10rem;
    top: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-groups::before {
    width: 9.0909090909rem;
    height: 10rem;
    top: 3.6363636364rem;
  }
}

.m5508-personnel-groups::after {
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(#EDF2F8), to(rgba(237, 242, 248, 0)));
  background: linear-gradient(90deg, #EDF2F8 0%, rgba(237, 242, 248, 0) 100%);
  border-radius: 40px 0 0 0;
  height: calc(100vw * 320 / 1920);
  border-radius: calc(100vw * 40 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-groups::after {
    height: 22.8571428571rem;
    border-radius: 2.8571428571rem 0rem 0rem 0rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-groups::after {
    height: 29.0909090909rem;
    border-radius: 3.6363636364rem 0rem 0rem 0rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-groups::after {
    height: 29.0909090909rem;
    border-radius: 3.6363636364rem 0rem 0rem 0rem;
  }
}

.m5508-personnel-groups>div {
  position: relative;
  z-index: 9;
}

.m5508-personnel-groups .m5508-groups-info {
  position: relative;
  margin-left: calc(100vw * 35 / 1920);
  padding-left: calc(100vw * 25 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-groups .m5508-groups-info {
    margin-left: 2.5rem;
    padding-left: 1.7857142857rem;
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-groups .m5508-groups-info {
    margin-left: 3.1818181818rem;
    padding-left: 2.2727272727rem;
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-groups .m5508-groups-info {
    margin-left: 3.1818181818rem;
    padding-left: 2.2727272727rem;
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-personnel-groups .m5508-groups-info::after {
  content: "";
  position: absolute;
  left: 0;
  background: #9D1E23;
  width: calc(100vw * 3 / 1920);
  top: calc(100vw * 8 / 1920);
  bottom: calc(100vw * 8 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-groups .m5508-groups-info::after {
    width: 0.2142857143rem;
    top: 0.5714285714rem;
    bottom: 0.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-groups .m5508-groups-info::after {
    width: 0.2727272727rem;
    top: 0.7272727273rem;
    bottom: 0.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-groups .m5508-groups-info::after {
    width: 0.2727272727rem;
    top: 0.7272727273rem;
    bottom: 0.7272727273rem;
  }
}

.m5508-personnel-groups .m5508-groups-info .m5508-info-title {
  color: #333333;
  line-height: 1.4;
  font-size: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-groups .m5508-groups-info .m5508-info-title {
    font-size: 1.7142857143rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-groups .m5508-groups-info .m5508-info-title {
    font-size: 2.1818181818rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-groups .m5508-groups-info .m5508-info-title {
    font-size: 2.1818181818rem;
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-personnel-groups .m5508-groups-info .m5508-info-txt {
  color: #666666;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-groups .m5508-groups-info .m5508-info-txt {
    font-size: 1.1428571429rem;
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-groups .m5508-groups-info .m5508-info-txt {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-groups .m5508-groups-info .m5508-info-txt {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

.m5508-personnel-list .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 30 / 1920) calc(100vw * 20 / 1920) calc(100vw * 30 / 1920) calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
  min-height: calc(100vw * 290 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s {
    border-radius: 0.7142857143rem;
    padding: 2.1428571429rem 1.4285714286rem 2.1428571429rem 2.1428571429rem;
    margin-bottom: 3.5714285714rem;
    min-height: 20.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem 1.8181818182rem 2.7272727273rem 2.7272727273rem;
    margin-bottom: 4.5454545455rem;
    min-height: 26.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem 1.8181818182rem 2.7272727273rem 2.7272727273rem;
    margin-bottom: 4.5454545455rem;
    min-height: 26.3636363636rem;
  }
}

.m5508-personnel-list .m5508-box-s:hover {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-42.png") no-repeat right center #9D1E23;
  background-size: contain;
}

.m5508-personnel-list .m5508-box-s:hover .m5508-box-info .m5508-info-title,
.m5508-personnel-list .m5508-box-s:hover .m5508-box-info .m5508-info-txt,
.m5508-personnel-list .m5508-box-s:hover .m5508-box-info .m5508-info-more,
.m5508-personnel-list .m5508-box-s:hover .m5508-box-info .m5508-info-sub-title,
.m5508-personnel-list .m5508-box-s:hover .m5508-box-info .m5508-info-txt-02 {
  color: #fff;
}

.m5508-personnel-list .m5508-box-s .m5508-box-img {
  float: left;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  margin-right: calc(100vw * 28 / 1920);
  width: calc(100vw * 180 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
    margin-right: 2rem;
    width: 12.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-right: 2.5454545455rem;
    width: 16.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-right: 2.5454545455rem;
    width: 16.3636363636rem;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 230 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-img img {
    height: 16.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-img img {
    height: 20.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-img img {
    height: 20.9090909091rem;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-info {
  overflow: hidden;
}

.m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title {
  position: relative;
  color: #333333;
  display: block;
  font-weight: bold;
  padding-bottom: calc(100vw * 15 / 1920);
  padding-top: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 22 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title {
    padding-bottom: 1.0714285714rem;
    padding-top: 1.0714285714rem;
    font-size: 1.5714285714rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title {
    padding-bottom: 1.3636363636rem;
    padding-top: 1.3636363636rem;
    font-size: 2rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title {
    padding-bottom: 1.3636363636rem;
    padding-top: 1.3636363636rem;
    font-size: 2rem;
    margin-bottom: 1.3636363636rem;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #A98E77;
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title::after {
    width: 1.5714285714rem;
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title::after {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-title::after {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-sub-title {
  color: #333333;
  font-weight: bold;
  font-size: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-sub-title {
    font-size: 1.2857142857rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-sub-title {
    font-size: 1.6363636364rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-sub-title {
    font-size: 1.6363636364rem;
    margin-bottom: 1.3636363636rem;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #666666;
  text-align: justify;
  margin-bottom: calc(100vw * 15 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: calc(100vw * 96 / 1920);
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 6.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 8.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 8.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
  color: #666666;
  margin-bottom: calc(100vw * 15 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: calc(100vw * 66 / 1920);
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    height: 4.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    height: 6rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    height: 6rem;
  }
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    line-height: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-txt-02 {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more {
  display: inline-block;
  color: #9D1E23;
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more {
    line-height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more {
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more {
    line-height: 3.0909090909rem;
  }
}

.m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more::after {
  content: "\f0da";
  font-family: FontAwesome;
  vertical-align: middle;
  font-size: calc(100vw * 18 / 1920);
  margin-left: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more::after {
    font-size: 1.2857142857rem;
    margin-left: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-list .m5508-box-s .m5508-box-info .m5508-info-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

@media (min-width: 1200px) {
  .m5508-personnel-list .col-w:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .m5508-personnel-list .col-w:nth-child(2n+1) {
    clear: both;
  }
}

.m5508-list-txt-01 .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 25 / 1920) calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-01 .m5508-box-s {
    border-radius: 0.7142857143rem;
    padding: 1.7857142857rem 2.1428571429rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-01 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.2727272727rem 2.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-01 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.2727272727rem 2.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-list-txt-01 .m5508-box-s:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #9D1E23;
  border-radius: 1px;
  width: calc(100vw * 2 / 1920);
  height: calc(100vw * 60 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-01 .m5508-box-s:before {
    width: 0.1428571429rem;
    height: 4.2857142857rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-01 .m5508-box-s:before {
    width: 0.1818181818rem;
    height: 5.4545454545rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-01 .m5508-box-s:before {
    width: 0.1818181818rem;
    height: 5.4545454545rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-list-txt-01 .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-list-txt-01 .m5508-box-s .m5508-box-date {
  background: #FFFFFF;
  border: 1px solid #9D1E23;
  float: left;
  text-align: center;
  overflow: hidden;
  border-radius: calc(100vw * 10 / 1920);
  width: calc(100vw * 70 / 1920);
  margin-right: calc(100vw * 30 / 1920);
  margin-top: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date {
    border-radius: 0.7142857143rem;
    width: 5rem;
    margin-right: 2.1428571429rem;
    margin-top: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date {
    border-radius: 0.9090909091rem;
    width: 6.3636363636rem;
    margin-right: 2.7272727273rem;
    margin-top: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date {
    border-radius: 0.9090909091rem;
    width: 6.3636363636rem;
    margin-right: 2.7272727273rem;
    margin-top: 0.4545454545rem;
  }
}

.m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-01 {
  color: #9D1E23;
  font-weight: bold;
  height: calc(100vw * 44 / 1920);
  line-height: calc(100vw * 44 / 1920);
  font-size: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-01 {
    height: 3.1428571429rem;
    line-height: 3.1428571429rem;
    font-size: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-01 {
    height: 4rem;
    line-height: 4rem;
    font-size: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-01 {
    height: 4rem;
    line-height: 4rem;
    font-size: 2.1818181818rem;
  }
}

.m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-02 {
  background-color: #9D1E23;
  color: #fff;
  height: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-size: calc(100vw * 12 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 1.8571428571rem;
    line-height: 1.8571428571rem;
    font-size: 0.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 2.3636363636rem;
    line-height: 2.3636363636rem;
    font-size: 1.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 2.3636363636rem;
    line-height: 2.3636363636rem;
    font-size: 1.0909090909rem;
  }
}

.m5508-list-txt-01 .m5508-box-s .m5508-box-info {
  overflow: hidden;
}

.m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
  font-weight: bold;
  color: #333333;
  display: block;
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 5 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.1428571429rem;
    margin-bottom: 0.3571428571rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
    margin-bottom: 0.4545454545rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
    margin-bottom: 0.4545454545rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title p {
  text-align: left !important;
}

.m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #666666;
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

.m5508-list-img-txt-01 .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s {
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s {
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s {
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-list-img-txt-01 .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-list-img-txt-01 .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-list-img-txt-01 .m5508-box-s .m5508-box-img {
  position: relative;
  overflow: hidden;
}

.m5508-list-img-txt-01 .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 268 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-img img {
    height: 19.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-img img {
    height: 24.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-img img {
    height: 24.3636363636rem;
  }
}

.m5508-list-img-txt-01 .m5508-box-s .m5508-box-img .m5508-box-date {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-47.png") no-repeat;
  background-size: 100% 100%;
  height: calc(100vw * 34 / 1920);
  line-height: calc(100vw * 34 / 1920);
  width: calc(100vw * 150 / 1920);
  padding-left: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-img .m5508-box-date {
    height: 2.4285714286rem;
    line-height: 2.4285714286rem;
    width: 10.7142857143rem;
    padding-left: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-img .m5508-box-date {
    height: 3.0909090909rem;
    line-height: 3.0909090909rem;
    width: 13.6363636364rem;
    padding-left: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-img .m5508-box-date {
    height: 3.0909090909rem;
    line-height: 3.0909090909rem;
    width: 13.6363636364rem;
    padding-left: 2.7272727273rem;
  }
}

.m5508-list-img-txt-01 .m5508-box-s .m5508-box-info {
  height: calc(100vw * 186 / 1920);
  padding: calc(100vw * 22 / 1920) calc(100vw * 30 / 1920) calc(100vw * 10 / 1920) calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info {
    height: 13.2857142857rem;
    padding: 1.5714285714rem 2.1428571429rem 0.7142857143rem 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info {
    height: 16.9090909091rem;
    padding: 2rem 2.7272727273rem 0.9090909091rem 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info {
    height: 16.9090909091rem;
    padding: 2rem 2.7272727273rem 0.9090909091rem 2.7272727273rem;
  }
}

.m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.2857142857rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #999999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: calc(100vw * 72 / 1920);
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 5.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 6.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 6.5454545455rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-list-txt-02 .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 25 / 1920) calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-02 .m5508-box-s {
    border-radius: 0.7142857143rem;
    padding: 1.7857142857rem 2.1428571429rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-02 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.2727272727rem 2.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-02 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.2727272727rem 2.7272727273rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-list-txt-02 .m5508-box-s:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #9D1E23;
  border-radius: 1px;
  width: calc(100vw * 2 / 1920);
  height: calc(100vw * 60 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-02 .m5508-box-s:before {
    width: 0.1428571429rem;
    height: 4.2857142857rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-02 .m5508-box-s:before {
    width: 0.1818181818rem;
    height: 5.4545454545rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-02 .m5508-box-s:before {
    width: 0.1818181818rem;
    height: 5.4545454545rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-list-txt-02 .m5508-box-s .m5508-box-date {
  background: #FFFFFF;
  border: 1px solid #9D1E23;
  float: left;
  text-align: center;
  overflow: hidden;
  border-radius: calc(100vw * 10 / 1920);
  width: calc(100vw * 70 / 1920);
  margin-right: calc(100vw * 30 / 1920);
  margin-top: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date {
    border-radius: 0.7142857143rem;
    width: 5rem;
    margin-right: 2.1428571429rem;
    margin-top: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date {
    border-radius: 0.9090909091rem;
    width: 6.3636363636rem;
    margin-right: 2.7272727273rem;
    margin-top: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date {
    border-radius: 0.9090909091rem;
    width: 6.3636363636rem;
    margin-right: 2.7272727273rem;
    margin-top: 0.4545454545rem;
  }
}

.m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-01 {
  color: #9D1E23;
  font-weight: bold;
  height: calc(100vw * 44 / 1920);
  line-height: calc(100vw * 44 / 1920);
  font-size: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-01 {
    height: 3.1428571429rem;
    line-height: 3.1428571429rem;
    font-size: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-01 {
    height: 4rem;
    line-height: 4rem;
    font-size: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-01 {
    height: 4rem;
    line-height: 4rem;
    font-size: 2.1818181818rem;
  }
}

.m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-02 {
  background-color: #9D1E23;
  color: #fff;
  height: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
  font-size: calc(100vw * 12 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 1.8571428571rem;
    line-height: 1.8571428571rem;
    font-size: 0.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 2.3636363636rem;
    line-height: 2.3636363636rem;
    font-size: 1.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 2.3636363636rem;
    line-height: 2.3636363636rem;
    font-size: 1.0909090909rem;
  }
}

.m5508-list-txt-02 .m5508-box-s .m5508-box-info {
  overflow: hidden;
}

.m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
  font-weight: bold;
  color: #333333;
  display: block;
  line-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 5 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.1428571429rem;
    margin-bottom: 0.3571428571rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
    margin-bottom: 0.4545454545rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
    margin-bottom: 0.4545454545rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #666666;
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1818181818rem;
  }
}

.m5508-list-txt-03 .m5508-box-s {
  border-bottom: 1px dashed #A98E77;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding: calc(100vw * 30 / 1920) calc(100vw * 120 / 1920) calc(100vw * 30 / 1920) calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-03 .m5508-box-s {
    padding: 2.1428571429rem 8.5714285714rem 2.1428571429rem 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-03 .m5508-box-s {
    padding: 2.7272727273rem 10.9090909091rem 2.7272727273rem 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s {
    padding: 2.7272727273rem 10.9090909091rem 2.7272727273rem 2.7272727273rem;
  }
}

.m5508-list-txt-03 .m5508-box-s:hover {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.m5508-list-txt-03 .m5508-box-s:hover .m5508-box-date,
.m5508-list-txt-03 .m5508-box-s:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-list-txt-03 .m5508-box-s:hover .m5508-box-more {
  background-color: #9D1E23;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-45.png");
}

.m5508-list-txt-03 .m5508-box-s .m5508-box-date {
  color: #A98E77;
  float: left;
  line-height: calc(100vw * 30 / 1920);
  width: calc(100vw * 120 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-date {
    line-height: 2.1428571429rem;
    width: 8.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-date {
    line-height: 2.7272727273rem;
    width: 10.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-date {
    line-height: 2.7272727273rem;
    width: 10.9090909091rem;
  }
}

.m5508-list-txt-03 .m5508-box-s .m5508-box-date .m5508-date-01 {
  font-size: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 2.1818181818rem;
  }
}

.m5508-list-txt-03 .m5508-box-s .m5508-box-title {
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    height: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    line-height: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    line-height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    line-height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-list-txt-03 .m5508-box-s .m5508-box-more {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(100vw * 120 / 1920);
  height: calc(100vw * 120 / 1920);
  background-size: calc(100vw * 30 / 1920);
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-46.png");
}

@media (max-width: 1199px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-more {
    width: 8.5714285714rem;
    height: 8.5714285714rem;
    background-size: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-more {
    width: 10.9090909091rem;
    height: 10.9090909091rem;
    background-size: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-03 .m5508-box-s .m5508-box-more {
    width: 10.9090909091rem;
    height: 10.9090909091rem;
    background-size: 2.7272727273rem;
  }
}

.m5508-learned-periodical-groups .m5508-periodical-list.other-page {
  text-align: center;
}

.m5508-learned-periodical-groups .m5508-periodical-list.other-page .m5508-box-s {
  display: inline-block;
}

.m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

.m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s:hover .m5508-box-title a {
  color: #9D1E23;
}

.m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 380 / 1920);
}

@media (max-width: 1199px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img img {
    height: 27.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img img {
    height: 34.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-img img {
    height: 34.5454545455rem;
  }
}

.m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
  text-align: center;
  color: #333333;
  padding-left: calc(100vw * 15 / 1920);
  padding-right: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 18 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 98 / 1920);
  line-height: calc(100vw * 98 / 1920);
}

@media (max-width: 1199px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    height: 7rem;
  }
}

@media (max-width: 991px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    height: 8.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    height: 8.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    line-height: 7rem;
  }
}

@media (max-width: 991px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    line-height: 8.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    line-height: 8.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-learned-periodical-groups .m5508-periodical-list .m5508-box-s .m5508-box-title a {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-learned-periodical-groups .m5508-periodical-other:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.m5508-learned-periodical-groups .m5508-periodical-other img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .m5508-learned-periodical-groups .m5508-cont-l {
    width: 67.5%;
  }

  .m5508-learned-periodical-groups .m5508-cont-r {
    width: 32.5%;
  }

  .m5508-learned-periodical-groups .row-w {
    margin-left: calc(100vw * -40 / 1920);
    margin-right: calc(100vw * -40 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-learned-periodical-groups .row-w {
    margin-left: -2.8571428571rem;
    margin-right: -2.8571428571rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-learned-periodical-groups .row-w {
    margin-left: -3.6363636364rem;
    margin-right: -3.6363636364rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-learned-periodical-groups .row-w {
    margin-left: -3.6363636364rem;
    margin-right: -3.6363636364rem;
  }
}

@media (min-width: 992px) {
  .m5508-learned-periodical-groups .row-w .col-w {
    padding-left: calc(100vw * 40 / 1920);
    padding-right: calc(100vw * 40 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-learned-periodical-groups .row-w .col-w {
    padding-left: 2.8571428571rem;
    padding-right: 2.8571428571rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-learned-periodical-groups .row-w .col-w {
    padding-left: 3.6363636364rem;
    padding-right: 3.6363636364rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-learned-periodical-groups .row-w .col-w {
    padding-left: 3.6363636364rem;
    padding-right: 3.6363636364rem;
  }
}

@media (min-width: 992px) {
  .m5508-learned-periodical-groups .row-l {
    margin-left: calc(100vw * -20 / 1920);
    margin-right: calc(100vw * -20 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-learned-periodical-groups .row-l {
    margin-left: -1.4285714286rem;
    margin-right: -1.4285714286rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-learned-periodical-groups .row-l {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-learned-periodical-groups .row-l {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (min-width: 992px) {
  .m5508-learned-periodical-groups .row-l .col-l {
    padding-left: calc(100vw * 20 / 1920);
    padding-right: calc(100vw * 20 / 1920);
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .m5508-learned-periodical-groups .row-l .col-l {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}

@media (min-width: 992px) and (max-width: 991px) {
  .m5508-learned-periodical-groups .row-l .col-l {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

@media (min-width: 992px) and (max-width: 767px) {
  .m5508-learned-periodical-groups .row-l .col-l {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

.m5508-popu-science-groups {
  background-image: none !important;
}

@media (min-width: 1200px) {
  .m5508-popu-science-groups .row-w {
    margin-left: calc(100vw * -30 / 1920);
    margin-right: calc(100vw * -30 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-popu-science-groups .row-w {
    margin-left: -2.1428571429rem;
    margin-right: -2.1428571429rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-popu-science-groups .row-w {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-popu-science-groups .row-w {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 1200px) {
  .m5508-popu-science-groups .row-w .col-w {
    padding-left: calc(100vw * 30 / 1920);
    padding-right: calc(100vw * 30 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-popu-science-groups .row-w .col-w {
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-popu-science-groups .row-w .col-w {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-popu-science-groups .row-w .col-w {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

.m5508-list-img-txt-02 .m5508-box-s {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-list-img-txt-02 .m5508-box-s:last-child {
  margin-bottom: 0;
}

.m5508-list-img-txt-02 .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-list-img-txt-02 .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-list-img-txt-02 .m5508-box-s .m5508-box-img {
  float: left;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  width: calc(100vw * 253 / 1920);
  margin-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
    width: 18.0714285714rem;
    margin-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    width: 23rem;
    margin-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    width: 23rem;
    margin-right: 2.7272727273rem;
  }
}

.m5508-list-img-txt-02 .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 152 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-img img {
    height: 10.8571428571rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-img img {
    height: 13.8181818182rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-img img {
    height: 13.8181818182rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-list-img-txt-02 .m5508-box-s .m5508-box-info {
  overflow: hidden;
  padding-top: calc(100vw * 6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info {
    padding-top: 0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info {
    padding-top: 0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info {
    padding-top: 0.5454545455rem;
  }
}

.m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 52 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.2857142857rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.6363636364rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 3.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 4.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 4.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #999999;
  margin-bottom: calc(100vw * 10 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 44 / 1920);
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 3.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 4rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    height: 4rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2rem;
  }
}

.m5508-list-img-txt-02 .m5508-box-s .m5508-box-info .m5508-info-date {
  color: #9D1E23;
}

.m5508-list-txt-04 .m5508-box-s {
  padding-bottom: calc(100vw * 25 / 1920);
  padding-top: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-04 .m5508-box-s {
    padding-bottom: 1.7857142857rem;
    padding-top: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-04 .m5508-box-s {
    padding-bottom: 2.2727272727rem;
    padding-top: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-04 .m5508-box-s {
    padding-bottom: 2.2727272727rem;
    padding-top: 0.9090909091rem;
  }
}

.m5508-list-txt-04 .m5508-box-s .m5508-box-date {
  margin-bottom: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-04 .m5508-box-s .m5508-box-date {
    margin-bottom: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-04 .m5508-box-s .m5508-box-date {
    margin-bottom: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-04 .m5508-box-s .m5508-box-date {
    margin-bottom: 0.4545454545rem;
  }
}

.m5508-coop-exchange .m5508-coop-info {
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-info {
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-info {
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-info {
    margin-bottom: 4.5454545455rem;
  }
}

.m5508-coop-exchange .m5508-coop-info .m5508-info-txt {
  color: #333333;
  line-height: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 35 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-info-txt {
    line-height: 2.1428571429rem;
    font-size: 1.1428571429rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-info-txt {
    line-height: 2.7272727273rem;
    font-size: 1.4545454545rem;
    margin-bottom: 3.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-info-txt {
    line-height: 2.7272727273rem;
    font-size: 1.4545454545rem;
    margin-bottom: 3.1818181818rem;
  }
}

.m5508-coop-exchange .m5508-coop-info .m5508-info-groups .col-w:nth-child(3n+1) {
  clear: both;
}

.m5508-coop-exchange .m5508-coop-info .m5508-box-s {
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-coop-exchange .m5508-coop-info .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-coop-exchange .m5508-coop-info .m5508-box-s:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img {
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img {
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img {
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 294 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img img {
    height: 21rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img img {
    height: 26.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-img img {
    height: 26.7272727273rem;
  }
}

.m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-title {
  color: #333333;
  text-align: center;
  display: block;
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-info .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s {
  display: block;
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  border-radius: calc(100vw * 10 / 1920);
  height: calc(100vw * 300 / 1920);
  padding-top: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s {
    border-radius: 0.7142857143rem;
    height: 21.4285714286rem;
    padding-top: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s {
    border-radius: 0.9090909091rem;
    height: 27.2727272727rem;
    padding-top: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s {
    border-radius: 0.9090909091rem;
    height: 27.2727272727rem;
    padding-top: 5.4545454545rem;
  }
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #9D1E23;
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s::after {
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s::after {
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s::after {
    height: 0.2727272727rem;
  }
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s:hover .m5508-box-icon img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-icon {
  height: calc(100vw * 74 / 1920);
  margin-bottom: calc(100vw * 17 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-icon {
    height: 5.2857142857rem;
    margin-bottom: 1.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-icon {
    height: 6.7272727273rem;
    margin-bottom: 1.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-icon {
    height: 6.7272727273rem;
    margin-bottom: 1.5454545455rem;
  }
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
  color: #333333;
  text-align: center;
  font-size: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    font-size: 1.7142857143rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    font-size: 2.1818181818rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    font-size: 2.1818181818rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    height: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more {
  display: inline-block;
  color: #9D1E23;
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more {
    line-height: 2.1818181818rem;
  }
}

.m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more::after {
  content: "\f0da";
  font-family: FontAwesome;
  vertical-align: middle;
  font-size: calc(100vw * 18 / 1920);
  margin-left: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more::after {
    font-size: 1.2857142857rem;
    margin-left: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-coop-exchange .m5508-coop-groups .m5508-box-s .m5508-box-more::after {
    font-size: 1.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

.m5508-year-class-wrap {
  background: #F7F6F6;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-year-class-wrap {
    border-radius: 0.7142857143rem;
    padding: 2.1428571429rem;
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-year-class-wrap {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem;
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-year-class-wrap {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem;
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-year-list-groups {
  position: relative;
  padding: calc(100vw * 0 / 1920) calc(100vw * 60 / 1920) calc(100vw * 0 / 1920) calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-year-list-groups {
    padding: 0rem 4.2857142857rem 0rem 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-year-list-groups {
    padding: 0rem 5.4545454545rem 0rem 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-year-list-groups {
    padding: 0rem 5.4545454545rem 0rem 5.4545454545rem;
  }
}

.m5508-year-list-groups .active .m5508-year-box {
  background: #9D1E23;
  border-color: #9D1E23;
  color: #fff;
}

.m5508-year-list-groups .m5508-groups-next,
.m5508-year-list-groups .m5508-groups-prev {
  background: #F8F8F8;
  border-radius: 20px;
  border: 1px solid #A88E77;
  top: 0;
  bottom: 0;
  margin-top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  background-size: calc(100vw * 7 / 1920);
}

@media (max-width: 1199px) {

  .m5508-year-list-groups .m5508-groups-next,
  .m5508-year-list-groups .m5508-groups-prev {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    border-radius: 1.4285714286rem;
    background-size: 0.5rem;
  }
}

@media (max-width: 991px) {

  .m5508-year-list-groups .m5508-groups-next,
  .m5508-year-list-groups .m5508-groups-prev {
    width: 3.6363636364rem;
    height: 3.6363636364rem;
    border-radius: 1.8181818182rem;
    background-size: 0.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-year-list-groups .m5508-groups-next,
  .m5508-year-list-groups .m5508-groups-prev {
    width: 3.6363636364rem;
    height: 3.6363636364rem;
    border-radius: 1.8181818182rem;
    background-size: 0.6363636364rem;
  }
}

.m5508-year-list-groups .m5508-groups-next::after,
.m5508-year-list-groups .m5508-groups-prev::after {
  font-family: "FontAwesome";
  color: #A88E77;
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {

  .m5508-year-list-groups .m5508-groups-next::after,
  .m5508-year-list-groups .m5508-groups-prev::after {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {

  .m5508-year-list-groups .m5508-groups-next::after,
  .m5508-year-list-groups .m5508-groups-prev::after {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-year-list-groups .m5508-groups-next::after,
  .m5508-year-list-groups .m5508-groups-prev::after {
    font-size: 1.6363636364rem;
  }
}

.m5508-year-list-groups .m5508-groups-next:hover,
.m5508-year-list-groups .m5508-groups-prev:hover {
  border-color: #9D1E23;
  color: #9D1E23;
}

.m5508-year-list-groups .m5508-groups-next:hover::after,
.m5508-year-list-groups .m5508-groups-prev:hover::after {
  color: #9D1E23;
}

.m5508-year-list-groups .m5508-groups-prev {
  left: 0;
}

.m5508-year-list-groups .m5508-groups-prev::after {
  content: "\f104";
}

.m5508-year-list-groups .m5508-groups-next {
  right: 0;
}

.m5508-year-list-groups .m5508-groups-next::after {
  content: "\f105";
}

.m5508-year-list-groups .m5508-year-box {
  height: 40px;
  background: #F8F8F8;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  text-align: center;
  display: block;
  color: #333333;
  height: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  line-height: calc(100vw * 40 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-year-list-groups .m5508-year-box {
    height: 2.8571428571rem;
    border-radius: 1.4285714286rem;
    line-height: 2.8571428571rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-year-list-groups .m5508-year-box {
    height: 3.6363636364rem;
    border-radius: 1.8181818182rem;
    line-height: 3.6363636364rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-year-list-groups .m5508-year-box {
    height: 3.6363636364rem;
    border-radius: 1.8181818182rem;
    line-height: 3.6363636364rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-year-list-groups .m5508-year-box:hover {
  background: #9D1E23;
  border-color: #9D1E23;
  color: #fff;
}

.form-filter-groups {
  position: relative;
  margin-bottom: calc(100vw * 40 / 1920);
  padding-right: calc(100vw * 320 / 1920);
}

@media (max-width: 1199px) {
  .form-filter-groups {
    margin-bottom: 2.8571428571rem;
    padding-right: 22.8571428571rem;
  }
}

@media (max-width: 991px) {
  .form-filter-groups {
    margin-bottom: 3.6363636364rem;
    padding-right: 29.0909090909rem;
  }
}

@media (max-width: 767px) {
  .form-filter-groups {
    margin-bottom: 3.6363636364rem;
    padding-right: 29.0909090909rem;
  }
}

.form-filter-groups .m5508-s-inp {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  height: calc(100vw * 50 / 1920);
  line-height: calc(100vw * 50 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  padding-left: calc(100vw * 15 / 1920);
  padding-right: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .form-filter-groups .m5508-s-inp {
    height: 3.5714285714rem;
    line-height: 3.5714285714rem;
    border-radius: 0.2857142857rem;
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .form-filter-groups .m5508-s-inp {
    height: 4.5454545455rem;
    line-height: 4.5454545455rem;
    border-radius: 0.3636363636rem;
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .form-filter-groups .m5508-s-inp {
    height: 4.5454545455rem;
    line-height: 4.5454545455rem;
    border-radius: 0.3636363636rem;
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

.form-filter-groups .m5508-s-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: #A88E77;
  color: #fff;
  border-radius: 4px;
  line-height: 100%;
  width: calc(100vw * 280 / 1920);
  font-size: calc(100vw * 18 / 1920);
  border-radius: calc(100vw * 4 / 1920);
  bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .form-filter-groups .m5508-s-btn {
    width: 20rem;
    font-size: 1.2857142857rem;
    border-radius: 0.2857142857rem;
    bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .form-filter-groups .m5508-s-btn {
    width: 25.4545454545rem;
    font-size: 1.6363636364rem;
    border-radius: 0.3636363636rem;
    bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .form-filter-groups .m5508-s-btn {
    width: 25.4545454545rem;
    font-size: 1.6363636364rem;
    border-radius: 0.3636363636rem;
    bottom: 1.8181818182rem;
  }
}

.form-filter-groups .m5508-s-btn:hover {
  background: #9D1E23;
}

.form-filter-groups .m5508-box-s {
  position: relative;
  padding-left: calc(100vw * 90 / 1920);
  min-height: calc(100vw * 50 / 1920);
  line-height: calc(100vw * 50 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .form-filter-groups .m5508-box-s {
    padding-left: 6.4285714286rem;
    min-height: 3.5714285714rem;
    line-height: 3.5714285714rem;
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .form-filter-groups .m5508-box-s {
    padding-left: 8.1818181818rem;
    min-height: 4.5454545455rem;
    line-height: 4.5454545455rem;
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .form-filter-groups .m5508-box-s {
    padding-left: 8.1818181818rem;
    min-height: 4.5454545455rem;
    line-height: 4.5454545455rem;
    margin-bottom: 1.8181818182rem;
  }
}

.form-filter-groups .m5508-box-s .m5508-box-title {
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
  font-weight: bold;
  text-align: right;
  line-height: calc(100vw * 50 / 1920);
  padding-right: calc(100vw * 15 / 1920);
  width: calc(100vw * 90 / 1920);
}

@media (max-width: 1199px) {
  .form-filter-groups .m5508-box-s .m5508-box-title {
    line-height: 3.5714285714rem;
    padding-right: 1.0714285714rem;
    width: 6.4285714286rem;
  }
}

@media (max-width: 991px) {
  .form-filter-groups .m5508-box-s .m5508-box-title {
    line-height: 4.5454545455rem;
    padding-right: 1.3636363636rem;
    width: 8.1818181818rem;
  }
}

@media (max-width: 767px) {
  .form-filter-groups .m5508-box-s .m5508-box-title {
    line-height: 4.5454545455rem;
    padding-right: 1.3636363636rem;
    width: 8.1818181818rem;
  }
}

.m5508-research-table {
  overflow: hidden;
  overflow-x: auto;
}

.m5508-research-table .table-wrap {
  min-width: 550px;
  overflow: hidden;
  border-radius: 0.2083333333vw;
}

.m5508-research-table table {
  width: 100%;
}

.m5508-research-table table thead tr th {
  background: rgba(152, 142, 143, 0.8);
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-weight: normal;
  line-height: calc(100vw * 46 / 1920);
  height: calc(100vw * 46 / 1920);
}

@media (max-width: 1199px) {
  .m5508-research-table table thead tr th {
    line-height: 3.2857142857rem;
    height: 3.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-research-table table thead tr th {
    line-height: 4.1818181818rem;
    height: 4.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-research-table table thead tr th {
    line-height: 4.1818181818rem;
    height: 4.1818181818rem;
  }
}

.m5508-research-table table tbody tr:nth-child(2n) {
  background: #F5F5F5;
}

.m5508-research-table table tbody tr td {
  color: #333333;
  line-height: 1.6;
  padding: calc(100vw * 14 / 1920) calc(100vw * 20 / 1920);
  border: 1px solid #fff;
  text-align: center;
}

@media (max-width: 1199px) {
  .m5508-research-table table tbody tr td {
    padding: 1rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-research-table table tbody tr td {
    padding: 1.2727272727rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-research-table table tbody tr td {
    padding: 1.2727272727rem 1.8181818182rem;
  }
}

.m5508-research-table .m5508-td-wcr,
.m5508-research-table .m5508-td-pm,
.m5508-research-table .m5508-td-l {
  text-align: left;
}

.m5508-research-table .m5508-td-title {
  display: block;
  color: #333;
  line-height: 1.6;
  text-align: left;
}

.m5508-research-table .m5508-td-title:hover {
  color: #9D1E23;
}

.table-details {
  overflow: hidden;
  overflow-x: auto;
}

.table-details table {
  border: 1px solid #EDEDED;
  width: 100%;
}

.table-details table tr:nth-child(2n+1) td {
  background: #F7F6F6;
}

.table-details table tr:hover td {
  background: rgba(157, 30, 35, 0.5);
  color: #fff;
}

.table-details table tr:hover td:first-child {
  background: rgba(157, 30, 35, 0.8);
}

.table-details table tr td {
  color: #333;
  border: 1px solid #fff;
  line-height: calc(100vw * 30 / 1920);
  padding: calc(100vw * 15 / 1920) calc(100vw * 30 / 1920) calc(100vw * 15 / 1920) calc(100vw * 80 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .table-details table tr td {
    line-height: 2.1428571429rem;
    padding: 1.0714285714rem 2.1428571429rem 1.0714285714rem 5.7142857143rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .table-details table tr td {
    line-height: 2.7272727273rem;
    padding: 1.3636363636rem 2.7272727273rem 1.3636363636rem 7.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .table-details table tr td {
    line-height: 2.7272727273rem;
    padding: 1.3636363636rem 2.7272727273rem 1.3636363636rem 7.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

.table-details table tr td:first-child {
  color: #fff;
  background: rgba(152, 142, 143, 0.8);
  width: calc(100vw * 350 / 1920);
  padding-right: calc(100vw * 80 / 1920);
  font-size: calc(100vw * 18 / 1920);
  text-align: right;
}

@media (max-width: 1199px) {
  .table-details table tr td:first-child {
    width: 25rem;
    padding-right: 5.7142857143rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .table-details table tr td:first-child {
    width: 31.8181818182rem;
    padding-right: 7.2727272727rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .table-details table tr td:first-child {
    width: 31.8181818182rem;
    padding-right: 7.2727272727rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-personnel-details .m5508-info-top {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 60 / 1920) calc(100vw * 400 / 1920) calc(100vw * 60 / 1920) calc(100vw * 80 / 1920);
  min-height: calc(100vw * 505 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top {
    border-radius: 0.7142857143rem;
    padding: 4.2857142857rem 28.5714285714rem 4.2857142857rem 5.7142857143rem;
    min-height: 36.0714285714rem;
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top {
    border-radius: 0.9090909091rem;
    padding: 5.4545454545rem 36.3636363636rem 5.4545454545rem 7.2727272727rem;
    min-height: 45.9090909091rem;
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top {
    border-radius: 0.9090909091rem;
    padding: 5.4545454545rem 36.3636363636rem 5.4545454545rem 7.2727272727rem;
    min-height: 45.9090909091rem;
    margin-bottom: 4.5454545455rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-img {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  right: calc(100vw * 60 / 1920);
  top: calc(100vw * 60 / 1920);
  width: calc(100vw * 300 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img {
    right: 4.2857142857rem;
    top: 4.2857142857rem;
    width: 21.4285714286rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img {
    right: 5.4545454545rem;
    top: 5.4545454545rem;
    width: 27.2727272727rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img {
    right: 5.4545454545rem;
    top: 5.4545454545rem;
    width: 27.2727272727rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-52.png") no-repeat right center;
  background-size: contain;
  left: calc(100vw * -300 / 1920);
  width: calc(100vw * 300 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img::after {
    left: -21.4285714286rem;
    width: 21.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img::after {
    left: -27.2727272727rem;
    width: 27.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img::after {
    left: -27.2727272727rem;
    width: 27.2727272727rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-img img {
  display: block;
  width: 100%;
  height: calc(100vw * 385 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img img {
    height: 27.5rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img img {
    height: 35rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-img img {
    height: 35rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info {
  overflow: hidden;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title {
  position: relative;
  color: #333333;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: calc(100vw * 25 / 1920);
  padding-bottom: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title {
    margin-bottom: 1.7857142857rem;
    padding-bottom: 1.0714285714rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title {
    margin-bottom: 2.2727272727rem;
    padding-bottom: 1.3636363636rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title {
    margin-bottom: 2.2727272727rem;
    padding-bottom: 1.3636363636rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #9D1E23;
  width: calc(100vw * 22 / 1920);
  height: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title::after {
    width: 1.5714285714rem;
    height: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title::after {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title::after {
    width: 2rem;
    height: 0.2727272727rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span {
  font-size: calc(100vw * 18 / 1920);
  display: inline-block;
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span {
    font-size: 1.6363636364rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span.title-name {
  font-size: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span.title-name {
    font-size: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span.title-name {
    font-size: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-title span.title-name {
    font-size: 3.0909090909rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-txt {
  color: #333333;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-txt pre {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font-family: "Microsoft Yahei", "微软雅黑", Arial, Tahoma, Helvetica, sans-serif;
  line-height: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 18 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-txt pre {
    line-height: 2.1428571429rem;
    font-size: 1.2857142857rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-txt pre {
    line-height: 2.7272727273rem;
    font-size: 1.6363636364rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-txt pre {
    line-height: 2.7272727273rem;
    font-size: 1.6363636364rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s {
  position: relative;
  line-height: calc(100vw * 30 / 1920);
  min-height: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 6 / 1920);
  padding-left: calc(100vw * 135 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s {
    line-height: 2.1428571429rem;
    min-height: 2.1428571429rem;
    margin-bottom: 0.4285714286rem;
    padding-left: 9.6428571429rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s {
    line-height: 2.7272727273rem;
    min-height: 2.7272727273rem;
    margin-bottom: 0.5454545455rem;
    padding-left: 12.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s {
    line-height: 2.7272727273rem;
    min-height: 2.7272727273rem;
    margin-bottom: 0.5454545455rem;
    padding-left: 12.2727272727rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s.no-title {
  padding-left: 0;
  color: #333;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s.no-title a {
  color: #8C726E;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s:last-child {
  margin-bottom: 0;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s span {
  vertical-align: top;
  word-wrap: break-word;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s .m5508-title-s {
  color: #333;
  position: absolute;
  font-weight: bold;
  left: 0;
  top: 0;
  color: #8C726E;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-box-s .m5508-txt-s {
  color: #666666;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-table {
  display: table;
  width: 100%;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-table .table-row {
  display: table-row;
  width: 100%;
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-table .table-row>div {
  line-height: calc(100vw * 26 / 1920);
  padding-top: calc(100vw * 3 / 1920);
  padding-bottom: calc(100vw * 3 / 1920);
  padding-right: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-table .table-row>div {
    line-height: 1.8571428571rem;
    padding-top: 0.2142857143rem;
    padding-bottom: 0.2142857143rem;
    padding-right: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-table .table-row>div {
    line-height: 2.3636363636rem;
    padding-top: 0.2727272727rem;
    padding-bottom: 0.2727272727rem;
    padding-right: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-table .table-row>div {
    line-height: 2.3636363636rem;
    padding-top: 0.2727272727rem;
    padding-bottom: 0.2727272727rem;
    padding-right: 0.9090909091rem;
  }
}

.m5508-personnel-details .m5508-info-top .m5508-box-info .m5508-info-table .table-call {
  display: table-cell;
  width: 50%;
}

.m5508-personnel-details .m5508-info-tabs-title a {
  float: left;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-54.png");
  background-repeat: no-repeat;
  background-position: right 10px bottom 0;
  background-color: #C5B8B6;
  border-radius: 20px 20px 0px 0px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: calc(100vw * 20 / 1920) calc(100vw * 20 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
  width: calc(100vw * 200 / 1920);
  height: calc(100vw * 56 / 1920);
  line-height: calc(100vw * 56 / 1920);
  margin-right: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 18 / 1920);
  background-size: calc(100vw * 107 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-tabs-title a {
    border-radius: 1.4285714286rem 1.4285714286rem 0rem 0rem;
    width: 14.2857142857rem;
    height: 4rem;
    line-height: 4rem;
    margin-right: 0.7142857143rem;
    font-size: 1.2857142857rem;
    background-size: 7.6428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-tabs-title a {
    border-radius: 1.8181818182rem 1.8181818182rem 0rem 0rem;
    width: 18.1818181818rem;
    height: 5.0909090909rem;
    line-height: 5.0909090909rem;
    margin-right: 0.9090909091rem;
    font-size: 1.6363636364rem;
    background-size: 9.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-tabs-title a {
    border-radius: 1.8181818182rem 1.8181818182rem 0rem 0rem;
    width: 18.1818181818rem;
    height: 5.0909090909rem;
    line-height: 5.0909090909rem;
    margin-right: 0.9090909091rem;
    font-size: 1.6363636364rem;
    background-size: 9.7272727273rem;
  }
}

.m5508-personnel-details .m5508-info-tabs-title a:hover,
.m5508-personnel-details .m5508-info-tabs-title a.active {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-53.png");
  background-color: #9D1E23;
}

.m5508-personnel-details .m5508-info-tabs-cont {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 10px 10px 10px;
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 10 / 1920) calc(100vw * 10 / 1920) calc(100vw * 10 / 1920);
  padding: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-tabs-cont {
    border-radius: 0rem 0.7142857143rem 0.7142857143rem 0.7142857143rem;
    padding: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-tabs-cont {
    border-radius: 0rem 0.9090909091rem 0.9090909091rem 0.9090909091rem;
    padding: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-tabs-cont {
    border-radius: 0rem 0.9090909091rem 0.9090909091rem 0.9090909091rem;
    padding: 4.5454545455rem;
  }
}

.m5508-personnel-details .m5508-info-tabs-cont>div {
  display: none;
}

.m5508-personnel-details .m5508-info-tabs-cont>div.active {
  display: block;
}

.m5508-personnel-details .m5508-info-cont b,
.m5508-personnel-details .m5508-info-cont strong,
.m5508-personnel-details .m5508-groups-title,
.m5508-personnel-details h3 {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#EBD2D3), to(#FFFFFF));
  background: linear-gradient(90deg, #EBD2D3 0%, #FFFFFF 100%);
  position: relative;
  border-radius: 6px 0 0 0;
  font-weight: bold;
  color: #9D1E23;
  overflow: hidden;
  float: none;
  font-size: calc(100vw * 16 / 1920);
  height: calc(100vw * 34 / 1920);
  line-height: calc(100vw * 34 / 1920);
  border-radius: calc(100vw * 6 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
  padding-left: calc(100vw * 65 / 1920);
  max-width: calc(100vw * 650 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-personnel-details .m5508-info-cont b,
  .m5508-personnel-details .m5508-info-cont strong,
  .m5508-personnel-details .m5508-groups-title,
  .m5508-personnel-details h3 {
    font-size: 1.1428571429rem;
    height: 2.4285714286rem;
    line-height: 2.4285714286rem;
    border-radius: 0.4285714286rem 0rem 0rem 0rem;
    padding-left: 4.6428571429rem;
    max-width: 46.4285714286rem;
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-personnel-details .m5508-info-cont b,
  .m5508-personnel-details .m5508-info-cont strong,
  .m5508-personnel-details .m5508-groups-title,
  .m5508-personnel-details h3 {
    font-size: 1.4545454545rem;
    height: 3.0909090909rem;
    line-height: 3.0909090909rem;
    border-radius: 0.5454545455rem 0rem 0rem 0rem;
    padding-left: 5.9090909091rem;
    max-width: 59.0909090909rem;
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-personnel-details .m5508-info-cont b,
  .m5508-personnel-details .m5508-info-cont strong,
  .m5508-personnel-details .m5508-groups-title,
  .m5508-personnel-details h3 {
    font-size: 1.4545454545rem;
    height: 3.0909090909rem;
    line-height: 3.0909090909rem;
    border-radius: 0.5454545455rem 0rem 0rem 0rem;
    padding-left: 5.9090909091rem;
    max-width: 59.0909090909rem;
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-personnel-details .m5508-info-cont b::after,
.m5508-personnel-details .m5508-info-cont strong::after,
.m5508-personnel-details .m5508-groups-title::after,
.m5508-personnel-details h3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-57.png") no-repeat left top;
  background-size: 100% 100%;
  width: calc(100vw * 55 / 1920);
  height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {

  .m5508-personnel-details .m5508-info-cont b::after,
  .m5508-personnel-details .m5508-info-cont strong::after,
  .m5508-personnel-details .m5508-groups-title::after,
  .m5508-personnel-details h3::after {
    width: 3.9285714286rem;
    height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-personnel-details .m5508-info-cont b::after,
  .m5508-personnel-details .m5508-info-cont strong::after,
  .m5508-personnel-details .m5508-groups-title::after,
  .m5508-personnel-details h3::after {
    width: 5rem;
    height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {

  .m5508-personnel-details .m5508-info-cont b::after,
  .m5508-personnel-details .m5508-info-cont strong::after,
  .m5508-personnel-details .m5508-groups-title::after,
  .m5508-personnel-details h3::after {
    width: 5rem;
    height: 3.0909090909rem;
  }
}

.m5508-personnel-details h3,
.m5508-personnel-details .m5508-info-cont strong {
  margin-top: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-personnel-details h3,
  .m5508-personnel-details .m5508-info-cont strong {
    margin-top: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-personnel-details h3,
  .m5508-personnel-details .m5508-info-cont strong {
    margin-top: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-personnel-details h3,
  .m5508-personnel-details .m5508-info-cont strong {
    margin-top: 1.8181818182rem;
  }
}

.m5508-personnel-details .m5508-info-cont,
.m5508-personnel-details .m5508-info-cont-txt {
  color: #333333;
  line-height: 2;
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {

  .m5508-personnel-details .m5508-info-cont,
  .m5508-personnel-details .m5508-info-cont-txt {
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-personnel-details .m5508-info-cont,
  .m5508-personnel-details .m5508-info-cont-txt {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {

  .m5508-personnel-details .m5508-info-cont,
  .m5508-personnel-details .m5508-info-cont-txt {
    font-size: 1.4545454545rem;
  }
}

.m5508-personnel-details .m5508-info-cont p,
.m5508-personnel-details .m5508-info-cont div,
.m5508-personnel-details .m5508-info-cont-txt p,
.m5508-personnel-details .m5508-info-cont-txt div {
  margin-bottom: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {

  .m5508-personnel-details .m5508-info-cont p,
  .m5508-personnel-details .m5508-info-cont div,
  .m5508-personnel-details .m5508-info-cont-txt p,
  .m5508-personnel-details .m5508-info-cont-txt div {
    margin-bottom: 0.3571428571rem;
  }
}

@media (max-width: 991px) {

  .m5508-personnel-details .m5508-info-cont p,
  .m5508-personnel-details .m5508-info-cont div,
  .m5508-personnel-details .m5508-info-cont-txt p,
  .m5508-personnel-details .m5508-info-cont-txt div {
    margin-bottom: 0.4545454545rem;
  }
}

@media (max-width: 767px) {

  .m5508-personnel-details .m5508-info-cont p,
  .m5508-personnel-details .m5508-info-cont div,
  .m5508-personnel-details .m5508-info-cont-txt p,
  .m5508-personnel-details .m5508-info-cont-txt div {
    margin-bottom: 0.4545454545rem;
  }
}

.m5508-personnel-details .m5508-info-cont p::last-child,
.m5508-personnel-details .m5508-info-cont div::last-child,
.m5508-personnel-details .m5508-info-cont-txt p::last-child,
.m5508-personnel-details .m5508-info-cont-txt div::last-child {
  margin-bottom: 0;
}

.m5508-personnel-details .m5508-info-groups {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-groups {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-groups {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-groups {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-personnel-details .m5508-info-groups::last-child {
  margin-bottom: 0;
}

.m5508-personnel-details .m5508-info-groups .m5508-groups-title {
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-groups .m5508-groups-title {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-groups .m5508-groups-title {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-groups .m5508-groups-title {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-personnel-details .m5508-info-groups .m5508-groups-txt {
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-groups .m5508-groups-txt {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-groups .m5508-groups-txt {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-groups .m5508-groups-txt {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-personnel-details .m5508-info-list-01 li {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-list-01 li {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-list-01 li {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-list-01 li {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-personnel-details .m5508-info-list-01 li::last-child {
  margin-bottom: 0;
}

.m5508-personnel-details .m5508-info-list-01 .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-personnel-details .m5508-info-list-01 .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-img {
  float: left;
  overflow: hidden;
  border-radius: 10px;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-imgbg.jpg") no-repeat center center;
  background-size: cover;
  width: calc(100vw * 200 / 1920);
  height: calc(100vw * 224 / 1920);
  line-height: calc(100vw * 224 / 1920);
  margin-right: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-img {
    width: 14.2857142857rem;
    height: 16rem;
    line-height: 16rem;
    margin-right: 2.1428571429rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-img {
    width: 18.1818181818rem;
    height: 20.3636363636rem;
    line-height: 20.3636363636rem;
    margin-right: 2.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-img {
    width: 18.1818181818rem;
    height: 20.3636363636rem;
    line-height: 20.3636363636rem;
    margin-right: 2.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
  max-width: 200%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info {
  overflow: hidden;
  padding-top: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info {
    padding-top: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info {
    padding-top: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info {
    padding-top: 0.9090909091rem;
  }
}

.m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-title {
  display: block;
  color: #8C726E;
  font-weight: bold;
  margin-bottom: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 1.4285714286rem;
    font-size: 1.2857142857rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 1.8181818182rem;
    font-size: 1.6363636364rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 1.8181818182rem;
    font-size: 1.6363636364rem;
    line-height: 2.7272727273rem;
  }
}

.m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #666666;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.1428571429rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-list-01 .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

.m5508-personnel-details .m5508-info-list-02 .m5508-box-s {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(140, 114, 110, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(140, 114, 110, 0.3);
  background: url("https://www.powersalesteam.com/images/ibpzw2024-imgbg.jpg") no-repeat center center;
  background-size: cover;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 6 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-list-02 .m5508-box-s {
    border-radius: 0.7142857143rem;
    padding: 0.4285714286rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-list-02 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 0.5454545455rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-list-02 .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 0.5454545455rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-personnel-details .m5508-info-list-02 .m5508-box-s:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-personnel-details .m5508-info-list-02 .m5508-box-s a {
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  font-size: 0;
  border-radius: calc(100vw * 6 / 1920);
  height: calc(100vw * 214 / 1920);
  line-height: calc(100vw * 214 / 1920);
}

@media (max-width: 1199px) {
  .m5508-personnel-details .m5508-info-list-02 .m5508-box-s a {
    border-radius: 0.4285714286rem;
    height: 15.2857142857rem;
    line-height: 15.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-personnel-details .m5508-info-list-02 .m5508-box-s a {
    border-radius: 0.5454545455rem;
    height: 19.4545454545rem;
    line-height: 19.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-personnel-details .m5508-info-list-02 .m5508-box-s a {
    border-radius: 0.5454545455rem;
    height: 19.4545454545rem;
    line-height: 19.4545454545rem;
  }
}

.m5508-personnel-details .m5508-info-list-02 .m5508-box-s img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .m5508-personnel-details .m5508-info-list-01 .col-w:nth-child(2n+1) {
    clear: both;
  }
}

.m5508-bread-crumbs .m5508-bread-item {
  color: #fff;
  line-height: calc(100vw * 36 / 1920);
}

@media (max-width: 1199px) {
  .m5508-bread-crumbs .m5508-bread-item {
    line-height: 2.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-bread-crumbs .m5508-bread-item {
    line-height: 3.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-bread-crumbs .m5508-bread-item {
    line-height: 3.2727272727rem;
  }
}

.m5508-bread-crumbs .m5508-bread-item a,
.m5508-bread-crumbs .m5508-bread-item span {
  display: inline-block;
}

.m5508-bread-crumbs .m5508-bread-item a {
  color: #fff;
}

.m5508-bread-crumbs .m5508-bread-item a:last-child {
  color: #fff;
}

.m5508-bread-crumbs .m5508-bread-item a:hover {
  color: #fff;
}

.m5508-bread-crumbs .m5508-bread-item>span {
  padding-left: 2px;
  padding-right: 2px;
}

.m5508-bread-crumbs .m5508-bread-item>span::before {
  content: "/";
  color: #fff;
}

.m5508-lab-rzkx .m5508-public-groups-title .m5508-groups-name {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-66.png");
}

.m5508-lab-rzkx .m5508-public-groups-title .m5508-groups-more {
  border-color: #2F4992;
  color: #2F4992;
}

.m5508-lab-rzkx .m5508-public-groups-title .m5508-groups-more:hover {
  background: #2F4992;
  color: #fff;
}

.m5508-lab-bxyc .m5508-public-groups-title .m5508-groups-name {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-71.png");
}

.m5508-lab-bxyc .m5508-public-groups-title .m5508-groups-more {
  border-color: #0C6E71;
  color: #0C6E71;
}

.m5508-lab-bxyc .m5508-public-groups-title .m5508-groups-more:hover {
  background: #0C6E71;
  color: #fff;
}

.m5508-lab-hrsw .m5508-public-groups-title .m5508-groups-name {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-64.png");
}

.m5508-lab-hrsw .m5508-public-groups-title .m5508-groups-more {
  border-color: #A88E77;
  color: #A88E77;
}

.m5508-lab-hrsw .m5508-public-groups-title .m5508-groups-more:hover {
  background: #A88E77;
  color: #fff;
}

.m5508-lab-top-wrap .m5508-bread-crumbs {
  text-align: right;
  padding-top: calc(100vw * 20 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-top-wrap .m5508-bread-crumbs {
    padding-top: 1.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-top-wrap .m5508-bread-crumbs {
    padding-top: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-top-wrap .m5508-bread-crumbs {
    padding-top: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
  }
}

.m5508-lab-top-wrap .m5508-bread-crumbs .m5508-bread-item {
  color: #999999;
}

.m5508-lab-top-wrap .m5508-bread-crumbs .m5508-bread-item a {
  color: #999999;
}

.m5508-lab-top-wrap .m5508-bread-crumbs .m5508-bread-item a:last-child {
  color: #999999;
}

.m5508-lab-top-wrap .m5508-bread-crumbs .m5508-bread-item a:hover {
  color: #999999;
}

.m5508-lab-top-wrap .m5508-bread-crumbs .m5508-bread-item>span::before {
  color: #999999;
}

.m5508-lab-top-wrap .m5508-public-groups-title {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-top-wrap .m5508-public-groups-title {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-top-wrap .m5508-public-groups-title {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-top-wrap .m5508-public-groups-title {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-lab-top-wrap.lab-swdfz {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF3F3), to(#DBEFFF));
  background: linear-gradient(0deg, #FFF3F3 0%, #DBEFFF 100%);
}

.m5508-lab-top-wrap.lab-rzkx {
  background: -webkit-gradient(linear, left bottom, left top, from(#E8F0FF), to(#F6F9FF));
  background: linear-gradient(0deg, #E8F0FF 0%, #F6F9FF 100%);
}

.m5508-lab-top-wrap.lab-bxyc {
  background: -webkit-gradient(linear, left bottom, left top, from(#E9FAFA), to(#FAFFFF));
  background: linear-gradient(0deg, #E9FAFA 0%, #FAFFFF 100%);
}

.m5508-lab-top-wrap.lab-hrsw {
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF8F3), to(#FFFDFB));
  background: linear-gradient(0deg, #FBF8F3 0%, #FFFDFB 100%);
  position: relative;
}

.m5508-lab-top-wrap.lab-hrsw::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-img07.png") no-repeat center center;
  width: 40%;
  height: 750px;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.m5508-lab-top-wrap.lab-hrsw .container {
  position: relative;
  z-index: 9;
}

.m5508-lab-center-wrap {
  padding-top: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-center-wrap {
    padding-top: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-center-wrap {
    padding-top: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-center-wrap {
    padding-top: 4.5454545455rem;
  }
}

.m5508-lab-center-wrap .m5508-public-groups-title {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-center-wrap .m5508-public-groups-title {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-center-wrap .m5508-public-groups-title {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-center-wrap .m5508-public-groups-title {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-lab-center-wrap.lab-swdfz {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF3F3), to(#E3F3FF));
  background: linear-gradient(0deg, #FFF3F3 0%, #E3F3FF 100%);
}

.m5508-lab-center-wrap.lab-rzkx {
  background: -webkit-gradient(linear, left bottom, left top, from(#E8F0FF), to(#F6F9FF));
  background: linear-gradient(0deg, #E8F0FF 0%, #F6F9FF 100%);
}

.m5508-lab-center-wrap.lab-bxyc {
  background: -webkit-gradient(linear, left bottom, left top, from(#E9FAFA), to(#FAFFFF));
  background: linear-gradient(0deg, #E9FAFA 0%, #FAFFFF 100%);
}

.m5508-lab-center-wrap.lab-hrsw {
  background: -webkit-gradient(linear, left bottom, left top, from(#FBF8F3), to(#FFFFFF));
  background: linear-gradient(0deg, #FBF8F3 0%, #FFFFFF 100%);
}

.m5508-lab-mod-mb {
  margin-bottom: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-mb {
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-mb {
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-mb {
    margin-bottom: 4.5454545455rem;
  }
}

.m5508-lab-mod-01 .m5508-public-groups-title .m5508-groups-name {
  font-weight: bold;
  font-size: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-public-groups-title .m5508-groups-name {
    font-size: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-public-groups-title .m5508-groups-name {
    font-size: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-public-groups-title .m5508-groups-name {
    font-size: 3.0909090909rem;
  }
}

.m5508-lab-mod-01.lab-swdfz .m5508-cont-class a {
  border-color: #9D1F22;
  color: #9D1F22;
}

.m5508-lab-mod-01.lab-swdfz .m5508-cont-class a:hover,
.m5508-lab-mod-01.lab-swdfz .m5508-cont-class a.active {
  background-color: #9D1F22;
}

.m5508-lab-mod-01.lab-swdfz .m5508-cont-scroll::after {
  background: #9D1E23;
}

.m5508-lab-mod-01.lab-swdfz .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9D1E23;
}

.m5508-lab-mod-01.lab-rzkx .m5508-cont-class a {
  border-color: #2F4992;
  color: #2F4992;
}

.m5508-lab-mod-01.lab-rzkx .m5508-cont-class a:hover,
.m5508-lab-mod-01.lab-rzkx .m5508-cont-class a.active {
  background-color: #2F4992;
}

.m5508-lab-mod-01.lab-rzkx .m5508-cont-scroll::after {
  background: #2F4992;
}

.m5508-lab-mod-01.lab-rzkx .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F4992;
}

.m5508-lab-mod-01.lab-bxyc .m5508-cont-class a {
  border-color: #0C6E71;
  color: #0C6E71;
}

.m5508-lab-mod-01.lab-bxyc .m5508-cont-class a:hover,
.m5508-lab-mod-01.lab-bxyc .m5508-cont-class a.active {
  background-color: #0C6E71;
}

.m5508-lab-mod-01.lab-bxyc .m5508-cont-scroll::after {
  background: #0A5F62;
}

.m5508-lab-mod-01.lab-bxyc .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0C6E71;
}

.m5508-lab-mod-01.lab-hrsw .m5508-cont-class a {
  border-color: #A88E77;
  color: #A88E77;
}

.m5508-lab-mod-01.lab-hrsw .m5508-cont-class a:hover,
.m5508-lab-mod-01.lab-hrsw .m5508-cont-class a.active {
  background-color: #A88E77;
}

.m5508-lab-mod-01.lab-hrsw .m5508-cont-scroll::after {
  background: #A88E77;
}

.m5508-lab-mod-01.lab-hrsw .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #A88E77;
}

.m5508-lab-mod-01 .m5508-cont-class {
  margin-bottom: calc(100vw * 25 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-cont-class {
    margin-bottom: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-cont-class {
    margin-bottom: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-cont-class {
    margin-bottom: 2.2727272727rem;
  }
}

.m5508-lab-mod-01 .m5508-cont-class a {
  background: #FFFFFF;
  border: 1px solid #9D1F22;
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  width: calc(100vw * 110 / 1920);
  height: calc(100vw * 32 / 1920);
  line-height: calc(100vw * 32 / 1920);
  border-radius: calc(100vw * 16 / 1920);
  margin-right: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-cont-class a {
    width: 7.8571428571rem;
    height: 2.2857142857rem;
    line-height: 2.2857142857rem;
    border-radius: 1.1428571429rem;
    margin-right: 0.7142857143rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-cont-class a {
    width: 10rem;
    height: 2.9090909091rem;
    line-height: 2.9090909091rem;
    border-radius: 1.4545454545rem;
    margin-right: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-cont-class a {
    width: 10rem;
    height: 2.9090909091rem;
    line-height: 2.9090909091rem;
    border-radius: 1.4545454545rem;
    margin-right: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-lab-mod-01 .m5508-cont-class a:hover,
.m5508-lab-mod-01 .m5508-cont-class a.active {
  color: #fff;
}

.m5508-lab-mod-01 .m5508-cont-info {
  color: #333333;
  text-align: justify;
  line-height: calc(100vw * 30 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-cont-info {
    line-height: 2.1428571429rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-cont-info {
    line-height: 2.7272727273rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-cont-info {
    line-height: 2.7272727273rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-lab-mod-01 .m5508-cont-info p,
.m5508-lab-mod-01 .m5508-cont-info div {
  text-indent: 2em;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-lab-mod-01 .m5508-cont-info p,
  .m5508-lab-mod-01 .m5508-cont-info div {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-lab-mod-01 .m5508-cont-info p,
  .m5508-lab-mod-01 .m5508-cont-info div {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-lab-mod-01 .m5508-cont-info p,
  .m5508-lab-mod-01 .m5508-cont-info div {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-lab-mod-01 .m5508-cont-info p::last-child,
.m5508-lab-mod-01 .m5508-cont-info div::last-child {
  margin-bottom: 0;
}

.m5508-lab-mod-01 .m5508-cont-scroll {
  position: relative;
  padding: calc(100vw * 20 / 1920) calc(100vw * 20 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-cont-scroll {
    padding: 1.4285714286rem 1.4285714286rem 0rem 0rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-cont-scroll {
    padding: 1.8181818182rem 1.8181818182rem 0rem 0rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-cont-scroll {
    padding: 1.8181818182rem 1.8181818182rem 0rem 0rem;
  }
}

.m5508-lab-mod-01 .m5508-cont-scroll::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 10px;
  width: calc(100vw * 202 / 1920);
  height: calc(100vw * 337 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-cont-scroll::after {
    width: 14.4285714286rem;
    height: 24.0714285714rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-cont-scroll::after {
    width: 18.3636363636rem;
    height: 30.6363636364rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-cont-scroll::after {
    width: 18.3636363636rem;
    height: 30.6363636364rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-lab-mod-01 .m5508-box-s {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-box-s {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

.m5508-lab-mod-01 .m5508-box-s .m5508-box-img {
  overflow: hidden;
}

.m5508-lab-mod-01 .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 438 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-img img {
    height: 31.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-img img {
    height: 39.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-img img {
    height: 39.8181818182rem;
  }
}

.m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
  position: absolute;
  color: #fff;
  right: calc(100vw * 130 / 1920);
  left: calc(100vw * 30 / 1920);
  bottom: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 18 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    right: 9.2857142857rem;
    left: 2.1428571429rem;
    bottom: 1.4285714286rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    right: 11.8181818182rem;
    left: 2.7272727273rem;
    bottom: 1.8181818182rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    right: 11.8181818182rem;
    left: 2.7272727273rem;
    bottom: 1.8181818182rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-box-s .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-lab-mod-01 .m5508-lab-page {
  left: auto;
  width: auto;
  right: calc(100vw * 30 / 1920);
  bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-lab-page {
    right: 2.1428571429rem;
    bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-lab-page {
    right: 2.7272727273rem;
    bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-lab-page {
    right: 2.7272727273rem;
    bottom: 1.8181818182rem;
  }
}

.m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  border-radius: 6px;
  width: calc(100vw * 12 / 1920);
  height: calc(100vw * 12 / 1920);
  border-radius: calc(100vw * 6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet {
    width: 0.8571428571rem;
    height: 0.8571428571rem;
    border-radius: 0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    border-radius: 0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    border-radius: 0.5454545455rem;
  }
}

.m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-01 .m5508-lab-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3636363636rem;
  }
}

@media (min-width: 1200px) {
  .m5508-lab-mod-01 .row-w {
    margin-left: calc(100vw * -27 / 1920);
    margin-right: calc(100vw * -27 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-lab-mod-01 .row-w {
    margin-left: -1.9285714286rem;
    margin-right: -1.9285714286rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-lab-mod-01 .row-w {
    margin-left: -2.4545454545rem;
    margin-right: -2.4545454545rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-lab-mod-01 .row-w {
    margin-left: -2.4545454545rem;
    margin-right: -2.4545454545rem;
  }
}

@media (min-width: 1200px) {
  .m5508-lab-mod-01 .row-w .col-w {
    padding-left: calc(100vw * 27 / 1920);
    padding-right: calc(100vw * 27 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-lab-mod-01 .row-w .col-w {
    padding-left: 1.9285714286rem;
    padding-right: 1.9285714286rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-lab-mod-01 .row-w .col-w {
    padding-left: 2.4545454545rem;
    padding-right: 2.4545454545rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-lab-mod-01 .row-w .col-w {
    padding-left: 2.4545454545rem;
    padding-right: 2.4545454545rem;
  }
}

.m5508-lab-mod-02 {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  border-radius: calc(100vw * 6 / 1920);
  min-height: calc(100vw * 170 / 1920);
  padding-left: calc(100vw * 444 / 1920);
}

.m5508-lab-mod-02.lab-swdfz .m5508-box-title {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-modbg09.png");
}

.m5508-lab-mod-02.lab-swdfz .m5508-box-info .m5508-info-a a {
  color: #9D1E23;
}

.m5508-lab-mod-02.lab-rzkx .m5508-box-title {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-67.png");
}

.m5508-lab-mod-02.lab-rzkx .m5508-box-info .m5508-info-a a {
  color: #2F4992;
}

.m5508-lab-mod-02.lab-bxyc .m5508-box-title {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-73.png");
}

.m5508-lab-mod-02.lab-bxyc .m5508-box-info .m5508-info-a a {
  color: #0C6E71;
}

@media (max-width: 1199px) {
  .m5508-lab-mod-02 {
    border-radius: 0.4285714286rem;
    min-height: 12.1428571429rem;
    padding-left: 31.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-02 {
    border-radius: 0.5454545455rem;
    min-height: 15.4545454545rem;
    padding-left: 40.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-02 {
    border-radius: 0.5454545455rem;
    min-height: 15.4545454545rem;
    padding-left: 40.3636363636rem;
  }
}

.m5508-lab-mod-02 .m5508-box-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: calc(100vw * 444 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-02 .m5508-box-title {
    width: 31.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-02 .m5508-box-title {
    width: 40.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-02 .m5508-box-title {
    width: 40.3636363636rem;
  }
}

.m5508-lab-mod-02 .m5508-box-title .m5508-title-s {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-58.png") no-repeat bottom left;
  background-size: calc(100vw * 76 / 1920);
  padding-bottom: calc(100vw * 25 / 1920);
  font-size: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-02 .m5508-box-title .m5508-title-s {
    background-size: 5.4285714286rem;
    padding-bottom: 1.7857142857rem;
    font-size: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-02 .m5508-box-title .m5508-title-s {
    background-size: 6.9090909091rem;
    padding-bottom: 2.2727272727rem;
    font-size: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-02 .m5508-box-title .m5508-title-s {
    background-size: 6.9090909091rem;
    padding-bottom: 2.2727272727rem;
    font-size: 2.7272727273rem;
  }
}

.m5508-lab-mod-02 .m5508-box-info {
  overflow: hidden;
  color: #333333;
  line-height: 2;
  text-indent: 2em;
  text-align: justify;
  padding: calc(100vw * 25 / 1920) calc(100vw * 35 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-02 .m5508-box-info {
    padding: 1.7857142857rem 2.5rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-02 .m5508-box-info {
    padding: 2.2727272727rem 3.1818181818rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-02 .m5508-box-info {
    padding: 2.2727272727rem 3.1818181818rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-lab-mod-02 .m5508-box-info .m5508-info-a {
  text-align: right;
}

.m5508-lab-mod-02 .m5508-box-info .m5508-info-a a {
  display: inline-block;
}

.m5508-lab-mod-03.lab-swdfz .m5508-box-s .m5508-box-info .m5508-info-w::after {
  background: #A98E77;
}

.m5508-lab-mod-03.lab-swdfz .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-lab-mod-03.lab-swdfz .m5508-people-prev,
.m5508-lab-mod-03.lab-swdfz .m5508-people-next {
  background-color: #9D1E23;
}

.m5508-lab-mod-03.lab-rzkx .m5508-box-s .m5508-box-info .m5508-info-w::after {
  background: #97A4C8;
}

.m5508-lab-mod-03.lab-rzkx .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #2F4992;
}

.m5508-lab-mod-03.lab-rzkx .m5508-people-prev,
.m5508-lab-mod-03.lab-rzkx .m5508-people-next {
  background-color: #2F4992;
}

.m5508-lab-mod-03.lab-bxyc .m5508-box-s .m5508-box-info .m5508-info-w::after {
  background: #84AFB0;
}

.m5508-lab-mod-03.lab-bxyc .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #0C6E71;
}

.m5508-lab-mod-03.lab-bxyc .m5508-people-prev,
.m5508-lab-mod-03.lab-bxyc .m5508-people-next {
  background-color: #0C6E71;
}

.m5508-lab-mod-03.lab-hrsw .m5508-box-s .m5508-box-info .m5508-info-w::after {
  background: #D3C6BB;
}

.m5508-lab-mod-03.lab-hrsw .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #A88E77;
}

.m5508-lab-mod-03.lab-hrsw .m5508-people-prev,
.m5508-lab-mod-03.lab-hrsw .m5508-people-next {
  background-color: #A88E77;
}

.m5508-lab-mod-03 .m5508-box-s {
  position: relative;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-lab-mod-03 .m5508-box-s::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 0px 40px;
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 40 / 1920);
  top: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s::after {
    border-radius: 0rem 0rem 0rem 2.8571428571rem;
    top: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s::after {
    border-radius: 0rem 0rem 0rem 3.6363636364rem;
    top: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s::after {
    border-radius: 0rem 0rem 0rem 3.6363636364rem;
    top: 2.7272727273rem;
  }
}

.m5508-lab-mod-03 .m5508-box-s div {
  position: relative;
  z-index: 9;
}

.m5508-lab-mod-03 .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-lab-mod-03 .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 0px 40px 0px 40px;
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 40 / 1920) calc(100vw * 0 / 1920) calc(100vw * 40 / 1920);
  margin-left: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-img {
    border-radius: 0rem 2.8571428571rem 0rem 2.8571428571rem;
    margin-left: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-img {
    border-radius: 0rem 3.6363636364rem 0rem 3.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-img {
    border-radius: 0rem 3.6363636364rem 0rem 3.6363636364rem;
    margin-left: 0.9090909091rem;
  }
}

.m5508-lab-mod-03 .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: calc(100vw * 0 / 1920) calc(100vw * 40 / 1920) calc(100vw * 0 / 1920) calc(100vw * 40 / 1920);
  height: calc(100vw * 255 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-img img {
    border-radius: 0rem 2.8571428571rem 0rem 2.8571428571rem;
    height: 18.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-img img {
    border-radius: 0rem 3.6363636364rem 0rem 3.6363636364rem;
    height: 23.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-img img {
    border-radius: 0rem 3.6363636364rem 0rem 3.6363636364rem;
    height: 23.1818181818rem;
  }
}

.m5508-lab-mod-03 .m5508-box-s .m5508-box-info {
  text-align: center;
  height: calc(100vw * 96 / 1920);
  padding-top: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info {
    height: 6.8571428571rem;
    padding-top: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info {
    height: 8.7272727273rem;
    padding-top: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info {
    height: 8.7272727273rem;
    padding-top: 0.9090909091rem;
  }
}

.m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w {
  position: relative;
  padding-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w {
    padding-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w {
    padding-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w {
    padding-bottom: 0.9090909091rem;
  }
}

.m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: calc(100vw * 2 / 1920);
  width: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w::after {
    height: 0.1428571429rem;
    width: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w::after {
    height: 0.1818181818rem;
    width: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-w::after {
    height: 0.1818181818rem;
    width: 1.8181818182rem;
  }
}

.m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
  font-weight: bold;
  color: #333;
  font-size: calc(100vw * 16 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-lab-mod-03 .m5508-box-s .m5508-box-info .m5508-info-txt {
  position: relative;
}

.m5508-lab-mod-03 .m5508-main-cont {
  position: relative;
}

.m5508-lab-mod-03 .m5508-people-prev,
.m5508-lab-mod-03 .m5508-people-next {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: calc(100vw * 40 / 1920);
  height: calc(100vw * 40 / 1920);
  background-size: calc(100vw * 7 / 1920);
}

@media (max-width: 1199px) {

  .m5508-lab-mod-03 .m5508-people-prev,
  .m5508-lab-mod-03 .m5508-people-next {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    background-size: 0.5rem;
  }
}

@media (max-width: 991px) {

  .m5508-lab-mod-03 .m5508-people-prev,
  .m5508-lab-mod-03 .m5508-people-next {
    width: 3.6363636364rem;
    height: 3.6363636364rem;
    background-size: 0.6363636364rem;
  }
}

@media (max-width: 767px) {

  .m5508-lab-mod-03 .m5508-people-prev,
  .m5508-lab-mod-03 .m5508-people-next {
    width: 3.6363636364rem;
    height: 3.6363636364rem;
    background-size: 0.6363636364rem;
  }
}

.m5508-lab-mod-03 .m5508-people-prev::after,
.m5508-lab-mod-03 .m5508-people-next::after {
  display: none;
}

.m5508-lab-mod-03 .m5508-people-prev {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-11.png");
  left: calc(100vw * -60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-people-prev {
    left: -4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-people-prev {
    left: -5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-people-prev {
    left: -5.4545454545rem;
  }
}

.m5508-lab-mod-03 .m5508-people-next {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-12.png");
  right: calc(100vw * -60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-03 .m5508-people-next {
    right: -4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-03 .m5508-people-next {
    right: -5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-03 .m5508-people-next {
    right: -5.4545454545rem;
  }
}

.m5508-lab-mod-04.lab-swdfz .m5508-cont-scroll .m5508-box-s .m5508-box-title {
  background: rgba(157, 30, 35, 0.8);
}

.m5508-lab-mod-04.lab-swdfz .m5508-work-list .m5508-box-s {
  border-bottom-color: rgba(169, 142, 119, 0.4);
}

.m5508-lab-mod-04.lab-swdfz .m5508-work-list .m5508-box-s .m5508-box-date {
  color: #9D1E23;
}

.m5508-lab-mod-04.lab-swdfz .m5508-work-list .m5508-box-s .m5508-a-more {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-60.png") no-repeat center center;
}

.m5508-lab-mod-04.lab-swdfz .m5508-work-list .m5508-box-s::after {
  background: #9D1E23;
}

.m5508-lab-mod-04.lab-swdfz .m5508-work-list .m5508-box-s:hover .m5508-a-title {
  color: #9D1E23;
}

.m5508-lab-mod-04.lab-rzkx .m5508-cont-scroll .m5508-box-s .m5508-box-title {
  background: rgba(47, 73, 146, 0.8);
}

.m5508-lab-mod-04.lab-rzkx .m5508-cont-scroll .m5508-box-s::after {
  background: #2F4992;
}

.m5508-lab-mod-04.lab-rzkx .m5508-work-list .m5508-box-s {
  border-bottom-color: rgba(47, 73, 146, 0.3);
}

.m5508-lab-mod-04.lab-rzkx .m5508-work-list .m5508-box-s .m5508-box-date {
  color: #2F4992;
}

.m5508-lab-mod-04.lab-rzkx .m5508-work-list .m5508-box-s .m5508-a-more {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-65.png") no-repeat center center;
}

.m5508-lab-mod-04.lab-rzkx .m5508-work-list .m5508-box-s::after {
  background: #2F4992;
}

.m5508-lab-mod-04.lab-rzkx .m5508-work-list .m5508-box-s:hover .m5508-a-title {
  color: #2F4992;
}

.m5508-lab-mod-04.lab-bxyc .m5508-cont-scroll .m5508-box-s .m5508-box-title {
  background: rgba(12, 110, 113, 0.8);
}

.m5508-lab-mod-04.lab-bxyc .m5508-cont-scroll .m5508-box-s::after {
  background: #0C6E71;
}

.m5508-lab-mod-04.lab-bxyc .m5508-work-list .m5508-box-s {
  border-bottom-color: rgba(47, 73, 146, 0.3);
}

.m5508-lab-mod-04.lab-bxyc .m5508-work-list .m5508-box-s .m5508-box-date {
  color: #0C6E71;
}

.m5508-lab-mod-04.lab-bxyc .m5508-work-list .m5508-box-s .m5508-a-more {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-70.png") no-repeat center center;
}

.m5508-lab-mod-04.lab-bxyc .m5508-work-list .m5508-box-s::after {
  background: #0C6E71;
}

.m5508-lab-mod-04.lab-bxyc .m5508-work-list .m5508-box-s:hover .m5508-a-title {
  color: #0C6E71;
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-img {
  overflow: hidden;
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 400 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
    height: 28.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
    height: 36.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
    height: 36.3636363636rem;
  }
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title {
  position: absolute;
  color: #fff;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding-left: calc(100vw * 130 / 1920);
  padding-right: calc(100vw * 130 / 1920);
  right: calc(100vw * 0 / 1920);
  left: calc(100vw * 0 / 1920);
  bottom: calc(100vw * 0 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title {
    border-radius: 0.7142857143rem;
    padding-left: 9.2857142857rem;
    padding-right: 9.2857142857rem;
    right: 0rem;
    left: 0rem;
    bottom: 0rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title {
    border-radius: 0.9090909091rem;
    padding-left: 11.8181818182rem;
    padding-right: 11.8181818182rem;
    right: 0rem;
    left: 0rem;
    bottom: 0rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title {
    border-radius: 0.9090909091rem;
    padding-left: 11.8181818182rem;
    padding-right: 11.8181818182rem;
    right: 0rem;
    left: 0rem;
    bottom: 0rem;
  }
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date {
  background: #A98E77;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  position: absolute;
  bottom: 0;
  width: calc(100vw * 80 / 1920);
  height: calc(100vw * 80 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  padding-top: calc(100vw * 10 / 1920);
  left: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date {
    width: 5.7142857143rem;
    height: 5.7142857143rem;
    border-radius: 0.7142857143rem;
    padding-top: 0.7142857143rem;
    left: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date {
    width: 7.2727272727rem;
    height: 7.2727272727rem;
    border-radius: 0.9090909091rem;
    padding-top: 0.9090909091rem;
    left: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date {
    width: 7.2727272727rem;
    height: 7.2727272727rem;
    border-radius: 0.9090909091rem;
    padding-top: 0.9090909091rem;
    left: 1.8181818182rem;
  }
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-01 {
  font-size: calc(100vw * 28 / 1920);
  line-height: calc(100vw * 32 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-01 {
    font-size: 2rem;
    line-height: 2.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-01 {
    font-size: 2.5454545455rem;
    line-height: 2.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-01 {
    font-size: 2.5454545455rem;
    line-height: 2.9090909091rem;
  }
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-02 {
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-02 {
    line-height: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-02 {
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-date .m5508-date-02 {
    line-height: 2rem;
  }
}

.m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
  color: #fff;
  font-size: calc(100vw * 18 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 62 / 1920);
  line-height: calc(100vw * 62 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 4.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 5.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 5.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 4.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 5.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 5.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-cont-scroll .m5508-box-s .m5508-box-title .m5508-title-s {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-lab-mod-04 .m5508-work-page {
  left: auto;
  width: auto;
  right: calc(100vw * 30 / 1920);
  bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-page {
    right: 2.1428571429rem;
    bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-page {
    right: 2.7272727273rem;
    bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-page {
    right: 2.7272727273rem;
    bottom: 1.8181818182rem;
  }
}

.m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  border-radius: 6px;
  width: calc(100vw * 12 / 1920);
  height: calc(100vw * 12 / 1920);
  border-radius: calc(100vw * 6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet {
    width: 0.8571428571rem;
    height: 0.8571428571rem;
    border-radius: 0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    border-radius: 0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    border-radius: 0.5454545455rem;
  }
}

.m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3636363636rem;
  }
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s {
  border-bottom-style: dashed;
  position: relative;
  padding-bottom: calc(100vw * 17 / 1920);
  margin-bottom: calc(100vw * 22 / 1920);
  border-bottom-width: calc(100vw * 1 / 1920);
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s:hover::after {
  width: 100%;
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: calc(100vw * 1 / 1920);
  bottom: calc(100vw * -1 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s::after {
    height: 0.0714285714rem;
    bottom: -0.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s::after {
    height: 0.0909090909rem;
    bottom: -0.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s::after {
    height: 0.0909090909rem;
    bottom: -0.0909090909rem;
  }
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s {
    padding-bottom: 1.2142857143rem;
    margin-bottom: 1.5714285714rem;
    border-bottom-width: 0.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s {
    padding-bottom: 1.5454545455rem;
    margin-bottom: 2rem;
    border-bottom-width: 0.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s {
    padding-bottom: 1.5454545455rem;
    margin-bottom: 2rem;
    border-bottom-width: 0.0909090909rem;
  }
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date {
  line-height: 1;
  margin-bottom: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date {
    margin-bottom: 0.7142857143rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date {
    margin-bottom: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date {
    margin-bottom: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date span {
  font-size: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date span {
    font-size: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date span {
    font-size: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-date span {
    font-size: 2.3636363636rem;
  }
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-title {
  position: relative;
  padding-right: calc(100vw * 70 / 1920);
  min-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-title {
    padding-right: 5rem;
    min-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-title {
    padding-right: 6.3636363636rem;
    min-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-box-title {
    padding-right: 6.3636363636rem;
    min-height: 2.7272727273rem;
  }
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain !important;
  width: calc(100vw * 24 / 1920);
  height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-more {
    width: 1.7142857143rem;
    height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-more {
    width: 2.1818181818rem;
    height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-04 .m5508-work-list .m5508-box-s .m5508-a-more {
    width: 2.1818181818rem;
    height: 2.1818181818rem;
  }
}

@media (min-width: 1200px) {
  .m5508-lab-mod-04 .row-w {
    margin-left: calc(100vw * -32 / 1920);
    margin-right: calc(100vw * -32 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-lab-mod-04 .row-w {
    margin-left: -2.2857142857rem;
    margin-right: -2.2857142857rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-lab-mod-04 .row-w {
    margin-left: -2.9090909091rem;
    margin-right: -2.9090909091rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-lab-mod-04 .row-w {
    margin-left: -2.9090909091rem;
    margin-right: -2.9090909091rem;
  }
}

@media (min-width: 1200px) {
  .m5508-lab-mod-04 .row-w .col-w {
    padding-left: calc(100vw * 32 / 1920);
    padding-right: calc(100vw * 32 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .m5508-lab-mod-04 .row-w .col-w {
    padding-left: 2.2857142857rem;
    padding-right: 2.2857142857rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {
  .m5508-lab-mod-04 .row-w .col-w {
    padding-left: 2.9090909091rem;
    padding-right: 2.9090909091rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {
  .m5508-lab-mod-04 .row-w .col-w {
    padding-left: 2.9090909091rem;
    padding-right: 2.9090909091rem;
  }
}

.m5508-lab-mod-05.lab-swdfz .m5508-cont-scroll .m5508-box-s {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-61.png");
}

.m5508-lab-mod-05.lab-swdfz .m5508-cont-scroll .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-lab-mod-05.lab-swdfz .m5508-activity-page .swiper-pagination-bullet {
  background-color: #9D1E23;
}

.m5508-lab-mod-05.lab-swdfz .m5508-activity-list .m5508-box-s {
  border-bottom: 1px dashed rgba(169, 142, 119, 0.4);
}

.m5508-lab-mod-05.lab-swdfz .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-01 {
  color: #9D1E23;
}

.m5508-lab-mod-05.lab-swdfz .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-02 {
  background-color: #9D1E23;
}

.m5508-lab-mod-05.lab-swdfz .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-bgr {
  color: #CB888C;
}

.m5508-lab-mod-05.lab-swdfz .m5508-activity-list .m5508-box-s:hover .m5508-box-info .m5508-box-title {
  color: #9D1E23;
}

.m5508-lab-mod-05.lab-rzkx .m5508-cont-scroll .m5508-box-s {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-68.png");
}

.m5508-lab-mod-05.lab-rzkx .m5508-cont-scroll .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #2F4992;
}

.m5508-lab-mod-05.lab-rzkx .m5508-activity-page .swiper-pagination-bullet {
  background-color: #2F4992;
}

.m5508-lab-mod-05.lab-rzkx .m5508-activity-list .m5508-box-s {
  border-bottom: 1px dashed rgba(47, 73, 146, 0.3);
}

.m5508-lab-mod-05.lab-rzkx .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-01 {
  color: #2F4992;
}

.m5508-lab-mod-05.lab-rzkx .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-02 {
  background-color: #2F4992;
}

.m5508-lab-mod-05.lab-rzkx .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-bgr {
  color: #97A4C8;
}

.m5508-lab-mod-05.lab-rzkx .m5508-activity-list .m5508-box-s:hover .m5508-box-info .m5508-box-title {
  color: #2F4992;
}

.m5508-lab-mod-05.lab-bxyc .m5508-cont-scroll .m5508-box-s {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-72.png");
}

.m5508-lab-mod-05.lab-bxyc .m5508-cont-scroll .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #0C6E71;
}

.m5508-lab-mod-05.lab-bxyc .m5508-activity-page .swiper-pagination-bullet {
  background-color: #0C6E71;
}

.m5508-lab-mod-05.lab-bxyc .m5508-activity-list .m5508-box-s {
  border-bottom: 1px dashed rgba(47, 73, 146, 0.3);
}

.m5508-lab-mod-05.lab-bxyc .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-01 {
  color: #0C6E71;
}

.m5508-lab-mod-05.lab-bxyc .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-02 {
  background-color: #0C6E71;
}

.m5508-lab-mod-05.lab-bxyc .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-bgr {
  color: #84AFB0;
}

.m5508-lab-mod-05.lab-bxyc .m5508-activity-list .m5508-box-s:hover .m5508-box-info .m5508-box-title {
  color: #0C6E71;
}

.m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s {
  position: relative;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: bottom 0 right 25px;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 30 / 1920) calc(100vw * 30 / 1920) calc(100vw * 0 / 1920) calc(100vw * 30 / 1920);
  height: calc(100vw * 330 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s {
    border-radius: 0.7142857143rem;
    padding: 2.1428571429rem 2.1428571429rem 0rem 2.1428571429rem;
    height: 23.5714285714rem;
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem 2.7272727273rem 0rem 2.7272727273rem;
    height: 30rem;
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s {
    border-radius: 0.9090909091rem;
    padding: 2.7272727273rem 2.7272727273rem 0rem 2.7272727273rem;
    height: 30rem;
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img {
  overflow: hidden;
  float: left;
  border-radius: 10px;
  width: calc(100vw * 230 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  margin-right: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img {
    width: 16.4285714286rem;
    border-radius: 0.7142857143rem;
    margin-right: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img {
    width: 20.9090909091rem;
    border-radius: 0.9090909091rem;
    margin-right: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img {
    width: 20.9090909091rem;
    border-radius: 0.9090909091rem;
    margin-right: 3.6363636364rem;
  }
}

.m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 330 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
    height: 23.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
    height: 30rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-img img {
    height: 30rem;
  }
}

.m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info {
  overflow: hidden;
  padding-top: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info {
    padding-top: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info {
    padding-top: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info {
    padding-top: 1.8181818182rem;
  }
}

.m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
  color: #333333;
  margin-bottom: calc(100vw * 45 / 1920);
  font-size: calc(100vw * 18 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: calc(100vw * 96 / 1920);
  line-height: calc(100vw * 32 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 3.2142857143rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 4.0909090909rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 4.0909090909rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 6.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 8.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 8.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 2.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #999999;
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.4545454545rem;
  }
}

.m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-cont-scroll .m5508-box-s .m5508-box-info .m5508-info-txt>div {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-lab-mod-05 .m5508-activity-page {
  left: auto;
  width: auto;
  right: calc(100vw * 30 / 1920);
  bottom: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-page {
    right: 2.1428571429rem;
    bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-page {
    right: 2.7272727273rem;
    bottom: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-page {
    right: 2.7272727273rem;
    bottom: 6.3636363636rem;
  }
}

.m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet {
  opacity: 0.5;
  border-radius: 6px;
  width: calc(100vw * 12 / 1920);
  height: calc(100vw * 12 / 1920);
  border-radius: calc(100vw * 6 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet {
    width: 0.8571428571rem;
    height: 0.8571428571rem;
    border-radius: 0.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    border-radius: 0.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet {
    width: 1.0909090909rem;
    height: 1.0909090909rem;
    border-radius: 0.5454545455rem;
  }
}

.m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2.3636363636rem;
  }
}

.m5508-lab-mod-05 .m5508-activity-list .m5508-box-s {
  padding-bottom: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s {
    padding-bottom: 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s {
    padding-bottom: 1.4545454545rem;
    margin-bottom: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s {
    padding-bottom: 1.4545454545rem;
    margin-bottom: 1.4545454545rem;
  }
}

.m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date {
  float: left;
  text-align: center;
  width: calc(100vw * 60 / 1920);
  margin-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date {
    width: 4.2857142857rem;
    margin-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date {
    width: 5.4545454545rem;
    margin-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date {
    width: 5.4545454545rem;
    margin-right: 2.7272727273rem;
  }
}

.m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-01 {
  font-weight: bold;
  font-size: calc(100vw * 20 / 1920);
  height: calc(100vw * 26 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 1.4285714286rem;
    height: 1.8571428571rem;
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 1.8181818182rem;
    height: 2.3636363636rem;
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-01 {
    font-size: 1.8181818182rem;
    height: 2.3636363636rem;
    line-height: 2.3636363636rem;
  }
}

.m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-02 {
  color: #fff;
  height: calc(100vw * 22 / 1920);
  line-height: calc(100vw * 22 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 1.5714285714rem;
    line-height: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 2rem;
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-date .m5508-date-02 {
    height: 2rem;
    line-height: 2rem;
  }
}

.m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info {
  overflow: hidden;
}

.m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
  color: #333333;
  margin-bottom: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 16 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 52 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    margin-bottom: 0.7142857143rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    margin-bottom: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    margin-bottom: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    height: 3.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    height: 4.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    height: 4.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-05 .m5508-activity-list .m5508-box-s .m5508-box-info .m5508-box-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

@media (min-width: 1200px) {

  .m5508-lab-mod-05 .row-w,
  .m5508-lab-mod-wrap .row-w,
  .m5508-lab-mod-09 .row-w {
    margin-left: calc(100vw * -30 / 1920);
    margin-right: calc(100vw * -30 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {

  .m5508-lab-mod-05 .row-w,
  .m5508-lab-mod-wrap .row-w,
  .m5508-lab-mod-09 .row-w {
    margin-left: -2.1428571429rem;
    margin-right: -2.1428571429rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {

  .m5508-lab-mod-05 .row-w,
  .m5508-lab-mod-wrap .row-w,
  .m5508-lab-mod-09 .row-w {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {

  .m5508-lab-mod-05 .row-w,
  .m5508-lab-mod-wrap .row-w,
  .m5508-lab-mod-09 .row-w {
    margin-left: -2.7272727273rem;
    margin-right: -2.7272727273rem;
  }
}

@media (min-width: 1200px) {

  .m5508-lab-mod-05 .row-w .col-w,
  .m5508-lab-mod-wrap .row-w .col-w,
  .m5508-lab-mod-09 .row-w .col-w {
    padding-left: calc(100vw * 30 / 1920);
    padding-right: calc(100vw * 30 / 1920);
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {

  .m5508-lab-mod-05 .row-w .col-w,
  .m5508-lab-mod-wrap .row-w .col-w,
  .m5508-lab-mod-09 .row-w .col-w {
    padding-left: 2.1428571429rem;
    padding-right: 2.1428571429rem;
  }
}

@media (min-width: 1200px) and (max-width: 991px) {

  .m5508-lab-mod-05 .row-w .col-w,
  .m5508-lab-mod-wrap .row-w .col-w,
  .m5508-lab-mod-09 .row-w .col-w {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 1200px) and (max-width: 767px) {

  .m5508-lab-mod-05 .row-w .col-w,
  .m5508-lab-mod-wrap .row-w .col-w,
  .m5508-lab-mod-09 .row-w .col-w {
    padding-left: 2.7272727273rem;
    padding-right: 2.7272727273rem;
  }
}

@media (min-width: 992px) {
  .m5508-lab-mod-05 .col-md-8 {
    width: 62%;
  }

  .m5508-lab-mod-05 .col-md-4 {
    width: 38%;
  }
}

.m5508-lab-mod-06.lab-swdfz .m5508-box-s {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-62.png");
}

.m5508-lab-mod-06.lab-swdfz .m5508-box-s .m5508-box-date {
  background: #9D1E23;
}

.m5508-lab-mod-06.lab-swdfz .m5508-box-s:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-lab-mod-06.lab-rzkx .m5508-box-s {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-69.png");
}

.m5508-lab-mod-06.lab-rzkx .m5508-box-s .m5508-box-date {
  background: #2F4992;
}

.m5508-lab-mod-06.lab-rzkx .m5508-box-s:hover .m5508-box-title {
  color: #2F4992;
}

.m5508-lab-mod-06.lab-bxyc .m5508-box-s {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-74.png");
}

.m5508-lab-mod-06.lab-bxyc .m5508-box-s .m5508-box-date {
  background: #0C6E71;
}

.m5508-lab-mod-06.lab-bxyc .m5508-box-s:hover .m5508-box-title {
  color: #0C6E71;
}

.m5508-lab-mod-06 .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  height: calc(100vw * 176 / 1920);
  padding: calc(100vw * 50 / 1920) calc(100vw * 40 / 1920) calc(100vw * 20 / 1920) calc(100vw * 40 / 1920);
  background-size: calc(100vw * 620 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}

.m5508-lab-mod-06 .m5508-box-s:first-child {
  margin-top: calc(100vw * 55 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-06 .m5508-box-s:first-child {
    margin-top: 3.9285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-06 .m5508-box-s:first-child {
    margin-top: 5rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-06 .m5508-box-s:first-child {
    margin-top: 5rem;
  }
}

.m5508-lab-mod-06 .m5508-box-s:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .m5508-lab-mod-06 .m5508-box-s {
    border-radius: 0.7142857143rem;
    height: 12.5714285714rem;
    padding: 3.5714285714rem 2.8571428571rem 1.4285714286rem 2.8571428571rem;
    background-size: 44.2857142857rem;
    margin-bottom: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-06 .m5508-box-s {
    border-radius: 0.9090909091rem;
    height: 16rem;
    padding: 4.5454545455rem 3.6363636364rem 1.8181818182rem 3.6363636364rem;
    background-size: 56.3636363636rem;
    margin-bottom: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-06 .m5508-box-s {
    border-radius: 0.9090909091rem;
    height: 16rem;
    padding: 4.5454545455rem 3.6363636364rem 1.8181818182rem 3.6363636364rem;
    background-size: 56.3636363636rem;
    margin-bottom: 4.5454545455rem;
  }
}

.m5508-lab-mod-06 .m5508-box-s .m5508-box-date {
  position: absolute;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  left: calc(100vw * 30 / 1920);
  width: calc(100vw * 160 / 1920);
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  border-radius: calc(100vw * 6 / 1920);
  font-size: calc(100vw * 18 / 1920);
  top: calc(100vw * -20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-date {
    left: 2.1428571429rem;
    width: 11.4285714286rem;
    height: 2.8571428571rem;
    line-height: 2.8571428571rem;
    border-radius: 0.4285714286rem;
    font-size: 1.2857142857rem;
    top: -1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-date {
    left: 2.7272727273rem;
    width: 14.5454545455rem;
    height: 3.6363636364rem;
    line-height: 3.6363636364rem;
    border-radius: 0.5454545455rem;
    font-size: 1.6363636364rem;
    top: -1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-date {
    left: 2.7272727273rem;
    width: 14.5454545455rem;
    height: 3.6363636364rem;
    line-height: 3.6363636364rem;
    border-radius: 0.5454545455rem;
    font-size: 1.6363636364rem;
    top: -1.8181818182rem;
  }
}

.m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 60 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    height: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    height: 5.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-06 .m5508-box-s .m5508-box-title {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-lab-mod-07 {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-63.png") no-repeat bottom center #FFFFFF;
  background-size: contain;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #333333;
  text-align: justify;
  height: calc(100vw * 430 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 55 / 1920) calc(100vw * 50 / 1920) calc(100vw * 20 / 1920) calc(100vw * 50 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-07 {
    height: 30.7142857143rem;
    border-radius: 0.7142857143rem;
    padding: 3.9285714286rem 3.5714285714rem 1.4285714286rem 3.5714285714rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-07 {
    height: 39.0909090909rem;
    border-radius: 0.9090909091rem;
    padding: 5rem 4.5454545455rem 1.8181818182rem 4.5454545455rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-07 {
    height: 39.0909090909rem;
    border-radius: 0.9090909091rem;
    padding: 5rem 4.5454545455rem 1.8181818182rem 4.5454545455rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-lab-mod-07 .m5508-cont-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  height: calc(100vw * 320 / 1920);
  line-height: calc(100vw * 32 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-07 .m5508-cont-txt {
    height: 22.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-07 .m5508-cont-txt {
    height: 29.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-07 .m5508-cont-txt {
    height: 29.0909090909rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-07 .m5508-cont-txt {
    line-height: 2.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-07 .m5508-cont-txt {
    line-height: 2.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-07 .m5508-cont-txt {
    line-height: 2.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-07 .m5508-cont-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-lab-mod-08 .m5508-box-s {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-08 .m5508-box-s {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-08 .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-08 .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

.m5508-lab-mod-08 .m5508-box-s:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-lab-mod-08 .m5508-box-s img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 215 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-08 .m5508-box-s img {
    height: 15.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-08 .m5508-box-s img {
    height: 19.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-08 .m5508-box-s img {
    height: 19.5454545455rem;
  }
}

.m5508-lab-mod-08 .m5508-box-s .m5508-box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  height: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title {
    height: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title {
    height: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title {
    height: 6.3636363636rem;
  }
}

.m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding-left: calc(100vw * 15 / 1920);
  padding-right: calc(100vw * 15 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    padding-left: 1.0714285714rem;
    padding-right: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    padding-left: 1.3636363636rem;
    padding-right: 1.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    height: 3.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    line-height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    line-height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    line-height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-08 .m5508-box-s .m5508-box-title a {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-lab-mod-09 .m5508-box-s {
  margin-bottom: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s {
    margin-bottom: 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s {
    margin-bottom: 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s {
    margin-bottom: 5.4545454545rem;
  }
}

.m5508-lab-mod-09 .m5508-box-s:nth-child(2n+1) .m5508-box-img {
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  padding-left: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s:nth-child(2n+1) .m5508-box-img {
    border-radius: 0.7142857143rem;
    padding-left: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s:nth-child(2n+1) .m5508-box-img {
    border-radius: 0.9090909091rem;
    padding-left: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s:nth-child(2n+1) .m5508-box-img {
    border-radius: 0.9090909091rem;
    padding-left: 1.8181818182rem;
  }
}

.m5508-lab-mod-09 .m5508-box-s:nth-child(2n+1) .m5508-box-img::after {
  left: 0;
}

.m5508-lab-mod-09 .m5508-box-s:nth-child(2n) .m5508-box-img {
  position: relative;
  padding-right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s:nth-child(2n) .m5508-box-img {
    padding-right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s:nth-child(2n) .m5508-box-img {
    padding-right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s:nth-child(2n) .m5508-box-img {
    padding-right: 1.8181818182rem;
  }
}

.m5508-lab-mod-09 .m5508-box-s:nth-child(2n) .m5508-box-img::after {
  right: 0;
}

.m5508-lab-mod-09 .m5508-box-s:hover .m5508-box-info .m5508-public-groups-title .m5508-groups-name {
  color: #A88E77;
}

.m5508-lab-mod-09 .m5508-box-s .m5508-box-img {
  position: relative;
  padding-top: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img {
    padding-top: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img {
    padding-top: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img {
    padding-top: 1.8181818182rem;
  }
}

.m5508-lab-mod-09 .m5508-box-s .m5508-box-img::after {
  content: "";
  position: absolute;
  top: 0;
  background: #A88E77;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: calc(100vw * 338 / 1920);
  width: calc(100vw * 202 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img::after {
    height: 24.1428571429rem;
    width: 14.4285714286rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img::after {
    height: 30.7272727273rem;
    width: 18.3636363636rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img::after {
    height: 30.7272727273rem;
    width: 18.3636363636rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-lab-mod-09 .m5508-box-s .m5508-box-img img {
  display: block;
  position: relative;
  z-index: 9;
  width: 100%;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-img img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-lab-mod-09 .m5508-box-s .m5508-box-info {
  overflow: hidden;
  text-align: justify;
  padding-top: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-info {
    padding-top: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-info {
    padding-top: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-info {
    padding-top: 2.7272727273rem;
  }
}

.m5508-lab-mod-09 .m5508-box-s .m5508-box-info .m5508-info-cont {
  color: #333333;
  line-height: 2;
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-info .m5508-info-cont {
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-info .m5508-info-cont {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-09 .m5508-box-s .m5508-box-info .m5508-info-cont {
    font-size: 1.4545454545rem;
  }
}

.m5508-list-img-txt .m5508-box-s {
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s {
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s {
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s {
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-list-img-txt .m5508-box-s:last-child {
  margin-bottom: 0;
}

.m5508-list-img-txt .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-list-img-txt .m5508-box-s:hover .m5508-box-info .m5508-info-title {
  color: #9D1E23;
}

.m5508-list-img-txt .m5508-box-s .m5508-box-img {
  float: left;
  overflow: hidden;
  border-radius: 10px;
  width: calc(100vw * 340 / 1920);
  margin-right: calc(100vw * 30 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-img {
    width: 24.2857142857rem;
    margin-right: 2.1428571429rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-img {
    width: 30.9090909091rem;
    margin-right: 2.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-img {
    width: 30.9090909091rem;
    margin-right: 2.7272727273rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-list-img-txt .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-list-img-txt .m5508-box-s .m5508-box-info {
  overflow: hidden;
  padding-top: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info {
    padding-top: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info {
    padding-top: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info {
    padding-top: 0.4545454545rem;
  }
}

.m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
  color: #333;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 46 / 1920);
  line-height: calc(100vw * 46 / 1920);
  margin-bottom: calc(100vw * 5 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 3.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 4.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    height: 4.1818181818rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 3.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 4.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    line-height: 4.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 0.3571428571rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 0.4545454545rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-title {
    margin-bottom: 0.4545454545rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
  color: #999999;
  text-align: justify;
  font-size: calc(100vw * 15 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: calc(100vw * 30 / 1920);
  max-height: calc(100vw * 90 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    font-size: 1.3636363636rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    max-height: 6.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    max-height: 8.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    max-height: 8.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-txt {
    max-height: none;
    line-height: 1.6;
  }
}

.m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-date {
  color: #9D1E23;
  line-height: 1.4;
  margin-top: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-date {
    margin-top: 0.7142857143rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-date {
    margin-top: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-img-txt .m5508-box-s .m5508-box-info .m5508-info-date {
    margin-top: 0.9090909091rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-about-mod-01 {
  overflow: hidden;
}

.m5508-about-mod-01 .m5508-mod-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-01 .m5508-mod-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-01 .m5508-mod-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-01 .m5508-mod-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-about-mod-01 .m5508-mod-img img {
  display: block;
  width: 100%;
}

.m5508-about-mod-01 .m5508-mod-info {
  position: relative;
  padding-top: calc(100vw * 30 / 1920);
  padding-left: calc(100vw * 30 / 1920);
  margin-left: calc(100vw * -260 / 1920);
  margin-top: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-01 .m5508-mod-info {
    padding-top: 2.1428571429rem;
    padding-left: 2.1428571429rem;
    margin-left: -18.5714285714rem;
    margin-top: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-01 .m5508-mod-info {
    padding-top: 2.7272727273rem;
    padding-left: 2.7272727273rem;
    margin-left: -23.6363636364rem;
    margin-top: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-01 .m5508-mod-info {
    padding-top: 2.7272727273rem;
    padding-left: 2.7272727273rem;
    margin-left: -23.6363636364rem;
    margin-top: 2.7272727273rem;
  }
}

.m5508-about-mod-01 .m5508-mod-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: #9D1E23;
  border-radius: 6px;
  border-radius: calc(100vw * 6 / 1920);
  width: calc(100vw * 578 / 1920);
  height: calc(100vw * 380 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-01 .m5508-mod-info::after {
    border-radius: 0.4285714286rem;
    width: 41.2857142857rem;
    height: 27.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-01 .m5508-mod-info::after {
    border-radius: 0.5454545455rem;
    width: 52.5454545455rem;
    height: 34.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-01 .m5508-mod-info::after {
    border-radius: 0.5454545455rem;
    width: 52.5454545455rem;
    height: 34.5454545455rem;
  }
}

.m5508-about-mod-01 .m5508-mod-info .m5508-info-cont {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #333333;
  text-align: justify;
  padding: calc(100vw * 65 / 1920) calc(100vw * 50 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont {
    padding: 4.6428571429rem 3.5714285714rem;
    border-radius: 0.7142857143rem;
    font-size: 1.1428571429rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont {
    padding: 5.9090909091rem 4.5454545455rem;
    border-radius: 0.9090909091rem;
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont {
    padding: 5.9090909091rem 4.5454545455rem;
    border-radius: 0.9090909091rem;
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

.m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>div,
.m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>p {
  text-indent: 2em;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>div,
  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>p {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>div,
  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>p {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>div,
  .m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>p {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>div:last-child,
.m5508-about-mod-01 .m5508-mod-info .m5508-info-cont>p:last-child {
  margin-bottom: 0;
}

.m5508-about-mod-02 {
  background: url("https://www.powersalesteam.com/images/ibpzw2024-about-02.png") no-repeat left bottom #F8F8F8;
  background-size: contain;
  overflow: hidden;
}

.m5508-about-mod-02 .row-w {
  margin-left: calc(100vw * -37 / 1920);
  margin-right: calc(100vw * -37 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-02 .row-w {
    margin-left: -2.6428571429rem;
    margin-right: -2.6428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-02 .row-w {
    margin-left: -3.3636363636rem;
    margin-right: -3.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-02 .row-w {
    margin-left: -3.3636363636rem;
    margin-right: -3.3636363636rem;
  }
}

.m5508-about-mod-02 .row-w .col-w {
  padding-left: calc(100vw * 37 / 1920);
  padding-right: calc(100vw * 37 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-02 .row-w .col-w {
    padding-left: 2.6428571429rem;
    padding-right: 2.6428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-02 .row-w .col-w {
    padding-left: 3.3636363636rem;
    padding-right: 3.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-02 .row-w .col-w {
    padding-left: 3.3636363636rem;
    padding-right: 3.3636363636rem;
  }
}

.m5508-about-mod-02 .m5508-mod-img {
  overflow: hidden;
}

.m5508-about-mod-02 .m5508-mod-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-02 .m5508-mod-img img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-02 .m5508-mod-img img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-02 .m5508-mod-img img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-about-mod-02 .m5508-mod-info {
  color: #333333;
  text-align: justify;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-02 .m5508-mod-info {
    font-size: 1.1428571429rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-02 .m5508-mod-info {
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-02 .m5508-mod-info {
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

.m5508-about-mod-02 .m5508-mod-info>div,
.m5508-about-mod-02 .m5508-mod-info>p {
  text-indent: 2em;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {

  .m5508-about-mod-02 .m5508-mod-info>div,
  .m5508-about-mod-02 .m5508-mod-info>p {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {

  .m5508-about-mod-02 .m5508-mod-info>div,
  .m5508-about-mod-02 .m5508-mod-info>p {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {

  .m5508-about-mod-02 .m5508-mod-info>div,
  .m5508-about-mod-02 .m5508-mod-info>p {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-about-mod-02 .m5508-mod-info>div:last-child,
.m5508-about-mod-02 .m5508-mod-info>p:last-child {
  margin-bottom: 0;
}

.m5508-about-mod-03 {
  overflow: hidden;
}

.m5508-about-mod-03 .m5508-cont-top {
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top {
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top {
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top {
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-about-mod-03 .m5508-cont-top .row-w {
  margin-left: calc(100vw * -17 / 1920);
  margin-right: calc(100vw * -17 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .row-w {
    margin-left: -1.2142857143rem;
    margin-right: -1.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .row-w {
    margin-left: -1.5454545455rem;
    margin-right: -1.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .row-w {
    margin-left: -1.5454545455rem;
    margin-right: -1.5454545455rem;
  }
}

.m5508-about-mod-03 .m5508-cont-top .row-w .col-w {
  padding-left: calc(100vw * 17 / 1920);
  padding-right: calc(100vw * 17 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .row-w .col-w {
    padding-left: 1.2142857143rem;
    padding-right: 1.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .row-w .col-w {
    padding-left: 1.5454545455rem;
    padding-right: 1.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .row-w .col-w {
    padding-left: 1.5454545455rem;
    padding-right: 1.5454545455rem;
  }
}

.m5508-about-mod-03 .m5508-cont-top .m5508-box-s {
  color: #333;
  text-align: center;
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-about-mod-03 .m5508-cont-top .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-about-mod-03 .m5508-cont-top .m5508-box-s:hover .m5508-box-name {
  color: #9D1E23;
}

.m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
    margin-bottom: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 0.9090909091rem;
  }
}

.m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 268 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img img {
    height: 19.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img img {
    height: 24.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-img img {
    height: 24.3636363636rem;
  }
}

.m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
  font-weight: bold;
  font-size: calc(100vw * 20 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 34 / 1920);
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    height: 3.0909090909rem;
  }
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    line-height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-name {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-job {
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-job {
    font-size: 1.1428571429rem;
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-job {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-top .m5508-box-s .m5508-box-job {
    font-size: 1.4545454545rem;
    line-height: 2.3636363636rem;
  }
}

.m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a {
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #FFFFFF;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 200 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  padding: calc(100vw * 40 / 1920) calc(100vw * 60 / 1920);
}

.m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a:hover {
  margin-top: -15px;
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a {
    height: 14.2857142857rem;
    border-radius: 0.7142857143rem;
    padding: 2.8571428571rem 4.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a {
    height: 18.1818181818rem;
    border-radius: 0.9090909091rem;
    padding: 3.6363636364rem 5.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a {
    height: 18.1818181818rem;
    border-radius: 0.9090909091rem;
    padding: 3.6363636364rem 5.4545454545rem;
  }
}

.m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a.box-01 {
  background-color: #988E8F;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-about-03.png");
}

.m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a.box-02 {
  background-color: #8C726E;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-about-04.png");
}

.m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a.box-03 {
  background-color: #5C78A7;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-about-05.png");
}

.m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-title {
  font-size: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-title {
    font-size: 2.1428571429rem;
    line-height: 2.8571428571rem;
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-title {
    font-size: 2.7272727273rem;
    line-height: 3.6363636364rem;
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-title {
    font-size: 2.7272727273rem;
    line-height: 3.6363636364rem;
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-more {
  display: inline-block;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-icon-27.png") no-repeat right 0 bottom 3px;
  background-size: calc(100vw * 18 / 1920);
  padding-right: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-more {
    background-size: 1.2857142857rem;
    padding-right: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-more {
    background-size: 1.6363636364rem;
    padding-right: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-03 .m5508-cont-btm .m5508-box-s a .m5508-box-more {
    background-size: 1.6363636364rem;
    padding-right: 2.7272727273rem;
  }
}

.m5508-about-wrap {
  overflow: hidden;
  position: relative;
}

.m5508-about-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  top: 0;
  background: #F8F8F8;
  height: calc(100vw * 360 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-wrap::after {
    height: 25.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-wrap::after {
    height: 32.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-wrap::after {
    height: 32.7272727273rem;
  }
}

.m5508-about-wrap>div {
  position: relative;
  z-index: 8;
}

.m5508-about-mod-04 {
  overflow: hidden;
  margin-bottom: calc(100vw * 70 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-04 {
    margin-bottom: 5rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-04 {
    margin-bottom: 6.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-04 {
    margin-bottom: 6.3636363636rem;
  }
}

.m5508-about-mod-04 .m5508-main-cont {
  background: #EDF2F8;
  border-radius: 10px;
  padding: calc(100vw * 45 / 1920) calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-04 .m5508-main-cont {
    padding: 3.2142857143rem 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-04 .m5508-main-cont {
    padding: 4.0909090909rem 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-04 .m5508-main-cont {
    padding: 4.0909090909rem 2.7272727273rem;
  }
}

.m5508-about-mod-04 .m5508-main-cont .m5508-cont-img {
  float: left;
  margin-right: calc(100vw * 40 / 1920);
  width: calc(100vw * 352 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-img {
    margin-right: 2.8571428571rem;
    width: 25.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-img {
    margin-right: 3.6363636364rem;
    width: 32rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-img {
    margin-right: 3.6363636364rem;
    width: 32rem;
  }
}

.m5508-about-mod-04 .m5508-main-cont .m5508-cont-info {
  color: #333333;
  overflow: hidden;
  overflow-y: auto;
  height: calc(100vw * 310 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info {
    height: 22.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info {
    height: 28.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info {
    height: 28.1818181818rem;
  }
}

.m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-mCSB_scrollTools .m5508-mCSB_draggerRail {
  background-color: transparent;
}

.m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-mCSB_scrollTools .m5508-mCSB_dragger .m5508-mCSB_dragger_bar {
  background: #B1B9C5;
}

.m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-mCSB_scrollTools .m5508-mCSB_dragger .m5508-mCSB_dragger_bar:hover {
  background: rgb(157, 30, 35);
}

.m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-title {
  line-height: 1.6;
  font-size: calc(100vw * 24 / 1920);
  margin-bottom: calc(100vw * 25 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-title {
    font-size: 1.7142857143rem;
    margin-bottom: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-title {
    font-size: 2.1818181818rem;
    margin-bottom: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-title {
    font-size: 2.1818181818rem;
    margin-bottom: 2.2727272727rem;
  }
}

.m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-txt {
  text-align: justify;
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-txt {
    font-size: 1.1428571429rem;
    line-height: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-txt {
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-04 .m5508-main-cont .m5508-cont-info .m5508-info-txt {
    font-size: 1.4545454545rem;
    line-height: 2.7272727273rem;
  }
}

.m5508-about-mod-05 {
  overflow: hidden;
}

.m5508-about-mod-05 .m5508-box-s {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-05 .m5508-box-s {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-05 .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-05 .m5508-box-s {
    border-radius: 0.9090909091rem;
  }
}

.m5508-about-mod-05 .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-about-mod-05 .m5508-box-s.box-l .m5508-box-img img {
  height: calc(100vw * 450 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-05 .m5508-box-s.box-l .m5508-box-img img {
    height: 32.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-05 .m5508-box-s.box-l .m5508-box-img img {
    height: 40.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-05 .m5508-box-s.box-l .m5508-box-img img {
    height: 40.9090909091rem;
  }
}

.m5508-about-mod-05 .m5508-box-s.box-m {
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-05 .m5508-box-s.box-m {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-05 .m5508-box-s.box-m {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-05 .m5508-box-s.box-m {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-about-mod-05 .m5508-box-s.box-m .m5508-box-img img {
  height: calc(100vw * 215 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-05 .m5508-box-s.box-m .m5508-box-img img {
    height: 15.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-05 .m5508-box-s.box-m .m5508-box-img img {
    height: 19.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-05 .m5508-box-s.box-m .m5508-box-img img {
    height: 19.5454545455rem;
  }
}

.m5508-about-mod-05 .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-about-mod-05 .m5508-box-s .m5508-box-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  line-height: calc(100vw * 30 / 1920);
  padding-bottom: calc(100vw * 10 / 1920);
  font-size: calc(100vw * 18 / 1920);
}

.m5508-about-mod-05 .m5508-box-s .m5508-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
  opacity: 0.3;
  height: calc(100vw * 80 / 1920);
}

@media (max-width: 1199px) {
  .m5508-about-mod-05 .m5508-box-s .m5508-box-title::after {
    height: 5.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-05 .m5508-box-s .m5508-box-title::after {
    height: 7.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-05 .m5508-box-s .m5508-box-title::after {
    height: 7.2727272727rem;
  }
}

@media (max-width: 1199px) {
  .m5508-about-mod-05 .m5508-box-s .m5508-box-title {
    line-height: 2.1428571429rem;
    padding-bottom: 0.7142857143rem;
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-about-mod-05 .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
    padding-bottom: 0.9090909091rem;
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-about-mod-05 .m5508-box-s .m5508-box-title {
    line-height: 2.7272727273rem;
    padding-bottom: 0.9090909091rem;
    font-size: 1.6363636364rem;
  }
}

.m5508-about-mod-05 .m5508-box-s .m5508-box-title span {
  position: relative;
  z-index: 9;
}

.m5508-list-txt-05 li {
  position: relative;
  line-height: calc(100vw * 64 / 1920);
  padding: calc(100vw * 0 / 1920) calc(100vw * 130 / 1920) calc(100vw * 0 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05 li {
    line-height: 4.5714285714rem;
    padding: 0rem 9.2857142857rem 0rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05 li {
    line-height: 5.8181818182rem;
    padding: 0rem 11.8181818182rem 0rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05 li {
    line-height: 5.8181818182rem;
    padding: 0rem 11.8181818182rem 0rem 1.8181818182rem;
  }
}

.m5508-list-txt-05 li:nth-child(2n+1) {
  background: #F7F7F7;
}

.m5508-list-txt-05 li:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-list-txt-05 li .m5508-box-date {
  position: absolute;
  top: 0;
  color: #888888;
  right: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05 li .m5508-box-date {
    right: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05 li .m5508-box-date {
    right: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05 li .m5508-box-date {
    right: 2.1818181818rem;
  }
}

.m5508-list-txt-05 li .m5508-box-title {
  color: #333333;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 64 / 1920);
  line-height: calc(100vw * 64 / 1920);
  padding-left: calc(100vw * 20 / 1920);
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05 li .m5508-box-title {
    height: 4.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05 li .m5508-box-title {
    height: 5.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05 li .m5508-box-title {
    height: 5.8181818182rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-txt-05 li .m5508-box-title {
    line-height: 4.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05 li .m5508-box-title {
    line-height: 5.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05 li .m5508-box-title {
    line-height: 5.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05 li .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

@media (max-width: 1199px) {
  .m5508-list-txt-05 li .m5508-box-title {
    padding-left: 1.4285714286rem;
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05 li .m5508-box-title {
    padding-left: 1.8181818182rem;
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05 li .m5508-box-title {
    padding-left: 1.8181818182rem;
    font-size: 1.4545454545rem;
  }
}

.m5508-list-txt-05 li .m5508-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  background: #9D1E23;
  border-radius: 50%;
  top: calc(100vw * 30 / 1920);
  width: calc(100vw * 5 / 1920);
  height: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05 li .m5508-box-title::after {
    top: 2.1428571429rem;
    width: 0.3571428571rem;
    height: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05 li .m5508-box-title::after {
    top: 2.7272727273rem;
    width: 0.4545454545rem;
    height: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05 li .m5508-box-title::after {
    top: 2.7272727273rem;
    width: 0.4545454545rem;
    height: 0.4545454545rem;
  }
}

.m5508-list-txt-05.list-lw li {
  line-height: calc(100vw * 64 / 1920);
  padding: calc(100vw * 15 / 1920) calc(100vw * 130 / 1920) calc(100vw * 15 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05.list-lw li {
    line-height: 4.5714285714rem;
    padding: 1.0714285714rem 9.2857142857rem 1.0714285714rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05.list-lw li {
    line-height: 5.8181818182rem;
    padding: 1.3636363636rem 11.8181818182rem 1.3636363636rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05.list-lw li {
    line-height: 5.8181818182rem;
    padding: 1.3636363636rem 11.8181818182rem 1.3636363636rem 1.8181818182rem;
  }
}

.m5508-list-txt-05.list-lw .m5508-box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 34 / 1920);
  line-height: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05.list-lw .m5508-box-title {
    height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05.list-lw .m5508-box-title {
    height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05.list-lw .m5508-box-title {
    height: 3.0909090909rem;
  }
}

@media (max-width: 1199px) {
  .m5508-list-txt-05.list-lw .m5508-box-title {
    line-height: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05.list-lw .m5508-box-title {
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05.list-lw .m5508-box-title {
    line-height: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05.list-lw .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-list-txt-05.list-lw .m5508-box-title::after {
  top: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05.list-lw .m5508-box-title::after {
    top: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05.list-lw .m5508-box-title::after {
    top: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05.list-lw .m5508-box-title::after {
    top: 1.3636363636rem;
  }
}

.m5508-list-txt-05.list-lw .m5508-lw-title {
  position: relative;
}

.m5508-list-txt-05.list-lw .m5508-lw-other {
  line-height: calc(100vw * 34 / 1920);
  padding: calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 0 / 1920) calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-list-txt-05.list-lw .m5508-lw-other {
    line-height: 2.4285714286rem;
    padding: 0rem 0rem 0rem 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-list-txt-05.list-lw .m5508-lw-other {
    line-height: 3.0909090909rem;
    padding: 0rem 0rem 0rem 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-list-txt-05.list-lw .m5508-lw-other {
    line-height: 3.0909090909rem;
    padding: 0rem 0rem 0rem 1.8181818182rem;
  }
}

.m5508-list-txt-05.list-lw .m5508-lw-other span {
  display: inline-block;
  margin-right: 15px;
}

.m5508-list-txt-05.list-lw .m5508-lw-other span:last-child {
  margin-right: 0;
}

.m5508-list-txt-05.list-lw .m5508-lw-other span i {
  font-weight: bold;
}

.m5508-special-list .row-w {
  margin-left: calc(100vw * -20 / 1920);
  margin-right: calc(100vw * -20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-special-list .row-w {
    margin-left: -1.4285714286rem;
    margin-right: -1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-special-list .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-special-list .row-w {
    margin-left: -1.8181818182rem;
    margin-right: -1.8181818182rem;
  }
}

.m5508-special-list .row-w .col-w {
  padding-left: calc(100vw * 20 / 1920);
  padding-right: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-special-list .row-w .col-w {
    padding-left: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-special-list .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-special-list .row-w .col-w {
    padding-left: 1.8181818182rem;
    padding-right: 1.8181818182rem;
  }
}

.m5508-special-list .m5508-box-s {
  margin-bottom: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-special-list .m5508-box-s {
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-special-list .m5508-box-s {
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-special-list .m5508-box-s {
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-special-list .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-special-list .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-special-list .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-special-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-special-list .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-special-list .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 160 / 1920);
}

@media (max-width: 1199px) {
  .m5508-special-list .m5508-box-s .m5508-box-img img {
    height: 11.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-special-list .m5508-box-s .m5508-box-img img {
    height: 14.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-special-list .m5508-box-s .m5508-box-img img {
    height: 14.5454545455rem;
  }
}

.m5508-ai-tool-list,
.m5508-ai-cathedra-list {
  margin-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {

  .m5508-ai-tool-list,
  .m5508-ai-cathedra-list {
    margin-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {

  .m5508-ai-tool-list,
  .m5508-ai-cathedra-list {
    margin-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {

  .m5508-ai-tool-list,
  .m5508-ai-cathedra-list {
    margin-bottom: 2.7272727273rem;
  }
}

.m5508-ai-tool-list .m5508-box-s {
  background: #FCFCFC;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
  border-radius: 18px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 128 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
  padding: calc(100vw * 30 / 1920) calc(100vw * 50 / 1920);
  border-radius: calc(100vw * 18 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s {
    height: 9.1428571429rem;
    margin-bottom: 2.8571428571rem;
    padding: 2.1428571429rem 3.5714285714rem;
    border-radius: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s {
    height: 11.6363636364rem;
    margin-bottom: 3.6363636364rem;
    padding: 2.7272727273rem 4.5454545455rem;
    border-radius: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s {
    height: 11.6363636364rem;
    margin-bottom: 3.6363636364rem;
    padding: 2.7272727273rem 4.5454545455rem;
    border-radius: 1.6363636364rem;
  }
}

.m5508-ai-tool-list .m5508-box-s:hover {
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.1);
}

.m5508-ai-tool-list .m5508-box-s:hover .m5508-icon-s img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.m5508-ai-tool-list .m5508-box-s:hover .m5508-title-01,
.m5508-ai-tool-list .m5508-box-s:hover .m5508-title-02 {
  color: #9D1E23;
}

.m5508-ai-tool-list .m5508-box-s .m5508-icon-s {
  float: left;
  width: calc(100vw * 68 / 1920);
  margin-right: calc(100vw * 25 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-icon-s {
    width: 4.8571428571rem;
    margin-right: 1.7857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-icon-s {
    width: 6.1818181818rem;
    margin-right: 2.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-icon-s {
    width: 6.1818181818rem;
    margin-right: 2.2727272727rem;
  }
}

.m5508-ai-tool-list .m5508-box-s .m5508-icon-s img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.m5508-ai-tool-list .m5508-box-s .m5508-info-s {
  overflow: hidden;
}

.m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
  color: #A5A5A5;
  font-size: calc(100vw * 16 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 28 / 1920);
  line-height: calc(100vw * 28 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    height: 2rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    height: 2.5454545455rem;
  }
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    line-height: 2rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    line-height: 2.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-01 {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
  color: #333333;
  font-size: calc(100vw * 24 / 1920);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    font-size: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    font-size: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    font-size: 2.1818181818rem;
  }
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    height: 3.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    line-height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    line-height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    line-height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-tool-list .m5508-box-s .m5508-title-02 {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

.m5508-ai-cathedra-list .m5508-box-s {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(204, 204, 204, 0.22);
  box-shadow: 0px 0px 17px 0px rgba(204, 204, 204, 0.22);
  border-radius: 10px;
  height: calc(100vw * 178 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
  padding: calc(100vw * 25 / 1920) calc(100vw * 35 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-cathedra-list .m5508-box-s {
    height: 12.7142857143rem;
    margin-bottom: 2.8571428571rem;
    padding: 1.7857142857rem 2.5rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-cathedra-list .m5508-box-s {
    height: 16.1818181818rem;
    margin-bottom: 3.6363636364rem;
    padding: 2.2727272727rem 3.1818181818rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s {
    height: 16.1818181818rem;
    margin-bottom: 3.6363636364rem;
    padding: 2.2727272727rem 3.1818181818rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-ai-cathedra-list .m5508-box-s:hover .m5508-box-title .m5508-title-s {
  color: #9D1E23;
}

.m5508-ai-cathedra-list .m5508-box-s .m5508-box-title {
  position: relative;
  display: block;
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title {
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title {
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title {
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-ai-cathedra-list .m5508-box-s .m5508-box-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #A63439;
  width: calc(100vw * 3 / 1920);
  left: calc(100vw * -35 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title::after {
    width: 0.2142857143rem;
    left: -2.5rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title::after {
    width: 0.2727272727rem;
    left: -3.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title::after {
    width: 0.2727272727rem;
    left: -3.1818181818rem;
  }
}

.m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
  color: #333333;
  font-size: calc(100vw * 18 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 52 / 1920);
  line-height: calc(100vw * 26 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    font-size: 1.6363636364rem;
  }
}

@media (max-width: 1199px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 3.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 4.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    height: 4.7272727273rem;
  }
}

@media (max-width: 1199px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 1.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    line-height: 2.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-title .m5508-title-s {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-ai-cathedra-list .m5508-box-s .m5508-box-info {
  color: #808080;
}

.m5508-ai-cathedra-list .m5508-box-s .m5508-box-info>div {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: calc(100vw * 18 / 1920);
  line-height: calc(100vw * 32 / 1920);
  background-size: calc(100vw * 16 / 1920);
  padding-left: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-info>div {
    font-size: 1.2857142857rem;
    line-height: 2.2857142857rem;
    background-size: 1.1428571429rem;
    padding-left: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-info>div {
    font-size: 1.6363636364rem;
    line-height: 2.9090909091rem;
    background-size: 1.4545454545rem;
    padding-left: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-cathedra-list .m5508-box-s .m5508-box-info>div {
    font-size: 1.6363636364rem;
    line-height: 2.9090909091rem;
    background-size: 1.4545454545rem;
    padding-left: 2.7272727273rem;
  }
}

.m5508-ai-cathedra-list .m5508-box-s .m5508-box-info .m5508-info-date {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-aiicon-10.png");
}

.m5508-ai-cathedra-list .m5508-box-s .m5508-box-info .m5508-info-add {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-aiicon-07.png");
}

.m5508-ai-information-list li {
  border-bottom: 1px solid #E2E5EF;
  padding-top: calc(100vw * 20 / 1920);
  padding-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-information-list li {
    padding-top: 1.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-information-list li {
    padding-top: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-information-list li {
    padding-top: 1.8181818182rem;
    padding-bottom: 1.8181818182rem;
  }
}

.m5508-ai-information-list li:first-child {
  padding-top: 0;
}

.m5508-ai-information-list .m5508-box-s {
  position: relative;
  padding-right: calc(100vw * 130 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-information-list .m5508-box-s {
    padding-right: 9.2857142857rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-information-list .m5508-box-s {
    padding-right: 11.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-information-list .m5508-box-s {
    padding-right: 11.8181818182rem;
  }
}

.m5508-ai-information-list .m5508-box-s:hover .m5508-box-title {
  color: #9D1E23;
}

.m5508-ai-information-list .m5508-box-s:hover .m5508-box-more {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-aiicon-12.png");
  border-left-color: #9D1E23;
}

.m5508-ai-information-list .m5508-box-s .m5508-box-title {
  color: #333333;
  line-height: 1.6;
  display: block;
  font-size: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 8 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-title {
    font-size: 1.4285714286rem;
    margin-bottom: 0.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
    margin-bottom: 0.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
    margin-bottom: 0.7272727273rem;
  }
}

.m5508-ai-information-list .m5508-box-s .m5508-box-class {
  color: #808080;
  font-size: calc(100vw * 16 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-class {
    font-size: 1.1428571429rem;
    margin-bottom: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-class {
    font-size: 1.4545454545rem;
    margin-bottom: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-class {
    font-size: 1.4545454545rem;
    margin-bottom: 1.8181818182rem;
  }
}

.m5508-ai-information-list .m5508-box-s .m5508-box-other>div {
  float: left;
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: calc(100vw * 30 / 1920);
  line-height: calc(100vw * 32 / 1920);
  padding-left: calc(100vw * 30 / 1920);
  background-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-other>div {
    margin-right: 2.1428571429rem;
    line-height: 2.2857142857rem;
    padding-left: 2.1428571429rem;
    background-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-other>div {
    margin-right: 2.7272727273rem;
    line-height: 2.9090909091rem;
    padding-left: 2.7272727273rem;
    background-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-other>div {
    margin-right: 2.7272727273rem;
    line-height: 2.9090909091rem;
    padding-left: 2.7272727273rem;
    background-size: 1.4545454545rem;
  }
}

.m5508-ai-information-list .m5508-box-s .m5508-box-other>div:last-child {
  margin-right: 0;
}

.m5508-ai-information-list .m5508-box-s .m5508-box-other>div.other-01 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-aiicon-11.png");
}

.m5508-ai-information-list .m5508-box-s .m5508-box-other>div.other-02 {
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-aiicon-08.png");
}

.m5508-ai-information-list .m5508-box-s .m5508-box-more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #666666;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-aiicon-09.png");
  height: calc(100vw * 36 / 1920);
  width: calc(100vw * 42 / 1920);
  background-size: calc(100vw * 21 / 1920);
  right: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-more {
    height: 2.5714285714rem;
    width: 3rem;
    background-size: 1.5rem;
    right: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-more {
    height: 3.2727272727rem;
    width: 3.8181818182rem;
    background-size: 1.9090909091rem;
    right: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-ai-information-list .m5508-box-s .m5508-box-more {
    height: 3.2727272727rem;
    width: 3.8181818182rem;
    background-size: 1.9090909091rem;
    right: 3.6363636364rem;
  }
}

.m5508-index-tsmod {
  position: relative;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-img05.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
  height: calc(100vw * 310 / 1920);
  padding-left: calc(100vw * 160 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod {
    border-radius: 0.7142857143rem;
    height: 22.1428571429rem;
    padding-left: 11.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod {
    border-radius: 0.9090909091rem;
    height: 28.1818181818rem;
    padding-left: 14.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod {
    border-radius: 0.9090909091rem;
    height: 28.1818181818rem;
    padding-left: 14.5454545455rem;
  }
}

.m5508-index-tsmod .m5508-ts-title {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(139, 113, 92, 0.6);
  width: calc(100vw * 160 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-ts-title {
    width: 11.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-ts-title {
    width: 14.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-ts-title {
    width: 14.5454545455rem;
  }
}

.m5508-index-tsmod .m5508-ts-title img {
  width: calc(100vw * 114 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-ts-title img {
    width: 8.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-ts-title img {
    width: 10.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-ts-title img {
    width: 10.3636363636rem;
  }
}

.m5508-index-tsmod .m5508-ts-cont {
  position: relative;
  padding: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-ts-cont {
    padding: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-ts-cont {
    padding: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-ts-cont {
    padding: 1.8181818182rem;
  }
}

.m5508-index-tsmod .m5508-box-s {
  overflow: hidden;
  border-radius: 10px;
  background: url("https://www.powersalesteam.com/images/ibpzw2024-img04.png") no-repeat right bottom #CBAC92;
  background-size: calc(100vw * 51 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-box-s {
    background-size: 3.6428571429rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-box-s {
    background-size: 4.6363636364rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-box-s {
    background-size: 4.6363636364rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-index-tsmod .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
  }
}

.m5508-index-tsmod .m5508-box-s .m5508-box-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  height: calc(100vw * 204 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-img img {
    height: 14.5714285714rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-img img {
    height: 18.5454545455rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-img img {
    height: 18.5454545455rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-index-tsmod .m5508-box-s .m5508-box-title {
  text-align: center;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 50 / 1920);
  line-height: calc(100vw * 50 / 1920);
  font-size: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    height: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    height: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    height: 4.5454545455rem;
  }
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    line-height: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    line-height: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    line-height: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    font-size: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-box-s .m5508-box-title {
    font-size: 1.8181818182rem;
  }
}

.m5508-index-tsmod .m5508-ts-page {
  left: 0;
  right: 0;
  width: auto;
  bottom: calc(100vw * -7 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-ts-page {
    bottom: -0.5rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-ts-page {
    bottom: -0.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-ts-page {
    bottom: -0.6363636364rem;
  }
}

.m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet {
  opacity: 0.5;
  border-radius: 5px;
  background: #fff;
  width: calc(100vw * 10 / 1920);
  height: calc(100vw * 10 / 1920);
  margin: calc(100vw * 0 / 1920) calc(100vw * 5 / 1920);
  border-radius: calc(100vw * 5 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet {
    width: 0.7142857143rem;
    height: 0.7142857143rem;
    margin: 0rem 0.3571428571rem;
    border-radius: 0.3571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet {
    width: 0.9090909091rem;
    height: 0.9090909091rem;
    margin: 0rem 0.4545454545rem;
    border-radius: 0.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet {
    width: 0.9090909091rem;
    height: 0.9090909091rem;
    margin: 0rem 0.4545454545rem;
    border-radius: 0.4545454545rem;
  }
}

.m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: calc(100vw * 20 / 1920);
}

@media (max-width: 1199px) {
  .m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.8181818182rem;
  }
}

@media (max-width: 767px) {
  .m5508-index-tsmod .m5508-ts-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.8181818182rem;
  }
}

.m5508-other-tip {
  text-align: right;
  color: #999;
  margin-bottom: -30px;
  margin-top: 40px;
  line-height: 30px;
  opacity: 0.8;
}

.m5508-people-list-w {
  position: relative;
  margin-bottom: calc(100vw * 40 / 1920);
}

.m5508-people-list-w:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .m5508-people-list-w {
    margin-bottom: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w {
    margin-bottom: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w {
    margin-bottom: 3.6363636364rem;
  }
}

.m5508-people-list-w::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(152, 142, 143, 0.8);
  width: 1px;
  left: calc(100vw * 3 / 1920);
}

@media (max-width: 1199px) {
  .m5508-people-list-w::after {
    left: 0.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w::after {
    left: 0.2727272727rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w::after {
    left: 0.2727272727rem;
  }
}

.m5508-people-list-w .m5508-itme-groups {
  position: relative;
  padding-left: calc(100vw * 8 / 1920);
  margin-bottom: calc(100vw * 45 / 1920);
}

.m5508-people-list-w .m5508-itme-groups:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .m5508-people-list-w .m5508-itme-groups {
    padding-left: 0.5714285714rem;
    margin-bottom: 3.2142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w .m5508-itme-groups {
    padding-left: 0.7272727273rem;
    margin-bottom: 4.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w .m5508-itme-groups {
    padding-left: 0.7272727273rem;
    margin-bottom: 4.0909090909rem;
  }
}

.m5508-people-list-w .m5508-itme-groups::before {
  content: "";
  position: absolute;
  left: 0;
  background: #A98E77;
  border-radius: 50%;
  z-index: 2;
  width: calc(100vw * 7 / 1920);
  height: calc(100vw * 7 / 1920);
  top: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-people-list-w .m5508-itme-groups::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w .m5508-itme-groups::before {
    width: 0.6363636364rem;
    height: 0.6363636364rem;
    top: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w .m5508-itme-groups::before {
    width: 0.6363636364rem;
    height: 0.6363636364rem;
    top: 1.4545454545rem;
  }
}

.m5508-people-list-w .m5508-itme-groups .m5508-groups-year {
  font-weight: bold;
  float: left;
  padding-left: calc(100vw * 70 / 1920);
  font-size: calc(100vw * 18 / 1920);
  width: calc(100vw * 150 / 1920);
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
}

@media (max-width: 1199px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year {
    padding-left: 5rem;
    font-size: 1.2857142857rem;
    width: 10.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year {
    padding-left: 6.3636363636rem;
    font-size: 1.6363636364rem;
    width: 13.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year {
    padding-left: 6.3636363636rem;
    font-size: 1.6363636364rem;
    width: 13.6363636364rem;
  }
}

.m5508-people-list-w .m5508-itme-groups .m5508-groups-year::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  background: #ADA5A5;
  top: calc(100vw * 19 / 1920);
  width: calc(100vw * 50 / 1920);
}

@media (max-width: 1199px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year::before {
    top: 1.3571428571rem;
    width: 3.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year::before {
    top: 1.7272727273rem;
    width: 4.5454545455rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year::before {
    top: 1.7272727273rem;
    width: 4.5454545455rem;
  }
}

@media (max-width: 1199px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year {
    height: 2.8571428571rem;
    line-height: 2.8571428571rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year {
    height: 3.6363636364rem;
    line-height: 3.6363636364rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-year {
    height: 3.6363636364rem;
    line-height: 3.6363636364rem;
  }
}

.m5508-people-list-w .m5508-itme-groups .m5508-groups-box {
  overflow: hidden;
}

.m5508-people-list-w .m5508-itme-groups .m5508-groups-box .m5508-box-s {
  display: block;
  text-align: center;
  background: #F7F6F6;
  border-radius: 20px;
  color: #333333;
  float: left;
  min-width: calc(100vw * 100 / 1920);
  height: calc(100vw * 40 / 1920);
  line-height: calc(100vw * 40 / 1920);
  margin-right: calc(100vw * 10 / 1920);
  border-radius: calc(100vw * 20 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
  font-size: calc(100vw * 16 / 1920);
  padding-left: calc(100vw * 16 / 1920);
  padding-right: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-box .m5508-box-s {
    min-width: 7.1428571429rem;
    height: 2.8571428571rem;
    line-height: 2.8571428571rem;
    margin-right: 0.7142857143rem;
    border-radius: 1.4285714286rem;
    margin-bottom: 1.0714285714rem;
    font-size: 1.1428571429rem;
    padding-left: 1.1428571429rem;
    padding-right: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-box .m5508-box-s {
    min-width: 9.0909090909rem;
    height: 3.6363636364rem;
    line-height: 3.6363636364rem;
    margin-right: 0.9090909091rem;
    border-radius: 1.8181818182rem;
    margin-bottom: 1.3636363636rem;
    font-size: 1.4545454545rem;
    padding-left: 1.4545454545rem;
    padding-right: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-people-list-w .m5508-itme-groups .m5508-groups-box .m5508-box-s {
    min-width: 9.0909090909rem;
    height: 3.6363636364rem;
    line-height: 3.6363636364rem;
    margin-right: 0.9090909091rem;
    border-radius: 1.8181818182rem;
    margin-bottom: 1.3636363636rem;
    font-size: 1.4545454545rem;
    padding-left: 1.4545454545rem;
    padding-right: 1.4545454545rem;
  }
}

.m5508-people-list-w .m5508-itme-groups .m5508-groups-box .m5508-box-s:hover {
  background: #A98E77;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .m5508-index-notice-anno {
    margin-bottom: 25px;
  }
}

.m5508-phone-none {
  display: none !important;
}

.m5508-orga-groups-swzd .m5508-main-cont {
  overflow: hidden;
  border-radius: 10px;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-orga-groups-swzd .m5508-main-cont {
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-orga-groups-swzd .m5508-main-cont {
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-orga-groups-swzd .m5508-main-cont {
    border-radius: 0.9090909091rem;
  }
}

.m5508-orga-groups-swzd .m5508-main-cont img {
  display: block;
  width: 100%;
}

.m5508-lab-mod-yqsb {
  position: relative;
  padding-bottom: calc(100vw * 30 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb {
    padding-bottom: 2.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb {
    padding-bottom: 2.7272727273rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb {
    padding-bottom: 2.7272727273rem;
  }
}

.m5508-lab-mod-yqsb .m5508-box-s {
  margin-bottom: calc(100vw * 34 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s {
    margin-bottom: 2.4285714286rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s {
    margin-bottom: 3.0909090909rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s {
    margin-bottom: 3.0909090909rem;
  }
}

.m5508-lab-mod-yqsb .m5508-box-s:hover .m5508-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.m5508-lab-mod-yqsb .m5508-box-s:hover .m5508-info-txt {
  color: #A98E77;
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  border-radius: calc(100vw * 10 / 1920);
  margin-bottom: calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img {
    border-radius: 0.7142857143rem;
    margin-bottom: 1.0714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.3636363636rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img {
    border-radius: 0.9090909091rem;
    margin-bottom: 1.3636363636rem;
  }
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: calc(100vw * 215 / 1920);
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img img {
    height: 15.3571428571rem;
    border-radius: 0.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img img {
    height: 19.5454545455rem;
    border-radius: 0.9090909091rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img img {
    height: 19.5454545455rem;
    border-radius: 0.9090909091rem;
  }
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img .m5508-title-s {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img .m5508-title-s::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 70px;
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img .m5508-title-s span {
  position: absolute;
  line-height: 1.6;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 2;
  text-align: center;
  font-size: calc(100vw * 16 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img .m5508-title-s span {
    font-size: 1.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img .m5508-title-s span {
    font-size: 1.4545454545rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-box-img .m5508-title-s span {
    font-size: 1.4545454545rem;
  }
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-box-info {
  display: block;
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: calc(100vw * 44 / 1920);
  line-height: calc(100vw * 22 / 1920);
  color: #333333;
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
    height: 3.1428571429rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
    height: 4rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
    height: 4rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
    line-height: 1.5714285714rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
    line-height: 2rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt {
    height: auto;
    line-height: 1.6;
    display: block;
  }
}

.m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
  color: #666666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(100vw * 24 / 1920);
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
    height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
    height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
    height: 2.1818181818rem;
  }
}

@media (max-width: 1199px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
    line-height: 1.7142857143rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
    line-height: 2.1818181818rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-yqsb .m5508-box-s .m5508-info-txt02 {
    white-space: normal;
    height: auto;
    line-height: 1.6;
  }
}




/* 20260602 */
.m5508-lab-mod-jcsj {
  padding-bottom: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-lab-mod-jcsj {
    padding-bottom: 4.28571rem;
  }
}

@media (max-width: 991px) {
  .m5508-lab-mod-jcsj {
    padding-bottom: 5.45455rem;
  }
}

@media (max-width: 767px) {
  .m5508-lab-mod-jcsj {
    padding-bottom: 5.45455rem;
  }
}

.m5508-jcsj-video {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  border-radius: calc(100vw * 10 / 1920);
}

@media (max-width: 1199px) {
  .m5508-jcsj-video {
    border-radius: 0.71429rem;
  }
}

@media (max-width: 991px) {
  .m5508-jcsj-video {
    border-radius: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .m5508-jcsj-video {
    border-radius: 0.90909rem;
  }
}

.m5508-jcsj-video:hover .m5508-img-box img {
  transform: scale(1.1);
}

.m5508-jcsj-video:hover .m5508-title div {
  color: #A98E77;
}

.m5508-jcsj-video .m5508-img-box {
  height: calc(100vw * 187 / 1920);
  border-radius: calc(100vw * 10 / 1920);
  overflow: hidden;
  position: relative;
}

@media (max-width: 1199px) {
  .m5508-jcsj-video .m5508-img-box {
    height: 13.35714rem;
    border-radius: 0.71429rem;
  }
}

@media (max-width: 991px) {
  .m5508-jcsj-video .m5508-img-box {
    height: 17rem;
    border-radius: 0.90909rem;
  }
}

@media (max-width: 767px) {
  .m5508-jcsj-video .m5508-img-box {
    height: 17rem;
    border-radius: 0.90909rem;
  }
}

.m5508-jcsj-video .m5508-img-box::before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-image: url("https://www.powersalesteam.com/images/ibpzw2024-icon-05.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: calc(100vw * 60 / 1920);
}

@media (max-width: 1199px) {
  .m5508-jcsj-video .m5508-img-box::before {
    background-size: 4.28571rem;
  }
}

@media (max-width: 991px) {
  .m5508-jcsj-video .m5508-img-box::before {
    background-size: 5.45455rem;
  }
}

@media (max-width: 767px) {
  .m5508-jcsj-video .m5508-img-box::before {
    background-size: 5.45455rem;
  }
}

.m5508-jcsj-video .m5508-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.m5508-jcsj-video .m5508-title {
  padding: calc(100vw * 15 / 1920) calc(100vw * 15 / 1920);
}

@media (max-width: 1199px) {
  .m5508-jcsj-video .m5508-title {
    padding: 1.07143rem 1.07143rem;
  }
}

@media (max-width: 991px) {
  .m5508-jcsj-video .m5508-title {
    padding: 1.36364rem 1.36364rem;
  }
}

@media (max-width: 767px) {
  .m5508-jcsj-video .m5508-title {
    padding: 1.36364rem 1.36364rem;
  }
}

.m5508-jcsj-video .m5508-title div {
  text-align: center;
  color: #333333;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: calc(100vw * 48 / 1920);
  font-size: calc(100vw * 16 / 1920);
  line-height: calc(100vw * 24 / 1920);
}

@media (max-width: 1199px) {
  .m5508-jcsj-video .m5508-title div {
    height: 3.42857rem;
    font-size: 1.14286rem;
    line-height: 1.71429rem;
  }
}

@media (max-width: 991px) {
  .m5508-jcsj-video .m5508-title div {
    height: 4.36364rem;
    font-size: 1.45455rem;
    line-height: 2.18182rem;
  }
}

@media (max-width: 767px) {
  .m5508-jcsj-video .m5508-title div {
    height: 4.36364rem;
    font-size: 1.45455rem;
    line-height: 2.18182rem;
  }
}

:root{--ms-accent:#5c4a32;--ms-radius:7px;--ms-line:1.74;--ms-gap:10px;}
