.module1 {
    font-size: 1.8rem;
    margin-top: 4rem;
    line-height: 2.7rem;
}

.module-title {
    font-size: 1.8rem;
    text-align: center;
    padding-top: 6rem;
    margin-bottom: 2rem;
}

.about .swiper-slide {
    background: url("../images/bg.png") no-repeat;
    background-clip: border-box;
    background-size: cover;
    background-position: 50% 50%;
}

.about .introduction {
    flex-direction: column;
}

.about .introduction .box {
    margin-bottom: 2.9rem;
    text-align: center;
    padding: 0 2.8rem;
}

.about .introduction .box:last-child {
    margin-bottom: 0;
}

.about .introduction .logo1 {
    display: inline-block;
    width: 8.6rem;
    height: auto;
    margin-bottom: 2.9rem;
}

.about .introduction .logo2 {
    display: inline-block;
    width: 12.6rem;
    height: auto;
    margin-bottom: 2.9rem;
}

.about .introduction .text {
    color: #666666;
    font-size: 13px;
    text-align: left;
    line-height: 20px;
}

.about .vision {
    flex-direction: column;
    font-size: 1.3rem;
    color: #666;
}

.about .vision .logo1 {
    display: inline-block;
    width: 8.6rem;
    height: auto;
    margin-bottom: 2.9rem;
}

.about .vision .box {
    margin-bottom: 2.9rem;
    text-align: center;
    padding: 0 2.8rem;
}

.about .vision .box:last-child {
    margin-bottom: 0;
}

.about .vision .title {
    color: #333;
}

.about .story {
    flex-direction: column;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
}

.about .story .logo2 {
    display: inline-block;
    width: 12.6rem;
    height: auto;
    margin-bottom: 2.9rem;
}

.about .story .box {
    margin-bottom: 2.9rem;
    text-align: center;
    padding: 0 2.8rem;
}

.about .story .box:last-child {
    margin-bottom: 0;
}


/* 创始人 */

.founder {
    text-align: left;
}

.founder .image-cap {
    position: relative;
    color: #fff;
}

.founder .image-cap-bottom {
    position: absolute;
    bottom: 0;
    padding: 1.2rem;
    font-size: 1.2rem;
}

.founder .image-cap-bottom .name {
    font-size: 1.8rem;
    padding-right: 0.4rem;
}

.founder .info {
    padding-top: 3rem;
    color: #666;
    font-size: 1.3rem;
}

.founder .info .info-title {
    font-size: 1.5rem;
    color: #333;
}


/* 品牌大事件 */

.timeline {
    position: relative;
    margin: 0 auto;
    list-style-type: none;
    width: 100%;
    padding: 0;
}

.timeline:before {
    position: absolute;
    left: 2.1rem;
    top: 7px;
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    background: #dddddd;
}

.timeline-more {
    margin-bottom: 3rem;
    text-align: center;
}

.timeline-more-arrow {
    width: 20px;
    transform: rotate(-180deg);
}

.timeline-more-arrow.collapsed {
    transform: rotate(0);
}

.timeline .li {
    margin-bottom: 3rem;
    padding-right: 3rem;
}

.timeline .li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.timeline .direction-r {
    position: relative;
    width: 100%;
    padding-left: 4.4rem;
}

.timeline .flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.timeline .time-wrapper {
    position: relative;
}

.timeline .li:first-child .time-wrapper:before {
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    background: #ff5050;
    left: calc(-46 * 0.05rem - 7px);
    top: 0.35rem;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}

.timeline .direction-r .time-wrapper:before {
    position: absolute;
    top: 1.1rem;
    left: -2.75rem;
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    border-radius: 50%;
    background: #ddd;
    z-index: 10;
}

.timeline .time-wrapper .year {
    color: #e50038;
    font-size: 1.8rem;
}

.timeline .time-wrapper .time {
    font-size: 1.4rem;
}

.timeline .desc {
    color: #666;
    font-size: 1.2rem;
}

.timeline .desc .desc-text {
    padding: 1.2rem 0;
}

.timeline .desc .img-fluid {
    width: 100%;
    max-width: 400px;
}

#product {
    padding: 0 1.5rem 6rem;
}

#product .module-title {
    padding-top: 0;
}

.more {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 15px;
    margin-top: 3rem;
}

.more::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/arrow-right-gray.png) no-repeat center / 100% 100%;
    vertical-align: bottom;
}


/* 数字化赋能 */

.system {
    background: #000 url("../images/system-bg.png") no-repeat;
    background-position: right center;
    background-size: cover;
}

.system .swiper-slide {
    background-color: inherit;
}


/* 联系我们 */

.map {
    position: relative;
    margin-bottom: 4rem;
}

.map .label {
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translateX(-40%);
    width: 18.95rem;
}

.location {
    margin-bottom: 4.5rem;
}

.location .title {
    font-size: 16px;
    margin-bottom: 8px;
}

.location .desc {
    font-size: 12px;
}

.location .item {
    display: flex;
    margin-bottom: 6px;
}

.location .label {
    flex: 0 0 auto;
}

.location .text {
    color: #666;
}