<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}
.img-swiper .swiper-pagination{display: block;}
.img-swiper .swiper-pagination-bullet-active{background: #dc2f2f;}
.act_wrap img {
  display: block;
  border-radius: 20px;
  width: 100%;
}
.act_wrap img.img-pc {
  display: block;
}
.act_wrap img.img-iphone {
  display: none;
}
.act_content {
  width: calc(100% - 40px);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.act_title {
  text-align: center;
}


.act-title-span {
  display: block;
  font-size: 28px;
  line-height: 130%;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 15px;
}
.act-title-span2 {
  display: block;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}
.content_1 .act-title-span {
  width: 77%;
}
.content_1 .img-swiper {
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  padding: 40px 60px;
  overflow: hidden;
}
.content_1 .img-span {
  width: 58.108%;
  display: block;
  max-width: 860px;
}
.content_1 .text-div {
  width: 45.27%;
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #ffebec;
  border-radius: 20px;
}
.content_1 .text-span{
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  padding: 140px 80px;
}
.content_1 .number-span {
  position: absolute;
  font-size: 45px;
  font-weight: 700;
  right: 55px;
  top: 30px;
}
.content_2 {
  background-color: #fff;
  padding: 30px 40px 45px;
}
.content_2 .content_2_inner {
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_2 .img-link {
  width: calc(16.66% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content_2 .img-link span {
  display: block;
}
.content_2 .img-link .img-span {
  margin-bottom: 15px;
}
.content_2 .img-link .link-span {
  font-size: 20px;
  color: #363636;
}
.content_2 .img-link:hover .link-span {
  text-decoration: underline;
}
.content_4 .content_4_inner {
  justify-content: space-between;
  flex-wrap: wrap;
}
.content_4 .img-link {
  width: calc(50% - 10px);
  border-radius: 20px;
  background-color: #fff;
  transition: all 200ms ease-in;
  padding: 20px;
  display: flex;
  flex-direction: column;
  color: #363636;
}
.content_4 .img-link:hover {
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.content_4 .text-span {
  font-size: 26px;
  margin: 20px 0 10px 0;
  margin: 15px 0;
}
.content_4 .link-span {
  color: #dc2e2e;
  font-size: 22px;
}

.nav_more, .nav_show_all {
  display: none;
}
.inner_nav {
  justify-content: start;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: auto;
}
.product-nav-text {
  margin: 0 15px 20px 0;
  background: none;
  color: #fff;
  font-size: 20px;
  border: 1.5px solid #fff;
  display: flex;
  padding: 0 25px;
  height: 47px;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
}
.product-nav-text:hover, .product-nav-text.on {
  background: none;
  box-shadow: none;
  border: 1.5px solid #fff;
}
.product-nav-text.on {
  background: #fff;
  box-shadow: none;
  color: #6aa2c9;
  font-weight: 700;
}
.product-nav-fixed {
  background: rgba(106, 162, 201, 0.9);
  padding: 10px 0 0;
  width: 100%;
  max-width: 100%;
}
.product-nav-fixed .product-nav-text {
  margin: 0 15px 10px 0;
}
.product-nav-fixed .product-nav-text:last-child {
  margin: 0 0 10px 0;
}
.circum-product {
  width: 100%;
  margin: 0 auto;
}
.content_3 .circum-product {
  padding: 20px 20px 1px;
  background-color: #6aa2c9;
  border-radius: 20px;
}

.img-swiper .swiper-button-prev, .img-swiper .swiper-button-next {
  width: 50px;
  height: 100px;
  background: url(https://img.aosomcdn.com/upload/activity/pt/images/pet-sale5-icon1.png) no-repeat center center;
}
.img-swiper .swiper-button-prev.swiper-button-disabled, .img-swiper .swiper-button-next.swiper-button-disabled {
  background: url(https://img.aosomcdn.com/upload/activity/pt/images/pet-sale5-icon2.png) no-repeat center center;
}
.img-swiper .swiper-button-prev, .img-swiper .swiper-button-prev.swiper-button-disabled {
  transform: rotateY(180deg);
}

.img-swiper .swiper-button-prev {
  left: 0;
}
.img-swiper .swiper-button-next {
  right: 0;
}
.img-swiper .swiper-button-prev:after, .img-swiper .swiper-button-next:after {
  content: "";
}

@media only screen and (max-width: 1400px) {
  .product-nav-text {
    font-size: 16px;
  }
  .product-nav-text:hover {
    color: #fff;
  }
  .product-nav-text.on {
    color: #6aa2c9;
  }
  .product-nav-fixed {
    margin: 0;
  }

  .content_1 .text-span {
    padding: 60px;
  }
  .content_4 .text-span {
    font-size: 24px;
  }
  .content_4 .link-span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .content_1 .text-span {
    padding: 40px;
    font-size: 18px;
  }
  .content_4 .text-span {
    font-size: 22px;
  }
  .content_4 .link-span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1025px) {
  .content_1 .text-span {
    padding: 80px 20px;
    font-size: 16px;
  }
  .inner_nav{flex-wrap: nowrap;}
  .product-nav {margin: auto;list-style-type: none;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;overflow: auto;touch-action: pan-x;}
  .product-nav-text{padding: 15px 25px;border: 1.5px solid #E0E0EE;border-radius: 40px;cursor: pointer;word-break: break-all;white-space: nowrap;width: auto;height: auto;display: flex;justify-content: center;align-items: center;-webkit-box-flex: 1;-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;}
}
@media only screen and (max-width: 900px){
  .content_3 .circum-product{padding: 20px 0 1px;}
  .product-nav-fixed{padding: 10px 15px 0;}
  .content_1 .number-span{top: 0;right: 20px;}
  .content_1 .text-span {padding: 40px 20px;font-size: 16px;}
}
@media only screen and (max-width: 767px) {
  .img-swiper .swiper-pagination-bullet{width: 5px; height: 5px;}
  .img-swiper .swiper-pagination-bullet-active{width: 15px;height: 5px;border-radius: 5px;}
  .act_wrap img {
    border-radius: 10px;
  }
  .act_wrap img.img-pc {
    display: none;
  }
  .act_wrap img.img-iphone {
    display: block;
  }
  .act_content {
    width: calc(100% - 30px);
  }
  /* ------------------ style change ------------------- */
  .boxing-wrap .tab-list {
    padding: 0 15px 15px;
    width: calc(100% - 30px);
  }
  .product-info {
    margin: 0;
  }
  .product-data {
    width: calc(50% - 5px);
    border: none;
  }
  .product-data:nth-of-type(2n+2), .product-data:nth-of-type(6n+6), .product-data:nth-of-type(4n+4) {
    margin-right: 0;
  }
  .nav_cotainer {
    width: calc(100% + 30px);
    height: 45px;
    margin: 0 0 15px -15px;
    position: relative;
    box-shadow: 0 5px 8px rgb(0 0 0 / 10%);
  }

  .product-nav-text {
    padding: 6px 15px;
    border-radius: 100px;
    line-height: 130%;
    white-space: pre;
    font-size: 15px;
    border-width: 1px;
    margin: 10px 10px 10px 0;
  }
  .product-nav {
    overflow-x: scroll;
    overflow-y: hidden;
    width: calc(100% - 30px);
    flex-wrap: nowrap;
    border-radius: 0;
    width: 100%;
    height: auto;
    padding: 0;
    /* background-color: #6aa2c9; */
  }
  .inner_nav {
    justify-content: flex-start;
    border-radius: 0;
    width: calc(100% - 45px);
    height: 45px;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .inner_nav::-webkit-scrollbar {
    display: none;
  }
  .product-nav-text {
    font-size: 14px;
    padding: 0 15px;
    margin: 0;
    background: none;
    border: none;
    color: #fff;
  }
  .product-nav-text:hover {
    text-decoration: none;
    color: #fff;
    background: none;
    border: none;
  }
  .product-nav-text.on {
    background: none;
    font-weight: 700;
    border: none;
    color: #fff;
  }
  .product-nav-text.on:after {
    position: absolute;
    content: '';
    background-color: #fff;
    border-radius: 5px;
    height: 120%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 5px;
    bottom: -50%;
  }
  .circum-more {
    border: none;
    height: 40px;
    line-height: 38px;
    width: 100%;
    margin: 0 auto;
  }
  .nav_more {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background-color: #99b9e4;
    box-shadow: -8px 3px 8px 0 rgb(0 0 0 / 10%);
  }
  .nav_more .icon-top-triangle {
    transform: rotate(180deg);
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
  }
  .nav_show_all {
    position: absolute;
    top: 100%;
    flex-wrap: wrap;
    z-index: 8;
    background-color: #6aa2c9;
    padding-top: 15px;
    max-height: 150px;
    overflow-y: scroll;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  }
  .nav_show_all .product-nav-text {
    min-width: 158px;
    margin: 0 0 10px 0;
    padding: 0 15px;
    justify-content: start;
    height: auto;
    flex: none;
  }
  .nav_show_all_fixed .product-nav-text{
    margin: 0 15px 10px 0;
  }
  .nav_show_all .product-nav-text.on:after {
    display: none;
  }
  .nav_more_fixed, .nav_show_all_fixed {
    position: fixed;
    z-index: 8;
  }
  .product-nav-fixed .product-nav-text{margin: 0 15px 0 0;}
  .act-title-span {
    font-size: 16px;
    text-align: start;
    margin-bottom: 10px;
  }
  .act-title-span2 {
    font-size: 13px;
    text-align: start;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .content_1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .content_1 .act-title-span, .content_1 .act-title-span2 {
    width: 100%;
    padding: 0 15px;
  }
  .content_1 .img-swiper {
    padding: 0;
    background: none;
    border-radius: 0;
    padding: 0 15px 20px;
  }
  .swiper-container-horizontal&gt;.swiper-pagination-bullets {
    bottom: 0;
  }
  .content_1 .graphics_item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #00000020;
  }
  .content_1 .graphics_item img {
    border-radius: 0;
  }
  .content_1 .img-span {
    width: 100%;
  }
  .content_1 .text-div {
    position: relative;
    width: 100%;
    transform: none;
    background-color: #fff;
    border-radius: 0;
  }
  .content_1 .text-span {
    padding: 10px;
    height: 85px;
    font-size: 14px;
  }
  .content_1 .number-span {
    display: none;
  }
  .content_2 {
    padding: 0;
    background-color: transparent;
  }
  .content_2 .img-link {
    width: calc(33.33% - 20px);
    margin-right: 20px;
  }
  .content_2 .img-link:nth-child(-n+3) {
    margin-bottom: 20px;
  }
  .content_2 .img-link:nth-child(3),.content_2 .img-link:nth-child(6) {
    margin-right: 0;
  }
  .content_2 .img-link .link-span {
    font-size: 12px;
  }
  .content_2 .img-link:hover .link-span {
    text-decoration: none;
  }
  .content_2 .img-link .img-span {
    margin-bottom: 5px;
  }
  .content_2 .content_2_inner{justify-content: center;}
  .content_3 {
    width: 100%;
  }
  .content_3 .circum-product {
    border-radius: 0;
    padding: 0 15px 20px;
    background-color: transparent;
  }
  .content_4 .img-link {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  }
  .content_4 .img-link:first-child {
    margin-bottom: 10px;
  }
  .content_4 .text-span {
    font-size: 16px;
    margin: 5px 0;
  }
  .content_4 .link-span {
    font-size: 12px;
  }
}

.product-nav-fixed { background: rgba(243, 83, 46, 0.9);}
.product-nav-text.on { color: #f35342;}
.content_3 .circum-product { background-color: #f35342;}
@media only screen and (max-width: 767px) {
.product-nav-text.on { color: #fff;}
.product-nav-fixed .product-nav-text:last-child { margin: 0;}
.nav_more {background-color: #f35342;}
.nav_show_all { background-color: #f35342;}
}</pre></body></html>