﻿.bg_ruleR {
    background-image: url(/images/graph/main/bg_ruleR.gif);
    background-repeat: repeat-y;
    background-position: right;
}

.bg_ruleL {
    background-image: url(/images/graph/main/bg_ruleL.gif);
    background-repeat: repeat-y;
    background-position: left;
}

.ruleMain {
    padding: 10px 0px;
    background-color: #fff;
    margin-bottom: 10px;
}
.ruleMainFixed {
    padding-top: 118px;
}

.rulecontent {
    width: 95%;
    margin: 5px 0px;
    padding-left: 30px;
    line-height: 32px;
}

.rulecontent ul li {
        list-style: decimal;
        margin: 5px;
        font-size:16px;
        line-height:32px;
}

.rulecontent ul li div div table {
	margin-bottom: 30px;
}

.rulewrap {
    width: 95%;
    margin: 5px 0px;
    padding-left: 30px;
    line-height: 24px;
}
    .rulewrap ul li {
        list-style: none;
        margin: 5px;
    }

.ruleL {
    display: table;
    float: left;
}

.ruleR {
    width: 85%;
    float: left;
}

.sNum {
    width: 4.34%;
    float: left;
    text-align: right;
    margin-right: 10px;
    line-height: 25px;
}

.ruleCom {
    width: 95%;
    float: right;
    text-align: left;
    line-height: 25px;
    margin-right: 8px;
}

.ruleSubTitle>b:first-child {
    width: 95%;
    margin: 5px 0px;
    padding-left: 20px;
    line-height: 45px;
    font-size: 30px;
    color:#e12b4f;
}

.ruleSubTitle b:nth-of-type(2) {
    width: 95%;
    margin: 5px 0px;
    padding-left: 20px;
    line-height: 45px;
    font-size:24px;
    color:#2980b9;
}

.div_ruleMain {
    display: none;
    padding: 10px 0px;
    background-color: #fff;
    margin-bottom: 10px;
    width:799px;
}

.tb_RuleCom {
    width: 100%;
    line-height: 25px;
    margin: 10px auto;
}

.tb_ruleForm {
    width: 85%;
    background-color: #999;
    font-weight: bold;
    line-height: 20px;
    margin: 0 auto;
    border-collapse: separate;
}

    .tb_ruleForm tr {
        background-color: #fff;
    }
    
    table.tb_ruleForm th, table.tb_ruleForm td {
        padding: 5px;
    }

    #table_196 th, #table_196 td {
        padding: 2px;
    }

.btn_up {
    background-position: top;
}

.daySelect {
    background-image: url(/images/graph/main/bg_subSTitle.jpg);
    width: 97%;
    margin: 0 auto;
    color: #4d4d4d;
    border: 1px solid #bebebe;
    font-size: 15px;
    margin-top: 10px;
    padding-left:10px;
    line-height:30px;
}

.zhangwu_box {
	height: 41px;
}

.zhangwu_t {
    float: left;
    line-height: 41px;
    padding-left: 10px;
}

.zhangwuL {
	float: left;
    margin-top: 4px;
    height: 25px;
    line-height: 25px;
}

.dateSelect, .datestatus {
    width: 130px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
}

select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/images/graph/main/icon_Menu.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

    select::-ms-expand {
        display: none; /*IE*/
    }

.tb_RuleBlock {
    width: 100%;
    margin: 10px 0px;
}

.div_title {
    float: left;
    margin: 0 10px;
}

.div_select {
    margin-top: 4px;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    float: left;
}

    .div_select select {
        height: 20px;
        line-height: 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 0 5px;
        box-sizing: border-box;
        font-size: 12px;
        width: 125px;
    }
    
    .block_M20 {
    	color: #e12b5f !important;
    }
    
    ::selection {
    color: #ffffff;
    background: #e12b5f;
}

::marker {
    unicode-bidi: isolate;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}   