.app-footer .other-nav li:after {
    display: block;
    content: '|';
    font-size: 14px;
    color: #999999;
    margin: 0 4px;
}

.app-footer .other-nav li:last-child:after {
    display: none;
}

.app-footer .other-nav li a, .header .user-nav ul li a {
    color: #222222;
}

.header .login-nav li a:hover, .header .login-nav li.active a, .app-footer .other-nav li a:hover, .header .user-nav ul li a:hover {
    color: #5798d9;
}

.app-footer {
    width: 100%;
    background-color: #F7F9FC;
    border-top: 1px solid #e6e6e6;
}

.app-footer .pc-wrap:first-child {
    height: inherit;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}

.app-footer .pc-wrap > p {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    opacity: 0.76;
    line-height: 60px;
}

.app-footer .association-info {
    width: 400px;
}

.app-footer .association-info .img-wrap {
    width: 256px;
    height: 70px;
    margin-bottom: 20px;
}

.app-footer .association-info dd {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    opacity: 0.76;
    margin-bottom: 18px;
}

.app-footer .other-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-left: 80px;
}

.app-footer .other-info dt {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.app-footer .other-info dt span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 6px;
}

.app-footer .other-info dd {
    margin-bottom: 18px;
    text-align: center;
}

.app-footer .other-info dd a {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    opacity: 0.76;
}

.app-footer .other-info dd a:hover {
    color: #467deb;
}

.app-footer .other-info .img-wrap {
    width: 92px;
    height: 92px;
}