.home-container {
    width: 100%;
}

.box-one {
    width: 100%;
    height: 100vh;
    position: relative;
}
.screen-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.home-banner-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.screen-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.screen-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
}

.banner-info {
    position: absolute;
    top: 35.3%;
    z-index: 3;
    right: 0;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.info-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#fff;
    position: relative;
    transition: transform 2s cubic-bezier(.19,1,.22,1);
    -webkit-transition: transform 2s cubic-bezier(.19,1,.22,1);
}

.fade-out {
    animation: fadeOut 1s forwards;
}

.animation-content {
    opacity: 0;
    animation: 1200ms ease 300ms bottom-fade-in;
    -webkit-animation:1200ms ease 300ms bottom-fade-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.banner-info-title {
    color: #FFFFFF;
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 93px;
    line-height: 5.8125rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}
.banner-info-desc {
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(255,255,255,0.6);
    line-height: 33px;
    line-height: 2.0625rem;
    margin: 0 auto;
}

.mouse-down{
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
    bottom: 40px;
    z-index: 2;
    border: 2px solid #fff;
    border: 0.125rem solid #fff;
    position: absolute;
    width: 30px;
    width: 1.875rem;
    height: 48px;
    height: 3rem;
    border-radius: 25px;
    border-radius: 1.5625rem;
}
.mouse-down span{
    background-color: #fff;
    width: 4px;
    width: 0.25rem;
    height: 9px;
    height: 0.5625rem;
    position: absolute;
    top: 8px;
    top: 0.5rem;
    left: 12px;
    left: 0.75rem;
    border-radius: 2px;
    border-radius: 0.125rem;
    -webkit-animation: mouswWheel 1.25s infinite linear;
    animation: mouswWheel 1.25s infinite linear;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30000;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.video-wrap {
    width: 80%;
    position: fixed;
    z-index: 1000000;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.video-wrap video {
    width: 100%;
}
.video-side-wrap {
    position: relative;
    z-index: 5;
    height: 100vh;
    overflow: hidden;
}

.swiper-container.home-swiper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.home-swiper  .swiper-slide {
    /* text-align: center;
    font-size: 30px;
    background: lightcyan; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    /* align-items: center; */
}

.home-swiper > .home-page-swiper-pagination {
    position: absolute;
    right: 40px;
    right: 2.5rem;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
}

.home-page-swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    width: 0.25rem;
    height: 50px;
    height: 3.125rem;
    background: rgba(211,211,211,0.6);
    border-radius: 3px !important;
    border-radius: 0.1875rem !important;
    opacity: 1;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.home-page-swiper-pagination .swiper-pagination-bullet-active {
    background: #FF7E30;
}


.icon-button {
    margin-top: 24px;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    border-radius: 1.375rem;
    padding: 12px 16px;
    padding: 0.75rem 1rem;
    border: 1px solid rgba(255,255,255,0.4);
    background-color: transparent;
    color: white;
    cursor: pointer;
}
.icon-button span {
    font-weight: 500;
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
}
.button-icon {
    margin-left: 10px;
    margin-left: 0.625rem;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-top: 0.375rem solid transparent;
    border-bottom: 6px solid transparent;
    border-bottom: 0.375rem solid transparent;
    border-left: 6px solid white;
    border-left: 0.375rem solid white;
}


.button-container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: fixed;
    right: 30px;
    right: 1.875rem;
    bottom: 40px;
    z-index: 2;
}

.button-container button {
    width: 114px;
    width: 7.125rem;
    height: 40px;
    height: 2.5rem;
    border-radius: 22px;
    border-radius: 1.375rem;
    border: 1px solid rgba(255,255,255,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 20px;
    line-height: 1.25rem;
    padding-left: 30px;
    padding-left: 1.875rem;
}

.button-with-icon:first-child {
    background: rgba(255,255,255,0.1) url('../png/mini-button-icon65e3.png') no-repeat 5px center;
    background: rgba(255,255,255,0.1) url('../png/mini-button-icon65e3.png') no-repeat 0.3125rem center;
    background-size: 30px 30px;
    background-size: 1.875rem 1.875rem;
    margin-right: 10px;
    margin-right: 0.625rem;
}
.button-with-icon:last-child {
    background: rgba(255,255,255,0.1) url('../png/gongzhonghao-button-icon.png') no-repeat 5px center;
    background: rgba(255,255,255,0.1) url('../png/gongzhonghao-button-icon.png') no-repeat 0.3125rem center;
    background-size: 30px 30px;
    background-size: 1.875rem 1.875rem;
}
.button-container button:hover {
    background-color: rgba(255,255,255,0.34);
}
.button-with-image1:hover::after {
    content: '';
    display: block;
    position: absolute;
    top: -132px;
    left: -15.5px;
    background: #FFFFFF url('../jpg/mini-boyu-qrccode-2.jpg') no-repeat center;
    background-size: 128px;
    width: 128px;
    height: 128px;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0.125rem 0.875rem 0px rgba(0,0,0,0.07);
    border-radius: 8px;
    border-radius: 0.5rem;
}

.button-with-image2:hover::after {
    content: '';
    display: block;
    position: absolute;
    top: -132px;
    right: -15.5px;
    background: #FFFFFF url('../jpg/gzh-boyu-qrcode-2.jpg') no-repeat center center;
    background-size: 128px;
    width: 128px;
    height: 128px;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0.125rem 0.875rem 0px rgba(0,0,0,0.07);
    border-radius: 8px;
    border-radius: 0.5rem;
}

.screen-content {
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
}
.screen-content:first-child {
    padding-top: 0;
}
/* 规模 */
.scale-content {
    width: 1400px;
    width: 87.5rem;
    background-color: #fff;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.title-box{
    flex: 1;
    position: relative;
}
.title-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.scale-content .title {
    font-size: 3rem;
    font-weight: 500;
    color: #222222;
    line-height: 4.19rem;

}
.scale-content .title strong {
    color: #FF7E30;
    font-size: 3rem;
    font-weight: 500;
    line-height: 4.19rem;
}
.scale-content .subtitle {
    margin-top: 0.63rem;
    font-size: 16px;
    font-size: 1rem;
    color: rgba(34,34,34,0.2);
    line-height: 1.38rem;
}

.scale-content .description {
    /* width: 1154px; */
    background: rgba(246,248,250,0.6);
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 20px;
    padding: 1.25rem;
    margin-top: 30px;
    margin-top: 1.88rem;
    box-sizing: border-box;
}

.scale-content .description-title {
    font-size: 32px;
    font-size: 2rem;
    color: #222222;
    line-height: 45px;
    line-height: 2.81rem;
    font-weight: 400;
}

.scale-content .description-desc {
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(34,34,34,0.4);
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 0.25rem;
}

.scale-content img {
    display: block;
    width: 100%;
}




/* 产品线 */
.product-line-title {
    font-weight: 500;
    font-size: 2.5rem;
    color: #222222;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}
.product-line-summary {
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(34,34,34,0.6);
    margin-bottom: 0.875rem;
}
.product-line-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

.product-column, .collapsed {
    width: 14.28%;
    overflow: hidden;
    transition: width 0.5s ease-in-out;
    height: 570px;
    height: 35.625rem;
    border-radius: 10px;
    border-radius: 0.625rem;
    position: relative;
}
.product-column::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}

.product-column.expanded {
    /* width: 960px; */
    width: 68.57%;
}
.product-column.expanded::before {
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.6) 100%);
}

.product-line-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-out;
    background-size: cover;
    background-position: center;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.product-column.expanded  .product-line-item {
   justify-content: space-between;
   align-items: flex-end;
   padding: 0 20px 32px 30px;
   padding: 0 1.25rem 2rem 1.875rem;
}

.product-line-desc, .store-name{
    display: none;
}
.product-list-pagination {
    opacity: 0;
}

.product-line-list-item-title {
    font-weight: 500;
    font-size: 30px;
    font-size: 1.875rem;
    color: #FFFFFF;
    line-height: 42px;
    line-height: 2.625rem;
}
.product-line-text, .store-name {
    position: relative;
    z-index: 2;
}
.product-line-desc {
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(255,255,255,0.6);
    line-height: 33px;
    line-height: 2.0625rem;
}
.store-name {
    font-size: 20px;
    font-size: 1.25rem;
    color: rgba(255,255,255,0.6);
    line-height: 27px;
    line-height: 1.6875rem;
}
.product-column.expanded .product-line-desc, .product-column.expanded .store-name {
    display: block;
}

.product-column.expanded .product-line-list-item-title {
    max-width: 480px;
    max-width: 30rem;
    width: 480px;
    width: 30rem;
}

.product-list-pagination {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    bottom: 1.25rem;
    right: 20px;
    right: 1.25rem;
    display: flex;
    justify-content: flex-end;
}

.product-line-item.active, .product-column.expanded .product-list-pagination {
    opacity: 1;
}

  .page-number {
    width: 60px;
    width: 3.75rem;
    height: 4px;
    height: 0.25rem;
    background: rgba(255,255,255,0.6);
    margin-left: 10px;
    margin-left: 0.625rem;
    cursor: pointer;
  }

  .page-number.active {
    background: #FF7E30;
  }

  /* 四心 */
  .product-features-box {
    width: 100%;
    overflow: hidden;
  }

  .product-features-item {
    /* height: 41.428%; */
  }


  .product-features-item-top-name {
    font-weight: 500;
    font-size: 48px;
    color: #FF7E30;
  }

  .product-features-item-title {
    margin-top: 0.25rem;
    font-weight: 500;
    font-size: 24px;
    color: rgba(34,34,34,0.6);
  }

  .product-features-item-desc {
    font-size: 16px;
    font-size: 1rem;
    color: #666;
  }



  .product-features-item-main-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0.88rem;
  }
  .product-features-text-box {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% - 58.572%);
  }
  .product-features-detail-section {
    margin-left: 3.448%;
    padding: 5.172% 24px 5.17% 5.17%;
    padding: 5.172% 1.5rem 5.17% 5.17%;
    margin-bottom: 3.448%;
    width: 46.55%;
    height: 36.72%;
    /* width: 270px;
    height: 213px;
    padding: 30px 24px 0 30px;
    margin-bottom: 30px; */
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0.125rem 0.75rem 0px rgba(0,0,0,0.05);
    border-radius: 10px;
    border-radius: 0.625rem;
    overflow: hidden;
    background: #FFFFFF;
  }
  .product-features-detail-section:hover {
    background: #FAFBFC;
  }
  .product-features-detail-section:hover .detail-section-name {
    color: #FF7E30;
  }

  .detail-section-name {
    font-weight: 600;
    font-size: 20px;
    color: #222222;
    margin-bottom: 0.875rem;
  }

  .detail-section-desc {
    font-size: 16px;
    color: rgba(34,34,34,0.6);
    text-align: left;
    max-width: 28.75rem;
    min-height: 6.93rem;
    word-break: break-all;
  }

  .product-features-image {
    width: 58.572%;
    height: 27.88%;
    border-radius: 10px;
    border-radius: 0.625rem;
    overflow: hidden;
  }
  .product-features-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

.product-features-pagination {
    width: 100%;
    margin-top: 1.428%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.product-features-page-box {
    width: 22.857%;
    height: 62px;
    height: 3.875rem;
    margin-right: 2.857%;
    position: relative;
    cursor: pointer;
}
.product-features-page-box:last-child {
    margin-right: 0;
}

.product-features-page-text {
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(34,34,34,0.6);
    line-height: 33px;
    line-height: 2.0625rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
}

.product-features-page-box.active .product-features-page-text {
    font-weight: 500;
    color: #FF7E30;
}

.page-sign-line {
    width: 100%;
    height: 2px;
    height: 0.125rem;
    background: #EBEBEB;
}
.product-features-page-box.active .page-sign-line {
    background: linear-gradient(90deg, #FF7E30, #FF7E30 50%, #EBEBEB 50%);
    background-size: 200% 100%;
    animation: progress 5s linear forwards;
}
.page-arrow {
    display: block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-left: 0.75rem solid transparent;
    border-right: 12px solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 8px solid #FF7E30;
    border-bottom: 0.5rem solid #FF7E30;
    margin-left: 0.714%;
    opacity: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
}
.product-features-page-box.active .page-arrow {
    opacity: 1;
}

@keyframes progress {
    0%   {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

.product-features-item {
    display: none;
    width: 100%;
}
.product-features-item.active {
    display: block;
    transition: opacity 2s ease-out;
}



  /* 泊寓故事 */
.fourth-screen-container {
    max-width: 1400px;
    max-width: 87.5rem;
    width: 100%;
    box-sizing: border-box;
    /* padding-top: 120px;
    padding-top: 7.5rem; */
}
.fourth-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fourth-title {
    font-weight: 500;
    font-size: 48px;
    font-size: 2.5rem;
    color: #000000;
    line-height: 72px;
    line-height: 4.5rem;
}
.fourth-top-title .more {
    font-weight: 600;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000000;
    line-height: 33px;
    line-height: 2.0625rem;
}
.fourth-top-title .more:hover {
    color: #FF7E30;
}

.story-content-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.story-item.first-box {
    width: 690px;
    width: 49.2%;
    height: 32.375rem;
    overflow: hidden;
}

.other-list-box {
    width: 50.72%;
    display: flex;
    flex-wrap: wrap;
}
.other-list-box .story-item {
    width: 47%;
    height: 15.5625rem;
    margin-left: 2.817%;
    overflow: hidden;
}
.other-list-box .story-item:nth-child(1), .other-list-box .story-item:nth-child(2) {
    margin-bottom: 2.817%;
}
.story-content-box .story-item .story-image-cover, .story-content-box .story-item .story-image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    border-radius: 10px;
    border-radius: 0.625rem;
    overflow: hidden;
}
.story-content-box .story-item .story-image-cover::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 71%, rgba(0,0,0,0.6) 100%);
}


.story-text {
    position: relative;
    z-index: 2;
    padding: 0 20px 20px 15px;
    padding: 0 1.25rem 1.25rem 0.9375rem;
    box-sizing: border-box;
    bottom: 40px;
    bottom: 2.5rem;
    left: 0;
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 33px;
    line-height: 2.0625rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


  /* 品牌墙 */
.seven-screen {
    background: #FBFCFD;
}
.seven-screen-container {
    max-width: 87.5rem;
    width: 100%;
    height: 100%;
    margin-bottom: 14.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.seven-title, .seven-container-summary {
    display: flex;
    align-items: center;
    justify-content: center;
}
.seven-title {
    font-weight: 500;
    font-size: 2.5rem;
    color: #222222;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    text-align: center;
}

.seven-container-summary {
    font-size: 24px;
    font-size: 1.5rem;
    color: rgba(34,34,34,0.6);
    line-height: 1.5;
    text-align: center;
    margin: 0.69rem 0 2.13rem;
}

.seven-content {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.complete-image-list {
    width: 100%;
    /* width: 75%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.seven-img {
    display: block;
    width: 11.25%;
    height: 5.63%;
    background: #FFFFFF;
    box-shadow: 0px 0.25rem 0.3125rem 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
    object-fit: cover;
    object-position: center;
    margin-right: 1.25rem;
    margin-bottom: 1.88rem;
    box-sizing: border-box;
}
.side-fixed-box {
    position: fixed;
    bottom: 50px;
    bottom: 3.125rem;
    right: 44px;
    right: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    display: none;
}

.show-scan {
    background-image: url('https://boyu-new.oss-cn-shenzhen.aliyuncs.com/pc/homepage/scan.svg');
}
.go-top {
    background-image: url('https://boyu-new.oss-cn-shenzhen.aliyuncs.com/pc/enterprise/go-top.svg');
}

.side-fixed {
    width: 54px;
    width: 3.375rem;
    height: 54px;
    height: 3.375rem;
    background-size: 34px 34px;
    background-size: 2.125rem 2.125rem;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #161616;

}
.side-fixed:hover, .side-fixed.active {
    background-color: #FF7E30;
}
.side-fixed-hover-box {
    position: fixed;
    z-index: 10;
    bottom: 50px;
    bottom: 3.125rem;
    right: 94px;
    right: 5.875rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px 14px;
    padding: 0.625rem 0.875rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 8px;
    border-radius: 0.5rem;
    border: 2px solid #FF7E30;
    border: 0.125rem solid #FF7E30;
    display: none;
}

.side-fixed-hover-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-right: 0.75rem;
}
.side-fixed-hover-item:last-child {
    margin-right: 0;
}

.side-fixed-hover-item .hover-qrcode {
    width: 140px;
    width: 8.75rem;
    height: 140px;
    height: 8.75rem;
    display: block;
    object-fit: cover;
}
.side-fixed-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: rgba(0,0,0,0.3);
    margin-top: 6px;
    margin-top: 0.375rem;
}
.home-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 228px;
    height: 14.25rem;
    background: #222222;
    padding: 30px 0 20px 0;
    padding: 1.875rem 0 1.25rem 0;
    box-sizing: border-box;
}
.product-line-screen-container {
    width: 100%;
    max-width: 1400px;
    max-width: 87.5rem;
}


.product-features-inner {
    width: 100%;
    max-width: 1400px;
    max-width: 87.5rem;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-footer-inner {
    /* max-width: 1400px; */
    max-width: 87.5rem;
    width: 100%;
    margin: 0 auto;
}
.home-display-flex {
    display: flex;
    align-items: flex-start;
    padding-bottom: 1.18rem;
    box-sizing: border-box;
}
.display-flex{
    display: flex;
    align-items: center;
    flex: 1;
}
.column:last-child {
    padding-right: 0;
}

.display-flex .column:nth-child(1), .display-flex .column:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,0.2);
}

.home-footer-content .footer-logo {
    display: block;
    width: 82px;
    width: 5.125rem;
    height: 32px;
    height: 2rem;
    margin-right: 5rem;
}
.qrcode-box, .qrcode-zone {
    display: flex;
    justify-content: center;
    align-items: center;
}
.qrcode-box {
    width: 54%;
    justify-content: flex-start;
}
.qrcode-zone{
    width: 27rem;
    margin-right: 3.75rem;
}
.qrcode-zone:first-child{
    width: 33rem;
}

.code-image {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100px;
    width: 6.25rem;
    height: 100px;
    height: 6.25rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0.125rem 0.875rem 0px rgba(0,0,0,0.07);
    border-radius: 4px;
    border-radius: 0.25rem;
    margin-right: 16px;
    margin-right: 1rem;
}

.title-and-text .title {
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
}

.title-and-text .text {
    font-size: 12px;
    font-size: 0.75rem;
    color: #A7A7A7;
    line-height: 1.5;
}
.contact-box {
    margin: 0 3.75rem;
    padding-right: 3.75rem;
}

.contact-label, .friend-link-label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #A7A7A7;
    line-height: 1.5;
}

.contact-text {
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.friend-link a, .friend-link a:hover, .friend-link a:active, .portal-info a, .portal-info a:hover, .portal-info a:active{
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    color: #FFFFFF;
}
.portal-info a
.friend-link a:first-child {
    margin-right: 20px;
    margin-right: 1.25rem;
    margin-left: 0;
}
.copy-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 2.06rem 0 0.625rem;
}
.copy-right p, .copy-right a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #A7A7A7;
    line-height: 1.5;
}
.portal-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.portal-icon {
    display: block;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    margin-right: 5px;
    margin-right: 0.3125rem;
}


@media screen and (max-width: 1400px) {
    .product-line-screen-container,
    .scale-content {
        box-sizing: border-box;
        width: 100%;
    }
    .scale-content {
        padding: 160px 100px 0;
        padding: 10rem 6.25rem 0;
        box-sizing: border-box;
    }
    .product-line-screen-container,
    .fourth-screen-container,
    .product-features-inner,
    .home-footer-content {
        padding: 0 100px;
        padding: 0 6.25rem;
    }
    .seven-screen-container {
        padding: 0 6.25rem;
        margin-bottom: 9.25rem;
    }
    .seven-title, .seven-container-summary{
        font-size: 1.2rem;
    }
    .product-column, .collapsed{
        height: 20rem;
    }
    .product-features-image {
        width: 44.571%;
    }
    .product-features-text-box {
        width: calc(100% - 45.571%);
    }
    .product-features-detail-section{
        padding: 1rem;
    }
    .story-item.first-box{
        height: 26.375rem;
    }
    .other-list-box .story-item {
        height: 12.5625rem;
    }
    .seven-title {
        margin-bottom: 0;
    }
    .seven-content{
        margin-top: 0.5rem;
    }
    .seven-img {
        width: 13.25%;
        height: 3.75rem;
        margin-right: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .seven-container-summary{
        margin: 0.69rem 0 0.98rem;
    }
    .home-footer {
        height: 9.25rem;
        padding: 0.875rem 0 0.25rem 0;
    }
    .detail-section-desc{
        min-height: 2rem;
    }
    .home-footer-content .footer-logo {
        width: 3.125rem;
        height: 1rem;
    }
    .qrcode-box {
        width: 35%;
        align-items: flex-start;
    }
    .code-image {
        width: 4.25rem;
        height: 4.25rem;
    }
    .title-and-text .title {
        font-size: 0.438rem;
    }
    .title-and-text .text {
        font-size: 0.37rem;
    }
    .contact-label, .friend-link-label {
        font-size: 0.37rem;
    }
    .contact-text,.friend-link a,.copy-right p, .copy-right a,.portal-info a {
        font-size: 0.438rem;
    }
    .copy-right {
        margin: 0.625rem 0 0;
    }
    .copy-right p, .copy-right a {
        font-size: 0.37rem;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px), screen and (min-device-width: 720px) and (max-device-width: 1366px) {
    .home-footer-content {
        width: 100%;
        padding: 0 30px;
    }
}
@media screen and (min-resolution: 1.5dppx){
    .scale-content .title,
    .scale-content .description-title,
    .scale-content .description-desc,
    .product-line-title,
    .product-line-summary,
    .product-column.expanded .product-line-list-item-title,
    .product-line-desc,
    .scale-content .title strong,
    .story-text,
    .fourth-title {
        font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1200 - 320)));
        font-size: calc(1rem + (24 - 16) * ((100vw - 20rem) / (1200 - 320)));
    }
}