#successAddPart {
    width: 400px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 99999;
    padding: 12px 10px 40px 10px;
    box-sizing: border-box;
}

.close_icon {
    width: 100%;
    height: 16px;
}

.close_icon img {
    width: 16px;
    height: 16px;
    float: right;
    cursor: pointer;
}

.success_title {
    text-align: center;
    margin-top: 22px;
}

.success_title img {
    width: 50px;
    height: 50px;
}

.success_title p {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}

.add-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    position: relative;
    margin-top: 30px;
    padding: 0 20px;
}

.add-label p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.new-label {
    width: 298px;
    display: flex;
    align-items: center;
}

.new-label-input {
    width: 298px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    color: #333333;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    box-shadow: none !important;
}

.new-label-input::-webkit-input-placeholder {
    color: #999999;
}

.new-label-input:-ms-input-placeholder {
    color: #999999;
}

.new-label-box {
    width: 298px;
    min-height: 28px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    padding: 0 25px 0 10px;
    box-sizing: border-box;
    border: 1px solid #CDCDCD;
    box-shadow: none !important;
    flex-wrap: wrap;
}

.new-label-box .ever-mes {
    max-width: 94px;
    height: 22px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 5px;
    margin: 3px 0;
    line-height: 22px;
    border-radius: 11px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-label .new-label-box div img {
    width: 12px;
    height: 12px;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: -16px;
}

.new-label .new-label-box div img:hover {
    content: url("/vcommon//mypage/img/myparts/icon_del_active.png");
}

.new-label-box div:hover img {
    visibility: visible;
}

.img_flex {
    position: relative;
}

.new-label-input:focus {
    border: 1px solid #003399;
}

.addLabel {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 30px;
    top: 6px;
    cursor: pointer;
}

.label-btn {
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 60px 120px 0 120px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #4A4A4A;
    background: #FFCC00;
    outline: none;
    border: none;
    cursor: pointer;
}


/* 新建标签名称 共同 */

.set-label {
    width: 264px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 35px;
    left: 323px;
    padding: 10px 10px 20px 10px;
    box-sizing: border-box;
}

.set-label::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 20px solid rgba(7, 67, 36, 0.8);
    border-right: 10px solid rgba(7, 67, 36, 0.8);
    position: absolute;
    top: -13px;
    left: 10px;
    border-color: transparent transparent #FFFFFF;
}

.set-title {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.set-title span {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
}

.set-title img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.set-name {
    width: 244px;
    margin-top: 10px;
}

.set-name input {
    width: 244px;
    height: 28px;
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    line-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #CDCDCD;
}

.set-name input::-webkit-input-placeholder {
    color: #999999;
}

.set-name input:focus {
    border: 1px solid #003399;
}

.set-name-error {
    min-height: 17px;
    display: flex;
    /* align-items: center; */
    margin-top: 5px;
}

.set-name-error img {
    width: 16px;
    height: 16px;
}

.set-name-error p {
    font-size: 12px;
    font-weight: 400;
    color: #E52F2C;
    line-height: 17px;
    margin-left: 5px;
}

.set-color {
    width: 100%;
    height: 24px;
    margin-top: 20px;
}

.set-color ul {
    display: flex;
    justify-content: space-around;
}

.set-color ul li {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
}

.set-color ul li:nth-child(1) {
    background: #FFA78C;
}

.set-color ul li:nth-child(2) {
    background: #6DD4B8;
}

.set-color ul li:nth-child(3) {
    background: #BB9A6E;
}

.set-color ul li:nth-child(4) {
    background: #FDBF65;
}

.set-color ul li:nth-child(5) {
    background: #6BADF9;
}

.set-color ul li:nth-child(6) {
    background: #B1ADF1;
}

.color-active {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 15px;
}

.color-active::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 7px;
    width: 40%;
    height: 20%;
    border: 2px solid #fff;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
}

.serNew-btn {
    width: 224px;
    height: 36px;
    margin-top: 20px;
    margin-left: 10px;
}

.serNew-btn button {
    width: 224px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #FFCC00;
    outline: none;
    border: none;
    cursor: pointer;
}


/* 数量上限报错 */

.new-label-error {
    position: absolute;
    display: flex;
    margin-left: 62px;
    margin-top: 5px;
}

.new-label-error img {
    width: 16px;
    height: 16px;
}

.new-label-error span {
    font-size: 12px;
    font-weight: 400;
    color: #E52F2C;
    margin-left: 5px;
}


/* 标签检索 */

.label-check {
    width: 298px;
    height: 140px;
    margin-left: 62px;
    background: #FFFFFF;
    display: none;
    position: absolute;
}


/* 无标签 */

.label-nocheck {
    text-align: center;
    height: 140px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.label-nocheck img {
    width: 40px;
    height: 40px;
    margin-left: 8px;
    margin-top: 35px;
}

.label-nocheck p {
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
}


/* 有标签 */

.label-check ul {
    width: 298px;
    height: 140px;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

.label-check ul li {
    width: 100%;
    height: 28px;
    background: #FFFFFF;
    margin-bottom: 0;
    padding: 0 8px 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.label-check ul li:hover {
    background: #DFEEFF;
}

.label-check ul li:hover .label-check-rh img {
    display: block;
}

.label-check-lt {
    display: flex;
    align-items: center;
}

.label-check-lt p {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.label-check-lt span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-check-rh img {
    width: 12px;
    height: 12px;
    display: none;
}

.success_btn {
    text-align: center;
    margin-top: 30px;
}

.success_btn button {
    width: 152px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    background: #FFCC00;
    outline: none;
    border: none;
    cursor: pointer;
}

.color-roll-orange {
    background: #FFA78C;
    z-index: 8;
}

.color-roll-green {
    background: #6DD4B8;
    z-index: 8;
}

.color-roll-gray {
    background: #BEA078;
    z-index: 8;
}

.color-roll-yellow {
    background: #FDBF65;
    z-index: 8;
}

.color-roll-blue {
    background: #6BADF9;
    z-index: 8;
}

.color-roll-purple {
    background: #B1ADF1;
    z-index: 8;
}


/* hover 标签 */


/* 标签hover */

.parts_alert_hover {
    height: 38px;
    padding: 10px 10px;
    background: #FFF7D5;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    border: 1px solid #E8E8E8;
    position: absolute;
    margin-bottom: 76px;
    z-index: 990;
    display: none;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.parts_alert_hover::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFF7D5;
    border: solid #E8E8E8;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
}

.parts_alert_hover div {
    width: auto;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}

.modal-loading-area {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 9999;
}

.modal-loading-area .page-loading-bg {
    background: #000;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

.page-loading {
    height: 200px;
    background: url(/vcommon/common/img/loading_100_type2.gif) center center no-repeat;
    font-size: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}

.none {
    display: none !important;
}