/*****public 404页面样式*******/
.container_error{position:relative;padding-top:140px;text-align:center}
.container_error .error_bg{background:url(/images/home/public/cricle.png) no-repeat center}
.container_error .four-zero-wrapper{display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}
.container_error .four-zero-wrapper .four:first-child,.container_error .four-zero-wrapper .four:last-child{text-align:center;text-indent:-10px}
.container_error .four-zero-wrapper .four{display:inline-block;margin:0 10px;color:#ccc;vertical-align:middle;font-weight:600;font-size:200px}
.container_error .four-zero-wrapper .zero{position:relative;margin:0;-ms-flex-pack:center;justify-content:center}
.container_error .zero-wrapper{display:-ms-flexbox;display:flex;padding:0 58.1818181818px;width:20pc;height:20pc;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}
.container_error .donut-chart{position:absolute;top:0;left:50%;display:block;margin:0 0 0 -10pc}
.container_error .donut-chart figcaption{display:none}
.container_error figure{width:100%}
.container_error .donut-chart-svg{width:20pc;height:auto;max-width:100%}
.container_error .donut-chart-svg .donut-chart-circle{stroke-dasharray:875;stroke-dashoffset:875;animation:drawCircle 1s linear forwards}
.container_error .donut-chart-circle{fill:transparent;stroke:#198cff;stroke-width:18}
.container_error .donut-chart-pin--majority,.container_error .donut-chart-pin--minority{opacity:0;animation:addPins .5s linear 1s forwards}
.container_error .donut-chart-line--majority,.container_error .donut-chart-line--minority,.container_error .donut-chart-pin--majority,.container_error .donut-chart-pin--minority{fill:#03363d;stroke:#03363d}
.container_error .donut-chart-svg .donut-chart-line--majority,.container_error .donut-chart-svg .donut-chart-line--minority{stroke-dasharray:108;stroke-dashoffset:108;animation:drawLine 1s linear 1.5s forwards}
.container_error .not-found{color:#03363d;text-align:center;font-weight:600}
@keyframes drawCircle{0%{stroke-dashoffset:875}
    to{stroke-dashoffset:10}
}
@keyframes addPins{0%{opacity:0}
    to{opacity:1}
}
@keyframes drawLine{0%{stroke-dashoffset:108}
    to{stroke-dashoffset:0}
}
.container_error .h6{color:#03363d;font-weight:600;font-size:20px;line-height:42px}
.container_error .chart-labels{position:relative;min-height:130px}
.container_error .leftInformation{position:absolute;top:0;left:50%;margin-left:-290px;width:20pc}
.container_error .rightInformation{position:absolute;top:0;left:50%;margin-left:68px;width:20pc;text-align:left}


/*疫情头部导航*/
.head-center li.yiqing{margin-right:0;margin-top:10px;}
.head-center li.yiqing a.menu_header{display: inline-block;}
a.menu_header,.navbar-default .navbar-nav>li>a.menu_header,.head-center li a.menu_header{
    background: url("/images/home/public/menu_bgs.png") no-repeat center;
    background-size: 100% 100%;
    width:192px;
    height: 32px;
    line-height:32px;
}
@media screen and (min-width: 768px){
    .navbar-default .navbar-nav>li >a.menu_header{
        margin-left: 42px;}
}

