/**组件样式*/
.xx0514{float:left;padding:42px 0 0 25px;}
.navn{position:relative;}
.xf0514{position:absolute;top:0;right:45px;}
.zs-tab{overflow:hidden;}
.search p{padding-bottom:10px;}
.jsc-0626{color:#fff;padding-bottom:10px;}
.jsc-0626 a{font-size:15px;color:#fff;display:inlin-block;padding:0 5px;font-weight:bold;}
.banner{position:relative;}
.tsg-sear{background:rgba(1, 30, 67, 0.35);border-radius:30px;position:absolute;width:80%;bottom:-80px;left:50%;padding:15px 30px;transform: translate(-50%, -50%);}
.picc img{width:auto;}

@media screen and (max-width: 1300px) {
.tsg-sear{width:95%;}
}


 .search-section {
            padding: 5px;
            max-width:350px;}
        
        .search-box {
            display: flex;
            margin-bottom: 0px;
            border-radius: 5px;
            overflow: hidden;
            position:relative;}
        
        .search-input {
            flex: 1;
            padding: 0px 10px;
            font-size: 15px;
            border: none;
            background: rgba(255, 255, 255, 1);
            color: #1d3557;
            outline: none;
            line-height:48px;}
        
        .search-input::placeholder {
            color: #457b9d;
            opacity: 0.7;}
        
        .search-btn {
          background:url(images/search.png) no-repeat center #fff;
            color: white;
            border: none;
            padding: 0 15px;
            font-size: 1.2rem;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            height:48px;
            background-size:22px;}
        
        .search-btn .fa-solid, .fas{color:#1969bb;}
        .fa-search:before{content:"";display:none;}
        
        .search-btn:hover {}
        
        .search-types {
           
            margin-bottom: 15px;}
        
        .search-types h3 {
            font-size: 1.4rem;
            margin-bottom: 20px;
            color: #a8dadc;
            display: flex;
            align-items: center;
            gap: 10px;}
        
        .search-options {
            /*display: flex;*/
            flex-wrap: wrap;}
        
        .search-option {
            display:inline-block;
            flex: 1;}
        
        .search-option input[type="radio"] {
            display: none;}
        
        .search-option label {
            display: block;
            padding: 0px 6px 2px;
           
            border-radius: 12px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;}
        
        .search-option input[type="radio"]:checked + label {
            background: #1969bb;}
        
        .search-option label i {
            font-size: 1.5rem;
            margin-bottom: 0px;
            display: none;
            color: #f1faee;}
        
        .search-option label span {
            font-size: 15px;
            font-weight: 500;
            color:#fff;}
        
        .features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 30px;}
        
        .feature-card {
            background: rgba(69, 123, 157, 0.25);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;}
        
        .feature-card:hover {
            transform: translateY(-8px);
            background: rgba(69, 123, 157, 0.4);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);}
        
        .feature-card i {
            font-size: 2.5rem;
            color: #a8dadc;
            margin-bottom: 15px;}
        
        .feature-card h4 {
            font-size: 1.3rem;
            margin-bottom: 12px;
            color: #f1faee;}
        
        .feature-card p {
            font-size: 0.95rem;
            opacity: 0.9;
            line-height: 1.5;}
        
        footer {
            background: rgba(29, 53, 87, 0.8);
            padding: 25px;
            text-align: center;
            font-size: 0.95rem;
            opacity: 0.85;}
        
        .recent-searches {
            margin-top: 25px;
            padding: 20px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 15px;}
        
        .recent-searches h3 {
            font-size: 1.2rem;
            margin-bottom: 15px;
            color: #a8dadc;}
        
        .search-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;}
        
        .search-tag {
            background: rgba(168, 218, 220, 0.2);
            padding: 8px 18px;
            border-radius: 30px;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.2s ease;}
        
        .search-tag:hover {
            background: rgba(168, 218, 220, 0.35);
            transform: translateY(-2px);}
        
        .url-preview {
            background: rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            padding: 15px;
            margin: 20px 0;
            font-size: 0.9rem;
            overflow: hidden;
            font-family: monospace;}
        
        .param-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 15px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            overflow: hidden;}
        
        .param-table th {
            background: rgba(29, 53, 87, 0.7);
            padding: 12px;
            text-align: left;}
        
        .param-table td {
            padding: 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
        
        .param-table tr:last-child td {
            border-bottom: none;}
        
        .success-badge {
            background: rgba(46, 204, 113, 0.2);
            color: #2ecc71;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 0.8rem;
            display: inline-block;}
        
        .debug-section {
            margin-top: 25px;
            padding: 20px;
            background: rgba(0, 0, 0, 0.15);
            border-radius: 15px;}
        
        .debug-section h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: #a8dadc;
            display: flex;
            align-items: center;
            gap: 10px;}
        
        .type-indicator {
            display: flex;
            justify-content: center;
            margin-top: 15px;
            gap: 10px;
            flex-wrap: wrap;}
        
        .type-chip {
            background: rgba(168, 218, 220, 0.3);
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 5px;}
        @media screen and (max-width: 1024px) {
.tsg-sear{border-radius:10px;position:relative;width:calc(100% - 30px);left:0;top:0px;padding:5px 10px;transform: translate(0, 0);margin:20px 15px;}
.search-section{margin:0 auto;}
}
        @media (max-width: 768px) {
            .search-box {}
            
            .search-input {}
            
            .search-btn {
              /*  border-radius: 0 0 20px 20px;*/
               /* padding: 18px;*/
                justify-content: center;}
            
            header h1 {
                font-size: 2.2rem;}
            
            .url-preview {
                font-size: 0.7rem;}
            
            .param-table {
                font-size: 0.8rem;}
            
            .search-option {}
        }
.s2lmb2 .slick-prev{background:url(images/s2jt1.png) no-repeat center #88abda;width:25px;height:25px;left:-16%;top:46%;}
.s2lmb2 .slick-next{background:url(images/s2jt2.png) no-repeat center #1969bb;width:25px;height:25px;left:-16%;top:53%;}
.xy-img{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0; transition: all 1s;}
.pic .xy-img:hover {
  transform: scale(1.1);}
@media screen and (max-width: 1024px){

.s2lmb2 .slick-prev{left:auto;top:40px;right:20px;}
.s2lmb2 .slick-next{left:auto;top:70px;right:20px;}
   

}
