/* 
品牌管理
*/

.one {}
.one .one-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
}
.one .one-item .left {
    width:30%;
}
.one .one-item .left figure {
    position: relative;
    width: 100%;
    padding-top: 83%;
}
.one .one-item .left figure img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    object-fit: cover;
    transition: all 0.6s ease;
}
.one .one-item .right {
    width:68%;
    border: 1px solid #eee;
    background: #fff;
}


.three {}
.three .three-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
}
.three .three-item .left {
    width:55%;
}
.three .three-item .right {
    width:43%;
}