@charset "UTF-8";
body{background-color:#f1f1f1;}
/* 圆角样式  */
.radius3{border-radius:3px;-webkit-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-moz-border-radius:3px;}
.radiusc{border-radius:50%;-webkit-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;}

.welbox{padding:15px;overflow:hidden;}
/* 提示部分样式  */
.weltip{padding:0 15px;background-color:#fff;color:#2d3a4b;font-size:14px;line-height:50px;height:50px;}
.weltip span i.tips{width:22px;height:22px;display:inline-block;background-image:url("../../images/welcome/weltip.png");background-size:cover;vertical-align:middle;margin-right:5px;float:left;margin-top:14px;}
.weltip span.timebox{padding:3px 10px;color:#e78236;}
.weltip font{color: #ff6600;}
.wtips{height: 16px; padding: 6px 10px; margin-top: 10px; font-size: 12px; line-height: 16px; color: #999999; background: #ffffff; border-radius: 3px;}
.wtips img{display: inline; margin-right: 6px; vertical-align: top;}
.wtips span{display: inline-block; margin-left: 100px; color: #999999;}
.wtips span.erp0{color: #ff0000;}
.wtips span.erp1{color: #008000;}
/**待处理事项**/
.msgbox{padding:0 15px;background-color:#fff;margin-top:10px;overflow:hidden;}
.msgbox .title,.month .montit{width:100%;height:45px;line-height:45px;border-bottom:1px solid #f5f5f5;font-size:15px;color:#666;}
.msgbox .title i,.month .montit i{width:12px;height:12px;display:inline-block;background-color:#999;margin-right:5px;}
.waitlist{padding-bottom: 20px; clear: both; overflow: hidden;}
.waitlist li{float:left; width: 11%; max-width:235px; height: 97px; padding: 16px 5px; margin: 20px 1% 0 0; box-sizing: border-box; border-radius: 5px;border: 1px solid #e9e9e9;}
.waitlist li .ico{height: 32px; overflow: hidden; text-align: center;}
.waitlist li .ico img{display:inline-block; height: 32px;}
.waitlist li .dtxt{height: 22px; padding-top: 8px; font-size: 14px; line-height: 22px; color: #333333; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.waitlist li:last-child{margin-right: 0;}
.waitlist li .dtxt font{color: #666666;}
.waitlist li .dtxt font.redc{font-weight: bold; color: #FF0000;}
.waitlist li:hover{box-shadow: 0 0 6px #dddddd;}
/* 报表明细 */
.dliw{width: auto; clear: both; overflow: hidden;}
.dlis{float:left; width: 25%; height: auto; margin-top: 15px; box-sizing: border-box;}
.dlis.one{padding-right:15px;}
.dlis.two{padding-left:5px; padding-right: 10px;}
.dlis.three{padding-left:10px; padding-right: 5px;}
.dlis.for{padding-left:15px;}
.dlis .dtitle{height: 50px; padding: 0 15px; font-size: 16px; line-height: 50px; color: #999999; border-bottom: 1px solid #EEEEEE; background: #ffffff; border-top-left-radius: 3px; border-top-right-radius: 3px; overflow: hidden;}
.dlis .dtitle span{display: inline-block;float: right; width:auto; height: 22px; padding: 0 5px; margin-top: 13px; font-size: 12px; line-height: 22px;  border:1px solid #f1f1f1; vertical-align: top; border-radius: 2px;}
.dlis.one .dtitle span{background: #f6ffed; color: #b7eb8f; border-color: #b7eb8f;}
.dlis.two .dtitle span{background: #e6f7ff; color: #91d5ff; border-color: #91d5ff;}
.dlis.three .dtitle span{background: #fff1f0; color: #ffa39e; border-color: #ffa39e;}
.dlis.for .dtitle span{background: #f9f0ff; color: #722ed1; border-color: #722ed1;}
.dlis .dlisnum{padding: 0 10px; background: #ffffff; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;}
.dlis .dlisnum .num{height: 50px; padding:10px 0 0 5px; font-size: 30px; line-height: 50px; color: #999999; overflow: hidden;}
.dlis .dlisnum .rszb{height:36px; padding-left: 5px; font-size: 14px; line-height: 20px; color: #999999;}
.dlis .dlisnum .yzb{height:10px; margin: 10px 5px 16px 5px; background: #f1f1f1; border-radius: 5px;}
.dlis .dlisnum .yzb .proc{height:10px; background: #2d8cf0; border-radius: 5px;}
.dlis .dlisnum .wmw{width: 100%;height: 36px; overflow: hidden;}
.dlis .dlisnum .wmjw{width: 100%;height: 46px; }
.dlis .dlisnum .dlisbc{height: 36px; font-size: 14px; line-height: 36px; color: #777777; border-top: 1px solid #EEEEEE;}
.dlis .dlisnum .dlisbc .bcti{display: block; float: left; height: 36px;}
.dlis .dlisnum .dlisbc .bcnm{display: block; float: right; height: 36px;}
/***30天曲线***/
.month{width: auto; padding: 0 15px; margin-top: 15px; background: #ffffff; border-top-left-radius: 3px; border-top-right-radius: 3px;}
.month .mqx{width: 100%; height: 300px;}

@media only screen and (max-width: 1100px) {
    .waitlist li{width: 23%; margin-right:2%;}
}
@media only screen and (max-width: 930px) {
    .dlis{width: 50%;}
    .dlis.one{padding-right:10px;}
    .dlis.two{padding-left: 10px; padding-right: 0;}
    .dlis.three{padding-right: 10px; padding-left: 0;}
    .dlis.for{padding-left:10px;}
}
.highcharts-credits{display: none!important;}