/* 基于bootstrap 你看你ma！ */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto');
	body {
	font-family:'Roboto',sans-serif;
	overflow:hidden;
}
html,body {
	height:100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	letter-spacing:0.02em;
}
h2 {
	font-size:23px;
	margin-bottom:15px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:15px;
	line-height:30px;
}
p {
	font-size:17px;
	color:#888;
	line-height:40px;
	font-family:'Roboto',sans-serif;
}
ul,ol {
	margin:0;
	padding:0;
	list-style:none
}
.mt20 {
	margin-top:20px;
}
.mt30 {
	margin-top:30px;
}
[class*="-section"] {
	overflow:hidden;
}
.no-pad {
	padding-left:0;
	padding-right:0;
}
.spad {
	padding:30px 0;
}
.section-title {
	text-align:center;
	margin-bottom:30px;
}
.logo {
	float:left;
}
nav {
	position:fixed;
	background:#fff;
	z-index:9;
	display:none;
	width:100%;
	padding:20px;
	top:0;
	left:0;
	clear:both;
	box-shadow:-5px 10px 12px -10px rgba(201,201,201,0.67);
}
nav.subpage-nav {
	position:relative;
	display:block;
}
.nav-menu {
	float:right;
	line-height:32px;
	display:block;
}
nav ul li {
	float:left;
	margin-right:15px;
	font-family:'Montserrat',sans-serif;
	font-size:13px;
	text-transform:uppercase;
	position:relative;
}
nav ul li a {
	color:#000;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	position:relative;
}
nav ul li a:focus {
	color:#000;
}
nav ul li a:hover,nav ul li.current a {
	color:#b1b1b1 !important;
}
.mobile-bar {
	width:35px;
	height:21px;
	display:none;
	float:right;
	position:relative;
	cursor:pointer;
}
.mobile-bar span {
	height:3px;
	width:35px;
	display:block;
	background:#000;
	position:absolute;
	top:9px;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
}
.mobile-bar.active span {
	background-color:transparent;
}
.mobile-bar span:after,.mobile-bar span:before {
	position:absolute;
	content:"";
	width:35px;
	height:3px;
	background:#000;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.mobile-bar span:after {
	top:8px;
}
.mobile-bar span:before {
	top:-8px;
}
.mobile-bar.active span:after {
	top:0px;
	width:30px;
	-webkit-transform:rotate(40deg);
	transform:rotate(40deg);
}
.mobile-bar.active span:before {
	top:0px;
	width:30px;
	-webkit-transform:rotate(-40deg);
	transform:rotate(-40deg);
}
.intro-section {
	width:100%;
	height:100%;
	position:relative;
	display:table;
	overflow:hidden;
}
.intro-bg-image {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	z-index:1;
}
.intro-content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:2
}
/* .intro-section:after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:-webkit-linear-gradient(left,rgba(226,35,18,0.5),rgba(56,181,160,0.5) 100%);
	opacity:0.85;
	z-index:1;
} */
.intro-content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:2
}
.intro-content h1 {
	font-size:120px;
	color:#fff;
	text-transform:uppercase;
	text-shadow:0 0 16px rgba(0,0,0,0.4);
	margin-bottom:10px;
}
.social {
	display:block;
}
.social a {
	font-size:18px;
	margin:0 8px;
	color:#fff;
	text-shadow:0 0 5px rgba(0,0,0,0.5);
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.social a:hover {
	color:#666;
}
.down {
	position:absolute;
	display:table;
	width:100px;
	height:50px;
	background:rgba(175,175,175,0.2);
	left:50%;
	bottom:0;
	margin-left:-50px;
	border-radius:50px 50px 0 0px;
	z-index:3;
	overflow:hidden;
}
.down i {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:40px;
	color:#fff;
	text-shadow:0 0 15px rgba(0,0,0,0.4);
	-webkit-animation:down 1.8s infinite;
	animation:down 1.8s infinite;
}
@-webkit-keyframes down {
	0% {
	top:0;
	opacity:0.5;
}
25% {
	top:10px;
	opacity:1;
}
50% {
	top:5px;
	opacity:1;
}
100% {
	top:15px;
	opacity:0;
}
}@keyframes down {
	0% {
	top:0;
	opacity:0.5;
}
25% {
	top:10px;
	opacity:1;
}
50% {
	top:5px;
	opacity:1;
}
100% {
	top:15px;
	opacity:0;
}
}.about-image img {
	min-width:100%;
}
.about-text {
	margin-bottom:20px;
}
.about-text h3 {
	margin-bottom:25px;
}
.single-progress-item {
	margin-bottom:30px;
}
.skills .single-progress-item:last-child {
	margin-bottom:0;
}
.single-progress-item h4 {
	letter-spacing:0.09em;
	text-transform:uppercase;
	line-height:27px;
	margin-bottom:5px;
	font-size:14px;
}
.progress-bar-style {
	display:block;
	height:10px;
	background:#d6d6d6;
	position:relative;
	width:100%;
	border-radius:5px;
}
.bar-inner {
	position:absolute;
	height:100%;
	left:0;
	top:0;
	background:#222;
	border-radius:5px;
}
.bar-inner span {
	position:absolute;
	right:10px;
	top:-18px;
	font-size:13px;
}
.services-section .container {
	background:#f6f6f6;
	border-radius: 12px;
	padding: 20px;
}
.service-item {
	text-align:center;
	transition: transform 0.3s ease;
}
.service-item:hover {
	transform: translateY(-5px);
}
.service-item h4 {
	font-weight:600;
}
.service-item .icon {
	width:50px;
	height:50px;
	display:table;
	margin:0 auto;
	position:relative;
	top:0px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.service-item .icon i {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:28px;
}
.service-item .icon:after,.service-item .icon:before,.service-item .icon span:after,.service-item .icon span:before {
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	opacity:0;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
.service-item:hover .icon:after,.service-item:hover .icon:before,.service-item:hover .icon span:after,.service-item:hover .icon span:before {
	width:100%;
	height:100%;
	opacity:1;
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	opacity:1;
}
.service-item:hover .icon {
	top:-10px;
}
.portfolio_container {
	margin-bottom:-30px;
}
.portfolio-filter {
	text-align:center;
	margin-bottom:30px;
}
.portfolio-filter li {
	font-family:'Montserrat',sans-serif;
	font-size:13px;
	display:inline-block;
	margin-right:10px;
	cursor:pointer;
}
.portfolio-filter li.active {
	text-decoration:line-through;
	color:#000;
}
.grid-item {
	margin-bottom:30px;
}
.work-item {
	position:relative;
}
.work-item img {
	max-width:100%;
}
.work-inner {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow:hidden;
	background-color:rgba(0,0,0,0.8);
	opacity:0;
	-webkit-perspective:100px;
	perspective:100px;
	-webkit-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.grid-item:hover .work-inner {
	opacity:1;
}
.work-zoom {
	position:absolute;
	width:50px;
	height:50px;
	color:#333;
	display:table;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
	background:#fff;
	font-size:20px;
	opacity:0;
	-webkit-transform:rotateY(0deg);
	transform:rotateY(0deg);
	-webkit-transition:all 0.6s;
	transition:all 0.6s;
}
.work-zoom i {
	display:table-cell;
	vertical-align:middle;
}
.work-item:hover .work-zoom {
	-webkit-transform:rotateY(180deg);
	transform:rotateY(180deg);
	opacity:1;
}
.work-popup {
	max-width:550px;
	background:#fff;
	position:relative!important;
	margin:30px auto;
	left:0!important;
}
.work-popup img {
	width:100%;
	height:100%;
}
.work-popup-content {
	padding:25px;
}
.work-popup-content h3 {
	font-size:26px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.work-popup-content p {
	text-align:left;
	line-height:23px;
}
.mfp-close-btn-in .mfp-close {
	position:absolute;
	background:#fff;
	font-size:40px;
	width:50px;
	height:50px;
	opacity:1;
	color:#333;
	box-shadow:-5px 5px 20px rgba(0,0,0,0.2);
}
.testinonial-section {
	background:#f6f6f6;
}
.brand-item img {
	max-width:100%;
}
.blog-item {
	border-radius:12px;
	display:block;
	margin-bottom:30px;
	box-shadow:0px 3px 16px rgba(0,0,0,0.15);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}
.blog-item img {
    border-top-left-radius:10px;
    border-top-right-radius:10px;
	min-width:100%;
	max-width:100%;
	transition: transform 0.3s ease;
}
.blog-item:hover img {
	transform: scale(1.05);
}

/* 统一按钮样式 */
.unified-btn {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

.unified-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.unified-btn-primary {
	background-color: #409EFF;
	color: #fff;
}

.unified-btn-primary:hover {
	background-color: #337ecc;
}

.unified-btn-success {
	background-color: #67C23A;
	color: #fff;
}

.unified-btn-success:hover {
	background-color: #529b2e;
}

.unified-btn-warning {
	background-color: #E6A23C;
	color: #fff;
}

.unified-btn-warning:hover {
	background-color: #b8822a;
}

/* 定价卡片按钮样式 */
.pricing-card .unified-btn {
	width: 100%;
	display: block;
}





/* 滚动渐入效果 */
.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

/* 为不同元素添加不同的延迟效果 */
.fade-in-delay-1 {
	transition-delay: 0.1s;
}

.fade-in-delay-2 {
	transition-delay: 0.2s;
}

.fade-in-delay-3 {
	transition-delay: 0.3s;
}

/* 左右滑入效果 */
.slide-in-left {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-left.visible {
	opacity: 1;
	transform: translateX(0);
}

.slide-in-right {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in-right.visible {
	opacity: 1;
	transform: translateX(0);
}

/* 缩放渐入效果 */
.scale-in {
	opacity: 0;
	transform: scale(0.8);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.scale-in.visible {
	opacity: 1;
	transform: scale(1);
}

/* 按钮点击反馈效果 */
.unified-btn:active {
	transform: translateY(0);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* 按钮涟漪效果 */
.unified-btn {
	position: relative;
	overflow: hidden;
}

.unified-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	border-radius: 100%;
	transform: scale(1, 1) translate(-50%);
	transform-origin: 50% 50%;
}

.unified-btn:focus:not(:active)::after {
	animation: ripple 1s ease-out;
}

@keyframes ripple {
	0% {
		transform: scale(0, 0);
		opacity: 0.5;
	}
	20% {
		transform: scale(25, 25);
		opacity: 0.3;
	}
	100% {
		opacity: 0;
		transform: scale(40, 40);
	}
}

/* 为所有按钮添加点击效果 */
button:active, a.unified-btn:active {
	transform: scale(0.98);
}

/* 动态涟漪效果 */
.ripple-effect {
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	transform: scale(0);
	animation: ripple-animation 0.6s ease-out;
	pointer-events: none;
}

@keyframes ripple-animation {
	to {
		transform: scale(4);
		opacity: 0;
	}
}





/* 定价卡片悬停效果 */
.pricing-card {
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}
.pricing-card:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}
.blog-item-text {
	padding:10px;
	border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
.blog-item-text h3 {
    text-align: center;
	margin-top: 10px;
	margin-bottom:15px;
	font-weight:600;
}
.blog-item-text small {
    font-weight: 600;
}
.blog-item-text p {
    color: #999999;
    text-align: center;
	font-weight:600;
}
.post-img img {
	max-width:100%;
}
.single-blogpost p {
	margin-bottom:15px;
}
blockquote {
	margin-bottom:15px;
	padding:5px 0 5px 20px;
	border-left:5px solid #333;
	line-height:25px;
	font-size:15px;
	font-family:'Montserrat',sans-serif;
}
.single-info {
	padding-bottom:20px;
}
.by-admin {
	padding:15px 0;
}
.by-admin h5 {
	font-size:14px;
	line-height:22px;
}
.single-social {
	text-align:right;
	padding:15px 0;
}
.single-social a {
	color:#333;
	font-size:14px;
	margin-left:12px;
	font-weight:700;
	font-family:'Montserrat',sans-serif;
}
.title-heading {
	line-height:30px;
	margin-bottom:30px;
	margin-top:20px;
}
.comment {
	margin-top:50px;
}
.comment h3 {
	margin:20px 0;
}
.comment-list {
	}.comment-list li {
	display:block;
	overflow:hidden;
	border-bottom:1px solid #f1f1f1;
	margin-bottom:10px;
	position:relative;
	width:100%;
}
.comment-list li.reply-has {
	border-bottom:none;
}
.reply-comment-list {
	padding-top:10px;
	padding-left:10px;
	margin-left:50px;
	margin-bottom:15px;
	clear:both;
	background:#f9f9f9;
}
.reply-comment-list li {
	}.reply-comment-list li:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.comment-list li img {
	width:10%;
	float:left;
	border-radius:50%;
}
.comment-info {
	width:90%;
	float:left;
	padding:0px 15px 10px;
}
.comment-info p {
	margin-bottom:0;
	padding-right:10px;
	font-size:16px;
	line-height:23px;
}
.comment-info .reply {
	font-size:12px;
	font-weight:700;
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	color:#333;
}
.comment-form input {
	width:100%;
	height:45px;
	border:0;
	color:#000;
	border-bottom:solid 1px #dfdfdf;
	font-size:13px;
	padding-left:10px;
	margin-bottom:15px;
}
.comment-form textarea {
	width:100%;
	border:0;
	border-bottom:solid 1px #dfdfdf;
	font-size:13px;
	padding:20px 0 0 10px;
	height:119px;
	margin-bottom:15px;
}
.comment-form {
	margin-top:60px;
}
.comment-form .site-button {
	margin:auto;
	margin-top:30px;
	display:block;
}
.btn-center {
	margin:0 auto;
}
.site-button {
	padding:13px 40px;
	font-size:12px;
	font-family:'Montserrat',sans-serif;
	font-weight:700;
	background:none;
	border:2px solid;
	border-radius:50px;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
	box-shadow:0 0 3px 7px transparent;
}
a.site-button {
	border:2px solid #000;
	color:#000;
}
.site-button:hover {
	box-shadow:0 0 0 0 #000;
	background:#000;
	color:#fff;
	-webkit-transition:all ease 0.3s;
	transition:all ease 0.3s;
}
.contact-section {
	background:#f6f6f6;
}
.con-info {
	background:#fff;
	padding:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.con-info li {
	margin-bottom:20px;
}
.con-info li:last-child {
	margin-bottom:0;
}
.con-info li i {
	font-size:21px;
	margin-bottom:10px;
}
.con-info li span {
	display:block;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	font-family:'Montserrat',sans-serif;
}
.con-info li p {
	}#contact-form input {
	display:block;
	min-width:100%;
	margin-bottom:30px;
	height:55px;
	padding:7px 10px;
	background:#fff;
	border:none;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
#contact-form textarea {
	min-width:100%;
	height:160px;
	padding:10px;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	padding-right:80px;
	border:none;
	line-height:initial;
}
.send-btn-div {
	position:relative;
	line-height:0;
}
.send-btn {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:80px;
	background:#333;
	border:none;
	font-size:30px;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	box-shadow:inset 0 0 15px 5px #333;
}
.send-btn:hover {
	background:transparent;
	color:#333;
	box-shadow:inset 0 0 0 5px #333;
}
#contact-form input:focus,#contact-form textarea:focus {
	box-shadow:0 0 15px rgba(0,0,0,0.1),inset 0 -3px #333;
	outline:none;
}
.contact-left {
	position:relative;
}
#form-chack {
	display:none;
	margin:0 10px;
}
#form-chack.error,#form-chack.send {
	display:block;
	padding:7px 15px;
	margin-bottom:15px;
	font-weight:700;
	border-radius:25px;
	color:#fff;
	position:absolute;
	top:-50px;
	height:35px;
	min-width:90px;
	text-align:center;
	z-index:5;
	font-size:16px;
	left:15px;
}
#form-chack.error {
	background:#d03636;
}
#form-chack.send {
	background:#00BC58;
}
footer {
	background:#111;
	text-align:center;
	padding:10px 0;
}
footer p {
	margin-top:10px;
	font-size:14px;
	line-height:15px;
}

/* 弹窗公告样式 */
.announcement-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	overflow: auto;
}

.announcement-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px 30px;
	border-radius: 12px;
	width: 480px;
	max-width: 90%;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
	animation: modalopen 0.3s;
	font-family: "Microsoft YaHei", sans-serif;
	text-align: center;
}

@keyframes modalopen {
	from {opacity: 0; transform: translateY(-20px);}
	to {opacity: 1; transform: translateY(0);}
}

/* 数据统计数字动画效果 */
.counter {
  display: inline-block;
  transition: all 0.5s ease-out;
  position: relative;
}
.counter-updated {
  animation: countUp 0.8s ease-out forwards;
}

@keyframes countUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  50% {
    transform: translateY(-10px) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.announcement-header {
	background-color: transparent;
	color: #222;
	padding: 0;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.announcement-header h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}

.close-btn {
	background: none;
	border: none;
	color: #666;
	font-size: 24px;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background-color 0.2s;
}

.close-btn:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.announcement-body {
	padding: 0;
	color: #444;
	text-align: left;
}

.announcement-text p {
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 15px;
	text-align: center;
}

.sponsor-title {
	margin-top: 20px;
	color: #0078d7;
	font-size: 18px;
	text-align: center;
}

.payment-buttons {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}

.payBtn {
	padding: 7px 12px;
	margin: 5px;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	transition: transform 0.2s, box-shadow 0.2s;
}

.payBtn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.payment-image-container {
	margin-top: 15px;
	text-align: center;
}

.payment-image-container img {
	width: 180px;
	border-radius: 8px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	transition: transform 0.3s;
}

.announcement-body a {
	color: #4285f4;
	text-decoration: none;
}

.announcement-body a:hover {
	text-decoration: underline;
}

.announcement-footer {
	padding: 0;
	margin-top: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row !important;
}

.no-tip-btn {
	background: #4CAF50;
	color: white;
	border: none;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 12px;
	font-size: 14px;
	transition: background-color 0.2s;
}

.no-tip-btn:hover {
	background: #388E3C;
}

.close-popup-btn {
	background: #FF9800;
	color: white;
	border: none;
	padding: 8px 15px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.2s;
}

.close-popup-btn:hover {
	background: #F57C00;
}

/* 响应式设计 */
@media only screen and (max-width: 767px) {
	.announcement-content {
		width: 95%;
		padding: 20px;
	}
	
	.announcement-text p {
		font-size: 14px;
		text-align: center;
	}
	
	.payment-buttons {
		flex-wrap: wrap;
		gap: 5px;
	}
	
	.payBtn {
		flex: 1;
		min-width: 100px;
		font-size: 12px;
		padding: 6px 8px;
		width: 80%;
		max-width: 200px;
	}
	
	.payment-image-container img {
		width: 150px;
	}
	
	.announcement-footer {
		justify-content: center;
		gap: 10px;
		flex-direction: row !important;
	}
	
	.no-tip-btn, .close-popup-btn {
		width: auto;
		padding: 8px 15px;
		font-size: 13px;
	}
}
	
	.announcement-header h3 {
		font-size: 20px;
	}
	
	.announcement-body {
		padding: 15px;
	}
	
	.announcement-body p {
		font-size: 14px;
		line-height: 1.4;
	}
	
	.announcement-footer {
		padding: 12px 15px;
		flex-direction: column;
		align-items: stretch;
	}
	
	.ok-btn {
		margin-bottom: 10px;
		width: 100%;
	}
	
	.no-show {
		text-align: center;
		justify-content: center;
	}
@media only screen and (min-width:768px) and (max-width:991px) {
	.intro-content h1 {
	font-size:70px;
}
.about-image {
	margin-bottom:30px;
}
.service-item {
	margin-bottom:20px;
}
.con-info {
	margin-bottom:30px;
}
}@media only screen and (max-width:767px) {
	.intro-content h1 {
	font-size:50px;
}
.about-image {
	margin-bottom:30px;
}
.service-item {
	margin-bottom:20px;
}

/* 移动端定价卡片优化 */
.pricing-card {
	margin-bottom: 20px;
	padding: 15px !important;
}

.pricing-card h3 {
	font-size: 18px !important;
}

.pricing-card p {
	font-size: 13px !important;
}

.pricing-card div[style*="font-size: 24px"] {
	font-size: 20px !important;
}

/* 移动端数据统计卡片优化 */
.counter {
	font-size: 20px !important;
}

/* 移动端按钮优化 */
.unified-btn {
	padding: 12px 15px;
	font-size: 14px;
}

/* 移动端图片优化 */
img {
	max-width: 100%;
	height: auto;
}

.image-container {
	width: 100%;
	overflow: hidden;
}

.image-container img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.nav-menu {
	width:100%;
	position:absolute;
	left:0;
	top:100%;
	box-shadow:0px 9px 11px rgba(206,206,206,0.3);
	opacity:0;
	-webkit-transform:rotateX(90deg);
	transform:rotateX(90deg);
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transform-origin:top center;
	transform-origin:top center;
}
.nav-menu.active {
	opacity:1;
	-webkit-transform:rotateX(0deg);
	transform:rotateX(0deg);
}
.nav-menu li {
	display:block;
	float:none;
	border-top:1px solid #efefef;
	background:#fff;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	margin:0;
}
.nav-menu li {
	overflow:hidden;
}
.mobile-bar {
	display:block !important;
}
.by-admin {
	text-align:center;
	padding:0;
}
.by-admin h5 {
	font-size:12px;
}
.single-social {
	text-align:center;
	padding-top:5px;
}
.reply-comment-list {
	margin-left:0px;
}
.con-info {
	margin-bottom:30px;
}
}@media only screen and (max-width:479px) {
	.intro-content h1 {
	font-size:30px;
}
.about-image {
	margin-bottom:30px;
}
.service-item {
	margin-bottom:20px;
}

/* 超小屏幕优化 */
.pricing-card {
	padding: 12px !important;
}

.pricing-card h3 {
	font-size: 16px !important;
}

.pricing-card p {
	font-size: 12px !important;
}

.pricing-card div[style*="font-size: 24px"] {
	font-size: 18px !important;
}

.counter {
	font-size: 18px !important;
}

.unified-btn {
	padding: 10px 12px;
	font-size: 13px;
}

/* 确保所有内容在小屏幕上可见 */
.container {
	padding-left: 10px;
	padding-right: 10px;
}

/* 优化图片在小屏幕上的显示 */
.image-container img {
	max-height: 200px;
	object-fit: contain;
}
}.row {
	margin-right:-10px;
	margin-left:-10px;
}
.container,.container-fluid,.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	padding-left:10px;
	padding-right:10px;
}
.breadcrumb {
	background-color:transparent;
	margin-bottom:15px;
	padding-top:10px;
	padding-left:0;
}
.blockquote {
	font-size:16px;
}
.card-box {
	padding:20px;
	box-shadow:0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
	border-radius:5px;
	margin-bottom:20px;
	background-color:#ffffff;
}
.card-box .card-drop {
	color:#98a6ad;
	font-size:20px;
	height:20px;
	line-height:1px;
	display:inline-block;
}
.widget-user {
	min-height:112px;
}
.widget-user img {
	height:72px;
	float:left;
}
.widget-user .wid-u-info {
	margin-left:90px;
}
.widget-user .wid-u-info p,.widget-user .wid-u-info h4 {
	white-space:nowrap;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
}
.footerTextIcon {
	display:inline-block;
	animation:beating 1s infinite;
	animation-timing-function:ease-out;
	margin:0 3px;
}
.vu {
	position:relative;
}
.vu::before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	background-color:#eee;
	opacity:1;
	transition:opacity 1s;
}
.nu::before {
	opacity:0;
}
.section1 {
	background:rgb(245,245,245);
	text-align:center;
}
.section2 {
	border-radius:12px;
	background:white;
}
.godyy {
	background:white;
}
.godiconhtml {
	color:#FF4500
}
.godiconcard {
	color:#2c00de
}
.godiconcloud {
	color:#6ba0ff
}
.godiconfile {
	color:#FFDAB9
}
@font-face {
	font-family:BlackItalic;
	src:url('../fonts/BlackItalic.woff');
}
::-webkit-scrollbar {
	width:6px;
	height:6px;
}
::-webkit-scrollbar-track {
	border-radius:3px;
	background:rgba(0,0,0,0.06);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.08);
}
::-webkit-scrollbar-thumb {
	border-radius:3px;
	background:rgba(0,0,0,0.12);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
}


/* 移除可能导致全屏灰色的全局样式（如果存在） */
body {
  background-color: #fff; /* 确保页面背景为白色，不影响灰色区域 */
}

/* 悬浮窗容器：贴紧页面右侧，垂直排列两个按钮 */
.float-widget {
  position: fixed;
  right: 10; /* 完全贴紧页面右侧 */
  top: 50%; /* 垂直居中 */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 按钮贴右对齐 */
  gap: 0px; /* 两个按钮贴在一起 */
  z-index: 9999;
}
/* 触发按钮：保持在悬浮窗根容器内 */
.toggle-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  position: relative;
}
.toggle-btn .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff3d3d;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: bold;
}

/* 二维码面板：在触发按钮左侧展开（不影响页面内容） */
.panel {
  display: none;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  padding: 16px;
  width: 300px;
  text-align: center;
  
  position: absolute;
  right: 50px; /* 与触发按钮保持10px间距 */
  top: 50%;
  transform: translateY(-50%);
}

/* 二维码组+内容：保持居中 */
.qrcode-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}
.qrcode-item {
  width: 45%;
}
.qrcode-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
  border: 1px solid #eee;
}
.qrcode-item h4 {
  font-size: 14px;
  color: #333;
}
.qrcode-item p {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.close-btn {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  margin: 0 auto;
}

.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px; 
  height: 48px;
  border-radius: 0; 
  background-color: transparent; 
  color: #333;
  cursor: pointer;
  box-shadow: none; 
}

.svg-icon {
  width: 24px; 
  height: 24px;
  vertical-align: middle;
  fill: currentColor;
  object-fit: contain;
  transition: all 0.2s ease;
}


.badge {
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 12px;
  background-color: #ff4d4f;
  color: #fff;
}



#cy {
  background-color: #f5f5f5; 
  width: auto;
  max-width: 1200px; 
  height: auto; 
  margin: 20px auto; 
  padding: 30px 20px; 
  box-sizing: border-box; 
  
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}


#cy .container {
  width: 100%;
  padding: 0; 
  max-width: none; 
}