html,body{
    width: 100%;
    height: 100%;
    min-width: 1366px;
    min-height: 768px;
}
.logon-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images_zcfas/bg.png") no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.wrap{
    max-width: 1440px;
    min-width: 1330px;
    margin: 0 auto;
}
.logon-nav{
    height: 69px;
    border-bottom: 1px solid #5c648e;
}
.logo{
    display: inline-block;
    padding-top: 19px;
}
.nav{
    display: inline-block;
    padding-top: 15px;
    padding-left: 40px;
}
.nav a{
    padding: 10px 30px !important;
    color: #fff;
    font-size: 16px;
}
.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited{
    background: transparent !important;
}
.nav a:hover{
    color: #06aaf4;
}
.logon-wrap{
    padding-top: 150px;
}
.logon-box-wrap{
    width: 340px;

}
.logon-box{
    width: 308px;
}
.logon-top{
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    color: #fff;
    background: url("../images_zcfas/logon_title_bg.png") 64px center no-repeat;
    text-align: center;
}
.logo-row{
    margin-bottom: 34px;
}
.logon-input{
    width: 100%;
    height: 36px;
    padding-left: 50px;
    border: 1px solid #dfdfdf;
    color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #eaecef;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #eaecef;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #eaecef;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #eaecef;
}
.logon-user{
    background:rgba(46, 75, 125, 0.5) url("../images_zcfas/logon_1.png") no-repeat left top;
}
.logon-pwd{
    background:rgba(46, 75, 125, 0.5) url("../images_zcfas/logon_2.png") no-repeat left top;
}
.ver-row{
    height: 36px;
}
.code-input{
    width: 183px;
    height: 36px;
    padding-left: 20px;
    border: 1px solid #dfdfdf;
    background: rgba(46, 75, 125, 0.5) !important;
    color: #fff;
}
.ver-box{
    width: 120px;
    height: 36px;
    margin-left: 2px;
    border: 1px solid #dfdfdf;
    text-align: center;
}
.logon-bottom-row{
    margin: 12px 0 17px;
}
.logon-bottom-row input{
    width: 18px;
    height: 18px;
    vertical-align: top;
}
.logon-bottom-row label{
    padding-left: 5px;
    font-size: 15px;
    color: #fff;
    vertical-align: top;
}
.logon-bottom-row a{
    font-size: 15px;
    color: #fff;
    text-decoration: underline;
}
.logon-btn button{
    width: 100%;
    height: 38px;
    font-size: 15px;
    color: #fff;
    background: #4d60ea;
    border: none;
}
.code-box{
    margin-top: 90px;
}
.code-sub{
    display: inline-block;
    float: left;
    width: 137px;
    height: 137px;
    margin-right: 33px;
    padding-top: 9px;
    background: url("../images_zcfas/code_bg.png");
    text-align: center;
}
.mr0{
    margin-right: 0 !important;
}
.logon-title{
    font-size: 50px;
    color: #fff;
}
.logon-text{
    margin-top: 23px;
    font-size: 24px;
    color: #cfddf3;
}

.logo-copyright{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #347ba1;
    color: #fff;
    font-size: 14px;
}
@media (max-height: 900px){
    .logon-wrap{
        padding-top: 80px;
    }
}
@media (max-height: 820px){
    .logon-wrap{
        padding-top: 20px;
    }
}

/*system*/
/*.system-body{*/
    /*min-height: 100%;*/
    /*height: auto !important;*/
    /*-webkit-box-sizing: border-box;*/
    /*-moz-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
/*}*/
.system-wrap{
    height: 100%;
    padding: 59px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*header*/
.system-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: url("../images_zcfas/system_header.png") no-repeat;
    background-size: 100% 100%;
}
.system-logo{
    display: inline-block;
    padding: 10px 0 0 47px;
}
.system-header-ul{
    padding-top: 10px;
    padding-right: 26px;
}
.system-header-ul li{
    display: inline-block;
}
.system-header-ul li .btn-group .btn{
    background: transparent !important;
    border: none;
    color: #fff !important;
    font-size: 17px;
}
.system-header-ul li .btn-group .btn img{
    padding: 0 10px;
    vertical-align: middle;
}
.system-header-ul li .btn-group .btn span{
    vertical-align: middle;
}
/*.system-header-icons-1{*/
    /*height: 17px;*/
/*}*/
/*.system-header-icons-2{*/

/*}*/
.system-header-icons{
    height: 17px;
}
.vb{
    vertical-align: bottom;
}


/*container*/
.system-container{
    position: absolute;
    height: auto;
    min-height: 100%;
    width: 100%;
    padding: 0 0 0 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f1f2f7;
    transition: all .5s ease;
}
/*left*/
.system-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: auto;
    padding-bottom: 50px;
    min-height: 100%;
    /*min-height: 850px;*/
    background: #2a3542;
    overflow: hidden;
    transition: all .5s ease;
}
.search-box{
    padding: 12px 0 25px;
}
.search-box .input-group{
    width: 205px;
    margin: 0 auto;
}
.search-box .input-group .form-control{
    width: 150px;
    height: 44px;
    border: none;
    font-size: 17px;
}
.search-box .input-group .input-group-btn .btn{
    width: 55px;
    height: 44px;
    background: #eeeeee;
    border: none;
}
.system-nav{
    margin: 0;
    padding: 0;
    text-align: right;
}
.system-nav li{
    display: inline-block;
    width: 238px;
    /*height: 50px;*/
    line-height: 50px;
    list-style: none;
    text-align: left;
}
.system-nav li.active,
.system-nav li:hover{
    background: #314450;
}
.system-nav li a{
    display: block;
    padding-left: 55px;
    font-size: 16px;
    color: #fff;

}
.system-nav li a:hover,
.system-nav li a:active,
.system-nav li a:visited{
    text-decoration: none;
}
.system-nav li a span{
    display: block;
    background: transparent url("../images_zcfas/nav_icon_right.png") no-repeat 148px center;
}
.system-nav-1 a{
    background: url("../images_zcfas/nav_icon_1.png") no-repeat 15px center;
}
.system-nav-2 a{
    background: url("../images_zcfas/nav_icon_2.png") no-repeat 15px center;
}
.system-nav-3 a{
    background: url("../images_zcfas/nav_icon_3.png") no-repeat 15px center;
}
.system-nav-4 a{
    background: url("../images_zcfas/nav_icon_4.png") no-repeat 15px center;
}
.system-nav-5 a{
    background: url("../images_zcfas/nav_icon_5.png") no-repeat 15px center;
}
.system-nav-6 a{
    background: url("../images_zcfas/nav_icon_6.png") no-repeat 15px center;
}
.system-nav-7 a{
    background: url("../images_zcfas/nav_icon_7.png") no-repeat 15px center;
}
.system-nav-8 a{
    background: url("../images_zcfas/nav_icon_8.png") no-repeat 15px center;
}
.system-nav-9 a{
    background: url("../images_zcfas/nav_icon_9.png") no-repeat 15px center;
}
.system-nav-10 a{
    background: url("../images_zcfas/nav_icon_10.png") no-repeat 15px center;
}
.system-nav-11 a{
    background: url("../images_zcfas/nav_icon_11.png") no-repeat 15px center;
}
.system-nav-12 a{
    background: url("../images_zcfas/nav_icon_12.png") no-repeat 15px center;
}
.system-nav-13 a{
    background: url("../images_zcfas/nav_icon_13.png") no-repeat 15px center;
}
.system-nav-14 a{
    background: url("../images_zcfas/nav_icon_14.png") no-repeat 15px center;
}
.system-nav-15 a{
    background: url("../images_zcfas/nav_icon_15.png") no-repeat 15px center;
}
.system-nav-16 a{
    background: url("../images_zcfas/nav_icon_16.png") no-repeat 15px center;
}
.system-nav-sub{
    display: none;
    margin: 0;
    padding: 0;
}
.system-nav-sub a{
    background: #2a3542;
    font-size: 14px !important;
}
.system-nav-sub a:hover{
    color: #04b5b4;
}

/*right*/
.system-right{
    width: 100%;
    height: 100%;
}
.right-header{
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    transition: all .2s ease-in-out;
}
.inb{
    display: inline-block;
    margin-right: 20px;
}
.vmid{
    vertical-align: middle;
}
.right-header-hide{
    vertical-align: middle;
    display: inline-block;
    width: 11px;
    height: 43px;
    background: url("../images_zcfas/system_header_hide.png") no-repeat;
    background-size: 100% 100%;
}
.user-box{
    padding-left: 20px;
    font-size: 16px;
}
.user-pic{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    color: #333;
    /*overflow: hidden;*/
    /*border-radius: 40px;*/
}
.user-pic img{
    width: 100%;
    height: 100%;
}
marquee{
    width: 580px;
}
.notice-box{
    padding-left: 57px;
    font-size: 16px;
}
.notice-title{
    display: inline-block;
    width: 80px;
    height: 34px;
    border-radius: 34px;
    background: #f69d2a;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
}
.time-box{
    padding-right: 20px;
    font-size: 16px;
}
.time-box img,
.time-box span{
    vertical-align: middle;
}

.change-box{
    margin: 4px 0 10px 7px;
    background: #fff;
    border-radius: 3px;
}
.system-title{
    height: 54px;
    border-bottom: 1px solid #f0f0f0;
    line-height: 54px;
    font-size: 14px;
}
.system-title-pic{
    padding: 0 10px;
}
.change-operation-box .form-control{
    margin-right: 20px;
}
.change-operation-box .btn-group .btn img{
    padding-left: 18px;
}
.change-content{
    padding: 38px 0 21px;
    text-align: center;
}
.change-content img{
    width: 95%;
}
.state-box{
    margin-left:7px;
    background: #fff;
    border-radius: 3px;
}
.state-list{
    padding: 20px 0 30px;
    text-align: center;
    margin: 0 ;
}
.state-sub{
    box-shadow: 0 0 10px #fafafa;
}
.state-sub .panel-heading{
    height: 48px;
    padding: 11px 15px 0 19px;
    font-size: 17px;
    text-align: left;
}
.state-sub .panel-heading .pull-right{
    padding: 3px 12px;
}
.state-sub .panel-body{
    padding: 23px 15px 15px 15px;
}
@media (max-width: 1580px){
    marquee{
        width: 480px;
    }
}
@media (max-width: 1500px){
    marquee{
        width: 380px;
    }
}


/*admin*/
.admin-container{
    background: #fff;
}
.admin-tab{
    width: 100%;
    height: 50px;
    padding: 0 0 0 2px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.admin-tab li{
    height: 50px;
}
.admin-tab li.active a{
    color: #2ab0f5 !important;
}
.admin-tab li a{
    padding: 14px 16px !important;
    background: #ecf0f1;
    margin: 0;
    color: #445778;
    border: solid #e5e5e5;
    border-width: 1px 0 1px 1px;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
}
.admin-tab li a button{
    margin-left: 5px;
}
.admin-tab li:last-child a{
    border-right: 1px solid #e5e5e5;
}
.admin-tab li.active a{
    color: #2ab0f5;
}
.admin-content{
    height: 100%;
    margin-top: -5px;
    border-top: 3px solid #f1f2f7;
}
.admin-content-notab{
    height: 100%;
    border-top: 3px solid #f1f2f7;
}
.admin-tree-box{
    float: left;
    width: 200px;
    overflow: hidden;
}
.admin-right{
    position: relative;
    height: 100%;
    margin-left: 200px;
    /*padding-bottom: 35px;*/
    border-left: 6px solid #f1f2f7;
    background: #f1f2f7;
    transition: all .2s ease-in;
}
.tree-hide{
    position: absolute;
    top: 415px;
    left: -17px;
    width: 11px;
    height: 43px;
    cursor: pointer;
    background: url("../images_zcfas/tree_show.png") no-repeat;
    background-size: 100% 100%;
}
.admin-title{
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 10px;
    font-size: 14px;
    background: #fff;
}
.admin-title img{
    padding: 13px 24px 0 0;
}
.search-hide{
    position: absolute;
    top: 5px;
    right: 24px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 25px;
    background: #999999;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer;
    background: url("../images_zcfas/search_hide.png") no-repeat center center;
}
.admin-operation-box{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0 0 0 0px;/*0 0 0 5px;*/
    margin-bottom: 0px;/*8px*/
    padding: 28px 0 12px 14px;
    color: #5a5a5a;
    overflow: hidden;
    /*transition: all 0.8s ease;*/
}
.admin-row{
    height: 34px;
    margin-bottom: 9px;
    float:left;
}
.first-span{
    display: inline-block;
    width: 80px;
}
.admin-row .form-control{
    width: 156px;
}
@media (max-width: 1500px) {
    .admin-row .form-control{
        width: 140px;
    }
}
@media (max-width: 1400px) {
    .admin-row .form-control{
        width: 130px;
    }
}
.first-input{
    margin-right: 60px;
}
.radio-text{
    margin-right: 17px;
}
.time-span{
    margin-left: 30px;
}
.admin-row .btn{
    background: #06aaf4;
    color: #fff;
}
.search-btn{
    margin-right: 10px;
    padding: 6px 25px !important;
}
.admin-table-box{
    border-radius: 5px 0 0 0 ;
    background: #fff;
    padding: 16px 20px 20px 7px;
}
.admin-table-single{
    border: 1px solid #dddddd;
    width: 90%;
    max-width: 100%;
    margin: auto;
}
.admin-table{
    border: 1px solid #dddddd;
}
.admin-table caption{
	font-size: 16px;
	color: #2458a3;
	text-align: center;
	font-weight: bold;
}
.admin-table tr th,
.admin-table tr td{
    padding: 0 !important;
    height: 48px;
    vertical-align: middle !important;
    text-align: center;
    border: none !important;
}
.admin-table tr th{
    background: #f0f0f0;
    border-right: 2px solid #fff !important;
    font-weight: 500;
}
.admin-table tr th:last-child{
    border-right: none !important;;
}
.admin-table tr td .btn{

}
.admin-table tr td:first-child,
.admin-table tr th:first-child{
    width: 84px;
    padding-left: 10px !important;
    text-align: left;
}
.admin-table tr td input[type=checkbox],
.admin-table tr th input[type=checkbox]{
    vertical-align: top;
    margin-right: 8px;
}
tr:hover{
    background: #fff4e5 !important;
}

.input-table tr:hover{
    background: transparent !important;
}
.admin-table tr td:last-child,
.admin-table tr th:last-child{
    width: 174px;
}
.delete-btn{
    margin-right: 12px;
    background: #f69d2a;
    color: #fff;
}
.delete-btn:hover,
.check-btn:hover{
    color: #fff;
}
.check-btn{
    background: #06aaf4;
    color: #fff;
}
.admin-table tr td a{
    color: #138ccf;
    text-decoration: underline;
}

.input-table tr td a{
    color: #138ccf;
    text-decoration: underline;
}
/*#admin1 .admin-table-box .table tr td:first-child,*/
/*#admin1 .admin-table-box .table tr th:first-child{*/
    /*width: 100px;*/
/*}*/
/*#admin1 .admin-table-box .table tr td:nth-child(2),*/
/*#admin1 .admin-table-box .table tr th:nth-child(2){*/
    /*width: 100px;*/
/*}*/
/*#admin1 .admin-table-box .table tr td:nth-child(3),*/
/*#admin1 .admin-table-box .table tr th:nth-child(3){*/
    /*width: 100px;*/
/*}*/
/*#admin1 .admin-table-box .table tr td:nth-child(4),*/
/*#admin1 .admin-table-box .table tr th:nth-child(4){*/
    /*width: 100px;*/
/*}*/
.page-box{
    padding-bottom: 20px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}
.page-left{
    margin-left: 50px;
    margin-right: 50px;
}
.page-left span{
    padding: 7px 8px;
    margin: 0 2px;
    border: 1px solid #000000;/*dddddd*/
    color: #000000;/*e0e0e0*/
    font-size: 12px;
    cursor: pointer;
}
.page-left span.on,
.page-left span:hover{
    background: #06aaf4;
    color: #fff;
    border: 1px solid #06aaf4;
}
.page-input{
    width: 48px;
    text-align: center;
}

.admin-tree-box{
    padding-top: 25px;
    padding-left: 30px;
}
.navigation li {
    display: block;
    min-height: 30px;
    font-size: 15px;
}
.message-box{
    position: fixed;
    bottom: 50px;
    right: 16px;
    width: 82px;
    height: 80px;
    background: url("../images_zcfas/message_bg.png") no-repeat center center;
}
.message-box span{
    display: inline-block;
    width: 82px;
    height: 26px;
    padding-left: 30px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}
