﻿@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: 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_title_logo_right {
    float: right;
}

.sisc_login_mylog_area img {
    width: 220px;
    /*height: 59px;*/
    overflow: hidden;
}

.sisc_login_mylog_area > .tradeVersion {
    position: absolute;
    top: 36px;
    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: 58%;
    margin-top: 70px;
    height: 200px;
    overflow: hidden;
    /*display:flex;
        justify-content:center;*/
    margin-left: 20%;
}

    .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: 455px;
    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: 25px;
}

.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"], .sisc_login_input_group 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_theme_btn_online_color {
    margin-top: -20px; /*对冲.sisc_login_control_group margin-bottom:25px*/
}

.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: 250px;
    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:#46A537;

    width: 100%;
    text-align: center;
}


.wenxinTipsP_top {
    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;
}

a.sisc_theme_greenblue {
    background-color: #12b5b0;
}


/* =============== 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;
}

.menu-badge-red:after {
    /*content: '';    position: absolute;    display: inline-block;    background-color: #f5707a;    border-radius: 50%;    top: 7px;    right: 10px;    width:10px;    height:10px;*/
    content: " ";
    background-color: #f5707a;
    border-radius: 3px;
    position: absolute;
    z-index: 1000;
    margin-right: 1px;
    width: 9px;
    height: 9px;
    border-radius: 14px;
}

.sub_menu-badge-red {
    position: relative;
}
.sub_menu-badge-red::before {
    content: " ";
    background-color: #f5707a;
    border-radius: 3px;
    position: absolute;
    z-index: 1000;
    margin-right: -2px;
    margin-top:1px;
    right:0px;
    width: 9px;
    height: 9px;
    border-radius: 14px;
}
/*i{
　　display:block;
　　background:#f00;
　　border-radius:50%;
　　width:0.4em;
　　height:0.4em;
　　top:0px;
　　right:-0.2em;
　　position:absolute;
}*/
.red-point {
    position: relative;
}

.red-point::before {
    content: " ";
    background-color: #f5707a;
    border-radius: 3px;
    position: absolute;
    z-index: 1000;
    margin-right: -2px;
    margin-top:1px;
    right:0px;
    width: 9px;
    height: 9px;
    border-radius: 14px;
}


/*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: 278px;
    /*top: -31px;*/
    top: -30px;
    height: 29px;
    line-height: 28px;
    font-size: 12px;
    overflow: auto;
}

    .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: 28px;
        }

        .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;
            }

.custom-context-menu {
    position: fixed;
    border: 1px solid lightgray;
    list-style: none;
    padding: 4px 0;
    border-radius: 4px;
    /*box-shadow: 0px 2px 6px 2px #ddd;*/
    background-color: white;
    z-index: 9999;
    line-height: 30px;
    color: #666666;
    width: 130px;
    font-size: 14px;
}

    .custom-context-menu li {
        cursor: pointer;
        padding-left: 10px;
    }

        .custom-context-menu li:hover {
            background-color: lightgray;
            color: black;
        }

#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: 150px;
        float: left;
    }

    #sisi_ver_logo .right-block {
        text-align: right;
        float: left;
        margin-left: 34px;
        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 4px 0px 0px;
    color: red;
    font-weight: 600;
    letter-spacing: 2px;
    /*text-align: center;*/
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

#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: left;
    /* 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_audit_user {
    float: right;
    position: absolute;
    right: 640px;
    margin: 6px 5px 0 0;
    color: #5F92CB;
    font-size: 14px;
    font-weight: 600;
}

#sisi_com_wrap {
    float: right;
}

#sisi_com_logo {
    float: right;
    margin: 10px 20px 0 10px;
    height: 47px;
    display: none;
}

#sisi_lockKey {
    float: right;
    position: absolute;
    right: 540px;
    top: 0;
    margin: 6px 5px 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;
        cursor: pointer;
    }

.sisc_logOper_wrap ul.user-menu {
    position: absolute;
    /*bottom: -45px;*/
    display: none;
    z-index: 9999;
}

    .sisc_logOper_wrap ul.user-menu li {
        display: block;
        float: left;
        clear: both;
        border: none;
        text-align: center;
        width: 100%;
        /*line-height: 20px;*/
    }

        .sisc_logOper_wrap ul.user-menu li:hover {
            color: #fff;
        }

#sisi_operInfo {
    display: block;
}

#sisi_logOut:hover {
    color: orange;
}

#sisi_fullscreen: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;
    }
/*=======================思迅在线菜单 开始布局======================*/

#divSissOnlie {
    width: 100%;
    height: 100%;
}

#divSissOnlieInner {
    width: 100%;
    height: 100%;
    z-index: 9;
}

#divSissOnlieOutQcode {
    /*width: 400px;
    height: 400px;*/
    width: 21%;
    height: 42%;
    position: absolute;
    top: 27%;
    right: 13%;
    z-index: 99;
}

#imgSissOnlieQcode {
    /*width: 400px;
    height: 400px;*/
    width: 100%;
}

/*添加的背景图片 开始*/
#divSissOnlieBgImg {
    /*width: 635px;
    height: 280px;*/
    width: 35%;
    height: 29%;
    position: absolute;
    top: 10%;
    left: 20%;
    z-index: 99999;
}

#imgSissOnlieBgImg {
    /*width:635px;
    height: 280px;*/
    width: 100%;
}
/*添加的背景图片 结束*/

/*页面左下角底部添加 备注提示 开始  */
#divSissOnlieMemo {
    /*width: 300px;*/
    /*height: 200px;*/
    position: absolute;
    top: 95%;
    left: 20.7%;
    z-index: 999999;
}

    #divSissOnlieMemo p {
        color: white;
        font-size: 15px;
    }

/* 页面左下角底部添加 备注提示 结束 */

#divSissOnlieOutSlogan {
    /*width: 300px;*/
    height: 200px;
    position: absolute;
    top: 55%;
    left: 20%;
    z-index: 9999;
}


.listSissWeb {
    margin: 0px 10px 20px;
    text-align: left;
    font-size: 15px;
    /*width: 400px;*/
    height: 200px;
}

    .listSissWeb img {
        position: relative;
        bottom: -5px;
        left: -2px;
    }

    .listSissWeb ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .listSissWeb li {
        /*列表底部的虚线*/
        width: 100%;
        margin: 0px;
    }

        .listSissWeb li a {
            display: block;
            padding: 1px;
            /*列表左边的箭头图片*/
            text-decoration: none;
            color: black;
            margin: 5px 0px 0px 0px;
            white-space: nowrap;
        }

            .listSissWeb li a:hover {
                color: #336699;
            }
/*=======================思迅在线菜单 结束布局======================*/

/*=======================子菜单 待改======================*/

.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;
        margin-right: 5px;
    }

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;
    }

a.sisc_nav_lock {
    color: #999;
    /*padding-right: 10px;*/
    /*text-indent: 12px;*/
}
/* ==============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;
}

.sisc_home_shootMenu_content_rpt {
}

.sisc_home_rpt {
    width: 50%;
    float: left;
}

.sisc_home_table {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
    margin-left: 2px;
}

    .sisc_home_table caption {
        /*border-right: 1px solid #ccc;*/
        line-height: 26px;
        font-size: 17px;
        font-weight: 600;
    }

    .sisc_home_table tr {
        /*border-right: 1px solid #ccc;*/
        background-color: #E2F1FF !important;
    }

    .sisc_home_table th {
        /*border-right: 1px solid #ccc;*/
        margin: 2px;
    }

    .sisc_home_table td {
        /*border-right: 1px solid #ccc;*/
        margin: 2px;
    }



.sisc_home_table_other {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
    margin-left: 2px;
}

    .sisc_home_table_other caption {
        /*border-right: 1px solid #ccc;*/
        line-height: 26px;
        font-size: 17px;
        font-weight: 600;
    }

    .sisc_home_table_other tr {
        /*border-right: 1px solid #ccc;*/
        background-color: #f2f2f2;
    }

    .sisc_home_table_other th {
        /*border-right: 1px solid #ccc;*/
        margin: 2px;
    }

    .sisc_home_table_other td {
        /*border-right: 1px solid #ccc;*/
        margin: 2px;
    }

.align_rightfmt {
    text-align: right;
    padding-right: 2px;
}

/*============ 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;
}
/* =========================思迅微会员链接===============  */
.sissMember_link {
    display: block;
    padding: 3px;
    margin-right: 3px;
    color: inherit;
    text-decoration: none;
    font-size: 13px;
}

    .sissMember_link:hover {
        background-color: #c4c4c4;
    }

.sisi_col_search_top {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 100%;
    color: #E2E2E2;
    text-align: center;
    border: none;
    width: 70px;
    background-color: #fff;
    text-align: left;
}

.sisi_col_search_top {
    position: absolute;
    top: 5px;
    left: 7px;
    width: 100%;
    color: #E2E2E2;
    text-align: center;
    border: none;
    width: 70px;
    background-color: #fff;
    text-align: left;
}

    .sisi_col_search_top input {
        border: none;
        width: inherit;
        text-align: center;
        background-color: inherit;
        height: inherit;
        cursor: pointer;
    }
    /* MAINFRAME MENU ICON SPRITES , START */

    /*.siss-menu-adm {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -90px -51px;
}
     
.siss-menu-bas {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -130px -50px;
}
     
.siss-menu-dcm {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -90px -10px;
}
     
.siss-menu-fim {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -10px -51px;
}
     
.siss-menu-def {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -50px -51px;
}
     
.siss-menu-prc {
    width: 20px; height: 21px;
    background: url('../images/main-frame-menu-icon-sprites.png') -10px -10px;
}
     
.siss-menu-rpt {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -130px -10px;
}
     
.siss-menu-pur {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -50px -10px;
}
     
.siss-menu-rtm {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -10px -91px;
}
     
.siss-menu-stm {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -50px -91px;
}
     
.siss-menu-try {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -90px -91px;
}
     
.siss-menu-vip {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -130px -91px;
}
     
.siss-menu-wsm {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -170px -10px;
}
     
.siss-menu-wx {
    width: 20px; height: 20px;
    background: url('../images/main-frame-menu-icon-sprites.png') -170px -50px;
}*/

    /* MAINFRAME MENU ICON SPRITES , END */

    /* MESSAGER , START */
    /*a.c2, a.c2:hover {
    color: #fff;
    border-color: #5f5f5f;
    background: #747474;
    background: -webkit-linear-gradient(top,#747474 0,#676767 100%);
    background: -moz-linear-gradient(top,#747474 0,#676767 100%);
    background: -o-linear-gradient(top,#747474 0,#676767 100%);
    background: linear-gradient(to bottom,#747474 0,#676767 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#747474,endColorstr=#676767,GradientType=0);
}

a.c2:hover {
    background: #676767;
    filter: none;
}

a.c5, a.c5:hover {
    color: #fff;
    border-color: #b52b27;
    background: #d84f4b;
    background: -webkit-linear-gradient(top,#d84f4b 0,#c9302c 100%);
    background: -moz-linear-gradient(top,#d84f4b 0,#c9302c 100%);
    background: -o-linear-gradient(top,#d84f4b 0,#c9302c 100%);
    background: linear-gradient(to bottom,#d84f4b 0,#c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d84f4b,endColorstr=#c9302c,GradientType=0);
}

a.c5:hover {
    background: #c9302c;
    filter: none;
}*/
    /* MESSAGER , END */

    /* MAINFRAME TAB CONTEXT MENU , START */
    /*.siss-context-menu {
    z-index: 99999;
    border: 1px solid #ccc;
    position: absolute;
    background-color: #fff;
    min-width: 88px;
    font-size:0.85em;
}

.siss-context-menu > ul > li {
  margin: 0 0 0 0;
  padding: 1px;
  background-repeat: no-repeat;
}

.siss-context-menu > ul > li > a {
  position: relative;
  display: block;
  padding: 3px 3px 3px 3px;
  color: ButtonText;
  text-decoration: none;
  margin: 1px;
}

.siss-context-menu > ul > li > a img {
  position: absolute;
  left: 5px;
  top:5px;
  width: 16px;
  height: 16px;
}

.siss-context-menu > ul > li > a:hover {
  border: 1px solid #fff;
  outline: 1px solid #fff;
  margin: 0;
  cursor:pointer;
  color:Orange;
}

.siss-context-menu > ul > li > hr {
  border-top: 1px solid #e7e3e7;
  border-bottom: 1px solid #ffffff;
  height: 0;
  padding: 0;
  margin: 0px 0 0px 0px;
}

.siss-context-menu .theme > a {
    position: relative;
    color: ButtonText;
    text-decoration: none;
    height:16px;
    width:16px;
    padding:0;
    float:left;
    border: 1px solid #fff;
    outline: 1px solid #fff;
}

.siss-context-menu .theme > a :hover{
  border: 1px solid #fff;
  outline: 1px solid #fff;
  padding:0;
}

.hidden {
    display: none;
}*/
    .sisi_col_search_top .result {
        height: 500px;
        width: 300px; /*279*/
        background-color: #fff;
        position: absolute;
        top: 0px;
        left: 80px;
        padding: 25px 0 0 0;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        z-index: 10;
    }

        .sisi_col_search_top .result p {
            color: #999;
            text-align: right;
            font-size: 0.8em;
            padding: 5px 8px;
            text-indent: 15px;
            cursor: pointer;
        }

            .sisi_col_search_top .result p:hover {
                background-color: #eee;
            }

            .sisi_col_search_top .result p b {
                color: #000;
                float: left;
                font-size: 1.0em;
                font-weight: normal;
            }

            .sisi_col_search_top .result p.no-data, .sisi_col_history_top .result p.no-data {
                text-align: center;
            }
/* MAINFRAME TAB CONTEXT MENU , END */

#siss_apply_backgroud,#UserOnlineHelp {
    background: #26AEFC;
    cursor: default;
    float: right;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 5px;
    color: #fff;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

#siss_apply,#UserOnlineHelp_span,.UserOnlineHelp_aClick {
    left: 1px;
    bottom: 1px;
    width: 120px;
    height: 22px;
    color: white;
    margin-top: 5px;
}

.UserOnlineHelp_aClick {
text-decoration:none;
}

#sisi_wx_config {
    float: right;
    width: 140px;
    height: 22px;
    color: #5F92CB;
    margin-top: 5px;
    position: absolute;
    right: 0px;
    top: 30px;
    display: none;
}

.sisi_wx_href {
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.sisi_wx_ok {
    color: #5F92CB;
    position: relative;
}

.sisi_wx_unable {
    color: #5F92CB;
    position: relative;
}

    .sisi_wx_unable:before {
        content: " ";
        border: 5px solid red; /*设置红色*/
        border-radius: 5px; /*设置圆角*/
        position: absolute;
        z-index: 1000;
        right: 0%;
        margin-right: -10px;
        margin-top: -3px;
    }

/*============ begin SIXUN-MODAL样式 begin ==============*/
.sixun-modal-overlay {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    display: none;
}

.sixun-modal-container {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    position: absolute;
    width: 650px;
    max-width: 100%;
    height: 400px;
    max-height: 100%;
    z-index: 9999;
    background: white;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -325px;
    font-size: 0.9em;
}

.sixun-modal-header, .sixun-modal-content {
    padding: 10px 7px;
}

.sixun-modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .sixun-modal-footer button {
        padding: 5px 5px;
        float: right;
        clear: both;
        margin-right: 5px;
        margin-bottom: 5px;
    }

.sixun-modal-content .info {
    height: 130px;
}

.sixun-modal-content h3 {
    padding: 5px 0px;
    text-indent: 15px;
}

.sixun-modal-content p {
    line-height: 1.5em;
    text-indent: 15px;
}

.sixun-modal-content .sixun-env-tips {
    height: 300px;
    overflow-y: scroll;
}

    .sixun-modal-content .sixun-env-tips div {
        margin-bottom: 8px;
    }

.sixun-modal-content .sixun-login-shortcutkeys ul li {
    padding: 5px 7px;
}

    .sixun-modal-content .sixun-login-shortcutkeys ul li i {
        text-align: right;
        margin: 8px;
        font-weight: bold;
    }
/*============ end SIXUN-MODAL样式 end ==============*/

/* =========================思迅微会员链接===============  */
.sissMember_link {
    display: block;
    padding: 3px;
    margin-right: 3px;
    color: inherit;
    text-decoration: none;
    font-size: 13px;
}

    .sissMember_link:hover {
        background-color: #c4c4c4;
    }

.box {
    position: absolute;
    width: 100%;
    left: 50%;
    height: auto;
    z-index: 9999;
    background-color: #000;
    border: 1px #ddd solid;
    padding: 1px;
    opacity: .9;
    filter: alpha(opacity=90);
}

.wx_scan_container {
    position: relative;
    width: 365px;
    height: 400px;
    left: 50%;
    opacity: 1;
    background-color: white;
}

    .wx_scan_container:before {
        content: " ";
        border: 20px solid white; /*设置红色*/
        border-radius: 20px; /*设置圆角*/
        position: absolute;
        z-index: 1;
        right: 0%;
        margin-right: -20px;
        margin-top: -25px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

#wx_close_btn {
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 24px;
    text-align: center;
    right: -14px;
    top: -20px;
    border-radius: 5px;
    z-index: 99;
    background-color: white;
    border: 0px;
}


.hidden {
    display: none;
}

@media screen and (max-width:800px) { /*当屏幕尺寸小于800px时，应用下面的CSS样式*/
    /*Login*/
    .sisc_login_header {
        height: 26px;
    }

    .sisc_login_mylog_area {
        padding: 0;
    }

        .sisc_login_mylog_area > .tradeVersion {
            position: absolute;
            top: 24px;
            left: 226px;
            font-size: 20px;
        }

    /* 调整 右上角的 主题    */
    .sisc_theme_select {
        position: relative;
        float: right;
        margin: 5px 105px 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: -1px;
            margin-left: -30px;
        }

        .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;
        }
    /* 调整 右上角的 主题    */


    .sisc_login_custLog_area {
        height: inherit;
    }

    .sisc_login_custLog_leftarea {
        margin-left: 0;
        margin-top: 0;
        padding: 15px 0;
    }

    .sisc_login_pannel_area {
        margin: -280px 0 0 45%;
        height: 380px;
    }

    .sisc_login_control_group {
        margin-bottom: 10px;
    }

    .sisc_theme_btn_online_color {
        margin-top: 0;
    }

    /*MainFrame*/
    .sisc_home_saleInfo_dt li {
        margin-right: 20px;
    }

    .sisc_nav_item_Wrap {
        width: 680px;
        z-index: 9999;
    }

    #siss_apply_backgroud {
        display: none;
    }
}

#pop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2002;
}

    #pop > .bg {
        width: 100%;
        height: 100%;
        opacity: 0.5;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: black;
        z-index: 2003;
    }

    #pop > .qr {
        position: relative;
        top: 35%;
        left: 40%;
        opacity: 1;
        width: 250px;
        height: 320px;
        z-index: 2004;
        background-color: white;
    }

        #pop > .qr > img {
            margin: 10px;
            width: 230px;
            height: 230px;
        }

        #pop > .qr > .qr_close {
            position: absolute;
            border-radius: 16px;
            color: #656464;
            text-align: center;
            right: -20px;
            top: -20px;
            width: 34px;
            height: 34px;
            font-size: 25px;
            background-color: white;
        }

        #pop > .qr > .tips {
            text-align: center;
        }

.hide {
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: -o-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
