.zxly_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px 0 100px;
    box-sizing: border-box;
    
}

.zxly_box .form {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    
}

.zxly_box .form .item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
}

.zxly_box .form .item input {
    text-indent: .5em;
    height: 30px;
    width: 50%;
}

.zxly_box .form .item span {
    display: inline-block;
    width: 50px;
}

#contain-c {
    margin-top: 20px;
    min-height: 300px;
    float: unset;
}

.area {
    width: 100% !important;
    align-items: unset !important;
}

.area textarea {
    box-sizing: border-box;
    width: 90.5%;
    height: 100px;
    padding: 5px 10px;
}

.half input {
    width: 80% !important;
}

.btns {
    margin-top: 60px;
    width: 100% !important;
    text-align: center;
    padding-left: 0 !important;
}

.btns button {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    background-color: #B03436;
    border: 0;
    color: #fff;
    border-radius: 6px;
}

#lmfc {
    margin: 0 0 60px !important;
    border-bottom: 1px solid #ccc;
}

.lists {
    margin-top: 40px;
    padding: 40px 0 0;
}

.lists #lmfc {
    margin-bottom: 10px !important;
    float: unset;
}

.lists .items {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.items-top {
    display: flex;
    align-items: center;
    color: black;
}

.items-top img {
    width: 48px;
    height: 48px;
    margin-right: 12px;
}

.items-top .name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
    color: black;
}

.content {
    margin-top: 15px;
    font-size: 17px;
    padding-left: 60px;
    color: black;
}

.record {
    padding-left: 60px;
    font-size: 15px;
    margin-top: 10px;
    color: black;
}

.record span {
    color: #B03436;
}