@import url("common.css?1");
.about-banner{
    height: 500px;
    background: url("../images/banner/1.png") 50% 75% no-repeat;
}
.about-show{
    background: url("../images/bg/about-content-bg.png") left bottom no-repeat;
    width: 100%;
}
.about-show-container{
    padding-top: 200px;
}
.about-show-container .title{
    background: url("../images/title-about2.png") 100% 100% no-repeat;
    width:325px;
    height: 68px;
    position: absolute;
    top:81px;
    left: 50%;
    margin-left: -162px;
}
.about-show-container .content{
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 20px 300px 20px;
}
.about-show-container .content .txt{
    text-indent: 28px;
}

.about-show .content-img{
    position: absolute;
    bottom: -130px;
    left: 50%;
    margin-left: -380px;
    width: 760px;
    height: 400px;
    background: url("../images/about/store.jpg") 100% 100% no-repeat;
    border-radius: 20px;
}





.about-list{
    background: #D6C0A9;
}
.about-list-container{
    padding-top: 160px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    background: url("../images/about-logo.png") right 70% no-repeat;
}

.about-list .list-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #D6C0A9;
}
.about-list .list-box li{
    height: 200px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0 35px;
    border-right: 1px solid #FFFFFF;

    display: flex;
    flex-direction: column;
    writing-mode: vertical-lr;
    letter-spacing: 2px;
}
.about-list .list-box li:last-child{
    border: none;
}
.about-list .list-box li span{
    font-size: 18px;
    color: #B55944;
    font-weight: bold;
}
