.au_mobile{
    display: none;
}
.pc_swapper{
    display: block;
}
.mobile_swapper{
    display: none;
}
@media screen and (max-width: 768px) {
    #aut_wrap_top{
        width: 100% !important;
    }
    .auwrap{
        width: auto;
    }
    .auwraprx{
        display: none;
    }
    .auwrap .auwraprx_mobile{
        margin-left: 0;
    }
    .auwrap .auwraprx_mobile a{
        font-size: 14px;
        margin: 0 10px;
    }
    .auwrap .auwraprx_mobile a.auwraprxMSelected{
    color: #0099ff;
    }
    .au_mian{
        display: none !important;
    }
    .au_mobile{
        display: flex;
        margin: 20px;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .author-item{
        width: calc(50% - 10px);
        background: #fff;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .author-item a{
        display: block;
    }
    .author-item .author-item-img{
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .author-item .author-item-img img{
        height: 100px;
        width: 100px;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .author-item .author-item-info{
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        /*超出部分隐藏显示省略号*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .author-item .author-item-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 0 10px;
        font-size: 12px;
    }


    /** 用户列表 */
    .pc_swapper{
        display: none;
    }
    .mobile_swapper{
        display: block;
        margin-top: 70px;
    }

    .panno_userinfo{
        margin: 20px;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .panno_userinfo_avatar{
        height: 50px;
        width: 50px;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    .panno_userinfo_avatar img{
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }
    .panno_userinfo_name{
        font-size: 18px;
        font-weight: bold;
    }
    .panno_userinfo_fans{
        font-size: 14px;
        color: #999;
    }
    .panno_userNav{
        margin: 20px;
    }
    .panno_userNav ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .panno_userNav ul li{
        height: 40px;
        line-height: 40px;
        width: calc( 100% / 5 - 10px);
        text-align: center;
        overflow: hidden;
        border-radius: 6px;
        background:linear-gradient(90deg,#cccccc13,#cccccc8e);
    }
    .panno_userNav ul li.current{
        background:linear-gradient(90deg,#e7f6ff,rgba(1,153,255,0.2));
    }
    .panno_userNav ul li a{
        display: block;
        width: 100%;
    }
    .panno_worklist{
        margin: 20px;
    }
    .no-panno-content{
        text-align: center;
        font-size: 32px;
        color: #999;
        padding: 60px 0 30px 0;
        font-weight: bold;
    }
    .panno_worklist_swapper{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .panno_worklist_item{
        width: calc(50% - 10px);
        background: #fff;
        /* border: 1px solid; */
    }
    .panno_worklist_item .panno_worklist_item_img{
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .panno_worklist_item .panno_worklist_item_img img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .panno_worklist_item_title{
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 10px;
        /** 超出部分隐藏显示省略号 */
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .panno_worklist_item_box{
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .panno_worklist_item_box p{
        display: flex;
        align-items: center;
    }
    .panno_worklist_item_box p i{
        margin-right: 3px;
    }
    .panno_page{
        margin-top: 30px;
        text-align: center;
        
    }
    .panno_page span.current{
        padding: 4px 10px;
        border: 1px solid #1e9fff;
        background: #1e9fff;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        cursor: default;
        overflow: hidden;
        margin: 0 2px;
        height: 28px;
    }
    .panno_page span.notuse {
        padding: 5px 10px;
        border: 1px solid #ddd;
        background: #f6f6f6;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        cursor: default;
        overflow: hidden;
        margin: 0 2px;
        color: #999;
        height: 28px;
    }
    .panno_page a {
        padding: 5px 10px;
        border: 1px solid #e2e2e2;
        background: #f6f6f6;
        border-radius: 3px;
        color: #333;
        font-size: 14px;
        overflow: hidden;
        margin: 0 2px;
        height: 28px;
    }


}