.about{
    width: 100%;
    margin-top: 41px;
}
.detail-template-menu{
    min-width: 1200px;
    max-width: 1620px;
    margin: 0 auto;
    color: rgb(139, 150, 165);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 18px;
}
.detail-template-menu p{
    cursor: pointer;
}
.detail-template-menu img{
    width: 6px;
    height: 10px;
    margin: 0 13px;
}
.about-content{
    width: 100%;
    min-width: 1200px;
    background: rgb(248, 249, 250);
    padding: 20px;
    padding-top: 66px;
    box-sizing: border-box;
}
.about-nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.about-nav p{
    width: 20%;
    color: rgba(0, 0, 0, 0.65);
    font-family: 思源黑体;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid rgb(248, 249, 250);
}
.about-nav p.active{
    color: rgb(0, 103, 255);
    border-bottom: 2px solid rgb(0, 103, 255);
}
.about-con{
    margin-top: 35px;
    padding-bottom: 22px;
}