
.page-banner-title.title {
    font-size: 32px;
    font-weight: 900;
    display: flex;
    gap: 4px;
    color: #fff;
    /* 基础是白色 */
    letter-spacing: 2px;
}

.page-banner-title.title span {
    position: relative;
    display: inline-block;
    line-height: 1.2;
}

.page-banner-title.title .highlight {
    background: linear-gradient(180deg, #f7fdff 0%, #d3f8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
.search {
    width: 560px;
    background: #ffffff;
    padding-left: 16px;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-banner .phc .left .ui-search {
    transform-origin: left bottom;
    transform: scale(.8);
}

.search .icon {
    width: 20px;
    height: 20px;
}

.search input {
    flex: 1;
    height: 56px;
    padding: 16px 20px 16px 16px;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-appearance: none;
    border: none;
    outline: none;
    color: #05192e;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.search .button {
    cursor: pointer;
    background: #ff922d;
    padding: 16px 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}