.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: #1c90ff;
    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;
}

.the-sign>.fr {
    width: 290px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 20px #eaeaea;
}

.the-sign>.fr .bmlc {
    position: relative;
    height: auto;
    padding-left: 36px;
}

.the-sign>.fr .bmlc li {
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.the-sign>.fr .bmlc li:before {
    position: absolute;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #1c90ff;
    border-radius: 5px;
    background: #fff;
}

.the-sign>.fr .bmlc:before {
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 1px;
    height: 180px;
    background: #e2dfdf;
}

.the-sign>.fr .bmlc li:hover {
    color: #1c90ff;
}

.the-sign>.fr .bmlc li:hover:before {
    left: -32px;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border: 1px solid #e2dfdf;
}

.the-sign>.fr .bmlc li:hover:after {
    position: absolute;
    top: 0;
    left: -29px;
    bottom: 0;
    margin: auto;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #1c90ff;
}

.the-sign>.fr>h3 {
    padding: 10px 0 0 54px;
    height: 34px;
    font-size: 14px;
    color: #333;
    background: url(/style/zz/pc/images/wxts-hbg.png) no-repeat left center;
    margin-top: 15px;
}

.the-sign>.fr>.wxts {
    padding-top: 18px;
}

.the-sign>.fr>.wxts li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.the-sign>.fr>.wxts span {
    display: block;
    width: 30px;
}

.the-sign>.fr>.wxts p {
    width: 222px;
}