li a{
    color: #5D5D5D;
}
.b_title a{
    color: #5D5D5D;
}

@media (max-width: 500px){
    .list_tab ul {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        align-items: center;
        color: #5D5D5D;
        font-size: 18px;
        height: 88px;
        box-sizing: border-box;
    }
    
    .list_tab ul li {
        list-style-type: none;
        margin-right: 12px;
        font-size: 12px;
    }
    .user img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 auto;
        margin-right: 20px;
    }
    .list_tab {
        /* width: 100vw; */
        background: #B6A2C1 0% 0% no-repeat padding-box;
        position: sticky;
        left: 0;
        top: 0;
    }
    .content_home {
        width: 100vw;
        height: 100%;
    }
    .content_home img {
        width: 100%;
        height: 100%;
    }
    .content_Discography,
    .content_Discography1,
    .content_Discography2,
    .content_Discography3 {
        width: 100vw;
        height: 100%;
        background-color: #705a82;
        box-sizing: border-box;
        padding: 35px 8px;
        display: flex;
        justify-content: space-between;
    }
    .content_Discography1 img {
        width:50vw;
        height: 200px;
        border-radius: 335px;
    }
    
    .content_Discography2 img,
    .content_Discography3 img {
        width: 50vw;
        height: 200px;
        border-radius: 50%;
    }
    .desc {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-top: 10px;
        text-align: center;
    }
    
    .dis_item1 img {
        width: 30vw;
        height: 206px;
    }
    
    .dis_item img {
        width: 30vw;
        height: 207px;
    }
    .dis_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 16px;
        color: #fff;
    }
    .bio {
        display: block;
        background-color: #705a82;
        margin-top: 20px;
    }
    
    .bio img {
        width: 100%;
    }
    .bio_right {
        box-sizing: border-box;
        text-align: left;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        padding: 17px 6px 0 9px;
    }
    .bio_text {
        background-color: #705a82;
        margin-top: 20px;
        padding: 8px;
        box-sizing: border-box;
    }
    .bio_title {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .line {
        width: 40px;
        height: 2px;
        background-color: #fff;
        margin-left: 12px;
    }
    
    .bio_desc {
        font-size: 16px;
        color: #fff;
        font-weight: bold;
    }
    .links {
        display: block;
        background-color: #705a82;
        margin-top: 20px;
        padding: 10px;
        box-sizing: border-box;
        color: #fff;
    }
    
    .links img {
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
    .links_item img {
        width: 54px;
        height: 54px;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 5px;
    }
     
    .bottom {
        width: 100vw;
        background: #B6A2C1;
        display: block;
        color: #5D5D5D;
        align-items: center;
        box-sizing: border-box;
        padding: 10px;
    }
    .b_left {
        height: 100%;
        display: block;
    }
    .b_left li{
        margin-right: 5px;
    }
    .borther_title ul {
        display: flex;
        justify-content: space-around;
        font-size: 16px;
        margin-top: 10px;
    }
    .r_top {
        display: block;
        margin-top: 20px;
    }
    .r_bot{
        margin: 10px auto;
    }
    .r_top img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
}
@media (min-width: 501px){
    .list_tab ul {
        display: flex;
        justify-content: flex-start;
        font-weight: bold;
        align-items: center;
        color: #5D5D5D;
        font-size: 28px;
        height: 88px;
        box-sizing: border-box;
        padding-left: 50px;
    }
    
    .list_tab ul li {
        list-style-type: none;
        margin-right: 122px;
    }
    li.user{
        margin-right: 0;
    }
    
    .list_tab {
        width: 100%;
        background: #B6A2C1 0% 0% no-repeat padding-box;
        position: sticky;
        left: 0;
        top: 0;
    }
    
    .user img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 auto;
        margin-right: 40px;
    }
    
    .content_home img {
        width: 100%;
        height: 100%;
    }
    
    .bottom {
        width: 100vw;
        background: #B6A2C1;
        display: flex;
        justify-content: space-around;
        color: #5D5D5D;
        align-items: center;
        box-sizing: border-box;
        padding: 50px;
    }
    
    .borther_title ul {
        display: flex;
        justify-content: space-around;
        font-size: 45px;
        margin-top: 40px;
    }
    a:hover{
        color: #674188;
    }
    .b_title {
        font-size: 65px;
       
    }
    
    
    .r_top {
        display: flex;
        justify-content: space-around;
    }
    
    .r_top img {
        width: 114px;
        height: 114px;
        border-radius: 50%;
    }
    
    .r_bot {
        font-weight: bold;
        font-size: 28px;
        margin: 40px auto;
    }
    
    .b_left {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .b_left li{
        margin-right: 50px;
    }
    .b_right {
       
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
    .r_bot span {
        margin-right: 37px;
    }
    
    .content_Discography,
    .content_Discography1,
    .content_Discography2,
    .content_Discography3 {
        width: 100%;
        height: 100%;
        background-color: #705a82;
        box-sizing: border-box;
        padding: 350px 80px;
        display: flex;
        justify-content: space-between;
    }
    
    .desc {
        color: #fff;
        font-weight: bold;
        font-size: 44px;
        margin-top: 15px;
        text-align: center;
    }
    
    .dis_item1 img {
        width: 30vw;
        height: 466px;
    }
    
    .dis_item img {
        width: 30vw;
        height: 467px;
    }
    
    .content_Discography1,
    .content_Discography2,
    .content_Discography3 {
        margin-top: 70px;
        justify-content: space-around;
    }
    
    .dis_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        font-size: 44px;
        color: #fff;
    }
    
    .content_Discography1 img {
        width:50vw;
        height: 708px;
        border-radius: 335px;
    }
    
    .content_Discography2 img,
    .content_Discography3 img {
        width: 50vw;
        height: 800px;
        border-radius: 50%;
    }
    
    .bio {
        display: flex;
        justify-content: space-between;
        background-color: #705a82;
        margin-top: 70px;
    }
    
    .bio img {
        width: 50%;
    }
    
    .bio_right {
        flex: 1;
        box-sizing: border-box;
        text-align: left;
        font-size: 31px;
        color: #fff;
        font-weight: bold;
        padding: 178px 76px 0 90px;
    }
    
    .bio_text {
        background-color: #705a82;
        margin-top: 70px;
        padding: 78px;
        box-sizing: border-box;
    }
    
    .bio_title {
        font-size: 80px;
        color: #fff;
        font-weight: bold;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .line {
        width: 409px;
        height: 8px;
        background-color: #fff;
        margin-left: 34px;
    }
    
    .bio_desc {
        font-size: 40px;
        color: #fff;
        font-weight: bold;
    }
    
    .bio_title_right {
        display: flex;
        justify-content: flex-end;
    }
    
    .links {
        display: flex;
        justify-content: space-between;
        background-color: #705a82;
        margin-top: 70px;
    }
    
    .links img {
        width: 40vw;
        height: 100%;
    }
    
    .links_left {
        flex: 1;
        color: #fff;
        font-size: 28px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        text-align: left;
        box-sizing: border-box;
        padding-left: 50px;
    }
    
    .links_item img {
        width: 114px;
        height: 113px;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 54px;
    }
}

