.friend-link .wrap {

}

.friend-link h4 {
    height: 42px;
    width: 100%;
    overflow: hidden;
    background: #ECECEC;
    line-height: 40px;
    color: #50596C;
    font-size: 18px;
    border-top: 2px solid rgba(224, 224, 224, 0.51);
}

.friend-link h4 span {
    display: inline-block;
    float: left;
}

.friend-link h4 span.left-icon {
    background: url(//cdn.zallsteel.com/portal/market/icon/fl.png) no-repeat center center / 25px 25px;
    width: 40px;
    height: 40px;
}

.friend-link h4 span.right-icon {
    background: url(//cdn.zallsteel.com/portal/market/icon/jt.png) no-repeat center center / 6px auto;
    width: 20px;
    height: 40px;
}

.friend-link-list {
    border-left: 2px solid rgba(224, 224, 224, 0.51);
    border-right: 2px solid rgba(224, 224, 224, 0.51);
    border-bottom: 2px solid rgba(224, 224, 224, 0.51);
}

.friend-link-list ul {
    padding-bottom: 35px;
}

.friend-link-list ul li {
    display: block;
    width: 160px;
    margin-left: 28px;
    margin-top: 35px;
    float: left;

    border: 1px solid #666;
    height: 40px;
    line-height: 40px;
    font-size: 16px;

    text-align: center;
}

.friend-link-list ul li a {
    color: #50596C;
    display: block;
    width: 100%;
    height: 100%;
    background: #ECECEC;
}

.friend-link-list ul li a:hover {
    color: #fff !important;
    background: #5D6982;
    box-shadow: 4px 4px 4px #7e787894;
}

.friend-apply {
    padding-bottom: 15px;
    padding-top: 5px;
}

.friend-apply h3 {
    font-size: 18px;
    padding-left: 40px;
    color: #50596c;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 2px solid rgba(224, 224, 224, 0.51);
}

.friend-apply p {
    padding-top: 5px;
    font-size: 16px;
    color: #50596C;
    line-height: 32px;
    padding-left: 40px;
}

.friend-apply small {
    padding-left: 40px;
    font-size: 14px;
    color: #50596C;
    line-height: 28px;
}

.friend-apply p a {
    color: #50596C;
}

.friend-apply p span {
    display: inline-block;
    padding: 0 5px;
    height: 32px;
    width: 30px;
    position: relative;
    top: 10px;
    background: url(//cdn.zallsteel.com/portal/market/icon/qq.png) no-repeat center center / 20px 20px;

}


















