.personalWrapper .sideBtn {
    position: absolute;
    width: 25px;
    margin: 10px 0 0 15px;
    z-index: 100;
}

.personalWrapper .sideBtn span {
    display: block;
    width: 25px;
    height: 4px;
    margin-top: 4px;
    background: #fff;
}

.personalWrapper .sideBtn:hover span {
    background: #FAE7D3;
    cursor: pointer;
}

.mask-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003
}

.showSideNav,
.userImg img {
    display: block
}

.sideNavDiv {
    width: 200px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    box-shadow: 0 0 5px #000;
    background: url(../images/sideNavBg@small.jpg) no-repeat;
    background-size: cover
}

.userImg img {
    max-height: 100%;
    border: 5px solid hsla(0, 0%, 100%, .2);
    border-radius: 50%
}

.sideUl {
    list-style-type: none;
    width: 80%;
    margin: 0 auto
}

.sideLi {
    height: 50px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.sideLi a {
    color: #fff
}

.sideLi img {
    top: 10px;
    left: 5px
}

@-webkit-keyframes drop_in {
    from {
        -webkit-transform: scale(2);
        transform: scale(2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes drop_in {
    from {
        -webkit-transform: scale(2);
        transform: scale(2)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.sideUl .sideLi:nth-child(1) {
    -webkit-animation: drop_in .5s 62.5ms cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s 62.5ms cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(2) {
    -webkit-animation: drop_in .5s 125ms cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s 125ms cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(3) {
    -webkit-animation: drop_in .5s .1875s cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s .1875s cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(4) {
    -webkit-animation: drop_in .5s .25s cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s .25s cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(5) {
    -webkit-animation: drop_in .5s .3125s cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s .3125s cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(6) {
    -webkit-animation: drop_in .5s 375ms cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s 375ms cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(7) {
    -webkit-animation: drop_in .5s .4375s cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s .4375s cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(8) {
    -webkit-animation: drop_in .5s .5s cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s .5s cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.sideUl .sideLi:nth-child(9) {
    -webkit-animation: drop_in .5s .5625s cubic-bezier(.43, 1.6, .57, .88) forwards!important;
    animation: drop_in .5s .5625s cubic-bezier(.43, 1.6, .57, .88) forwards!important
}

.logoutBtn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    margin: 15px auto;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    color: #ff7e7d
}

.YearHeipi {
    display: none;
    width: 50px;
    height: 55px;
    background: url(../images/YearHeipi.png) 0 0 no-repeat;
    background-size: cover;
    position: fixed;
    left: 40px;
    bottom: 15px;
    z-index: 100000;
}

.YearWangzai {
    display: none;
    width: 70px;
    height: 70px;
    background: url(../images/YearWangzai.png) 0 0 no-repeat;
    background-size: cover;
    position: fixed;
    left: 90px;
    bottom: 20px;
    z-index: 100000;
}

.YearXiaoXiao {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/YearXiaoXiao.png) 0 0 no-repeat;
    background-size: cover;
    position: fixed;
    left: 150px;
    bottom: 15px;
    z-index: 100000;
}

@media screen and (min-width:415px) {
    .sideNavDiv {
        width: 70%;
        max-width: 480px;
        margin: 0 auto;
    }
    .mask-bg {
        max-width: 640px;
        margin: 0 auto;
    }
    .sideLi {
        height: 80px
    }
    .sideLi div:nth-child(1) {
        float: left;
        width: 80px;
        height: 80px
    }
    .sideLi img {
        width: 55px;
        height: 50px;
        position: absolute;
        top: 15px;
        left: 5px
    }
    .sideLi div:nth-child(2) {
        float: left;
        line-height: 80px;
        font-size: 18px
    }
    .sideLi:last-child {
        line-height: 80px;
        font-size: 18px
    }
}

@media screen and (min-width:640px) {
    .sideNavDiv {
        width: 300px;
        max-width: 480px;
        margin: 0 auto;
        left: 50%;
        margin-left: -320px;
    }
    .mask-bg {
        max-width: 640px;
        margin: 0 auto;
        left: 50%;
        margin-left: -320px;
    }
    .sideNavDiv {
        background: url(../images/sideNavBg@big.jpg) no-repeat;
        background-size: 100% 100%
    }
    .YearHeipi,
    .YearWangzai,
    .YearXiaoXiao {
        display: none;
    }
}

@media screen and (min-width:1380px) {
    .sideNavDiv {
        width: 420px;
        max-width: 480px;
        margin: 0 auto;
        left: 50%;
        margin-left: -320px;
    }
}

.userImg {
    width: 15vh;
    height: 15vh;
    margin: 15px auto
}

.sideNav .sideUl {
    margin: 0 auto
}

.sideUl .sideLi {
    height: 8vh
}

.sideLi div:nth-child(1) {
    float: left;
    height: 8vh;
    width: 8vh
}

.sideLi img {
    width: 5vh;
    height: auto;
    position: initial;
    margin: 1.5vh
}

.sideLi div:nth-child(2) {
    float: left;
    line-height: 8vh
}

.bannerImg {
    min-width: 100%
}