.chahao_icon{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
}
.part05 .form-boxs {
    position: absolute;
    right: 85px;
    top: 20px;
    background-color: #f8f8fd;
    border-radius: 5px;
    color: #383838;

}

.from-sq {
    height: 100%;
}

.from-sq form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    flex-direction: column;
}

.from-sq form label {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    width: 70%;
    position: relative;
    border-radius: 4px;
}

.from-sq form label::after {
    content: '';
    display: block;
    position: absolute;
    left: 79px;
    top: 15px;
    width: 1px;
    height: 12px;
    z-index: 9;
    background-color: #ccc;
}

.from-sq form .textarea,
input {
    height: 22px;
    padding: 0 8px;
    margin-left: 20px;
    /* resize: none; */
    max-height: 60px;
    width: 250px;
    border: 0;


}

#pass {
 /*        height: 22px; */
    padding: 0 9px;
    margin-left: 0px;
    /* resize: none; */
    max-height: 60px;
    height: 40px;
    /* width: 250px; */
    /* border: 0; */
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;


}

.from-sq form .butt {
    width: 160px;
    height: 40px;
    color: #fff;
    font-weight: 500;
    background-color: #1e4dcc;
    border: 0;
    border-radius: 4px;
}

table {
    border-top: 1px solid #333 !important;
    border-left: 1px solid #333 !important;
    border-collapse: collapse;
}

table td {
    border-bottom: 1px solid #333 !important;
    border-right: 1px solid #333 !important;
    padding: 5px 12px;
}