form {
    border-radius: 5px;
}

form dd.form {
    display: flex;
    height: 30px;
    background: #FFF5E5;
    padding: 10px;
    border: 1px solid #E1E1E5;
    position: relative;
    align-items: center;
}

form dd.form .ipt {
    text-indent: 10px;
    background: #fff;
    border: 1px solid #E1E1E5;
    border-left: none;
    height: 30px;
    box-sizing: border-box;
    flex: auto;
}

.button {
    width: 120px;
    height: 40px;
    background: linear-gradient(78deg, #FEA92A, #FF8558);
    color: #fff;
    border: 1px solid #E1E1E5;
    border-radius: 5px;
    margin: 20px 0 10px;
}

.detail_suanming_result h2 {
    font-weight: 700;
    margin-top: 10px;
}