 /* 触发按钮样式 */
 .open-btn {
	 padding: 12px 24px; 
	 color: white;
	 border: none;
	 border-radius: 4px;
	 font-size: 16px;
	 cursor: pointer;
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	 transition: all 0.3s ease;
 }
 
 .open-btn:hover { 
	 transform: translateY(-2px);
 }
 
 /* 全屏弹窗样式 */
 .fullscreen-modal {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: rgba(0, 0, 0, 0.8);
	 display: none;
	 justify-content: center;
	 align-items: center;
	 z-index: 999999;
	 opacity: 0;
	 transition: opacity 0.3s ease;
 }
 
 .modal-content {
	 background: white;
	 padding: 30px;
	 border-radius: 8px;
	 text-align: center;
	 max-width: 80%;
	 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	 transform: scale(0.9);
	 transition: transform 0.3s ease;
 }
 
 .modal-show {
	 opacity: 1;
 }
 
 .modal-show .modal-content {
	 transform: scale(1);
 }
 
 /* 二维码样式 */
 .qrcode {
	 width: 200px;
	 height: 200px;
	 margin: 0 auto 20px;
	 border: 1px solid #eee;
	 padding: 10px;
	 background: white;
 }
 
 .qrcode img {
	 width: 100%;
	 height: 100%;
 }
 
 /* 微信号样式 */
 .wechat-id {
	 font-size: 18px;
	 color: #333; 
 }
 
 .wechat-id span {
	 font-weight: bold; 
 }
 
 /* 关闭按钮 - 优化后的样式 */
.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 24px;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	border-radius: 50%;
}

.close-btn:hover {
	color: #333;
	background: #f5f5f5;
	transform: rotate(90deg);
}
 
 /* Mobile Menu Button (Hamburger) */
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 21px;
        cursor: pointer;
    }
    
    .hamburger span {
        display: block;
        height: 3px;
        width: 100%;
        background: white;
        border-radius: 3px;
        transition: all 0.3s ease;
    }
    
    /* Mobile Menu Dropdown */
    .mobile-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.9);
        padding: 15px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        display: none;
    }
    
    .mobile-menu a {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    
    /* Responsive Behavior */
    @media (max-width: 1150px) {
        .desktop-menu {
            display: none !important;
        }
        
        .mobile-menu-btn {
            display: block !important;
            margin-left: auto;
            margin-right: 25px;
        }
    }
    
    @media (min-width: 1151px) {
        .mobile-menu-btn,
        .mobile-menu {
            display: none !important;
        }
        
        .desktop-menu {
            display: flex !important;
        }
    }
     
body{
	overflow-x: hidden;
}	
.sdf{
	margin-left:60px;
	margin-right:60px;
}	
.swiper {
  width: 100%;
  height: 100%; 
}
.bbBox img{
	width: 100%;
	    position: absolute;
	    bottom: -2px;
	    left: 0;
	    z-index: 100;
}

/* 外层大圆圈样式 */
.oisodj {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border: 1px solid #2d61fc;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	animation: pulseBig 4s ease-in-out infinite;
	transform-origin: center;
}

/* 内层小圆圈样式 */
.uuiad {
	border: 1px solid #2d61fc;
	width: 160px;
	height: 160px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	animation: pulseSmall 3s ease-in-out infinite;
	transform-origin: center;
	position: relative;
}

/* 大圆圈动画 */
@keyframes pulseBig {
	0% {
		transform: scale(1);
		opacity: 0.7;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.9;
	}
	100% {
		transform: scale(1);
		opacity: 0.7;
	}
}

/* 小圆圈动画 - 反向节奏 */
@keyframes pulseSmall {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}
	50% {
		transform: scale(0.8);
		opacity: 0.6;
	}
	100% {
		transform: scale(1);
		opacity: 0.8;
	}
}
.uuiad .oodkjk{ 
	width: 30px;
	height: 30px;
	border-top: 2px solid #2d61fc;
	border-left: 2px solid #2d61fc;
	transform: rotate(-135deg);
}
.swiper-slide { 
  text-align: center; 
  display: flex;
  justify-content: center;
  align-items: center;
  transition:.3s;
}
.swiper-slide:hover{ 
  transform: scale(1.01);
  transition:.3s;
}
.swiper-slide img {
  display: block; 
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(.98);
}
.sjkBox::after{
	 display:block;
	 content:'';
	 position: absolute;
	 width: 100%;
	 top:0;
	 z-index: 88;
	 height: 100%;
	background-image: url(/satics/sjk.png); 
	background-size: 100% 100%;
	background-repeat: no-repeat;
 }


.head-swiper .swiper-nav-box{
	padding-right:100px!important; 
}
.head-swiper .scroll-x-box {
	height: 40px; 
}
.hover-blue:hover{
	color:#007aff
}
.hover-line-blue:hover::after{
	border:.5px solid #007aff
}
.active-blue{
	color:#007aff
}
.hover-bg-blue:hover{
	background-color:#007aff;
	color:#ffffff;
}
.page-title{
	margin-left:-4px
}
.bg-blue-light{
	background-color: #EBF4FF;
}
.bg-gray-light{
	background-color: #f9f9f9;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{ 
    line-height: 40px;
    height: 40px;
    min-width: 40px!important; 
}
/* 首页样式开始 */ 

 
.hoverDetail:hover .newsImgBox{
	transform: scale(1.1);
}
.hoverDetail .hoverDetail-btn{
	bottom:-80px; 
}
.hoverDetail:hover .hoverDetail-btn{
	bottom:15px; 
}
.hoverDetail:hover .right-btn{
	opacity: 0;
}
.ewm {
	width: 110px
}

.float-btns {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 999999;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .float-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            /* background:  #2d61fc; */
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            transition: all 0.3s;
        }
        
        .float-btn:hover {
            /* background:  #2d61fc; */
            transform: scale(1.1);
        }
        
        .back-to-top {
            display: none;
        }
        
        .qrcode-tooltip {
            position: absolute;
            right: 70px;
            bottom: 0;
            width: 150px;
            padding: 10px;
            background: white;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            display: none;
        }
        
        .qrcode-tooltip img {
            width: 100%;
        }
        
        .customer-service:hover .qrcode-tooltip {
            display: block;
        }

.lineOpa::before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	bottom: 15px;
	height: 1px;
	background: linear-gradient(to right, transparent, rgb(255 255 255 / 30%), rgb(255 255 255 / 30%), transparent);
}
.itemBox {
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    column-gap:30px;
    row-gap:30px;
}

 
.grid-3-5{
	display: grid;
	grid-template-columns:1fr 1.5fr 1fr;
}
.grid-3-5-1{
	display: grid;
	grid-template-columns:1.4fr 1.2fr 1.4fr;
}
.yqIcon{ 
max-width: 70%;
    margin: 0 auto;
    display: block;
}
.txBox{
	transition: .3s;
}
.yj-active{
	background: linear-gradient(284.92deg, rgba(88, 155, 255, .9), #2d61fc 91.47%);
	color:#ffffff; 
	transition: .3s;	
}
.yj-active span{
	color:#ffffff; 
}

.oowi:after, .oowi:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-330px);
    background: url(/satics/mk.png) no-repeat 0 0 / auto 100%;
    pointer-events: none;
}

.oowi:after {
    left: auto;
    right: 0;
    transform: translateX(330px);
    background: url(/satics/mks.png) no-repeat 100% 0 / auto 100%;
}
.samecityactive::after { 
   background:#6739b6!important;
}
.memberactive::after { 
   background:#39b54a!important;
}
.cardactive::after { 
   background:#ff6f33!important;
}

.indexactive::after,
.bcardactive::after,
.articleactive::after{ 
   background:#2d61fc!important;
}
.txBox.samecity-txBox:hover .iconBox span{
	color: #ec008c!important;
}
.txBox.samecity-txBox:hover{
	background:linear-gradient(284.92deg,#ec008c,#6739b6);
}
.txBox.member-txBox:hover .iconBox span{
	color: #39b54a!important;
}
.txBox.member-txBox:hover{
	background:linear-gradient(284.92deg,#8dc63f,#39b54a);
}
.txBox.card-txBox:hover:hover .iconBox span{
	color: #ff6f33!important;
}
.txBox.card-txBox:hover{
	background:linear-gradient(284.92deg,#ffce60,#ff6f33);
}
.txBox:hover{
	background: linear-gradient(284.92deg, rgba(88, 155, 255, .9), #2d61fc 91.47%); 
	color:#ffffff; 
	transition: .3s;
}
.txBox:hover .txTitle,
.txBox:hover span{
	color:#ffffff;
	transition: .3s;
}
.txBox:hover .iconBox{
	background:#ffffff;
	transition: .3s;
}
.txBox:hover .iconBox span{
	color: #2d61fc!important;
}
.whyBox{
	width:70px;
	min-width: 70px;
	height: 70px;
}
.iconBox{
	width: 60px;
	min-width: 60px;
	height: 60px;
}
.cu-avatar.sm {
	width: 40px;
	height: 40px;
	font-size: 1.6em;
}

.part_1 {
	height: 900px
}

.part_1_main {
	marign-top: 200px
}

.part_2 {
	height: 800px
} 
 

.newsItem:nth-child(2),
.newsItem:nth-child(1) {
	margin-top: 0
}
 
.avatarBox {
	width: 50px;
	height: 50px
}
.hide{
	display: none;
}
.navBox {
	/* -webkit-backdrop-filter: blur(1.25rem);
	backdrop-filter: blur(1.25rem); */
	height: 80px;
	z-index: 999999;
	/* background: hsla(0, 0%, 100%, .86); */
}
 
.codeIcon{
	width:220px
}
 
.blue-shadow{
	    box-shadow: 0 0.875rem 5rem .005rem rgba(102, 204, 255,.16);
}
.faIcon {
	font-size: 60px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(83deg, #ffc542 19.01%, #ff7136 88.14%);
	background-clip: text;
	-webkit-background-clip: text;
}

.margin-top-50 {
	margin-top: 50px
}

.item {
	transition: .3s;
	min-height: 200px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px
}

.item:hover {
	background-color: #ffb73b;
	color: #ffffff;
}

.item:hover .faIcon {
	transition: .3s;
	background: linear-gradient(83deg, #fff 19.01%, #fff 88.14%);
	background-clip: text;
	-webkit-background-clip: text;
}

.item:hover .title {
	color: #ffffff !important;
}

.item:hover .text-gray {
	color: #ffffff !important;
}

.item:hover .tag {
	background: #ffffff;
	color: #59DDAF
}
 .radius-30{
 	border-radius: 30px;
 } 
.radius-40{
	border-radius: 40px;
}
.tag {
	position: absolute;
	right: 0;
	top: 0;
	background: #59DDAF;
	padding: 2px 5px;
	border-bottom-left-radius: 10px;
	color: #ffffff
} 
/* 首页样式结束 */

/* 插件市场样式开始 */

.s-title-box{
	min-width: 80px;
} 
.blank-item{
	width:120px;
	height:45px
}
.addon-item{ 
	transition: .3s; 
} 
.addon-item .bg-img{ 
	padding-top:70%;
} 
.addon-item:hover{ 
	transition: .3s;
	margin-top:-5px;
	box-shadow: 0 0 30px 0 rgba(141, 153, 169, .16);
} 
.eee{
	max-width: 1200px;margin:0 60px
}

.kdksl{
	display: grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
}
@media screen and  (max-width:1600px) {
	.addons-box .grid-5{
		grid-template-columns:1fr 1fr 1fr 1fr;
	}
}
@media screen and  (max-width:1500px) {
	.addons-box .grid-5{
		grid-template-columns:1fr 1fr 1fr 1fr;
	}
	.itemBox { 
	    grid-template-columns:1fr 1fr 1fr; 
	}
}
 
@media screen and  (max-width:1200px) {
	.addons-box .grid-5{
		grid-template-columns:1fr 1fr 1fr;
	}
	
	.grid-4{
		grid-template-columns:1fr  1fr;
	}
	.itemBox {
	    grid-template-columns:1fr 1fr; 
	}
	.part_1{
		height:500px!important;
	}
	.mobile-text-18{
		font-size:18px;
	}
	.mobile-text-16{
		font-size:16px;
	}
	/* .lasdjkf{
		height:700px!important;
	} */
	.mobile-text-xl{
		font-size: 35px;
	}
	.mobile-text-22{
		font-size: 22px;
	}
	.mobile-text{
		font-size: 25px;
	}
	.margin-top-120 {
		margin-top:80px
	}
}
@media screen and  (max-width:860px) {
	.mobile-text-size-22{
		font-size: 22px;
	}
	.mobile-text-size-16{
		font-size: 16px;
	}
	.mobile-margin-top-50{
		margin-top:50px
	}
	.mobile-justify-center{
		justify-content: center;
	}
	.mobile-padding-lr-0{
		padding-left:0px;
		padding-right:0px
	}
	.mobile-margin-top-30{
		margin-top:30px
	}
	.mobile-padding-lr-30{
		padding-left:30px;
		padding-right:30px
	}
	.mobile-margin-lr-15{
		margin-left:15px;
		margin-right:15px
	}
	.eee{
		margin-left:15px;
		margin-right:15px
	}
	.mobile-w-100{
		width:100%
	}
	.hamburger { 
	    width: 20px;
	    height: 16px; 
	}
	.addons-box .grid-5{
		grid-template-columns:1fr 1fr;
	}
	.grid-2{
		grid-template-columns:1fr
	}
	.itemBox {
	    grid-template-columns:1fr 1fr;
	column-gap: 15px;
    row-gap: 15px;
	}
	.mobile-padding-lr{
		padding-left: 15px;
		padding-right: 15px;
	}
	/* .mobile-padding-lr-sm{
		padding-left: 5px;
		padding-right: 5px;
	} */
	.mobile-padding-lr-sm{
		padding-left: 5px;
		padding-right:5px;
	}
	.mobile-padding{
		padding:10px
	}
	.mobile-padding-sm{
		padding:5px
	}
	.sdf{
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.column-gap-30 {
	    column-gap: 15px;
	}
	.row-gap-30 {
	    row-gap: 15px;
	}
	.hoverDetail .hoverDetail-btn{
		bottom:0; 
		position: unset;
	}
	.hoverDetail:hover .hoverDetail-btn{
		bottom:0; 
	}
	.right-btn{
		display: none;
	}
	.mobile-margin-top{
		margin-top:10px;
	}
	.mobile-margin-lr-sm{
		margin-left:5px;
		margin-right:5px
	}
	.kskl{
		padding:0 15px
	}
	.ksklss{
		margin:15px
	}
	.mibile-text-center{
		text-align: center;
	}
	.mobile-margin-top-xl{
		margin-top:20px;
	}
	.mobile-margin-right-0{
		margin-right:0
	}
	.mobile-padding-right-0{
		padding-right:0
	}
	.mobile-margin-bottom{
		margin-bottom:10px;
	}
	.mobile-margin-lr{
		margin-left:10px;
		margin-right:10px
	}
	.mobile-padding-0{
		padding:0
	}
	.mobile-margin-top-0{
		margin-top:0
	}
	.mobile-hide{
		display: none;
	}
	.grid-5{
		grid-template-columns:1fr 1fr 1fr 1fr;
	}
	
	/* .mobile-text-40{
		font-size: 24px;
	} */
	
	
}
@media screen and  (max-width:700px) { 
	.kdksl{
		grid-template-columns: 1fr 1fr;
	}
	
	.mobile-hide {display: none} 
	.mobile-show {display: flex}
	.itemBox {
	    grid-template-columns:1fr;
	} 
	.codeIcon {
	    width: 120px;
	}
	.lasdjkf{
		height:500px!important;
	}
	.grid-3 { 
	    grid-template-columns: 1fr 1fr;
	}
	.column-gap-30 {
	    column-gap: 15px;
	}
	.row-gap-30 {
	    row-gap: 15px;
	}
	
	.mobile-text{
		font-size:16px;
	}
	.mobile-text-sm{
		font-size:14px;
	}
	.mobile-margin-top-0{
		margin-top:0
	}
	.grid-4{
		grid-template-columns:1fr;
	} 
	.mobile-text-24{
		font-size: 24px;
	}
}
@media screen and  (max-width:420px) {
	.mobile-margin-top-0{
		margin-top:0
	}
	
	.lasdjkf{
		height:400px!important
	}
	.mobile-text-24{
		font-size: 24px;
	}
	.mobile-text-lg{
		font-size:16px;
	}
	.part_1{
		height:500px!important
	}
	.addons-box .grid-5{
		grid-template-columns:1fr;
	}
	.eee a{
		font-size:12px
	}
	.codeIcon {
	    width: 120px;
	}
	.grid-4{
		grid-template-columns:1fr;
	}
	.grid-5{
		grid-template-columns:1fr 1fr 1fr;
	}
	.margin-top-120 {
	        margin-top:60px;
	    }
	.eadd div:last-child{display: none;}
}

 
.addons-banner-box .el-input__inner{
	border-radius:50px
}
.addons-banner-box .el-input-group__append{
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	padding: 0 40px;
	background:linear-gradient(284.92deg, rgba(88, 155, 255, .9), #2d61fc 91.47%);
	    color: #fff;
		border: none;
		box-shadow: 0 0.875rem 5rem .005rem rgba(102, 204, 255, .16);
}
.addons-banner-box .el-input--medium .el-input__inner {
    height:50px;
    line-height: 50px;
	border: 0;
	box-shadow: 0 0.875rem 5rem .005rem rgba(102, 204, 255, .16);
}
/* .tag-box{ 
	width: 100px;
	transform: rotate(45deg);
	display: flex;
	justify-content: center;
	right: -30px;
	top: 10px;
} */
.tag-box{
	display: flex;
	justify-content: center;
	right: 0;
	    top: 0;
	    padding: 2px 10px; 
	    border-bottom-left-radius: 10px;
}
.move-up-down {  
  width: 100px; /* 宽度 */  
  height: 100px; /* 高度 */   
  position: relative; /* 相对于其正常位置进行定位 */  
  animation: moveUpDown 2s infinite alternate; /* 动画名称、持续时间、循环次数、交替方向 */  
}  
  
@keyframes moveUpDown {  
  from {  
    top: 0; /* 起始位置在顶部 */  
  }  
  to {  
    top: 10px; /* 终止位置向下移动100px */  
  }  
}
/* 插件市场样式结束 */



/**会员中心样式开始**/
.members-leftbox{
	max-width:300px;
	width:100%;
	min-width:200px
}
.memberBox .el-menu{
	   border-right:0
}
.memberBox .el-submenu .el-menu-item {
    padding-left:54px!important
}
.memberBox .el-menu-item.is-active {
    background-color:#ECF4FF
}
.memberBox .el-submenu .el-menu-item {
    height: 40px;
    line-height: 40px; 
}
.memberBox .el-menu-item, .el-submenu__title {
    height: 40px!important;
    line-height: 40px!important; 
}

/**会员中心样式结束**/

/**社区样式开始**/
.communityBox .rightBox{
	max-width:360px;
	width:100%;
	min-width:300px
}
.communityBox .q-img{
	padding:50px
}
.line-height{
	line-height: 30px;
}
 
.hotItem:nth-child(1) .numBox{
	color:#ff403a;
}
.hotItem:nth-child(2) .numBox{
	color:#ff9500;
}
.hotItem:nth-child(3) .numBox{
	color:#fc0;
}
/**社区样式结束**/

.communityDetailBox .rightBox{
	max-width:360px;
	width:100%;
	min-width:300px
}
.communityDetailBox .commentBox textarea{
	height:100px
}
.communityDetailBox .goodBox{
	width:60px; 
	height:60px;
}
.communityDetailBox .goodBox:hover::after{
	border:.5px solid blue;
}
.communityDetailBox .adBox{
	height:100px;
	overflow: hidden;
}
.tagsBox{margin-top:-5px}