.fixed-nav-wrap {
    position: fixed;
    top: 220px;
    margin-left: -140px;
}

.fixed-nav {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
}

.fixed-nav-list {
    padding: 2px 0;
}

.fixed-nav-list li {
    min-width: 70px;
    margin: 14px 0;
    padding: 0 10px;
}

.fixed-nav-list li span {
    line-height: 22px;
    font-size: 14px;
    display: inline-block;
    max-width: 100px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
    word-break: break-all;
}

.fixed-nav-list .active {
    border-left: 4px solid #00adb5;
    padding: 0 10px 0 12px;
}

.fixed-nav-list .active span {
    color: #00adb5;
}

.fixed-nav-bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
}

.fixed-nav-bottom .to-top {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 8px 0 15px;
    text-align: center;
}

.fixed-nav-bottom .to-top .icon {
    color: #c1c1c6;
    margin-bottom: 8px;
}

.fixed-nav-bottom .to-top .to-top-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.fixed-nav-download {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    margin-top: 20px;
    max-width: 120px;
}

.fixed-nav-download .top {
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    background-color: #00adb5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.fixed-nav-download .top img {
    width: 65px;
    height: 59px;
}

.fixed-nav-download .bottom {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    background-color: #00adb5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    padding: 6px 0;
}

.fixed-nav-download .bottom span {
    height: 22px;
    font-weight: bold;
    line-height: 1.57;
    text-align: center;
    color: #ffffff;
}
.ad {
    position: fixed;
    top: 220px;
}

.ad .close {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(128, 128, 128, 0.5);
    border-radius: 50%;
    cursor: pointer;
}

.ad .close img {
    width: 10px;
    height: 10px;
}

.ad .text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0 4px;
    font-size: 12px;
}

.ad.left {
    left: 20px;
}

.ad.right {
    right: 20px;
}
