.search-box[data-v-cb763bb6] {
    background: url(https://static.ppkao.com/www/images/search-bg.png) no-repeat, linear-gradient(0deg, rgba(179, 199, 233, var(--bg-opacity)), rgba(0, 120, 255, var(--bg-opacity)));
    border-radius: 8px;
    height: var(--input-box-height);
    padding: var(--search-box-padding);
    transition: all .3s;
    width: 100%
}

.search-box .type-list[data-v-cb763bb6] {
    align-items: flex-end;
    color: #ffffff80;
    display: flex;
    font-size: var(--input-placeholder-size);
    height: var(--input-tab-size)
}

.search-box .type-list li[data-v-cb763bb6] {
    cursor: pointer;
    margin-right: var(--search-li-mr);
    transition: font-size .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.search-box .type-list .active[data-v-cb763bb6] {
    color: #fff;
    font-size: var(--input-tab-size);
    transition: all .3s
}

.search-box .input-wrap[data-v-cb763bb6] {
    background-color: var(--border-color);
    border-radius: 14px;
    height: var(--input-wrap-height);
    margin-top: var(--input-wrap-pt);
    overflow: hidden;
    position: relative
}

.search-box .input-wrap[data-v-cb763bb6],
.search-box .input-wrap .search-wrap[data-v-cb763bb6] {
    display: flex;
    flex-direction: column;
    transition: all .3s;
    width: 100%
}

.search-box .input-wrap .search-wrap[data-v-cb763bb6] {
    height: 100%;
    padding: var(--input-wrap-padding)
}

.search-box .input-wrap .search-wrap textarea[data-v-cb763bb6] {
    color: var(--title-color);
    flex: 1;
    line-height: var(--search-linheight);
    overflow: auto;
    resize: none;
    width: 100%
}

.search-box .input-wrap .search-wrap textarea[data-v-cb763bb6]::-moz-placeholder {
    color: #9d9db0;
    font-size: var(--input-placeholder-size);
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 1
}

.search-box .input-wrap .search-wrap textarea[data-v-cb763bb6]::placeholder {
    color: #9d9db0;
    font-size: var(--input-placeholder-size);
    font-weight: 500;
    letter-spacing: 2px;
    opacity: 1
}

.search-box .input-wrap .search-wrap textarea[data-v-cb763bb6]::-webkit-scrollbar {
    cursor: pointer;
    width: 4px
}

.search-box .input-wrap .search-wrap textarea[data-v-cb763bb6]::-webkit-scrollbar-thumb {
    background: #d6e3e9;
    border-radius: 4px
}

.search-box .input-wrap .search-wrap textarea[data-v-cb763bb6]:hover::-webkit-scrollbar {
    width: 8px
}

.search-box .input-wrap .search-wrap textarea[data-v-cb763bb6]::-webkit-scrollbar-track {
    background: #f1f1f1
}

.search-box .input-wrap .copy-mask[data-v-cb763bb6] {
    align-items: center;
    background-color: var(--card-bg-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

.search-box .input-wrap .copy-mask p[data-v-cb763bb6] {
    color: var(--primary-text-color);
    font-size: var(--search-btn-font-size);
    font-weight: 700;
    opacity: 1
}

.search-box .input-wrap .copy-mask p span[data-v-cb763bb6] {
    color: #0078ff;
    font-size: 20px;
    font-weight: 700;
    opacity: 1
}

.search-box .input-wrap .copy-mask .btn-group[data-v-cb763bb6] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.search-box .input-wrap .copy-mask .btn-group button[data-v-cb763bb6]:first-child {
    background: var(--search-bg-color);
    border-radius: 8px;
    color: #0078ff;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    margin-right: 4px;
    text-align: center;
    width: 120px
}

.search-box .input-wrap .copy-mask .btn-group button[data-v-cb763bb6]:nth-child(2) {
    background: linear-gradient(180deg, #0379ff, #76b4ff);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 120px
}

.search-box .input-wrap .mobile-copy-mask[data-v-cb763bb6] {
    align-items: center;
    background-color: var(--card-bg-color);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%
}

.search-box .input-wrap .mobile-copy-mask p[data-v-cb763bb6] {
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    opacity: 1;
    padding: 0 30px;
    text-align: center
}

.search-box .input-wrap .mobile-copy-mask p span[data-v-cb763bb6] {
    color: #0078ff;
    font-size: 14px;
    font-weight: 700;
    opacity: 1
}

.search-box .input-wrap .mobile-copy-mask .btn-group[data-v-cb763bb6] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.search-box .input-wrap .mobile-copy-mask .btn-group button[data-v-cb763bb6]:first-child {
    background: var(--search-bg-color);
    border-radius: 8px;
    color: #0078ff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
    text-align: center;
    width: 80px
}

.search-box .input-wrap .mobile-copy-mask .btn-group button[data-v-cb763bb6]:nth-child(2) {
    background: linear-gradient(180deg, #0379ff, #76b4ff);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 80px
}

.search-box .tool-bar[data-v-cb763bb6] {
    align-items: center;
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.search-box .tool-bar span[data-v-cb763bb6] {
    color: var(--title-color);
    font-size: var(--search-tool-font);
    font-weight: 500;
    opacity: 1
}

.search-box .tool-bar .btn-group .text-btn[data-v-cb763bb6] {
    background: linear-gradient(0deg, #76b4ff, #0379ff)
}

.search-box .tool-bar .btn-group .ai-btn[data-v-cb763bb6],
.search-box .tool-bar .btn-group .text-btn[data-v-cb763bb6] {
    border-radius: 10px;
    color: #000;
    color: #fff;
    cursor: pointer;
    font-size: var(--search-btn-font-size);
    height: var(--search-btn-h);
    line-height: var(--search-btn-h);
    text-align: center;
    width: var(--search-btn-w)
}

.search-box .tool-bar .btn-group .ai-btn[data-v-cb763bb6] {
    background: linear-gradient(-48deg, #6359bc, #0f0b12, #0f0b12, #632d62);
    margin-right: 6px
}

.search-box .tool-bar .btn-group .disable-btn[data-v-cb763bb6] {
    background: #bfcbd1
}

.slide-fade-enter-active[data-v-cb763bb6],
.slide-fade-leave-active[data-v-cb763bb6] {
    transition: all .22s ease-out
}

.slide-fade-enter-from[data-v-cb763bb6],
.slide-fade-leave-to[data-v-cb763bb6] {
    transform: translateY(-100%)
}

.radio[data-v-cb763bb6] {
    cursor: pointer;
    margin-top: 14px
}

.radio[data-v-cb763bb6],
.radio-circle[data-v-cb763bb6] {
    align-items: center;
    display: flex
}

.radio-circle[data-v-cb763bb6] {
    border: 1px solid #dcdfe6;
    border-radius: 50%;
    height: 14px;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    transition: transform .15s ease-in;
    width: 14px
}

.radio-circle.selected[data-v-cb763bb6] {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color)
}

.radio-circle.selected .radio-inner-circle[data-v-cb763bb6] {
    transform: scale(1)
}

.radio-inner-circle[data-v-cb763bb6] {
    background-color: #fff;
    border-radius: 50%;
    height: 4px;
    transform: scale(0);
    transition: transform .15s ease-in;
    width: 4px
}

.radio-label[data-v-cb763bb6] {
    color: var(--primary-text-color);
    font-size: 14px;
    font-weight: 500;
    opacity: 1
}