@charset "utf-8";
/* 弹窗 */
.pop{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 101;
}
.pop .mask{
    width: 100%;
    height: 100%;
    background-color: #00000047;
}
.pop_content{
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mulist_box{
    width: 310px;
    height: 360px;
   }
.mulist_box .title{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}
.mulist_box .close{
    position: absolute;
    top: 10px;
    left: 10px;
    color: #777;
}
.mulist_box .close i{
    font-size: 13px;
}
.mulist_box .save{
    position: absolute;
    top: 10px;
    right:10px;
    color: #FF3334;
    font-size: 15px;
    cursor: pointer;
}
.mulist_box .music_lis{
    margin-top: 10px;
}
.music_item{
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #DFDFDF;
}
.mulist_box  .music_info  img{
    width: 40px;
    height: 40px;
    /* border: 1px solid red; */
    display: inline-block;
}
.mulist_box  .music_info div{
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
 }
 .isselect{
    width:16px;
    height:16px;
    border-radius: 50%;
    border: 1px solid #777;
    display:flex;
    align-items:center;
    justify-content:center;
    position: absolute;
    right: 13px;
    top: 24px;
 }
 .isselect span{
     width: 10px;
     height: 10px;
     display: inline-block;
     background: #fff;
     border-radius: 50%;
 }
.music_item.selected .isselect{
    border: 1px solid #FF3334;
 }
 .music_item.selected .isselect span{
    background: #FF3334;
 }
.btn_create{
    width: 80px;
    height:30px;
    background:rgba(255,255,255,1);
    border: 1px solid #FF3334;
    color: #FF3334;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    cursor: pointer;
 }
 .title_input{
    border: 1px solid #DFDFDF;
    color: #AAAAAA;
    width: 210px;
    height: 30px;
    vertical-align: top;
    font-size: 12px;
    padding-left: 10px;
    outline:none;
 }
 .create_musiclist{
     margin-top: 18px;
     padding: 0 10px;
    font-size: 0;

 }

 /* 授权弹窗 */
 .apple_box{
    width: 300px;
 }
 .apple_box .title{
    text-align: center;
    font-weight: 500;
    color: rgba(0,0,0,1);
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 18px;

 }
.apple_content p:nth-child(1){
    font-size: 14px;
    font-weight: 500;
    color: rgba(244,55,55,1);
    text-align: center;
    padding: 0 40px;
 }
 .apple_content p:nth-child(2){
    font-size: 12px;
    font-family: Maven Pro;
    font-weight: 400;
    color: rgba(119,119,119,1);
    padding: 0 40px;
    margin-top: 5px;
 }
 .apple_content p:nth-child(3){
    font-size: 13px;
    font-family: Maven Pro;
    font-weight: 500;
    color: rgba(1,1,1,1);
    padding: 0 20px;
    margin-top: 20px;
 }
 .apple_btn_wrap{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
 }
.apple_btn_wrap span{
    font-size:13px;
    font-family:Maven Pro;
    font-weight:500;
    color:rgba(119,119,119,1);
    margin-right: 45px;
    cursor: pointer;
}
.apple_btn_wrap a{
    font-size: 13px;
    font-family: Maven Pro;
    font-weight: 500;
    color: rgba(255,254,254,1);
    display: inline-block;
    width: 155px;
    height: 30px;
    background: rgba(244,55,55,1);
    border-radius: 4px;
    line-height: 30px;
    cursor: pointer;
}
.auth_box{
    width: 200px;
    padding: 18px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600
}