@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{clear: both; overflow: hidden;}
.waitlist li{float:left; width: 120px; height: 65px; padding: 16px; margin: 20px 20px 20px 0; 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: #777777; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.waitlist li:last-child{margin-right: 0;}
.waitlist li .dtxt font{color: #ff0000;}
.waitlist li:hover{box-shadow: 0 0 6px #dddddd;}
/**门店资料**/
.sinfo{width: auto; padding-top: 10px; padding-left: 15px;}
.sinfo .slis{height: 42px; font-size: 14px; line-height: 42px; color: #666666; border-bottom: 1px solid #f1f1f1;}
.sinfo .slis .stit{display: inline-block; padding-right: 15px;}
.sinfo .slis .sln{display: inline-block; color: #333333;}

/***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{padding: 16px 8px; width: 110px;}
}
@media only screen and (max-width: 930px) {
    .waitlist li{padding: 16px 5px; width: 92px;}
    .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;}