﻿/* 关于我们页样式表 */

.section-title {
    line-height: .8rem;
    text-align: center;
    font-size: .25rem;
    font-weight: bolder;
    background: linear-gradient(to bottom, #598ff9, #417ef7);
    -webkit-background-clip: text;
    color: transparent;
}
.about-us {
    text-align: center;
    font-size: .12rem;
}
.about-wrap {
    overflow: hidden;
    width: 92.5%;
    margin: 0 auto .1rem;
    box-shadow: 0px 1px 20px 0px rgba(19, 106, 223, 0.16);
    border-radius: .07rem;
}
.about-title {
    width: 100%;
    height: .52rem;
    line-height: .52rem;
    text-align: left;
    color: #fff;
    font-size: .19rem;
    font-weight: bolder;
    background: var(--theme--color);
}
.about-title span {
    padding: 0 .15rem;
}
.about-content {
    width: 92%;
    margin: .1rem auto 0;
    line-height: .25rem;
    text-align: left;
    word-break: break-all;
    color: var(--content--text--color);
}
.about-1-img {
    width: 2.83rem;
    height: 2.97rem;
    margin: 0 auto;
}
.about-2-img {
    width: 2.09rem;
    height: .26rem;
    margin: .5rem auto;
}
.about-3-img {
    width:1.75rem;
    height: .41rem;
    margin: .5rem auto;
}

