﻿@-webkit-keyframes updown {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
    }
}

@keyframes updown {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0);
    }
}

.ac_bar {
    width: 291px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.ac_bar_state01 {
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
    background: url(../images/bg.png);
}

.ac_bar_state02 {
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
    background: url(../images/bg_end.png);
}

.ac_bar label {
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    color: #ffe640;
    font-weight: bold;
    margin-right: 22px;
    margin-left: 6px;
}

.ac_bar span {
    color: #ffffff;
    font-size: 12px;
    margin-right: 5px;
}

.ac_bar font {
    font-weight: bold;
}

.ac_bar_state02 label {
    color: #fff;
    margin-right: 25px;
}

/* 粉丝迁移微调 */
.add-content-topL dd {
    position: relative;
}

.add-content-topL dd .ac_bar {
    width: 280px;
}

.add-content-topL .ac_bar label {
    margin-right: 10px;
}

.add-content-topL .ac_bar_state02 label {
    margin-right: 15px;
}

/* 绘画框样式调整 */
.ac_big.ac_bar {
    width: 280px;
    height: 30px;
    -webkit-animation: updown 1.4s infinite;
    animation: updown 1.4s infinite;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.ac_big.ac_bar label {
    margin-right: 6px;
}

.ac_big.ac_bar .ac_bar_state02 label {
    margin-right: 40px;
}

.ac_big.ac_bar .ac_bar_state01 {
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
    background: url(../images/bg.png);
}

.ac_big.ac_bar .ac_bar_state02 {
    width: 100%;
    height: 100% !important;
    padding: 0 !important;
    background: url(../images/bg_end.png);
}

/* 普通注册定位 */
.QY-logout-price {
    position: relative;
}

.QY-logout-price .ac_bar {
    left: 126px;
    top: -10px;
}

/* 公司注册定位 */
.QY-logout-price .ac_bar.ac_left {
    left: 35px;
}
