.brand {
    width: 100%;
    margin-top: 0;
    padding: 0;
}
.brand_core_main {
    min-height: 3.281rem;
    padding: .469rem 0;
}
.brand_core_main1 {
    background-color: #fffbef;
    background-image: url("/static/brand/dbg1.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.brand_core_main2 {
    background-color: #fff;
    background-image: url("/static/brand/dbg2.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
.brand_core_main3 {
    background-color: #fffbef;
}
.brand_core_main4 {
    background-color: #fff;
}
.brand_core_title {
    font-size: 40px;
    color: #59200a;
    text-align: center;
}
.brand_core_line {
    width: 75px;
	height: 1px;
	background-color: #59200a;
    margin: 24px auto 0;
}
.brand_core_content {
    display: flex;
    justify-content: space-between;
    padding: 0 .844rem;
    margin-top: .417rem;
    
}
.brand_core_content_left {
    width: 4.359rem;
}
.brand_core_content_item {
    display: flex;
    align-items: center;
    margin-bottom: .208rem;
}
.brand_core_content_item img {
    width: 28px;
    height: auto;
    object-fit: contain;
    margin-right: 15px;
}
.brand_core_content_item div {
    color: #59200a;
    font-size: 18px;
    line-height: 33px;
}
.brand_core_content_right {
    width: 1.302rem;
}
.brand_core_content_right img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mr132 {
    margin-right: .688rem;
}
.ml132 {
    margin-left: .688rem;
}

.brand_core_content_right2 {
    width: 3.417rem;
	height: 2.083rem;
}
.brand_core_content_left2 {
    display: flex;
    flex-wrap: wrap;
    width: 4.052rem;
}
.w50 {
    width: 50%;
    color: #59200a;
}
.w50_title {
    font-size: 34px;
    margin-bottom: 10px;
}
.w50_text {
    font-size: 18px;
}
.core_left {
    display: flex;
    font-size: 34px;
    color: #59200a;
}
.core_left img {
    width: 230px;
	height: 352px;
    object-fit: contain;
    flex-shrink: 0;
    margin-left: .646rem;
}
.core_right {
    flex-shrink: 0;
    width: 50%;
    border-left: solid 1px rgba(89, 32, 10,.2);
    padding-left: .323rem;
    padding-top: 25px;
    padding-bottom: 25px;
}
.core_right_item {
    margin-bottom: .406rem;
}
.core_right_item:last-child {
    margin-bottom: 0;
}
.core_right_title {
    font-size: 34px;
    color: #59200a;
    margin-bottom: 10px;

}
.core_right_text {
    font-size: 18px;
    line-height: 33px;
    color: #59200a;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    .brand_core_main {
        min-height: auto;
        padding: 30px 0;
    }
    
    .brand_core_title {
        font-size: 24px;
    }
    
    .brand_core_line {
        width: 50px;
        margin: 15px auto 0;
    }
    
    .brand_core_content {
        flex-direction: column;
        padding: 0 20px;
        margin-top: 20px;
    }
    
    /* 品牌标识 - 移动端布局 */
    .brand_core_main1 .brand_core_content {
        flex-direction: column-reverse;
    }
    
    .brand_core_content_left {
        width: 100%;
    }
    
    .brand_core_content_item {
        margin-bottom: 15px;
    }
    
    .brand_core_content_item img {
        width: 20px;
        margin-right: 10px;
    }
    
    .brand_core_content_item div {
        font-size: 14px;
        line-height: 24px;
    }
    
    .brand_core_content_right {
        width: 100%;
        max-width: 200px;
        margin: 0 auto 20px;
    }
    
    .mr132, .ml132 {
        margin-right: 0;
        margin-left: 0;
    }
    
    /* 品牌体验 - 移动端布局 */
    .brand_core_content_left2 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .w50 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .w50_title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .w50_text {
        font-size: 14px;
        line-height: 22px;
    }
    
    .brand_core_content_right2 {
        width: 100%;
        height: auto;
        max-width: 300px;
        margin: 0 auto;
    }
    
    /* 品牌资产 - 移动端布局 */
    .brand_core_main4 .brand_core_content {
        flex-direction: column;
    }
    
    .core_left {
        flex-direction: column;
        font-size: 20px;
        margin-bottom: 20px;
        align-items: center;
    }
    
    .core_left img {
        width: 150px;
        height: auto;
        margin-left: 0;
        margin-top: 15px;
    }
    
    .core_right {
        width: 100%;
        border-left: none;
        border-top: solid 1px rgba(89, 32, 10, 0.2);
        padding-left: 0;
        padding-top: 20px;
    }
    
    .core_right_item {
        margin-bottom: 20px;
    }
    
    .core_right_title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    
    .core_right_text {
        font-size: 14px;
        line-height: 24px;
    }
}