
.my-transfer{max-width: 540px;}
.my-transfer .l-r-button{width: 80px;margin: 100px 0;text-align: center;}
.my-transfer .l-r-button .el-button{margin: 10px auto;}
.my-transfer .transfer-item{
    float: left;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    max-height: 100%;
    box-sizing: border-box;
    position: relative;
}
.my-transfer .transfer-item .trans-head{
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f5f7fa;
    margin: 0;
    padding-left: 15px;
    border-bottom: 1px solid #ebeef5;
    box-sizing: border-box;
    color: #000;
}
.my-transfer .transfer-item .trans-head .check-me{}
.my-transfer .transfer-item .trans-head .count-check{position: absolute;top: 0;right: 10px;}
.my-transfer .transfer-item .trans-body{}
.my-transfer .transfer-item .trans-body .check-slide{height: 200px;}
.my-transfer .transfer-item .trans-body .filter-ins{
    text-align: center;
    margin: 15px;
    box-sizing: border-box;
    display: block;
    width: auto;
}
.my-transfer .transfer-item .trans-body .el-checkbox{
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin-left: 20px;
    margin-right: 30px;
    line-height: 30px;
}
.my-transfer .transfer-item .el-form-item__content{line-height: 30px !important;}


.sell-follow-pop-account{width: 640px;}

