body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wl {
    width: 75em;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ws {
    width: 1100px;
    margin: auto;
}

flexr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

flexc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.w {
    width: 1200px;
    margin: auto;
}

i {
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';  /* project id 968436 */
    src: url('//at.alicdn.com/t/font_968436_5aq91srvzwd.eot');
    src: url('//at.alicdn.com/t/font_968436_5aq91srvzwd.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_968436_5aq91srvzwd.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_968436_5aq91srvzwd.woff') format('woff'),
    url('//at.alicdn.com/t/font_968436_5aq91srvzwd.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_968436_5aq91srvzwd.svg#iconfont') format('svg');
  }

img {
    display: block;
}

    .icp {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        width: 100%;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;

    }

    .icpCont {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-right: 10px;
    }

    .icp a {
        text-decoration: none;
        color: #939393;
        margin-left: 1em;
    }

    span a {
        display: block;
    }

    .icp a:hover {
        font-size: 12px;
        color: #939393;
    }

    .icpBox {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: row;
    }