* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
.column-title {
  font-size: 2.1875vw;
  padding: 4.1667vw 0 2.6042vw;
  text-align: center;
  font-weight: bold;
}
.m {
  display: none;
}
.wrap {
  padding: 0 9.5833vw;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullets {
  width: 100%;
  bottom: 1vw;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.5729vw;
  height: 0.5729vw;
  background: #fff;
  opacity: 1;
  margin: 0 10px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #288ae3;
}
.select-product {
  position: relative;
  padding-bottom: 2.6041vw;
}
.select-product .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 74.4vw;
  background: #e3e3e3;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  height: 11px;
}
.select-product .swiper-scrollbar .swiper-scrollbar-drag {
  background: #007aff url('/resource/Images/Awards/home2021/scroll-icon.png');
  background-size: 10px 5px;
  background-position: center center;
  background-repeat: no-repeat;
}
.select-product .swiper-container {
  padding: 1px 0;
}
.select-product .swiper-container .swiper-slide {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #fff;
  min-height: 100%;
  height: auto;width: 23% !important;
  margin-right: 0 !important;
}
.select-product .swiper-container .swiper-slide:hover {
  background: #007aff;
}
.select-product .swiper-container .swiper-slide:hover .product-content {
  color: #fff;
}
.select-product .swiper-container .swiper-slide:hover .product-content img {
  display: none;
}
.select-product .swiper-container .swiper-slide:hover .product-content img.active {
  display: inline-block;
}
.select-product .swiper-container .swiper-slide:hover .product-content h2,
.select-product .swiper-container .swiper-slide:hover .product-content p,
.select-product .swiper-container .swiper-slide:hover .product-content span {
  color: #fff;
}
.select-product .product-content {
  padding: 2.6041vw 1.8229vw 1.5625vw;
  text-align: center;
  display: block;
}
.select-product .product-content img {
 width: auto;
    height: 6vw;
}
.select-product .product-content img.active {
  display: none;
}
.select-product .product-content h2 {
  font-size: 1.3517vw;
  padding: 0.9375vw 0;
  margin-bottom: 1.3021vw;
  position: relative;
  font-weight: bold;
  color: black;
}
.select-product .product-content h2::before {
  content: "";
  width: 44px;
  height: 2px;
  background: #9dccff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.select-product .product-content p {
  color: #5a6168;
  line-height: 1.65;
  font-size: 1.0417vw;
  padding-bottom: 1.5625vw;
  text-align: left;
}
.select-product .product-content span {
  color: #5a6168;
  font-size: 1.0417vw;
}
.solution ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.0417vw;
  margin-right: -1.0417vw;
  margin-bottom: -1.0417vw;
}
.solution ul li {
  width: calc(33.333% - 2.0834vw);
  margin: 0 1.0417vw 1.0417vw;
  display: none;
}
.solution ul li.active {
  display: block;
}
.solution ul li img {
  width: 100%;
}
.solution ul li h2 {
  font-size: 1.3542vw;
  font-weight: bold;
  line-height: 1.3;
  padding: 1.8229vw 0 1.0417vw;
  color: black;
}
.solution ul li h2 span {
  display: block;
}
.solution ul li p {
  font-size: 1.1979vw;
  padding-bottom: 1.7188vw;
  color: black;
}
.solution ul li span {
  font-size: 1.0417vw;
  color: #0586ef;
}
.look-more-solution {
  padding: 1.9792vw 0 2.6042vw;
  text-align: center;
}
.look-more-solution span {
  font-size: 1.0417vw;
  color: #0586ef;
  cursor: pointer;
}
@media (max-width: 768px) {
  .pc {
    display: none;
}
.m {
  display: inline-block;
}
.column-title {
  font-size: 4.6667vw;
  padding: 6.6667vw 0 4.6667vw;
}
.wrap {
  padding: 0 2.2667vw;
}
.banner .swiper-pagination-bullets {
  bottom: 6vw;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 1.4667vw;
  height: 1.4667vw;
  margin: 0 5px;
}
.select-product {
  padding: 0 2.2667vw 6.6667vw;
}
.select-product .swiper-scrollbar {
  width: calc(100% - 4.5334vw);
  left: 2.2667vw;
  border-radius: 20px;
  transform: translateY(0);
}
.select-product .product-content {
  padding: 4.6667vw 2vw 3.333vw;
}
.select-product .product-content img {
  width: 13vw;
}
.select-product .product-content h2 {
  font-size: 3.2vw;
  padding: 2.6667vw 0 1.3333vw;
  margin-bottom: 4vw;
}
.select-product .product-content h2::before {
  width: 22px;
}
.select-product .product-content p {
  line-height: 1.4;
  font-size: 3.2vw;
}
.select-product .product-content span {
  font-size:2.2vw;
}
.solution ul {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
}
.solution ul li {
  width: 100%;
  margin: 0 0 8.6667vw;
}
.solution ul li h2 {
  font-size: 3.4667vw;
  line-height: 1;
  padding: 4vw 0 2.6667vw;
}
.solution ul li h2 span {
  display: inline;
  margin-left: 1vw;
}
.solution ul li p {
  font-size: 3.2vw;
  padding-bottom: 3.3333vw;
}
.solution ul li span {
  font-size: 3.2vw;
}
.look-more-solution {
  padding: 0 0 7.3333vw;
}
.look-more-solution span {
  font-size: 3.2vw;
}
}
