@charset "utf-8";
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0; padding: 0; }
img { border: 0 none; vertical-align: top; }
ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px; }
button { cursor: pointer; }
body { background-color: #fff; color: #363636; line-height: 1.2; }
a, a:link {color:#333;text-decoration: none;cursor: pointer}
a:visited {  }
a:focus { outline: none; }
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: inset 0 0 0 1000px #fff !important;
}
/*清除浮动*/
.clearfix:after { content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden; }
.clearfix { zoom:1; }
.fl { float: left; }
.fr { float: right; }

/**{box-sizing: border-box}*/

/** 浏览器滚动条 */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    overflow: auto;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
    min-height: 25px;
    min-width: 25px;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
    border: 1px solid #efefef;
}
.message-block * {
    box-sizing: border-box;
}
[v-cloak]{
    display: none
}
html, body {
    height: 100%;
    font-family: "Microsoft YaHei Regular";
}
.fl{float: left;}
.fr{float: right;}
#app{
	position: relative;
}
.bottomLine{
    display: none;
}
.message-block {
    width: 1200px;
    margin: 0 auto;
    height: calc(100% - 36px);
    padding-top: 25px;
    padding-bottom: 20px;
}

.msg-content {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #f0f4fa;
    border-bottom: 15px solid #fff;
}

.msg-content-list {
    height: calc(100% - 47px);
    overflow-y: auto;
}

.msg-student {
    width: 720px;
    height: 100%;
    overflow: hidden;
}

.msg-common {
    width: calc(100% - 740px);
    height: 100%;
}

.msg-content-title {
    padding: 0 15px;
    height: 48px;
    border-bottom: 1px solid #e6eaf0;
}

.msg-content-title h2 {
    font-size: 14px;
    color: #333;
    line-height: 47px;
}

.msg-content-title h2 {
    font-size: 16px;
    color: #333;
    line-height: 47px;
}

.msg-content-title a.sys-messages {
    margin-top: 18px;
    color: #458aff;
    font-size: 14px;
}

.msg-content-title a.add-common {
    width: 48px;
    height: 26px;
    color: #fff;
    margin-top: 10px;
    display: block;
    background: #458aff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    border-radius: 2px;
}

.msg-content-item {
    margin: 0 20px;
    padding: 20px 0;
    min-height: 100px;
    border-bottom: 1px solid #e6eaf0;
}

.msg-content-item:last-child {
    border-bottom: 0;
}

.msg-content-item img.header-pic {
    display: block;
    float: left;
}

.msg-content-item .msg-item-detail {
    margin-left: 52px;
}

.msg-content-item .msg-item-detail .msg-item-detail-name {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    height: 22px;
}
.msg-student-content .msg-content-item .msg-item-detail .msg-item-detail-name {
    height: auto;
}
.msg-content-item .msg-item-detail .msg-item-detail-name span {
    color: #666;
    font-weight: normal;
}

.msg-content-item .msg-item-detail .msg-item-detail-name a {
    color: #458aff;
    font-size: 14px;
    float: right;
    font-weight: normal;
    height: 20px;
}

.msg-content-item .msg-item-detail .msg-item-detail-text {
    color: #666;
    font-size: 13px;
    line-height: 25px;
}

.msg-content-item .msg-item-detail .msg-item-detail-time {
    font-size: 13px;
}

.msg-content-item .msg-item-detail .msg-item-detail-time .mid-time {
    color: #999;
    padding-top: 2px;
}

.msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like {
    padding-top: 2px;
}

.msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a {
    color: #999;
    display: block;
    height: 14px;
    padding-left: 20px;
    float: left;
}

.msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a.mid-like {
    background: url("../img/icon-like.png") no-repeat left top;
    min-width: 30px;
    /*text-align: right;*/
    margin-left: 20px;
}
.msg-student-content .msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a{
    margin-right: 20px;
}

.msg-student-content .msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a.mid-like{
    margin-left: 0px;
}
.msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a.mid-talk {
    background: url("../img/icon-talk.png") no-repeat left top;
}
.msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a.min-del {
    padding-left: 5px;
    font-size: 14px;
}
.msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a.min-del:hover{
    color: #faa93e;
}

.msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like a.is-current {
    background-position-y: bottom;
    color: #ffa927;
}

.msg-content-item .msg-item-detail .msg-item-talk {
    margin-top: 15px;
}

.msg-content-item .msg-item-detail .msg-item-talk .text {
    width: 100%;
    height: 25px;
    padding: 5px 10px;
    border: 1px solid #e6eaf0;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    resize: none;
    min-height: 32px;
    margin-bottom: 5px;
    overflow: hidden;
    background: #fff;
    max-height: 110px;
}

.msg-content-item .msg-item-detail .msg-item-talk .face-icon {
    background: url("../img/icon-face.png") no-repeat left center;
    height: 16px;
    line-height: 16px;
    padding-left: 20px;
    color: #666;
    font-size: 13px;
    margin-top: 5px;
    cursor: pointer;
}

.msg-content-item .msg-item-detail .msg-item-talk button {
    width: 60px;
    height: 25px;
    font-size: 12px;
    border: 0;
    background: #458aff;
    border-radius: 3px;
    color: #fff;
}
.msg-content-item .msg-item-detail .msg-item-talk button.dis-btn{
    background: #d2d2d2;
    color: #999;
}

.msg-content-item .msg-item-detail .msg-item-reply {
    background: #f3f3f3;
    border-radius: 10px;
    margin-top: 25px;
    position: relative;
    padding-right: 10px;
}

.msg-content-item .msg-item-detail .msg-item-reply:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 30px;
    border-bottom: 12px solid #f3f3f3;
    border-left: 9px solid transparent;
    border-right: 15px solid transparent;
}

.msg-common {
    min-height: 250px;

}

.msg-common .msg-common-search {
    height: 40px;
    padding: 5px;
    border-bottom: 1px solid #e6eaf0;
    position: relative;
}

.msg-common .msg-common-search .search-result-list {
    position: absolute;
    top: 40px;
    width: 100%;
    min-height: 40px;
    z-index: 999;
    box-shadow: 0 0 5px #e0e0e0;
    left: 0;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 50px;
}

.msg-common .msg-common-search input.search-key {
    width: 100%;
    height: 100%;
    border: 0 !important;
    outline: none;
    background: url(../img/icon-search.png) 10px center no-repeat;
    padding-left: 35px !important;
    font-size: 14px;
}

.msg-common .msg-common-search li {
    color: #333;
    font-size: 15px;
    height: 39px;
    line-height: 37px;
    padding-left: 20px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 10px;
}

.msg-common .msg-common-search li:after {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    top: 17px;
    background: #333;
    width: 4px;
    height: 4px;
}

.msg-common .msg-common-search li:hover {
    background: #f3f5f8;
    border-color: #e6eaf0;
}

.msg-common .msg-content-list {
    height: calc(100% - 87px);
    overflow-y: auto;
    position: relative;
}


.msg-common .msg-common-item {
    margin: 0 20px;
    padding: 13px 100px 13px 0;
    border-bottom: 1px solid #e6eaf0;
    /*height: 65px;*/
    position: relative;
}

.msg-common .msg-common-item:last-child {
    border-bottom: 0;
}

.msg-common .msg-common-item .msg-common-item-btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    height: 16px;
}

.msg-common .msg-common-item .msg-common-item-btn a {
    float: left;
    color: #458aff;
    font-size: 14px;
    margin-left: 20px;
}

.msg-common .msg-common-item h2 {
    position: relative;
    color: #333;
    font-size: 15px;
    padding-left: 12px;
    word-break: break-all;overflow-wrap: break-word;
}

.msg-common .msg-common-item h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    background: #333;
    width: 4px;
    height: 4px;
}

.msg-common .msg-common-item p {
    position: relative;
    color: #999;
    font-size: 14px;
    padding-left: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
    padding-right: 30px;
}

.msg-common .msg-common-item p span {
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    color: #6299f7;
}

.msg-common .msg-common-item.show-common {
    height: auto;
}

.msg-common .show-common p {
    padding-right: 0;
    white-space: unset;
    word-break: break-all;
}

.msg-common .msg-common-item p.no-show-btn {
    padding-right: 0;
}

.msg-common .msg-common-item p.no-show-btn span {
    display: none;
}


/*学生页面浮窗*/
.msg-floor {
    position: fixed;
    right: 10px;
    bottom: 300px;
    width: 42px;
    /* height: 160px; */
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 10px #e9e9e9;
    /* margin-right: -695px; */
}

.msg-floor li {
    list-style: none;
    padding: 42px 6px 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 16px;
    cursor: pointer;
}

.msg-floor li:nth-child(1) {
    border-bottom: 1px solid #e6eaf0;
    background: url("../img/icon-cj.png") no-repeat center 10px;
}

.msg-floor li:nth-child(2) {
    background: url("../img/icon-ly.png") no-repeat center 10px;
}

.msg-floor li#msg-student {
    position: relative;
}

.msg-floor li#msg-student b {
    display: block;
    position: absolute;
    font-weight: normal;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #FF0000;
    top: 8px;
    left: 27px;
}

.msg-student-content {
    position: fixed;
    right: 50%;
    top: 50%;
    width: 215px;
    z-index: 999;
    box-shadow: 0 0 5px #e9e9e9;
    margin-right: -930px;
}

.msg-student-list {
    min-height: 100px;
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 4px;
    padding-bottom: 5px;
    overflow-y: auto;
}

.msg-student-list-title {
    position: relative;
    color: #333;
    font-size: 15px;
    text-align: center;
    line-height: 46px;
    border-bottom: 1px solid #e6eaf0;
}

.msg-student-list-title a.close-msg {
    display: block;
    width: 30px;
    height: 27px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #333;
    font-weight: bold;
}

.msg-mysub h2 {
    height: 27px;
    border: 1px solid #e6eaf0;
    border-top: 0;
    border-bottom: 0;
    padding-left: 10px;
    line-height: 26px;
    font-weight: normal;
    font-size: 14px;
    background: #eef1f6;
}

.msg-mysub textarea.msg-text {
    width: 100%;
    height: 62px;
    border: 1px solid #e6eaf0;
    padding: 10px;
    font-size: 12px;
    color: #777;
    line-height: 20px;
    resize: none;
    outline: none;
}

.msg-mysub button {
    width: 100%;
    height: 40px;
    background: #458aff;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: 0;
    margin-top: -4px;
    border-radius: 0 0 4px 4px;
}

.msg-student-list .msg-content-list {
    /*height: auto;*/
}

.msg-student-list .msg-content-list .msg-content-item {
    margin: 0 10px;
    padding: 15px 0;
}

.msg-student-list .msg-content-item {

}

.msg-student-list .msg-content-item .msg-item-detail {
    margin: 0;
}

.msg-student-list .msg-content-item .msg-item-detail .msg-item-detail-time .mid-time {
    float: none;
    display: block;
    line-height: 25px;
}

.msg-student-list .msg-content-item .msg-item-detail .msg-item-detail-time .mid-talk-like {
    float: none;
    margin-top: 3px;
}

.msg-student-list .msg-content-item .msg-item-detail .msg-item-detail-text {
    line-height: 20px;
    margin-top: 5px;
}

.msg-student-common {
    position: fixed;
    right: 50%;
    top: 50%;
    width: 215px;
    z-index: 999;
    box-shadow: 0 0 5px #e9e9e9;
    margin-right: -840px;
    background: #fff;
}

.msg-student-common .msg-common-item {
    padding-right: 0;
    padding-left: 0;
    margin: 0 10px;
}

.msg-student-common .msg-common-item p {
    padding-left: 0;
    letter-spacing: 1px;
}

.msg-student-common .msg-content-list {
    height: auto;
}

.msg-common-edit {
    width: 520px;
    padding-top: 20px;
}

.msg-common-edit .msg-common-edit-item {
    margin: 0 30px;
    padding: 10px 0;
}

.msg-common-edit .msg-common-edit-item label {
    float: left;
    display: block;
    width: 80px;
    line-height: 32px;
    
    font-weight: bold;
    color: #4a535c;
}

.msg-common-edit .msg-common-edit-item input {
    display: block;
    width: calc(100% - 80px);
    height: 25px;
    padding: 5px 10px;
    border: 1px solid #e6eaf0;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    resize: none;
    min-height: 32px;
    margin-bottom: 5px;
    background: #fff;
}

.msg-common-edit .msg-common-edit-item textarea {
    width: calc(100% - 80px);
    height: 150px;
    padding: 5px 10px;
    border: 1px solid #e6eaf0;
    border-radius: 4px;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    resize: none;
    margin-bottom: 5px;
    background: #fff;
    outline: none;
}

.msg-common-edit .msg-common-edit-btns {
    text-align: center;
}

.msg-common-edit .msg-common-edit-btns button {
    display: inline-block;
    width: 85px;
    height: 32px;
    text-align: center;
    border: 1px solid #89939c;
    line-height: 30px;
    background: #fff;
    color: #4a535c;
    border-radius: 2px;
    margin: 0 15px;
    font-size: 14px;
}

.msg-common-edit .msg-common-edit-btns button:first-child {
    background: #458aff;
    color: #fff;
    border-color: #458aff;
}

.layer-del-tips {
    width: 260px;
    background: #fff;
    position: relative;
    border-radius: 5px;
}
.tips-text {
    color: #38425c;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.tips-detail-text {
    padding: 0 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    margin: 10px 0;
}
.layui-layer-btn{
    display: flex;
    padding: 0;
    border-top: 1px solid #dedede;
}

.layui-layer-btn a {
    flex: 1;
    display: block;
    text-align: center;
    color: #458aff;
    font-size: 14px;
    line-height: 40px;
    float: left;
    margin: 0;
    height: 40px;
    border-radius: 0;
    border: 0;

}

.layui-layer-btn .layui-layer-btn0{
    border-right: 1px solid #dedede;
    background: #fff;
    color: #458aff;
}

.no-search-result{
    line-height: 40px;
    font-size: 14px;
    padding-left: 40px;
    color: #999;
}