


.spain-campaign{

position:relative;

height:760px;

overflow:hidden;

font-family:Arial,sans-serif;

color:white;

display:flex;

justify-content:center;

}





/* Banner背景图 */

.spain-image{

position:absolute;

inset:0;

background:url("//ueeshop.ly200-cdn.com/u_file/UPBF/UPBF878/2607/19/photo/5821.jpg");

background-size:cover;

background-position:center top;

}





/* 黑色渐变融合 */

.spain-vignette{

position:absolute;

inset:0;

background:

radial-gradient(

ellipse at center,

transparent 58%,

rgba(0,0,0,.38)

);

}





.spain-inner{

position:relative;

z-index:2;

width:100%;

max-width:1200px;

text-align:center;

padding-top:55px;

}





.champion-label{

font-size:13px;

letter-spacing:4px;

color:#ffd84d;

font-weight:600;

}





/* 双星国家标题 */

.champion-country{

display:flex;

align-items:center;

justify-content:center;

gap:22px;

margin-top:15px;

}





.champion-country h1{


font-size:90px;


line-height:1;


margin:0;


font-weight:900;


letter-spacing:8px;



background:

linear-gradient(

180deg,

#fff3b0 0%,

#ffd84d 35%,

#c58b18 100%

);



-webkit-background-clip:text;


-webkit-text-fill-color:transparent;



text-shadow:

0 0 25px rgba(255,215,80,.45);


}





.star{

font-size:42px;

color:#ffd84d;


text-shadow:

0 0 18px rgba(255,215,80,.9);



animation:

goldGlow 2s infinite alternate;


}





@keyframes goldGlow{


from{

opacity:.7;

transform:scale(1);

}


to{

opacity:1;

transform:scale(1.15);

}


}







.spain-header h2{


font-size:30px;


margin:5px 0 15px;


letter-spacing:3px;


font-weight:500;


color:#fff;


}





.spain-header p{


font-size:18px;


line-height:1.6;


text-shadow:


0 4px 15px rgba(0,0,0,.8);


}







/* 商品区域 */


.spain-products{


position:absolute;


bottom:80px;


left:50%;


transform:translateX(-50%);



display:flex;


gap:18px;


width:100%;


justify-content:center;


}







/* 商品卡片 */


.spain-item{


width:250px;


display:flex;


align-items:center;




background:

rgba(255,255,255,.15);





backdrop-filter:

blur(15px);





-webkit-backdrop-filter:

blur(15px);





border:

1px solid rgba(255,255,255,.3);





border-radius:18px;


padding:12px;


color:white;


text-decoration:none;


transition:.3s;


}





.spain-item:hover{


transform:translateY(-6px);


background:

rgba(255,255,255,.22);


}





.spain-item img{


width:90px;


height:90px;


object-fit:contain;


background:white;


border-radius:12px;


}





.spain-item div{


margin-left:15px;


text-align:left;


}





.spain-item strong{


display:block;


font-size:20px;


}





.spain-item span{


font-size:14px;


color:#ffd84d;


}







/* 查看全部按钮 */


.collection-btn{


position:absolute;


bottom:25px;


left:50%;


transform:translateX(-50%);




color:white;


text-decoration:none;


font-size:14px;


letter-spacing:2px;



border-bottom:

1px solid rgba(255,255,255,.7);



padding-bottom:5px;


}








/* 手机端 */


@media(max-width:768px){



.spain-campaign{


height:1000px;


}





.champion-country h1{


font-size:55px;


}





.star{


font-size:28px;


}





.spain-header h2{


font-size:20px;


}





.spain-header p{


font-size:15px;


}




.spain-products{


bottom:75px;


flex-direction:column;


width:90%;


}





.spain-item{


width:100%;


}





.spain-item img{


width:80px;


height:80px;


}



}


