/*! @fk/faifooter v1.1.0 hash:a0e3b1bd97ac5fd76a73 */
.ff--copyright {
    font-size  : 13px;
    line-height: 31px;
    text-align : center
}

.ff--beian {
    display       : inline-block;
    width         : 20px;
    height        : 20px;
    margin-right  : 6px;
    vertical-align: middle;
    background    : url(../images/beian.d27c0c8d.png) no-repeat 50%
}

.ff--spec {
    margin: 0 10px
}

.ff--knet {
    display       : inline-block;
    width         : 93px;
    height        : 30px;
    margin-left   : 8px;
    vertical-align: middle;
    background    : url(../images/knet.d0ed5f96.png) no-repeat 50%
}

.ff__dark .ff--spec {
    border-color: #5d5d5d
}

.ff .ff--text {
    display      : block;
    margin-bottom: 21px;
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis
}

.ff--row {
    position             : relative;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow        : row wrap;
    flex-flow            : row wrap;
    -webkit-box-pack     : justify;
    -ms-flex-pack        : justify;
    justify-content      : space-between;
    text-align           : center\9
}

.ff--main .ff--area-content .ff--row {
    text-align: left\9
}

.ff--col {
    display         : inline-block\9;
    -webkit-box-flex: 0;
    -ms-flex        : 0 0 auto;
    flex            : 0 0 auto;
    width           : 100px;
    margin-right    : 10px;
    vertical-align  : top\9
}

.ff--header .ff--col,
.ff--main .ff--col {
    margin: 0 25px\9
}

.ff--main .ff--area-content .ff--col {
    margin: 0\9
}

.ff--column {
    width: 100%
}

.ff--icon {
    position     : relative;
    float        : left;
    width        : 50px;
    height       : 50px;
    margin-right : 25px;
    margin-bottom: 25px;
    cursor       : pointer
}

.ff--icon:last-child {
    margin-right: 0
}

.ff--icon:hover .ff--popper {
    display                          : block;
    -webkit-backface-visibility      : hidden;
    backface-visibility              : hidden;
    -webkit-animation-name           : faifooter_zoomIn;
    animation-name                   : faifooter_zoomIn;
    -webkit-animation-duration       : .3s;
    animation-duration               : .3s;
    -webkit-animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-timing-function        : cubic-bezier(.23, 1, .32, 1);
    -webkit-animation-delay          : 0s;
    animation-delay                  : 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count        : 1;
    -webkit-animation-fill-mode      : both;
    animation-fill-mode              : both
}

.ff--svg {
    display: none\9;
    width  : 100%;
    height : 100%
}

.ff--svg__wechat {
    color: #bcbcbc;
    fill : #eee
}

.ff--svg__wechat:hover {
    color: #4ac434;
    fill : #e4f6eb
}

.ff--svg__weapp {
    color: #bcbcbc;
    fill : #eee
}

.ff--svg__weapp:hover {
    color: #4196fc;
    fill : #e5f0fe
}

.ff--png {
    display            : none;
    display            : block\9;
    width              : 100%;
    height             : 100%;
    background-repeat  : no-repeat;
    background-position: 0 0
}

.ff--png:hover {
    background-position: -70px 0
}

.ff--png__wechat {
    background-image: url(../images/wechat.0ce36517.png)
}

.ff--png__weapp {
    background-image: url(../images/weapp.b2f6a7a2.png)
}

.ff--popper {
    position          : absolute;
    top               : -183px;
    left              : -45px;
    display           : none;
    -webkit-box-sizing: content-box;
    box-sizing        : content-box;
    width             : 120px;
    height            : 145px;
    padding           : 10px;
    background        : #fff;
    border-radius     : 6px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .15);
    box-shadow        : 0 0 12px 0 rgba(0, 0, 0, .15)
}

.ff--arrow {
    position    : absolute;
    bottom      : -9px;
    left        : 61px;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 10px
}

.ff--qrcode {
    display: block;
    width  : 120px;
    height : 120px
}

.ff--label {
    margin-top : 12px;
    color      : #333;
    font-size  : 12px;
    line-height: 1;
    text-align : center
}

.ff__dark .ff--svg__wechat {
    color: #646464;
    fill : #3a3a3a
}

.ff__dark .ff--svg__wechat:hover {
    color: #fff;
    fill : #57b865
}

.ff__dark .ff--svg__weapp {
    color: #646464;
    fill : #3a3a3a
}

.ff__dark .ff--svg__weapp:hover {
    color: #fff;
    fill : #4196fc
}

.ff__dark .ff--png__wechat {
    background-image: url(../images/wechat-dark.fae36016.png)
}

.ff__dark .ff--png__weapp {
    background-image: url(../images/weapp-dark.97dcd697.png)
}

.ff__dark .ff--popper {
    -webkit-box-shadow: none;
    box-shadow        : none
}

@-webkit-keyframes faifooter_zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform        : scale3d(.3, .3, .3);
        opacity          : 0
    }

    50% {
        opacity: 1
    }
}

@keyframes faifooter_zoomIn {
    0% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform        : scale3d(.3, .3, .3);
        opacity          : 0
    }

    50% {
        opacity: 1
    }
}

.ff--divider {
    display           : block;
    -webkit-box-sizing: content-box;
    box-sizing        : content-box;
    width             : 100%;
    height            : 1px;
    margin            : 15px 0;
    background        : #e5e5e5
}

.ff__dark .ff--divider {
    background: #202020;
    border-top: 1px solid #333
}

.ff--area-title {
    margin-bottom: 16.5px;
    color        : #666;
    font-size    : 16px;
    line-height  : 1;
    text-align   : left
}

.ff__dark .ff--area-title {
    color: #949494
}

.ff--partner .ff--area-title {
    text-align: center\9
}

.ff {
    padding    : 0 20px;
    overflow   : auto;
    font-weight: 400;
    font-size  : 14px;
    font-family: Microsoft YaHei;
    line-height: 19px;
    text-align : left;
    background : #fff;
    border-top : 1px solid #e5e5e5
}

.ff,
.ff a {
    color: #999
}

.ff a {
    display           : inline;
    text-decoration   : none;
    outline           : none;
    cursor            : pointer;
    -webkit-transition: color .3s ease;
    transition        : color .3s ease
}

.ff a:hover {
    color: #666
}

.ff__dark,
.ff__dark a {
    color: #5d5d5d
}

.ff__dark a:hover {
    color: #949494
}

.ff--main {
    padding: 20px 0 2.5px
}

.ff--content {
    width    : 100%;
    min-width: 980px;
    max-width: 1200px;
    margin   : 0 auto;
    padding  : 25px 0 15px
}

.ff--img {
    float        : left;
    width        : 87px;
    height       : 37px;
    margin-right : 25px;
    margin-bottom: 25px
}

.ff--img:last-child {
    margin-right: 0
}

.ff--about {
    width: 90px
}

.ff--about__column {
    width: 160px
}

.ff--about .ff--col {
    width: 70px
}

.ff--cusarea,
.ff--friend {
    width: 330px
}

.ff--friend__column {
    width: 550px
}

.ff--follow {
    width: 170px
}

.ff__dark {
    background: #282828;
    border-top: none
}

.ff__no-svg .ff--svg {
    display: none
}

.ff__no-svg .ff--png {
    display: block
}

.ff--partner {
    padding: 5px 0 10px
}

.ff--partner .ff--col {
    width : 120px;
    margin: 0 25px\9
}

.ff--partner-img {
    height           : 50px;
    background-image : url(../images/partner.1d37c074.png);
    background-repeat: no-repeat
}

.ff--partner-img__0 {
    background-position: 0 0
}

.ff--partner-img__1 {
    background-position: -235px 0
}

.ff--partner-img__2 {
    background-position: -470px 0
}

.ff--partner-img__3 {
    background-position: -687px 0
}

.ff--partner-img__4 {
    background-position: -897px 0
}

.ff--partner-img__5 {
    background-position: -1107px 0
}

.ff__dark .ff--partner-img {
    background-image: url(../images/partner-dark.d272c226.png)
}