﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    font-family: 微软雅黑, 'Microsoft YaHei', 华文中宋, 宋体;
    min-height: 100%;
}

ul {
    list-style-type: none;
}

a {
    cursor: pointer;
}

.sisc_container {
    /*width: 100%;*/
    height: 100%;
    position: relative;
}

/*.sisc_body{
	width: 100%;
	background-color: #eee;
	}*/

/*============ begin login样式 begin ==============*/


.sisc_login_header {
    width: 100%;
    /*height: 10%;*/
    height: 40px;
    position: relative;
    top: 0;
    background-color: #fff;
    font-size: 12px;
}

.sisc_login_body {
    width: 100%;
    /*height: 85%;*/
    /*height:100%;*/
    position: relative;
    background-color: #fff;
    border-top: 1px solid #fff;
}

.sisc_login_footer {
    width: 100%;
    /*height: 5%;*/
    height: 40px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    cursor: default;
}

.sisc_login_log_area {
    margin-top: 3%;
}

.sisc_login_mylog_area {
    padding: 36px 0 0 35px;
    position: relative;
}

    .sisc_login_mylog_area img {
        width: 220px;
        height: 59px;
        overflow: hidden;
    }

    .sisc_login_mylog_area > .tradeVersion {
        position: absolute;
        top: 54px;
        left: 268px;
        font-size: 25px;
    }

.sisc_login_custLog_area {
    width: 100%;
    /*height: 50%;*/
    height: 390px;
    border-top: 1px solid #ccc;
}

.sisc_login_custLog_leftarea {
    width: 50%;
    margin-top: 70px;
    height: 200px;
    overflow: hidden;
}

    .sisc_login_custLog_leftarea img {
        float: right;
        margin-right: 40px;
        overflow: hidden;
        height: 100%;
    }

.sisc_login_pannel_area {
    /*width: 26%;*/
    /*left: 37%;
    top: 15%;*/
    margin: -480px 0 0 58%;
    width: 415px;
    height: 405px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    box-shadow: 2px 2px 10px;
}

.sisc_login_title {
    width: 100%;
    /*height: 25%;*/
    height: 115px;
    background-color: #fff;
}

.sisc_login_oper {
    /*height: 75%;*/
    padding: 0 45px;
    position: relative;
    background-color: #fff;
}

.sisc_login_title_text {
    font-size: 18px;
    color: #000;
    float: left;
    font-weight: 700;
    padding: 20px 0 0 45px;
}

.sisc_login_title_logo {
    float: right;
    padding: 20px 25px 0 0;
}

.sisc_login_control_group {
    margin-bottom: 15px;
}

.sisc_login_input_group {
    border: 1px solid #ccc;
    position: relative;
    height: 43px;
    line-height: 43px;
}

    .sisc_login_input_group .sisc_control_label {
        position: absolute;
        margin-left: 3%;
        color: #7F7983;
    }

    .sisc_login_input_group input[type="text"], input[type="password"] {
        height: 42px;
        border: 0;
        /*width: 80%;
        padding-left: 20%;*/
        width: 90%;
        padding: 0 5%;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 600;
    }

    .sisc_login_input_group .sisc_login_Pin_code {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        /*float: right;*/
        width: 100px;
        height: 43px;
        border-left: 1px solid #ccc;
        text-align: center;
        background-color: #efefef;
        cursor: pointer;
    }

        .sisc_login_input_group .sisc_login_Pin_code u, .sisc_login_input_group .sisc_login_Pin_code i, .sisc_login_input_group .sisc_login_Pin_code b, .sisc_login_input_group .sisc_login_Pin_code s {
            width: 25px;
            position: absolute;
            /*float: left;*/
            font-size: 24px;
        }

        .sisc_login_input_group .sisc_login_Pin_code .codepos1 {
            left: 0;
        }

        .sisc_login_input_group .sisc_login_Pin_code .codepos2 {
            left: 25px;
        }

        .sisc_login_input_group .sisc_login_Pin_code .codepos3 {
            left: 50px;
        }

        .sisc_login_input_group .sisc_login_Pin_code .codepos4 {
            left: 75px;
        }

/*.sisc_login_input_group .sisc_login_Pin_code img {
            border-left: 1px solid #ccc;
            display: block;
            height: 43px;
            width: 99%;
        }*/

.sisc_login_btn_login, .sisc_login_btn_admlogin {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    text-align: center;
}


.sisc_login_ctlrLeft_group, .sisc_login_ctrlRight_group {
    width: 49%;
    font-size: 12px;
    /*float: left;*/
    display: inline-block;
}

.sisc_ctrlAL_label {
    display: block;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}

    .sisc_ctrlAL_label input[type="checkbox"] {
        float: left;
        margin-top: 4px;
        margin-right: 4px;
    }

.sisc_login_fgtPwd {
    float: right;
    text-decoration: none;
    color: #044DA0;
}

    .sisc_login_fgtPwd:hover {
        text-decoration: underline;
    }

.sisc_login_loading {
    position: absolute;
    text-align: center;
    line-height: 400px;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: none;
}

.sisc_login_choseBranchLoad {
    position: absolute;
    text-align: center;
    line-height: 400px;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.3);
    display: none;
}

.sisc_copyright_text {
    font-size: 12px;
    color: #7F7983;
    text-align: center;
    padding-top: 5px;
}

.sisc_inputMac {
    height: 190px;
    width: 400px;
    position: absolute;
    top: 25%;
    left: 58%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    display: none;
}

#btnMacCancel, #btnMacOk {
    margin-right: 10px;
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 20px;
    font-size: 12px;
    float: right;
}

    #btnMacCancel:hover, #btnMacOk:hover {
        background: #ccc;
    }


.sisc_login_branchsDialog {
    width: 620px;
    position: absolute;
    top: 15%;
    left: 30%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

.sisc_login_branchList {
    padding: 10px 20px;
    overflow-y: scroll;
    height: 280px;
}

    .sisc_login_branchList ul {
        list-style-type: none;
    }

    .sisc_login_branchList li {
        float: left;
        width: 140px;
        height: 140px;
        border-radius: 5px;
    }

        .sisc_login_branchList li:hover {
            background-color: #eee;
        }

.sisc_login_branch_a {
    text-align: center;
}

    .sisc_login_branch_a .first_p {
        border: 1px solid #ccc;
        border-radius: 15px;
        height: 98px;
        line-height: 138px;
        margin: 10px 10px 0 10px;
    }

    .sisc_login_branch_a .second_p {
        height: 30px;
        line-height: 30px;
        font-weight: 600;
    }

.sisc_login_branchtitle {
    height: 20px;
    text-align: left;
    padding-left: 40px;
    font-size: 18px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

a.close_branchDialog {
    color: red;
    float: right;
    margin-right: 40px;
    font-size: 16px;
}

    a.close_branchDialog:hover {
        background-color: #eee;
    }

.wenxinTipsP {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

.xiangxiTips {
    display: none;
}
/* =============== begin 主题 begin ==================== */

.sisc_theme_select {
    position: relative;
    float: right;
    margin: 5px 55px 0 0;
    padding: 5px 0 5px 5px;
    background-color: #fff;
}

    .sisc_theme_select::before {
        content: "主题";
        font-size: 12px;
        background-color: #fff;
        display: block;
        position: absolute;
        margin-top: -2px;
        margin-left: -35px;
    }

    .sisc_theme_select ul {
        list-style-type: none;
    }

    .sisc_theme_select li {
        float: left;
        margin-right: 5px;
        padding: 2px;
        border: 1px solid #fff;
    }

        .sisc_theme_select li.selectd {
            border-color: #ccc;
        }

    .sisc_theme_select a {
        width: 10px;
        height: 10px;
        display: block;
    }

a.sisc_theme_default {
    background-color: #65AD3F;
}

a.sisc_theme_pink {
    background-color: #F4457E;
}

a.sisc_theme_blue {
    background-color: #2189EA;
}

/* =============== end 主题 end ==================== */


/*================== end login样式 end ===============*/




/* =======begin Frame样式 begin=================== */

#sisi_header {
    /*height: 64px;*/
    height: 56px;
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
}

#sisi_col_side {
    position: relative;
    left: 0;
    /*width: 125px;*/
    width: 95px;
    /*min-height: 710px;*/
    float: left;
    z-index: 2001;
    height: 100%;
    transition: width 300ms;
    -webkit-transition: width 300ms;
    -ms-transition: width 300ms;
    -moz-transition: width 300ms;
    -o-transition: width 300ms;
}


#sisi_col_main {
    background-color: #eee;
    border-top: 1px solid #ccc;
    position: relative;
    height: 100%;
}

#sisi_nav {
    list-style-type: none;
    /*padding-top: 20px;*/
    padding-top: 30px;
}

.sisc_nav_item {
    position: relative;
}

a.sisc_nav_itemA {
    letter-spacing: 2px;
    /*font-size: 16px;*/
    padding: 8px 0;
    display: block;
    text-align: center;
    color: #fefefe;
    cursor: pointer;
    margin-right: 10px;
    height: 20px;
}

/*a.sisc_nav_itemA:hover {
        background-color: #61A43B;
    }*/

#sisi_page_tab {
    /*height: 710px;*/
    height: 100%;
    position: relative;
    z-index: 2000;
}

.sisc_tab_link {
    position: absolute;
    left: 250px;
    /*top: -31px;*/
    top: -30px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

    .sisc_tab_link li {
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        /*border-top: 2px solid #7E996E;*/
        border-top: 1px solid #ccc;
        float: left;
        margin-left: 10px;
        background-color: #fff;
    }

        .sisc_tab_link li.l_selected {
            background-color: #E3E3E5;
            /*border-top-color: #C0A271;*/
            line-height: 29px;
        }

        .sisc_tab_link li a.sisc_tab_link_item {
            padding: 0 2px;
            margin: 0 8px;
        }

        .sisc_tab_link li a.sisc_tab_link_item_close {
            margin-right: 5px;
        }

            .sisc_tab_link li a.sisc_tab_link_item_close:hover {
                background-color: #ccc;
            }

#sisi_ver_wrap {
    /*width: 281px;*/
    float: left;
    margin-top: 5px;
}

#sisi_ver_logo {
    text-align: left;
    float: left;
    padding-left: 10px;
    max-height: 56px;
}

    #sisi_ver_logo .left-block {
        /*margin-top:5px;*/
        width: 90px;
        float: left;
    }

    #sisi_ver_logo .right-block {
        text-align: right;
        float: left;
        margin-left: 5px;
        position: relative;
    }

    #sisi_ver_logo .sisi_product_name {
        display: block;
        height: 24px;
        line-height: 24px;
        font-weight: 600;
        width: 144px;
        text-align: left;
        overflow: hidden;
        position: relative;
        top: 2px;
    }

#sisi_ver_info {
    cursor: default;
    font-size: 12px;
    height: 20px;
    width: 100%;
    position: relative;
    text-align: center;
    top: 4px;
}

#sisi_ver_info_left {
    margin: 0 5px;
}

#sisi_ver_isDemo {
    margin: 0px;
    color: red;
    font-weight: 600;
    letter-spacing: 2px;
    /*text-align: center;*/
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    float: right;
}

#sisi_ver_info_right {
    border-radius: 5px;
    background-color: #5F92CB;
    color: #fff;
    padding: 2px 5px;
    display: block;
    height: 16px;
    line-height: 16px;
    cursor: default;
    position: relative;
    width: 84px;
    float: right;
    /* top: 30px; */
    margin-left: 2px;
}

.sisi_ver_info_operWrap {
    position: absolute;
    z-index: 100001;
    border: 1px solid #5F92CB;
    background: #fff;
    list-style: none;
    top: 50px;
    left: 2px;
    width: 80px;
    height: 65px;
    padding: 0 0 5px 0;
    display: none;
}

#sisi_ver_info:hover .sisi_ver_info_operWrap {
    display: block;
}

.sisi_ver_info_operWrap li {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-top: 5px;
}

    .sisi_ver_info_operWrap li a {
        display: block;
        padding: 3px 5px;
        text-align: center;
        margin-right: 0;
    }

        .sisi_ver_info_operWrap li a:hover {
            background: #D5F0F7;
            padding: 3px 5px;
        }


#sisi_com_wrap {
    float: right;
}

#sisi_com_logo {
    float: right;
    margin: 10px 20px 0 10px;
}

#sisi_lockKey {
    float: right;
    margin: 5px 20px 0 0;
    color: #5F92CB;
    font-weight: 600;
}

.sisc_logOper_wrap {
    background: #ccc;
    cursor: default;
    float: right;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
    display: none;
}

    .sisc_logOper_wrap ul {
        list-style: none;
        /*margin: 5px 5px 0 20px;*/
    }

    .sisc_logOper_wrap li {
        float: left;
        padding: 0 5px;
        letter-spacing: 1px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        border-left: 1px solid #fff;
    }

        .sisc_logOper_wrap li:first-child {
            border-left: 0;
        }

#sisi_operInfo {
    display: block;
}

#sisi_logOut:hover {
    color: orange;
}

#sisi_personal_wrap {
    float: right;
    margin-right: 10px;
}

.noPersonLog {
    display: none;
}

#sisi_personal_logo {
    height: 48px;
    padding: 1px 0;
    overflow: hidden;
}

.sisc_tab_content {
    overflow: hidden;
}

.sisc_tab_content_item {
    background-color: #E3E3E5;
}

    .sisc_tab_content_item iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

/*=======================子菜单 待改======================*/

.sisc_nav_item:hover::before {
    content: "";
    display: none;
    position: absolute;
    border-right: 8px solid #fff;
    border-top: 8px solid rgba(0,0,0,0);
    border-bottom: 8px solid rgba(0,0,0,0);
    /*margin: 13px 0 0 112px;*/
    margin: 13px 0 0 82px;
}

.sisc_nav_item:hover .sisc_nav_item_Wrap {
    display: block;
}

.sisc_nav_item_Wrap {
    position: absolute;
    width: 700px;
    border-width: 1px;
    border-style: solid;
    z-index: 2002;
    top: 0;
    /*left:123px;*/
    left: 85px;
    display: none;
}


.sisc_nav_subItem_group {
    padding: 10px 0 0 20px;
    clear: both;
    border-top: 1px solid #ccc;
}

    .sisc_nav_subItem_group h4 {
        font-size: 13px;
    }

.sisc_sub_nav_subItem_items {
    display: block;
    margin-top: 5px;
}

    .sisc_sub_nav_subItem_items li {
        float: left;
    }

a.sisc_nav_aClick {
    display: block;
    padding: 3px;
    margin-right: 3px;
    color: inherit;
    text-decoration: none;
    font-size: 13px;
}

    a.sisc_nav_aClick:hover {
        display: block;
        padding: 3px;
        /*background-color: #e5e5e5;*/
        background-color: #c4c4c4;
    }

/* ==============begin 调整个别菜单位置 begin===================== */

/*.sisc_nav_menu_6000 {
    top: -155px;
}

.sisc_nav_menu_C000 {
    top: -60px;
}

.sisc_nav_menu_D000 {
    top: -35px;
}*/

/* ==============end 调整个别菜单位置 end===================== */

/* =======end Frame样式  end=================== */

/*=========begin home 样式 begin ==============*/

.sisc_notice_temp_click {
    /*display: none;*/
}

.sisc_home_container {
    position: relative;
    padding: 15px;
    background-color: #E3E3E5;
    /*min-height: 680px;*/
}

.sisc_home_header {
}

.sisc_home_body {
    width: 100%;
}

.sisc_home_footer {
    clear: both;
    height: 40px;
    padding: 15px 0 5px 0;
    display: none;
}

.sisc_home_footIcon {
    float: left;
    height: 100%;
}

.sisc_home_left, .sisc_home_right {
    float: left;
}

.sisc_home_left {
    width: 80%;
}

.sisc_home_right {
    width: 20%;
}

.sisc_home_right_inner {
    /*margin-left: 15px;*/
    padding-left: 15px;
}

.sisc_home_saleInfo {
    border: 1px solid #ccc;
    height: 150px;
    background-color: #fff;
}

.sisc_home_saleInfo_condition {
    height: 49px;
    line-height: 49px;
}

.sisc_home_saleInfo_dt {
    float: left;
    margin-left: 20px;
}

    .sisc_home_saleInfo_dt li {
        margin-right: 30px;
        float: left;
        font-size: 16px;
    }

        .sisc_home_saleInfo_dt li a {
            color: #C4C4C4;
        }

            .sisc_home_saleInfo_dt li a.selected {
                color: #000;
            }

            .sisc_home_saleInfo_dt li a:hover {
                /*color: #ff9326;*/
                text-decoration: underline;
            }

.sisc_home_saleInfo_branch {
    float: right;
    margin-right: 20px;
}

.sisc_home_selectBranch {
    /*width: 120px;*/
    width: 190px;
    height: 25px;
    padding-left: 5px;
    border-color: #ccc;
    border-radius: 3px;
}

.sisc_home_salInfo_info {
    border-top: 1px solid #ccc;
}

    .sisc_home_salInfo_info li {
        width: 20%;
        float: left;
        text-align: center;
    }

        .sisc_home_salInfo_info li div {
            height: 100px;
            background-color: #F8F8F8;
        }

p.sisc_home_salInfo_label {
    font-size: 12px;
    padding-top: 20px;
}

p.sisc_home_salInfo_num {
    font-size: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sisc_home_saleAmt, .sisc_home_saleCost, .sisc_home_saleCount, .sisc_home_saleOwn {
    border-right: 1px solid #ccc;
}

    .sisc_home_saleAmt .sisc_home_salInfo_num {
        color: #C72C35;
    }

    .sisc_home_saleCost .sisc_home_salInfo_num {
        color: #6AAF98;
    }

    .sisc_home_saleCount .sisc_home_salInfo_num {
        color: #6E96C2;
    }

    .sisc_home_saleOwn .sisc_home_salInfo_num {
        color: #D0B561;
    }

a.sisc_home_set_saleMub {
    font-size: 12px;
    color: #94D7BC;
}

    a.sisc_home_set_saleMub:hover {
        text-decoration: underline;
    }
/*=======================================*/

/*============= 快捷菜单 ================*/
.sisc_home_shootMenu {
    border: 1px solid #ccc;
    /*height: 490px;*/
    background-color: #fff;
    margin-top: 6px;
}

.sisc_home_shootMenu_title {
    height: 49px;
    line-height: 49px;
    letter-spacing: 2px;
    margin-left: 20px;
    font-size: 16px;
}

#batch_add_shootMenu {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    letter-spacing: 0;
    color: #2189EA;
    display: none;
}

    #batch_add_shootMenu:hover {
        color: orange;
    }


.sisc_home_shootMenu_content {
    border-top: 1px solid #ccc;
    height: 410px;
    background-color: #F8F8F8;
}

    .sisc_home_shootMenu_content ul {
        list-style: none;
    }

.sisc_home_shootMenu_li {
    float: left;
    width: 16.66%;
    /*height:102.75px;*/
}

.sisc_home_shootMenu_item {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 101.75px;
    line-height: 101.75px;
    text-align: center;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sisc_home_shootMenu_li:nth-child(6) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(12) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(18) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(24) .sisc_home_shootMenu_item {
    border-right: none;
}

.sisc_home_shootMenu_li:nth-child(19) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(20) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(21) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(22) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(23) .sisc_home_shootMenu_item,
.sisc_home_shootMenu_li:nth-child(24) .sisc_home_shootMenu_item {
    border-bottom: none;
}

.shootMenu_name {
    font-size: 18px;
    color: #046596;
    display: block;
}

    .shootMenu_name:hover {
        color: orange;
        background: #ddd;
    }

.shootMenu_dialog {
    background: #fff;
    position: fixed;
    top: 10%;
    left: 15%;
    width: 670px;
    height: 480px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .shootMenu_dialog .dialog_title {
        height: 35px;
        line-height: 35px;
        background: #2189EA;
        color: #fff;
        padding-left: 20px;
    }

.close_shootMenu_dialog {
    float: right;
    margin-right: 20px;
}

    .close_shootMenu_dialog:hover {
        color: red;
    }

.shootMenu_dialog_oper {
    height: 35px;
    line-height: 35px;
}

.shootMenu_sure {
    border: 1px solid #ccc;
    border-radius: 3px;
    float: right;
    margin-right: 20px;
    padding: 4px 20px;
    line-height: 16px;
}

    .shootMenu_sure:hover {
        background: #ddd;
    }

.shootMenu_dialog_wrap {
    width: 100%;
    height: 409px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    overflow: auto;
}

.shootMenu_group {
    padding: 10px 10px 0 10px;
    clear: both;
}

    .shootMenu_group ul {
        list-style: none;
        width: 100%;
    }

        .shootMenu_group ul li {
            float: left;
            border: 1px solid #ccc;
            margin-right: 3px;
            margin-top: 3px;
            border-radius: 3px;
        }

.shootMenu_item {
    display: block;
    padding: 8px;
    margin: 2px;
    position: relative;
    width: 80px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
}

    .shootMenu_item i.icon-ok {
        position: absolute;
        color: rgba(255,255,255,.5);
        font-size: 28px;
        left: 35px;
        top: 15px;
        display: none;
    }

    .shootMenu_item:hover {
        background: #ddd;
        color: orange;
    }

.shootMenu_selected {
    background: rgba(0,0,0,.5);
    color: #000;
}

    .shootMenu_selected:hover {
        background: rgba(0,0,0,.5);
        color: #000;
    }

    .shootMenu_selected i.icon-ok {
        display: block;
    }

.region_title {
    height: 19px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
}

.shootMenu_counts {
    color: #2189EA;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}

/*========== 子操作 ========= 

.add_shootMenu {
    color: #94D7BC;
    text-decoration: underline;
}

    .add_shootMenu:hover {
        color: orange;
    }

.shootMenu_oper_area {
    width: 55px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 2px;
    border-radius: 3px;
    background: rgba(0,0,0,.3);
    line-height: 20px;
    padding: 0 5px;
    display: none;
}

.sisc_home_shootMenu_item:hover .shootMenu_oper_area {
    display: block;
}

.modify_shootMenu, .remove_shootMenu {
    float: right;
    width: 25px;
    height: 20px;
    font-size: 9px;
    color: #fff;
}

    .modify_shootMenu:hover, .remove_shootMenu:hover {
        color: orange;
    }

.modify_shootMenu {
    margin-right: 2px;
}

.remove_shootMenu {
    border-left: 1px solid #fff;
    padding-left: 2px;
}
======================*/

/*======================================*/
.sisc_home_msg {
    height: 23px;
    line-height: 23px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 10px;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sisc_home_mailmsg_parenthese {
    display: none;
}

.sisc_home_notice, .sisc_home_sheet {
    margin-top: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
}


.sisc_refresh_prompt {
    float: right;
    color: #6AAF98;
    font-size: 14px;
}

    .sisc_refresh_prompt:hover {
        color: #8EE0C5;
    }

.sisc_home_notice_title, .sisc_home_sheet_title {
    height: 49px;
    line-height: 49px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
}

.sisc_home_notice_list, .sisc_home_sheet_list {
    min-height: 150px;
    border-top: 1px solid #ccc;
    padding: 10px 0 10px 15px;
}

    .sisc_home_notice_list li, .sisc_home_sheet_list li {
        font-size: 12px;
        padding: 5px 0;
    }

        .sisc_home_notice_list li a, .sisc_home_sheet_list li a {
            color: #000;
            text-decoration: none;
        }

.sisc_home_msg_count {
    color: red;
}

/*============ end home 样式  end ====================*/

/*=============== begin other begin =============================*/

.sisc_dialog_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
}

.sisc_dialog_bg_white {
    background: rgba(255,255,255,.4);
}

.sisc_dialog_bg_black {
    background: rgba(0,0,0,.4);
}
/*=============== end other end =============================*/

/* ============= 首页浏览器信息-提示 ============= */

.sisc_browser_tips {
    position: absolute;
    padding: 10px;
    border-radius: 3px;
    width: 395px;
    text-align: left;
    /*bottom: -45px;*/
    top: 418px;
    /*background: rgba(0,0,0,.2);*/
    background: rgba(255,255,255,.3);
    font-size: 12px;
    color: #fff;
    display: none;
}

    .sisc_browser_tips::before {
        content: "";
        display: block;
        position: absolute;
        border-right: 10px solid rgba(0,0,0,0);
        border-left: 10px solid rgba(0,0,0,0);
        /*border-bottom: 10px solid rgba(0,0,0,.2);*/
        border-bottom: 10px solid rgba(255,255,255,.3);
        margin: -20px 0 0 40px;
    }

/*  ========================================  */

/*  ============== 侧边菜单栏收起 ============  */
#sisi_col_expend {
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    height: 100%;
    padding-left: 1px;
    background: rgba(255,255,255,.3);
    line-height: 710px;
}

#sisi_col_expend_a {
    display: block;
}

    #sisi_col_expend_a span {
        display: block;
        height: 75px;
        background: #fff;
        line-height: 75px;
    }

#sisi_setHome {
    display: none;
    float: right;
    margin: 10px 20px 0 0;
}

/*  ============== 菜单添加图标 ============  */
.sisc_nav_item_icon {
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px;
}

.sisc_nav_itemA_txt {
    /*margin-left: 10px;*/
}

/*  ============== 侧边菜单栏收起-addition ============  */
#sisi_col_expend_top {
    position: absolute;
    right: 0;
    top: 5px;
    width: 100%;
    height: 20px;
    color: #E2E2E2;
}

#sisi_col_expend_a_top {
    display: block;
    height: 20px;
}

    #sisi_col_expend_a_top span {
        display: block;
        width: 20px;
        height: 20px;
        float: right;
        margin-right: 15px;
    }

.rotate45 {
    transform: rotate(90deg);
}


/*  =================== 首页曲线图表 ==========================  */
.sisc_home_chart {
    height: 35px;
    line-height: 35px;
    background-color: #EEEEEE;
    margin-left: 0;
    text-align: center;
}

#sisi_refreshChart {
    color: #6AAF98;
    float: right;
    margin-right: 20px;
}

    #sisi_refreshChart:hover {
        color: #8EE0C5;
    }

#sisi_loadChart_msg {
    font-size: 12px;
    display: none;
}
