﻿.footer-box-bottom{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto
}
.footer-box-bg {
    width: 100%;
    min-width: 1180px;
    height: 145px;
    background: #333333;
}
.footer-box-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-box-left a{color: #fff;font-size: 14px;}
.footer-box-left li.line:last-child{background: none;}
.friendship-link {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.friendship-link ul {
    height: 60px;
}

.friendship-link ul li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C8C7C7;
}

.friendship-link ul li:first-child {
    margin-right: 30px;
}

.friendship-link ul li:nth-child(2n) {
    cursor: pointer;
}

.friendship-link ul li:nth-child(2n):hover {
    color: #4AB0E1;
}

.friendship-link ul li.line {
    height: 10px;
    width: 1px;
    margin: 0 20px;
    background: #FFFFFF;
    cursor: none;
    opacity: 0.6;
}

.website-info {
    width:100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0 auto
}

.website-info li {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #A0A0A0;
}


.website-info li:nth-child(2) {
    padding-right: 21px;
}

.website-info li:nth-child(3) {
    padding-right: 40px;
}

.website-info li:nth-child(4) {
    padding-right: 46px;
}
.website-info li:last-child {
    padding-right: 0;
}
/* 二维码 */
.qr-code-bottom{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    color: #A0A0A0;
    font-size: 12px;
    margin:20px 0 10px;
}
.qr-code-bottom img{
    width: 90px;
    height: 90px;
    padding:2px;
    margin-bottom: 5px;
}

.footer-box{
  width: 87%;
}

.fs14:hover{
    color: #fff !important;
}
