
.brand-story {
    width: 81%;
    /*max-width: 1550px;*/
    height: 62.5rem;
    margin: 0 auto;
}

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

.brand-story .brand-story-title {
    margin-top: 4.375rem;
    height: 3.75rem;
    font-size: 2.625rem;
    font-family: MuliBold, sans-serif;
    color: #d6b53c;
    text-align: center;
}

.brand-story .brand-story-content .left {
    background: #f7f7f7;
    width: 50%;
    max-width: 46.25rem;
    height: 38rem;
    padding: 0 5rem;
    box-sizing: border-box;
}

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

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

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

    .brand-story .brand-story-content .left {
        background: #f7f7f7;
        width: 50%;
        max-width: 46.25rem;
        height: 32rem;
        padding: 0 5rem;
        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: 30rem;
        padding: 0 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;
}

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

@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: 102rem;
}

.brand-concept {
    min-height: 62.5rem;
    background: url("/template/static/images/v2/brand/brand_concept_bg.png") no-repeat;
    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: #d6b53c;
    margin-top: 5rem;
    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: #d6b53c;
    margin-top: 5rem;
    width: 100%;
    height: 60px;
}

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

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

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

.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: #d6b53c;
}

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

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

.history-main{
    width: 115rem;
    margin: 0 auto;
    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: #d6b53c
}

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


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

    .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: 0 2rem;
        box-sizing: border-box;
        order: 2;
        margin-bottom: 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;
    }

}
