.dialogs-fixed {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    background:rgba(0,0,0,.5);
//-webkit-box-pack: center;
//-ms-flex-pack: center;
//justify-content: center;
//-webkit-box-align: center;
//-ms-flex-align: center;
//align-items: center;
    z-index: 999;
}

.dialogs-wrap {
    width: 900px;
    display: inline-block;
    padding-bottom: 50px;
    color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -309px;
    margin-left:-450px;
    background: #fff; }
.dialogs-wrap .dialog-head {
    width: 900px;
    height: 50px;
    background: #E5E5E5;
    position: relative; }
.dialogs-wrap .dialog-head h3 {
    font-size: 16px;
    color: #111111;
    margin-top: 16px;
    padding-left: 20px;
    line-height: 16px; }
.dialogs-wrap .dialog-head h3 span {
    color: #E44835; }
.dialogs-wrap .dialog-head .dialog-close-btn {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #666666;
    right: 16px;
    top: 16px;
    font-size: 18px;
    cursor: pointer; }
.dialogs-wrap .dialog-body {
    height: 497px;
    padding: 20px 20px 0 20px;
    overflow: auto; }
.dialogs-wrap .dialog-footer {
    font-size: 0; }
.dialogs-wrap .dialog-footer button {
    padding: 10px 30px;
    background: #ff7300;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    color: #fff;
    cursor: pointer; }
.dialogs-wrap .dialog-footer button + button {
    margin-left: 20px; }
.search {
    width: 230px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin-top: 10px;
    padding-left: 25px;
    font-size: 0;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    margin-right: 56px; }

.search input {
    display: table-cell;
    height: 30px;
    width: 145px;
    font-size: 16px;
    color: #999999;
    border: none;
    float: left; }

.search-btn {
    height: 30px;
    width: 60px;
    color: #FFFFFF;
    font-size: 16px;
    display: table-cell;
    text-align: center;
    background: #D7000F;
    float: right;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }

.lof {
    float: left; }

.lor {
    top: 0;
    float: right; }

.search-list {
    font-size: 20px;
    color: #111111;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: solid 1px #e5e5e5; }

.search-list + .search-list {
    padding-top: 20px; }

.list-left {
    width: 102px;
    height: 102px;
    float: left;
    text-align: center;
    position: relative; }
.list-left a {
    display: table-cell;
    width:102px;
    height: 102px;
    vertical-align: middle;
}
.list-left img {
    max-width: 102px;
    max-height: 102px; }
.list-left span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); }

.list-right {
    width: 100%;
    box-sizing: border-box;
    padding-left: 112px;
    position: relative;
    height: 102px; }
.list-right h3 {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.list-right h3 span {
    color: #999999;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px; }
.list-right p {
    font-size: 16px;
    line-height: 16px;
    margin-top: 14px; }
.list-right p span {
    display: inline-block;
    margin-left: 10px;
    color: #E44835; }
.list-right p + p {
    margin-top: 33px; }
.list-right p + p em {
    color: #999999; }
.list-right .gz {
    width: 60px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 38px;
    color: #D7000F;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border-radius: 26px;
    border: solid 1px #D7000F;
    cursor: pointer; }
.followed {
    color: #fff!important;
    background: #D7000F!important; }