#about {
    padding-top: 100px;
    background-image: url(../img/bg-about-v2.png?v=1.1.1);
    background-position: top center;
}

.who {
    padding: 50px 40px;
    background-color: #fff;
    margin-top: 80px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.who-title {
    font-size: 30px;
    color: #64bfaa;
    letter-spacing: 5px;
}

.who-title-line {
    width: 60px;
    height: 2px;
    background-color: #64bfaa;
    margin: 30px 0;
}

.who-describe {
    line-height: 22px;
    margin-top: 10px;
    color: #777;
    letter-spacing: 2px;
}

.who-pic {
    margin-top: 50px;
}

.ceo {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.accumulate {
    /*background-color: #fff;*/
}

.accumulate-title {
    color: #62c2aa;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 5px;

}

.accumulate-title-line {
    width: 60px;
    height: 2px;
    margin: 20px 0 40px;
    background-color: #62c2aa;
}

.about_icon_arrow {
    display: block;
}

.accumulate-img {
    margin-left: 169px;
}

.cheer-title {
    color: #e84746;
    font-size: 26px;
    letter-spacing: 5px;
}

.cheer-title-line {
    width: 60px;
    height: 2px;
    margin: 20px 0 40px;
    background-color: #e84746;
}

.cheer {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.cheer-con {
    display: flex;
    justify-content: space-between;
}

.cheer-item {
    width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cheer-item-title {
    font-size: 14px;
    margin-top: 10px;
    color: #777;
}

.culture-title {
    font-size: 26px;
    color: #376ab2;
    letter-spacing: 5px;
}

.culture-title-line {
    width: 60px;
    height: 2px;
    background-color: #376ab2;
    margin: 20px 0 40px;
}

.culture-img {
    width: 100%;
    height: 320px;
    background-color: #777;
    display: flex;
    justify-content: space-between;
}

.swiper-container {
    width: 100%;
    /* height: 300px; */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #62c2aa; */
    width: 100%;
    height: 100%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}


.join {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* padding-left: 74px; */
}

.join-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    border-radius: 6px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -50px;
    color: #fff;
}