﻿body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

.Message {
    width: 1100px;
    border-left: 2px solid #eeeeee;
    margin: 0 auto;
}

.Message-left {
    position: relative;
    top: 50px;
    height: 500px;
    width: 40%;
    float: left;
}


.Message-left-top {
    height: 60px;
    width: 100%;
}

    .Message-left-top p {
        font-size: 25px;
        font-weight: 600;
        font-family: 'Microsoft YaHei';
        margin: 0 auto;
    }

.Message-left-down {
    height: 160px;
    width: 100%;
    position: relative;
    left: 20px;
}

    .Message-left-down p {
        font-size: 16px;
        font-family: 'Microsoft YaHei';
        font-weight: 600;
    }

.Message-vx p {
    margin: 0 auto;
    font-size: 20px;
    color: blue;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.Message-right {
    position: relative;
    top: 50px;
    height: 520px;
    width: 58%;
    float: left;
    border: 2px solid #eeeeee;
}


.down-menu {
    height: 30px;
    width: 100%;
    background-color: #eeeeee;
}

    .down-menu p {
        margin: 0 auto;
        position: relative;
        top: 3px;
        left: 10px;
        font-family: 'Microsoft YaHei';
        font-size: 17px;
    }

.Messagetb {
    position: relative;
    top: 30px;
    left: 30px;
    height: 350px;
    border: none;
    width: 100%;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}


    .textcs {
        height: 30px;
        width: 300px;
        border: 1px solid #c5c5c5;
        line-height: 32px;
        border-radius:3px;
    }

.FontRed {
    color: red;
}

.Cbutton {
    position: relative;
    left: 50px;
    top: 40px;
    height: 35px;
    width: 90px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    background-color: #eeeeee;
    border: none;
    border-radius: 5px;
}
