﻿* {
    font-family: '微软雅黑';
}

.Message {
    width: 100%;
}

.menu_msg {
    width: 280px;
    height: 50px;
    list-style: none;
    display: block;
}

    .menu_msg li {
        width: 95px;
        height: 38px;
        border-radius: 5px;
        padding: 10px 15px;
        float: left;
        cursor: pointer;
        text-align: center;
    }

        .menu_msg li:last-child {
            margin-left: 10px;
        }

.show_msg {
    color: #fff;
    background: #F77B6F;
}

.submit_msg {
    background: #E2E0E1;
}

input.error,#txt_UMessage.error {
    border-color:red;
    transition: all ease-in-out 500ms;
    -webkit-transition: all ease-in-out 500ms;
    -moz-transition: all ease-in-out 500ms;
    -o-transition: all ease-in-out 500ms;
    -ms-transition: all ease-in-out 500ms;
}
.content_err {
    width: 600px;
}

label.error {
    margin-left: 20px;
    margin-bottom: 0px;
    font-weight: initial;
    font-size: 14px;
}

.message_div {
    display: none;
}

.title {
    margin: 30px 0 30px 0;
}

.Message table {
    margin-left: auto;
    margin-right: auto;
}

    .Message table tr {
        height: 50px;
    }

.show {
    margin-top: 15px;
    width: 100%;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px lightgray solid;
}

.show_msg_info {
    width: 100%;
}

.inp_msg {
    width: 350px;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: 1px gray solid;
    border-radius: 5px;
    transition: width 200ms ease-in-out;
    -webkit-transition: width 200ms ease-in-out;
    -moz-transition: width 200ms ease-in-out;
    -o-transition: width 200ms ease-in-out;
    -ms-transition: width 200ms ease-in-out;
}

.inp_msg:focus {
        width:400px;
    }

#txt_UMessage {
    max-width: 450px;
    min-width: 450px;
    max-height: 200px;
    min-height: 200px;
    outline: none;
    padding: 10px;
    border: 1px gray solid;
    border-radius: 5px;
    transition: max-width 300ms ease-in-out;
    -webkit-transition: max-width 300ms ease-in-out;
    -moz-transition: max-width 300ms ease-in-out;
    -o-transition: max-width 300ms ease-in-out;
    -ms-transition: max-width 300ms ease-in-out;
}

 #txt_UMessage:focus {
        max-width: 530px;
    }
.inp_title {
width:80px;
letter-spacing:1px;
}
.btn {
    width: 100px;
    height: 36px;
    margin: 10px;
    color: #797979;
    background: #C0C0C0;
    outline: none !important;
}
.btn.submit {
background:#F77B6F;
color:#fff;
    }
.btn:hover {
        color: #fff;
        background: #F77B6F;
    }

.show_info {
    width: 100%;
    height: 20px;
}

.show_info_name {
    float: left;
    font-size: 14px;
    font-weight: 900;
}

.show_info_time {
    float: right;
    line-height: 20px;
}

.msg {
    width: 100%;
    margin: 5px 0;
}

.page {
    width: 100%;
    text-align: center;
}

.nopage {
    background: #DCDCDC;
}

    .nopage:hover {
        color: #797979;
        background: #DCDCDC;
    }

@media screen and (max-width:820px) {
    .content_err {
        width: 400px;
        height: 40px;
        overflow: hidden;
    }

    .inp_msg:focus {
        width: 400px;
    }

    .inp_title {
        display: none;
    }

    .inp_msg {
        width: 400px;
    }

    #txt_UMessage {
        max-width: 400px;
        min-width: 400px;
    }

        #txt_UMessage:focus {
            max-width: 400px;
        }

    .content_err_area {
        height: 200px;
    }
}

@media screen and (max-width:640px) {
    .content_err {
        width: 270px;
        height: 40px;
        overflow: hidden;
    }

    .inp_msg {
        width: 270px;
    }

        .inp_msg:focus {
            width: 270px;
        }

    #txt_UMessage {
        max-width: 270px;
        min-width: 270px;
    }

        #txt_UMessage:focus {
            max-width: 270px;
        }

    .content_err_area {
        height: 200px;
    }

    label.error {
        display: none;
    }

    .txt_path {
        display: none;
    }

    .menu_msg {
        margin: 0px;
        width: 200px;
    }

    .show_msg_info {
        width: 100%;
    }

    .show {
        width: 90%;
        margin: auto;
    }

    .page a, .nopage {
        width: 50px;
        height: 25px;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
        margin: 15px 3px;
        padding: 0px;
    }
}

@media screen and (max-width:400px) {
    .content_err {
        width: 220px;
    }

    .inp_msg {
        width: 220px;
    }

        .inp_msg:focus {
            width: 220px;
        }

    #txt_UMessage {
        max-width: 220px;
        min-width: 220px;
    }

        #txt_UMessage:focus {
            max-width: 220px;
        }

    .message_div table input[type=submit], .message_div table input[type=reset] {
        width: 50px !important;
        padding: 0px;
    }
}

@media screen and (max-width:300px) {
    .content_err {
        width: 200px;
    }

    .inp_msg:focus {
        width: 200px;
    }

    .inp_msg {
        width: 200px;
    }

    #txt_UMessage:focus {
        max-width: 200px;
    }

    #txt_UMessage {
        max-width: 200px;
        min-width: 200px;
    }
}
