body{ margin:0; padding:0; background:#ffffff;font-family:"微软雅黑";}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,table,th,tr,td,img,div a,header,footer,article,section,hgroup,nav,figure,aside{margin:0;padding:0;}
a,img{border:0;}
a,a:hover{text-decoration:none;color:#000;}
img{width:100%; height:auto;}
.wap{width:100%;}
.wap div{ width:90%; margin:0 auto;}
.wap div a{ display:block; width:100%; height:70px; text-align:center; line-height:4.5rem; font-size:2rem; cursor:pointer; border-radius:50px; }
.wap div .btn{
	
	display: block;
	width:100%;
	line-height:45px;
	font-size:20px;
	margin-bottom:20px;
	border: 1px solid #e2e2e4;	
	height:auto;
    font-size: 14px;
    border-radius: 6px;
	color: #c2c2c2;
	background-color:#ffffff;
	font-family:"微软雅黑";
	text-indent:10px;
	}
.wap div .yzmbtn{
	
	float: left;
	width:40%;
	line-height:45px;
	font-size:14px;
	margin-bottom:20px;
	border: 1px solid #e2e2e4;	
	height: 45px;  
    border-radius: 6px;
	color: #c2c2c2;
	background-color:#ffffff;
	font-family:"微软雅黑";
	text-indent:10px;
	}
.wap div .yzmimg{
	
	
	width:40%;
	line-height:45px;
	float: left;
	margin-bottom:20px;
	margin-left:2%;
	margin-top:10px;
	height: 45px;  
   
   
	}

.wap div .search_btn{ width: 100%;
    display: block;
	width:100%;
	line-height:45px;
	font-size:14px;
	color: rgb(255, 255, 255);
	margin-bottom:14px;
    text-align: center;
    background-color: #F7B532;
    border-radius: 6px;
	border: 0px;	
	font-family:"微软雅黑";
	}
.wap div .search_btn:hover,.search_btn:focus,.search_btn:active,.search_btn.active{
	
	width: 100%;
    display: block;
	width:100%;
	line-height:45px;
	font-size:14px;
	color: rgb(255, 255, 255);
	margin-bottom:20px;
    text-align: center;
    background-color: #F7B532;
    border-radius: 6px;
	border: 0px;	
	font-family:"微软雅黑";
	cursor:pointer;
	
	
	}
.wap div .footer{ width:100%;margin-bottom:20px;}
.wap .logo-text{
    padding: 40px 0;
}
.wap .logo-text img{
    width: 30%;
    margin: 0 auto;
    display: block;
}
.wap .logo-text h5{
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
}
.wap .bd_wrap{
    width: 100%;
    font-size:15px;
    padding-top:30px ;
}
.wap .bd_wrap .title_wp{
    width: 50%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}
.wap .bd_wrap .title_wp .f_left{
    float: left;
}
.wap .bd_wrap .title_wp img.f_left{
    width: 20px;
}
.wap .bd_wrap .massage-content {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 15px;
    background: #e9ecef;
    border-radius: 4px;
}
.wap .bd_wrap .massage-content ul li {
    list-style: none;
    font-size: 13px;
    padding: 8px 0;
}
.wap .footer{
	padding: 10px 0;
}
.wap .footer img{
	width: 14%;
    margin: 0 auto;
    display: block;
} 
.wap .footer p{
	text-align: center;
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 14px;
}
/*活动*/
#festival-float-btn{
	position: fixed; 
    bottom: 25px; 
    right: 20px; 
    width: 70px; 
    height: 70px; 
    z-index: 9998; 
    cursor: pointer;
}
.fc-box{
	position: relative; 
    width: 100% !important; 
    height: 100%; 
    /*background: linear-gradient(135deg, #C41E3A 0%, #228B22 100%); */
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    border-radius: 50%; 
    box-shadow: 0 6px 25px rgba(196, 30, 90, 0.4); 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    color: white;
    animation: floatAnimation 3s ease-in-out infinite;
    transition: all 0.3s ease;
}
.fc-box .fc-icon{
	font-size: 26px; margin-bottom: 2px;
	width: 100%;
    text-align: center;
}
.fc-box .fc-text{
	font-size: 12px; font-weight: bold; letter-spacing: 0.5px;
	width: 100%;
    text-align: center;
}
#festival-float-btn:hover > div {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(196, 30, 90, 0.6);
}
#festival-float-btn:active > div {
    transform: scale(0.95);
    transition: transform 0.1s;
}
#festival-modal-overlay{
	display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, 0.85); 
    z-index: 9999; 
    justify-content: center; 
    align-items: center; 
    backdrop-filter: blur(3px);
}
#festival-modal-content{
	position: relative; 
    width: 95%; 
    max-width: 450px; 
    background: white; 
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.festival-close{
	position: absolute; 
    top: 12px; 
    right: 12px; 
    width: 26px !important; 
    height: 26px; 
    background: rgba(255, 255, 255, 0.9); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: #666; 
    font-size: 22px; 
    font-weight: bold; 
    cursor: pointer; 
    z-index: 10;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: all 0.2s;
}
.festival-head{
	background: linear-gradient(90deg, #C41E3A 0%, #228B22 100%); 
    padding: 16px 30px; 
    text-align: center; 
    color: white;
    position: relative;
    overflow: hidden;
    width: auto !important;
}
.festival-head .tc-box{
	position: relative; 
	z-index: 2;
	width: auto;
}
.festival-head .tc-box .icon{
	font-size: 30px;
	width: auto;
}
.festival-head .tc-box .title{
	margin: 0; font-size: 22px; font-weight: 800;
	height: 30px;line-height: 40px;
}
.festival-head .tc-box .desc{
	margin: 0; opacity: 0.95; font-size: 13px; font-weight: 500;
}
.banner-box{
	padding: 20px 10px 20px 10px;
	width: auto !important;
}
.banner-box .border{
	border-radius: 15px; overflow: hidden; box-shadow: 0 10px 20px rgba(0,0,0,0.1);
	width: auto;
}
.banner-box .border img{
	width: 100%; height: auto; display: block;
    transition: opacity 0.3s;
}
.tc-content{
	margin-bottom: 15px !important;
	width: auto !important;
}
.tc-content .border{
	background: #f8f9fa; padding: 20px; border-radius: 12px; margin-bottom: 20px;
}
.tc-content .border h3{
	color: #C41E3A; margin: 0 0 15px 0; font-size: 20px; display: flex; align-items: center; gap: 10px;
}
.tc-content .border .grid{
	display: grid; gap: 12px;
}
.tc-content .border .grid .items{
    display: flex; align-items: start;
}
.tc-content .border .grid .items strong{
	color: #C41E3A;
}
.tc-content .border .grid .items .desc{
	color: #555; font-size: 15px; margin-top: 3px;
}
.banner-box .btn-list{
	display: grid; gap: 12px;
	width: auto;
}
#main-cta-btn{
	display: block; 
    padding: 14px; 
    background: linear-gradient(45deg, #C41E3A, #dc3545); 
    color: white; 
    text-decoration: none; 
    border-radius: 12px; 
    font-weight: bold; 
    font-size: 14px; 
    text-align: center; 
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(196, 30, 58, 0.3);
    width: auto;
    height: 30px;
    line-height: 30px;
}
.banner-box .btn-list .unlock-20{
	display: block; 
    padding: 14px; 
    background: white; 
    color: #C41E3A; 
    text-decoration: none; 
    border-radius: 12px; 
    font-weight: bold; 
    font-size: 14px; 
    text-align: center; 
    border: 2px solid #C41E3A;
    transition: all 0.3s;
    width: auto;
    height: 30px;
    line-height: 30px;
}
/* 浮窗动画 */
@keyframes floatAnimation {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(2deg); }
}            
/* 弹窗入场动画 */
@keyframes modalSlideIn {
    from { opacity: 0; transform: scale(0.8) translateY(30px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}           
/*弹窗关闭动画 */
    @keyframes modalSlideOut {
    from { opacity: 1; transform: scale(1) translateY(0); }
    to { opacity: 0; transform: scale(0.8) translateY(30px); }
}
/* 悬停效果 */
#festival-modal-content .close-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: rotate(90deg);
}           
#main-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(196, 30, 58, 0.4);
}
/* 响应式调整 */
@media (max-width: 480px) {
    #festival-float-btn {
        bottom: 20px;
        right: 15px;
        width: 65px;
        height: 65px;
    }
    #festival-modal-content {
        width: 92%;
        max-width: 380px;
    }
    #festival-modal-content h2 {
        font-size: 18px;
    }
}