* {
    padding: 0;
    margin: 0;
}
body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    background-color: #F4F4F5;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
header {
    display: block;
    width: 100%;
    /*max-width: 750px;
    margin-left: auto;
    margin-right: auto;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 400;
    height: 44px;
    background-color: #0db3e4;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}
li {
    list-style: none;
}
header .back {
    position: absolute;
    left: 10px;
}
header img {
    width: 22px;
    vertical-align: middle;
}
header .home {
    position: absolute;
    right: 10px;
}
section {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 44px;
}
section .tis {
    padding: 15px;
}
section .leavingMessage {
    padding: 0 15px;
}
section .leavingMessage .option {
    margin-bottom: 15px;
}
section .leavingMessage .option input {
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-size: 13px;
    color: #555;
    font-family: monospace;
    box-sizing: border-box;
    border: 1px solid #efefef;
}
section .leavingMessage .option textarea {
    display: block;
    width: 100%;
    padding: 10px;
    height: 100px;
    box-sizing: border-box;
    font-size: 13px;
    color: #555;
    border: none;
    outline: none;
    overflow-x: hidden;
    overflow-y: auto;
    word-break: break-all;
    resize: none;
    border: 1px solid #efefef;
}
section .leavingMessage button,section .leavingMessage .but {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 2.2px;
    text-align: center;
    font-size: 15px;
    background: #0db3e4;
    border: none;
    outline: none;
    color: #fff;
}
.messageList{
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
}
.meList {
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    font-size: 14px;
}
.meList ul li {
    display: flex;
    align-items: flex-start;
    padding: 16px 10px 0px;
}
.meList ul li .meLeft {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-color: rgb(238, 238, 238);
    font-size: 0px;
    border-radius: 50%;
}
.meList ul li .meRight {
    display: block;
    width: 0%;
    -webkit-box-flex: 1;
    position: relative;
    padding-bottom: 16px;
    flex: 1 1 0%;
}
.meList ul li .meRight .meTitle .meName {
    color: #1b93f0;
}
.meList ul li .meRight .meTitle .meTime {
    float: right;
    color: #909AA4;
}
.meList ul li .meRight .meCont {
    line-height: 20px;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    margin-left: -5px;
    padding-left: 5px;
    padding-top: 5px;
    overflow: hidden;
}
.meList ul li .meRight .meping {
    background-color: #efefef;
    padding: 5px 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    border-radius: 3px;
}
.page{
    width: 100%;
    background-color: #efefef;
}
.page div{
    margin: 10px 10px 0 10px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.page div li {
    color: #fff;
    padding: .2rem;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 5px;
    text-decoration: none;
    min-width: 1rem;
    text-align: center;
    font-size: .65rem;
    margin-bottom: 5px;
    background: #0db3e4;
}
.page div .current{
    background-color: #fff;
}
.page div li a{
    color: #fff;
}
.page div .current a{
    color: #0f0f0f;
}
.page .head{
    text-align: center;
    color: #666;
}
.scrollTop {
    bottom: 35px;
    background: url(../images/top.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    position: fixed;
    right: 10px;
    width: 32px;
    height: 32px;
}