@charset "utf-8";
/* CSS Document */
#message {
    text-align: center;
    background-image: url("../images/background/background_03.png");
    background-size: cover;
    padding-bottom: 56px;
}

#message #message-box {
    width: 40%;
    padding: 15px 0;
    border-radius: 5px;
    border: 1px #5f810e solid;
    background-color: rgba(255, 255, 255, 0.3);
}

#message label {
    font-family: "微软雅黑", serif;
    font-weight: 800;
    font-size: 18px;
    display: inline-block;
    margin: 10px 0;
    text-align: left;
    width: 90%;
    color: #815151;
}

#message .input {
    width: calc(100% - 120px);
    height: 31px;
    color: #3d3c3c;
    font-family: "宋体", serif;
    padding-left: 5px;
}

#message #textarea {
    width: calc(100% - 118px);
    color: #3d3c3c;
    padding-left: 5px;
    font-family: "宋体", serif;
    height: 250px;
    display: inline-block;
    /*margin-left: -2px;*/
}

#message .sub {
    width: 125px;
    height: 46px;
    background: rgba(39, 84, 169, 0.8);
    color: #FFFFFF;
    border: none;
    margin-top: 20px;
    font-family: "宋体", serif;
    padding: 10px 20px;
    border-radius: 5px;
}

#message #dituContent {
    width: 60%;
    height: 590px;
    box-shadow: #837e7e 0 3px 3px;
    margin-left: 30px;
}

