.force .title-new {
    width: 1038px;
    height: 30px;
    background: #F6F6F6 !important;
    border-radius: 4px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 30px;
}

.force .title-new .btn {
    margin-top: 7px;
    margin-right: 15px;
}

.divhorizontal {
    padding: .5em 0em;
    background-color: transparent;
    text-decoration: none;
    letter-spacing: 0px;
    word-spacing: 0px;
    display: inline-block;
}

.divhorizontal-item1 {
    width: 504px;
}

.divhorizontal-item1 .name-color {
    width: 80px;
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.divhorizontal-item3 {
    width: 160px;
    height: 40px;
    background: rgba(206, 57, 57, 1);
    color: white;
    border-radius: 4px;
    width: 140px;
    text-align: center;
    padding-right: 0px !important;
}

.ipt {
    width: 300px;
    height: 50px;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
}

.ipt-new {
    width: 300px;
    height: 100px;
    line-height: 100px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.equip-container-new {
    margin-top: 72px;
    background: #F6F6F6 !important;
}

.equip-area {
    width: 960px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 32px;
}

.edit-road {
    vertical-align: middle;
    margin-right: 8px;
    background: url("/static/images/transparent-plus.png");
    width: 16px;
    display: inline-block;
    height: 16px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}


.no-data-div {
    margin-top: 150px;
    width: 350px;
    margin-left: 280px;
}

.edit-text {
    font-size: 16px;
    color: white;
}

.edit-new {

}

.back {
    width: 15px;
    height: 18px;
    background: url("/static/images/back-new.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0px 4px 0px 0px;
    cursor: pointer;
}


.photo-item {
    margin-left: 30px;
    margin-top: 20px;
    padding-top: 20px;
}

.input-margin {
    margin-left: 28px;
}

.photo-item-2 {
    margin-left: 30px;
    margin-top: 25px;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.contact-area {
    background: white;
    margin-bottom: 32px;
    height: 180px;
}

.item-text-color {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.input-right {
    line-height: 50px;
    margin-left: 0px;
    padding-left: 12px;
    font-size: 20px;
    width: 681px;
    height: 50px;
    background: rgba(247, 247, 247, 1);
    border-radius: 4px;
    border: 1px solid rgba(238, 238, 238, 1);
    color: rgba(51, 51, 51, 1);
}

.del-btn {
    width: 40px;
    height: 40px;
    background: rgba(180, 180, 180, 1);
    border-radius: 0px 4px 0px 0px;
    position: absolute;
    margin-bottom: 0px;
    margin-left: 920px;
    margin-top: -145px;
    -moz-border-radius-topright: 4px !important;
    line-height: 40px;
    position: relative;
}

.del-btn-icon {
    width: 15px;
    height: 15px;
    background: url("/static/images/transparent-del.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cut-line {
    background: #CE3939;
    margin: 32px 0px;
    height: 2px;
    width: 960px;
}

.save-suc-hint-icon {
    width: 16px;
    height: 16px;
    background: url("/static/images/save-suc-hint.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.necessary-hint-icon {
    width: 16px;
    height: 16px;
    background: url("/static/images/save-notice.png");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    vertical-align: middle;
}

.save-fail-hint-icon {
    cursor: pointer;
    vertical-align: middle;
    background: url(/static/images/transparent-plus.png);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.hint-save {
    width: 100%;
    height: 25px;
    text-align: center;
    margin-top: 30px;
}

