/*! <=991 手机端 */
@media all and (max-width: 991px) {
    .header_body {
        padding: 16px 11px;
        display: flex;
        flex-direction: column;
        height: auto;
    }


    .scroll{
        overflow: auto;
    }
    .header_body .logo {
        width: 96px;
        height: 22px;
    }
    .header_body .menu {
        display: none;
    }

    .header_body .appMore   {
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 4px 12px;
        border-radius: 2px;
        background: rgba(120, 51, 30, 1);
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0px;
        display: flex;
        margin-right: 14px;
    }

    .app_info{
        width: 32px;
        height: 32px;
        margin-right: 14px;
    }

    .app_info .avatar{
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }

    .header_body .app_right
    {
        display: flex;
        align-items: center;
    }
    .header_body .app_more {
        display: block;
        width: 20px;
        height: 20px;
    }
    .header_body .header_app {
        display: block;
        height: 100vh;
        width: 100%;
        background-color: #78331e;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        padding: 16px 11px;
    }
    .header_body .header_app .header_app_top {
        -webkit-animation: skew_move_1 1s;
        -webkit-transform-origin: 0% 100%;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .header_body .header_app .header_app_top .close {
        display: block;
        width: 20px;
        height: 20px;
    }
    .header_body .header_app .header_app_list {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        padding: 0 68px;
    }

    .header_app_item_son{
        width: 100%;
        padding: 24px 0px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 28.74px;
        color: white;
        border-bottom:none;
        text-align: center;
    }
    .header_body .header_app .header_app_list .header_app_item {
           width: 100%;
        padding: 24px 0px;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 28.74px;
        color: white;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        text-align: center;

    }
    .header_body .header_app .header_app_list .header_app_item .header_app_item_exp{
        padding-bottom: 24px;
        /*border-bottom: 1px rgba(255, 255, 255, 0.1) solid;*/

    }
    .header_body .header_app .header_app_list .header_app_item_active{
        position: relative;
        color: #ebdcae;
    }
    .header_body .header_app .header_app_list .header_app_item_active::after{
        content: '';
        width: 152px;
        height: 1px;
        background-color:  #ebdcae;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .jpwh_app_list{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .header_body .header_app .jpwh_app_list .jpbk{
        width: 100%;
    }
    .up_jiantou{
        width: 12px;
        height: 12px;
        margin-left: 10px;
    }
    .up_jiantou_rotate{
        transform: rotate(180deg);
    }
    #jpwh_app{
        transform: translateX(14px);
    }

}


@-webkit-keyframes skew_move_1 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(260px) skewX(-24deg);
    }
}
