.m-box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.vip-h2 {
  height: 70px;
  line-height: 70px;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  text-indent: 14px;
  
  .vip-line{
    background: #E53985;
    height: 20px;
    width: 4px;
    border-radius: 20px;
    position: absolute;
    top: 25px;
    left: 4px;
  }
}
.vip-content{
    width: 1200px;
    position: relative;
    margin-top: -8px;
}
.left-bg{
    height: 774px;
    width: 221px;
    background: url(../images/left-bg.png)no-repeat;
}
.right-bg{
    position: absolute;
    right: -2px;
    top: 6px;
    width: 976px;
    height: 763px;
    background: url(../images/vip-bg2.png)no-repeat;
}
.vip-card{
    width: 876px;
    height: 329px;
    background: url(../images/vip-card.png)no-repeat;
    position: absolute;
    top: 45px;
    left: 50px;
}
.vip-tip-bg{
    width: 1200px;
    height: 1624px;
    background: url(../images/vip-tip-bg.png)no-repeat;
    margin-top: 32px;
    position: relative;
}
.vip-bottom{
    width: 160px;
    position: absolute;
    bottom: 10px;
    margin-left: -80px;
    left: 50%;
}
.vip-tips-content{
    width: 1042px;
    height: 931px;
    left: 79px;
    background: url(../images/vip-tips-content.png)no-repeat;
    position: absolute;
    bottom: 80px;
}
.vip-tip-text1{
    color: #53402B;
    text-align: center;
    font-size: 16px;
    padding-top: 220px;
    line-height: 28px;
    span{
        color: #FFF3E4;
    }
}
.vip-back{
    text-decoration: underline;
    cursor: pointer;
}
.vip-tip-text2{
    h2{
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        color: #53402B;
        margin-top: 65px;
    }
    >div{
        font-size: 14px;
        text-align: center;
        color: #53402B;
        line-height: 32px;
        padding-top: 20px;
        span{
            color: #19D6FF;
        }
    }
}
.feather{
    position: absolute;
    right: 0;
    top: 175px;
    pointer-events: none;
}
.vip-icon{
    position: absolute;
    right: 0;
    top: 43px;
}
.vip-bottom-bg{
    width: 976px;
    height: 481px;
    background: url(../images/vip-bg.png)no-repeat;
    position: absolute;
    z-index: 2;
    bottom: 0;
}
.stealth-box{
    display: none;
    transition: 0.2s all;
    width: 54px;
    height: 20px;
    border-radius: 50px;
    background:linear-gradient(to right,#DDAA72,#B1793A);
    position: absolute;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-indent: 12px;
    top: 82px;
    left: 69px;
    cursor: pointer;
    >div{
        transition: 0.2s all;
        height: 18px;
        width: 18px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 1px;
        left: 1px;
    }
}
.stealth-box2{
    background: #AAAAAA;
    text-indent: -12px;
    div{
        left: 35px;
    }
}
.vip-question{
    color: #666666;
    font-size: 14px;
    position: absolute;
    line-height: 22px;
    right: 0;
    top: -30px;
    cursor: pointer;
    >img{
        vertical-align: middle;
        margin-top: -2px;
        margin-left: 4px;
    }
}
.left-vip-ul{
    height: 522px;
    width: 211px;
    margin: 0 auto;

    li{
        height: 211px;  
        height: 58px;
        text-align: center;
        line-height: 58px;
        color: #999999;
        font-size: 20px;
        font-weight: 700;
        cursor: pointer;
    }
    .card-click{
        background: url(../images/card-click.png)no-repeat;
        color: #774710;
    }
}
.vip-top-card{
    height: 96px;
    // background: pink;
    position: absolute;
    width: 876px;
    top: 30px;
}
.vip-top-card-face{
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    left: 57px;
    top: 15px;
}
.vip-top-card-p1{
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    text-indent: 140px;
    padding-top: 24px;
}
.vip-top-card-p2{
    color: #666666;
    font-size: 14px;
    text-indent: 140px;
    margin-top: 4px;
}
.vip-top-card-p3{
    width: 86px;
    color: #fff;
    font-size: 14px;
    background: #D3C0A3;
    height: 20px;
    text-align: center;
    border-radius: 20px;
    margin-left: 140px;
    margin-top: 4px;
}
.vip-content-card{
    height: 80px;
    width: 876px;
    position: absolute;
    top: 130px;
}
.vip-content-box1{
    height: 40px;
    width: 876px;
    position: relative;
    line-height: 40px;
    text-indent: 48px;
    color: #5B4022;
    .vip-bar-box{
        width: 400px;
        height: 6px;
        background: rgba(255,255,255,0.5);
        border-radius: 4px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        margin-left: 8px;
        margin-right: 8px;
        overflow: hidden;
        >div{
            width: 0%;
            height: 6px;
            background:linear-gradient(to right,#E7B884,#B1793B);
            border-radius: 4px;
        }
    }
}
.vip-content-box2{
    height: 40px;
    width: 876px;
    line-height: 40px;
    text-indent: 48px;
    color: #5B4022;
    margin-top: -6px;
    span{
        color: #E74F7E;
    }
}
.vip-bottom-ul{
    width: 768px;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
    li{
        width: 192px;
        height: 100px;
        float: left;
        font-size: 0;
        // background: pink;
        position: relative;
        text-align: center;
        >img{
            padding-top: 14px;
            cursor: pointer;
        }
        p{
            color: #999999;
            font-size: 14px;
        }
    }
}
.vip-bottom-ul li:nth-child(1):hover{
    
    .vip-tips1{
        display: block;
    }
}
.vip-bottom-ul li:nth-child(2):hover{
    .vip-tips2{
        display: block;
    }
}
.vip-bottom-ul li:nth-child(3):hover{
    .vip-tips3{
        display: block;
    }
}
.vip-bottom-ul li:nth-child(4):hover{
    .vip-tips4{
        display: block;
    }
}
.vip-bottom-ul li:nth-child(5):hover{
    .vip-tips5{
        display: block;
    }
}
.vip-bottom-ul li:nth-child(6):hover{
    .vip-tips6{
        display: block;
    }
}
.vip-bottom-ul li:nth-child(7):hover{
    .vip-tips7{
        display: block;
    }
}
.vip-bottom-ul li:nth-child(8):hover{
    .vip-tips8{
        display: block;
    }
}
.vip-bottom-btn-box{
    width: 220px;
    height: 120px;
    // background: pink;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    bottom: 60px;
}
.vip-bottom-btn-p1{
    text-align: center;
    font-size: 16px;
    padding-top: 8px;
    span{
        color: #E62E74;
    }
}
.vip-bottom-btn-p2{
    font-size: 0px;
    color:#6D6D6D;
    height: 24px;
    text-align: center;
    padding-top: 6px;
}
.vip-bottom-btn{
    width: 220px;
    height: 50px;
    background: #E62E74;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
}
.vip-tips1{
    width: 413px;
    height: 257px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -256px;
    left: 0;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 91px;
        top: 252px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-tips2{
    width: 589px;
    height: 241px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -237px;
    left: 0;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 91px;
        top: 236px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-tips3{
    width: 305px;
    height: 212px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -205px;
    left: 0px;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 91px;
        top: 207px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-tips4{
    width: 370px;
    height: 220px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -212px;
    left: -74px;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 164px;
        top: 215px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-tips5{
    width: 455px;
    height: 235px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -240px;
    left: 0px;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 91px;
        top: 230px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-tips6{
    width: 443px;
    height: 248px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -250px;
    left: 0px;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 91px;
        top: 243px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-tips7{
    width: 382px;
    height: 258px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -260px;
    left: 0px;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 91px;
        top: 253px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-tips8{
    width: 410px;
    height: 158px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    backdrop-filter: blur(16px);
    position: absolute;
    z-index: 5;
    top: -159px;
    left: -114px;
    text-align: left;
    display: none;
    .vip-tips-jiao{
        position: absolute;
        transform: rotate(135deg);
        width: 10px;
        height: 10px;
        background: linear-gradient(to top right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.77) 50%, rgba(255, 255, 255, 0.77) 100%);
        left: 205px;
        top: 153px;
    }
    .vip-tips-p1{
        margin-left: 18px;
        font-size: 14px;
        color: #333333;
        padding-top: 10px;
        position: relative;
        padding-left: 10px;
        >div{
            width: 2px;
            height: 10px;
            background: #666666;
            position: absolute;
            left: 0;
            top: 15px;
        }
    }
    .vip-tips-p2{
        margin-left: 18px;
        color: #E7468D;
        font-size: 14px;
        padding-top: 10px;
    }
    .vip-tips-p3{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
    }
    .vip-tips-p4{
        margin-left: 18px;
        color: #E7468D;
        padding-top: 10px;
        font-size: 14px;
    }
    .vip-tips-p5{
        margin-left: 18px;
        color: #707070;
        font-size: 12px;
        padding-top: 6px;
        line-height: 20px;
    }
    .vip-tips-img{
        margin-left: 18px;
        padding-top: 10px;
    }
}
.vip-layer{
    width: 430px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    display: none;
    .vip-layer-top{
        text-align: center;
        font-size: 20px;
        color: #333333;
        height: 70px;
        line-height: 70px;
        font-weight: 700;
    }
    .vip-layer-box1{
        height: 60px;
        width: 320px;
        background: #F4F5F8;
        border-radius: 8px;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
    }
    .vip-layer-box2{
        height: 60px;
        width: 320px;
        background: #F4F5F8;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 15px;
        position: relative;
        cursor: pointer;
    }
    .vip-layer-box3{
        height: 60px;
        width: 320px;
        background: #F4F5F8;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 15px;
        position: relative;
        cursor: pointer;
    }
    .vip-layer-box4{
        height: 60px;
        width: 320px;
        background: #F4F5F8;
        border-radius: 8px;
        margin: 0 auto;
        margin-top: 15px;
        position: relative;
        cursor: pointer;
    }
    .vip-layer-box-click{
        height: 58px;
        width: 318px;
        background: #FFEDF4;
        border: 1px solid #E62E74;
        .vip-layer-box-span1{
            height: 58px;
            line-height: 58px;
            text-indent: 29px;
        }
        .vip-layer-box-span2{
            height: 58px;
            line-height: 58px;
            right: -1px;
        }
    }
    .vip-layer-box-span1{
        height: 60px;
        display: inline-block;
        width: 200px;
        line-height: 60px;
        text-indent: 30px;
    }
    .vip-layer-box-span2{
        height: 60px;
        display: inline-block;
        width: 80px;
        line-height: 60px;
        position: absolute;
        right: 0;
        color: #E53985;
        >img{
            vertical-align: middle;
            margin-top: -4px;
            margin-right: 8px;
        }
    }
    .vip-layer-tips{
        font-size: 12px;
        color: #AAAAAA;
        text-align: center;
        margin-top: 34px;
    }
    .vip-layer-btn{
        width: 220px;
        height: 50px;
        background: #E62E74;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        cursor: pointer;
        margin: 0 auto;
        margin-top: 15px;
    }
}
.vip-frame{
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: 1;
    top: -8px;
    left: 35px;
    font-size: 0;
}
.vip-frame1{
    background: url(../images/v1.png)no-repeat;
    background-size: 100% 100%;
    >span{
        color: #014F27;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        /* background: pink; */
        left: 50%;
        margin-left: -15px;
        top: 70px;
    }
}
.vip-frame2{
    background: url(../images/v2.png)no-repeat;
    background-size: auto 100%;
    animation: swiper2 4.8s steps(16, start) 0ms infinite normal backwards;
    background-position: 0 0;
    >span{
        color: #003A55;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        /* background: pink; */
        left: 50%;
        margin-left: -15px;
        top: 70px;
    }
}
@keyframes swiper2 {
    0% {
        background-position: 0 0;
    }
    28% {
        background-position: -1760px 0; 
    }
    100%{
        background-position: -1760px 0; 
    }
} 
.vip-frame3{
    background: url(../images/v3.png)no-repeat;
    background-size: auto 100%;
    animation: swiper3 5.6s steps(19, start) 0ms infinite normal backwards;
    background-position: 0 0;
    >span{
        color: #9B0B30;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        /* background: pink; */
        left: 50%;
        margin-left: -15px;
        top: 70px;
    }
}
@keyframes swiper3 {
    0% {
        background-position: 0 0;
    }
    31% {
        background-position: -2090px 0; 
    }
    100%{
        background-position: -2090px 0; 
    }
} 
.vip-frame4{
    background: url(../images/v4.png)no-repeat;
    background-size: auto 100%;
    animation: swiper4 5s steps(17, start) 0ms infinite normal backwards;
    background-position: 0 0;
    >span{
        color: #9B0B30;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        /* background: pink; */
        left: 50%;
        margin-left: -15px;
        top: 68px;
    }
}
@keyframes swiper4 {
    0% {
        background-position: 0 0;
    }
    29% {
        background-position: -1870px 0; 
    }
    100%{
        background-position: -1870px 0; 
    }
} 
.vip-frame5{
    background: url(../images/v5.png)no-repeat;
    background-size: auto 100%;
    animation: swiper5 4.6s steps(20, start) 0ms infinite ;
    
    background-position: 0 0;
    >span{
        color: #fff;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        /* background: pink; */
        left: 50%;
        margin-left: -15px;
        top: 66px;
    }
}
@keyframes swiper5 {
    0% {
        background-position: 0 0;
    }
    34%{
        background-position: -2200px 0; 
    }
    100%{
        background-position: -2200px 0; 
    }
}
.vip-frame6{
    background: url(../images/v6.png)no-repeat;
    background-size: auto 100%;
    animation: swiper6 4.8s steps(22, start) 0ms infinite ;
    
    background-position: 0 0;
    >span{
        color: #fff;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        /* background: pink; */
        left: 50%;
        margin-left: -15px;
        top: 74px;
    }
}
@keyframes swiper6 {
    0% {
        background-position: 0 0;
    }
    37%{
        background-position: -2420px 0; 
    }
    100%{
        background-position: -2420px 0; 
    }
}
.vip-frame7{
    background: url(../images/v7.png)no-repeat;
    background-size: auto 100%;
    animation: swiper7 4.8s steps(22, start) 0ms infinite ;
    background-position: 0 0;
    >span{
        color: #fff;
        font-size: 12px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        position: absolute;
        /* background: pink; */
        left: 50%;
        margin-left: -15px;
        top: 72px;
    }
}
@keyframes swiper7 {
    0% {
        background-position: 0 0;
    }
    37%{
        background-position: -2420px 0; 
    }
    100%{
        background-position: -2420px 0; 
    }
}