.modal_content {
    margin: 100px auto 0;
    width: 582px;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 26px 40px 40px;
}

.modal_content .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}

.modal_content .typeTitle {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 16px;
}

.modal_content .typeTitle .line {
    width: 4px;
    height: 12px;
    background: #F37B1D;
    border-radius: 3px;
    margin-right: 8px;
}

.modal_content .btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal_content .btns .btn {
    width: 110px;
    height: 40px;
    background: #F6F6F6;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
}

.modal_content .btns .btn.active {
    background: #FFF5EE;
    border-radius: 5px;
    color: #F37B1D;
}

.modal_content .submitBtn {
    width: 462px;
    height: 44px;
    background: #F37B1D;
    border-radius: 22px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin: 30px auto 40px;
    cursor: pointer;
}

.modal_content .tipTitle {
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
}

.modal_content .tipText {
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #999999;
    line-height: 17px;
}