.mm_expert_wrap{
    width: 920px;
    height: auto;
    margin: 55px auto;
}
.mm_recruit_title{
    width: 138px;
    font-size: 23px;
    padding: 0 5px;
    border-bottom: 2px solid #BF434D;
    text-align: center;
    margin: 0 auto;
}
.mm_expert_block{
    width:calc(100% - 130px);
    height: auto;
    padding: 45px 65px;
    margin-top: 45px;
    border: 2px solid #A5CCEC;
}
.mm_expert_input{
    display: flex;
    align-items: center;
    margin-bottom: 25px; 
}
.mm_expert_title{
    width: 95px;
    font-weight: bold;
    display: flex;
    margin-right: 95px;
}
.mm_expert_title span{
    color: red;
}
.mm_expert_input input{
    width: 310px;
    height: 45px;
    border: 1px solid #ccc; 
    outline: none;
    padding:0 15px;
}
.mm_expert_input textarea{
    width: calc(100% - 220px);
    height: 125px;
    border: 1px solid #ccc;
    padding: 15px;
    resize:none;
    outline: none;
}
.mm_expert_btn{
    display: flex;
    align-items: center;
}
.mm_expert_btn p{
    border: 1px solid #ccc;
    padding: 5px 15px;
    margin-right: 10px;
}
.mm_expert_input img{
    width: 70px;
    height: 70px;
}
.mm_sign{
    width: 1calc(100% - 40px);
    height: auto;
    margin-top: 45px;
    background: #F5F5F6;
    padding: 15px 20px;
    line-height: 1.5;
    font-weight: 14px;
}
.mm_sign a{
    color: #0072B8;
}
.mm_expert_submit{
    width: 120px;
    height: auto;
    padding: 10px 0;
    background: #F5F5F6;
    text-align: center;
    margin-top: 45px;
}