#pc-shake{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    display: none;
}
#pc-shake .bg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0,0,0,.5);
}
.shake-wrap{
    width: 600px;
    height: 750px;
    background: url('../image/pc-shake-bg.png');
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -375px;
    z-index: 10;
}
.right_bar{
    position: absolute;
    right: 22px;
    top: 150px;
}
.right_bar .li{
    width: 32px;
    height: 70px;
    background: url('../image/txt_bg.png');
    background-size: cover;
    margin-bottom: 12px;
    cursor: pointer;
}
.right_bar .li a span{
    display: block;
    width: 9px;
    text-align: center;
    margin: auto;position: relative;top: 15px;
    font-size: 11px;
    color: #fef3d5;
}
.right_bar .li span{
    display: block;
    width: 9px;
    text-align: center;
    margin: auto;position: relative;top: 15px;
    font-size: 11px;
    color: #fef3d5;
}
.shake-foot{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 224px;
    background: url('../image/shake-foot-bg.png') no-repeat center;
    margin-left: 3px;
}
.shake-foot .icon{
    position: absolute;
    right: 129px;
    bottom: 95px;
    -webkit-animation: scale .3s linear alternate infinite;
    animation: scale .3s linear alternate infinite;
}
.shake-phone{
    position: absolute;
    bottom: 117px;
    right: 164px;
    -webkit-animation: shake 1s linear alternate infinite;
    animation: shake 1s linear alternate infinite;
}
@keyframes shake {
    from {
        transform: rotate(-5deg)
    }

    to {
        transform: rotate(5deg)
    }
}
.shake-phone.on{
    -webkit-animation: shakeOn 0.5s linear alternate infinite;
    animation: shakeOn 0.5s linear alternate infinite;
}
@keyframes shakeOn {
    from {
        transform: rotate(-10deg)
    }

    to {
        transform: rotate(10deg)
    }
}
.shake-phone img{
    width: 300px;
}
.shake-popup{
    display: none;
}
.w-popup{
    display: none;
}
.shake-popup .bg{
    z-index: 10;
    background: rgba(0,0,0,.7) !important;
}
.popup-hb{
    position: absolute;
    z-index: 11;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -312px;
}
.popup-hb .auto{
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    text-align: center;
}
.popup-hb .auto .price{
    font-size: 87px;
    color: #e72419;
    font-family: "OPPOSans";
}
.popup-hb .auto .price small{
    font-size: 30px;
    margin-right: 6px;
}
.popup-hb .auto .time{
    font-size: 14.6px;
    color: #e72419;
    margin-top: -7px;
}
.popup-hb .towBtn{
    width: 400px;
    margin: 198px auto 0 auto;
    position: relative;
    left: 4px;
}
.popup-hb .towBtn a{
    width: 49%;
    float: left;
    display: block;
}
.popup-hb .towBtn a img{
    width: 100%;
}
.popup-hb .towBtn a:last-of-type{
    float: right;
}
.shake-popup .closeBtn{
    width: 40px;
    margin: 16px auto;
    cursor: pointer;
}
.shake-popup .closeBtn img{
    width: 40px;
}
.popup-rule{
    width: 672px;
    position: absolute;
    z-index: 11;
    left: 50%;
    margin-left: -336px;
    top: 50%;
    margin-top: -250px;
}
.popup-rule .img img{
    width: 100%;
}
.popup-rule .txt{
    position: absolute;
    top: 95px;
    left: 45px;
    width: 585px;
    font-size: 22px;
    color: #412d00;
    line-height: 38px;
}
.popup-rule .closeBtn{
    margin-top: 20px;
}
.sk-btn{
    cursor: pointer;
    margin-top: 27px;
}
.b-img{

}
@-webkit-keyframes scale{
    0%{-webkit-transform:scale(0.92);}
    100%{-webkit-transform:scale(1.05);}
}
@keyframes scale{
    0%{-webkit-transform:scale(0.92);}
    100%{-webkit-transform:scale(1.05);}
}