.all {
    max-width: 1920px;
    margin: 0 auto;
  }
  
  .kv {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    height: 100vh;
  }
  
  .kv .bg {
    width: 100%;
    height: 100%;
    scale: 1.2;
  }
  
  .kv .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .kv .content {
    position: absolute;
    right: 1.88rem;
    bottom: 5.5rem;
    /* top: 1.7rem; */
    z-index: 2;
  }
  
  .kv .content div {
    display: block;
  }
  
  .kv .content .t {
    font-size: 0.67rem;
    color: #ffffff;
    font-family: 'Montserrat-Bold' !important;
    margin-top: 0.05rem;
  }
  
  .kv .content .d {
    font-size: 0.3rem;
    color: rgb(255, 118, 0);
    letter-spacing: 0.025rem;
    width: 2.8rem;
  }
  .kv .content .d strong{
    font-family: 'Montserrat-Bold' !important;
  }
  
  .urban {
    background-color: #000;
    display: flex;
    padding: 1.1rem 0.7rem 0.7rem 1.7rem;
    position: relative;
    overflow: hidden;
  }
  
  .urban .l {
    display: flex;
  }
  
  .urban .l .img-box {
    width: 1.8rem;
    margin-right: 0.26rem;
  }
  
  .urban .l .img-box img {
    width: 100%;
  }
  
  .urban .l .img-box:nth-last-of-type(1) {
    margin-right: 0;
  }
  
  .urban .r {
    display: flex;
    flex-direction: column;
    padding-left: 1.1rem;
    justify-content: space-between;
    align-items: flex-end;
    float: none;
    flex: 1;
  }
  
  .urban .r .top {
    width: 1.1rem;
  }
  
  .urban .r .top img {
    width: 100%;
  }
  
  .urban .r .bottom {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  
  .urban .r .bottom .t {
    font-family: Montserrat-Bold !important;
    font-size: 0.38rem;
    color: #fff;
  }
  
  .urban .r .bottom .d {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.8;
    margin-top: 0.3rem;
  }
  
  .urban .c {
    color: #f77520;
    font-family: Montserrat-Black !important;
    font-size: 0.94rem;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    letter-spacing: 0.06rem;
    right: 0.8rem;
    position: absolute;
  }
  
  .full {
    display: flex;
    padding: 1rem 1.54rem 1rem 1.1rem;
    width: 100%;
    overflow: hidden;
  }
  
  .full .l {
    display: flex;
  }
  
  .full .l .t {
    writing-mode: vertical-rl;
    font-size: 0.15rem;
  }
  
  .full .l .d {
    writing-mode: vertical-rl;
    font-size: 0.15rem;
    font-family: Montserrat-Bold !important;
    margin-left: 0.2rem;
  }
  
  .full .l .logo {
    width: 0.44rem;
    margin-left: 0.3rem;
  }
  
  .full .l .logo img {
    width: 100%;
  }
  
  .full .r {
    flex: 1;
    float: none;
    margin-left: 1rem;
  }
  
  .full .r .t {
    font-size: 0.18rem;
  }
  
  .full .r .list {
    /* margin-top: 0.3rem; */
    display: flex;
  }
  
  .full .r .list .box {
    position: relative;
    width: 39.5%;
    padding: 0.66rem 1.2rem 0.76rem;
    /* padding: 0.66rem 1.4rem 0.76rem; */
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-left: -20%;
    background-color: #fff;
    overflow: hidden;
    transition: margin 0.8s cubic-bezier(0.6, 0, 0, 1);
  }
  
  .full .r .list .box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-duration: 0.55s;
    transition-property: opacity, transform;
  }
  
  .full .r .list .box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .full .r .list .box .box-t {
    font-size: 0.18rem;
    position: relative;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-duration: 0.55s;
    transition-property: color;
  }
  
  .full .r .list .box .box-d {
    height: 0.5rem;
    font-size: 0.25rem;
    font-family: Montserrat-Bold !important;
    margin-top: 0.2rem;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-duration: 0.55s;
    transition-property: opacity;
  }
  
  .full .r .list .box .nor-img {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0 0.4rem;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-duration: 0.55s;
    transition-property: opacity, transform;
  }
  
  .full .r .list .box .nor-img img {
    width: 100%;
  }
  
  .full .r .list .box .content {
    color: #f47e31;
    font-size: 0.32rem;
    font-family: Montserrat-Black !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-duration: 0.55s;
    transition-property: opacity;
    /* white-space: nowrap; */
  }
  
  .full .r .list .box .more-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-top: 0.4rem;
  }
  
  .full .r .list .box .more-btn .t {
    font-size: 0.16rem;
    transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
    transition-duration: 0.55s;
    transition-property: color;
  }
  
  .full .r .list .box .more-btn .arrow-box {
    position: relative;
    width: 0.15rem;
    height: 0.13rem;
    margin-left: 0.17rem;
  }
  
  .full .r .list .box .more-btn .arrow-box img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .full .r .list .box .more-btn .arrow-box img:nth-of-type(1) {
    opacity: 0;
  }
  
  .full .r .list .box .more-btn .arrow-box img:nth-of-type(2) {
    opacity: 1;
  }
  
  .full .r .list .box:nth-of-type(1) {
    z-index: 5;
    margin-left: 0 !important;
  }
  
  .full .r .list .box:nth-of-type(2) {
    z-index: 4;
  }
  
  .full .r .list .box:nth-of-type(3) {
    z-index: 3;
  }
  
  .full .r .list .box:nth-of-type(4) {
    z-index: 2;
  }
  
  .full .r .list .box:nth-of-type(5) {
    z-index: 1;
  }
  
  .full .r .list .box:hover .bg {
    opacity: 1;
  }
  
  .full .r .list .box:hover .box-t {
    color: #fff;
  }
  
  .full .r .list .box:hover .box-d {
    opacity: 0;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  
  .full .r .list .box:hover .content {
    opacity: 1;
  }
  
  .full .r .list .box:hover .nor-img {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
  }
  
  .full .r .list .box:hover .more-btn .t {
    color: #fff;
  }
  
  .full .r .list .box:hover .more-btn img:nth-of-type(1) {
    opacity: 1;
    animation: commonButtonIcon 1.45s infinite cubic-bezier(0.61, 1, 0.88, 1) forwards;
  }
  
  .full .r .list .box:hover .more-btn img:nth-of-type(2) {
    opacity: 0;
  }
  
  .common {
    display: flex;
    padding: 1.1rem 0.8rem 0.7rem;
  }
  
  .common .l .num {
    color: #f47e31;
    font-size: 0.16rem;
  }
  
  .common .l .line {
    width: 1px;
    height: 0.6rem;
    margin-top: 0.2rem;
    background-color: #f47e31;
  }
  
  .common .l .t {
    font-size: 0.6rem;
    color: #000;
    font-family: Montserrat-Bold !important;
    margin-top: 0.4rem;
  }
  
  .common .l .t .t2 {
    font-size: 0.34rem;
  }
  
  .common .l .d {
    margin-top: 0.1rem;
    font-size: 0.17rem;
  }
  
  .common .l .d.d2 {
    font-size: 0.17rem;
  }
  
  .find {
    background-color: #f7f7f7;
  }
  
  .find .r {
    margin-left: 1rem;
    display: flex;
    align-items: flex-start;
    float: none;
    flex: 1;
  }
  
  .find .r .list {
    flex: 1;
    margin-right: 0.2rem;
  }
  
  .find .r .list:nth-last-of-type(1) {
    margin-right: 0;
  }
  
  .find .r .list .img-box {
    width: 100%;
    position: relative;
    height: 3.85rem;
    margin-bottom: 0.2rem;
  }
  
  .find .r .list .img-box.img-box1 {
    height: 6rem;
  }
  
  .find .r .list .img-box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  
  .find .r .list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .find .r .list .img-box .content {
    position: absolute;
    font-size: 0.14rem;
    top: 0.2rem;
    left: 0.2rem;
    color: #000;
  }
  
  .find .r .list .img-box.img-box-bottom .content {
    top: auto;
    bottom: 0.2rem;
  }
  
  .find .r .list .img-box.img-box-right .content {
    left: auto;
    right: 0.2rem;
  }
  
  .freedom {
    background-color: #242628;
    padding-bottom: 1.15rem;
  }
  
  .freedom .l .t {
    color: #fff;
  }
  
  .freedom .l .d {
    color: #fff;
  }
  
  .freedom .r {
    display: flex;
    height: 8.8rem;
    float: none;
    flex: 1;
    /* margin-left: 1rem; */
    margin-left: 0.5rem;
  }
  
  .freedom .r .swiper-box {
    width: 50%;
    height: 100%;
    margin-right: 0.2rem;
  }
  
  .freedom .r .swiper-box .swiper-container {
    height: 100%;
  }
  
  .freedom .r .swiper-box .swiper-container .swiper-slide {
    position: relative;
    height: 100%;
    width: 100% !important;
  }
  
  .freedom .r .swiper-box .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .freedom .r .swiper-box .swiper-container .swiper-slide .content {
    position: absolute;
    font-size: 0.14rem;
    bottom: 0.2rem;
    left: 0.2rem;
    color: #000;
  }
  
  .freedom .r .swiper-box .swiper-controller {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0.4rem;
  }
  
  .freedom .r .swiper-box .swiper-controller .prev-btn {
    width: 0.14rem;
    opacity: 0.3;
    transition: all 0.3s;
    transform: rotate(180deg);
    cursor: pointer;
  }
  
  .freedom .r .swiper-box .swiper-controller .prev-btn img {
    width: 100%;
  }
  
  .freedom .r .swiper-box .swiper-controller .prev-btn:hover {
    opacity: 1;
  }
  
  .freedom .r .swiper-box .swiper-controller .next-btn {
    width: 0.14rem;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s;
  }
  
  .freedom .r .swiper-box .swiper-controller .next-btn img {
    width: 100%;
  }
  
  .freedom .r .swiper-box .swiper-controller .next-btn:hover {
    opacity: 1;
  }
  
  .freedom .r .swiper-box .swiper-controller .nums {
    display: flex;
    align-items: center;
    margin: 0 0.36rem;
  }
  
  .freedom .r .swiper-box .swiper-controller .nums div {
    font-size: 0.2rem;
    color: #fff;
  }
  
  .freedom .r .swiper-box .swiper-controller .nums div:nth-of-type(2) {
    margin: 0 0.06rem;
  }
  
  .freedom .r .list-box {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .freedom .r .list-box .list {
    width: 50%;
    height: 100%;
    margin-right: 0.2rem;
  }
  
  .freedom .r .list-box .list:nth-last-of-type(1) {
    margin-right: 0;
  }
  
  .freedom .r .list-box .list .img-box {
    width: 100%;
    height: 48.9%;
    margin-bottom: 0.2rem;
    position: relative;
  }
  
  .freedom .r .list-box .list .img-box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  
  .freedom .r .list-box .list .img-box img {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  
  .freedom .r .list-box .list .img-box .content {
    position: absolute;
    font-size: 0.14rem;
    bottom: 0.2rem;
    left: 0.2rem;
    color: #000;
  }
  
  .freedom .r .list-box .list .img-box .content1{
    bottom: auto;
      top: 0.1rem;
  }
  
  .gift {
    background-color: #f7f7f7;
  }
  
  .gift .r {
    display: flex;
    float: none;
    padding-left: 0.4rem;
    flex: 1;
    height: 8.8rem;
  }
  
  .gift .r .left-box {
    height: 100%;
    position: relative;
    width: 50%;
    margin-right: 0.2rem;
  }
  
  .gift .r .left-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gift .r .left-box .content {
    position: absolute;
    font-size: 0.14rem;
    top: 0.2rem;
    left: 0.2rem;
    color: #000;
  }
  .gift .r .left-box .content-bot{
    bottom: 0.2rem;
    top: auto;
  }
  
  .gift .r .right-box {
    flex: 1;
  }
  
  .gift .r .right-box .box {
    display: flex;
    align-items: center;
    height: calc(60% - 0.3rem);
    margin-bottom: 0.6rem;
  }
  
  .gift .r .right-box .box img {
    height: 100%;
    object-fit: cover;
    width: 3.8rem;
  }
  
  .gift .r .right-box .box .content {
    display: flex;
    margin-left: 0.7rem;
    align-items: center;
  }
  
  .gift .r .right-box .box .content img {
    width: 0.11rem;
    margin-right: 0.2rem;
  }
  
  .gift .r .right-box .box .content .t {
    font-size: 0.14rem;
  }
  
  .gift .r .right-box .box:nth-last-of-type(1) {
    margin-bottom: 0;
    height: calc(40% - 0.3rem);
    flex-direction: row-reverse;
  }
  
  .gift .r .right-box .box:nth-last-of-type(1) img {
    width: 4.6rem;
  }
  
  .gift .r .right-box .box:nth-last-of-type(1) .content {
    margin-left: 0;
    margin-right: 0.5rem;
    flex-direction: row-reverse;
  }
  
  .gift .r .right-box .box:nth-last-of-type(1) .content img {
    width: 0.11rem;
    margin-right: 0;
    margin-left: 0.2rem;
    transform: rotate(180deg);
  }
  
  .creatives {
    background-color: #242628;
  }
  
  .creatives .l .t {
    color: #fff;
  }
  
  .creatives .l .d {
    color: #fff;
  }
  
  .creatives .r {
    flex: 1;
    float: none;
    padding-left: 1rem;
  }
  
  .creatives .r .swiper-box {
    width: 100%;
  }
  
  .creatives .r .swiper-box .swiper-container {
    width: 100%;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide {
    width: 100% !important;
    display: flex;
    align-items: center;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list {
    flex: 1;
    height: 8.25rem;
    margin-right: 0.2rem;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list .box {
    width: 100%;
    position: relative;
    height: 100%;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list .box .content {
    position: absolute;
    font-size: 0.14rem;
    top: 0.2rem;
    left: 0.2rem;
    color: #000;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list .box .content-right{
    margin-left: 0.4rem;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list .box .content-b {
    top: auto;
    bottom: 0.2rem;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list:nth-last-of-type(1) {
    margin-right: 0;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list.list-two .box {
    height: calc(50% - 0.1rem);
    margin-bottom: 0.2rem;
  }
  
  .creatives .r .swiper-box .swiper-container .swiper-slide .list.list-two .box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  
  .creatives .r .swiper-box .swiper-controller {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0.4rem;
  }
  
  .creatives .r .swiper-box .swiper-controller .prev-btn {
    width: 0.14rem;
    transform: rotate(180deg);
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s;
  }
  
  .creatives .r .swiper-box .swiper-controller .prev-btn img {
    width: 100%;
  }
  
  .creatives .r .swiper-box .swiper-controller .prev-btn:hover {
    opacity: 1;
  }
  
  .creatives .r .swiper-box .swiper-controller .next-btn {
    width: 0.14rem;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s;
  }
  
  .creatives .r .swiper-box .swiper-controller .next-btn img {
    width: 100%;
  }
  
  .creatives .r .swiper-box .swiper-controller .next-btn:hover {
    opacity: 1;
  }
  
  .creatives .r .swiper-box .swiper-controller .nums {
    display: flex;
    align-items: center;
    margin: 0 0.36rem;
  }
  
  .creatives .r .swiper-box .swiper-controller .nums div {
    font-size: 0.2rem;
    color: #fff;
  }
  
  .creatives .r .swiper-box .swiper-controller .nums div:nth-of-type(2) {
    margin: 0 0.06rem;
  }
  
  .look {
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
    height: 90vh;
    background-color: #000;
    overflow: hidden;
    width: 100%;
  }
  
  .look .l {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  
  .look .l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .look .r-box {
    background-color: #f47e31;
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 0.5rem 0.7rem 0.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .look .r-box .top {
    width: 1.1rem;
  }
  
  .look .r-box .top img {
    width: 100%;
  }
  
  .look .r-box .bottom {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1.94rem;
  }
  
  .look .r-box .bottom .t-box .t1 {
    color: #fff;
    font-family: Montserrat-Black !important;
    font-size: 0.55rem;
    margin-top: 0.3rem;
  }
  
  .look .r-box .bottom .t-box .t2 {
    font-size: 0.2rem;
    color: #fff;
    margin-top: 0.46rem;
  }
  
  .look .r-box .bottom .d {
    font-size: 0.16rem;
    color: #f2c6a6;
  }
  
  .look .logo {
    position: absolute;
    z-index: 5;
    width: 10.09rem;
    right: 1.1rem;
    top: 2.4rem;
  }
  
  .look .logo img {
    width: 100%;
  }
  
  .btn-boies{
    display: flex;
  }
  
  
  @keyframes commonButtonIcon {
    0% {
      opacity: 1;
      translate: 0rem 0;
    }
    45% {
      opacity: 0;
    }
    49.9% {
      opacity: 0;
      translate: 0.1rem 0;
    }
    50.1% {
      opacity: 0;
      translate: -0.1rem 0;
    }
    55% {
      opacity: 1;
    }
    100% {
      translate: 0rem 0;
    }
  }
  
  @media (max-width: 768px) {
    .kv .content {
      left: 50%;
      top: 2.8rem;
      transform: translateX(-50%);
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      right: auto;
    }
    .kv .content .t {
      font-size: 0.58rem;
      margin-top: 0.1rem;
    }
    .kv .content .d {
      font-size: 0.32rem;
    }
    .urban {
      flex-direction: column;
      padding: 1.35rem 0.76rem 0.95rem;
    }
    .urban .l {
      padding: 0 0.5rem;
    }
    .urban .l .img-box {
      margin-right: 0.22rem;
      flex: 1;
      width: auto;
    }
    .urban .c {
      left: 0.75rem;
      right: 0;
      top: 60%;
    }
    .urban .r {
      padding-left: 0;
      margin-top: 2.55rem;
    }
    .urban .r .top {
      display: none;
    }
    .urban .r .bottom {
      padding-bottom: 0;
    }
    .urban .r .bottom .t {
      font-size: 0.27rem;
    }
    .full {
      flex-direction: column;
      padding: 0.82rem 0 0.92rem 0.6rem;
    }
    .full .l {
      flex-direction: column-reverse;
    }
    .full .l .t {
      writing-mode: inherit;
      font-size: 0.2rem;
      margin-top: 0.1rem;
    }
    .full .l .d {
      writing-mode: inherit;
      margin-left: 0;
      font-size: 0.2rem;
    }
    .full .r {
      margin-left: 0;
      margin-top: 0.6rem;
    }
    .full .r .t {
      font-size: 0.28rem;
    }
    .full .r .list {
      margin-top: 0.38rem;
      overflow-x: auto;
      padding-right: 0.6rem;
    }
    .full .r .list .box {
      margin-left: 0;
      flex: none;
      width: 5rem;
      padding: 0.7rem 1.05rem;
      background-color: #fafafa;
      margin-right: 0.36rem;
    }
    .full .r .list .box .box-t {
      font-size: 0.18rem;
    }
    .full .r .list .box .box-d {
      font-size: 0.22rem;
      margin-top: 0.3rem;
      white-space: nowrap;
    }
    .full .r .list .box .nor-img {
      padding: 0 0.2rem;
      margin-top: 0.5rem;
    }
    .full .r .list .box .more-btn {
      margin-top: 0.8rem;
    }
    .full .r .list .box .more-btn .t {
      font-size: 0.18rem;
    }
    .full .r .list .box .more-btn .arrow-box {
      width: 0.19rem;
      height: 0.14rem;
    }
    .full .r .list .box:nth-last-of-type(1) {
      margin-right: 0;
    }
    .full .r .list .box:hover .content {
      opacity: 0;
    }
    .full .r .list .box:hover .bg {
      opacity: 0;
    }
    .full .r .list .box:hover .box-t {
      color: #000;
    }
    .full .r .list .box:hover .box-d {
      color: #000;
      opacity: 1;
    }
    .full .r .list .box:hover .nor-img {
      opacity: 1;
    }
    .full .r .list .box:hover .more-btn .t {
      color: #000;
    }
    .full .r .list .box:hover .more-btn .arrow-box img:nth-of-type(1) {
      opacity: 0;
    }
    .full .r .list .box:hover .more-btn .arrow-box img:nth-of-type(2) {
      opacity: 1;
    }
    .full .r .list::-webkit-scrollbar {
      display: none;
    }
    .full .r .list::-ms-scrollbar {
      display: none;
    }
    .common {
      flex-direction: column;
      padding: 0.67rem 0.44rem 1rem;
    }
    .common .l .num-line {
      display: flex;
      align-items: center;
    }
    .common .l .num {
      font-size: 0.26rem;
    }
    .common .l .line {
      height: 1px;
      width: 1rem;
      margin-top: 0;
      margin-left: 0.4rem;
    }
    .common .l .t {
      font-size: 0.5rem;
      margin-top: 0.4rem;
    }
    .common .l .t .t2 {
      font-size: 0.5rem;
    }
    .common .l .d {
      font-size: 0.24rem;
      margin-top: 0.1rem;
    }
    .common .l .d.d2 {
      font-size: 0.24rem;
    }
    .find .r {
      margin-left: 0;
      margin-top: 0.53rem;
      align-items: flex-start;
    }
    .find .r .list .img-box {
      height: auto;
    }
    .find .r .list .img-box.img-box1 {
      height: auto;
    }
    .freedom .r {
      margin-left: 0;
      margin-top: 0.53rem;
      flex-direction: column;
    }
    .freedom .r .swiper-box {
      width: 100%;
    }
    .freedom .r .swiper-box .swiper-container .swiper-slide .content{
      top: 0.27rem;
    }
    .freedom .r .swiper-box .swiper-container .swiper-slide .content-top {
      top: 0.27rem;
      left: 0.27rem;
      bottom: auto;
    }
    .freedom .r .swiper-box .swiper-controller {
      margin: 0.36rem 0 0.58rem;
    }
    .freedom .r .swiper-box .swiper-controller .swiper-pagination {
      position: static;
    }
    .freedom .r .swiper-box .swiper-controller .swiper-pagination .swiper-pagination-bullet {
      background-color: #fff;
      border-radius: 0;
      width: 0.35rem;
      height: 2px;
      margin-left: 0.1rem;
    }
    .freedom .r .list-box .list .img-box .content-top {
      top: 0.27rem;
      left: 0.27rem;
      bottom: auto;
    }
    .gift {
      flex-direction: column;
    }
    .gift .r {
      position: relative;
      height: auto;
      padding-left: 0;
      margin-top: 0.43rem;
    }
    .gift .r .left-box {
      position: absolute;
      left: 0;
      width: 51%;
      height: 4.9rem;
    }
    .gift .r .left-box .content {
      display: flex;
      align-items: center;
      bottom: 0.2rem;
      top: auto;
    }
    .gift .r .left-box .content img {
      width: 0.12rem;
      margin-right: 0.2rem;
      rotate: 180deg;
    }
    .gift .r .right-box {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
    }
    .gift .r .right-box .box {
      height: auto;
      width: 100%;
      margin-bottom: 0;
    }
    .gift .r .right-box .box:nth-of-type(1) {
      position: relative;
      align-items: flex-start;
      flex-direction: column;
      width: 48%;
      padding-left: 0.2rem;
      margin-bottom: 0.8rem;
    }
    .gift .r .right-box .box:nth-of-type(1) img {
      width: 100%;
    }
    .gift .r .right-box .box:nth-of-type(1) .content {
      margin-left: 0;
      margin-top: 0.32rem;
    }
    .gift .r .right-box .box:nth-of-type(1) .content img {
      width: 0.12rem;
      rotate: 90deg;
    }
    .gift .r .right-box .box:nth-last-of-type(1) {
      height: auto;
      flex-direction: column;
      align-items: flex-end;
    }
    .gift .r .right-box .box:nth-last-of-type(1) img {
      width: 80%;
    }
    .gift .r .right-box .box:nth-last-of-type(1) .content {
      width: 100%;
      justify-content: flex-end;
      margin-right: 0;
      margin-top: 0.2rem;
    }
    .creatives .r {
      padding-left: 0;
      margin-top: 0.6rem;
    }
    .creatives .r .top-box {
      display: flex;
      align-items: stretch;
    }
    .creatives .r .top-box .left-box {
      width: 60%;
    }
    .creatives .r .top-box .left-box .img-box {
      width: 100%;
      height: 100%;
      position: relative;
    }
    .creatives .r .top-box .left-box .img-box img {
      height: 100%;
      object-fit: cover;
    }
    .creatives .r .top-box .left-box .img-box .content {
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      color: #000;
      font-size: 0.14rem;
      z-index: 2;
    }
    .creatives .r .top-box .right-box {
      overflow: hidden;
      flex: 1;
      margin-left: 0.2rem;
    }
    .creatives .r .top-box .right-box .img-box {
      width: 100%;
      height: 50%;
      position: relative;
      margin-bottom: 0.2rem;
    }
    .creatives .r .top-box .right-box .img-box img {
      height: 100%;
      object-fit: cover;
    }
    .creatives .r .top-box .right-box .img-box .content {
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      color: #000;
      font-size: 0.14rem;
      z-index: 2;
    }
    .creatives .r .top-box .right-box .img-box:nth-last-of-type(1) {
      margin-bottom: 0;
    }
    .creatives .r .bottom-box {
      margin-top: 0.2rem;
      display: flex;
    }
    .creatives .r .bottom-box .img-box {
      width: 100%;
      position: relative;
      margin-bottom: 0.2rem;
    }
    .creatives .r .bottom-box .img-box img {
      object-fit: cover;
    }
    .creatives .r .bottom-box .img-box .content {
      position: absolute;
      top: 0.25rem;
      left: 0.25rem;
      color: #000;
      font-size: 0.14rem;
      z-index: 2;
    }
    .creatives .r .bottom-box .img-box:nth-last-of-type(1) {
      margin-bottom: 0;
    }
    .creatives .r .bottom-box .right-box {
      margin-left: 0.2rem;
    }
    .look {
      flex-direction: column-reverse;
      height: auto;
    }
    .look .l {
      position: static;
    }
    .look .r-box {
      width: 100%;
      padding: 0.5rem;
    }
    .look .r-box .top {
      width: 1.34rem;
    }
    .look .r-box .bottom {
      padding-top: 1.38rem;
    }
    .look .r-box .bottom .t-box .t1 {
      font-size: 0.42rem;
    }
    .look .r-box .bottom .d {
      margin-top: 0.46rem;
    }
    .look .logo {
      width: calc(100% - 1rem);
      right: 50%;
      transform: translateX(50%);
    }
  
    .btn-boies{
      display: none;
    }
  
    .find .r .list .img-box.img-box-bottom .content3{
      top: 0.2rem;
      bottom: auto;
    }
  }
  