/*
Theme Name: CeoMax-Pro主题 Child
Theme URI: http://www.CeoTheme.com
Template: ceomax-pro
Author: CeoTheme.com
Author URI: https://www.CeoTheme.com
Description: CeoMax-Pro主题是一款极致美观强大的WordPress付费资源下载主题，Ta 为资源站、下载站、交易站、素材站、源码站、课程站、CMS等各类资源站点而生，Ta 更为追求极致的你而生。
Tags: 资源下载主题、素材下载主题、下载站主题、源码站主题、CMS主题、图片摄影主题、资源主题，主题购买地址：www.ceotheme.com，总裁主题客服│总裁QQ：110300260
Version: 8.1.1768823930
Updated: 2026-01-19 19:58:50
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ceomax-pro-child
*/



/*==========自定义CSS请添加在以下==========*/

/* 搜索框样式：纯白背景、左侧圆角、灰色文字 */
.slide_03 .search input {
    width: 500px !important;
    background: rgb(255,255,255) !important;
    border-radius: 50px 0px 0px 50px !important;
    color: #333;
    -webkit-text-fill-color: #ADADAD;
    padding-left: 15px;
    height: 49px;
    border: 1px solid rgba(255,255,255,0.2) !important;
    font-size: 15px;
}

/* 按钮样式：纯色背景、右侧圆角、无边框 */
.slide_03 .search button {
    background: rgba(255,169,5,1) !important;
    border-radius: 0px 50px 50px 0px !important;
    border: none !important;
    margin-left: 0 !important;
    height: 49px;
    color: #FFFFFF !important;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px; /* 减少字母间距 */
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_03 .search button i {
    color: #fff !important;
    margin-right: 3px;
}

/* 表单容器样式：整体圆角和边框 */
.slide_03 form {
    border-radius: 50px !important;
    border: 3px solid rgba(255,255,255,0.3) !important;
}

/* 样式3（大图搜索框）的两个标题样式 */
.slide_03 .slide_text {
    display: block !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    word-break: break-word !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.slide_03 .slide_text .title-main {
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important; /* 增加标题间距 */
    display: block !important;
}

.slide_03 .slide_text .title-sub {
    font-size: 18px !important;
    opacity: 0.9 !important;
    line-height: 1.3 !important;
    display: block !important;
}

/* 响应式适配 */
@media only screen and (max-width: 800px) {
    .slide_03 .search input {
        width: 160px !important;
        height: 36px;
        font-size: 12px;
    }
    
    .slide_03 .search button {
        height: 36px;
        font-size: 12px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .slide_03 .search button i {
        font-size: 12px !important;
    }
    
    .slide_03 .slide_text {
        max-width: 280px !important;
        margin-bottom: 18px !important;
        line-height: 1.3 !important;
    }
    
    .slide_03 .slide_text .title-main {
        font-size: 18px !important;
        margin-bottom: 12px !important; /* 增加移动端标题间距 */
    }
    
    .slide_03 .slide_text .title-sub {
        font-size: 14px !important;
    }
}

/* 大屏幕样式优化 */
@media (min-width: 901px) {
    .slide_03 {
        width: 100%;
        height: 460px;
    }
    
    .slide_03 img {
        height: 460px;
    }
}