body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #ffffff;
}

#top {
    margin-left: 14px;
}

.item {
    border-bottom: solid 1px #e5e5e5;
    line-height: 30px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 5px;
}

.item .label {
    float: left;
    color: #9c9c9c;
    width: 70px;
}

.title {
    overflow: hidden;
    word-break: break-all;
}

.item .value {
    margin-left: 70px;
    min-height: 30px;
}

.title div.label {
    display: block;
    float: left;
}

.title div.value {
    display: block;
    margin-left: 64px;
    margin-right: 32px;
}

div.title {
    position: relative;
}

#title {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 100px;
    outline: none;
}

#title_attachment {
    position: absolute;
    right: 0;
    top: 0;
    height: 27px;
    padding-left: 25px;
    padding-top: 3px;
    margin-right: 5px;
    margin-top: 8px;
    background: url("/platform/mobile/icons/attachment1.png") no-repeat center;
    background-size: 14px;
    display: block;
}

#content {
    font-size: 16px;
    min-height: 200px;
    padding-bottom: 20px;
    margin: 10px 10px 20px 14px;
    overflow-x: auto;
    word-break: break-all;
    outline: none;
}

.receivers .value {
    position: relative;
    padding-right: 25px;
}

.add {
    position: absolute;
    right: 8px;
    bottom: 6px;
    line-height: 17px;
    font-size: 19px;
    width: 17px;
    height: 17px;
    color: #3f82ff;
    border-radius: 50%;
    border: 1px solid #3f82ff;
    text-align: center;
}

.receiver {
    display: inline-block;
}

.receiver div {
    color: #2e8ee2;
    padding-left: 3px;
    padding-right: 3px;
}

.receiver div.receiver_invalid {
    color: red;
}

.receiver_split {
    display: inline-block;
    color: #3f82ff;
}

div.receiver_selected div {
    background: #1a88ff;
    color: #ffffff;
    border-radius: 4px;
    line-height: 22px;
}

div.receiver_selected div.receiver_invalid {
    background: red;
    color: #ffffff;
}

input {
    outline: none;
}

.input {
    display: inline-block;
}

.input input {
    width: 80px;
    border: hidden;
    font-size: 16px;
    margin: 0 0 0 4px;
    padding: 0;
    text-indent: 0;
}

.input input.hidden {
    margin-left: -999px;
}

#search_top {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d0d0d0;
    box-shadow: 0 5px 10px #d0d0d0;
    background: #ffffff;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#search_top input {
    width: 100%;
    border: hidden;
    font-size: 16px;
    margin: 0 0 0 14px;
    padding: 0;
    text-indent: 0;
}

#search_top .add {
    bottom: 11px
}

#search_body {
    margin-top: 40px;
    margin-left: 14px;
}

body.search {
    background: #f7f7f9;
}

.search_item {
    border-bottom: 1px solid #cacacc;
    height: 42px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.search_item_name {
    font-size: 16px;
    line-height: 24px;
}

.search_item_remark {
    font-size: 13px;
    line-height: 18px;
    color: #ababad;
}

.search_item_invalid .search_item_name {
    color: red;
}

#files {
    position: absolute;
    left: -400px;
    top: -400px;
}

#attachments {
    border-top: solid 1px #e5e5e5;
    padding-left: 12px;
    padding-top: 10px;
}

.attachment {
    float: left;
    width: 160px;
    height: 150px;
    margin-left: 10px;
}

#attachment_add {
    margin-bottom: 15px;
}

#attachment_add label {
    display: block;
    width: 113px;
    height: 101px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 10px;
    background: url("mo_icons/attachment_add.png") #f7f7f7 center no-repeat;
}

.attachment .attachment_icon {
    width: 114px;
    height: 102px;
    line-height: 102px;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 10px;
    text-align: center;
    vertical-align: middle;
}

.attachment .attachment_icon img {
    width: 113px;
    height: 101px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.attachment .attachment_name {
    text-align: center;
    font-size: 13px;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    margin-left: auto;
    margin-right: auto;
    text-overflow: ellipsis
}

.attachment .attachment_size {
    text-align: center;
    font-size: 12px;
    color: #808080;
}

.attachment .ar {
    background: url("mo_icons/files/ar.jpg");
}

.attachment .audio {
    background: url("mo_icons/files/audio.jpg");
}

.attachment .doc {
    background: url("mo_icons/files/doc.jpg");
}

.attachment .flv {
    background: url("mo_icons/files/flv.jpg");
}

.attachment .html {
    background: url("mo_icons/files/html.jpg");
}

.attachment .image {
    background: url("mo_icons/files/image.jpg");
}

.attachment .mail {
    background: url("mo_icons/files/mail.jpg");
}

.attachment .pdf {
    background: url("mo_icons/files/pdf.jpg");
}

.attachment .ppt {
    background: url("mo_icons/files/ppt.jpg");
}

.attachment .ps {
    background: url("mo_icons/files/ps.jpg");
}

.attachment .text {
    background: url("mo_icons/files/text.jpg");
}

.attachment .unknown {
    background: url("mo_icons/files/unknown.jpg");
}

.attachment .video {
    background: url("mo_icons/files/video.jpg");
}

.attachment .xls {
    background: url("mo_icons/files/xls.jpg");
}

#actions {
    background: url("mo_icons/send.png") no-repeat center;
    background-size: 28px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    position: fixed;
    bottom: 20px;
    right: 12px;
    background-color: #ffffff;
}