body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;

    line-height: 30px;
    text-align: center;
	
}
a:active {
	color: #00FF00; /* 激活时的颜色 */
	text-decoration: underline; /* 激活时添加下划线 */
}
p {
	text-align: left;
}
body.theme-light
{
	color: #ffffff;
}

strong { font-weight: 600; }

/* a, a:hover, a:focus { color: #f8f9fa; text-decoration: none; transition: all .3s; } */


h1, h2 {
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
    font-weight: 300;
    color: #ffffff;
    line-height: 50px;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 17px;
	line-height: 32px;
}

.colored-text { color: #9b59b6; }

::-moz-selection { background: #9b59b6; color: #fff; text-shadow: none; }
::selection { background: #9b59b6; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container {
    margin: 0 auto;
    padding-bottom: 80px;
	
}


/* 首页 (Home) */
.section-container-home {
	background: #1B1F3B;
	color: #FFFFFF; /* 白色前景颜色，保证对比度 */
}
.section-container-home h2 {
	color: #FFD700; /* 金色前景颜色，突出副标题 */
}
.section-container-home h3 {
	color: #FFD700; /* 金色前景颜色，突出标题 */
}

/* 产品介绍 (Products) */
.section-container-products {
	background: #663399;
	color: #FFFFFF; /* 白色前景颜色，保证对比度 */
}
.section-container-products h2 {
	color: #FFD700; /* 金色前景颜色，突出副标题 */
	text-align: center;
}
.section-container-products h3 {
	color: #FFD700; /* 金色前景颜色，突出标题 */
	
}
.section-container-products p{
	text-align: left;
}
/* 特性 (Features) */
.section-container-features {
	background: #00BFFF;
	color: #FFFFFF; /* 白色前景颜色，保证对比度 */
}
.section-container-features h2 {
	color: #FFD700; /* 金色前景颜色，突出副标题 */
}
.section-container-features h3 {
	color: #FFD700; /* 金色前景颜色，突出标题 */
}


/* 视频展示 (Videos) */
.section-container-videos {
	background: #121212;
	color: #FFFFFF; /* 白色前景颜色，保证对比度 */
}
.section-container-videos h2 {
	color: #FFD700; /* 金色前景颜色，突出副标题 */
	text-align: center;
}
.section-container-videos h3 {
	color: #FFD700; /* 金色前景颜色，突出标题 */
}

/* 常见问题及解决方案 (faq) */
.section-container-faq {
	background: #E0F7FA;
	color: #005662; /* 深蓝色前景颜色，确保对比度 */
}
.section-container-faq h2 {
	color: #00796B; /* 深绿色前景颜色，突出副标题 */
}
.section-container-faq h3 {
	color: #004D40; /* 深青色前景颜色，突出标题 */
}
.section-container-faq p{
	text-align: left;
}
.section-container-faq h6{
	text-align: left;
	font-weight: bold;
}
.section-container-faq li{
	text-align: left;
}
/* 联系我们 (Contact Us) */
.section-container-contact {
	background: #FF4500;
	color: #FFFFFF; /* 白色前景颜色，保证对比度 */
}
.section-container-contact h2 {
	color: #FFD700; /* 金色前景颜色，突出副标题 */
}
.section-container-about h2 {
	color: #FFD700; /* 金色前景颜色，突出副标题 */
}
.section-container-contact h3 {
	color: #FFD700; /* 金色前景颜色，突出标题 */
}

/* 关于我们 (About Us) */
.section-container-about {
	background: #4682B4;
	color: #FFFFFF; /* 白色前景颜色，保证对比度 */
}
.section-container-about h3 {
	color: #FFD700; /* 金色前景颜色，突出标题 */
}


.section-container-image-bg,
.section-container-image-bg h2,
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	border-color: #fff;
}

.section-description {
	margin-top: 60px;
    padding-bottom: 10px;
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #9b59b6;
	background: rgba(155, 89, 182, 0.7);
	border: 0;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}

.btn-link-bak {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background:#6c757d;
	border: 0;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}

.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active, .btn-link-1:active:focus,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-1.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #9b59b6;
	background: rgba(155, 89, 182, 0.9);
	outline: 0;
	color: #fff;
	box-shadow: none;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: #333;
	background: rgba(0, 0, 0, 0.2);
	border: 0;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    border-radius: 4px;
    transition: all .3s;
}
.btn-link-2:hover, .btn-link-2:focus, .btn-link-2:active, .btn-link-2:active:focus,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-2.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #333; background: rgba(0, 0, 0, 0.4); outline: 0; color: #fff; box-shadow: none;
}

.btn-link-3 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 0 28px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	font-size: 15px;
    font-weight: 600;
    line-height: 48px;
    color: #9b59b6;
    border-radius: 0;
    transition: all .3s;
}
.btn-link-3:hover, .btn-link-3:focus, .btn-link-3:active, .btn-link-3:active:focus,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active,
.btn-link-3.btn-primary:not(:disabled):not(.disabled):active:focus {
	padding: 0 10px;
	background: none;
	border: 0;
	border-bottom: 2px solid #9b59b6;
	outline: 0;
	color: #9b59b6;
	box-shadow: none;
}


/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	border-bottom: 1px dashed #ccc;
}


/***** Top menu *****/

.navbar {
	background: #444;
	-o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
	backface-visibility: hidden;
}
.navbar.navbar-no-bg { background: #444; background: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-nav { font-size: 16px; color: #fff; font-weight: 600; }
.navbar-dark .navbar-nav .nav-link { color: #fff; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
.navbar-dark .navbar-nav .nav-link:focus { color: #fff; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-left: 1rem; padding-right: 1rem; }

.navbar-brand {
    width: 136px;
    background: url(/storage/20250520/4Ft1747681699cbuTA329I4eCBnzf1.png) left center no-repeat;
    border: 0;
    text-indent: -99999px;
    background-size: 136px 40px;
}
/***** Top content *****/

.top-content {
    padding: 210px 0;

}
	.top-content a {
		color: #ececf3; /* 链接颜色 */
		text-decoration: none; /* 去掉下划线 */
	}
	/* 悬停时的样式 */
	.top-content a:hover {
		color: #eeff00; /* 悬停时的颜色 */
		text-decoration: underline; /* 悬停时添加下划线 */
	}
	/* 点击后的链接样式 */
	.top-contenta:active {
		color: #ffffff; /* 点击后的颜色恢复为白色 */
	}
.top-content .text {
	color: #fff;
}

.top-content .text h1 {
	margin-top: 25px;
	color: #fff;
}

.top-content .description {
	margin: 30px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 45px;
}

.top-content ul
{
	color: #FFFFFF;
}

.top-content p
{
	color: #FFFFFF;
}
/***** Services *****/

.services-box {
	padding-top: 30px;
	text-align: left;
}

.services-box .services-box-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 28px;

    background: #9b59b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #9b59b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#9b59b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#9b59b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#9b59b6',GradientType=0 ); /* IE6-9 */
}

.services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}


/***** About us *****/

.about-us-box {
	margin-top: 100px;
}

.about-us-box-text {
	padding-right: 30px;
	text-align: left;
}

.about-us-box-text h3 {
	margin-top: 0;
}

.about-us-box-text .medium-paragraph {
	margin-top: 20px;
	margin-bottom: 20px;
}

.about-us-box-text a { border-bottom: 1px dashed #9b59b6; }
.about-us-box-text a:hover, .about-us-box-text a:focus { border: 0; }

.about-us-box-img img {
	border-radius: 4px;
}


/***** More services *****/

.more-services-box {
	margin-top: 30px;
	text-align: left;
}

.more-services-box .more-services-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 22px;

    background: #9b59b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #9b59b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#9b59b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#9b59b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#9b59b6',GradientType=0 ); /* IE6-9 */
}

.more-services-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}


/***** Call to action *****/

.call-to-action-container .section-bottom-button {
	padding-top: 30px;
}


/***** Portfolio *****/

.portfolio-box {
    padding-top: 30px;
    text-align: left;
    visibility: visible; /* 控制元素可见性 */
    animation-name: fadeInDown; /* 设置动画名称 */
    animation-duration: 1s; /* 可调整动画持续时间 */
    animation-fill-mode: both; /* 让动画在完成后保持最后状态 */
}

.portfolio-box-image {
	overflow: hidden;
	border-radius: 4px;
}

.portfolio-box-image img {
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.portfolio-box-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.portfolio-box h3 {
	margin-top: 30px;
}
.portfolio-box h3 a { color: #ffffff; }
.portfolio-box h3 a:hover, .portfolio-box h3 a:focus { color: #9b59b6; }

.portfolio-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.portfolio-box h3:hover i { padding-left: 15px; }

.portfolio-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.portfolio-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.portfolio-container .section-bottom-button {
	padding-top: 40px;
}


/***** Testimonials *****/

.testimonials-container {
	padding-bottom: 70px;
}

.testimonial-list {
    margin-top: 30px;
    text-align: center;
}

.testimonial-list .testimonial-image img {
	max-width: 160px;
	border-radius: 4px;
}

.testimonial-list .testimonial-text {
	margin-top: 30px;
	opacity: 0.8;
}

.testimonial-list .testimonial-text a {
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.testimonial-list .testimonial-text a:hover,
.testimonial-list .testimonial-text a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs {
	margin-top: 45px;
    border: 0;
    justify-content: center;
}

.testimonial-list .nav-tabs li {
	margin-left: 10px;
    margin-right: 10px;
}

.testimonial-list .nav-tabs li a {
    width: 16px;
    height: 16px;
    padding: 0;
    background: none;
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .nav-tabs li a:hover,
.testimonial-list .nav-tabs li a:focus {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    border-color: rgba(255, 255, 255, 0.8);
}

.testimonial-list .nav-tabs li a.active,
.testimonial-list .nav-tabs li a.active:focus {
	background: #9b59b6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffb24b 0%, #9b59b6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb24b), color-stop(100%,#9b59b6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffb24b 0%,#9b59b6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffb24b 0%,#9b59b6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb24b', endColorstr='#9b59b6',GradientType=0 ); /* IE6-9 */

	border: 0;
}


/***** Blog *****/

.blog-box {
	margin-top: 30px;
	text-align: left;
}

.blog-box-image {
	margin-top: 8px;
	overflow: hidden;
	border-radius: 4px;
}

.blog-box-image img {
	-o-transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; -ms-transition: all .8s; transition: all .8s;
}

.blog-box-image:hover img {
	-o-transform: scale(1.25); -moz-transform: scale(1.25); -webkit-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25);
}

.blog-box h3 {
	margin-top: 0;
}
.blog-box h3 a { color: #ffffff; }
.blog-box h3 a:hover, .blog-box h3 a:focus { color: #9b59b6; }

.blog-box h3 i {
	padding-left: 10px;
	color: #ccc;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.blog-box h3:hover i { padding-left: 15px; }

.blog-box-date {
	padding-bottom: 10px;
	font-size: 14px;
	color: #aaa;
	text-transform: uppercase;
}

.blog-box-date i {
	padding-right: 5px;
	color: #ddd;
}

.blog-container .section-bottom-button {
	padding-top: 40px;
}


/***** Footer *****/

footer {
	padding: 40px 0 0 0;
	background: #444;
	color: #aaa;
	text-align: left;
}

.footer-left a { color: #ddd; border-bottom: 1px dashed #ddd; }
.footer-left a:hover, .footer-left a:focus { color: #ddd; border: 0; }

.footer-right {
	text-align: right;
}

.footer-right a {
	margin: 0 6px;
    font-size: 32px;
    color: #aaa;
}
.footer-right a:hover, .footer-right a:focus { color: #eee; }

.footer-bottom {
	padding-bottom: 25px;
	text-align: center;
}

.footer-bottom a {
	font-size: 32px;
    color: #666;
    line-height: 40px;
}

.footer-bottom a:hover, .footer-bottom a:focus { color: #888; }


.alt-downloads .logo.windows {
    background: url(/assets/img/download/windows-logo.png) center center no-repeat;
}
.alt-downloads .logo.mac {
    background: url(/assets/img/download/apple-logo.png) center center no-repeat;
}
.alt-downloads .logo {
    height: 100px;
    width: 100px;
    background-size: contain !important;
    margin: 0 auto;
    -ms-high-contrast-adjust: none;
}
.alt-downloads .link-button:hover {
    background-color: #f1e00a;
}
.alt-downloads .link-button {
    color: #fff;
    margin: 20px 0 5px;
    padding: 10px 0;
    font-size: 1.5rem;
    width: 240px;
    background-color: #0066b8;
}
.alt-downloads .link-button small {
    display: block;
    margin-top: 0.75rem;
    color: rgba(255,255,255,.9);
    font-size: 1.0rem;
}
.link-button:hover {
    text-decoration: none;
    color: inherit;
}
.dlink {
    cursor: pointer;
}
.download{
	text-align:center;
}
.win-downloads .linux-downloads .mac-downloads {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}
.win-downloads {
    width: 50%;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.linux-downloads {
    width: 55%
}

.mac-downloads {
    width: 50%;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

table {
    background-color: transparent;
}

.section_padding_130 {
    padding-top: 50px;
    padding-bottom: 130px;
}
.faq_area {
    position: relative;
    z-index: 1;
    background-color: #f5f5ff;
	text-align: left;
}

.faq_area a, a:hover, a:focus { color: revert;}

.faq-accordian {
    position: relative;
    z-index: 1;
}
.faq-accordian .card {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
    margin-bottom: 0;
}
.faq-accordian .card .card-header {
    background-color: #ffffff;
    padding: 0;
    border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 1.75rem 2rem;
    color: #3f43fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
    color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
    padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .support-button p {
        font-size: 14px;
    }
}

.support-button i {
    color: #3f43fd;
    font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
    .support-button i {
        font-size: 1rem;
    }
}

.support-button a {
    text-transform: capitalize;
    color: #2ecc71;
}
@media only screen and (max-width: 575px) {
    .support-button a {
        font-size: 13px;
    }
}
.qr-code-container {
	display: none;
	position: absolute;
	background-color: white;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 1000;
}
.qr-code-container img {
	max-width: 100px;
	height: auto;
}
/*公告提示显示*/
.tooltip-inner {
    text-align: left !important;
}

/* 下载样式 */
/* 设置下载区域的样式 */
#downloads-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.download-item {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    width: 45%;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.download-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.download-item ul {
    list-style: none;
    padding: 0;
}

.download-item ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.download-btn {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #f2f4f7;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.download-btn:hover {
    background-color: #f2f4f7;
}

.download-icon {
    margin-right: 8px;
}

.download-link {
    margin-bottom: 10px;
}

/* 为不同地区的链接添加颜色 */
.download-btn[href*="cn"] {
    background-color: #f44336; /* 红色 - 亚洲 */
}

.download-btn[href*="us"] {
    background-color: #2196f3; /* 蓝色 - 美洲 */
}

.download-btn[href*="www"] {
    background-color: #4caf50; /* 绿色 - 欧洲 */
}

.language-select {
    background-color: transparent; /* 使背景透明 */
    border: transparent; /* 边框颜色，设置为透明 */
    color: #fff; /* 字体颜色 */
	padding: 10px 10px;/* 字体的边距 */
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* 动画效果 */
}

.language-select:hover {
    background-color: rgba(255, 255, 255, 0.2); /* 鼠标悬停时的背景色 */
}

.language-select option {
    background-color: #333; /* 下拉选项的背景色 */
    color: #fff; /* 下拉选项的字体颜色 */
}

.bottom	a{
		color: #ffffff;
	}
	/* 鼠标悬停颜色 */
.bottom	a:hover{
		color: #e3e704;
	}

.container {
    text-align: center;
}

.login-form {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.login-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.login-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.login-form a {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
}

.login-form a:hover {
    text-decoration: underline;
}
.member_page
{
	color: #121212;
}

/* 右下角聊天气泡按钮 */
#chat-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #8E5DA9;
	color: white;
	border: none;
	padding: 12px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	transition: background 0.3s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 24px;
}
#chat-btn:hover {
	background-color: #7A4C96;
}

/* 聊天框 */
#chat-popup {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 20px;
	width: 300px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	padding: 15px;
	font-size: 14px;
}

/* 头部 */
#chat-header {
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* 关闭按钮 */
#close-chat {
	cursor: pointer;
	font-size: 18px;
	color: #777;
}
#close-chat:hover {
	color: black;
}

/* 输入框 */
input, textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 5px;
}

/* 发送按钮 */
button {
	width: 100%;
	background-color: #8E5DA9;
	color: white;
	padding: 8px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
button:hover {
	background-color: #7A4C96;
}



.thumbnail-container {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.thumbnail {
    width: 600px;
    height: 300px;
    cursor: pointer;
    object-fit: contain;
    display: block;
}
#downloads {
    background: linear-gradient(135deg, #2a1a4a 0%, #1a2a4a 100%);
    color: white;
    padding: 40px 0 50px; /* 减少顶部内边距，减少顶端留白 */
    position: relative;
}

#downloads::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
    animation: glow 10s infinite;
}

@keyframes glow {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0.5; }
}

/* 标题样式 */
#downloads h1 {
    color: #FFD700; /* 确保 h1 颜色为金色 */
    font-size: 2rem;
    text-align: center;
    margin-bottom: 8px;
}

.subtitle {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #E0E0E0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

#downloads .card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.card-header {
    /* background: rgba(255, 255, 255, 0.2); */
    color:rgb(241, 241, 239);
    padding: 10px;
    font-size: 1.25rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.download-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.download-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s;
}

.download-list li:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.download-list li:last-child {
    border-bottom: none;
}

.download-list span {
    font-size: 1rem;
    color: white;
}

.btn-download {
    padding: 8px 16px;
    background: transparent;
    
    border-radius: 30px;
    color: rgb(250, 249, 246);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
}

.btn-download:hover {
    color: #FFD700;
}

.btn-back {
    padding: 8px 16px;
    
    border-radius: 30px;
    color: rgb(237, 235, 241);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-back:hover {
    color: #FFD700;
}

.btn-back i {
    font-size: 0.9rem;
}

.text-center {
    text-align: center;
}

.mt-4 {
    margin-top: 2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.card-header .fab {
    color: white !important;
}

.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    #downloads {
        padding: 30px 0 40px;
    }
    .download-list li {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

	.services-box .services-box-icon { width: 60px; height: 60px; font-size: 32px; line-height: 60px; border-radius: 22px; }
	
	.about-us-box-text { padding-right: 0; }
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.navbar-expand-md .navbar-nav .nav-link { padding-left: 0.6rem; padding-right: 0.6rem; }
	
	.top-content { padding: 180px 0; }

	.section-description p { padding: 0; }
	
	.services-box .services-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; border-radius: 18px; }

	.about-us-box { margin-top: 80px; }
	.about-us-box:last-child { margin-top: 50px; }
	.about-us-box-text { padding-right: 0; text-align: center; }
	
	.more-services-box .more-services-box-icon { width: 50px; height: 50px; font-size: 26px; line-height: 50px; border-radius: 18px; }
	
	.portfolio-box h3:hover i { padding-left: 10px; }
	
	.blog-box h3:hover i { padding-left: 10px; }

}

@media (max-width: 767px) {
	
	.navbar.navbar-no-bg { background: #444; }
	.navbar-dark .navbar-toggler { border-color: #444; }
	.navbar-dark .navbar-toggler:focus { background: #333; outline: 0; }
	.navbar-expand-md .navbar-nav .nav-link { padding-top: 0.3rem; padding-bottom: 0.3rem; }

	.top-content { padding: 140px 0; }
	.top-content .top-big-link { margin-top: 25px; }
	.top-content .top-big-link a.btn { margin-top: 10px; }
	
	.section-description p { padding: 0; }
	
	.services-container { padding-bottom: 60px; }
	.services-box { text-align: center; }
	.services-box h3 { margin-top: 20px; padding-top: 10px; }
	
	.about-us-box { margin-top: 80px; }
	.about-us-box:last-child { margin-top: 50px; }
	.about-us-box-text { padding-right: 0; text-align: center; }
	
	.more-services-box { text-align: center; }
	.more-services-box h3 { margin-top: 20px; padding-top: 10px; }
	
	.portfolio-box { text-align: center; }
	.portfolio-box-image { max-width: 540px; margin: 0 auto; }
	
	.blog-box { text-align: center; }
	.blog-box-image { max-width: 540px; margin: 0 auto; }
	.blog-box h3 { margin-top: 30px; }
	
	footer { text-align: center; }
	.footer-right { padding-top: 10px; text-align: center; }
	.footer-bottom { padding-top: 20px; }
	
}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}


/* Retina-ize images/icons */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	/* logo */
    .navbar-brand {
    	background-image: url(../img/logo@2x.png) !important; background-repeat: no-repeat !important; background-size: 136px 39px !important;
    }
	
}

#report {
    background: linear-gradient(135deg, #2a1a4a 0%, #1a2a4a 100%);
    color: white;
    padding: 80px 0 50px;
    position: relative;
}

#report::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
    animation: glow 10s infinite;
}

@keyframes glow {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0.5; }
}

#report h2 {
    font-size: 2rem;
    color: #FFD700;
    /* background: linear-gradient(90deg, #FFD700, #FFD700); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* 已移除动画效果 */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
/* 固定轮播容器的尺寸，防止不同图片大小影响布局 */
.carousel-item {
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.carousel-item img {
    max-width: 600px;
    height: 400px;
    max-height: 400px;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(255, 126, 95, 0.3);
    transition: transform 0.3s ease;
}

.carousel-item img:hover {
    transform: scale(1.05);
}

.carousel-item .text-content {
    margin-top: 20px;
    margin-bottom: 40px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.report-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 40px;
}

.status-label {
    position: absolute;
    top: -10px;
    left: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9rem;
}

.status-normal {
    background: #28a745;
}

.status-warning {
    background: #ff7e5f;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background: linear-gradient(90deg, #9e3b3b, #ff7e5f);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    transition: transform 0.3s ease;
    border:0;
}

.carousel-indicators .active {
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    transform: scale(1.3);
}

.carousel-indicators.hidden {
    display: none;
}

/* 联系我们部分样式 */
#contact-us {
    background-color: #1a1a2e;
    padding: 50px 0;
}

#contact-us h2 {
    color: #fff;
    font-size: 28px;
    text-align: center;
}

#contact-us hr {
    width: 80px;
    border-top: 3px solid #feb47b;
    margin: 20px auto;
}

#contact-us .card {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

#contact-us h4 {
    color: #feb47b;
    margin-bottom: 20px;
}

#contact-us p {
    color: #fff;
}

#contact-us .social-icons a {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

#contact-us .social-icons a:hover {
    transform: scale(1.2);
}

#contact-us img {
    width: 150px;
    height: auto;
    border-radius: 5px;
}

/* 媒体查询 - 响应式设计 */
@media (max-width: 768px) {
    .carousel-item img {
        max-width: 100%;
        height: 300px;
    }
    
    #contact-us .card {
        margin-bottom: 20px;
    }
}
