
/*  */
.wra_nav{
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    background-color:rgba(0, 0, 0, .5);
    z-index: 1000;
    right: -100%;
}
.wra_nav .wra_box{
    background-color: #fff;
    width: 20%;
    height: 100%;
    margin-left: 80%;
    padding: 50px 40px;
}
.wra_box ul .wra_list{
    line-height: 40px;
    /*margin-bottom: 40px;*/
    position: relative;
}

.wra_box ul .wra_list:first-of-type{
    width: 90%;
}

.wra_box ul .wra_list ul li{
    line-height: 30px;
}
.wra_box ul .wra_list ul{
    display: none;
}
.wra_box ul .wra_list>a{
    font-size: 20px;
    color: #333;
    display: block;
    border-bottom: 1px solid #eaeaea;
}

.wra_box ul .wra_list .i{
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    background: url(../images/i.png) no-repeat center center;
    /*background-size: 24px auto;*/
    cursor: pointer;
}
.wra_box ul .wra_list .i.active{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}


.icon_wra{
    position: absolute;
    top: 10px;
    right: 10px;
}
.wra_box{
    position: relative;
}

.wra_list ul{
    padding-left: 20px;
}

@media (max-width: 960px) {
    .wra_nav .wra_box{
        width: 40%;
        margin-left: 60%;
    }
    .wra_nav .wra_box{
        width: 60%;
        margin-left: 40%;
    }
    .wra_box ul .wra_list>a{
        font-size: 16px;
        font-weight: 500;
        display: block;
    }
    .wra_box ul .wra_list{
        line-height: 40px;
    }
    .wra_list ul li a{
        font-size: 14px;
    }
}

@media (max-width: 640px) {
    .wra_nav .wra_box{
        width: 80%;
        margin-left: 20%;
        padding: calc(40 * var(--rpx));
    }
}
