.member_info {
    padding: 10px 10px 10px 10px;
    background-color: #FFF;
    border-top: 10px solid #F3F3F3;
}
.member_info_1{
	/*margin: 0 10px 10px 0px;*/
    height: 85px;
    /*padding-top: 16px;*/
}
.member_info_logo{
    float: left;
    /*width: 85px;*/
    padding: 8px 0px;
}
.member_info_ty{
	margin-left: 10px;
}
.detail_txt_che_a{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #0078FF;
    margin-top: -20px;
    font-weight: bold;
    display: block;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255, 0.53)),to(#ffffff));
    background: -webkit-linear-gradient(top,rgba(255, 255, 255, 0.53),#ffffff);
    background: linear-gradient(-180deg,rgba(255, 255, 255, 0.53),#ffffff);
    position: relative;
}
.info_label{
    display: inline-block;
    padding: 0px 3px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #3592e2;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 5px;
    /**/
}
.info_label_span{
    border: 1px solid #3592e2;
}
.mayi{
    display: inline-block;
    padding: 0px 3px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #3592e2;
    border-radius: 2px;
    margin-top: 5px;
    margin-right: 5px;
    border: 1px solid #3592e2;
}