/* set-wrap-------------------------- */
#set-wrap{
    height:100%;
    max-width:400px;
    width:100%;
    background-color: white;
    position:fixed;
    top:0;
    right:-100%;
    z-index:12;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

#set-header{
    width:100%;
    height:50px;
    background-color: rgb(255, 255, 255);
    border-bottom:1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding:0 0px 0 20px;
    display: flex;
    align-items: center;
    justify-content:space-between;
}

.set-close-btn{
    height:100%;
    width:50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.set-close-btn:hover >img{
    transform: scale(1.2);
}
.set-close-btn img{
    width:25px;
    height:25px;
    transition:all .3s;
}

.set-header-title-box{
    display: flex;
    align-items: center;
}
.set-title-i1{
    display: flex;
    align-items: center; 
}
.set-title-i1 img{
    width:20px;
    height:20px;
    margin-right:5px;
}
.set-title-i1 span{
    font-size:18px;
}

.set-title-i2{
    display: flex;
    align-items: center; 
    display: none;
}
.set-title-i2 img{
    width:10px;
    height:10px;
    margin:0 5px;
}
.set-title-i2 span{
    font-size:14px;
}


#set-content{
    width:100%;
    flex:1;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    padding:0 20px;
}
#set-bottom{
    width:100%;
    height:50px;
    background-color: rgba(0, 0, 0, 0.02);
    box-sizing: border-box;
    padding:0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}
.set-bottom-tips{
    color:rgba(0, 0, 0, 0.6);
    font-size:14px;
}
.set-bottom-btn-box{
    display: flex;
    display: none;
}
.set-bottom-eye{
    padding:4px 20px;
    background-color:#5fa0ff;
    border-radius:100px;
    color:white;
    transition: all .3s;
    margin-right:7px;
    
}
.set-bottom-eye:hover{
    transform: translateY(-4px);
}
.set-bottom-save{
    padding:4px 20px;
    background-color:#5fa0ff;
    border-radius:100px;
    color:white;
    transition: all .3s;
}
.set-bottom-save:hover{
    transform: translateY(-4px);
}

.set-content-box{
    width:100%;
}
.set-menu{
    width:100%;
    height:100%;
    display: flex;
    flex-flow: column wrap;
    justify-content:space-between;
}

.set-menu-top{
    width:100%;
}
.set-menu-bottom{
    width:100%;
}

.set-bottom-a-box{
    width:100%;
    display: flex;
    justify-content: center;
    margin-bottom:20px;
}

.set-bottom-a{
    color:rgba(0, 0, 0, 0.6);
    padding:5px 8px;
    font-size: 13px;
    transition: all .3s;
}
.set-bottom-a:hover{
    color:rgba(0, 0, 0, 0.8);
}


.set-bg{
    position: relative;
    display: none; 
}
.set-bg-header{
    width:100%;
    height:40px;
    background-color: rgb(248, 248, 248);
    display: flex;
    align-items: center;
    position: fixed;
    z-index:2;
}
.set-bg-menu-btn{
    height:100%;    
    box-sizing: border-box;
    border-bottom: transparent 2px solid;
    padding-top:12px;
    font-size: 14px;
    margin-right:10px;
    display: flex;
    align-items: center;

}

.current-set-bg-menu-btn{
    border-bottom: #5fa0ff 2px solid; 
}

.set-bg-pic-box{
    padding-top:45px;
}
.set-bg-pic{
    width:98%;
    height:200px;
    margin:8px auto;
    /* background-image: url("https://images.weserv.nl/?q=80&w=300&url=https://tvax2.sinaimg.cn/orj360/0079KAw5gy1gum7ug5a51j62801e04qp02.jpg"); */
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition:all .3s;
    background-color: rgb(245, 245, 245);
    position: relative;
}
.set-bg-pic:active{
    transform: scale(1.02);
}
.set-bg-pic:hover>.set-pic-btn-box{
    display: flex;    
}

.set-bg-netpic-box{
    padding-top:45px;
    display: none;   
}
.set-pic-btn-box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 10px;
    right:10px; 
    display: none;  
    transition: all .5s; 
    
}
.set-pic-btn{
    background-color: rgba(0, 0, 0, 0.4);
    padding:4px 10px;
    border-radius: 100px;
    color:white;
    margin:0 3px;
    font-size:14px;
}




.menu-user-box{
    width:100%;
    background-color: white;
    border-radius:4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    margin:10px auto;
    box-sizing: border-box;
    padding:30px;
}
.menu-btn{
    width:100%;
    height:50px;
    background-color: white;
    border-radius:4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    margin:10px auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left:30px;

}
.menu-btn img{
    width:16px;
    margin-right:5px;
}


.user-box-l1{
    width:100%;
    display: flex;
    align-items: center;
}

.user-box-head{
    height:40px;
    width:40px;
    border-radius:100px;
    border:1px solid rgba(0, 0, 0, 0.05);
    margin-right: 10px;
}

.user-box-text{
    display: flex;
    flex-flow: column wrap;

}
.user-box-l2{
    width:100%;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size:14px;
    padding-top:20px;
    margin:20px 0;
}
.user-box-l2 span{
    color:#5fa0ff;
    font-size:18px;
}

.user-box-l3{
    display: flex;
    align-items: center;
}
.user-box-btn{
    margin-right:10px;
    color: #5fa0ff;
    font-size: 14px;
    display: none;
}
.user-box-nickname{
    font-size:17px;
    color:#000000;
    position: relative;
}
.user-box-nickname:hover .user-nickname-edit{
    display:inline-block;
}
.user-nickname-edit{
    position:absolute;
    width:18px;
    height:18px;
    display: none;
    transition: all .3s;
    top:0;
}
.user-box-mail{
    font-size: 14px;
}

#nickname-edit-box{
    display: flex;
    align-items: center;
    display: none;
}
#nickname-edit-input{
    height:20px;
    padding:0 5px 0 5px;
    margin:0;
    width:100px;
    font-size:12px;
    outline: none;
    background-color: white;
    border:1px solid rgba(0, 0, 0, 0.4);
    border-radius:2px;
}
#nickname-edit-sub{
    height:22px;
    line-height:22px;
    padding:0 5px;
    box-sizing: border-box;
    background-color: #5fa0ff;
    color: white;
    text-align: center;
    margin-left:5px;
    font-size:12px;
    border-radius:2px;
}

.netpic-wrap{
    display: flex;
    flex-flow:column wrap;
    width:100%;
    background-color:#fafafa;
    margin:40px auto;
   

}

.netpic-wrap span{
    font-size: 12px;
    color:rgba(0, 0, 0, 0.4);
}
.netpic-input-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height:40px;
    /* border-bottom:1px solid rgba(0, 0, 0, 0.2); */
    transition:all .5s;
    
}

.netpic-input{
    flex: 1;
    box-sizing: border-box;
    border:none;
    height:100%;
    background-color:#fafafa;
    
    /* background-color: rgba(0, 0, 0, 0.05); */
    border-bottom:1px solid rgba(0, 0, 0, 0.2);
    
    padding:0 10px 0 0;
    outline: none;
}
.netpic-input:hover{
    border-bottom:2px solid #5fa0ff;
}

.netpic-sub{
    padding:5px 15px;
    border-radius: 100px;
    background-color: #5fa0ff;
    color:white;
    font-size:14px;
    transition: all 3s;
    margin-left:5px;
}

.netpic-tips span{
    font-size:18px;
    
}
.netpic-tips p{
    font-size:14px;
}
.netpic-tips a{
    transition: all .3s;
    font-size:14px;
    color: rgba(59, 59, 59, 0.8);
    margin-right: 10px;
}
.netpic-tips a:hover{
    color: #5fa0ff;
}





