/* #region 内容区 */
.about-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 85%;
    margin-left: 15%;
    overflow: hidden;
}
.main {
    width: 90%;
	margin: 0 auto;	
    padding: 20px 0;
}
.main .return {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
}
.main .return span{
    font-size: 16px;
    font-weight: 400;
    color: #878787;
}
.main .title1{
    color: #111D76;
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 30px;
    border-bottom: 1px solid #DCDCDC;
}
.main .title2{ 
    color: #000;
    font-size: 22px;
    padding: 30px 0 15px 0;
    font-weight: 400;
    line-height: 120%;
    word-wrap: break-word;
}
.main .code{ 
    font-family: Roboto;
    font-weight: 700;
    font-size: 16px;
    color: #be0022;
    margin-bottom: 40px;
}
.main .content{ 
    word-wrap: break-word;
    margin-bottom: 50px;
}
.main .button-container{ 
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 50px;
}
.main .button-container button{ 
    padding: 5px 20px;
    background-color: #111d76;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
/* #endregion 内容区 */