.mlist{margin-top: 5px; overflow: hidden; padding: 20px; padding-bottom: 2px; text-align: left; font-size: 11pt; background: rgba(1, 24, 54, 0.7) none repeat scroll 0 0; border: 1px solid #28496b; color: white;margin-left:5px;margin-right:5px;border-radius: 5px;}
.mlist .txt_content{overflow: hidden;}
.mlist .txt_time{line-height:30px; float: right; font-size:9pt; text-align:right; font-style:italic}
.mlist span{padding-right:10px;}
.mlist .btns{float: right; height: 25px; line-height: 25px; padding: 2px; width: 40px;}
.msgbox{margin-top: 45px; position: fixed; z-index:9; padding: 10px; width: -webkit-fill-available; border: 1px solid rgb(67, 152, 237); background: rgb(17, 17, 17) none repeat scroll 0% 0%;}
.btnsbig{float: left; height: 40px; line-height: 40px; padding: 2px; width: 40px;}
.imgMin{width:50%; height:50%}
.imgMax{width:100%; height:100%;border-radius: 5px 5px 0 0;}
.btnNor{border-radius:5px; height: 40px; line-height:30px; font-size: 13pt; width: 100%; padding: 5px; background: rgb(17, 17, 17) none repeat scroll 0% 0%; border: 1px solid rgb(67, 152, 237); color: rgb(67, 152, 237);}
.btnNor:hover{background-color: gray;}
.btn-edge {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(1, 24, 54, 0.6);
    background-image: linear-gradient(#09c, #09c), linear-gradient(#09c, #09c), linear-gradient(#09c, #09c), linear-gradient(#09c, #09c), linear-gradient(#09c, #09c), linear-gradient(#09c, #09c), linear-gradient(#09c, #09c), linear-gradient(#09c, #09c);
    background-origin: padding-box;
    background-position: 0 0px, 100% 0px, 0 100%, 100% 100%;
    background-repeat: no-repeat;
    background-size: 1rem 1px, 1rem 1px, 1rem 1px, 1rem 1px, 1px 1rem, 1px 1rem, 1px 1rem, 1px 1rem;
    box-shadow: 0 0 0 1px rgba(255, 99, 71, 0) inset;
    color: #09c;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 14px;
    position: relative;
    text-decoration: none;
    text-overflow: ellipsis;
    transform: translateZ(0px);
    transition: background-size 1s ease 0.3s, box-shadow 0.3s ease 0s, color 0.3s ease 0s;
    white-space: nowrap;
    width: 60px;
}
.btn-edge:hover {
    background-size: 100% 1px, 100% 1px, 100% 1px, 100% 1px, 1px 100%, 1px 100%, 1px 100%, 1px 100%;
    box-shadow: 0 0 0 1px #428ce7 inset;
    color: #428ce7;
    transition: background-size 1s ease 0s, box-shadow 0.3s ease 0.5s, color 0.3s ease 0.5s;
}