<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
.section {
    background-color: #E5E5E5;
}

.section {
    padding-bottom: 80px;
}

.navigation {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.navigation-btns {
    display: flex;
    align-items: center;
    width: auto;
    height: 52px;
    background: #FFD401;
    border-radius: 42px 42px 42px 42px;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
}

.index-btn {
    width: 120px !important;
    height: 52px;
    background: #FFFFFF;
    border-radius: 42px 42px 42px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}

.index-icon {
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.nav-index {
    width: 120px;
    text-align: center;
    line-height: 52px;
    color: #333333;
}

.deliver-goods {
    display: flex;
    justify-content: space-between;
}

/* 鏅鸿兘濉啓 */

.fill-goods {
    position: relative;
    width: 410px;
    height: 530px;
    background: #EDF1F5;
    border-radius: 30px 30px 30px 30px;
    opacity: 1;
    padding: 40px 30px 50px;
}

.fill-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #222222;
    padding-bottom: 20px;
}

.tips-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.fill-box {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: 24px 20px;
}

.textarea {
    width: 100%;
    height: 316px;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300;
    resize: none;
}

.fill-tips {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #006FFF;
}

.find-use-tips {
    position: relative;
    display: flex;
    align-items: center;
}

.find-use-tips:hover .smart-torial {
    display: block;
}

.smart-torial {
    display: none;
    position: absolute;
    top: -442px;
    right: -662px;
    z-index: 10;
    width: 478px;
    height: 504px;
    z-index: 5;
}

.clear-fill {
    width: 50px;
    height: 22px;
    background: #F6F8FA;
    border-radius: 100px 100px 100px 100px;
    opacity: 1;
    font-size: 13px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1E;
    text-align: center;
    line-height: 22px;
    margin: 0 8px;
}

.recognize {
    width: 70px;
    height: 22px;
    background: #FFD001;
    border-radius: 100px 100px 100px 100px;
    opacity: 1;
    font-size: 13px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1E;
    text-align: center;
    line-height: 22px;
}

.find-list {
    width: 7px;
    height: 12px;
    margin-left: 6px;
    margin-top: 4px;
}

/* 鍙戝竷璐ф簮 */

.release {
    width: 848px;
    padding: 40px;
    background: #EDF1F5;
    border-radius: 30px 30px 30px 30px;
}

.release-step {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    padding-bottom: 14px;
}

.step-icon {
    width: 29px;
    height: 35px;
    margin-right: 3px;
}

.release-item {
    display: flex;
    align-items: center;
    height: 90px;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 20px;
}

.release-item-height {
    height: 112px;
}

.release-line {
    width: 0px;
    height: 42px;
    opacity: 1;
    border-right: 1px solid #D0D0D0;
}

.release-box {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 21px 29px;
}

/* 鍦板潃缁勪欢 */
.address-module {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 2;
}

.address-module-edit {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 2;
}

/* 璐х墿绫诲埆缁勪欢 */
.category-module {
    position: absolute;
    top: calc(100% + 10px);
    left: 0px;
    z-index: 2;
}



.release-box-half {
    position: relative;
    width: 25%;
}

.release-box-padding {
    padding: 21px 18px;
}

.release-input {
    width: 100%;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300 !important;
    color: #333 !important;
}

.release-input-width {
    width: 100px;
}

.el-input__prefix {
    display: none;
}

.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
    color: #FFD401 !important;
}
.el-cascader {
    height: 30px !important;
    line-height: 30px !important;
}
.el-cascader .el-input {
    outline: none;
    border: none;
    height: 30px !important;
    padding-left: 0px !important;
    font-size: 20px !important;
    font-family: Source Han Sans CN, Source Han Sans CN;
    border: none !important;
}
.el-cascader .el-input .el-input__inner {
    height: 30px !important;
    border: none !important;
    padding-left: 0px !important;
    font-weight: 300 !important; 
    color: #333 !important;
}
.el-input--prefix .el-input__inner {
    width: 100% !important;
    height: 30px !important;
    padding-left: 0px !important;
    font-size: 20px !important;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300;
    border: none !important;
    color: #333 !important;
}

.el-input__inner::placeholder {
    color: #999999 !important;
}

.el-input__icon {
    line-height: 30px !important;
}

.el-date-table td.current:not(.disabled) span {
    background-color: #FFD401 !important;
}

.el-date-table td.today span,
.el-date-table td.available:hover {
    color: #FFD401 !important;
}

.el-date-table td.current:not(.disabled) span {
    color: #333 !important;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover,
.el-select .el-input.is-focus .el-input__inner {
    border-color: #FFD401 !important;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
    background-color: #FFD401 !important;
}

.el-date-table td.today.end-date span,
.el-date-table td.today.start-date span {
    color: #333 !important;
}







.release-pay-way {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    padding-top: 16px;
}

.release-icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.release-icon-margin {
    margin-left: 16px;
}

.release-label {
    display: flex;
    align-items: center;
    color: #333;
}

.tips-hover {
    position: relative;
}

.tips-hover:hover .tips-popup {
    display: block;
}

.tips-popup {
    display: none;
    position: absolute;
    left: -40px;
    top: -90px;
    z-index: 10;
}

.tips-popup-content {
    position: relative;
    width: 380px;
    height: 76px;
    background: #222222;
    border-radius: 15px 15px 15px 15px;
    opacity: 1;
    padding: 16px;
    color: #FFF;
}

.tips-popup-triangle {
    position: absolute;
    bottom: -18px;
    left: 43px;
    width: 0;
    height: 0;
    border: 9px solid #333333;
    border-color: #333333 transparent transparent transparent;
}


.label-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.input-enter {
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #222222;
    padding: 4px 0;
}

.service-charge {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 300;
    color: #999999;
}

.charge-label {
    padding-right: 20px;
}

.release-item-remark {
    height: 149px;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: 20px 30px;
}

.textarea-input {
    height: 67px;
    resize: none;
}

.textarea-label-box {
    display: flex;
    align-items: center;
}

.textarea-label {
    width: auto;
    height: 22px;
    padding: 0 10px;
    background: #F6F8FA;
    border-radius: 11px;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-right: 10px;
    line-height: 22px;
}

.release-item-remark {
    margin-bottom: 30px;
}

.release-source-box {
    display: flex;
    justify-content: center;
}

.release-source-btn {
    width: 351px;
    height: 70px;
    background: #FFD401;
    border-radius: 15px 15px 15px 15px;
    opacity: 1;
    font-size: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 70px;
}

.release-source-btn-bg {
    background: #fff;
}

.release-source-btn-width {
    width: 240px;
}

.release-source-btn-margin {
    margin: 0 21px;
}

/* 鏅鸿兘鍙戣揣 */
.recognize-text {
    padding-bottom: 30px;
}

.recognize-color {
    color: #FF4E00;
}

.goods-item {
    position: relative;
    min-height: 130px;
    height: auto;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 20px;
    padding: 24px 29px 16px;
}

.goods-place {
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 500;
    color: #222222;
}

.goods-distance {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 12px 8px;
}

.distance-icon {
    width: 74px;
    height: 2px;
}

.distance-icon-arrow {
    width: 10px;
    height: 6px;
}

.goods-attr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px 6px;
}

.goods-attr-text {
    width: auto;
    height: 22px;
    border-radius: 11px 11px 11px 11px;
    opacity: 1;
    padding: 0 8px;
    border: 1px solid #1C1C1E;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1E;
    margin-right: 8px;
    line-height: 22px;
}

.operation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.operation-btns {
    display: flex;
    align-items: center;
}

.operation-btn {
    margin-left: 16px;
    height: 30px;
    background: #F6F8FA;
    border-radius: 18px 18px 18px 18px;
    padding: 0 20px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.operation-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.goods-status {
    position: absolute;
    right: 0;
    top: 24px;
    width: 68px;
    height: 26px;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 5px 0px 0px 5px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.to-released-color {
    background: #5576FF;
}

.to-improved-color {
    background: #FF4E00;
}

.smart-release-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.smart-btn-justify {
    justify-content: space-between;
}


.release-cancel-btn {
    background-color: #FFF;
}

/* 缂栬緫璇嗗埆璐ф簮 */
.el-dialog {
    border-radius: 30px !important;
}

.app-confirm-box {
    padding: 0 !important;
}

.app-confirm-box .el-dialog__header {
    padding: 0 !important;
}

.app-confirm-box .el-dialog__body {
    padding: 0 !important;
    border-radius: 30px !important;
}</pre></body></html>