.card-1 {
  background: url("../images/product/BG1.jpg") no-repeat center center;
  background-size: 100% 100%;
  /* width: 120em; */
  height: 67.5em;
}
.card-1 .system-bg1 {
  width: 101.1875em;
  height: 49em;
}

.card-1 .system-bg2 {
  position: relative;
  width: 100%;
  height: 41.875em;
}

.card-1 .system-bg2 > img {
  position: absolute;
  width: 46.5625em;
  box-shadow: 20px -8px 15px #979797;
}
.card-1 .system-bg2 img:nth-of-type(1) {
  top: 51%;
  left: 42%;
  transform: translate(-50%, -50%);
  -webkit-box-reflect: below 10px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
  z-index: 3;
}

.card-1 .system-bg2 img:nth-of-type(2) {
  top: 13%;
  left: 30%;
  z-index: 2;
}

.card-1 .system-bg2 img:nth-of-type(3) {
  top: 5%;
  left: 35%;
  z-index: 1;
}

.card-1 .system-bg3 {
  width: 76.5625em;
  height: 52em;
  margin: 0 auto;
}

.card-2 {
  background: url("../images/product/BG2.jpg") no-repeat center center;
  background-size: 100% 100%;
  /* width: 120em; */
  height: 67.5em;
}

.card-2 .system-bg1 {
  width: 56.75em;
  height: 30.0625em;
  margin: 4.3125em auto 3.5625em;
}

.card-3 {
  background: url("../images/product/BG3.png") no-repeat center center;
  background-size: 100% 100%;
  /* width: 120em; */
  height: 67.5em;
}

.card-3 .system-bg1 {
  width: 77.652em;
  height: 47.5625em;
  margin: 0 auto;
}

.card-4 {
  background: url("../images/product/BG1.jpg") no-repeat center center;
  background-size: 100% 100%;
  /* width: 120em; */
  height: 67.5em;
}

.card-4 .system-bg1 {
  width: 64.375em;
  height: 54em;
  margin: 0 auto;
}

.card-4 .system-bg2 {
  width: 60em;
  height: 45.5625em;
  margin: 0 auto 4em;
}

.card-4 .system-bg3 {
  width: 78.0625em;
  height: 55.9375em;
  margin: 0 auto;
}

.card-5 {
  background: url("../images/product/BG4.png") no-repeat center center;
  background-size: 100% 100%;
  /* width: 120em; */
  height: 67.5em;
}

.card-5 .system-bg1 {
  width: 100%;
  height: 56.25em;
  margin: 0 auto;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-slide .swiper-img {
  width: 56.75em;
  height: 31.9375em;
  margin: 0 auto;
}
.swiper-slide .swiper-text {
  font-size: 1.125em;
  font-weight: bold;
  text-indent: 2em;
  width: 50.444em;
  margin: 0 auto;
}
.swiper-slide h2 {
  font-size: 2em;
  font-weight: bold;
  color: #222222;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}
.swiper-slide .swiper-table {
  font-size: 1.125em;
  width: 50.444em;
  color: #222222;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 0.5em;
}
.swiper-slide .swiper-table .table-one {
  border-bottom: 1px solid #DDDDDD;
}
.swiper-slide .swiper-table .table-one,.swiper-slide .swiper-table .table-two {
  display: flex;
  justify-content: flex-start;
}
.swiper-slide .swiper-table .table-one p:last-child,.swiper-slide .swiper-table .table-two p:last-child {
  border-right: 0;
}
.swiper-slide .swiper-table p {
  width: 16.66667em;
  height: 1.77778em;
  line-height: 1.77778em;
  margin: 0.5em 0;
  border-right: 1px solid #DDDDDD;
  padding-left: 0.8em;
}
.swiper-button-next, .swiper-button-prev {
  color:#727272 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 3.125em !important;
}

.gallery-top {
  height: 83%;
  width: 100%;
}
.gallery-thumbs {
  height: 17%;
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 1;
  filter: brightness(0.5);
  margin-right: 2px;
  border-radius: 8px;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  filter: brightness(1);
  border: 2px solid #19A179;
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.4);
}

.icon-list {
  width: 50em;
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.icon-list {
  text-align: center;
}
.icon-list .icon-item img {
  width: 7.3825em;
}
.icon-list .icon-item p {
  margin-top: 1em;
  font-weight: bold;
}

.info-list {
  width: 58em;
  height: 6em;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: -4em;
  margin-left: 15em;
}

.info-list .info-item {
  display: flex;
  width: 17em;
}

.info-list .info-item img {
  transform: rotate(45deg);
  width: 1.5875em;
  height: 1.5875em;
  margin-right: 1em;
}

.info-list .info-item p {
  font-weight: bold;
}

.has-filter {
  filter: brightness(0.4);
}
