﻿* {
    margin: 0;
    padding: 0;
}

.mask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

/*顶部消息样式开始*/
.dropDown-message-main {
    width: 433px;
    height: 433px;
    /*border: 2px solid #e8e8e8;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -204.5px;
    margin-top: -173.5px;
    background: #fff;;
    z-index: 10000;
}

.dropDown-message-main a {
    text-decoration: none;
}
.dropDown-message-main-container{
    height:100%;
}
.dropDown-message-main-container-ul{
    overflow-y: scroll;
    background: #fff;
    height: 100%;
    width:434px;
}

.dropDown-message-main-container-ul .dropDown-message-main-container-li {
    width: 393px;
    height: 60px;
    padding-bottom: 10px;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    margin-left: 7px;

}

.dropDown-message-main-container-ul .system-message-li {
    width: 393px;
    height: 60px;
    padding-bottom: 10px;
    list-style: none;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    margin-left: 7px;
}

.system-message-li .system-message {
    color: #c959fa;

}

.dropDown-message-main-container-ul .container-ul-red-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff5a5f;
    border: none;
}

.dropDown-message-main-container-ul .container-ul-circle {
    position: absolute;
    margin-left: 10px;
    margin-top: 34px;
}

.dropDown-message-main-container-ul .container-ul-img-head {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    margin-top: 18px;
    margin-left: 23px;
    border-width:0;
}
.dropDown-message-main-container .container-ul-img-gender{
    border-width:0;
}
.dropDown-message-main-container .container-ul-img-level{
    border-width:0;
}
.dropDown-message-main .dropDown-message-main-close{
    border-width:0;
}

.dropDown-message-main-container-ul .container-ul-userMessage {
    position: absolute;
    margin-left: 70px;
    margin-top: 20px;
    font-size: 12.8px;
    font-family: SimHei;
}

.dropDown-message-main-container-ul .container-ul-img-p {
    position: absolute;
    font-size: 12px;
    color: #666;
    margin-left: 70px;
    margin-top: 43px;
    font-family: SimHei;
}

.dropDown-message-main-container-ul .container-ul-img-time {
    /*position: absolute;*/
    float: right;
    margin-right: 20px;
    margin-top: 35px;
    font-size: 12px;
    color: #666;
    font-family: SimHei;
}

.dropDown-message-main .all-message {
    width: 434px;
    height: 29px;
    background: #f2f2f2;
    border: none;
    position: relative;
    margin-top: -1px;
    text-align: center;
    padding-top: 11px;
}

.dropDown-message-main .all-message .check-all-message {
    font-family: SimHei;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.dropDown-message-main-close {
    position: absolute;
    margin-top: 6px;
    margin-left: 390px;
    z-index: 10002;

}

/*顶部消息样式结束*/

/*私人聊天样式开始*/
.private-letter-window-main {
    width: 755px;
    height: 619px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -309.5px;
    margin-left: -377.5px;
    z-index: 10000;
    display: none;
    background: #fff;
}

.private-letter-window-close {
    position: absolute;
    margin-top: 11px;
    margin-left: 714px;
    border-width: 0;
}

.private-window-board {
    width: 693px;
    height: 423px;
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    list-style: none;
    overflow-y: scroll;
    padding-left:30px;
    padding-right: 30px;
    font-family: SimHei;
    color: #333;
    font-size:14px;;
}

.private-expression-gift {
    width: 755px;
    height: 65px;
    background: #fff;;
}

.private-expression-gift .private-expression {
    margin-left: 20px;
    margin-top: 20px;
    border-width:0;
}

.private-expression-gift .private-gift {
    margin-left: 14px;
    margin-top: 20px;
    border-width:0;
}

.private-window-textarea {
    width: 693px;
    height: 100px;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
}

.private-window-textarea-div {
    background: #fff;
}

.private-window-textarea-div .private-window-closeBtn {
    width: 90px;
    height: 29px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #fff;
    outline: none;
    cursor: pointer;
    font-family: SimHei;
    margin-top: -7px;
    margin-top: 89px\0;
    margin-left: 542px;
    margin-left: -235px\0;
    position: absolute;
}
/*firefox支持*/
@-moz-document url-prefix() {
    .private-window-textarea-div .private-window-closeBtn {
        margin-left: -210px;
        margin-top: 93px;
    }
    .private-window-textarea-div .private-window-sendBtn{
        margin-top: -9px;
        margin-left: 643px;
    }
}
/*firefox支持结束*/

.private-window-textarea-div .private-window-sendBtn {
    width: 90px;
    height: 29px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #fff;
    outline: none;
    cursor: pointer;
    font-family: SimHei;
    margin-top: -7px;
    margin-top: 89px\0;
    margin-left: 653px;
    margin-left: -136px\0;
    position: absolute;
}

.opposite-words, .my-words {
    border: 1px solid #d2d2d2;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
    display: inline-block;
    max-width: 500px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.private-window-board-li-opposite-left{
    margin-top:20px;
    float:left;
    width:100%;

}

.private-window-board-myWords .my-words {
    border: 1px solid #d2d2d2;
    padding: 12px;
    border-radius: 8px;
    background: #f5dfff;
}

.images-myAttention{
    margin-top:20px;
}
.images-myFans{
    margin-top:20px;
}

.private-window-board .private-window-time {
    text-align: center;
    font-family: SimHei;
    font-size: 16px;
    color: #999;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    display: inline-block;
}


.oppositeWords-head, .myWords-head {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: top;
    position: relative;
}
.private-window-board-li-myLi-right{
    float:right;
    margin-top:20px;
    width: 100%;

}
.private-window-board-li-myLi-right .myWords-head{
    float:right;
}
.private-window-board-li-myLi-right .my-words{
    margin-right:10px;
    background: #f5dfff;
    float: right;
    margin-bottom: 20px;
}

/*私人聊天样式结束*/