@charset "utf-8";

html,body,ul,li,dl,dt,dd,div {
    padding: 0;
    margin: 0
}

ul,li,dl,dt,dd {
    list-style: none;
}

img {
    vertical-align: middle;
}

a,input,button {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

@font-face {
    font-family: 'SourceHanSansCN-Normal';
    src : url('SourceHanSansCN-Normal.otf');
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "Source Han Sans CN","PingFang SC","Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","WenQuanYi Micro Hei",STXihei, "思源黑体", "苹果苹方", "华文细黑", Heiti, "黑体", SimSun, "宋体",sans-serif
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    background: #fff;
}

a,
a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

.foot-copy .info{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 23px;
}
