.banner{
    height: 34rem;
}

.brand-story {
    width: 81%;
    height: auto;
    margin: 0 auto;
    padding: 40px 0 3rem;
}

.brand-story-bg {
    /* background: #fefefe url("../../images/v2/brand/brand_story_bg.jpg") no-repeat; */
    background-position-x: left;
    background-position-y: bottom;
}

.brand-story .brand-story-title {
    height: auto;
    font-size: 2.625rem;
    font-family: MuliBold, sans-serif;
    color: #000;
    text-align: center;
    font-weight: 700;
    border-bottom: 12px solid #ffcd2c;
    width: fit-content;
    max-width: 100%;
    padding: 0 .35rem .25rem;
    line-height: 1.1;
    margin: 0 auto;
}

.brand-story .brand-story-content {
    align-items: stretch !important;
}

.brand-story .brand-story-content .left {
    background: #ffcd2c;
    width: 50%;
    max-width: 46.25rem;
    height: auto;
    min-height: 38rem;
    padding: 3rem 4rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-story .brand-story-content .left .title {
    font-size: 2.325rem;
    color: #000;
    padding-top: 0;
}

.brand-story .brand-story-content .left .content {
    font-size: 1.215rem !important;
    color: #000;
    text-align: justify;
    padding-top: 1rem;
    line-height: 1.45;
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {

    .banner {
        height:auto;
    }

    .brand-story{
        height: auto;
    }

    .brand-story .brand-story-content .left {
        background: #f7f7f7;
        width: 50%;
        max-width: 46.25rem;
        height: auto;
        min-height: 32rem;
        padding: 2.5rem 3rem;
        box-sizing: border-box;
    }

    .brand-story .brand-story-content .left .title {
        font-size: 2rem;
        color: #d6b53c;
        text-align: center;
        padding-top: 4.125rem;
    }

    .brand-story .brand-story-content .left .content {
        font-size: 1rem !important;
        color: #999999;
        text-align: justify;
        padding-top: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {

    .brand-story .brand-story-content .left {
        background: #f7f7f7;
        width: 50%;
        max-width: 46.25rem;
        height: auto;
        min-height: 30rem;
        padding: 2rem 2.5rem;
        box-sizing: border-box;
    }

    .brand-story .brand-story-content .left .title {
        font-size: 1.6rem;
        color: #d6b53c;
        text-align: center;
        padding-top: 4.125rem;
    }

    .brand-story .brand-story-content .left .content {
        font-size: 0.85rem !important;
        color: #999999;
        text-align: justify;
        padding-top: 1rem;
    }
}


.brand-story .brand-story-content .right {
    width: 50%;
    max-width: 50.625rem;
    display: flex;
}

.brand-story .brand-story-content .right img {
    /*max-width: 50.625rem;*/
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

.brand-origin {
    height: 37.5rem;
    background-color: #f7f7f7;
}

.brand-origin .brand-origin-title {
    font-size: 3rem;
    margin-top: 4rem;
    height: 4rem;
}

.logoimg{
    /*height: 10rem;*/
}

.brand-origin .logoimg:hover {
    -webkit-animation: upDown 0.5s infinite alternate linear;
}

.brand-origin .logo{
    width: 80%;
    margin: 0 auto;
}

.brand-origin .logo-content{
    width: 80%;
    margin: 0 auto;
}

.brand-origin .logo-content .left{
    width: 50%;
}

.brand-origin .logo-content .left .title{
    color: #d6b53c;
    font-size: 2rem;
    text-align: center
}

.brand-origin .logo-content .left .content{
    color: #999999;
    font-size: 1.10rem;
    text-align: center;
    margin-top: 1rem
}

.brand-origin .logo-content .right{
    width: 50%;
}

.brand-origin .logo-content .right .title{
    color: #d6b53c;
    font-size: 2rem
}

.brand-origin .logo-content .right .content{
    color: #999999;
    font-size: 1.10rem
}

.brand-concept-wrap{
    position: relative;
    min-height: auto;
    padding: 1rem 0 3rem;
}

.brand-concept {
    min-height: auto;
    background-size: auto;
    background-position-x: right;
    background-position-y: bottom;
}

.brand-concept-imgdiv{
    height: 31.25rem;
}

.brand-concept .brand-overview-title{
    font-size: 3rem;
    color: #000;
    margin: 5rem 0;
    width: 100%;
    height: 60px;

}

.brand-concept .brand-overview-content{
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.brand-concept .brand-overview-content .brand-overview-child{
    width: 25%;
    margin:0 1rem;
}

.brand-concept .brand-concept-title {
    font-family: MuliBold, sans-serif;
    font-size: 3rem;
    color: #000;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    font-weight: 700;
    border-bottom: 12px solid #ffcd2c;
    padding: 0 .35rem .25rem;
    line-height: 1.1;
}

.brand-concept-content {
    margin-top: 2rem !important;
}

.brand-concept .consumers-wrap{
    background-color: #ffcd2c;
    width: 43.125rem;
    height: 27.5rem;
    text-align: center
}

.brand-concept .consumers-wrap .title {
    font-family: MuliBold, sans-serif;
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;

}

.brand-concept .consumers-wrap .content {
    font-size: 1.5rem;
    color: #000
}

.timeline {
    overflow-x: auto;
    padding: 2.5rem 0;
}

.timeline-container {
    display: flex;
    padding: 20px 0;
    min-width: 600px;
    position: relative;
    font-size: 1.5rem;
}

/* 时间轴中线 */
.timeline-container::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    height: 2px;
    background: #eae9d3;
    z-index: 0;
}

.timeline-item {
    position: relative;
    padding: 0 15px;
    min-width: 60px;
}

/* 时间节点图标 */
.timeline-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eae9d3;
    position: relative;
    z-index: 1;
    margin: 0 auto 15px;
}

.timeline-icon:hover {
    cursor: pointer;
}

.timeline-content {
    padding: 15px;
    font-family: MuliBold, sans-serif;
    color: #000;
}

.timeline-content:hover {
    cursor: pointer;
}

/* 当前激活状态样式 */
.timeline-item.active .timeline-icon {
    /* background: url("../../images/v2/brand/timeline_active.png") no-repeat; */
    background: #ffcd2e;
    background-size: contain;
    width: 35px;
    height: 35px;
    border: none;
}

.history-main{
    width: 115rem;
    margin: 0 auto 3rem;
    position: relative;
    overflow: hidden;
    height: 43.25rem;
}

.history {
    flex-wrap: nowrap;
    position: absolute;
    display: flex;
}

.history-box{
    width: 36.625rem;
    float: left;
    margin-right: 2.5625rem;
}

.history .card-img-wrap {
    border: none;
}

.history .card-img-wrap img {
    max-width: 36.625rem;
}

.history .history-title {
    font-family: MuliBold, sans-serif;
    font-size: 1.5rem;
    color: #000;
}

.history-content {
    font-size: 1.15rem;
    color: #000;
}


/*移动端*/
@media screen and (max-width: 768px) {

    .banner {
        height: auto;
    }

    .brand-story {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .brand-story .brand-story-content {
        flex-wrap: wrap;
    }

    .brand-story .brand-story-content .left {
        background: #f7f7f7;
        width: 100%;
        height: auto;
        padding: 1rem;
        box-sizing: border-box;
        order: 2;
        margin-bottom: 2rem;
    }

    .brand-story .brand-story-content .left .title{
        font-size: 2rem;
        padding-top: 2rem;
    }

    .brand-story .brand-story-content .right {
        width: 100%;
    }

    .brand-origin{
        height: auto;
    }

    .brand-origin .logo-content {
        width: 100%;
        flex-wrap: wrap;
    }

    .brand-origin .logo-content .left{
        width: 100%;
        .content{
            font-size: 1.35rem;
        }
    }

    .brand-origin .logo-content .right{
        width: 100%;
        margin-bottom: 2rem;

        .content{
            width: 75%;
            text-align: center;
            font-size: 1.35rem;
        }
    }

    .brand-concept-content{
        width: 100%;
        flex-wrap: wrap;
    }

    .brand-concept-content .brand-concept-imgdiv{
        width: 100%;
        height: auto;
    }

    .web-history-time-line{
        display: none !important;
    }

    .wap-box{
        width: 96%;
        margin: 0 auto;
    }

    .history-main{
        height: auto;
    }

    .history {
        flex-wrap: wrap;
        position: unset;
    }

    .history-box {
        width: 100%;
        height: auto;
        float: left;
        margin: 1rem 0;

        .card-img-wrap{
            border: none;
        }

        .history-title{
            font-size: 1.5rem;
        }
        .history-content{
            font-size: 1.3rem;
        }
    }

    .history-controller-web{
        display: none !important;
    }


    .brand-concept .brand-overview-content {
        width: 94%;
        flex-wrap: wrap;
    }

    .brand-concept .brand-overview-content .brand-overview-child {
        width: 100%;
        margin: 1rem 0;
    }

}

.brand-hero img {
    width: auto;
    max-width: none;
    height: auto;
    display: block;
}

.brand-story-bg {
    background: #fff;
}

.brand-story {
    width: 81%;
    height: 62.5rem;
    min-height: 0;
    margin: 0 auto;
    padding: 40px 0 0;
}

.brand-story .brand-story-title {
    font-family: MuliBold, sans-serif;
    font-size: 2.625rem;
    color: #000;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    height: 3.4rem;
    font-weight: 700;
    border-bottom: 12px solid #ffcd2c;
    padding: 0 .35rem;
    line-height: 1.12;
    text-align: center;
}

.brand-story .brand-story-content {
    width: 100%;
    margin: 3rem auto 0 !important;
    align-items: center !important;
    gap: 0;
}

.brand-story .brand-story-content .left {
    order: 1;
    width: 50%;
    max-width: 46.25rem;
    height: 38rem;
    min-height: 0;
    background: #ffcd2c;
    padding: 0 5rem;
    box-sizing: border-box;
    display: block;
    text-align: left;
}

.brand-story .brand-story-content .left .title {
    font-family: MuliBold, sans-serif;
    font-size: 2.325rem;
    color: #000;
    font-weight: 700;
    padding-top: 4.125rem;
    text-align: left;
}

.brand-story .brand-story-content .left .content {
    font-size: 1.215rem !important;
    color: #000;
    text-align: justify;
    padding-top: 1rem;
    line-height: 1.45;
}

.brand-story .brand-story-content .right {
    order: 2;
    width: 50%;
    max-width: 50.625rem;
    height: auto;
    display: block;
}

.brand-story .brand-story-content .right img {
    width: 100%;
    height: auto !important;
    object-fit: fill;
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
    .brand-story {
        min-height: 50rem;
    }

    .brand-story .brand-story-content .left {
        background: #f7f7f7;
        height: 32rem;
    }

    .brand-story .brand-story-content .left .title {
        font-size: 2rem;
        color: #d6b53c;
        text-align: center;
    }

    .brand-story .brand-story-content .left .content {
        font-size: 1rem !important;
        color: #999;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .brand-story .brand-story-content .left {
        background: #f7f7f7;
        height: 30rem;
    }

    .brand-story .brand-story-content .left .title {
        font-size: 1.6rem;
        color: #d6b53c;
        text-align: center;
    }

    .brand-story .brand-story-content .left .content {
        font-size: .85rem !important;
        color: #999;
    }
}

@media screen and (max-width: 768px) {
    .brand-hero img {
        width: 100%;
        max-width: 100%;
    }

    .brand-story {
        width: 90%;
        min-height: 0;
        padding-bottom: 3rem;
    }

    .brand-story .brand-story-title {
        height: auto;
        font-size: 2.25rem;
        line-height: 1.15;
    }

    .brand-story .brand-story-content {
        flex-wrap: wrap;
    }

    .brand-story .brand-story-content .left,
    .brand-story .brand-story-content .right {
        width: 100%;
        max-width: none;
    }

    .brand-story .brand-story-content .left {
        order: 2;
        height: auto;
        background: #f7f7f7;
        padding: 1rem;
        margin-bottom: 2rem;
    }
}
