.borderBottomOnePxZk{
    position: relative;
}
article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
.borderBottomOnePxZk::after {
    content: '';
    position: absolute;
    background-color: #D7DCE6;
    display: block;
    z-index: 1;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.borderTopOnePxZk{
    position: relative;
}
.borderTopOnePxZk::before {
    content: '';
    position: absolute;
    background-color: #D7DCE6;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    box-sizing: border-box;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.YYIWindow-unDataImg {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.YYIWindow-eChartLine-box,.yyProportionColumnBar-box{
    width: 100%;
    background-color: #fff;
}
.YYIWindow-unDataImg-box{
    position: relative;
}