/*! author: Keyon Y, lenglu */
@charset "UTF-8";
.f-14-666 {
  font-size: 14px;
  color: #666;
  font-weight: normal; }

.f-14-red {
  font-size: 14px;
  color: #e62129;
  font-weight: normal; }

.m-r-5 {
  margin-right: 5px; }

.p-20 {
  padding: 35px 20px; }

/* 会话消息列表页 */
.myhr_title {
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0; }

.m_titleOperate {
  position: relative;
  display: inline-block;
  width: 768px;
  margin-left: 25px; }
  .m_titleOperate button {
    height: 22px;
    line-height: 20px;
    margin-right: 6px;
    padding: 0 5px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: transparent;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    cursor: pointer; }
  .m_titleOperate button:hover {
    color: #e62129;
    border-color: #e62129; }
  .m_titleOperate#searchFuncForChatList .m_searchResult {
    width: 190px;
    right: 0;
    top: 26px;
    border: 1px solid #ddd; }

.m_searchBox {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 180px;
  height: 24px;
  padding: 0 5px;
  border: 1px solid #999;
  border-radius: 2px; }
  .m_searchBox input {
    width: 150px;
    height: 22px;
    line-height: 20px;
    border: none;
    font-size: 14px;
    color: #333;
    font-weight: normal; }
  .m_searchBox .m_btnSousuo {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: default; }

.m_searchResult {
  display: none;
  position: absolute;
  top: 35px;
  z-index: 5;
  width: 100%;
  padding-bottom: 8px;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .m_searchResult .msr_note {
    padding-left: 5px;
    color: #999;
    font-size: 12px;
    text-align: left; }
  .m_searchResult ul {
    margin-top: 10px; }
  .m_searchResult li {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0 5px;
    text-align: left;
    cursor: pointer; }
    .m_searchResult li:hover {
      background-color: #f4f4f4; }
    .m_searchResult li .userHead {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin-right: 6px; }
      .m_searchResult li .userHead img {
        width: 40px;
        height: 40px; }
    .m_searchResult li i {
      display: none;
      position: absolute;
      right: -2px;
      bottom: 0; }
    .m_searchResult li i.active {
      display: inline-block; }
    .m_searchResult li .userName {
      float: left;
      height: 40px;
      font-size: 14px;
      color: #333; }
    .m_searchResult li .isUnread {
      position: relative;
      top: -2px;
      display: none;
      width: 6px;
      height: 6px;
      margin-left: 6px;
      border-radius: 50%;
      background-color: #e62129; }
    .m_searchResult li .isUnread.active {
      display: inline-block; }

.smallChatwindow .m_searchResult li {
  height: 30px; }

.smallChatwindow .m_searchResult .userHead {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 6px; }
  .smallChatwindow .m_searchResult .userHead img {
    width: 30px;
    height: 30px;
    vertical-align: top; }

.smallChatwindow .m_searchResult .userName {
  width: 80px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.smallChatwindow .m_searchResult .isUnread {
  top: -6px; }

.m_list > li {
  position: relative;
  height: 52px;
  padding: 26px 40px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  cursor: default; }
  .m_list > li .imgBox {
    position: relative;
    float: left;
    width: 50px;
    margin-right: 8px; }
    .m_list > li .imgBox img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    .m_list > li .imgBox i {
      position: absolute;
      right: 0;
      bottom: -4px; }
  .m_list > li .m_listContent .nameLine {
    position: relative;
    margin: 5px 0; }
    .m_list > li .m_listContent .nameLine .name {
      display: inline-block;
      margin-right: 5px;
      font-size: 14px;
      color: #333;
      font-weight: bold; }
  .m_list > li .m_listContent i {
    margin-right: 5px;
    vertical-align: middle; }
  .m_list > li .m_listContent .time {
    position: absolute;
    right: 30px;
    margin-left: 60px;
    font-size: 12px;
    color: #999;
    font-weight: normal; }
  .m_list > li .m_listContent .contentLine {
    width: 750px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666; }

.optionsBox {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 20px;
  height: 20px;
  text-align: center; }
  .optionsBox:hover i.icon-down {
    background-position: 0px 2px;
    width: 12px;
    height: 12px; }
  .optionsBox:hover ul.options {
    display: block; }
  .optionsBox ul.options {
    display: none;
    position: absolute;
    right: 0;
    top: 18px;
    z-index: 10;
    width: 86px;
    border: 1px solid #e0e0e0;
    background-color: #fff; }
    .optionsBox ul.options li {
      height: 26px;
      line-height: 26px;
      padding: 0;
      font-size: 12px;
      text-align: center;
      cursor: pointer; }
      .optionsBox ul.options li:hover {
        background-color: #ec5358;
        color: #fff; }

/* 会话消息列表页 END */
/* 窗口会话列表页聊天 */
.myhr .m_window .mw_left {
  position: relative; }

.myhr .m_window .ignoredUser {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 43px;
  left: 0;
  z-index: 6; }

/* 窗口会话列表页聊天 End */
/* 聊天窗口 */
.m_window .mw_left {
  float: left;
  width: 648px;
  height: 660px;
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 2px; }

.m_window .mwl_title {
  position: relative;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  color: #333; }

.m_window #back {
  float: left;
  position: relative;
  z-index: 6;
  width: 60px;
  height: 42px;
  text-align: center;
  cursor: pointer; }

.m_window #back:hover {
  background-color: #f5f5f5; }
  .m_window #back:hover .icon-arrow-left {
    background-position: -35px -530px; }

.m_window .mwl_title {
  text-align: center; }
  .m_window .mwl_title span {
    display: inline-block;
    max-width: 260px;
    margin: 0 5px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.m_window .optionsBox {
  top: 0;
  right: 0;
  width: 50px;
  height: 42px; }
  .m_window .optionsBox ul.options {
    top: 32px; }

.m_window .ignoredUser {
  display: none;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #dbecfc;
  font-size: 14px;
  color: #333;
  text-align: left; }
  .m_window .ignoredUser i {
    margin-right: 5px;
    vertical-align: middle; }
  .m_window .ignoredUser span {
    margin-left: 4px;
    cursor: pointer; }

.m_window .mwl_chatWindow {
  position: relative;
  height: 500px;
  background-color: #f5f5f5;
  overflow: hidden; }
  .m_window .mwl_chatWindow .scrollson {
    width: 612px;
    padding: 15px 20px; }
  .m_window .mwl_chatWindow .scroll_ymove {
    height: 100%;
    background-color: #e1e1e1; }
  .m_window .mwl_chatWindow .scroll_y {
    background-color: #aaa; }

.m_window .chatOther {
  margin-bottom: 15px;
  text-align: left; }
  .m_window .chatOther .imgBox {
    float: left; }
    .m_window .chatOther .imgBox img {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
  .m_window .chatOther .chatContent {
    position: relative;
    display: inline-block;
    margin-left: 25px; }
    .m_window .chatOther .chatContent .chatDetail {
      max-width: 309px;
      min-height: 24px;
      line-height: 24px;
      padding: 7px 10px;
      border: 1px solid #e8e8e8;
      border-radius: 4px;
      background-color: #fff;
      word-wrap: break-word;
      text-align: left; }
    .m_window .chatOther .chatContent i {
      position: absolute;
      top: 11px;
      left: -6px; }

.m_window .chatMine {
  margin-bottom: 15px;
  text-align: right; }
  .m_window .chatMine .imgBox {
    float: right; }
    .m_window .chatMine .imgBox img {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
  .m_window .chatMine .chatContent {
    position: relative;
    display: inline-block;
    margin-right: 25px; }
    .m_window .chatMine .chatContent .chatDetail {
      max-width: 309px;
      min-height: 24px;
      line-height: 24px;
      padding: 7px 10px;
      border: 1px solid #b6dafe;
      border-radius: 4px;
      background-color: #dbecfc;
      word-wrap: break-word;
      text-align: left; }
    .m_window .chatMine .chatContent i {
      position: absolute;
      top: 11px;
      right: -9px; }

.m_window .chatLine_date, .m_window .chatLine_history, .m_window .chatLine_loadMore {
  position: relative;
  height: 12px;
  margin: 30px auto;
  font-size: 12px;
  color: #666; }
  .m_window .chatLine_date .hrline, .m_window .chatLine_history .hrline, .m_window .chatLine_loadMore .hrline {
    position: absolute;
    top: 6px;
    left: 50%;
    z-index: 4;
    width: 500px;
    height: 1px;
    margin-left: -250px;
    border-top: 1px dashed #e0e0e0; }
  .m_window .chatLine_date .string, .m_window .chatLine_history .string, .m_window .chatLine_loadMore .string {
    position: relative;
    z-index: 5;
    top: -2px;
    display: inline-block;
    width: 90px;
    height: 12px;
    background-color: #f5f5f5; }
  .m_window .chatLine_date .string.longString, .m_window .chatLine_history .string.longString, .m_window .chatLine_loadMore .string.longString {
    width: 130px; }
  .m_window .chatLine_date .loadMore, .m_window .chatLine_history .loadMore, .m_window .chatLine_loadMore .loadMore {
    color: #097BE7;
    cursor: pointer; }

.m_window .chatLine_loadMore {
  margin: 0px auto 20px;
  text-align: center; }

.m_window .chatEmoticon {
  position: relative;
  height: 20px;
  margin-left: 20px;
  padding: 15px 0;
  text-align: left; }

.m_window #facebox {
  left: 0;
  bottom: 20px;
  width: 420px;
  height: 140px; }

.m_window .chatSend {
  margin-left: 20px;
  text-align: left; }
  .m_window .chatSend input {
    width: 486px;
    height: 16px;
    line-height: 16px;
    padding: 10px;
    border: 1px solid #b8b8b8;
    border-radius: 2px;
    background-color: transparent;
    font-size: 12px;
    outline: none; }
  .m_window .chatSend button {
    width: 92px;
    height: 38px;
    line-height: 36px;
    margin-left: 6px;
    border: 1px solid #ea4d54;
    border-radius: 2px;
    background-color: #ea4d54;
    font-size: 14px;
    color: #fff;
    cursor: pointer; }
  .m_window .chatSend button:hover {
    border-color: #e62129;
    background-color: #e62129; }

.m_window .mw_right {
  display: inline-block;
  width: 218px;
  height: 660px;
  border: 1px solid #ddd;
  border-radius: 2px; }

.m_window .mwr_title {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ddd;
  color: #333; }

.m_window .mwr_search {
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ddd; }
  .m_window .mwr_search .listSearch {
    width: 100%;
    height: 40px;
    text-align: center; }
  .m_window .mwr_search .m_searchBox {
    position: relative;
    right: initial;
    display: block;
    margin: 10px auto 0; }

.m_window .chatList {
  padding: 0 0 5px 5px; }
  .m_window .chatList li {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: left;
    cursor: pointer; }
    .m_window .chatList li.active {
      background-color: #f4f4f4; }
    .m_window .chatList li .userHead {
      position: relative;
      float: left;
      width: 40px;
      height: 40px;
      margin-right: 6px; }
      .m_window .chatList li .userHead img {
        width: 40px;
        height: 40px; }
    .m_window .chatList li i {
      display: none;
      position: absolute;
      right: -2px;
      bottom: 0; }
    .m_window .chatList li i.active {
      display: inline-block; }
    .m_window .chatList li .userName {
      float: left;
      height: 40px;
      font-size: 14px;
      color: #333; }
    .m_window .chatList li .isUnread {
      position: relative;
      top: -2px;
      display: none;
      width: 6px;
      height: 6px;
      margin-left: 0px;
      border-radius: 50%;
      background-color: #e62129; }
    .m_window .chatList li .isUnread.active {
      display: inline-block; }

/* 聊天窗口 END */
/* 聊天窗口 右下角迷你版 */
.smallChatwindow {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: none;
  background-color: #fff;
  border: 1px solid #d9d9d9; }
  .smallChatwindow .mw_left {
    position: relative;
    width: 130px;
    height: 360px;
    margin-right: 0;
    border: 0;
    border-right: 1px solid #d9d9d9; }
    .smallChatwindow .mw_left .mwr_search {
      position: relative;
      height: 30px;
      line-height: 30px;
      padding-top: 4px;
      text-align: center; }
      .smallChatwindow .mw_left .mwr_search .m_searchBox {
        width: 112px;
        height: 22px;
        margin-top: 0px;
        border: 1px solid #d9d9d9;
        border-radius: 2px;
        text-align: left; }
        .smallChatwindow .mw_left .mwr_search .m_searchBox input {
          width: 88px;
          vertical-align: top; }
    .smallChatwindow .mw_left a {
      position: absolute;
      bottom: 0;
      float: none;
      display: block;
      width: 100%;
      height: 38px;
      line-height: 38px;
      border-top: 1px solid #d9d9d9;
      text-align: center;
      color: #097be7; }
      .smallChatwindow .mw_left a:hover {
        background-color: transparent;
        color: #e62129; }
    .smallChatwindow .mw_left #chatWindowMini {
      height: 287px; }
    .smallChatwindow .mw_left .chatList li {
      height: 30px; }
    .smallChatwindow .mw_left .chatList .userHead {
      float: left;
      width: 30px;
      height: 30px;
      margin-right: 6px; }
      .smallChatwindow .mw_left .chatList .userHead img {
        width: 30px;
        height: 30px;
        vertical-align: top; }
    .smallChatwindow .mw_left .chatList .userName {
      width: 76px;
      height: 30px;
      line-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .smallChatwindow .mw_left .chatList .isUnread {
      top: -6px; }
  .smallChatwindow .mw_right {
    position: relative;
    width: 360px;
    height: 360px;
    border: 0; }
    .smallChatwindow .mw_right .mwl_title {
      height: 34px;
      line-height: 34px; }
    .smallChatwindow .mw_right .mwl_chatWindow {
      position: relative;
      height: 286px; }
    .smallChatwindow .mw_right .ignoredUser {
      position: absolute;
      z-index: 6;
      width: 350px;
      height: 40px;
      line-height: 40px;
      padding-left: 10px;
      font-size: 12px; }
    .smallChatwindow .mw_right .optionsBox {
      right: 30px;
      width: 30px;
      height: 34px; }
    .smallChatwindow .mw_right .close {
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 34px;
      cursor: pointer; }
      .smallChatwindow .mw_right .close i {
        position: relative;
        top: 2px; }
    .smallChatwindow .mw_right .mwl_chatSend {
      border-top: 1px solid #d9d9d9; }
      .smallChatwindow .mw_right .mwl_chatSend .chatSend {
        line-height: 38px;
        margin-left: 5px; }
      .smallChatwindow .mw_right .mwl_chatSend input {
        width: 218px;
        height: 24px;
        line-height: 24px;
        padding: 0 5px; }
      .smallChatwindow .mw_right .mwl_chatSend .chatEmoticon {
        display: inline-block;
        line-height: 20px;
        margin: 0px 20px 0 8px;
        padding: 0;
        vertical-align: middle; }
      .smallChatwindow .mw_right .mwl_chatSend button {
        width: 68px;
        height: 24px;
        line-height: 24px;
        margin: 0; }
  .smallChatwindow .chatOther .chatContent .chatDetail, .smallChatwindow .chatMine .chatContent .chatDetail {
    max-width: 210px; }
  .smallChatwindow .mwl_chatWindow .scrollson {
    width: 320px; }
  .smallChatwindow .chatLine_history, .smallChatwindow .chatLine_date {
    text-align: center; }
    .smallChatwindow .chatLine_history .hrline, .smallChatwindow .chatLine_date .hrline {
      width: 300px;
      margin-left: -150px; }
  .smallChatwindow #facebox {
    left: auto;
    right: -80px;
    bottom: 30px; }

/* 聊天窗口 右下角迷你版 END */
.foldSmallChatwindow {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: block;
  width: 200px;
  height: 30px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer; }
  .foldSmallChatwindow .fscw_left {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px; }
  .foldSmallChatwindow .fscw_right {
    float: right;
    width: 50%;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    color: #333; }
  .foldSmallChatwindow .fscw_right.active {
    background-color: #e62129;
    color: #fff; }
  .foldSmallChatwindow i {
    margin-right: 2px;
    vertical-align: middle; }
  .foldSmallChatwindow .fscw_right.active .icon-youjian {
    background-position: -0px -364px; }

/* QQ表情插件 */
.qqFace {
  margin-top: 4px;
  background: #fff;
  padding: 2px;
  border: 1px #dfe6f6 solid; }

.qqFace table td {
  padding: 0px; }

.qqFace table td img {
  width: 26px;
  height: 26px;
  cursor: pointer;
  border: 1px #fff solid; }

.qqFace table td img:hover {
  border: 1px #0066cc solid; }

/* QQ表情插件 END */
