﻿.left {
    float: left;
}

.right {
    float: right;
}

.message {
    height: 38px;
    border: 1px solid #d1d8e3;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
}

.my {
    margin-top: 10px;
}

.message-selected {
    background: var(--color-base-secondary);
    color: #fff;
}

.container-infor-left {
    float: left;
    width: 16%;
}

.container-infor-right {
    float: left;
    margin-left: 26px;
    width: 70%;
}

.send-msg {
    width: calc(100% - 16% - 26px);
}

.container-infor-right .msg-title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#selectAll {
    transform: translateY(-1px);
}

.container-infor-right .msg-title .msg-show-goback {
    margin-right: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 4px;
}

.container-infor-right .msg-title .msg-show-goback img {
    width: 14px;
    height: 14px;
}

.container-infor-right .msg-title > span {
    color: #333;
    font-size: 18px;
    font-weight: 400;
}

.container-infor-right .msg-title div {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 4px;
    cursor: pointer;
}

.container-infor-right .msg-title div > img {
    width: 14px;
    height: 14px;
    transform: translateY(-1px);
}

.container-infor-right .msg-title div > span {
    font-size: 14px;
}

.msg-table {
    border-top: 1px solid #e9e9e9;
}

.msg-content {
    height: calc(86px -2 * 18px);
    padding: 18px 0;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.msg-content > input {
    transform: translateY(3px);
}

.msg-box,
.msg-show-box {
    width: calc(100% - 26px);
    cursor: pointer;
}

.msg-show {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
}

.msg-box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msg-box-content {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-box-content-details {
    margin: 20px 0;
    white-space: wrap;
    word-break: break-all;
}

.msg-boxcontent-addressee {
    width: calc(100% - 2 * 16px);
    padding: 16px 20px;
    background: #f9f9f9;
    border-radius: 4px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
    font-size: 14px;
}

.msg-boxcontent-addressee span:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.msg-box-title .title-left {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.title-left > span:nth-child(1) {
    height: 21px;
    font-size: 16px;
}

.to-student {
    color: var(--color-base-primary);
}

.to-parent {
    color: var(--color-base-secondary);
}

.title-left > span:nth-child(2) {
    height: 21px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
}

.title-left > span:nth-child(3) {
    width: 56px;
    height: 18px;
    font-size: 12px;
    background: #fe7272;
    border-radius: 1px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.msg-box-date {
    width: 165px;
    height: 21px;
    font-size: 16px;
    color: #999999;
}

.setPageDiv {
    margin: 30px auto;
}

.container-infor {
    margin-top: 25px;
}

.remind-infor {
    clear: both;
}

.remind {
    width: 85px;
    height: 25px;
    border: 1px solid #009aff;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    font-size: 13px;
    color: #009aff;
    float: left;
    margin-right: 8px;
    margin-bottom: 15px;
}

.remind-choose {
    background: #52a3e2;
    color: #fff;
}

.cntainer-infor {
    overflow: hidden;
    margin-top: 25px;
}

.remind-infor li {
    border-bottom: 1px solid #ddd;
    height: 55px;
    box-sizing: border-box;
    padding: 10px 28px 18px 5px;
    font-family: "微软雅黑";
    padding-left: 22px;
    font-size: 16px;
    cursor: pointer;
}

.remind-detail-content {
    margin-top: 17px;
}

.look-detail {
    margin-left: 5px;
    color: #009aff;
}

.oprator-all {
    background: #f2faff;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e1e3e5;
    padding-left: 12px;
}

.oprator-all span {
    display: inline-block;
    width: 90px;
    height: 31px;
    font-size: 13px;
    box-sizing: border-box;
    padding: 5px;
    line-height: 20px;
    text-align: center;
    margin-right: 18px;
    border-radius: 5px;
}

.write-message {
    font: 15px "微软雅黑";
    color: #5d5d5d;
    margin-top: 4px;
}

.send-person {
    width: 164px;
    height: 30px;
    margin-left: 3px;
    border: 1px solid #cad2e1;
}

.group {
    margin-bottom: 15px;
}

.infor-title {
    width: 86%;
    height: 32px;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid #cad2e1;
    padding-left: 9px;
}

.title-prevent {
    position: absolute;
    top: 7px;
    right: 67px;
}

.group textarea {
    width: 86%;
    height: 182px;
    border-radius: 5px;
    margin-left: 55px;
    border: 1px solid #cad2e1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 9px;
}

.group textarea + span {
    position: absolute;
    top: 161px;
    right: 22px;
}

.content {
    position: absolute;
    top: 7px;
    left: 0px;
}

.send-message {
    width: 90px;
    height: 30px;
    border: none;
    background: var(--color-base-secondary);
    color: #fff;
    border-radius: 5px;
    margin-left: 69px;
    cursor: pointer;
}

.choosed-right b {
    width: 16px;
    height: 12px;
    background: url(/Images/person.png) no-repeat;
    display: inline-block;
}

.choosed-right {
    margin-left: 12px;
    cursor: pointer;
}

.choosed-right span i {
    color: red;
    font-weight: bold;
    padding: 3px;
}

/*.layui-layer-title{
    background: #fff !important;
    height: 53px !important; 
    font-size: 12px !important;
    position: relative;
}*/
.info .layui-layer-title > b {
    display: inline-block;
    /* background: url(/Images/publish.png) no-repeat; */
    width: 29px;
    height: 19px;
    vertical-align: -4px;
}

.info .layui-layer-btn {
    position: relative;
}

.info .layui-layer-btn0 {
    position: absolute;
    top: -28px;
    left: 36px;
    border-radius: 5px;
    padding: 0px 31px;
    background-color:var(--color-base-secondary);
}

.info .layui-layer-title {
    background-color: #fff;
}

/*.choose-student{
    position: absolute;
    top: 11px;
}*/
/*.layui-layer-setwin{
    top: 20px !important;
}*/
.alert-group-student {
    margin: 30px 31px 10px 31px;
    width: 636px;
    height: 250px;
    border: 1px solid #cad2e1;
    border-radius: 5px;
    padding: 15px;
    overflow: auto;
    box-sizing: border-box;
}

.alert-group-student li .check {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #cad2e1;
    position: absolute;
    top: -2px;
    cursor: pointer;
    box-sizing: border-box;
}

.alert-group-student li {
    position: relative;
    float: left;
    margin-right: 15px;
    margin-bottom: 16px;
    width: 122px;
    margin-left: 5px;
}

.alert-footer {
    margin-left: 31px;
    position: relative;
}

.sure-alert {
    width: 90px;
    height: 30px;
    background: #52a3e2;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
}

.check-all-alert {
    float: right;
    margin-right: 31px;
    font-size: 11px;
    margin-top: 9px;
    position: relative;
}

.check-all-alert b {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #cad2e1;
    position: absolute;
    top: 0px;
    right: 30px;
    cursor: pointer;
    box-sizing: border-box;
}

.title + p + div {
    margin: 25px 0;
}

.about-name {
    color: red;
}

.submit-success {
    font-size: 20px;
    margin-left: 200px;
    margin-top: 8px;
}

.title + p {
    margin-top: 9px;
}

.info .layui-layer-setwin .layui-layer-close1,
.info .layui-layer-setwin .layui-layer-close1:hover {
    background: url(/Images/close.jpg);
}

li > span + i {
    width: 26px;
    height: 20px;
    background: url(/Images/unopen.png);
    margin: 0 15px 0 17px;
}

.remind-detail-title {
    color: #009aff;
}

.operator {
    margin-left: 39px;
}

.operator > i {
    width: 53px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    background: #62abe5;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
}

.operator > i:first-child {
    margin-right: 12px;
}

.remind-infor > li:after {
    content: "";
    clear: both;
    overflow: hidden;
    display: block;
}

.time {
    color: #888888;
}

.oprator-all .delete-all {
    background: var(--color-base-secondary);
    color: #fff;
}

.tag-read {
    background: url(/Images/opened.png);
    height: 26px;
}

.oprator-all .delete-all {
    background: var(--color-base-secondary);
    color: #fff;
    cursor: pointer;
}

.ext-info {
    text-overflow: ellipsis;
    width: 199px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: -4px;
}

.state {
    margin-left: 30px;
}

.parent-name {
    font-weight: bold;
}

.checked {
    width: 17px;
    height: 18px;
    background: url(/Images/znkj.png) -91px -64px;
    display: inline-block;
    cursor: pointer;
    margin-right: 6px;
}

.check-choose {
    background-position: -118px -65px;
}

.ifot-type {
    width: 35%;
    text-align: left;
}

.last {
    width: 38%;
}

.mess-list {
    font-size: 14px;
    position: absolute;
    top: 25px;
    right: 0;
    margin-right: 64px;
    color: #009aff;
    cursor: pointer;
}

.content-detail > .content-d {
    font-size: 14px;
    margin-left: 32px;
    margin-top: 27px;
    word-break: break-all;
}

.content-detail .title {
    font-size: 18px;
}

.content-detail {
    width: 100%;
}

.content-detail .df {
    height: 44px;
    line-height: 44px;
    background-color: #f2faff;
    width: 100%;
    margin: 25px 0px;
    padding: 0px 22px;
    border: 1px solid #eaeaea;
    border-right: 0;
    border-left: 0;
}

.content-detail .va-button {
    /* yhy 详情样式*/
    color: #ffffff !important;
    white-space: nowrap;
    padding: 2px 5px 3px;
    border-radius: 9px;
    background: none repeat scroll 0 0 #62c7e5;
    text-decoration: none;
    transition: background-color 0.25s linear 0s;
    -webkit-transition: background-color 0.25s linear 0s;
    -moz-transition: background-color 0.25s linear 0s;
}

.content-detail .df > span {
    width: 50px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    background-color: var(--color-base-secondary);
    margin-right: 24px;
    padding: 5px 13px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

.cntainer-infor > .container-infor-right {
    width: 80%;
}

.content-d .intr {
    margin: 10px 0px;
}

.content-d .state {
    color: red;
}

.content-d .time {
    color: #616161;
}

.content-d > div:nth-child(2) {
    color: #616161;
}

.tag-read + .remind-detail-info > .remind-detail-title {
    color: #676464;
}

.submit-success + a {
    font-size: 18px;
    border-bottom: 1px solid;
    margin-left: 94%;
}

.oprator-all .reader-All {
    text-align: left;
    background: var(--color-base-secondary);
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
}

.choosed-right > span {
    font-size: 12px;
}

.write-message .content-prevent {
    right: 60px;
    top: 170px;
}

.choosed-right > span {
    color: cornflowerblue;
    text-decoration: underline;
}

::-ms-clear {
    display: none;
}

.stu-parent {
    margin-left: 25px;
    cursor: pointer;
}

.remind-parent {
    padding-top: 10px;
    padding-left: 36px;
    position: absolute;
    top: -4px;
    left: 0px;
}

.remind-parent > i {
    background: url(/Images/remind.png);
    width: 15px;
    height: 15px;
    vertical-align: -2px;
    display: inline-block;
    margin-right: 12px;
}

.remind-parent > span {
    padding: 0 5px;
    color: red;
}

@media screen and (max-width: 1190px) {
    .remind-infor > li .time {
        display: none;
    }

    .state {
        display: none;
    }
}

/*强制消息*/
.force-message {
    position: relative;
    display: none;
    margin-left: 12px;
}

.force-message .check {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #cad2e1;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 6px;
    position: absolute;
    top: 2px;
}

.force-message span:nth-of-type(2) {
    padding-left: 20px;
}

.screen-monitor > a {
    color: #62abe5;
}

/* 修改layui弹框位置 */
.layui-layer-msg {
    top: 355px !important;
}
.layui-layer-msg > .layui-layer-content {
    font-size: 16px !important;
}
