.title_box {
    position: relative;
    /*width: 65%;*/
    margin: 6.25rem auto;
    height: 5.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.title_box .title_box_bg {
    display: none;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    position: absolute;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 6.0625rem;
    color: rgba(51, 51, 51, 0.05);
    text-transform: uppercase;
}
.title_box .title_box_bg span {
    letter-spacing: 0.6rem;
}
.title_box .title_box_text {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
    width: 100%;
    height: 100%;
}
.title_box .title_box_text .title_box_text_top {
    position: relative;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 29px;
    color: #323232;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 4px;
}
.title_box .title_box_text .title_box_text_top span {
    letter-spacing: 0.1rem;
}
.title_box .title_box_text_btm {
    position: relative;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    text-transform: uppercase;
}
.title_box .title_box_text_btm span {
    letter-spacing: 0.6rem;
    word-spacing: 0rem;
}
