.onepagetab {
    // display: flex;
    // justify-content: center;
    text-align: center;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
    overflow-x: auto;
    overflow-y:hidden;
}

.onepagetab-child-box {
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 26px;
}

.onepagetab.app {
    top: 0;
}

.onepagetab .onepagetab-item {
    position: relative;
    margin-right: 52px;
    display: inline-block;
}

.onepagetab .onepagetab-item:last-child {
    margin-right: 0;
}

.onepagetab .onepagetab-item.active {
    color: #1695F0;
}

.onepagetab .onepagetab-item.active .point {
    display: inline-block;
    position: absolute;
    top: 13.5px;
    left: -14px;
    width: 10px;
    height: 12px;
    margin-right: 4px;
    background: url('./onepagepoint.svg') no-repeat;
}

.onepagetab .onepagetab-item.active .point.android {
    top: 13px;
}

.onepagetab .onepagetab-item.active .point.ios {
    top: 14px;
}

.onepagefooter.feed-input-content {
    opacity: 0;
    z-index: 0;
}

.onepageFeedIn.feed-input-content {
    transition: all .3s
}

.hideOnepageFeedIn.feed-input-content {
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
}