@charset "UTF-8";
.wrapper .kv {
  position: relative;
  background: #e3eaf3;
}
.wrapper .kv .front {
  margin-top: -3%;
}
.wrapper .kv .front .model {
  margin-left: 24.26%;
  margin-right: -5%;
  width: 35.33%;
  display: inline-block;
}
.wrapper .kv .front .kv-text {
  display: inline-block;
  width: 30.46%;
  text-align: center;
  vertical-align: bottom;
  margin-bottom: calc(80px + 1%);
  margin-left: -3.5%;
  position: relative;
  z-index: 2;
}
.wrapper .kv .front .kv-text img {
  width: 48.36%;
}
.wrapper .kv .front .kv-text h6, .wrapper .kv .front .kv-text h5 {
  color: #0e3452;
  font-weight: bold;
}
.wrapper .kv .front .kv-text h6 {
  font-size: 1.95rem;
  margin: 6% 0 4% 0;
}
.wrapper .kv .front .kv-text h5:nth-child(3) {
  font-size: 4.91rem;
}
.wrapper .kv .front .kv-text h5:nth-child(4) {
  font-size: 3.22rem;
}
.wrapper .kv .back {
  width: 24.93%;
  position: absolute;
  bottom: -6%;
  margin-left: 11.5%;
  z-index: 1;
}
.wrapper .kv .back .back-img {
  width: 36.01%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  margin-bottom: 2%;
}
.wrapper .kv .back .back-img img {
  width: 85%;
}
.wrapper .kv .back .back-img p {
  color: #fff;
  margin-top: 8px;
  font-size: 1rem;
}
.wrapper .kv .back .kv-product {
  width: 37.43%;
  display: inline-block;
  vertical-align: bottom;
}
.wrapper .kv .back .kv-product img:nth-child(2) {
  margin-top: -4px;
}
.wrapper .kv:after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: -6%;
}
.wrapper .video-content {
  background-color: #0079d4;
  background-image: url(../images/index/bg_video.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  margin-top: 3%;
}
.wrapper .video-content .video-title {
  color: #fff;
  margin-bottom: 25px;
}
.wrapper .video-content .video-title div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .video-content .video-title h1 {
  font-size: 2.02875rem;
  text-align: center;
}
.wrapper .video-content .video-title p {
  padding-left: 2%;
  font-size: 2.023125rem;
  font-family: "微軟正黑體", Arial;
}
.wrapper .video-content .video-title small {
  font-size: 16px;
  display: block;
  line-height: 1.5;
  margin: 20px auto 0;
}
.wrapper .video-content .video-box {
  position: relative;
  width: 100%;
}
.wrapper .video-content .video-box .video-slider {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 640px;
  overflow: hidden;
}
.wrapper .video-content .video-box .video-slider .video-list {
  position: relative;
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
}
.wrapper .video-content .video-box .video-slider .video-list:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .video-content .video-box .video-slider .video-list .video-item {
  float: left;
}
.wrapper .video-content .video-box .video-slider img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.wrapper .video-content .video-box .video-slider .video-inner {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.wrapper .video-content .video-box .video-slider .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper .video-content .video-box .video-contral .video-left, .wrapper .video-content .video-box .video-contral .video-right {
  position: absolute;
  top: 50%;
  left: calc((100% - 640px)/2 - 60px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  text-align: center;
  margin-top: -30px;
  opacity: 0;
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  pointer-events: none;
}
.wrapper .video-content .video-box .video-contral .video-left img, .wrapper .video-content .video-box .video-contral .video-right img {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(90deg);
}
.wrapper .video-content .video-box .video-contral .video-left:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.wrapper .video-content .video-box .video-contral .video-right {
  left: auto;
  right: calc((100% - 640px)/2 - 60px);
}
.wrapper .video-content .video-box .video-contral .video-right:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.wrapper .video-content .video-box .video-contral .video-right img {
  transform: rotate(-90deg);
}
.wrapper .video-content .video-box .video-contral .video-left.active, .wrapper .video-content .video-box .video-contral .video-right.active {
  opacity: 1;
  pointer-events: auto;
}
.wrapper .video-content .video-box .video-contral .video-dots {
  text-align: center;
}
.wrapper .video-content .video-box .video-contral .video-dots ul li {
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 10px 5px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.wrapper .video-content .video-box .video-contral .video-dots ul li.active {
  opacity: 1;
}
.wrapper .video-content .video-text {
  padding: 0 3% 2% 3%;
}
.wrapper .video-content .video-text p {
  font-size: 0.75rem;
  color: #fff;
  float: left;
  max-width: 78.87%;
  margin-top: 4%;
}
.wrapper .video-content .video-text p span {
  display: block;
  font-size: 0.75rem;
}
.wrapper .video-content .video-text .video-btn {
  width: 21.13%;
  float: right;
  cursor: pointer;
}
.wrapper .video-content .video-text:after {
  content: "";
  clear: both;
  display: block;
}
.wrapper .introduce {
  background-image: url(../images/index/bg_introduce.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 7.7% 0;
}
.wrapper .introduce .introduce-0 {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-left: 6%;
  position: relative;
  padding-top: 7%;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(1) {
  position: relative;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(1) img {
  width: 17.58%;
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(1) .introduce-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
  width: 68%;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(1) .introduce-title h5, .wrapper .introduce .introduce-0 .introduce-box:nth-child(1) .introduce-title h2 {
  font-size: 3.1443rem;
  color: #0775b8;
  letter-spacing: 0px;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(1) .introduce-title p, .wrapper .introduce .introduce-0 .introduce-box:nth-child(1) .introduce-title h5 span, .wrapper .introduce .introduce-0 .introduce-box:nth-child(1) .introduce-title h2 span {
  font-size: 1.8rem;
  color: #0775b8;
  display: block;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(1) .introduce-title span {
  position: absolute;
  font-size: 0.73875rem;
  color: #fff;
  background: #006db5;
  display: inline;
  top: -20px;
  right: 4px;
  padding: 2px 15%;
  text-transform: uppercase;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(2) {
  padding: 5.2% 0 0 27%;
  width: 100%;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(2) ul li {
  width: 9.21%;
  float: left;
  margin-right: 4.5%;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(2) ul li img {
  aspect-ratio: 1/2.34;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(2):after {
  content: "";
  clear: both;
  display: block;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(3) {
  margin-top: 4.7%;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(3) ul li {
  position: relative;
  background-color: #e6f3fd;
  width: 92%;
  padding: 3.8% 3.5%;
  box-sizing: border-box;
  margin-bottom: 6.5%;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(3) ul li span {
  color: #0676b8;
  text-transform: uppercase;
  position: absolute;
  top: -1.1525rem;
  left: 15px;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 1.1525rem;
  line-height: 1;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(3) ul li p {
  color: #586b7a;
  font-size: 1.44rem;
  letter-spacing: 0px;
}
.wrapper .introduce .introduce-0 .introduce-box:nth-child(3) ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  color: red;
  width: 9px;
  height: 25px;
  background-color: #0775b8;
}
.wrapper .introduce .introduce-1 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 4%;
  padding-top: 7%;
}
.wrapper .introduce .introduce-1:after {
  content: "";
  display: block;
  position: absolute;
  top: 7%;
  right: 0;
  width: 2px;
  height: 96.5%;
  background: url(../images/index/dot.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(1) {
  position: relative;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(1) img {
  width: 17.2%;
  display: inline-block;
  vertical-align: middle;
  aspect-ratio: 1/1;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(1) .introduce-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3%;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(1) .introduce-title h5, .wrapper .introduce .introduce-1 .introduce-box:nth-child(1) .introduce-title h2 {
  font-size: 3.1443rem;
  color: #0775b8;
  letter-spacing: 0px;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(1) .introduce-title p, .wrapper .introduce .introduce-1 .introduce-box:nth-child(1) .introduce-title h5 span, .wrapper .introduce .introduce-1 .introduce-box:nth-child(1) .introduce-title h2 span {
  font-size: 1.8rem;
  color: #0775b8;
  display: block;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(2) {
  margin-top: 12.5%;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(2) ul {
  width: 54%;
  display: inline-block;
  vertical-align: top;
  padding: 4% 0 0 1.5%;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(2) ul li {
  margin-bottom: 13%;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(2) ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #0775b8;
  width: 10px;
  height: 25px;
  margin-right: 10px;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(2) ul li p {
  font-size: 1.44rem;
  color: #0775b8;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: uppercase;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(2) img {
  width: 33.01%;
  display: inline-block;
  vertical-align: top;
  aspect-ratio: 1/1.2;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(3) {
  margin-top: 10%;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(3) ul {
  width: 88%;
  padding-left: 1.5%;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(3) ul li {
  float: left;
  width: 20%;
}
.wrapper .introduce .introduce-1 .introduce-box:nth-child(3) ul li img {
  aspect-ratio: 1/1.05;
}
.wrapper .introduce:after {
  content: "";
  clear: both;
  display: block;
}
.wrapper .product {
  padding-top: 6%;
  padding-bottom: 5%;
  box-shadow: 0 2px 3px 0px rgba(35, 35, 35, 0.15);
  background: #fff;
}
.wrapper .product ul {
  display: table;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}
.wrapper .product .clean {
  margin-bottom: 0 !important;
}
.wrapper .product ul li {
  display: table-cell;
  border: 1px solid #0079d4;
  width: 33.33%;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.wrapper .product ul li img {
  width: 55%;
  height: auto;
  aspect-ratio: 1/0.852;
}
.wrapper .product ul li .product-content-0 {
  text-align: center;
  padding: 3% 0 0 0;
}
.wrapper .product ul li .product-content-0 > img {
  width: 22.4%;
}
.wrapper .product ul li .product-content-0 .product-text {
  position: relative;
  padding: 3.5% 5%;
  text-align: left;
  background: #0079d4;
  margin-top: 2%;
}
.wrapper .product ul li .product-content-0 .product-text h4, .wrapper .product ul li .product-content-0 .product-text h3 {
  font-size: 1.6543rem;
  color: #fff;
  font-weight: bold;
}
.wrapper .product ul li .product-content-0 .product-text p {
  font-size: 1.3rem;
  color: #fff;
  margin-top: 5px;
}
.wrapper .product ul li .product-content-0 .product-text img {
  position: absolute;
  width: 15px;
  top: 50%;
  margin-top: -4px;
  left: 90%;
  transform: rotate(-90deg);
}
.wrapper .product ul li .product-content-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 121, 212, 0.85);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.wrapper .product ul li .product-content-1 p {
  font-size: 1.1818rem;
  color: #fff;
  width: 88%;
  margin-left: 6%;
  text-align: justify;
  line-height: 1.4;
  letter-spacing: 0;
}
.wrapper .product ul li .product-content-1 p span {
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 5px;
}
.wrapper .product ul li .product-content-1 p.text-s {
  font-size: 0.975rem;
}
.wrapper .product ul li .product-content-1 > p:nth-child(1) {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}
.wrapper .product ul li .product-content-1 img {
  width: 19.8%;
  float: right;
  margin-right: 6%;
  margin-top: 3px;
}
.wrapper .product ul li .product-content-1 .product-content-price {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: -1px;
  width: calc(100% + 1px);
  left: 0;
  padding: 2.5%;
  box-sizing: border-box;
}
.wrapper .product ul li .product-content-1 .product-content-price p {
  color: #0079d4;
}
.wrapper .product ul li.product-title {
  background: url(../images/index/bg_product_blue.webp) no-repeat;
  background-size: cover;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
.wrapper .product ul li.product-title h2 {
  line-height: 1;
  font-size: 2.6775rem;
  color: #fff;
  margin-bottom: 10px;
}
.wrapper .product ul li.product-title p {
  line-height: 1;
  font-size: 1rem;
  color: #fff;
}
.wrapper .product ul li.product-title small {
  margin-top: 2rem;
  font-size: 70%;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 10%;
  width: 80%;
}
.wrapper .product ul li.product-box.show .product-content-0 .product-text img {
  transform: rotate(0deg);
}
.wrapper .product ul li.product-box.show .product-content-1 {
  opacity: 1;
}
.wrapper .product ul li.product-0 .product-content-0 .product-text {
  border-right: 1px solid #fff;
}
.wrapper .product ul li.product-1 .product-content-0 > img {
  width: 50.6%;
  margin-bottom: 4%;
}
.wrapper .product ul li.product-1 .product-content-1 img {
  width: 15%;
  transform: rotate(20deg);
  margin-top: -10px;
  margin-right: 8%;
}
.wrapper .product ul li.product-2 .product-content-0 > img {
  width: 22.2%;
}
.wrapper .product ul li.product-2 .product-content-0 .product-text {
  border-right: 1px solid #fff;
}
.wrapper .product ul li.product-2 .product-content-1 img {
  width: 16.4%;
  margin-top: -4px;
}
.wrapper .product ul li.product-3 .product-content-0 > img {
  width: 22.2%;
}
.wrapper .product ul li.product-3 .product-content-1 img {
  width: 15.8%;
  margin-top: -4px;
}

.green2_1Img {
  width: 22.2%;
}

.wrapper .product ul li.product-6 .product-content-1 img {
  width: 15.8%;
  margin-top: -4px;
}
.wrapper .product ul li.product-4 .product-content-0 > img {
  width: 38%;
}
.wrapper .product ul li.product-4 .product-content-0 > img.product-icon {
  position: absolute;
  top: 0;
  left: 78%;
  margin-top: 6.5%;
  width: 13%;
}
.wrapper .product ul li.product-4 .product-content-0 .product-text {
  border-right: 1px solid #fff;
}
.wrapper .product ul li.product-4 .product-content-1 span {
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 5px;
}
.wrapper .product ul li.product-5 .product-content-0 > img {
  width: 38%;
}
.wrapper .product ul li.product-5 .product-content-0 > img.product-icon {
  position: absolute;
  top: 0;
  left: 78%;
  margin-top: 6.5%;
  width: 13%;
}
.wrapper .product ul li.product-11 .product-content-1 span, .wrapper .product ul li.product-12 .product-content-1 span {
  display: block;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 5px;
}
.wrapper .product ul.green li {
  border: 1px solid #2fbb73;
}

.no-border {
  border-width: 0 !important;
}

.is-row-2 {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}
.is-row-2 .product-title {
  display: none !important;
}

@media (min-width: 768px) {
  .is-row-2 .product-title {
    display: table-cell !important;
  }
}
.wrapper .product ul.green li .product-content-0 .product-text {
  background: #2fbb73;
}
.wrapper .product ul.green li .product-content-1 {
  background: rgba(47, 187, 115, 0.85);
}
.wrapper .product ul.green li.product-title {
  background: url(../images/index/bg_product_green.webp) no-repeat;
  background-size: cover;
}
.wrapper .product ul.blue-green li {
  border: 1px solid #00adbb;
}
.wrapper .product ul.blue-green li.product-title {
  background: url(../images/index/bg_product_blue_green.webp) no-repeat;
  background-size: cover;
}
.wrapper .product ul.blue-green li .product-content-0 .product-text {
  background: #00adbb;
}
.wrapper .product ul.blue-green li .product-content-1 {
  background: rgba(0, 173, 187, 0.85);
}
.wrapper .product ul.purple li {
  border: 1px solid #572f88;
}
.wrapper .product ul.purple li.product-title {
  background: url(../images/index/bg_product_purple.webp) no-repeat;
  background-size: cover;
}
.wrapper .product ul.purple li .product-content-0 .product-text {
  background: #572f88;
}
.wrapper .product ul.purple li .product-content-1 {
  background: rgba(87, 47, 136, 0.85);
}
.wrapper .product ul.blue-dark li {
  border: 1px solid #033158;
}
.wrapper .product ul.blue-dark li.product-title {
  background: url(../images/index/bg_product_blue_dark.webp) no-repeat;
  background-size: cover;
}
.wrapper .product ul.blue-dark li .product-content-0 .product-text {
  background: #033158;
}
.wrapper .product ul.blue-dark li .product-content-1 {
  background: rgba(3, 49, 88, 0.85);
}
.wrapper .coupon {
  margin-top: 5.5%;
  padding-bottom: 5.5%;
  background: #fff;
}
.wrapper .coupon .coupon-title {
  padding-left: 2.5%;
  margin-top: -3px;
  width: 23.8%;
  display: inline-block;
  vertical-align: top;
}
.wrapper .coupon .coupon-title span {
  font-size: 0.6668rem;
  color: #fff;
  background: #cb000c;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 4px;
  transform: rotate(90deg);
}
.wrapper .coupon .coupon-title h5, .wrapper .coupon .coupon-title h1 {
  font-size: 2.785rem;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
.wrapper .coupon .coupon-paper {
  position: relative;
  width: 69%;
  display: inline-block;
  vertical-align: top;
  border: 4px dashed #0d95a6;
  border-bottom-right-radius: 50px;
  position: relative;
  padding: 3% 0 2.5% 3.5%;
  box-sizing: border-box;
  float: right;
  margin-bottom: 3%;
}
.wrapper .coupon .coupon-paper .logo {
  position: absolute;
  top: 0;
  right: 3%;
  margin-top: 2.6%;
  width: 26.31%;
}
.wrapper .coupon .coupon-paper .logo img {
  margin-bottom: 7%;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 {
  width: 42%;
  display: inline-block;
  vertical-align: bottom;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.text {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.65;
  width: 129%;
  margin-bottom: 3%;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.text span {
  font-size: 1.74rem;
  letter-spacing: 0.5px;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.money {
  margin: 0 0 3% 0;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.money span {
  margin-top: -9%;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.money span:nth-child(1) {
  font-size: 2.38375rem;
  background: #cb000c;
  color: #fff;
  line-height: 1;
  padding: 5px 7.5%;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.money span:nth-child(1):after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 3rem solid #fff;
  border-left: 1.5rem solid transparent;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.money span:nth-child(2) {
  font-size: 10.32875rem;
  color: #cb000c;
  line-height: 1;
  vertical-align: bottom;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 p.product {
  font-size: 2rem;
  color: #cb000c;
  line-height: 1;
  vertical-align: bottom;
  box-shadow: none;
  margin-top: 5%;
  display: inline-block;
  margin-right: 5%;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 img {
  width: 54.76%;
  display: block;
}
.wrapper .coupon .coupon-paper .coupon-paper-1 img.coupon_product {
  width: 10%;
  display: inline-block;
}
.wrapper .coupon .coupon-paper .coupon-paper-2 {
  width: 51%;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 3.5%;
}
.wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-text {
  display: inline-block;
  vertical-align: top;
  width: 71%;
}
.wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-text ul {
  margin-left: 5%;
  list-style-type: decimal;
}
.wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-text p, .wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-text li {
  font-size: 0.5375rem;
  color: #6a6a6a;
  letter-spacing: 0;
  margin-top: 2.1%;
}
.wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-qrcode {
  display: inline-block;
  vertical-align: bottom;
  width: 23%;
  margin-left: 5%;
}
.wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-qrcode p {
  text-align: center;
  font-size: 0.8325rem;
  color: #6a6a6a;
  margin-bottom: 5px;
}
.wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-qrcode img {
  width: 100%;
  margin: 0 auto;
}
.wrapper .coupon:after {
  content: "";
  display: block;
  clear: both;
}
.wrapper .sale-content {
  background: #0e3452;
  padding: 4.5% 0 14% 0;
}
.wrapper .sale-content h5, .wrapper .sale-content h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 2.785rem;
  color: #fff;
  margin-left: 6%;
}
.wrapper .sale-content .sale-store {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  margin-left: 10.5%;
  margin-top: 5px;
}
.wrapper .sale-content .sale-store h3 {
  font-size: 1.4081rem;
  color: #fff;
  margin-left: 10px;
  margin-bottom: 12px;
}
.wrapper .sale-content .sale-store ul {
  width: 100%;
  margin-bottom: 4.4%;
}
.wrapper .sale-content .sale-store ul li {
  float: left;
  width: 25%;
  padding-right: 1%;
  box-sizing: border-box;
}
.wrapper .sale-content .sale-store ul li img {
  aspect-ratio: 131/74;
}
.wrapper .sale-content .sale-store ul li.btn-store-content {
  cursor: pointer;
}
.wrapper .sale-content .sale-store ul:after {
  content: "";
  clear: both;
  display: block;
}
.wrapper .sale-content .sale-store p {
  font-size: 0.9375rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.9px;
}
.wrapper .store-content {
  padding: 4.5% 0;
}
.wrapper .store-content h5, .wrapper .store-content h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 2.785rem;
  color: #0e3452;
  margin-left: 6%;
}
.wrapper .store-content .store-outer {
  display: inline-block;
  vertical-align: top;
  width: 75.5%;
  margin-left: 3.5%;
  margin-top: 5px;
}
.wrapper .store-content .store-outer .store-map {
  width: 56%;
  height: 0;
  padding-bottom: 36.75%;
  display: inline-block;
  vertical-align: top;
}
.wrapper .store-content .store-outer .store-text {
  width: 42%;
  display: inline-block;
  vertical-align: top;
  padding-left: 3%;
  box-sizing: border-box;
}
.wrapper .store-content .store-outer .store-text .store-area {
  margin-bottom: 5px;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-title {
  position: relative;
  background: #0774cc;
  padding: 5% 9%;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-title p {
  font-size: 1.125rem;
  color: #fff;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-title img {
  position: absolute;
  top: 50%;
  width: 15px;
  right: 15px;
  transform: translateY(-50%) rotate(-90deg);
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list {
  padding: 0 9%;
  box-sizing: border-box;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul {
  display: none;
  padding: 3% 0;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li {
  margin-bottom: 5.5%;
  color: #0e3353;
  font-size: 0.9375rem;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li .store-name {
  font-size: 1rem;
  color: #0774cc;
  font-weight: bold;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li .store-addr {
  background: url(../../asset/images/index/store_addr.png) no-repeat 0 0.2rem;
  background-size: 1rem;
  padding-left: 20px;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li .store-phone-num {
  background: url(../../asset/images/index/store_phone.png) no-repeat 0 0.2rem;
  background-size: 1rem;
  padding-left: 20px;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li p {
  color: #0e3353;
  font-size: 0.9375rem;
  margin-bottom: 1%;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li .store-name p {
  font-size: 1rem;
  color: #0774cc;
  font-weight: bold;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li .store-name small {
  color: red;
  font-size: 0.7rem;
  display: block;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num {
  display: none;
  text-align: center;
  padding-bottom: 3%;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num div, .wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num ul {
  display: inline-block;
  vertical-align: middle;
  color: #0774cc;
  font-size: 0.9375rem;
  margin-bottom: 0;
  padding: 0 2.5px;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num li {
  display: inline-block;
  vertical-align: middle;
  color: #0774cc;
  font-size: 0.9375rem;
  margin-bottom: 0;
  padding: 0 2.5px;
  cursor: pointer;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num > div {
  cursor: pointer;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num .store-page-pre.hide, .wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num .store-page-next.hide {
  opacity: 0;
  cursor: default;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul.active {
  display: block;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul.active ~ .store-page-num {
  display: block;
}
.wrapper .store-content .store-outer .store-text .store-area .store-area-list ul.active ~ .store-page-num ul li.active {
  text-decoration: underline;
}
.wrapper .store-content .store-outer .store-text .store-area.active .store-area-title img {
  transform: translateY(-50%) rotate(0);
}
.wrapper .ugc {
  padding: 4.5% 0;
}
.wrapper .ugc h5, .wrapper .ugc h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 2.785rem;
  color: #0e3452;
  margin-left: 6%;
}
.wrapper .ugc .ugc-outer {
  display: inline-block;
  vertical-align: top;
  width: 75.5%;
  margin-left: 3.5%;
}
.wrapper .ugc .ugc-outer .ugc-box {
  margin-bottom: 3%;
  display: table;
  border-collapse: separate;
  border-spacing: 15px;
  width: 100%;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-img {
  width: 40%;
  display: table-cell;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
  border: 2px dashed #0774cc;
  margin-right: 3%;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-img img {
  aspect-ratio: 3/2;
  width: 100%;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  background: rgba(7, 116, 204, 0.85);
  padding: 15px;
  position: relative;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content h3 {
  font-size: 1.74rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  height: 2px;
  border-top: 2px dashed #fff;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content p {
  font-size: 1.125rem;
  color: #fff;
  text-align: justify;
  margin: 10px 0;
  line-height: 1.6;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content p span {
  font-weight: bold;
  font-size: inherit;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content .ugc-btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content .ugc-btn a {
  background: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  display: inline-block;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content .ugc-btn a span {
  font-size: 1rem;
  color: #0774cc;
  display: inline-block;
  vertical-align: middle;
}
.wrapper .ugc .ugc-outer .ugc-box .ugc-content .ugc-btn a img {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transform: rotate(-90deg);
}
.wrapper .btn-more {
  position: fixed;
  top: 210px;
  margin-top: 5%;
  right: 0;
  padding: 15px 15px 15px 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 8;
  cursor: pointer;
  transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  opacity: 0;
  pointer-events: none;
}
.wrapper .btn-more img {
  width: 15px;
}
.wrapper .btn-more.show {
  opacity: 1;
  pointer-events: auto;
}

body.mo .wrapper .kv .front .model {
  width: 61.92%;
  margin-left: -21.05%;
  margin-top: -3%;
}
body.mo .wrapper .kv .front .kv-text {
  width: 45.12%;
  margin-bottom: 11%;
  margin-left: 12.5%;
}
body.mo .wrapper .kv .front .kv-text img {
  width: 63.37%;
}
body.mo .wrapper .kv .front .kv-text h6 {
  font-size: 1.45125rem;
}
body.mo .wrapper .kv .front .kv-text h5:nth-child(3) {
  font-size: 3.6443rem;
}
body.mo .wrapper .kv .front .kv-text h5:nth-child(4) {
  font-size: 2.3893rem;
}
body.mo .wrapper .kv .back {
  width: 100%;
  bottom: -18%;
  margin-left: 5.5%;
}
body.mo .wrapper .kv .back .back-img {
  width: 29.56%;
  margin-bottom: 1%;
}
body.mo .wrapper .kv .back .back-img img {
  width: 49.26%;
}
body.mo .wrapper .kv .back .back-img p {
  font-size: 0.75rem;
  margin-top: 4px;
}
body.mo .wrapper .kv .back .kv-product {
  width: 17.36%;
  margin-left: -2%;
}
body.mo .wrapper .kv:after {
  bottom: -76px;
}
body.mo .wrapper .video-content {
  padding-top: calc(0px + 6%);
}
body.mo .wrapper .video-content .video-title {
  display: block;
  text-align: center;
}
body.mo .wrapper .video-content .video-title h1 {
  font-size: 2.57rem;
  letter-spacing: 0;
}
body.mo .wrapper .video-content .video-title span {
  display: block;
  font-size: 2.5625rem;
}
body.mo .wrapper .video-content .video-box .video-contral .video-left {
  left: -2%;
  border-radius: 0;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -40px;
}
body.mo .wrapper .video-content .video-box .video-contral .video-right {
  left: -2%;
  border-radius: 0;
  height: 50px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -40px;
  left: auto;
  right: -2%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
body.mo .wrapper .video-content .video-text {
  padding: 12% 0 5px 3%;
}
body.mo .wrapper .video-content .video-text p {
  max-width: 53.86%;
  margin-top: 4px;
}
body.mo .wrapper .video-content .video-text p span {
  display: inline;
}
body.mo .wrapper .video-content .video-text .video-btn {
  width: 46.14%;
}
body.mo .wrapper .introduce {
  padding: 9% 0 8.7% 0;
}
body.mo .wrapper .introduce .introduce-0, body.mo .wrapper .introduce .introduce-1 {
  float: none;
  width: 96%;
  padding-left: 0;
  margin: 0 auto;
}
body.mo .wrapper .introduce .introduce-0 {
  padding-bottom: 7%;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:first-child img {
  width: 19.94%;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:first-child .introduce-title h5, body.mo .wrapper .introduce .introduce-0 .introduce-box:first-child .introduce-title h2 {
  font-size: 2.3rem;
  letter-spacing: 2px;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:first-child .introduce-title p, body.mo .wrapper .introduce .introduce-0 .introduce-box:first-child .introduce-title h5 span, body.mo .wrapper .introduce .introduce-0 .introduce-box:first-child .introduce-title h2 span {
  font-size: 1.5625rem;
  letter-spacing: 3.5px;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:first-child .introduce-title span {
  letter-spacing: 0;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:nth-child(2) {
  padding: 6.2% 0 0 27%;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:nth-child(2) ul li {
  width: 12.21%;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:nth-child(3) {
  margin-top: 5.7%;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:nth-child(3) ul li {
  padding: 3.8% 1.5%;
  width: 100%;
  margin-bottom: 7.5%;
}
body.mo .wrapper .introduce .introduce-0 .introduce-box:nth-child(3) ul li:before {
  top: -18px;
}
body.mo .wrapper .introduce .container {
  display: flex;
  flex-wrap: wrap-reverse;
}
body.mo .wrapper .introduce .introduce-1 {
  padding-top: 14.5%;
  padding-bottom: 7%;
}
body.mo .wrapper .introduce .introduce-1:after {
  content: "";
  display: block;
  background-size: 100% auto;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-repeat: repeat-x;
  background: url(../images/index/dot_mo.png);
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:first-child img {
  width: 20.12%;
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:first-child .introduce-title h5, body.mo .wrapper .introduce .introduce-1 .introduce-box:first-child .introduce-title h2 {
  font-size: 2.4931rem;
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:first-child .introduce-title p, body.mo .wrapper .introduce .introduce-1 .introduce-box:first-child .introduce-title h5 span, body.mo .wrapper .introduce .introduce-1 .introduce-box:first-child .introduce-title h2 span {
  font-size: 1.5625rem;
  letter-spacing: 3.5px;
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:nth-child(2) {
  margin-top: 8.5%;
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:nth-child(2) ul li:before {
  margin-right: 0px;
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:nth-child(2) ul li p {
  font-size: 1.25rem;
  width: calc(100% - 18px);
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:nth-child(2) img {
  margin-left: 8%;
  width: 34.01%;
}
body.mo .wrapper .introduce .introduce-1 .introduce-box:nth-child(3) ul {
  width: 97%;
}
body.mo .wrapper .product ul {
  display: block;
}
body.mo .wrapper .product ul li {
  display: block;
  width: 93%;
  margin: 15px auto;
}
body.mo .wrapper .product ul li .product-content-0 .product-text {
  padding: 4.5% 5%;
}
body.mo .wrapper .product ul li .product-content-1 {
  position: relative;
  background: #0079d4;
  padding: 2.5% 5% 0% 5%;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
body.mo .wrapper .product ul li .product-content-1 .product-content-price {
  position: relative;
  margin-top: 16%;
  width: 112%;
  left: -6%;
}
body.mo .wrapper .product ul li .product-content-1 p {
  margin: 0;
  width: 100%;
  letter-spacing: 2px;
  line-height: 1.5;
}
body.mo .wrapper .product ul li .product-content-1:after {
  content: "";
  clear: both;
  display: block;
}
body.mo .wrapper .product ul li.product-title {
  width: 100%;
  box-sizing: border-box;
  padding: 7.5% 3.5%;
  margin: 0;
}
body.mo .wrapper .product ul li.product-0 .product-content-0 .product-text {
  border-right: 0px;
}
body.mo .wrapper .product ul li.product-1 .product-content-0 > img {
  margin: 4% 0 5% 0;
}
body.mo .wrapper .product ul li.product-2 .product-content-0 .product-text, body.mo .wrapper .product ul li.product-4 .product-content-0 .product-text {
  border-right: 0px;
}
body.mo .wrapper .product ul li.product-box.show .product-content-1 {
  display: block;
}
body.mo .wrapper .product ul.green {
  margin-top: 8%;
}
body.mo .wrapper .product ul.green ~ .green {
  margin-top: 0;
}
body.mo .wrapper .product ul .is-row-2 {
  margin-top: 0;
}
body.mo .wrapper .product ul.green li .product-content-1 {
  background: #2fbb73;
}
body.mo .wrapper .product ul.blue-green li .product-content-1 {
  background: #00adbb;
}
body.mo .wrapper .product ul.blue-dark {
  margin-top: 8%;
}
body.mo .wrapper .product ul.blue-dark ~ .blue-dark {
  margin-top: 0;
}
body.mo .wrapper .product ul.blue-dark li .product-content-1 {
  background: #033158;
}
body.mo .wrapper .coupon .coupon-title {
  width: 100%;
  display: block;
  margin: 11.5% 0 7% 0;
  text-align: center;
  padding-left: 0;
}
body.mo .wrapper .coupon .coupon-title span {
  font-size: 0.7831rem;
  padding: 4px 8px;
}
body.mo .wrapper .coupon .coupon-title h5 {
  font-size: 3.2731rem;
  letter-spacing: 5px;
}
body.mo .wrapper .coupon .coupon-paper {
  width: 83%;
  margin: 0 auto;
  display: block;
  border-bottom-right-radius: 0;
  float: none;
  margin-bottom: 15px;
}
body.mo .wrapper .coupon .coupon-paper .logo {
  position: relative;
  float: right;
  margin-top: 0;
  width: 37%;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-1 {
  width: 91%;
  margin: 19% auto 0 auto;
  display: block;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-1 p.text {
  letter-spacing: 1px;
  line-height: 1.75;
  text-align: justify;
  width: 100%;
  margin-bottom: 0;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-1 p.money {
  margin: 0 0 3% 0;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-1 p.money span:first-child:after {
  border-top: 4rem solid #fff;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-1 img {
  margin: 8% auto;
  display: block;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-2 {
  width: 100%;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-qrcode {
  display: none;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-text {
  width: 95%;
}
body.mo .wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-text li, body.mo .wrapper .coupon .coupon-paper .coupon-paper-2 .coupon-text p {
  font-size: 0.9918rem;
  letter-spacing: 1.3px;
}
body.mo .wrapper .sale-content {
  text-align: center;
  padding: 6.5% 0 14% 0;
}
body.mo .wrapper .sale-content h5 {
  font-size: 3.2731rem;
  margin-left: 0;
}
body.mo .wrapper .sale-content .sale-store {
  margin-left: 0;
  width: 93%;
}
body.mo .wrapper .sale-content .sale-store h3 {
  font-size: 1.5625rem;
  padding: 5% 0 0 0;
}
body.mo .wrapper .sale-content .sale-store ul {
  margin-bottom: 1.4%;
}
body.mo .wrapper .sale-content .sale-store ul li {
  width: 50%;
  margin-bottom: 1%;
}
body.mo .wrapper .sale-content .sale-store p {
  margin: 5% 0 0 0;
  text-align: left;
}
body.mo .wrapper .store-content {
  text-align: center;
  padding: 6.5% 0 14% 0;
}
body.mo .wrapper .store-content h5 {
  font-size: 3.2731rem;
  margin-left: 0;
}
body.mo .wrapper .store-content .store-outer {
  margin-left: 0;
  width: 93%;
  margin-top: 9%;
}
body.mo .wrapper .store-content .store-outer .store-map {
  display: none;
}
body.mo .wrapper .store-content .store-outer .store-text {
  padding-left: 0;
  width: 100%;
  text-align: left;
}
body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-title p {
  font-size: 1.65rem;
}
body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list {
  padding: 0 0 0 9%;
}
body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-addr {
  background-size: 1.4rem;
  background-position: 0 0.1rem;
}
body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-phone-num {
  background-size: 1.4rem;
  background-position: 0 0.1rem;
}
body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li p, body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list ul li .store-name p {
  font-size: 1.3325rem;
}
body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num {
  padding-right: 9%;
}
body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num > div, body.mo .wrapper .store-content .store-outer .store-text .store-area .store-area-list .store-page-num ul li {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 1.3325rem;
}
body.mo .wrapper .ugc {
  text-align: center;
  padding: 6.5% 0 14% 0;
}
body.mo .wrapper .ugc h5, body.mo .wrapper .ugc h2 {
  font-size: 3.2731rem;
  margin-left: 0;
}
body.mo .wrapper .ugc .ugc-outer {
  margin-left: 0;
  width: 93%;
  margin-top: 9%;
}
body.mo .wrapper .ugc .ugc-outer .ugc-box {
  margin-bottom: 3%;
  display: block;
}
body.mo .wrapper .ugc .ugc-outer .ugc-box .ugc-img {
  width: 100%;
  display: block;
  margin-right: 0;
  margin-bottom: 5%;
}
body.mo .wrapper .ugc .ugc-outer .ugc-box .ugc-content {
  width: 100%;
  display: block;
  box-sizing: border-box;
}
body.mo .wrapper .ugc .ugc-outer .ugc-box .ugc-content p {
  font-size: 1.65rem;
}
body.mo .wrapper .ugc .ugc-outer .ugc-box .ugc-content .ugc-btn {
  position: relative;
  bottom: 0;
  right: 0;
  float: right;
  margin-top: 10px;
}
body.mo .wrapper .ugc .ugc-outer .ugc-box .ugc-content:after {
  content: "";
  display: block;
  clear: both;
}

.cookies_banner {
  padding: 16px 48px 16px 16px;
  font-size: 1.2rem;
  background: rgba(28, 33, 63, 0.8);
  color: #fff;
  position: fixed;
  z-index: 999;
}
.cookies_banner a {
  color: #ffe000;
  text-decoration: underline;
}
.cookies_banner a.close {
  width: 40px;
  height: 40px;
  right: 10px;
  top: 8px;
  display: block;
  position: absolute;
}
.cookies_banner a.close::before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  top: 19px;
  left: 14px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
}
.cookies_banner a.close::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  top: 19px;
  left: 14px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
}

.cookies_content {
  line-height: 22px;
}

.wrapper .btn-more {
  width: 70px;
  height: 380px;
  padding: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.wrapper .btn-more img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1280px) {
  .wrapper .btn-more {
    width: 60px;
  }
}
#kv_container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
#kv_container .kv_container {
  position: relative;
  width: 100%;
}
#kv_container .kv_container .kv_img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.2405;
}
#kv_container .kv_container .kv_img_sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  #kv_container .kv_container {
    position: relative;
    left: 0%;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
  #kv_container .kv_container .kv_img {
    display: none;
  }
  #kv_container .kv_container .kv_img_sp {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1/0.7;
  }

  .wrapper .product ul li.product-title small {
    position: static;
    width: 100%;
  }
}
/*lazyload補高*/