html,
body {
    background: rgb(42, 41, 49);
}
#wrap {
    margin-bottom: 55px;
}
#fn-head {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
}
#fn-head {
    background: rgb(42, 41, 49);
}
#fn-head .h-list .title {
    color: rgb(213, 157, 81);
}
#fn-head .wrap {
    background: rgb(42, 41, 49);
    color: #ccc;
}
#fn-head .wrap .list.active {
    color: rgb(168, 123, 56);
}
/* 第一个头部 */
.h-wrap .one {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}
.h-wrap .one .location .aui-iconfont {
    font-size: 12px;
    font-weight: bold;
}
.h-wrap .one .location .city {
    margin: 0 2px;
}
.h-wrap .one .title {
    width: 35vw;
    border: 1px solid #eee;
    padding: 5px 15px;
    border-radius: 15px;
}
.h-wrap .one .title .line {
    width: 1px;
    height: 20px;
    background: #eee;
}
.h-wrap .one .online-tag {
    font-size: 12px;
    border: 1px solid #aaa;
    color: #aaa;
    border-radius: 3px;
    font-weight: normal;
    padding: 2px;
    position: absolute;
    right: 10px;
}
.h-wrap .one .online-tag.active {
    border: 1px solid #A87B38;
    color: #A87B38;
}
.h-wrap .one .search-wrap {
    position: absolute;
    left: 10px;
}
.h-wrap .wrap {
    background: #fff;
    color: #000;
    /* border-bottom: 1px solid #eee; */
}
.h-wrap .wrap .list {
    padding: 10px 0;
    font-size: 14px;
    /* border-bottom: 1px solid #eee; */
    color: #666;
    position: relative;
}
.h-wrap .wrap .list.active {
    /* border-bottom: 2px solid #A87B38; */
    color: #A87B38;
}
.h-wrap .wrap .list.active .l-title {
    color: #A87B38;
}
/* 第二个头部 */
.h-wrap .two {
    /* color: #9763fc;
    font-size: 16px; */
    /* color: #222; */
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
}
.h-wrap .two span {
    width: 20vw;
    font-size: 14px;
    color: #555555;
    font-weight: normal;
}
/* 第三个头部 */
.h-wrap .com .title,
.h-wrap .tri .title,
.h-wrap .for .title {
    /* color: #9763fc;
    font-size: 16px; */
    /* color: #222; */
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 52px;
}
.tri .num {
    position: absolute;
    top: calc(50% - 13px);
    /* left: 60%; */
    left: calc(50% + 20px);
    border-radius: 10px;
    width: 35px;
    padding: 1.5px 0;
    background: #A87B38;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 第四个头部 */
.h-wrap .for {
    line-height: 52px;
    color: #A87B38;
}
.h-wrap .for .edit {
    font-size: 14px;
    width: 20vw;
    text-align: center;
}
/* 脚部 */
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid rgb(63, 61, 70) !important;
    width: 100%;
    background-color: rgb(27, 26, 31);
    z-index: 1;
}
#footer>ul {
    width: 100%;
}
.h-list.hide {
    display: none;
}
#footer .f-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25vw;
    font-size: 12px;
    /* padding: 15px 0; */
    height: 50px;
    color: #757575;
    position: relative;
    padding: 0;
}
#footer .f-list .index-icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 20px;
    height: 20px;

    display: inline-block;
}
#footer .f-list .index-icon.index-icon1 {
    background-image: url('../images/footer/button1.png');
}
#footer .f-list.active .index-icon.index-icon1 {
    background-image: url('../images/footer/button01.png');
}
#footer .f-list .index-icon.index-icon2 {
    background-image: url('../images/footer/button2.png');
}
#footer .f-list.active .index-icon.index-icon2 {
    background-image: url('../images/footer/button02.png');
}
#footer .f-list .index-icon.index-icon3 {
    background-image: url('../images/footer/button3.png');
}
#footer .f-list.active .index-icon.index-icon3 {
    background-image: url('../images/footer/button03.png');
}
#footer .f-list span {
    font-weight: bold;
    color: #ccc;
}
#footer .f-list.active {
    color: #A87B38;
}
#footer .f-list.active span {
    display: inline-block;
    color: rgb(211, 164, 86);
}
#footer .f-list span#js-num {
    position: absolute;
    top: 5px;
    left: 55%;
    border-radius: 50%;
    height: 16px;
    line-height:16px;
    min-width:16px;
    background: rgb(255, 1, 1);
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    font-weight: normal;
    justify-content: center;
}
#footer .f-list img {
    width: 20px;
    height: 20px;
}
#footer .share-btn img {
    width: auto;
    height: 50px;
    /* margin-top: -20px;
    background: orangered; */
}
#footer .share-btn span {
    display: inline-block;
}
/* 底部头像 */
#footer .footer-tx {
    object-fit: cover;
    border-radius: 50%;
}
#footer .f-list.active .footer-tx {
    border: 1px solid rgb(168, 123, 56);
}