﻿/* CSS Document */
html, body {
    width: 100%;
    height: 100%;
}

body, ul, li, p, div {
    font-family: 'Microsoft Yahei';
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

input, textarea {
    outline: none;
    font-family: 'Microsoft Yahei';
}

.message-box {
    width: 415px;
    min-height: 461px;
    height: auto;
    background: rgba(255,255,255,1);
    border-radius: 6px;
    margin-left: 2px;
}

.message-con {
    width: 100%;
    margin: 0 auto;
}

.message-tit {
    width: 100%;
    height: 44px;
    border-radius: 6px 6px 0 0;
}

    .message-tit p img {
        margin-right: 10px;
    }

    .message-tit div {
        float: left;
        color: #ffffff;
        font-size: 14px;
        height: 40px;
        margin-top: 4px;
        width: 104px;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
    }

        .message-tit div.active {
            background: #fff;
            border-radius: 4px 4px 0 0;
        }

.message-tip {
    margin-left: 15px;
    color: #fca73a;
    font-size: 12px;
    margin-top: 10px;
    width: 370px;
    background: #fff6eb;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 15px;
}

    .message-tip img {
        float: left;
        margin-right: 5px;
        margin-top: 8px;
    }

.message-form {
    margin-left: 15px;
    margin-top: 9px;
    display: flex;
    color: #999999;
    font-size: 12px;
    line-height: 38px;
    width: 400px;
}

    .message-form label {
        margin-left: 20px;
        color: #4c4c4c;
        font-size: 14px;
    }

.message-form-input {
    width: 290px;
    height: 36px;
    border: 1px solid #e5e5e5;
    padding-left: 5px;
    border-radius: 4px;
    color: #666;
}

.message-form-select {
    width: 437px;
}

.message-form-textarea {
    height: 98px;
}

.message-btn {
    width: 210px;
    height: 36px;
    background: #26c7ec;
    color: #fff;
    border: 0 none;
    border-radius: 6px;
    line-height: 36px;
    text-align: center;
    margin-left: 107px;
    cursor: pointer;
}

.message-form font {
    width: 14px;
    color: #ff0000;
    float: left;
    display: block;
    width: 12px;
}

.message-form span {
    width: 14px;
    color: #333;
    float: left;
    display: block;
    width: 80px;
}

.missinp {
    border: 1px solid #e24443;
    color: #ff8486;
    box-shadow: 0 0 5px 3px #ffdedc;
    background: #fff6f7;
}

.message-btnbox {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.message-tex {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.message-btn01 {
    margin-left: 0;
    width: 100px;
    height: 38px;
}
