<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
p,
div {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins";
}
.swiper-pagination-bullet-active {
  background: rgba(74, 74, 74, 0.9);
}
.swiper-pagination-bullet {
  width: 0.18rem;
  height: 0.18rem;
  background: rgba(74, 74, 74, 0.6);
}
.swiper-pagination {
  --swiper-pagination-bottom: 0px;
  bottom: 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}
.swiper-button-next,
.swiper-button-prev {
  top: var(--swiper-navigation-top-offset);
  right: 1;
}
.swiper-button-next img {
  width: 50px;
  max-width: inherit;
}
.swiper-button-prev img {
  transform: rotate(180deg);
  width: 50px;
  max-width: inherit;
}
.swiper-button-disabled {
  display: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 12px;
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 12px;
  left: auto;
}
.home-dream {
  background: url(https://cdn.shopify.com/s/files/1/0662/1764/0185/files/20230517-150029.png?v=1684307988);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 500px;
  padding: 80px 0px 60px;
}
.home-dream .title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #2a3d4e;
}
.home-dream .title .c_main {
  background: linear-gradient(#ed6a00, #ed8e00);
  -webkit-background-clip: text;
  color: transparent;
}
.home-dream .info {
  margin-top: 0.2rem;
}
.home-dream .info p {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #2a3d4e;
}
.home-dream .list {
  margin-top: 40px;
  display: flex;
}
.home-dream .list .left-images {
  width: 50%;
}
.home-dream .list .left-images img {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.home-dream .list .right-list {
  width: 50%;
  padding: 0px 40px;
  display: grid;
  grid-template-columns: repeat(2, 49%);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  font-size: 16px;
}
.home-dream .list .right-list .item {
  background: #f4f4f4;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-dream .list .right-list .item .hover_image {
  display: none;
}
.home-dream .list .right-list .item .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #2a3d4e;
  margin-top: 4px;
}
.home-dream .list .right-list .item:hover {
  background-color: #2a3d4e;
}
.home-dream .list .right-list .item:hover .def_image {
  display: none;
}
.home-dream .list .right-list .item:hover .hover_image {
  display: initial;
}
.home-dream .list .right-list .item:hover .name {
  color: #ffffff;
}
.home-dream .list .right-list .active {
  background-color: #2a3d4e;
}
.home-dream .list .right-list .active .def_image {
  display: none;
}
.home-dream .list .right-list .active .hover_image {
  display: initial;
}
.home-dream .list .right-list .active .name {
  color: #ffffff;
}
.home-top-ranked {
  background: #f5e0cf;
  padding: 0.8rem 0px 0.2rem;
  min-height: 400px;
  --swiper-navigation-top-offset: 38.5%;
}
.home-top-ranked .flex {
  display: flex;
}
.home-top-ranked .left-detail {
  width: 35%;
  padding: 12% 20px 12% 0px;
}
.home-top-ranked .left-detail .title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #2a3d4e;
}
.home-top-ranked .left-detail .info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2a3d4e;
  width: 80%;
  margin: 10px 0px 0px;
}
.home-top-ranked .left-detail .btn_shop_now {
  background: #222222;
  padding: 10px 30px;
  border-radius: 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  display: inline-block;
  margin-top: 0.25rem;
  text-decoration: none;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
}
.home-top-ranked .left-detail .btn_shop_now:hover {
  background: #ed6a00;
}
.home-top-ranked .swiper_top_ranked {
  width: 65%;
  padding-bottom: 0.6rem;
}
.home-top-ranked .swiper_top_ranked .item img {
  display: block;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
  -moz-border-radius: 15px 15px 0px 0px;
  -ms-border-radius: 15px 15px 0px 0px;
  -o-border-radius: 15px 15px 0px 0px;
}
.home-top-ranked .swiper_top_ranked .item .detail {
  background: #2a3d4e;
  border-radius: 0px 0px 15px 15px;
  -webkit-border-radius: 0px 0px 15px 15px;
  -moz-border-radius: 0px 0px 15px 15px;
  -ms-border-radius: 0px 0px 15px 15px;
  -o-border-radius: 0px 0px 15px 15px;
  padding: 17px 0px;
}
.home-top-ranked .swiper_top_ranked .item .title {
  width: 85%;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  height: 56px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-for-home {
  padding: 80px 0px;
  text-align: center;
}
.home-for-home .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #2a3d4e;
}
.home-for-home .info {
  font-size: 18px;
  line-height: 0.28px;
  text-align: center;
  color: #2a3d4e;
  width: 400px;
  margin: 0 auto;
}
.home-for-home .btn_show_now {
  background: #222222;
  border-radius: 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  margin: 30px auto 0px;
  cursor: pointer;
}
.home-for-home .btn_show_now:hover {
  background: #ed6a00;
}
.box-new-club {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  padding: 60px 0px;
  font-size: 16px;
}
.box-new-club .item {
  position: relative;
}
.box-new-club .item img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  width: 100%;
}
.box-new-club .item .abs-detail {
  position: absolute;
  bottom: 0.4rem;
  left: 0.4rem;
}
.box-new-club .item .abs-detail .title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.box-new-club .item .abs-detail .def_btn {
  background: #222222;
  font-weight: 600;
  border-radius: 90px;
  color: #ffffff;
  padding: 10px 30px;
  text-decoration: none;
  margin-top: 0.25rem;
  font-size: 14px;
  display: inline-block;
}
.box-new-club .item .abs-detail .def_btn:hover {
  background: #ed6a00;
}
.home-advantage-discounts {
  background-image: url("https://cdn.shopify.com/s/files/1/0662/1764/0185/files/20230519-094724.png?v=1684460881");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  padding-bottom: 0.2rem;
  --swiper-navigation-top-offset: 48%;
}
.home-advantage-discounts .main {
  padding: 0px;
}
.home-advantage-discounts .swiper-discounts {
  width: 100%;
  padding: 0.6rem 0px 0.6rem;
}
.home-advantage-discounts .swiper-discounts .list .item {
  display: flex;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail {
  width: 45%;
  padding: 10% 0px 0px 60px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.64rem;
  color: #2a3d4e;
  margin-bottom: 4px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2a3d4e;
  width: 80%;
}
.home-advantage-discounts
  .swiper-discounts
  .list
  .item
  .left-detail
  .countdown {
  display: flex;
  margin: 0.3rem 0px 0.1rem;
  font-size: 12px;
}
.home-advantage-discounts
  .swiper-discounts
  .list
  .item
  .left-detail
  .countdown
  .item {
  background: #ffffff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #979797;
  display: block;
  padding: 10px 0px;
  text-align: center;
  width: 80px;
}
.home-advantage-discounts
  .swiper-discounts
  .list
  .item
  .left-detail
  .countdown
  .item
  span {
  color: #222222;
  font-size: 0.4rem;
  line-height: 40px;
  display: block;
}
.home-advantage-discounts
  .swiper-discounts
  .list
  .item
  .left-detail
  .countdown
  .item
  .txt_name {
  font-size: 12px;
}
.home-advantage-discounts
  .swiper-discounts
  .list
  .item
  .left-detail
  .countdown
  .colon {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #222222;
  padding: 10px 15px;
}
.home-advantage-discounts .swiper-discounts .list .item .left-detail .btn_def {
  background: #222222;
  border-radius: 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  margin: 0.25rem auto 0px;
  cursor: pointer;
  display: inline-block;
}
.home-advantage-discounts
  .swiper-discounts
  .list
  .item
  .left-detail
  .btn_def:hover {
  color: #ffffff;
  background: #ed6a00;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image {
  padding: 0px 30px 0px 20px;
  position: relative;
  width: 54%;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image .abs-hot {
  position: absolute;
  left: 20px;
  top: 20px;
  background: #2a3d4e;
  border-radius: 0px 8px 8px 0px;
  color: #ffffff;
  font-size: 24px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
}
.home-advantage-discounts .swiper-discounts .list .item .right-image .abs-sale {
  position: absolute;
  right: -6px;
  top: 12px;
  transform: rotate(45deg);
  color: #ffffff;
  padding: 8px 40px;
  font-size: 24px;
  background: linear-gradient(135deg, transparent 30px, #ed6a00 0) top left,
    linear-gradient(-135deg, transparent 30px, #ed6a00 0) top right;
  background-repeat: no-repeat;
  background-size: 51% 38px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.home-fan-favorites {
  padding: 60px 0px;
}
.home-fan-favorites .title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.64rem;
  text-align: center;
  color: #2a3d4e;
}
.home-fan-favorites .list {
  width: 80%;
  margin: 100px auto 20px;
  display: grid;
  grid-template-columns: repeat(4, 23.7%);
  grid-row-gap: 0.8rem;
  grid-column-gap: 20px;
}
.home-fan-favorites .list .item {
  text-align: center;
}
.home-fan-favorites .list .item .image-box {
  width: 100px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}
.home-fan-favorites .list .item .image-box:hover {
  scale: 1.2;
}
.home-fan-favorites .list .item .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin-top: 15px;
}
.home-room-inspirations {
  padding: 60px 0px;
  text-align: center;
}
.home-room-inspirations .title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.55rem;
  text-align: center;
  color: #2a3d4e;
}
.home-room-inspirations .btn_def {
  background: #222222;
  border-radius: 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  margin: 0.25rem auto 0px;
  cursor: pointer;
  display: inline-block;
}
.home-room-inspirations .btn_def:hover {
  color: #ffffff;
  background: #ed6a00;
}
.home-choose {
  text-align: center;
  padding: 40px 0px;
}
.home-choose .title {
  font-weight: 600;
  font-size: 0.48rem;
  line-height: 0.64rem;
  text-align: center;
  color: #2a3d4e;
}
.home-choose .desc {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #2a3d4e;
  margin-top: 5px;
}
.home-choose .list {
  margin: 100px 0px 120px;
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
.home-choose .list .item img {
  padding: 15px;
}
.home-choose .list .item .name {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #2a3d4e;
  margin-top: 8px;
}
.home-choose .list .item .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2a3d4e;
  width: 70%;
  margin: 4px auto 0px;
}
.home-lifestyle {
  position: relative;
}
.home-lifestyle .abs-bg-right {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #dce9f1;
  width: 50%;
  border-radius: 80px 0px 0px 0px;
  height: 6rem;
  -webkit-border-radius: 80px 0px 0px 0px;
  -moz-border-radius: 80px 0px 0px 0px;
  -ms-border-radius: 80px 0px 0px 0px;
  -o-border-radius: 80px 0px 0px 0px;
}
.home-lifestyle .main-conn {
  position: relative;
  padding: 0px 20px;
}
.home-lifestyle .main-conn .logo {
  width: 6rem;
}
.home-lifestyle .abs-detail {
  position: absolute;
  right: 6%;
  top: 8%;
}
.home-lifestyle .abs-detail .name {
  font-size: 0.2rem;
  color: #767676;
  font-weight: 600;
}
.home-lifestyle .abs-detail .name span {
  font-size: 0.48rem;
  line-height: 0.72rem;
  text-align: center;
  color: #2a3d4e;
  padding: 0px 5px 0px 20px;
  font-weight: 600;
}
.home-lifestyle .info {
  width: 40%;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2a3d4e;
  margin: 0.2rem 0px 0px;
}
.home-lifestyle .image-warp {
  margin-top: 0.4rem;
  position: relative;
  z-index: 10;
}
.home-lifestyle .image-warp img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.btn_def {
  background: #222222;
  border-radius: 90px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 10px 30px;
  display: inline-block;
  margin: 0.25rem auto 0px;
  cursor: pointer;
  display: inline-block;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
}
.btn_def:hover {
  color: #ffffff;
  background: #ed6a00;
}
.home-section .section-title {
  font-weight: 600;
  color: #2a3d4e;
  font-size: 0.48rem;
  line-height: 0.64rem;
}
@media (max-width: 1500px) {
  .home-dream .title {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .home-dream .list .left-images {
    width: 54%;
  }
  .home-dream .list .right-list {
    width: 46%;
    padding: 0px 0.4rem;
    display: grid;
    grid-template-columns: repeat(2, 46%);
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    font-size: 0.16rem;
  }
  .home-advantage-discounts .swiper-discounts .list .item .left-detail {
    width: 45%;
    padding: 8% 0px 0px 0.6rem;
  }
  .box-new-club .item .abs-detail .title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 1520px) {
  .home-lifestyle .main-conn .logo {
    width: 500px;
  }
  .home-lifestyle .abs-detail {
    right: 3%;
    top: 6%;
  }
  .home-lifestyle .abs-detail .name {
    font-size: 16px;
  }
  .home-lifestyle .abs-detail .name span {
    font-size: 35px;
    line-height: 0.62rem;
    text-align: center;
  }
}
@media (max-width: 800px) {
    .home-advantage-discounts .swiper-discounts .list .item .right-image .abs-hot{
        font-size: 16px;
    }
    /* .home-advantage-discounts .swiper-discounts .list .item  .right-image .abs-sale{
        width: 58%;
        text-align: center;
        justify-content: center;
        right: -20%;
        top: 8%;
        font-size: 20px;
    } */
  .def_btn {
    font-size: 0.24rem;
    line-height: 0.36rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .home-dream {
    padding: 0.5rem 0px 0.4rem;
  }
  .home-dream .title {
    font-size: 30px;
    line-height: 36px;
  }
  .home-dream .info p {
    font-size: 14px;
    line-height: 22px;
  }
  .home-dream .list {
    display: block;
    margin-top: 0.4rem;
  }
  .home-dream .list .left-images {
    display: none;
  }
  .home-dream .list .right-list {
    padding: 0px;
    width: 100%;
    grid-template-columns: repeat(2, 47%);
  }
  .home-dream .list .right-list .item {
    background-size: 100%;
    background-repeat: no-repeat;
    height: calc(50vw - 25px);
    position: relative;
    display: block;
  }
  .home-dream .list .right-list .item .name {
    position: absolute;
    bottom: 10px;
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    width: 100%;
  }
  .home-dream .list .right-list .item img {
    opacity: 0;
  }
  .home-dream .list .right-list .item:hover {
    background-color: initial;
  }
  .home-top-ranked {
    padding: 0.6rem 0px 0.2rem;
  }
  .home-top-ranked .m-block {
    display: block;
  }
  .home-top-ranked .left-detail {
    width: 100%;
    text-align: center;
    padding: 0px;
  }
  .home-top-ranked .left-detail .title {
    font-size: 0.45rem;
    line-height: 0.6rem;
    padding-bottom: 5px;
  }
  .home-top-ranked .left-detail .info p {
    width: 80%;
    margin: 0 auto;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .home-top-ranked .left-detail .btn_shop_now {
    display: inline-block;
    margin: 0.25rem auto 0.7rem;
  }
  .home-top-ranked .swiper_top_ranked {
    width: 100%;
    padding-bottom: 0.7rem;
  }
  .home-top-ranked .swiper_top_ranked .item .detail {
    padding: 0.2rem 0px;
  }
  .home-top-ranked .swiper_top_ranked .item .detail .title {
    font-size: 0.26rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 0.36rem;
    height: 38px;
  }
  .home-top-ranked .swiper_top_ranked .item img {
    height: 250px;
  }
  .home-for-home {
    padding: 0.6rem 0px;
  }
  .home-for-home .title {
    font-size: 0.45rem;
    line-height: 0.6rem;
  }
  .home-for-home .info {
    width: 80%;
    margin: 0 auto;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .home-for-home .btn_show_now {
    margin-top: 0.4rem;
  }
  .box-new-club {
    padding: 0.6rem 0.2rem;
    display: block;
  }
  .box-new-club .item {
    margin-bottom: 0.4rem;
  }
  .box-new-club .item img {
    width: 100%;
    display: block;
  }
  .box-new-club .item .abs-detail {
    left: 0px;
    right: 0px;
    text-align: center;
  }
  .box-new-club .item .abs-detail .title {
    font-size: 0.45rem;
  }
  .box-new-club .item .abs-detail .def_btn {
    background: #ed6a00;
    display: inline-block;
    text-align: center;
    margin: 0px auto 0px;
  }
  .box-new-club .item:last-child {
    margin-bottom: 0px;
  }
  .home-advantage-discounts {
    background-image: none;
    min-height: inherit;
  }
  .home-advantage-discounts .swiper-discounts {
    padding: 0px;
  }
  .home-advantage-discounts .swiper-discounts .list {
    display: block;
    padding: 0px;
  }
  .home-advantage-discounts .swiper-discounts .list .item {
    flex-direction: column-reverse;
    background-image: url("https://cdn.shopify.com/s/files/1/0662/1764/0185/files/20230519-094724.png?v=1684460881");
    margin-bottom: 0.3rem;
  }
  .home-advantage-discounts .swiper-discounts .list .item .left-detail {
    width: 100%;
    padding: 0px;
    margin-top: 0.4rem;
    text-align: center;
  }
  .home-advantage-discounts .swiper-discounts .list .item .left-detail .title {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .home-advantage-discounts .swiper-discounts .list .item .left-detail .desc {
    font-size: 0.24rem;
    line-height: 0.32rem;
    width: 80%;
    margin: 0.1rem auto 0px;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .left-detail
    .countdown {
    margin: 0.3rem 0px;
    justify-content: center;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .left-detail
    .countdown
    .item {
    font-size: 0.24rem;
    padding: 4px 0px 0px;
    width: 50px;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .left-detail
    .countdown
    .item
    span {
    font-size: 20px;
    line-height: 22px;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .left-detail
    .countdown
    .item
    .txt_name {
    transform: scale(0.7);
    font-size: 12px;
    text-align: center;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .left-detail
    .countdown
    .colon {
    padding: 0px 12px;
    line-height: 40px;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .left-detail
    .btn_def {
    display: block;
    margin: 0.4rem auto;
    width: 3rem;
  }
  .home-advantage-discounts .swiper-discounts .list .item .right-image {
    width: 100%;
    padding: 0px;
  }
  .home-advantage-discounts .swiper-discounts .list .item .right-image img {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .right-image
    .abs-hot {
    left: 0px;
  }
  .home-advantage-discounts
    .swiper-discounts
    .list
    .item
    .right-image
    .abs-sale {
    right: -36px;
    top: 12px;
    background: #ed6a00;
    background: linear-gradient(135deg, transparent 30px, #4d4d4d 0) top left,
      linear-gradient(-135deg, transparent 30px, #ed6a00 0) top right;
    background-repeat: no-repeat;
    background-size: 51% 38px;
    font-size: 24px;
    display: block;
    height: 38px;
    display: flex;
    align-items: center;
  }
  .home-fan-favorites {
    padding: 0.6rem 0px;
  }
  .home-fan-favorites .title {
    font-size: 0.45rem;
    line-height: 0.5rem;
    width: 70%;
    margin: 0 auto;
  }
  .home-fan-favorites .list {
    grid-template-columns: repeat(2, 48%);
    width: 80%;
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.8rem;
    margin-top: 0.6rem;
  }
  .home-fan-favorites .list .item img {
    display: block;
    margin: 0 auto;
  }
  .home-fan-favorites .list .item .name {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .home-room-inspirations {
    padding: 0.6rem 0px;
  }
  .home-room-inspirations .title {
    font-size: 0.45rem;
    line-height: 0.6rem;
    width: 70%;
    margin: 0 auto;
  }
  .home-choose {
    display: block;
    padding: 0.5rem 0px;
  }
  .home-choose .title {
    font-size: 0.45rem;
    line-height: 0.6rem;
    width: 70%;
    margin: 0 auto;
  }
  .home-choose .desc {
    font-size: 0.24rem;
    font-size: 0.3rem;
    width: 60%;
    margin: 0.1rem auto 0px;
    line-height: 0.4rem;
  }
  .home-choose .list {
    margin: 0.6rem auto;
    width: 90%;
    grid-template-columns: repeat(2, 47%);
    grid-column-gap: 0.4rem;
    grid-row-gap: 0.6rem;
  }
  .home-choose .list .item img {
    width: 65px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .home-choose .list .item .name {
    font-size: 14px;
    line-height: 26px;
  }
  .home-choose .list .item .info {
    font-size: 12px;
    width: 90%;
    line-height: 18px;
  }
  .home-lifestyle {
    display: block;
  }
  .home-lifestyle .abs-bg-right {
    display: none;
  }
  .home-lifestyle .main-conn {
    text-align: center;
    background: #dce9f1;
    padding: 30px 0px 20px 0px;
  }
  .home-lifestyle .main-conn .logo {
    width: 60%;
    margin: 0rem auto;
  }
  .home-lifestyle .main-conn .abs-detail {
    position: relative;
    text-align: center;
    left: 0px;
  }
  .home-lifestyle .main-conn .abs-detail .name {
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
  .home-lifestyle .main-conn .abs-detail .name span {
    font-size: 0.4rem;
    line-height: 0.5rem;
    padding: 0px 0.1rem;
  }
  .home-lifestyle .image-warp {
    margin-top: 0.2rem;
    padding: 0px 15px;
  }
  .home-lifestyle .image-warp img {
    width: 100%;
  }
  .home-lifestyle .info {
    font-size: 0.24rem;
    line-height: 0.3rem;
    width: 80%;
    margin: 0.15rem auto 0px;
  }
  .home-section .section-title {
    font-size: 0.45rem;
    line-height: 0.6rem;
    width: 95%;
    margin: 0 auto;
  }
}
</pre></body></html>