.title {
    width: max-content;
    background: url(../images/image/title.png) no-repeat;
    background-size: calc(14px + 2rem);

}

.title p {
    font-family: PINGFANG;
    font-weight: 500;
    font-size: calc(10px + 1.5rem);
    color: #212121;
    padding-left: calc(8px + 0.5rem);
    padding-top: calc(2px + 0.5rem);
}

.title_line {
    width: calc(12px + 2rem);
    height: 4px;
    background: #E5793B;
    margin-top: calc(4px + 0.25rem);
    margin-left: calc(8px + 0.5rem);
}


.title_intro{
font-family: PINGFANG;
font-weight: 400;
font-size: calc(8px + 0.5rem);
color: #333333;
text-align: center;
margin-top: calc(6px + 0.5rem);
}
