.the-sign>.fl {
    width: 890px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 20px #eaeaea;
    float: right;
}

.the-sign>.fl>h2,
.the-sign>.fr>h2 {
    margin-bottom: 20px;
    border-left: #1c90ff 4px solid;
    height: 20px;
    line-height: 20px;
    margin-left: 15px;
    padding-left: 10px;
    font-size: 18px;
    color: #1c90ff;
}

.the-sign>.fl>p {
    padding: 10px 8px;
    line-height: 24px;
    border: 1px solid #f7b6a9;
    background: #fdf5f3;
    color: #666;
    font-size: 13px;
    padding-left: 12px;
}

.the-sign>.fl>p b {
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
}

.the-sign>.fl>form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 710px;
    margin: auto;
    margin-top: 57px;
}

.the-sign>.fl>form .inp {
    display: flex;
    justify-content: space-between;
    width: 50%;
    height: 40px;
    margin-bottom: 20px;
}

.the-sign>.fl>form .inp label {
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    color: #666;
}

.the-sign>.fl>form .inp input,
.the-sign>.fl>form .inp select,
.the-sign>.fl>form .inp textarea {
    width: 255px;
    height: 35px;
    padding-left: 8px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #e2dfdf;
    color: #666;
}

.the-sign>.fl>form .w100 {
    width: 100%;
    height: auto;
}

.the-sign>.fl>form button {
    display: block;
    margin-left: auto;
    width: 255px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #4696ec;
    cursor: pointer;
    margin-bottom: 10px;
}

.the-sign>.fl>form .inp label em {
    font-style: normal;
    padding-right: 3px;
    color: #f00;
    height: 35px;
    line-height: 35px;
}

.the-sign>.fl>form .inp textarea {
    width: 610px;
    height: 120px;
    resize: none;
    padding: 10px;
    color: #666;
    box-sizing: border-box;
}