.banner{
    position: relative;
}
.banner .btn{
    position:absolute;
    top: 50%;
    transform: translate(-50%);
    cursor: pointer;
    z-index: 3;
    color: #fff;
}
.banner .btn.btn-prev{
    left: 3%;
}
.banner .btn.btn-next{
    right: 3%;
}
.banner .btn .iconfont{
    font-size: 22px;
}
.banner .swiper-slide img,
.banner .swiper-slide video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.into {
    background: RGBA(235, 234, 232, 1);
}

.brand-introduction {
    padding: 99px 0 210px;
    overflow: hidden;
}

.brand-introduction .introduction-top {
    position: relative;
    z-index: 3;
}

.brand-introduction .introduction-top img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.brand-introduction .introduction-main {
    margin-top: -2.96vw;
    display: flex;
    justify-content: space-between;
}

.brand-introduction .introduction-image {
    width: 42.7%;
}

.brand-introduction .introduction-image img {
    display: block;
    width: 100%;
}

.brand-introduction .introduction-text {
    width: 52.91%;
    padding-right: 8.33%;
    padding-top: 4.27vw;
    text-align: right;
}

.brand-introduction .brand-image-container img {
    display: block;
    margin: 0 0 0 auto;
    max-width: 100%;
}

.brand-introduction .introduction-text .cn-title {
    /* font-family: SweiSpringCJKtc-Bold; */
    font-weight: bold;
    color: #D62598;
    margin-top: .86em;
}

.brand-introduction .introduction-text .text-content {
    /* font-family: SourceHanSansSC-Regular; */
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 2;
    margin-top: 1.86em;
}

.brand-introduction .introduction-text .text-content .text:not(:last-child) {
    margin-bottom: 1em;
}

.brand-introduction .action-button {
    display: inline-block;
    padding: 0 100px;
    margin-top: 63px;
}

.brand-introduction .action-button img {
    display: block;
    width: 226px;
    transition: filter 0.3s ease;
}

.brand-introduction .action-button:hover img {
    filter: sepia(200%) saturate(9795%) hue-rotate(204deg);
}

.group-profile {
    position: relative;
    padding-bottom: 242px;
    overflow: hidden;
}

.group-profile .content-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    z-index: 2;
}

.group-profile:before {
    position: absolute;
    /* content: ""; */
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(214, 37, 152, 1);
    height: 23px;
}

.group-profile .content-wrapper .profile-header {
    position: relative;
    width: 54.63%;
    padding-left: 8.33%;
    padding-top: 2vw;
}

.group-profile .content-wrapper .profile-title {
    position: relative;
}

.group-profile .content-wrapper .profile-title img {
    position: absolute;
    left: -3.64vw;
    top: 0;
    max-width: 100%;
    display: block;
}

.group-profile .content-wrapper .profile-title .cn-title {
    position: relative;
    /* font-family: SweiSpringCJKtc-Bold; */
    font-weight: bold;
    color: #D62598;
    /* z-index: 2; */
    line-height: 1;
    transform: translateY(-20%);
    display: inline-block;
}

.group-profile .content-wrapper .profile-text {
    width: 100%;
    /* font-family: SourceHanSansSC-Regular; */
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 1.73;
    margin-top: 90px;
}

.group-profile .content-wrapper .profile-text .text:not(:last-child) {
    margin-bottom: .7em;
}

.group-profile .profile-content {
    /* flex: 1; */
    padding-top: 0;
    /* align-self: flex-end; */
    padding-right: 8.33vw;
    width: 41.46%;
}
.group-profile .profile-content .profile-item{
    display: flex;
    align-items: center;
}
.group-profile .profile-content .profile-item:not(:last-child){
    margin-bottom: 33px;
}
.group-profile .profile-content .profile-image img {
    display: block;
    width: 100%;
}
.group-profile .profile-content .profile-item .pic{
    flex: 1;
    margin-right: 20px;
}
.group-profile .profile-content .profile-item .text{
font-weight: 400;
font-size: 24px;
color: #000000;
line-height: 1.69;
writing-mode: vertical-rl;
direction: rtl;
white-space: nowrap;
}
.group-profile .picContainer{
    margin: 78px 8.33vw 0;
}
.brand-story{
    overflow:hidden;
}
.brand-story .story-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.brand-story .story-layout .story-image {
    position: relative;
    width: 41.92%;
}

.brand-story .story-layout .decorative-image-container {
    position: absolute;
    top: 10.91%;
    width: 45.96%;
    right: 0;
    transform: translateX(28.37%);
    z-index: 2;
}

.brand-story .story-layout .decorative-image-container img {
    display: block;
    width: 100%;
}

.brand-story .story-layout .main-profile-image {
    display: block;
    width: 100%;
}

.brand-story .story-content {
    padding-top: 7.86vw;
    padding-right: 8.33%;
    width: 50%;
    text-align: right;
    padding-bottom: 266px;
}
.brand-story .story-content .story-header-container{
    display: inline-block;
    text-align: left;
}
.brand-story .story-content .brand-chinese {
    /* font-family: SweiSpringCJKtc-Bold; */
    font-weight: bold;
    color: #D62598;
    line-height: 1;
}
.brand-story .story-content .story-text{
/* font-family: SourceHanSansSC-Regular; */
font-size: 24px;
color: rgba(0, 0, 0, 1);
line-height: 2;
margin-top: 2em;
}
.brand-story .story-content .story-text .font30{
    line-height: 1.6;
}
.brand-story .story-content .story-text .highlight{
    color: rgba(214, 37, 152, 1);
}
.brand-story .story-content .story-text .text-box{
    margin: 15px 0;
}
.brand-story .story-content .story-text .text:not(:last-child){
    margin-bottom: .625em;
}
.brand-story-black-white{
    margin-top: -170px;
    padding-bottom: 89px;
    overflow: hidden;
}
.brand-story-black-white .black-white-layout{
    display: flex;
    justify-content: space-between;
}
.brand-story-black-white .story-left-content{
    width: 49.47%;
    padding-left: 8.33%;
    padding-top: 15.62vw;
/* font-family: SourceHanSansSC-Regular; */
font-weight: 400;
font-size: 26px;
color: #000000;
line-height: 1.69;
}
.brand-story-black-white .story-left-content .text:not(:last-child){
    margin-bottom: 1.34em;
}
.brand-story-black-white .story-left-content .pink-highlight{
    color: #D62598;
} 
.brand-story-black-white .story-left-content .text-decoration-image{
    margin-top: 5.2vw;
}
.brand-story-black-white .story-left-content .text-decoration-image img{
    display: block;
    max-width: 100%;
}
.brand-story-black-white .image-section{
    width: 42.7%;
    padding-right: 3.12vw;
}
.brand-story-black-white .image-section .pic{
    position: relative;
}
.brand-story-black-white .image-section .portrait-image{
    display: block;
    width: 100%;
}
.brand-story-black-white .image-section .signature{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58.7%;
    transform: translate(-11.46%,45.07%);
}
.brand-story-black-white .image-section .signature img{
    display: block;
    width: 100%;
}
.brand-story-black-white .brand-story-title{
    position: relative;
    margin-top: -4.16vw;
    z-index: 3;
}
.brand-story-black-white .brand-story-title img{
    display: block;
    margin: 0 auto;
    max-width: 94vw;
}
@media (max-width:1840px) {
    .brand-story-black-white .story-left-content,
    .brand-story .story-content .story-text,
    .group-profile .content-wrapper .profile-text,
    .brand-introduction .introduction-text .text-content{
        font-size: 22px;
    }
}
@media (max-width:1700px) {
    .group-profile .content-wrapper .profile-text{
        margin-top: 70px;
    }
}
@media (max-width:1600px) {
    .brand-story-black-white .story-left-content,
    .brand-story .story-content .story-text,
    .group-profile .content-wrapper .profile-text,
    .brand-introduction .introduction-text .text-content{
        font-size: 20px;
    }
    .brand-introduction .action-button{
        margin-top: 40px;
    }
}
@media (max-width:1440px) {
    .group-profile .profile-content .profile-item .pic{
        margin-right:10px;
    }
    .brand-story .story-content,
    .brand-introduction .introduction-text{
        padding-right: 3%;
    }
    .brand-story-black-white .story-left-content,
    .group-profile .content-wrapper .profile-header{
        padding-left: 3%;
    }
    .group-profile .content-wrapper .profile-title{
        margin-left: 2em;
    }
    .group-profile .profile-content .profile-item .text{
        font-size:20px;
    }
}
@media (max-width:1330px) {
    .group-profile .profile-content{
        /* padding-top: 240px; */
    }
    .group-profile .content-wrapper .profile-text{
        width: 140%;
    }
}
@media (max-width:1199px) {
    .brand-story-black-white .story-left-content{
        padding-top: 0;
        padding-bottom: 80px;
    }
    .brand-introduction{
        padding: 80px 0;
    }
    .brand-story .story-content{
        padding-top: 80px;
        padding-bottom: 0;
    }
    .brand-story-black-white{
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .brand-introduction .action-button img{
        width: 190px;
    }
    .brand-introduction .brand-image-container img{
        width: 494px;
    }
    .brand-introduction .action-button{
        margin-top: 30px;
    }
    .brand-story-black-white .story-left-content, .brand-story .story-content .story-text, .group-profile .content-wrapper .profile-text, .brand-introduction .introduction-text .text-content{
        font-size: 18px;
    }
    .group-profile .profile-content{
        padding-right:3%;
    }
    .group-profile .content-wrapper .profile-text{
        width: 100%;
        margin-top: 60px;
    }
    .group-profile .content-wrapper .profile-title img{
        max-width: 340px;
    }
    .banner .swiper-slide img, .banner .swiper-slide video{
        height: auto;
    }
    .group-profile .picContainer{
        margin: 45px 3% 0;
    }
    .group-profile{
        padding-bottom: 80px;
    }
}
@media (max-width:1024px) {
    .group-profile .picContainer{
        margin-top: 40px;
    }
    .group-profile{
        padding-bottom: 70px;
    }
    .group-profile .content-wrapper{
        flex-direction: column;
    }
    .group-profile .content-wrapper .profile-header{
        width: 100%;
    }
    .group-profile .profile-content{
        padding: 0 3%;
        margin-top: 45px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        width: 100%;
        gap: 0 4vw;
    }
    .group-profile .profile-content .profile-item:not(:last-child){
        margin-bottom:0;
    }
    .group-profile .profile-content{
        margin-top: 40px;
    }
    .brand-introduction .action-button img{
        width: 160px;
    }
    .brand-story-black-white .story-left-content, .brand-story .story-content .story-text, .group-profile .content-wrapper .profile-text, .brand-introduction .introduction-text .text-content{
        font-size: 16px;
    }
    .brand-introduction .introduction-text .text-content{
        margin-top: 1.5em;
        line-height: 1.8;
    }
    .brand-introduction .brand-image-container img{
        width: 70%;
    }
    .brand-story-black-white .story-left-content{
        padding-bottom: 70px;
    }
    .brand-introduction{
        padding: 70px 0;
    }
    .brand-story .story-content{
        padding-top: 50px;
    }
    .brand-story-black-white{
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .group-profile .content-wrapper .profile-title{
        margin-left: 1em;
    }
    .group-profile .content-wrapper .profile-title img{
        max-width: 280px;
    }
    .group-profile .content-wrapper .profile-text{
        margin-top: 40px;
    }
    .brand-story-black-white .story-left-content .pink-highlight,
    .brand-story .story-content .story-text .font30{
        font-size: 20px;
    }
    .brand-story .story-content .story-text{
        margin-top: 1.5em;
    }
    .group-profile .profile-content .profile-item .text{
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .group-profile .profile-content{
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
    .group-profile .picContainer{
        margin-top: 30px;
    }
    .group-profile{
        padding-bottom: 60px;
    }
    .brand-story-black-white .brand-story-title{
        margin-top: 15vw;
    }
    .brand-story-black-white .image-section{
        width: 100%;
        padding-left: 10%;
    }
    .brand-story-black-white .story-left-content{
        width: 100%;
        padding-right: 3%;
    }
    .brand-story-black-white .black-white-layout{
        flex-direction: column;
    }
    .brand-story .story-layout .story-image{
        margin-top: 30px;
        width: 80%;
        margin-left: 3%;
    }
    .brand-story .story-content .story-header-container{
        display: block;
    }
    .brand-story .story-content{
        width: 100%;
        padding-left: 3%;
    }
    .brand-story .story-layout{
        flex-direction: column-reverse;
    }
    .group-profile .content-wrapper .profile-text{
        margin-top: 30px;
    }
    .group-profile .content-wrapper .profile-title img{
        max-width: 230px;
    }
    .group-profile .profile-content{
        margin-top: 30px;
    }
    .brand-introduction .introduction-text{
        width: 100%;
        padding-top: 7vw;
    }
    .brand-introduction .introduction-image{
        margin: 0 3%;
        width: 94%;
    }
    .brand-introduction .introduction-main{
        flex-direction: column;
    }
    .brand-story-black-white .story-left-content{
        padding-bottom: 60px;
    }
    .brand-introduction{
        padding: 60px 0;
    }
    .brand-story .story-content{
        padding-top: 0;
    }
    .brand-story-black-white{
        margin-top: 60px;
        padding-bottom: 60px;
    }
    .brand-story-black-white .story-left-content, .group-profile .content-wrapper .profile-header,
    .brand-story .story-content, .brand-introduction .introduction-text{
        padding-right: 6%;
        padding-left:6%;
    }
}
@media (max-width: 500px) {
    .group-profile .profile-content{
        gap: 25px;
    }
    .group-profile .profile-content .profile-item .text{
        font-size: 14px;
    }
    .group-profile .picContainer{
        margin-top: 25px;
    }
    .group-profile{
        padding-bottom: 50px;
    }
    .group-profile .content-wrapper .profile-text{
        margin-top: 25px;
    }
    .group-profile .content-wrapper{
        flex-direction:column-reverse;
        gap: 30px;
    } 
    .group-profile .profile-content{
        margin-top: 0;
    }
    .brand-story-black-white .story-left-content{
        padding-bottom: 50px;
    }
    .brand-introduction{
        padding: 50px 0;
    }
    .brand-story .story-content{
        /* padding-top: 30px; */
    }
    .brand-story-black-white{
        margin-top: 50px;
        padding-bottom: 50px;
    }
    .group-profile .profile-content .profile-item .pic{
        margin-right: 0;
    }
}
@media (max-width:400px){
    .brand-introduction .introduction-text .text-content{
        font-size: 13px;
    }
}