﻿html, body {
    height: 100%;
    font-family: 'Microsoft YaHei';
}
/*********** 登录页面 begin create by xp on 2016-09-22 ************/
html,.login_body
{
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background-color:#ebebeb;
    position:relative;
}
.login_main
{
    width:100%;
    height:100%;
    margin:0 auto;
    display:table;
}
.login_wrtit
{
    height:60px;
    background: url(/Content/system/frame_css/frame_img/dslogo.png) no-repeat center bottom;
    margin:0 auto 60px;
    padding-bottom:60px;
    background-size:200px auto;
}
.a1
{
    display:table-cell;
    vertical-align:middle;
}
.login_wrapbg
{
    width:400px;
    background-color:#ffffff;
    margin:0 auto;
    padding-bottom:34px;
    border:1px solid #f1f1f1;
    border-radius:4px;
}
.a1a
{
    font-size:16px;
    width: 310px;
    height:72px;
    margin:0 auto;
    text-align:right;
    position:relative;
}
.divbtn{
    height:54px;
}
.txtbox{
    background-color: #fff;
    border: 1px solid #d4d4d4;
    height:24px;
    text-align:center;
}
.txt_box,.txt_val
{
    width: 295px;
	height: 42px;
    line-height: 42px;
    padding-left:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
    -webkit-box-shadow:2px 1px 0 rgba(0,0,0,.15);
	-moz-box-shadow:2px 1px 0 rgba(0,0,0,.15);
	box-shadow:2px 1px 0 rgba(0,0,0,.15);
    border:1px solid #f1f1f1;
}
.txt_val{
	width: 182px;
	height: 42px;
    display:block;
}
.txt_box:focus,.txt_val:focus
{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
    box-shadow: 0 0 8px rgba(250,163,163,.66);
    border: solid 1px rgba(250,163,163,.66);
}
.a1a img
{
    vertical-align:bottom;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
	box-shadow: 0 1px 2px rgba(0,0,0,.15);
	width: 102px;
	height: 46px;
    border-radius:5px;
    position:absolute;
    top:0;
    right:0;
    font-size:12px;
    text-align:center;
}
#findpwd{
    font-size:12px;
    color:cornflowerblue;
    cursor: pointer;
    text-decoration:none;
}
#findpwd:hover
{
    text-decoration:underline;
}
.login_btn
{
    border:0;
    font-family:微软雅黑;
    font-size:18px;
    color:#ffffff;
    width: 312px;
	height: 44px;
    cursor:pointer;
    border-radius:5px;
}
input.login_btn[type=submit]
{
    background-color:#d6202f;
}
input.login_btn[type=reset]
{
    background-color:#5a5a5a;
}
.a1b
{
    font-family:宋体;
    font-size:12px;
    line-height:18px;
    text-align:center;
    color:#b0b0b0;
    padding-top:10px;
}
.field-validation-valid,.field-validation-error
{
    font-size:12px;
    color:red;
}
.divpswa1a 
{
    margin-bottom: 0;
}
.divpsw 
{
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    margin-left: 16px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 48px;
    display: none;
}
.txtpsw {
    position: relative;
}
.pimg {
    height: 41px;
}
/*********** 登录页面 end ************/

/********* 列表 begin *************/
.operate_layer {
    width: 100%;
    height: 40px;
    background-color: #f6fafd;
    border-bottom: 1px solid #cfe0ec;
}

    .operate_layer form {
        display: inline-block;
        padding: 5px 0 0 15px;
    }

.operationlist {
    float: right;
    margin: 8px 15px 0 0;
}

    .operationlist li {
        float: left;
        list-style: none;
    }

        .operationlist li a {
            display: inline-block;
            width: 79px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            font-family: 宋体;
            font-size: 12px;
            color: #4c4c4c;
            text-decoration: none;
            border: 1px solid #aaaaaa;
            margin-right: -1px;
        }

            .operationlist li a img {
                vertical-align: sub;
                padding-right: 3px;
                border: none;
            }


.nodata {
    width: 200px;
    margin: 10px auto;
}

.search_text_box {
    width: 90%;
}

.textbox {
    width: 50%;
}
/********* 列表 end *************/

/****** 新增编辑弹出窗 begin *********/
.two_colspan_table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: 1px solid #e4e8eb;
    border-top: 1px solid #e4e8eb;
}

    .two_colspan_table tr td, .two_colspan_table tr th {
        text-align: center;
        height: 35px;
        line-height: 35px;
        font-family: 宋体;
        font-size: 12px;
        color: #595959;
        border-right: 1px solid #e4e8eb;
        border-bottom: 1px solid #e4e8eb;
    }

        .two_colspan_table tr td.left {
            text-align: right;
            width: 30%;
        }

        .two_colspan_table tr td.right {
            text-align: left;
            padding-left: 8px;
            width: 70%;
        }

            .two_colspan_table tr td.right input.rolelst {
                vertical-align: text-bottom;
                margin-right: 8px;
            }

.common_button_layer {
    width: 60%;
    margin: 15px auto;
}

    .common_button_layer input {
        width: 90px;
        height: 30px;
    }
/****** 新增编辑弹出窗 end *********/

/****** 分页控件 begin *********/
.pagination {
    float: right;
    padding-right: 10px;
}

    .pagination li {
        float: left;
        list-style: none;
        margin-right: 6px;
    }

        .pagination li a {
            display: inline-block;
            padding: 4px 6px;
            border: 1px solid #e8e8e8;
            background-color: #fff;
            font-family: 宋体;
            font-size: 12px;
            color: #999999;
            text-decoration: none;
        }

            .pagination li a:hover, .pagination li.active a {
                color: #fff;
                background-color: #5fb7ff;
            }


/****** 分页控件 end *********/


/****** 分页控件 begin *********/
.classify {
    padding: 15px 0 0 15px;
}

    .classify h3 {
        font-family: 微软雅黑;
        font-size: 16px;
        color: #0b3a68;
        height: 40px;
        line-height: 40px;
        background-color: #ebf2ff;
        text-align: left;
        padding-left: 20px;
    }

    .classify p {
        font-family: 宋体;
        font-size: 14px;
        line-height: 40px;
        color: #3c3c3c;
        text-align: right;
    }

.l-btn-text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    line-height: 33px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
/*.easyui-linkbutton
   {
        width: 91px;
        height: 33px;
        line-height: 33px;
        background: url(../../Content/system/images/addbtnbg.png) no-repeat;
        border: 0px;
        font-family: 微软雅黑;
        font-size: 14px;
        color: #ffffff;
        margin:12px 0 36px 0;
    }
    .l-btn:hover {
        background: url(../../Content/system/images/addbtnbg.png) no-repeat;
        color: #000000;
        border: none;
        filter: none;
    }*/


/****** 分页控件 end *********/

/**** 主界面顶部和左侧 *****/
.lylogotwp{
    display: inline-block;
    width:172px;
    height:61px;
    /* background-color:#4ba938 ; */
    padding-top:12px;
    margin-bottom:-6px;

    text-align:center;
    color: #d6202f;
    line-height: 61px;
   

}
.lylogotit {
    display: inline-block;
    width: 35px;
    height: inherit;
    background: transparent url(frame_img/zwx.png) no-repeat scroll 0px 0px;
    background-size:contain;
    vertical-align: -webkit-baseline-middle;
    margin-right: 10px;

}
.logo-text{
    font-weight: 900;
    font-size: 16px;
}

.panel-body {
    border: medium none;
   
}
.head_bg.panel-body-noheader {
    background-color: #2b2a32 !important;
}

.head_bg {
    padding-bottom: 6px;
}

.logotit {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #2A2A2A;
}

.head_menu {
    float: right;
}

.lytitpos{
    /*position:absolute;
    top:13px;
    left:120px;*/
    font-size: 10px;
    vertical-align: middle;
    line-height: 66px;
    padding-left: 9px;
    border-left: 1px solid #5f5f5f;
}

.user {
    line-height: 70px;
    margin: 0px 22px 0px 10px;
    color: #616161;
    display: inline-block;
    /*background-color: #dedede;*/
}

.user_information {
    text-align: center;
    color: #6D6D6D;
    padding: 0px 6px;
    display: inline-block;
    font-family: Microsoft YaHei;
}

.jgline {
    display: inline-block;
    margin-left: -3px;
}

.exit_btn {
    text-decoration: none;
    margin-left: -3px;
    color: #6D6D6D;
    padding: 0px 6px;
    display: inline-block;
    font-size:14px;
}
.exit_btn img {
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 3px solid #f1f2f7;
    border-radius: 50%;
    margin-right: 6px;
}

.menu_right, .menu_right li {
    float: left;
}

    .menu_right li a {
        cursor: pointer;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        font-family: "Microsoft YaHei";
        line-height: 24px;
        color: #232323;
        border-top: 4px solid #FFF;
        padding: 0px 6px;
        font-size: 14px;
    }

        .menu_right li a:hover, .menu_right li a.menutopslct {
            cursor: pointer;
            text-align: center;
            color: #d57224;
            border-top-color: #f0822c;
        }

.layout-panel-west {
    background-color: #AE1F24;
}

.panel-header {
    background: #ed7528 none repeat scroll 0% 0%;
    /*border-width: medium medium 1px;
    border-style: none none solid;
    border-color: #db6316;
    border-image: none;*/
    border:none;
}

.panel-title {
    color: #828994;
    font-family: Arial;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}

.panel-tool a {
    opacity: 1;
    filter: none;
    background-color: #FFF;
    border-radius: 3px;
}

.layout-button-left {
    background: transparent url(frame_img/arrows.png) no-repeat scroll 0px 0px;
}

.layout-button-right {
    background: url(frame_img/arrows.png) no-repeat scroll 0 -16px;
}

#west {
    background-color:#2b2a32;
    /*border-top:1px solid #ff924c;*/
    overflow-x:hidden;
    border-top: 1px solid #000000;
}

#mu {
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

    #mu li {
        list-style: outside none none;
        padding-top: 2px;
    }

#mu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #7d8fa2;
    text-decoration: none;
    text-align: center;
    background-color: #2b2a32;
    border-bottom: 1px solid #313c49;
}

            #mu li a:hover, #mu li a.muaselect {
                color: #da474c;
                background: #333242;

            }

.layout-panel-center {
    padding-left: 25px;
    
    border-top: 1px solid #E9EAE9;
    box-sizing: border-box;

}

.easyui-tabs {
    background-color: #EDEDED;
}

.tabs-header, .tabs-tool {
    background-color: #EDEDED;
    /* border-bottom: 2px solid #4ba938; */
}

.tabs-wrap .tabs {
    padding-top: 16px;
    border-bottom: 1px solid #ededed;
}

.tabs {
    border: 0px none;
}

    .tabs li.tabs-first {
        margin-left: 0px;
    }

    .tabs li {
        margin: 0px 5px 0px 0px;
    }

        .tabs li a.tabs-inner {
            border: none;
            background: #FFF none repeat;
            border-radius: 0px;
            color: #454545;
            padding: 0px 20px;
        }

            .tabs li a.tabs-inner:hover {
                background-color: #f1ffee;
            }

        .tabs li.tabs-selected a.tabs-inner {
            /* background: #4ba938 none repeat scroll 0% 0%; */
            background: #e4484d;
            color: #FFF;
            border-bottom: 0;
        }

        .tabs li a.tabs-close, .tabs li a.tabs-close:hover {
            background: transparent url(frame_img/deleteicon.png) no-repeat scroll center center;
        }

        .tabs-p-tool a:hover, .tabs li.tabs-selected a.tabs-close {
            background: transparent url(frame_img/deleteiconw.png) no-repeat scroll center center;
            opacity: 1;
        }

.welcom_a {
    position: relative;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    /* background: url(frame_img/dslogo.png) no-repeat center center; */
}
.welcom_text{
    position:absolute;
    top:15%;
    left:15%;
    margin:62px 0 0 -130px;
    font-size:18px;
    color:#2a2a2a;
    text-align: left;
    border-left: 10px solid #e4484d;
    padding-left: 16px;

}

.layout-expand {
    background-color: #f0822c;
}

#tabs .tabs-panels-noborder .panel .panel-body-noborder {
    overflow: hidden;
}
.panel {
    background-color: #ebecef ;
}

@media (max-width:1200px) {
    .panel-noscroll, .panel-fit body.panel-noscroll {
        overflow-x: auto;
    }
}

/**** 主界面顶部和左侧 *****/


/**********图片放大 str**********/
#showImgObj {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

    #showImgObj .is-Table {
        background-color: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        vertical-align: middle;
        text-align: center;
    }

#showScroll {
    overflow: auto;
    height: 100%;
}

#showImgCon img {
    border-radius: 3px;
    max-width: 1000px;
}
/**********图片放大 end**********/

.tabs-scroller-left {
    height: 25px !important;
    background: #ffffff url("frame_img/arrows.png") no-repeat scroll 0px 6px;
    border-color: #ffffff;
}

.tabs-scroller-right {
    height: 25px !important;
    background: #ffffff url("frame_img/arrows.png") no-repeat scroll 0px -13px;
    border-color: #ffffff;
}


/***** 弹出框 begin ******/
.window {
    background: none;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    filter: none;
    border: 0px;
    padding: 6px;
}

    .window .window-body {
        border: 0px;
    }

.window-shadow {
    background: none;
    box-shadow: none;
}

.window .window-header {
    background-color: #f0822c;
}

.icon-edit {
    background: none;
}

.window .panel-header .panel-title {
    height: 22px;
    line-height: 30px;
    font-weight: normal;
}

.window .panel-header .panel-tool {
    height: 22px;
    right: 5px;
}

    .window .panel-header .panel-tool .panel-tool-close {
        width: 40px;
        height: 100%;
        background: url(list_img/deletewhite.png) no-repeat 20px center;
    }

.zqddmxtit {
    border-top: 1px solid #e9eae9;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding-left: 10px;
}

.icon-save {
    background: none;
}

.validatebox-invalid {
    background: none;
}

 .easyui-linkbutton, .dialog-button .l-btn{
    font-family: 'Microsoft YaHei';
    background: #4f4f4f;
    border: none;
    min-width: 70px;
    padding: 0 4px;
    color:#ffffff;
}

.l-btn {
    filter: none;
}

    .l-btn:hover {
        color: #000000;
        border: none;
        background-color: #4f4f4f;
    }

.l-btn-left .l-btn-text {
    line-height: 24px;
}

.window .panel-header .panel-tool .panel-tool-close {
    width: 40px;
    height: 100%;
    background: url(frame_img/deletewhite.png) no-repeat 20px center;
}
/***** 弹出框 end ******/

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #FFFFFF;
    z-index: 9999;
    top: 0;
    left: 0;
}

    #loading .loadOut {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

    #loading .loadIn {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        perspective: 150px;
    }


    /******/
    .loginWdl {
	position: relative;
	width: 219px;
	height: 50px;
}

.loginWhd {
	width: 219px;
	height: 41px;
	line-height: 41px;
	margin: 0 auto;
    color:#ffffff;
	text-align: center;
	background: #d8d9db url(frame_img/loginWhd.png) no-repeat;
	position: absolute;
	top: -7px;
	left: 88px;
}
.loginHead {
    margin: 0 0 30px 0;
    text-align: center;
}

/***** 左侧栏目 begin ******/
.accordion .accordion-header,.accordion .accordion-header-selected{
    background-color:#2b2a32;
    height:60px;
    line-height:70px;
 
}
.accordion .accordion-body{
    background-color:#2d384c;
    /*border-bottom:1px solid #db6316;*/
}
.accordion .accordion-header{
    background-color:#2b2a32;
    height:50px !important;
}
.accordion .accordion-header-selected .panel-title{
    color:#ffffff;
}
.accordion{
    border:0;

}
.panel-tool a,.panel-tool a:hover{
    background-color:transparent;
    width:0px;
    height:0px;
    border-radius:0;
    margin:0;
    background-image:none;
}

.accordion-collapse {    
    border-left: 4px solid transparent; 
    border-right: 4px solid transparent; 
    border-top: 5px solid #ffffff;
}
.accordion-expand {
    border-top: 4px solid transparent; 
    border-left: 5px solid #7d8fa2; 
    border-bottom: 4px solid transparent;
}
.panel-tool{
    margin-top:1px;
    right:20px;
    border:none;
}
/***** 左侧栏目 end ******/

.panel-fit,
.panel-fit body {

    background-color:#ededed;
}

