.s_header{
    left:0;top:0;width:100%;min-height:50px;z-index:300;
}
.s_top{
    min-height:50px;line-height:49px;background:#1F262D;padding:0;
}
.s_logo{
    background:transparent;
}
.s_logo_img{
    height:24px;width:24px;margin:0 0 0 0;overflow:hidden;
}
.s_top_menu{
    top:10px;right:8px;height:30px;width:30px;overflow:hidden;line-height:29px;display:block
}
.s_top_right{
    min-height:40px;
}
.hover_org:hover {
    color:orange;
}

.s_pc_header{
    border-radius:50%;
    overflow:hidden;
    height:34px;width:34px;margin:13px 10px 0 0;
    background:#fff
}
.s_pc_username{
    line-height:49px;
    color: #81868B;
}
.s_pc_caret{
    line-height:49px;margin-left:10px;
    color:#5A5E62;
    width: 12px;
    overflow: hidden;
}
.s_pc_sidebar{
    height:30px;width:2px;margin: 10px 0 0 10px;
    border-right:2px solid #101317
}
.s_pc_div{
    padding:0 0 0 10px;color:#5A5E62;
}
.s_pc_assets{
    margin: 0 0 0 10px;
    overflow: visible;
}
.s_pc_assets_title{
    color: #5A5E62
}
.s_pc_assets_ul{
    height: 49px;
    width : 0;
    margin: 0 5px 0 0;
    overflow: hidden;
}
.s_pc_assets_li{
    padding: 0 5px;
    height: 30px;
    margin: 10px 0 0 0;
    line-height: 30px;
    border-radius: 3px;
}
.s_pc_assets_li:hover{
    background-color: #688097;
    color: #FFB848;
}

.s_nav{
    width:200px;
    background-color:#313D48;
    min-height:100%;padding:0;line-height:40px;
    padding-top:50px;left:0;z-index:200;top:0;
}
.s_nav_ul{
    width:100%;
}
.s_nav_li_a{
    min-height: 40px;
    line-height: 20px;
    padding: 10px 10px 10px 15px;
}
.s_nav_li_a:hover{
    background-color:#242B32;
    color:orange;
}
.s_nav_li_b{
    min-height: 40px;
    line-height: 20px;
    padding: 10px 10px 10px 15px;
    background-color:#00A0E9
}
.s_nav_li_b:hover{
    background-color:#242B32;
    color:orange;
}

.s_content{padding:0 0 0 200px;z-index:100;width:100%;min-height:300px;}
.s_body{padding:20px 0;}

.s_shadow{
    box-shadow:4px 4px 10px #E2E9F4,-4px 4px 10px #E2E9F4
}
.s_shadow2{
    box-shadow: 4px 4px 10px #E2E9F4,-4px 4px 10px #E2E9F4,0 -4px 10px #E2E9F4;
}
.btn{
    background-color:#3599F6;
    color:#fff;
}
.btn:active{
    background-color:#1458B8;
    color:orange;
}

.popup{
    position:fixed;top:0;left:0;z-index:400;width:100%;height:100%;display:none;
}
.popup_body{
    overflow:hidden;margin:0 auto;display:inline-block;z-index:400;margin-top: 65px;
    background-color: #fff;width:auto;border-radius: 5px;margin-bottom: 50px;
}
.popup_content{
    width:100%;
}
.popup_masker{
    position:fixed;top:0;left:0;z-index:350;width:100%;height:100%;background:rgba(0,0,0,0.3);
}


.loadingFloor{
    height:100%;
    width:100%;
    top:0;
    left:0;
    padding-left: 200px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    z-index: 9999;
    padding-top: 20%;
    font-size: 18px;
    color: #28B779;
}
.processingFloor{
    height:100%;
    width:100%;
    top:0;
    left:0;
    padding-left: 200px;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
    z-index: 9999;
    padding-top: 25%;
}

.noData{
    top:200px;
    width:100%;
    line-height:60px;
    left:0
}

.switches{
    border-radius:14px;
    height:28px;
    width:60px;
    margin: 0 auto;
    margin: 0;
    overflow: hidden;
}

.switches_btn{
    height:20px;
    width:20px;
    border-radius:50%;
    background-color: white;
}
.switches_on{
    background-color: #2EDB82;
}
.switches_off{
    background-color: #999999;
}
.switches_btn_on{
    top: 4px;
    right: 4px;
}
.switches_btn_off{
    left:4px;
    top: 4px;
}


.m_pages{
    height: auto;
    width: 100%;
}
.m_pages_per{
    margin:20px 0;
}
.m_pages_arrow{
    height:40px;
}
.m_pages_now{
    border:1px solid #998;
    height:30px;line-height:30px;margin:5px 0 0 0;
    border-radius:3px;display:inline-block;width:32px;
}

.m_btn_dis{
    background-color: #C8C8C8;
}
.s_pc_tips{
    height: 40px;
    min-width: 60px;
    background: transparent;
    margin: 5px 5px 0 0;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    display: inline-block;
}
.s_pc_tips:hover{
    background-color: rgba(180,185,192, 0.5);
}
.s_pc_tips_num{
    display: inline-block;
    height: 20px;
    min-width: 20px;
    color: #fff;
    background-color: #dc3545;
    font-weight: bold;
    border-radius: 4px;
    line-height: 19px;
    margin: 10px 0 5px 10px;
}
.s_pc_tips_dropDown{
    position: fixed;
    z-index: 99;
    top: 45px;
    right: 2%;
    width: 96%;
    max-width: 700px;
    max-height: 700px;
    height: auto;
    padding: 5px 30px 10px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
    transition: all .15s cubic-bezier(.84,.03,.21,.96);
    display: none;
}
.s_pc_tips_dropDown_arrow{
    position: absolute;
    bottom: 0;
    left: 32%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    transition: all .05s;
    z-index: 1001;
    display: none;
}
.s_pc_tips_dropDown_masker{
    position: fixed;
    top: 0 ;left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    cursor: auto;
    display: none;
}
.s_pc_tips_dropDown_del{
    color: #D2502E;
    width: 100%;
    padding: 0 15px;
}
.s_pc_tips_msg{
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 4px;
}
.s_pc_tips_danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    border: 1px solid transparent;
}
.s_pc_tips_info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border: 1px solid transparent;
}
.s_pc_tips_download{
    color: #17915E;
    background-color: #BDF4DC;
    border-color: #BDF4DC;
    border: 1px solid transparent;
}
.s_pc_tips_file_name{
    text-decoration: underline;
}
.s_pc_tips_file_name:hover{
    color: #0C5F6D ;
}
.s_pc_tips_checkbox{
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 80;
    margin: 1px 10px 0 0;
}
.s_pc_tips_checkbox_all{
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 80;
    margin: 15px 10px 0 0;
}

.progress-box{
    position: relative;
    left: 0;
    width: 100%;
    height: 22px;
    border: 1px solid #313D48;
    overflow: hidden;
    border-radius: 10px;
    background: #00A0E9;
    margin: 20px 0 0 0;
}
.progress-bar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    clip: rect(0px,0px,60px,0px);
    background: transparent;
}
.progress-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    color: white;
    text-align: center;
    line-height: 20px;
    z-index: 10;
}
.progress-box_btn{
    height: 30px;
    padding: 0 15px;
    min-width: 100px;
    display: inline-block;
    background-color: #4DA5CE;
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 15px;
}
.progress-box_title{
    width: 100%;
    line-height: 20px;
    margin: 0 0 10px 0 ;
}

.searchInput_placeholder::-webkit-input-placeholder{ color: #C0C0C0 }    /* 使用webkit内核的浏览器 */
.searchInput_placeholder:-moz-placeholder{ color: #C0C0C0 }                  /* Firefox版本4-18 */
.searchInput_placeholder::-moz-placeholder{ color: #C0C0C0 }                  /* Firefox版本19+ */
.searchInput_placeholder:-ms-input-placeholder{ color: #C0C0C0 }

@media screen and (min-width:1200px){
    .s_top_menu{display:none}
    .popup{padding-left:200px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .s_top_menu{display:none}
    .popup{padding-left:200px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .s_nav{display:none;padding-top:100px;width:100%;min-height:auto}
    .s_content{padding:0;}
    .loadingFloor{padding-left:0;}
    .processingFloor{padding-left:0;}
    .popup_body{margin-top:150px;width:90%;}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
    .s_nav{display:none;padding-top:100px;width:100%;min-height:auto}
    .s_content{padding:0;}
    .loadingFloor{padding-left:0;}
    .processingFloor{padding-left:0;}
    .popup_body{margin-top:150px;width:90%;}
}
@media only screen and (max-width: 479px) {
    .s_nav{display:none;padding-top:100px;width:100%;min-height:auto}
    .s_content{padding:0;}
    .loadingFloor{padding-left:0;}
    .processingFloor{padding-left:0;}
    .s_nav_li_a{ padding:0 15px;width:100%;}
    .popup_body{margin-top:150px;width:90%;}
}

.upload_box {
    min-height: 40px;
    line-height: 32px;
    width: auto;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    background-color: rgba(40,202,153, 0.5);
}
.upload_box .upload_input{
    border: none;
    outline: none;
    overflow: hidden;
    height: 32px;
    margin: 0 5px;
    line-height: 32px;
    border-radius: 5px;
    padding: 0 15px;
    background-color: #0972CC;
    display: inline-block;
}
.upload_box .upload_btn {
    border: none;
    outline: none;
    overflow: hidden;
    height: 32px;
    margin: 0 5px;
    line-height: 32px;
    border-radius: 5px;
    padding: 0 15px;
    background-color: #0972CC;
    display: inline-block;
}
.upload_box .upload_btn:active {
    background-color: #065595;
}