

/*品牌简介*/
.about {
    padding:0.8rem 0;
}
.about .about-item {}
.about .about-item .title {}
.about .about-item .title h6 {
    font-size: 24px;
    color:#231815;
    font-family: "MiSans-Medium";
}
.about .about-item .title p {
    display:flex;
    font-size: 48px;
    color:#074425;
    font-family: "Oswald-Regular";
}


.about .about-item .profile {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin:0.8rem 0 0 0;
}
.about .about-item .profile .subtitle {
    width:35%;
}
.about .about-item .profile .subtitle .about-logo {
    display:none;
    margin: 0 0 1rem 0;
}
.about .about-item .profile .subtitle .about-logo img {
    width:2rem;
}
.about .about-item .profile .subtitle span {
    font-size: 18px;
    color:#074425;
    padding:0.05rem 0.2rem;
    background:#f6f6f6;
    border-radius: 0.2rem;
}
.about .about-item .profile .subtitle p {
    font-size: 150px;
    color:#074425;
    line-height: 1.2;
    font-family: "Oswald-Regular";
}

.about .about-item .profile .content {
    width:62%;
}
.about .about-item .profile .content p {
    font-size: 18px;
    color:#666;
    line-height: 1.8;
    margin:0.15rem 0 0 0;
}
.about .about-item .profile .content p:first-child {
    color:#231815;
    font-family: "MiSans-Regular";
}
@media screen and (max-width:1024px) {
.about {
    padding:0.4rem 0;
}
.about .about-item {}
.about .about-item .title {}
.about .about-item .title h6 {
    font-size: 18px;

}
.about .about-item .title p {
    font-size: 24px;
}


.about .about-item .profile {
    margin:0.4rem 0 0 0;
}
.about .about-item .profile .subtitle {
    width:100%;
}
.about .about-item .profile .subtitle .about-logo {
    margin: 0 0 0.5rem 0;
}
.about .about-item .profile .subtitle .about-logo img {
    width:2rem;
}
.about .about-item .profile .subtitle span {
    font-size: 14px;
    padding:0.05rem 0.2rem;
}
.about .about-item .profile .subtitle p {
    font-size: 78px;
}

.about .about-item .profile .content {
    width:100%;
}
.about .about-item .profile .content p {
    font-size: 14px;
    font-family: "MiSans-Light";
    line-height: 1.8;
    margin:0.15rem 0 0 0;
}
.about .about-item .profile .content p:first-child {
    font-family: "MiSans-Regular";
}
}
/*品牌简介*/



/*品牌形象图*/
.company .photo {
    margin:0 0 1.2rem 0;
}
.company .photo figure {
    text-align: right;
    border-radius: 20px;
    overflow:hidden;
}
.company .photo figure img {
    max-width: 100%;
}
/*品牌形象图*/