/* panel_left */

.panel_left {
    height: calc(100vh - 90px);
    /* background: #545662; */
    width: 260px;
    float: left;
}

.panel_left img {
    display: inline-block;
    width: 22px;
    margin-right: 16px;
}

.panel_left .retrieve_messages {
    margin: 5px;
    /* background: #5F6C8C; */
    width: calc(100% - 10px);
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    color:#fff;
    border: solid 1px #ccc;    
}

.panel_left .options a {
    border-top: 1.2px solid #999;
    color: #fff;
    width: 100%;
    padding: 8px 0;
    padding-left: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.panel_left .options a.active {
    background: rgba(0, 0, 0, 0.3);
}

.panel_left .options a:last-child {
    border-bottom: 1.5px solid #999;
}
    
/* panel_mid */

.panel_mid {
    position: relative;
    height: calc(100vh - 90px);
    background: rgba(84,86,98,0.5);
    color: #fff;
    width: 340px;
    margin-left: 4px;
    float: left;
    /* padding: 0 10px; */
    padding-bottom: 70px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.panel_mid .search {}

.panel_mid .search_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.panel_mid .search_item span {
    margin-right: 5px;
}

.panel_mid .search_item input {
    border: none;
    background: rgba(0, 0, 0, 0.4);
    line-height: 28px;
    height: 28px;
    padding: 0 15px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}

.panel_mid .list_item {
    border-bottom: 1px solid #aeafaf;
    padding: 4px 8px;
}

.panel_mid .list_item.active {
    background: rgba(0, 0, 0, 0.25);
}

.panel_mid .add_list .icon,
.panel_mid .remove_list .icon {
    font-size: 14px;
    padding: 3px 8px;
    /* border-top: 1px solid #999; */
    border-bottom: 1px solid #999;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    line-height: 2;
}

.panel_mid .remove_list{
	overflow:hidden;
}

.panel_mid .add_list .is_read,
.panel_mid .remove_list .is_read {
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    background: #eee;
    float: left;
    margin-top: 11px;
    margin-right: 6px;
}

.panel_mid .add_list .is_read.active,
.panel_mid .remove_list .is_read.active {
    background: #1cba12;
}

.panel_mid .add_list .title,
.panel_mid .remove_list .title {
    font-size: 14px;
    line-height: 30px;
    font-weight:bold;
}

.panel_mid .add_list .title img,
.panel_mid .remove_list .title img {
    height: 24px;
    margin-top: 2px;
}

.panel_mid .add_list .title .date,
.panel_mid .remove_list .title .date {
    float: right;
}

.panel_mid .add_list .desc,
.panel_mid .remove_list .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    padding-left:14px;
    color:#ccc;
}

.panel_mid .options {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: space-around;
}

.panel_mid .options a {
    background: rgba(0, 0, 0, 0.4);
    padding: 12px 20px;
    text-align: center;
    color: #ccc;
    white-space: nowrap;
    transform: scale(0.8);
}

/* panel_right */

.panel_right {
    height: calc(100vh - 90px);
    /* color: #fff; */
    background: rgba(84,86,98,0.75);
    width: calc(100% - 608px);
    margin-left: 4px;
    float: left;
    overflow-y: scroll;
}

.panel_right .title {
    font-size: 18px;
    padding: 20px 20px 6px 24px;
    border-bottom: 1px solid #e0e0e0;
    color:#fff;
}

.panel_right .info {
    font-size: 12px;
    padding: 10px 25px;
    padding-bottom: 0;
    line-height: 2.5;
    color:#fff;
}

.panel_right .info p:last-child{
	border-bottom: 1px #ccc dotted;
}

.panel_right .info .attachment {
    font-size: 12px;
    padding: 3px 0;
    color: #fff;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    line-height: 2;
    
}

.panel_right .info .attachment img {
    height: 25px;
}

.panel_right .content {
    padding: 25px;
    line-height: 2;
    font-size: 12px;
}
.hide{display: none}
.list_item{
    cursor: pointer;
}

/* 鍐欓偖浠� */
.panel_right .edit_input {
    width:  100%;
    margin: 20px 0;
}

.panel_right .edit_input span {
    display: inline-block;
    width: 90px;
    text-align: right;
    margin-right: 10px;
}

.panel_right .edit_input input {
    display: inline-block;
    width: calc(100% - 140px);
    background: #f3f3f3;
    color: #777777;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
}

.panel_right .submit a,
.panel_right .edit_attach a {
    display: inline-block;
    margin-left: 100px;
    background: rgba(0, 0, 0, 0.4);
    height: 40px;
    width: 120px;
    text-align: center;
    line-height: 40px;
    color: #ccc;
    cursor: pointer;
}

.panel_right .submit a:hover,
.panel_right .edit_attach a:hover {
    background: rgba(0, 0, 0, 0.8);
}

.panel_right .edit_attach span {
    display: inline-block;
    margin-left: 100px;
    text-align: center;
    line-height: 40px;
    color: #ccc;
}

.panel_right .edit_content textarea {
    margin: 20px 0;
    margin-left: 115px;
    width: calc(100% - 140px);
    height: 500px;
    color: #777777;
    background: #f3f3f3;
    border: none;
    line-height: 2;
    padding: 10px 20px;
    box-sizing: border-box;
    outline: none;
}
.title .icon{
    float: right;
    cursor: pointer;
}
.edit_attach a{
    position: relative;
}

/* .edit_attach input{
    opacity:0;
    position: absolute;
    top: 0;
    left:0;
    height: 40px;
    width: 120px;
    cursor: pointer;
} */
.panel_mid .add_list .title, .panel_mid .remove_list .title span.con{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    display: inline-block;
}

/* info_panel */
.mailcontent {
    width: 95%;
    margin: 10px 15px 20px 25px;
    height: 700px;
    overflow-y: auto;
    word-wrap: break-word;
    border: 1px #ccc solid;
    padding: 4px;
    background:rgba(255,255,255,0.9);
    color:#000;
}

.message_container {
	padding:4px;
	font-family: "Microsoft Yahei";
}