@charset "utf-8";
@font-face{
    font-family: digital7;
    src:url('../font/digital7.ttf');
}
body {
    margin:0px;
    padding:0px;
    font-size:14px;
    color:#333;
}
ul {
    list-style: none;    
    margin:0px;
    padding:0px;
}
.cl {
    clear:both;
}
.login {
    width:100%;
    height: 100%;
}

/*---- 登录样式 ----*/
.banner {
    height: 92%;
    width:100%;
    background: url(../images/login_img2.jpg) no-repeat center top;
    background-size:cover;
    
}
.login-box {
    width:1200px;
    margin:0 auto;
    position: relative;
}
.login-logo {
    padding-left:30px;
    margin: 0 auto;
    height: 30px;
    line-height: 90px;
    font-size: 30px;
    color:#333;
    font-weight: bold;
    font-family: microsoft yahei;
}/*修改0809*/
.login-main {
    width: 320px;
    height: 400px;
    position: absolute;
    top:150px;
    right: 0px;
    background-color: #fff;
}
.login-main-title {
    font-size: 24px;
    margin-top:40px;
    margin-bottom:40px;
    text-align: center;
    font-weight: normal;
}
.login-main {
    padding-left:30px;
    padding-right: 30px;
}
.login-main ul li {
    height: 60px;
    color:#999;
}
.input-user {
    width: 278px;
    height: 38px;
    line-height: 38px;
    border:#d9d9d9 1px solid;
    border-radius: 4px;
    color:#999;
    font-size: 15px;
    padding-left:42px;
    background: url(../images/icon_user.png) no-repeat center left;
}
.input-pwd {
    width: 278px;
    height: 38px;
    line-height: 38px;
    border:#d9d9d9 1px solid;
    border-radius: 4px;
    color:#999;
    font-size: 15px;
    padding-left:42px;
    background: url(../images/icon_pwd.png) no-repeat center left;
}
.input-vcode {
    width: 189px;
    height: 38px;
    line-height: 38px;
    border:#d9d9d9 1px solid;
    border-radius: 4px;
    color:#999;
    font-size: 15px;
    padding-left:42px;
    background: url(../images/icon_vcode.png) no-repeat center left 6.5px;
}
.btn-login {
    width:150px;
    height: 40px;
    line-height: 40px;
    background-color: #1890ff;
    color: #fff;
    text-align: center;
    font-size: 16px;
    float: left;
    border:none;
    border-radius: 4px;
    cursor: pointer;
    margin-top:-20px;
}
.mr20 {
    margin-right: 20px;
}

.copyright {
    text-align: center;
    color:#999;
    margin-top:10px;
    margin-bottom:30px;
}/*修改0809*/

/*---- 后台首页样式 ----*/
.sys-main {
    width:100%;
}
.sys-leftmenu {
    width: 210px;
    float: left;
    color:#fff;
}
.sys-logo {
    width: 210px;
    height: 50px;
    line-height: 50px;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #1d242c;
}
.sys-leftmenu-main {
    background-color: #4092e8;
}
.sys-leftmenu-main ul li {
    line-height: 56px;
    padding-left:20px;
    background: url(../images/sys_arrowdown.png) no-repeat center right;
}
.sys-leftmenu-main ul li.sys-leftmenu-hover {
    background: url(../images/sys_arrowup.png) no-repeat right 24px;
}
.sys-leftmenu-main ul li a {
    color:#fff;
    text-decoration: none;
}
.sys-submenu {
    clear: both;
    margin-left:-20px;
}
.sys-submenu ul li {
    line-height: 56px;
    background: none;
    background-color: #227cdc;  
    padding-left:40px;  
}
.sys-container {
    position: absolute;
    left:210px;
    right: 0px;
}
.sys-top {
    height: 50px;
    line-height: 50px;
    background-color: #293038;
    color: #fff;
    text-align: left;
    padding-left: 20px;
}
.sys-top img {
    vertical-align: middle;
    margin-right: 20px;
}
.top-right {
    float: right;
    color: #fff;
    padding-right: 10px;
}
.btn-quit {
    width:98px;
    height: 36px;
    line-height: 36px;
    color:#fff;
    background-color: #01a7fd;
    text-align: center;
    border:none;
    border-radius: 4px;
    margin-left:10px;
    cursor: pointer;
}
.sys-content {
    width: 100%;
}
.todo {
    margin-left:0.6%;
    margin-right: 0.6%;
    width: 55.6%;
    float: left;
}
.todo-title {
    height: 30px;
    padding-top: 15px;
    font-size: 18px;
}
.blue-font {
    font-size: 14px;
    color:#227cdc;
}
.todo-main {
    background-color: #f8f8f8;
    padding:10px;
}
.todo-content {
    padding:10px;
    background-color: #fff;
    border:#e8f0f7 1px solid;
    height: 225px;
}
.green-font {
    color:#00cc66;
}
.todo-content table tr td {
    height: 60px;
    border-bottom: #dedede 1px solid;
    vertical-align: top;
    padding-top: 10px;
}
.todo-content table tr td.no-line {
    border-bottom: none;
}
.overview {
    width: 21%;
    float: left;
    margin-right: 0.6%;
}
.overview-menu {
    float: right;
    margin-bottom: 25px;
}
.overview-menu ul li {
    width: 58px;
    height: 30px;
    line-height: 30px;
    text-align: center;    
    float: left;
    border-radius: 4px;
}
.overview-menu ul li a {
    color:#333;
    text-decoration: none;
}
.overview-menu ul li.overview-menu-over {
    color: #fff;
    background-color: #00e381;
}
.overview-menu ul li.overview-menu-over a {
    color:#fff;
    text-decoration: none;
}
.overview-main {
    clear: both;
    background: url(../images/number_bg_1.png) no-repeat center;
    width: 142px;
    height: 110px;
    color:#fff;
    font-size: 20px;
    text-align: center;
    padding-top:32px;
    margin:0 auto;
}
.overview-number {
    font-size: 72px;
    font-family: digital7;
    margin-right: 6px;    
}
.Overdue {
    width: 21%;
    float: left;
}
.Overdue-menu {
    float: right;
    margin-bottom: 25px;
}
.Overdue-menu ul li {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;    
    float: left;
    border-radius: 4px;
}
.Overdue-menu ul li a {
    color:#333;
    text-decoration: none;
}
.Overdue-menu ul li.Overdue-menu-over {
    color: #fff;
    background-color: #f89c3a;
}
.Overdue-menu ul li.Overdue-menu-over a {
    color:#fff;
    text-decoration: none;
}
.Overdue-main {
    clear: both;
    background: url(../images/number_bg_2.png) no-repeat center;
    width: 142px;
    height: 110px;
    color:#fff;
    font-size: 20px;
    text-align: center;
    padding-top:32px;
    margin:0 auto;
}

.handling-rate {
    clear: both;
    margin-left: 0.6%;
    margin-right: 0.6%;
}
.handling-rate-content {
    background-color: #fff;
    border-left:#e8f0f7 1px solid;
    border-top:#e8f0f7 1px solid;
}
.handling-rate-content table tr th {
    border-bottom:#e8f0f7 1px solid;
    border-right:#e8f0f7 1px solid;
    line-height: 38px;
    color:#999;
    text-align: center;
    font-weight: normal;
}
.handling-rate-content table tr td {
    border-bottom:#e8f0f7 1px solid;
    border-right:#e8f0f7 1px solid;
    line-height: 38px;
    text-align: center;
    color: #666;
}
.td-hover {
    background-color: #fcfcfc;
}
.list-page {
    float: right;
    color: #666;
    margin-top:10px;
    margin-bottom:10px;
}
.btn-pre {
    background: url(../images/page_arrowleft.png) no-repeat center;
    border:none;
    width: 30px;
    height: 28px;
    cursor: pointer;
    float: left;
    margin-right: 8px;
}
.btn-next {
    background: url(../images/page_arrowright.png) no-repeat center;
    border:none;
    width: 30px;
    height: 28px;
    cursor: pointer;
    float: left;
    margin-right: 8px;
}
.btn-page {
    width:30px;
    height: 28px;
    line-height: 28px;
    border:#c9c9c9 1px solid;
    background-color: #fff;
    border-radius: 2px;
    color:#999;
    cursor: pointer;
    float: left;
    margin-right: 8px;
}
.btn-page-hover {
    width:30px;
    height: 28px;
    line-height: 28px;
    background-color: #01a7fd;
    border-radius: 2px;
    color:#fff;
    border:none;
    cursor: pointer;
    float: left;
    margin-right: 8px;
}
.fl {
    float: left;
    line-height: 28px;
    margin-right: 8px;
}