
.member_list_content{
    width:1200px;
    margin: auto;
}

.mlc_list{
    width:100%;
    margin-top: 40px;
    display: flex;
}

.mlc_list span{
    display: inline-block;
    width:220px;
    font-size: 16px;
    line-height: 50px;
    text-align: right;
    /* float: left; */
}

.mlc_list input{
    width:810px;
    font-size: 16px;
    line-height: 50px;
    margin-left: 30px;
    text-indent: 20px;
    border:2px solid #eee;
    color:#999999;
    outline:none
}
.mlc_list input::placeholder{
    color:#999999;
}
.mlc_list a{
    position: relative;
    display: flex;
    width:170px;
    font-size: 16px;
    line-height: 50px;
  
    text-indent: 20px;
    align-items: center;
    justify-content: center;
    color:#fff;
    border:2px solid #f0f0f0 ;
}

.mlc_list a:hover{
    color:#727272;
}
.mlc_list img{
    width:14px;
    margin-right: 5px;
}
.mlc_list a input{
    position: absolute;
    top:0;
    left:0;
    width:170px;
    height:50px;
    opacity: 0;
    margin-left: 0px;
}

.mlc_next{
    width:170px;
    margin-left: 250px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border: 0;
    outline:none;
    background-color: #da050e;
    margin-top:70px;
    margin-bottom: 160px;
    font-size:16px;
}

.mlc_title{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin:80px 0 20px 0;
}

.mlc_next {
    width: 170px;
    margin-left: 250px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border: 0;
    outline: none;
    background-color: #da050e;
    margin-top: 70px;
    margin-bottom: 160px;
    font-size: 16px;
}