.personal_center_content .uploadPage .content_title {
    color: #9a9a9a;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
    font-size: 16px;
    display: flex;
}

.personal_center_content .uploadPage .content_title .content_title_item {
    margin-right: 38px;
    cursor: pointer;
}

.personal_center_content .uploadPage .content_title .content_title_item .nuxt_a_link {
    height: 100%;
    display: inline-block;
}

.personal_center_content .uploadPage .content_title .content_title_item .nuxt_a_link:hover {
    color: #282828;
}

.personal_center_content .uploadPage .content_title .content_title_item .nuxt_a_link_active {
    color: #282828;
    border-bottom: 2px solid #fee233;
}

.personal_center_content .bulkEditPage {
    margin: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ebeef5;
    border-top: 1px solid #ebeef5;
}

.personal_center_content .bulkEditPage .el-table thead {
    color: #909399;
    font-weight: 500;
}

.personal_center_content .bulkEditPage .el-table thead th {
    background-color: #f9f9f9;
    padding: 8px 0px;
    color: #282828;
    text-align: center;
}

.personal_center_content .bulkEditPage .el-table thead th .required {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.personal_center_content .bulkEditPage .el-table thead th .cell {
    position: relative;
    cursor: pointer;
}

.personal_center_content .bulkEditPage .el-table thead th .cell .icon-xiangxiazhankai {
    display: inline-block;
    transform: rotate(0deg);
    /* 初始状态为0度旋转 */
    transition: transform 0.5s;
    /* 设置过渡效果的持续时间为0.5秒 */
    /* 为旧版浏览器添加前缀 */
    -ms-transition: -ms-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
}

.personal_center_content .bulkEditPage .el-table thead th .cell .rotated {
    transform: rotate(180deg);
    /* 目标状态为180度旋转 */
}

.personal_center_content .bulkEditPage .el-table thead th .icon-zhuyi {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 12px;
    cursor: pointer;
    background: url(../../images/el-table-icon-zhuyi.png) no-repeat;
}

.personal_center_content .bulkEditPage .el-table thead th .icon-zhuyi .tipbox {
    display: none;
    position: absolute;
    right: -130px;
    top: -30px;
    z-index: 100;
    background-color: #fff;
    width: 122px;
    padding: 5px;
    border: 1px solid #f3d78c;
    border-radius: 4px;
    color: #a97c10;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

.personal_center_content .bulkEditPage .el-table thead th .icon-zhuyi .tipbox::after {
    content: "";
    position: absolute;
    top: 27px;
    left: -9px;
    width: 11px;
    height: 14px;
    background: url(../../images/tipboxleftsjx.png) no-repeat;
}

.personal_center_content .bulkEditPage .el-table thead th .icon-zhuyi:hover .tipbox {
    display: block;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox {
    display: none;
    width: 220px;
    height: 186px;
    background: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(9, 9, 9, 0.07);
    box-shadow: 0 4px 10px 0 rgba(9, 9, 9, 0.07);
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 27px;
    z-index: 998;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .el-textarea .el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    height: 97px;
    resize: none;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .el-textarea .el-textarea__inner:focus {
    outline: none;
    border-color: #fee233;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .retain_title {
    position: absolute;
    right: 25px;
    top: 86px;
    width: 98px;
    padding: 3px;
    font-size: 10px;
    font-weight: normal;
    height: 19px;
    background: #fee233;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: flex;
    align-items: center;
    color: #606266;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .retain_title .retain_title_check {
    margin-right: 10px;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .retain_title .customerCheckbox {
    margin-top: 0;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .retain_title .tooltip {
    width: 9px;
    height: 9px;
    background: url(../../images/tooltipico.png) no-repeat;
    position: absolute;
    top: -5px;
    right: -12px;
    cursor: pointer;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .retain_title .tooltip .tooltipbox {
    display: none;
    position: absolute;
    top: -32px;
    right: -252px;
    width: 240px;
    padding: 10px;
    border: 1px solid #f3d78c;
    border-radius: 4px;
    color: #a97c10;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    background-color: #fff;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .retain_title .tooltip .tooltipbox::after {
    content: "";
    position: absolute;
    top: 27px;
    left: -9px;
    width: 11px;
    height: 14px;
    background: url(../../images/tipboxleftsjx.png) no-repeat;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .retain_title .tooltip:hover .tooltipbox {
    display: block;
}

.personal_center_content .bulkEditPage .el-table thead th .dialogBox .footer-btn {
    padding: 20px 0 10px;
}

.personal_center_content .bulkEditPage .el-table tr {
    background-color: #fff;
}

.personal_center_content .bulkEditPage .el-table tr:hover td {
    background-color: #f5f7fa;
}

.personal_center_content .bulkEditPage .el-table tr .transbtn {
    width: 74px;
    height: 36px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.personal_center_content .bulkEditPage .el-table tr .subbtn {
    background: #fee233;
    color: #462e2e;
}

.personal_center_content .bulkEditPage .el-table tr .subbtn:hover {
    background-color: #ffea69;
}

.personal_center_content .bulkEditPage .el-table tr .cancellbtn {
    color: #333;
    border: 1px solid #dfdfdf;
    margin-left: 5px;
    background-color: #fff;
}

.personal_center_content .bulkEditPage .el-table tr .cancellbtn:hover {
    background-color: #f9f9f9;
}

.personal_center_content .bulkEditPage td,
.personal_center_content .bulkEditPage th {
    border-right: 1px solid #ebeef5;
}

.personal_center_content .bulkEditPage .checkboxbox .customerCheckbox {
    float: none;
    display: inline-block;
}

.personal_center_content .bulkEditPage td {
    text-align: center;
    border-bottom: 1px solid #f9f9f9 !important;
}

.personal_center_content .bulkEditPage td .yulanimg {
    position: relative;
    width: 125px;
    height: 130px;
    overflow: hidden;
    border-radius: 4px;
    margin: 10px;
    background-color: #f4f4f4;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.personal_center_content .bulkEditPage td .yulanimg:hover .mengban {
    opacity: 1;
    /* 悬停时透明度变为1 */
}

.personal_center_content .bulkEditPage td .yulanimg .mengban {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    /* 初始透明度为0 */
    transition: opacity 0.4s;
    /* 设置透明度变化的过渡时间为0.5秒 */
}

.personal_center_content .bulkEditPage td .yulanimg .mengban .icon {
    position: absolute;
    z-index: 3;
    left: 50px;
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
}

.personal_center_content .bulkEditPage td .yulanimg .mengban .magnify {
    top: 40px;
    background: url(../../images/zoom-in.png) no-repeat;
    background-size: 23px 23px;
}

.personal_center_content .bulkEditPage td .yulanimg .mengban .delico {
    top: 70px;
    background: url(../../images/delete-fill.png) no-repeat;
    background-size: 23px 23px;
}

.personal_center_content .bulkEditPage td .yulanimg .contentimg {
    width: 126px;
}

.personal_center_content .bulkEditPage td .item__error {
    text-align: left;
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    margin: 5px 20px;
}

.personal_center_content .bulkEditPage td .textarea__inner {
    border: none;
    padding: 0;
    height: 130px;
    resize: none;
    margin: 10px;
}

.personal_center_content .bulkEditPage td .tableCascader {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 10px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: 1px solid #dfdfdf;
    margin: 10px;
    position: relative;
}

.personal_center_content .bulkEditPage td .tableCascader .icon-xiangxiazhankai {
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(0deg);
    transform: rotate 0.4s;
}

.personal_center_content .bulkEditPage td .tableCascader .form-control {
    font-size: 14px;
    color: #606266;
}

.personal_center_content .bulkEditPage td .tableCascader .cascader-menu {
    width: 157px;
}

.personal_center_content .bulkEditPage td .tableHandle {
    display: flex;
    align-items: center;
}

.personal_center_content .bulkEditPage td .tableHandle .submitBtn {
    width: 62px;
    height: 30px;
    margin: 0 5px;
    border-radius: 30px;
    background-color: #fee233;
    border-radius: 20px;
    border: 1px solid #fee233;
    color: #462e2e;
    cursor: pointer;
    transition: all 0.2s ease;
}

.personal_center_content .bulkEditPage td .tableHandle .submitBtn:hover {
    background: #ffea69;
    border: 1px solid #ffea69;
}

.personal_center_content .bulkEditPage td .tableHandle .btnH {
    padding: 0 5px;
    cursor: pointer;
}

.personal_center_content .bulkEditPage td .tableHandle .btnH:hover {
    color: #fd7322;
}

.personal_center_content .allCheckBox {
    padding: 15px 0 15px 11px;
    background: #fffefb;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    position: relative;
}

.personal_center_content .allCheckBox .allCheckBtn {
    width: 70px;
    height: 36px;
    border: 1px solid #dfdfdf;
    background: #fff;
    color: #9a9a9a;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.personal_center_content .allCheckBox .allCheckBtn:hover {
    border: 1px solid #fee233;
    background: #fee233;
    color: #462e2e;
}

.personal_center_content .allCheckBox .allEdit {
    width: 106px;
    height: 36px;
    line-height: 36px;
    background: #fffadd;
    border-radius: 2px;
    border: 1px solid #fee233;
    color: #a37300;
    margin: 0 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}

.personal_center_content .allCheckBox .allSubmit {
    width: 106px;
    height: 36px;
    border-radius: 2px;
    background: #fee233;
    color: #462e2e;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
}
