@import '/font.css';





/* 按钮 */
button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* 禁止ios缩放 */
/* 基础防缩放样式 */
input,
textarea,
select {
    touch-action: manipulation;
    /* 禁用双指缩放 */
    transform: scale(1);
    /* 固定缩放比例 */
}

/* 针对 iOS 的特殊处理 */
@supports (-webkit-overflow-scrolling: touch) {

    input,
    textarea {
        transform: translateZ(0);
        /* 触发硬件加速 */
    }
}




.swal2-popup {
    padding: 16px !important;
    border-radius: 16px !important;
    background: #FFF !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    /* 可选阴影效果 */
    width: auto !important;
    /* 自动宽度 */
    max-width: 600px !important;
    /* 限制最大宽度 */
}

.icon {
    width: 1em !important;
    height: 1em !important;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

[v-cloak] {
    display: none;
}

/*  element-plus 官网滚动条样式 */
:root {
    /* --el-scrollbar-bg-color: #909399; */
    /* --el-fill-color-light: #f5f7fa; */
}

.scroll-diy::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background: rgba(32, 50, 96, .7);
}

.scroll-diy::-webkit-scrollbar-track {
    /* border-radius: 0; */
    background: transparent !important;
    border-radius: 8px;
    /* 圆角 */
    border-left: 12px solid transparent;
    /* 左侧留空 */

}

/* * {
    scrollbar-color: var(--el-scrollbar-bg-color) var(--el-fill-color-light)
} */

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar:horizontal {
    height: 6px
}

::-webkit-scrollbar-track {
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #0003;
    border-radius: 10px;
    transition: all .2s ease-in-out
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background-color: #0000004d
}

.dark ::-webkit-scrollbar-thumb {
    background-color: #fff3
}

.dark ::-webkit-scrollbar-thumb:hover {
    background-color: #fff6
}


body {
    --un-default-border-color: #EAEAEA;
    /* font-family: PingFangSC, Helvetica neue, Inter, Roboto, Arial, Arial-Regular; */
    font-family: "Inter";
    font-optical-sizing: auto;
     overflow-wrap: break-word;
}

/* 修改全局样式 */

.k-form .k-form-item.is-required .k-form-label::before,
.k-form .k-form-item .k-form-label.required::before {
    content: "*";
    color: #FF5C5C;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 400;
}

.k-form .k-form-item {
    margin-bottom: 4px;
}

.k-form .k-form-item .error-message {
    height: 16px;
    padding-left: 4px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #C50505;
}

.k-form .k-form-item .k-form-label {
    display: block;
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 500;
    color: #121838;
    line-height: 22px;

}

.k-form .k-form-item .k-form-item .k-form-label {
    font-size: 14px;
    font-weight: 500;
}

.k-form .wrapper {
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #CED6DF;
    padding: 12px 16px;
    line-height: 20px;
    font-size: 16px;
    color: #3A3A3A;
    font-weight: 500;
}

.k-form .k-form-item.is-error input,
.k-form .k-form-item.is-error select {
    --border-color: #C50505;
}


.k-form input,
.k-form select {
    --border-color: #CED0D8;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    padding: 12px 16px;
    line-height: 20px;
    font-size: 16px;
    color: #666A7C;
    font-weight: 400;
    appearance: none;
    height: 41px;
}

.k-form input.mini {
    border-radius: 4px;
    padding: 6px 8px;
    line-height: 16px;
    font-size: 12px;
}

/* .k-form input[readonly],
.k-form textarea.k-textarea[readonly] {
    outline: none;
    cursor: default;
}

.k-form input:focus[readonly],
.k-form textarea.k-textarea:focus[readonly] {
    outline: none;
} */

.k-form .k-form-item.is-error input,
.k-form .k-form-item.is-error textarea.k-textarea,
.k-form .k-form-item.is-error select {
    --outline-color: rgba(197, 5, 5, 0.5);
}

/* .k-form input:focus,
.k-form select:focus {
    --outline-color: #116DFF;
    outline: 1px solid var(--outline-color);
} */

/* .k-form input::placeholder {
    color: rgba(58, 58, 58, 0.3);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
} */

.k-form textarea.k-textarea {
    --border-color: #CED6DF;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    padding: 12px 16px;
    line-height: 20px;
    font-size: 16px;
    color: #3A3A3A;
    font-weight: 500;
    resize: none;
}

.k-form textarea.k-textarea:focus {
    --outline-color: #0087C2;
    outline: 1px solid var(--outline-color);
}

.k-form textarea.k-textarea::placeholder {
    color: #3A3A3A;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.k-upload-card {
    background: #EFF7FF;
    border-radius: 8px;
    border: 2px dashed rgba(59, 130, 246, 1);
    cursor: pointer;
    display: block;
    max-width: 498px;
}

.k-upload-card .content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
    box-sizing: content-box;
    text-align: center;
}

.k-upload-card .content .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-upload-card .content .icon {
    font-size: 44px;
    color: #0087C2;
}

.k-upload-card .description {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #6E6E6E;
    line-height: 17px;
}

.k-upload-card .description .highlight {
    color: #0087C2;
}

.k-form .k-radio {
    display: none;
}

.k-form .k-radio~.radio-label-off {
    display: block;
}

.k-form .k-radio~.radio-label-on {
    display: none;
}

.k-form .k-radio:hover .radio-label-on {
    display: block;
}

.k-form .k-radio:checked~.radio-label-off {
    display: none;
}

.k-form .k-radio:checked~.radio-label-on {
    display: block;
}

/* .k-form button{} */
button.k-button {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid #0087C2; */
    height: 40px;
    min-width: 183px;
    box-sizing: border-box;
    background-color: #2563eb;
    border-radius: 8px;
    padding: 14px 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

button.k-button.next {
    border: none;
    background: var(--Blue-Blue-1, #116DFF);
}

button.k-button.next:hover,button.k-button:hover {
    background: var(--Blue-Blue-1, #458DFF);
    border: none;

}

button.k-button.cancel {
    min-width: auto;
    color: #333850;
    border: 1px solid var(--dark-Dark-5, #CED0D8);
    background: var(--light-light-0, #FFF);
}

button.k-button.cancel:hover {
    background-color: #FAFAFC;
}

button.k-button.confirm {
    border: none;
    background: #116DFF;
    min-width: 95px;

}

button.k-button.confirm:hover {
    background-color: #458DFF;
}

button.k-button.cancel:hover {
    background-color: #FAFAFC;
}

button.k-button.cancel:focus {
    background-color: #F2F2F5;
}

.k-form button.plain,
button.k-button.plain {
    padding: 6px 20px;
    background: #FFFFFF;
    border: 2px solid #0087C2;
    color: #0087C2;
}
button.k-button.plain:hover{
    background-color: #F2F2F5;

}
button.k-button.accept {
    background: #51B77B;
    border: none;
    color: #fff;
}

button.k-button.reject {
    min-width: auto;
    background: #FFFFFF;
    border: 1px solid #FF8181;
    color: #FF5C5C;
}

button.k-button.accept:hover {
    background-color: #5AC888;
}

button.k-button.reject:hover {
    background-color: #FFF4F4;
}

.k-form button.mini,
button.k-button.mini {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 12px;
}


.k-tag {
    border: 1px solid #0087C2;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #081735;
    line-height: 20px;
    padding: 2px 8px;
    background-color: #FFFFFF;
    border-radius: 33px;
    cursor: pointer;
}

.k-tag:hover {
    color: #FFFFFF;
    background-color: #0087C2;
}

.k-status-tag {
    --color: #23DACA;
    border-radius: 50px;
    padding: 2px 10px;
    border: 1px solid var(--color);
    font-size: 12px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: var(--color);
    line-height: 18px;
}

.k-status-tag.developing {
    --color: #458DFF;
}

.k-status-tag.success {
    --color: #23DACA;
}

.k-status-tag.underAcceptance,
.k-status-tag.platformConfirming,
.k-status-tag.unpaid,
.k-status-tag.warning {
    --color: #e6a23d;
}

.k-status-tag.completed {
    --color: #0cd559;
}

.k-status-tag.cancelled {
    --color: #d50c0c;
}

.k-action-tag {
    /* rgb(76, 218, 49) */
    --rgb-color: 76, 218, 49;
    display: inline-block;
    border-radius: 50px;
    padding: 6px 16px;
    line-height: 20px;
    border: 1px solid;
    font-size: 1rem;
    font-weight: 400;
    color: #666A7C;
    background-color: #F2F2F5;
    border-color: #CED0D8;
}

.k-action-tag.info {
    --rgb-color: 0, 135, 194;
    border-color: rgb(147 197 253);
    background-color: #E9F2FF;
    color: #458DFF;
}

.k-action-tag.success {
    /* rgb(76, 218, 49) */
    --rgb-color: 76, 218, 49;
    border-color: #C0E5CF;
    background-color: #E9F5EE;
    color: #4FAF76;
}

.k-action-tag.error {
    /* rgb(249, 74, 74) */
    --rgb-color: 249, 74, 74;
    border-color: #F5D0D0;
    background-color: #FFF4F4;
    color: #FF5C5C;

}

.k-action-tag.warning {
    /* rgb(249, 168, 74) */
    --rgb-color: 249, 168, 74;
    border-color: #FAD49B;
    background-color: #FFF6DC;
    color: #E6A23D;
}


/* 隐藏滚动条样式 */
.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.label::after {
    content: ":";
}

.label.required::before {
    content: "*";
    color: #C50505;
    margin-right: 3px;
}

.max-w-screen-xl {
    max-width: 1440px !important;
}

.completed {
    outline-color: #51B77B;
    color: #51B77B;
    background-color: white;
}

.pending {
    outline-color: #E6A23D;
}

.pending .round {
    background-color: #E6A23D;
}

.pending .text {
    color: #E6A23D;
}

.unpaid {
    outline-color: rgb(248 113 113);
}

.unpaid .round {
    background-color: rgb(248 113 113);
}

.unpaid .text {
    color: rgb(248 113 113);
}

.developing {
    outline-color: rgb(59 130 246);
}

.developing .round {
    background-color: rgb(59 130 246);
}

.developing .text {
    color: rgb(59 130 246);
}

.waitDev {
    outline-color: rgb(156 163 175);
}

.waitDev .round {
    background-color: rgb(156 163 175);
}

.waitDev .text {
    color: rgb(156 163 175);
}