@charset "UTF-8";

/*标题*/
.main_body .mainContent .title {
    position: relative;
    width: 100%;
    height: 35px;
    border-bottom: 4px solid #e6e6e6;
}

.main_body_report .mainContent .title {
    position: relative;
    width: 100%;
    height: 35px;
    border-bottom: 4px solid #e6e6e6;
}

/*标题图标*/
.main_body .mainContent .title .hot_icon {
    background: url('../../images/homepage/list_icon.png') no-repeat 4px 4px;
}

.main_body_report .mainContent .title .hot_icon {
    background: url('../../images/homepage/list_icon.png') no-repeat 4px 4px;
}

/*标题名称*/
.main_body .mainContent .title .titleName {
    font-size: 18px;
    height: 31px;
    float: left;
    line-height: 31px;
    color: #0c0300;
    padding-left: 35px;
}

/*标题下划线*/
.main_body .mainContent .title em {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 126px;
    border-bottom: 4px solid #54C6FD;
}

.main_body_report .mainContent .title em {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 126px;
    border-bottom: 4px solid #54C6FD;
}

.mainContent .content_root_div {
    background-color: #ffeedd;
    text-align: center;

}

.radio_li {
    float: left;
}

.content_sub_li, .content_sub_li div {
    /* float:left; */
}


/*table-css*/
.table-css1 {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    table-layout: fixed;
}

.table-css1 {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.table-css1 {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.table-css1 {
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.table-css1 tr {
    height: 50px;
}

.table-css1 tr th, .table-css1 tr td {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px;
    padding-right: 8px;
    /* padding-right: 12px; */
    text-align: left;
    font-weight: 100;
    font-size: 14px;
    font-height: 24px;

}

.table-css1 tr th {
    background-color: #f9f9f9;
    color: #737373;
}

.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
    margin-top: 0;
}

.layui-form-checked[lay-skin="primary"] i {
    background-color: #54C6FD;
    border-radius: 4px;
    border-color: #54C6FD;
}

.layui-form-checked[lay-skin="primary"] i:hover {
    border-color: #54C6FD;
}




