﻿body {
    min-width: 1200px;
}



.user-list {
    background: rgb(247, 247, 247);
    width: 100%;
}

    .user-list .cont {
        margin: 0px auto;
        padding: 10px 0px 40px;
        width: 1190px;
    }

        .user-list .cont h3 {
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            border-bottom-color: rgb(195, 210, 223);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

            .user-list .cont h3 i {
                /*background: rgb(57, 154, 241);*/
                background:#cbb487;
                border-radius: 3px;
                width: 8px;
                height: 20px;
                margin-top: 16px;
                margin-right: 10px;
                float: left;
                display: block;
            }

        .user-list .cont li {
            width: 460px;
            height: 50px;
            color: rgb(56, 56, 56);
            line-height: 50px;
            font-size: 16px;
            display: inline-block;
        }

            .user-list .cont li span {
                /*color: rgb(247, 17, 0);*/
                color: #cbb487;
                padding-right: 5px;
            }

            .user-list .cont li.tit {
                width: 100px;
                text-align: right;
                padding-right: 20px;
            }

            .user-list .cont li input.text {
                padding: 5px;
                border-radius: 10px;
                border: 1px solid rgb(221, 221, 221);
                border-image: none;
                width: 448px;
                height: 23px;
                line-height: 23px;
            }

            .user-list .cont li select {
                border-radius: 10px;
            }

            .user-list .cont li input.text-short {
                width: 320px;
            }

            .user-list .cont li .text-area {
                padding: 5px;
                border: 1px solid rgb(221, 221, 221);
                border-image: none;
                width: 1031px;
                height: 233px;
                line-height: 150%;
                margin-top: 8px;
            }

            .user-list .cont li select {
                background: url("../images/arr-d.png") no-repeat right 14px rgb(255, 255, 255);
                border: 1px solid rgb(221, 221, 221);
                border-image: none;
                width: 460px;
                height: 35px;
                line-height: 35px;
                padding-left: 5px;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
            }

                .user-list .cont li select::-ms-expand {
                    display: none;
                }

        .user-list .cont .bt-mobil {
            background: rgb(224, 239, 254);
            border: 1px solid rgb(177, 209, 238);
            border-image: none;
            height: 32px;
            color: rgb(21, 115, 199);
            line-height: 32px;
            font-size: 14px;
            text-decoration: none;
            margin-top: 10px;
            margin-left: 10px;
            float: right;
            display: inline-block;
        }

            .user-list .cont .bt-mobil:hover {
                background: rgb(186, 221, 255);
                border: 1px solid rgb(138, 183, 224);
                border-image: none;
                color: rgb(14, 98, 173);
            }

.bt-confirm {
    background: #E4C995;
    background-image: linear-gradient(to right,#E4C995,#B9916A);
    padding: 0px 40px;
    border-radius: 5px;
    height: 38px;
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 20px;
    float: left;
}

.bt-yzm {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
    height: 32px;
    background: #E4C995;
    background-image: linear-gradient(to right,#E4C995,#B9916A);
    text-align: center;
    line-height: 32px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    float: left;
}


.bt-cancel {
    background: #E4C995;
    background-image: linear-gradient(to right,#E4C995,#B9916A);
    padding: 0px 40px;
    border-radius: 5px;
    height: 38px;
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-size: 18px;
    margin-top: 10px;
    float: left;
}

.bt-sure {
    background: #E4C995;
    background-image: linear-gradient(to right,#E4C995,#B9916A);
    padding: 10px 40px;
    border-radius: 5px;
    height: 38px;
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-size: 18px;
    margin-top: 10px;
    margin-right: 20px;
}

.reply {
    background: rgb(255, 255, 255);
    width: 100%;
    padding-top: 30px;
    position: relative;
}

    .reply .cont {
        margin: 0px auto;
        padding: 10px 0px 40px;
        width: 1190px;
    }

        .reply .cont h3 {
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            border-bottom-color: rgb(195, 210, 223);
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

            .reply .cont h3 i {
                background: rgb(57, 154, 241);
                border-radius: 3px;
                width: 8px;
                height: 20px;
                margin-top: 16px;
                margin-right: 10px;
                float: left;
                display: block;
            }

    .reply .tabtit {
        margin-top: -47px;
        margin-left: 180px;
        position: absolute;
    }

        .reply .tabtit li {
            background: rgb(240, 240, 240);
            border-width: 1px;
            border-style: solid;
            border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(195, 210, 223);
            padding: 0px 50px;
            border-image: none;
            height: 45px;
            color: rgb(110, 110, 110);
            line-height: 45px;
            font-size: 18px;
            font-weight: bold;
            display: inline-block;
            cursor: pointer;
        }

            .reply .tabtit li.tab_on {
                background: rgb(255, 255, 255);
                border-width: 1px;
                border-style: solid;
                border-color: rgb(195, 210, 223) rgb(195, 210, 223) rgb(255, 255, 255);
                border-image: none;
            }

.table {
    border: 1px solid rgb(222, 222, 222);
    border-image: none;
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

    .table td {
        padding: 5px;
        border: 1px solid rgb(222, 222, 222);
        border-image: none;
        height: 25px;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
    }

    .table th {
        padding: 5px;
        border: 1px solid rgb(222, 222, 222);
        border-image: none;
        height: 25px;
        text-align: center;
        line-height: 25px;
        font-size: 14px;
    }

    .table th {
        background: rgb(57, 154, 241);
        padding: 5px;
        border: 1px solid rgb(222, 222, 222);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 16px;
    }

    .table td.tl {
        text-align: left;
    }

    .table td {
        color: rgb(108, 108, 108);
    }

    .table tr:nth-child(2n+1) {
        background: rgb(250, 250, 250);
    }

.notice {
    line-height: 25px;
    font-size: 16px;
    width: inherit;
    white-space: normal;
}