
  /* 页脚整体样式 */
.footer .foot {
    background: #202329;
    min-height: 190px;
}

/* 页脚内容区域样式 */
.footer .foot .foot-content {
    display: flex;
    flex-direction: column;
    width: 1184px;
    margin: 0 auto;
    margin-top: 15px;
}

/* 页脚顶部区域样式 */
.footer .foot .foot-content .foot-top {
    display: flex;
    justify-content: space-between;
}

/* 页脚顶部左侧列表样式 */
.footer .foot .foot-content .foot-top .left dt {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.footer .foot .foot-content .foot-top .left dd {
    margin: 5px 0 0 0;
    color: rgba(255, 255, 255, 0.5);
    white-space: nowrap;
    font-size: 14px;
}

.footer .foot .foot-content .foot-top .left dd a {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.5);
}

.footer .foot .foot-content .foot-top .left dd a:hover {
    color: #00d7c6;
}

/* 页脚顶部中间列表样式 */
.footer .foot .foot-content .foot-top .center dt {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.footer .foot .foot-content .foot-top .center dd {
    margin: 7px 0 0 0;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.5);
}

/* 页脚顶部右侧列表样式 */
.footer .foot .foot-content .foot-top .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 20px 20px 20px 0;
}

.footer .foot .foot-content .foot-top .right dt {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

.footer .foot .foot-content .foot-top .right dd {
    margin: 7px 0 0 0;
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.5);
}

/* 页脚中间区域样式 */
.footer .foot .foot-content .foot-center {
    font-size: 13px !important;
    display: flex;
}

.footer .foot .foot-content .foot-center .left li {
    color: #8d92a1;
    margin-right: 20px;
    display: inline-block;
}

.footer .foot .foot-content .foot-center .left li a {
    color: #8d92a1;
    vertical-align: middle;
}

.footer .foot .foot-content .foot-center .left li a:hover {
    color: #00d7c6;
}

.footer .foot .foot-content .foot-center .left li img {
    display: inline;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 2px;
}

.footer .foot .foot-content .foot-center .right {
    width: 200px;
    height: 40px;
}

/* 页脚底部折叠区域样式 */
.footer .foot-bottom {
    background: #202329;
    padding-top: 20px;
    padding-bottom: 15px;
}

.footer .foot-bottom .fb-content {
    width: 1184px;
    margin: 0 auto;
}

.footer .foot-bottom .fb-content .el-collapse-item__header {
    border: 0;
    background: #202329;
    height: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .foot-bottom .fb-content .el-collapse-item__header a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

.footer .foot-bottom .fb-content .el-collapse-item__header a:hover {
    text-decoration: underline;
    color: #00d7c6;
}

.footer .foot-bottom .fb-content .el-collapse-item__content {
    padding: 0;
    border: 0;
    background: #202329;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 65px;
}

.footer .foot-bottom .fb-content .el-collapse-item__content a {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

.footer .foot-bottom .fb-content .el-collapse-item__content a:hover {
    text-decoration: underline;
    color: #00d7c6;
}

.footer .foot-bottom .fb-content .el-collapse-item__wrap {
    border-bottom: 0;
}
