﻿body {
    background-color: #FBF4F4;
}

.con {
    width: 1200px;
    margin: 0px auto;
}

.main {
    width: 915px;
    background-color: #FBF4F4;
    float: left;
}

.class-left {
    float: left;
    width: 280px;
    text-align: right;
}

.title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
}

.content {
    width: 100%;
}

.con-all-zt {
    width: 100%;
    margin-top: 30px;
    height: 30px;
}

    .con-all-zt .bdline {
        border: 1px solid #c8c5c5;
    }

.con-all {
    width: 100%;
    height: 36px;
}

    .con-all .linewt {
        width: 350px;
        height: 26px;
        line-height: 26px;
        padding-left: 5px;
    }

    .con-all .bdline {
        border: 1px solid #c8c5c5;
    }

.con-all-con {
    /*height:600px;*/
    height: auto;
}

.con-all-l {
    width: 10%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.con-all-l-con {
    width: 10%;
    float: left;
    text-align: right;
    height: 30px;
    line-height: 30px;
}
.f-c{
    color:red;
}
.con-all-r {
    width: auto;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

    .con-all-r .select {
        width: 200px;
        margin-left: 10px;
        height: 28px;
        line-height: 28px;
    }

    .con-all-r input {
        margin-left: 10px;
    }


.con-all-r-con {
    width: 89%;
    float: left;
    text-align: left;
    height: auto;
}

.select {
    width: 200px;
    margin-left: 10px;
    height: 22px;
}

.area {
    margin-left: 10px;
}

.input-btn {
    width: 60px !important;
}
.btn-m{
    margin-left:5px;
}