@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%;}
.radius20{border-radius:20px;-webkit-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;-moz-border-radius:20px;}

.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;}
/* 版块样式  */
.msgbox{padding:0 15px;background-color:#fff;margin-top:10px;overflow:hidden;}
.msgbox .title{width:100%;height:45px;line-height:45px;border-bottom:1px solid #f5f5f5;font-size:15px;color:#666;}
.msgbox .title>i{width:10px;height:10px;display:inline-block;background-color:#ff513c;margin-right:5px;}
.msgbox .title span.total{background-color:rgba(153, 153, 153, 0.75);height:28px;line-height:28px;color:#fff;margin-top:9px;padding: 0 16px;font-size:14px;display:inline-block;}
.msgbox .title span.total>span{color:#ce602a;}
.msgbox .clist>li{float:left;margin:35px 0;padding:0 48px;border-right:1px dotted #eee;}
.msgbox .clist>li.nline{border-right:none;}
.msgbox .clist>li div.img{width:45px;height:45px;background-color:red;margin:0 auto;border-radius:50%;margin-bottom:15px;}
.msgbox .clist>li div.list1{background:#5faef3 url(../../images/welcome/list1.png) center no-repeat;background-size:20px;}
.msgbox .clist>li div.list4{background:#ff95d9 url(../../images/welcome/list4.png) center no-repeat;background-size:20px;}
.msgbox .clist>li div.list2{background:#5fb878 url(../../images/welcome/list2.png) center no-repeat;background-size:20px;}
.msgbox .clist>li div.list3{background:#ff513c url(../../images/welcome/list3.png) center no-repeat;background-size:20px;}
.msgbox .clist>li div.list5{background:#ff87a9 url(../../images/welcome/list5.png) center no-repeat;background-size:20px;}
.msgbox .clist>li div.list6{background:#babcbb url(../../images/welcome/list6.png) center no-repeat;background-size:20px;}
.msgbox .clist>li div.text{font-size:14px;color:#666;text-align:center;margin-bottom:10px;}
.msgbox .clist>li div.nums{font-size:12px;padding:3px 0;text-align:center;color:#fff;}
.msgbox .clist>li div.nums1{background-color:rgba(95,174,243,0.75);}
.msgbox .clist>li div.nums2{background-color:rgba(255,149,217,0.75);}
.msgbox .clist>li div.nums3{background-color:rgba(95,184,120,0.75);}
.msgbox .clist>li div.nums4{background-color:rgba(255,81,60,0.75);}
.msgbox .clist>li div.nums5{background-color:rgba(255,135,169,0.75);}
.msgbox .clist>li div.nums6{background-color:rgba(186,188,187,0.75);}

/* 待处理事项  */
.waitlist>li{margin:30px 20px;margin-right:0;padding:15px 20px;background-color:#f5f5f5;float:left;min-width:155px;}
.waitlist>li div.txt{float:left;width:100px;border-right:1px solid #e6e6e6;padding-right:15px;}
.waitlist>li div.txt>p{margin:0;color:#333;}
.waitlist>li div.txt>p.tip{width:90px;padding:5px 0;background-color:#ff7309;color:#fff;text-align:center;margin-top:10px;}
.waitlist>li div.nums{padding-left:130px;line-height:58px;color:#666;}

/* 报表明细 */
.msgbox .maps{width:100%;height:500px;margin:35px 0;}
