
/*————————————————————————————账号 开始————————————————————————————*/

/*账号 pc*/
.artist_pc {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    height: 89%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    /*border: 1px solid yellow;*/
    background: #fff;
}

/*.artist_pc::-webkit-scrollbar {*/
/*    display: none;!*隐藏滚动条*!*/
/*}*/


.artist-pc-0 {
    width: 48%;
    height: 100%;
    /*border: 1px solid red;*/
    margin: 0 auto;
}




/*账号 xc*/
.artist_xs {
    /*border: 1px solid yellow;*/
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%);
    height: 90%;
    width: 100%;
    display: none;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff;
    z-index: 2;
}


.content_detail img{
    max-width: 100% !important;
    height: auto !important;
}


/*————————————————————————————账号 结束————————————————————————————*/


/*————————————————————————————媒体查询 开始————————————————————————————*/
/*媒体查询 电脑模式*/
@media (max-width: 1200px) {

    /*顶部导航*/
    /*.header_div {*/
    /*display: none !important;*/
    /*}*/

}

/*媒体查询 手机模式*/
@media (max-width: 768px) {

    /*账号*/
    .artist_pc {
        display: none !important;
    }

    .artist_xs {
        display: block !important;
    }


}

/*————————————————————————————媒体查询 结束————————————————————————————*/