.operation_btn_box{
    position: absolute;
    right: 0;
    min-width: 200px;
    top: 0;
    text-align: right;
    bottom: 0;
    margin: auto;
    height: 25px;
}
.operation_btn_box button{
    width: 94px;
    height: 25px;
    background: #E9F2FF;
    border-radius: 15px;
    border: 1px solid #095DF6;
    font-size: 13px;
    font-weight: 400;
    color: #095DF6;
    cursor: pointer;
}

/* 遮罩*/
.recycle_bin_mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
}
.recycle_bin_mask .recycle_bin_determine{
    width: 420px;
    height: 136px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.recycle_bin_mask .recycle_bin_determine_title{
    width: 100%;
    height: 74px;
    padding-top: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.recycle_bin_mask  .recycle_bin_determine_btn{
    width: 100%;
    height: 62px;
    border-top: 1px solid #EEEEEE;
}
.recycle_bin_mask  .recycle_bin_determine_btn button{
    width: 50%;
    height: 100%;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}
.recycle_bin_mask  .recycle_bin_determine_btn .confirm_btn{
    color: #095DF6;
    border-right: 1px solid #EEEEEE;
}


/* 操作弹窗 */
#opPopupMask{
    position:fixed;
    top: 60px;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}
#opPopup{
    width: 420px;
    height: 136px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#opPopup .opPopupTitle{
    width: 100%;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
#opPopup .opPopupBtn{
    width: 100%;
    height: 62px;
}
#opPopup .opPopupBtn div{
    width: 50%;
    height: 100%;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    border-top: 1px solid rgba(238, 238, 238, 1);
    float: left;
    cursor: pointer;
}
#opPopup .opPopupBtn div:hover{
    background: #095DF6 !important;
    color: #fff !important;
}
#opPopup .opPopupBtn .determine_btn{
    color: rgba(9, 93, 246, 1);
    border-right: 1px solid rgba(238, 238, 238, 1);
}


    /* 修改名称 */
    .edit_name_box_mask{
    min-width: 100vw;
    height: 100vh;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    background: rgba(0, 0, 0, 0.16);
    }
    .edit_name_box{
    width: 440px;
    height: 143px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 5px;
    /* display: none; */
}
.edit_name_box_label{
    width: 100%;
    height: 17px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
}
.edit_name_box_input{
    width: 100%;
    height: 36px;
    margin-bottom: 16px;
}
.edit_name_box_input input{
    width: 100%;
    height: 100%;
    outline: none;
    border: 1px solid #CCCCCC;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
}

.edit_name_box_button{
    width: 100%;
    text-align: center;
}
.edit_name_box_button button{
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    outline: none;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}
.edit_name_box_button .determine_button{
    background: #095DF6;
    color: #FFFFFF;    
    border: 1px solid #095DF6;  
}
.edit_name_box_button .cancel_button{
    border: 1px solid #CCCCCC;  
}
.edit_name_icon{
    width:16px;
    height:16px;
    vertical-align: middle !important;
    margin-left: 16px;
    cursor: pointer;
}
.edit_name_close{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 14px;
    cursor: pointer;
}
#alias_name_label{
    color: #333;
    font-size: 16px !important;
    display: inline-block;
    max-width: 700px;
    max-width: 500px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    vertical-align: middle;
}
.alias_name_label_two{
    max-width: 110px !important;
}    