.risk_box{
    position: relative;
    margin-top: 0.6rem;
}
.risk_p {
    position: absolute;
    top: 0;
    font-size: 0.55rem;
    color: red;
    padding: 0.3rem 1rem 0 4.5rem;
    line-height: 1.7;
    letter-spacing: 0.02rem;
    text-align: justify;
}

.func {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.func_box {
    position: relative;
}

.func_box_bg {
    width: 5.4rem;
}

.func_box_title {
    width: 5.4rem;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    left: 0;
    font-size: 0.6rem;
    font-family: "MiSans Bold";
    color: rgb(28, 81, 243);
}

.func_box_text {
    position: absolute;
    top: 1.875rem;
    left: 0;
    padding: 0 0.475rem;
    line-height: 1.7;
    font-size: 0.4rem;
}

.as_box {
    position: relative;
}

.as_box_bg {
    width: 100%;
}

.as_content {
    position: absolute;
    top: 0.45rem;
    left: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 34.225rem;
}

.as_content p {
    width: 6.175rem;
    height: 1.675rem;
    line-height: 1.675rem;
    text-align: center;
    font-size: 0.5rem;
}

.m_risk_p {
    font-size: 0.5rem;
    color: red;
    line-height: 1.5;
    letter-spacing: 0.015rem;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 0.4rem;
    padding: 0.3rem;
    margin-top: 0.4rem;
    text-align: justify;
}
