@import url(./fonts_googleapis_SC.css);
body {
    padding: 0;
    margin: 0;
    background: white;
}

/* html{
    font: normal 62.5%/2.4em '微软雅黑',arial, \5b8b\4f53,"Hiragino Sans GB",sans-serif;
} */
html{ font:normal 62.5%/2.4em "Noto Sans SC";}
.DataSection{
    background-image:url(../image/bg_data2.png);
    text-align: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}