.continer{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.input_items{
    width: 94%;
    min-height: 60px;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3%;
}
.input_left span{
    color: #959595;
    font-size: 14px;
}
.input_block{
    width: 75%;
    height: 100%;
}
.input_block input{
    border: 0px;
    height: 45px;
    width: 98%;
    padding-left: 2%;
    font-size: 14px;
}
.input_block input:focus{
    border: 0px;
    outline: 0px;
}
.text_area_block{
    height: 120px;
    width: 75%;
    padding: 10px 0px;
}
.text_area{
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 14px;
}
.text_area:focus{
    border: 0px;
    outline: 0px;
}
.btn_submit{
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
    background-color: #3A8AF9;
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
.continer a{
    text-decoration: none;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #863D37;
    height: 50px;
    padding: 0px 10px;
}
header span{
    color: #fff;
}
.search_block{
    width: 90%;
    border: 1px solid #863D37;
    height: 50px;
    margin-left: 3%;
    margin-top: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 2%;
}
.search_btn{
    padding: 10px 15px;
    background-color: #863D37;
    color: #fff;
    border-radius: 20px;
}
.search_left{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 70%;
}
.search_left input{
    border: 0px;
    height: 95%;
    width: 100%;
    padding-left: 10px;
}
.search_left input:focus{
    border: 0px;
    outline: 0px;
}
.search_none{
    width: 100%;
    height: 200px;
    margin-top: 50px;
}
.search_none_icon{
    width: 100%;
    text-align: center;
}
.search_none_icon span{
    font-size: 100px;
    color: #EAEAEA;
}
.search_none_text{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #A2A2A2;
}
.search_list_block{
    width: 94%;
    padding: 10px 3%;
    height: auto;
    overflow: hidden;
}
.search_items{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 5px;
}
.search_list_left{
    width: 60%;
    height: auto;
    overflow: hidden;
}
.mandname{
    font-size: 16px;
    color: #464646;
}
.text_time{
    color: #AAAAAA;
    margin-top: 10px;
}
.status_btn{
    background-color: #3A78D8;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
}
.must_input{
    color: red !important;
    margin-right: 3px;
}
.remark_text{
    margin-top: 20px;
    text-align: center;
    color: #929292;
}
.footer{
    width:100%;
    height:30px;
    line-height:30px;
    text-align:center;
    margin-top: 30px;
}
.footer a{
    text-decoration:none;
    color:#959595
}
.input_left{
    display: flex;
    justify-content: end;
    width: 20%;
}
.input_code_block{
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.input_code_block input{
    border: 0px;
    height: 45px;
    width: 50%;
    padding-left: 2%;
    font-size: 14px;
}
.input_code_block img{
    height: 30px;
    width: 40%;
}
.masking{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /*opacity: 0.5;*/
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.confirm{
    width: 80%;
    background-color: #fff;
    min-height: 20%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
}
.confirm_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #262626;
}
.confirm_items_block{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.confirm_items{
    height: 40px;
    line-height: 40px;
    width: 80%;
    /*display: flex;
    justify-content: start;
    align-items: center;*/
    padding-left: 10%;
    text-align: center;
}
.confirm_btn_block{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.confirm_btn{
    width: 46%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.confirm_shu{
    width: 1px;
    border-left: 1px solid #EAEAEA;
    height: 30px;
}