﻿@import "Menu.css?v=200830";
@import "cs.css";

/*LayOut*/
.div_bh, .div_h, .div_ah, .div_bb, .div_b, .div_ab, .div_tips {
    float: left;
    width: 100%;
}

.div_bh {
    padding-bottom: 20px;
}

    .div_bh span {
        display: block;
        padding: 10px 20px;
        border-radius: 4px;
        background-color: #F90;
        text-align: center;
        color: #FFF;
    }

    .div_bh label {
        display: block;
        padding: 20px;
        border: 1px solid #F90;
        border-radius: 4px;
        background-color: #FFF9F0;
        text-align: center;
        color: #F90;
    }


.div_h {
    height: 35px;
    line-height: 15px;
}

    .div_h i {
        font-size: 14px;
    }


    .div_h b {
        margin-left: 5px;
        font-family: 微软雅黑;
        font-size: 15px;
        color: #000;
    }

    .div_h a {
        float: right;
        line-height: 25px;
        margin-left: 5px;
        padding: 0 10px;
        border-radius:100px;
        background-color: #EEE;
        text-decoration: none;
        font-family: 微软雅黑;
        font-size: 12px;
        color: #AAA;
    }

        .div_h a:hover {
            background-color: #333;
            color: #FFC;
        }


.div_ah {
}

.div_bb {
    min-height: 100px;
    padding: 4px 0;
    border-top: 1px solid #CCC;
    background-color: #F9F9F9;
}

    .div_bb ul {
        margin: 0;
        margin-left: 10px;
        padding: 0;
        list-style: none;
    }

        .div_bb ul li {
            float: left;
            height: 40px;
            margin: 0;
            padding: 0 0 5px;
            list-style: none;
            line-height: 22px;
            font-family: 微软雅黑;
            font-size: 14px;
            color: #999;
        }

            .div_bb ul li em {
                float: left;
                padding-right: 5px;
                font-family: 宋体;
                font-style: normal;
            }

    .div_bb b {
        float: left;
        display: block;
        line-height: 22px;
        padding-right: 15px;
        font-weight: normal;
        color: #666;
    }

.div_b {
}

.div_ab {
    padding: 20px 0;
}

.div_tips {
    padding: 10px 0;
    font-size: 12px;
}

    .div_tips label {
        color: #999;
    }

        .div_tips label code {
            font-family: Arial;
            padding: 0 2px;
            color: #333;
        }

    .div_tips a {
        text-decoration: none;
        color: #6C6;
    }

        .div_tips a:hover {
            text-decoration: underline;
            color: #F90;
        }



/*通用*/

/*float*/
.f_left {
    float: left;
}

.f_right {
    float: right;
}

/*text-align*/
.ali_center {
    text-align: center;
}

.ali_right {
    text-align: right;
}

/*with&height*/

.w_15 {
    width: 15px;
}
.w_20 {
    width: 20px;
}
.w_30 {
    width: 30px;
}

.w_40 {
    width: 40px;
}

.w_50 {
    width: 50px;
}

.w_60 {
    width: 60px;
}

.w_70 {
    width: 70px;
}

.w_80 {
    width: 80px;
}

.w_90 {
    width: 90px;
}

.w_100 {
    width: 100px;
}

.w_120 {
    width: 120px;
}

.w_140 {
    width: 140px;
}

.w_150 {
    width: 150px;
}

.w_160 {
    width: 160px;
}

.w_160_l {
    width: 162px;
}

.w_200 {
    width: 200px;
}

.w_250 {
    width: 250px;
}

.w_300 {
    width: 300px;
}

.w_400 {
    width: 400px;
}

.w_500 {
    width: 500px;
}

.w_600 {
    width: 600px;
}

.w_700 {
    width: 700px;
}

.w_800 {
    width: 800px;
}

.w_900 {
    width: 900px;
}

.w_1000 {
    width: 1000px;
}

.h_30 {
    height: 30px;
}

.h_40 {
    height: 40px;
}

.h_50 {
    height: 50px;
}

.h_60 {
    height: 60px;
}

.h_70 {
    height: 70px;
}

.h_80 {
    height: 80px;
}

.h_90 {
    height: 90px;
}

.h_100 {
    height: 100px;
}

.h_150 {
    height: 150px;
}

.h_200 {
    height: 200px;
}

.h_400 {
    height: 400px;
}

.top_5 {
    margin-top: 5px;
}

.top_10 {
    margin-top: 10px;
}
