/*init*/
html { font-family: Source Han Sans CN, Source Han Sans CN;-webkit-font-smoothing: antialiased; font-size: 14px; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, *:after, *:before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; border: 0; background: transparent; vertical-align: baseline; }
ul, ol, li { list-style: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; }
a:active, a:hover { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }
a { text-decoration: none; color: #4300ff; }
.copyrights { text-indent: -9999px; height: 0; line-height: 0; font-size: 0; overflow: hidden; }

@media print {
    * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    select { background: #fff !important; }
}
body {width: 100%;overflow-x: hidden;}
.main {max-width: 1200px;width: 90%;margin: 0 auto;}
.content {position: relative;z-index: 2;padding-top: 65px;margin-bottom:350px;background: #fff;overflow-x: hidden;}
.clear:after { content: ''; display: block; clear: both; }
.tran-3 { transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; }
.tran6 { transition: all .6s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; }
.u-flex {display:  flex;}
.u-flex-wrap {flex-wrap: wrap;}
.u-flex-x-center {display: flex;justify-content: center;}
.u-flex-xy-center {display: flex;justify-content: center;align-items: center;}
.u-flex-y-center {display: flex;align-items: center;}
.u-flex-between {display: flex;justify-content: space-between;}
.u-flex-around {display: flex;justify-content: space-around;}
.u-flex-center {display: flex;align-items: center;justify-content: center;}
.u-flex-1 {flex: 1;}
.u-flex-2 {flex: 2;}
.u-flex-3 {flex: 3;}
.u-flex-4 {flex: 4;}

/*公共样式*/
::-webkit-scrollbar { width: 6px; height: 6px; background-color: #fff; }
::-webkit-scrollbar-track { background-color: #fff; }
::-webkit-scrollbar-thumb { background-color: #999; }

/*header*/
.head {position: fixed;left: 0;top: 0;width: 100%;z-index: 3;background-color: #fff;box-shadow: 0 0 5px rgba(0,0,0,0.1);transition: all 0.3s ease-in-out;}
.head.active {background: rgba(229,230,234,1);}
.head.active .head-logo .default {display: none;}
.head.active .head-logo .active {display: block;}
.head-logo {height: 60px;}
.head-logo img {max-height: 100%;}
.head-logo .default {display: block;}
.head-logo .active {display: none;}
.head-main {}
.head-ul {}
.head-li {position: relative;font-size: 15px;text-transform: capitalize;}
.head-li-tit {padding: 0 13px;color: #4300ff;line-height: 65px;}
.head-li-tit:after {content: '';display: block;margin-left: 3px;width: 7px;height: 6px;background-image: url("../images/arrow-bot2.png");background-size: contain;background-repeat: no-repeat;background-position: center;}
.head-li-tit img {display: block;width: 15px;height: 15px;}
.head-li-pull {position: absolute;left: 0;top: 100%;width: 250px;visibility: hidden;opacity: 0;background: linear-gradient(135deg, #4300ff 0%, #2626cc 100%);padding: 15px;box-shadow: 0px 30px 30px 0px rgba(51, 51, 255, 0.3);}
.head-li-pull a {display: block;padding: 10px;color: #fff;}
.head-li-pull a:hover {background: #000;}
.head-li-pull a.active {background: #000;}
.head-li-pull a.btn {margin-left: 10px;padding: 9px;display: inline-block;background: #00ccff;}
.head-li-pull a.btn:hover {background: #000;}
.head-li-pull a.btn.bg {background: #ff3366;}
.head-li-pull a.btn.bg:hover {background: #00ccff;}
.head-li-pull .m-t {margin-top: 15px;}
.head-li:hover .head-li-tit {color: #00ccff;}
.head-li:hover .head-li-tit:after {opacity: .6;}
.head-li:hover .head-li-pull {visibility: visible;opacity: 1;}
.head-nav {padding: 12px 15px;margin-left: 20px;background: #4300ff;color: #fff;border-radius: 25px;font-size: 15px;text-transform: capitalize;}
.head-nav:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}
.head-nav2 {padding: 12px 15px;margin-left: 0px;background: #4300ff;color: #fff;border-radius: 25px;font-size: 15px;text-transform: capitalize;}
.head-nav2:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}

/* footer */
.foot {position: fixed;left: 0;bottom: 0;width: 100%;padding-top: 30px;}
.foot-ul {margin-bottom: 5px;}
.foot-li {font-size: 14px;color: #666;line-height: 24px;}
.foot-li p {margin-bottom: 16px;}
.foot-li .tit {margin-bottom: 18px;color: #1a3a8f;font-size: 16px;color: #333;}
.foot-li img {display: block;width: 20px;height: 20px;margin-right: 10px;}
.foot-li a {display: block;color: #666;}

.foot-li2 {font-size: 14px;color: #666;line-height: 24px;}
.foot-li2 p {margin-bottom: 16px;}
.foot-li2 .tit {margin-bottom: 4px;color: #1a3a8f;font-size: 16px;color: #333;}
.foot-li2 img {display: block;width: 20px;height: 20px;margin-right: 10px;}
.foot-li2 a {display: block;color: #666;}

.foot-share {padding: 20px 0;border-top: 1px solid #ddd;}
.foot-share img {width: 26px;}
.foot-share a {display: block;margin: 0 10px;}
.foot-share .default {display: block;}
.foot-share .active {display: none;}
.foot-share a:hover .active {display: block;}
.foot-share a:hover .default {display: none;}
.foot-desc {padding: 25px 5%;border-top: 1px solid #ddd;text-align: center;font-size: 14px;color: #999;}

/* 弹框样式 */
.popup {position: fixed;left: 0;top: 0;z-index: 3;width: 100%;height: 100%;background: rgba(182,171,225,0.62);visibility: hidden;opacity: 0;transition: all .2s ease;}
.popup.active {opacity: 1;visibility: visible;}
.popup-video-main {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 40px 20px 20px;width: 1200px;background: linear-gradient(135deg, rgba(51, 51, 255, 0.95) 0%, rgba(38, 38, 204, 0.98) 100%);border-radius: 25px;box-shadow: 0 20px 60px rgba(51, 51, 255, 0.4);border: 2px solid rgba(0, 204, 255, 0.3);}
.popup-video-main .close {position: absolute;top: 10px;right: 10px;width: 30px;cursor: pointer;}
.popup-video-main .tit {margin-bottom: 20px;text-align: center;font-size: 20px;color: #fff;}
.popup-video-main video {display: block;width: 100%;}

/* Invitation Letter Popup */
.popup-invitation {
	z-index: 10000;
	background: rgba(0, 0, 0, 0.8);
}

.popup-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.popup-invitation-main {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	max-width: 700px;
	width: 90%;
	max-height: 85vh;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.popup-invitation-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
	transition: all 0.3s ease;
}

.popup-invitation-close:hover {
	transform: scale(1.1);
	opacity: 0.8;
}

.popup-invitation-content {
	position: relative;
	width: 100%;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.popup-invitation-content .invitation-image {
	display: block;
	max-width: 100%;
	max-height: calc(85vh - 60px);
	width: auto;
	height: auto;
	border-radius: 10px;
	object-fit: contain;
}

.fixed-menu {position: fixed;right: 0;top: 62%;transform: translateY(-50%);z-index: 3;background: #fff;box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);}
.fixed-menu .item {width: 60px;height: 60px;border-bottom: 1px solid #f1f1f1;position: relative;}
.fixed-menu img {display: block;width: 30px;}

/* Invitation Letter Floating Button */
.fixed-invitation-btn {
	position: fixed;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	width: 60px;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.fixed-invitation-btn:hover {
	background: #f8f8f8;
	box-shadow: 0 0 8px 2px rgba(67, 0, 255, 0.3);
	transform: translateY(-50%) translateX(5px);
}

.fixed-invitation-btn img {
	display: block;
	width: 30px;
	height: 30px;
}

/* Tooltip styles */
.fixed-menu .item::before {
    content: attr(data-tooltip);
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.fixed-menu .item::after {
    content: '';
    position: absolute;
    right: 58px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}

.fixed-menu .item:hover::before,
.fixed-menu .item:hover::after {
    opacity: 1;
    visibility: visible;
}

/* home page */
.home-banner {position: relative;padding: 15px 10px;margin-bottom: 20px;}
.home-banner .main {overflow-x: hidden;max-width: 1600px;}
.home-banner .swiper {height: 550px;}
.home-banner-ul {}
.home-banner-li {position: relative;height: 550px !important;background-repeat: no-repeat;background-size: cover;background-position: center;border-radius: 30px;}
.home-banner .swiper-button-next, .home-banner .swiper-button-prev {top: 47%;width: 40px;height: 40px;background-repeat: no-repeat;background-position: center;background-size: 100% 100%;transition: all .2s ease;}
.home-banner .swiper-button-next {right: 15px;background-image: url("../images/arrow-right.png");}
.home-banner .swiper-button-prev {left: 15px;background-image: url("../images/arrow-left.png");}
.home-banner .swiper-button-next:hover, .home-banner .swiper-button-prev:hover {transform: scale(1.05);}
.home-banner-li-desc {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 30px 0;width: 690px;background: rgba(182,171,225,0.62);border-radius: 25px;text-align: center;}
.home-banner-li-desc .tit {font-size: 48px;color: #fff;font-weight: 800;text-transform: capitalize;}
.home-banner-li-desc .desc {position: relative;margin-bottom: 8px;padding: 0 80px;font-size: 20px;color: #F5F5F5;}
.home-banner-li-desc .date {margin: 0 auto 15px auto;width: 327px;line-height: 42px;background: #000;color: #fff;font-size: 16px;text-transform: capitalize;}
.home-banner-li-desc .btn {display: block;margin: 0 auto;width: 162px;padding: 12px 15px;background: #4300ff;color: #fff;border-radius: 25px;font-size: 15px;text-transform: capitalize;text-align: center;transition: all 0.3s ease;}
.home-banner-li-desc .btn:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}
.home-tit {margin-bottom: 23px;color: #4300ff;font-weight: bold;font-size: 32px;text-transform: capitalize;}
.home-tit img {display: block;width: 16px;height: 16px;margin-right: 14px;}
/* Invitation Letter Section */
.home-invitation {
	padding: 5px 20px;
	margin-bottom: 40px;
	background: linear-gradient(to bottom, rgba(244, 243, 251, 0.3), rgba(255, 255, 255, 1));
}

.invitation-container {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.invitation-image-wrapper {
	position: relative;
	width: 100%;
	max-width: 600px;
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	box-shadow: 0 10px 40px rgba(67, 0, 255, 0.15);
	transition: all 0.3s ease;
}

.invitation-image-wrapper:hover {
	box-shadow: 0 15px 50px rgba(67, 0, 255, 0.25);
	transform: translateY(-5px);
}

.invitation-image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.home-event {margin-bottom: 130px;}
.home-event-main {gap: 60px;}
.home-event-item {position: relative;display: block;border-radius: 15px;overflow: hidden;background-repeat: no-repeat;background-position: center;background-size: cover;}
.home-event-desc {padding: 20px;height: 100%;background: rgba(0,0,0,0.3);color: #fff;}
.home-event-desc .no {font-size: 16px;}
.home-event-desc .tit {font-size: 48px;}
.home-event-desc .desc {font-size: 24px;}
.home-event-desc .cont {display: inline-block;padding: 10px;background: rgba(51, 51, 255, 0.75);}
.home-event-desc .cont .time {padding: 10px;display: inline-block;background: #000;}




.home-educational {position: relative;padding-bottom: 70px;}
.home-educational-desc {padding-right: 60px;}
.home-educational-desc .tit {margin-bottom: 20px;font-size: 40px;color: #1A1A1A;text-transform: capitalize;}
.home-educational-desc .desc {margin-bottom: 40px;color: #666;line-height: 28px;font-size: 16px;}
.home-educational-desc .num {color: #4300ff;font-size: 24px;font-weight: bold;}
.home-educational-desc .tip {font-size: 24px;font-weight: bold;color: #1A1A1A;}
.home-educational-desc .btn {margin-top: 30px;display: block;width: 240px;padding: 12px 15px;background: #4300ff;color: #fff;font-size: 15px;text-transform: capitalize;border-radius: 25px;text-align: center;transition: all 0.3s ease;}
.home-educational-desc .btn:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}
.home-educational-img {width: 430px;}
.home-educational-img img {display: block;width: 100%;}
.home-educational-bg {position: absolute;left: 0;bottom: 0;width: 180%;height: 100%;z-index: -1;}
.home-educational-bg img {display: block;width: 100%;height: 100%;}

/* mission */
.mission {}
.mission-banner {padding-top: 120px;height: 570px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.mission-main {margin: 0 auto;max-width: 770px;width: 90%;}
.mission-tit {margin-bottom: 40px;text-align: center;font-size: 60px;color: #4300ff;}
.mission-type {gap: 60px;}
.mission-type-item {padding-top: 40px;height: 200px;border-radius: 25px;box-shadow: 0 10px 30px rgba(51, 51, 255, 0.15);background: #fff;font-size: 12px;color: #4300ff;text-transform: capitalize;font-weight: 700;text-align: center;border: 1px solid rgba(51, 51, 255, 0.08);transition: all 0.3s ease;}
.mission-type-item:hover {box-shadow: 0 15px 40px rgba(51, 51, 255, 0.25);transform: translateY(-5px);border-color: rgba(51, 51, 255, 0.15);}
.mission-type-item .pic {position: relative;z-index: 1;margin: 0 auto 24px;width: 90px;height: 90px;background: #00ccff;border-radius: 3px;}
.mission-type-item .pic img {display: block;width: 45px;}
.mission-type-item .pic:after {content: '';position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;background: #00ccff;transition: all 0.3s ease-in-out;}
.mission-type-item:hover .pic:after {transform: scale(1.4);opacity: 0;}
.mission-desc {}
.mission-desc .mission-main {position: relative;z-index: 1;top: -90px;padding: 80px 40px;background: #fff;box-shadow: 0 8px 15px rgba(0,0,0,0.2);border-radius: 25px;}
.mission-desc-top {margin-bottom: 50px;padding: 18px 0px 18px 36px;border-left: 3px solid #00ccff;font-size: 20px;line-height: 25px;color: #71757f;}
.mission-desc-cont {margin-bottom: 50px;}
.mission-desc-cont p {margin-bottom: 30px;font-size: 14px;color: #71757f;}
.mission-desc-main {gap: 30px;}
.mission-desc-main .desc {padding: 18px 0px 18px 36px;border-left: 3px solid #00ccff;font-size: 20px;line-height: 25px;color: #71757f;}
.mission-desc-main .cont {font-size: 16px;color: #71757f;}
.mission-desc-main .cont p {margin-bottom: 30px;}
.mission-btn {margin: 0 auto;display: block;width: 205px;padding: 12px 15px;background: #4300ff;color: #fff;text-align: center;font-size: 15px;text-transform: capitalize;border-radius: 25px;transition: all 0.3s ease;}
.mission-btn:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}
.mission .home-educational-bg {height: 60%;}

/* as a member */
.asmember {position: relative;padding-bottom: 120px;background-color: #F4F3FB;}
.asmember-bg {position: absolute;left: 0;top: 0;width: 100%;height: 600px;background-position: center bottom;}
.asmember-desc {position: relative;padding-top: 120px;padding-bottom: 40px;text-align: center;font-size: 14px;color: #71757f;}
.asmember-desc h1 {font-size: 54px;color: #4300ff;font-weight: normal;}
.asmember-desc h2 {margin-bottom: 30px;font-size: 40px;color: #494696;font-weight: normal;}
.asmember-desc .tit {max-width: 570px;margin: 45px auto;padding: 10px 0;border-top: 1px solid #00ccff;border-bottom: 1px solid #00ccff;font-size: 17px;color: #71757f;}
.asmember-ul {gap: 30px;margin-bottom: 100px;}
.asmember-li {padding: 30px 20px;height: 266px;background-color: #fff;border-radius: 25px;box-shadow: 0 8px 15px rgba(0,0,0,0.2);color: #71757f;font-size: 12px;text-align: center;}
.asmember-li .pic {position: relative;z-index: 1;margin: 0 auto 24px;width: 60px;height: 60px;background: #00ccff;border-radius: 3px;}
.asmember-li .pic img {display: block;width: 24px;}
.asmember-li .pic:after {content: '';position: absolute;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;background: #00ccff;transition: all 0.3s ease-in-out;border-radius: 3px;}
.asmember-li:hover .pic:after {transform: scale(1.4);opacity: 0;}
.asmember-li .tit {margin-bottom: 25px;text-transform: capitalize;color: #4300ff;font-weight: bold;}
.asmember-btn {margin: 0 auto 90px auto;display: block;width: 205px;padding: 12px 15px;background: #4300ff;color: #fff;text-align: center;font-size: 15px;text-transform: capitalize;border-radius: 25px;transition: all 0.3s ease;}
.asmember-btn:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}
.asmember-cont {position: relative;z-index: 1;padding: 60px 50px;border-radius: 25px;background: #fff;box-shadow: 0 10px 30px rgba(51, 51, 255, 0.15);border: 1px solid rgba(51, 51, 255, 0.08);}
.asmember-cont-intro {padding-right: 50px;border-right: 2px solid #D6D6AE;color: #71757f;line-height: 24px;}
.asmember-cont-intro .tit {margin-bottom: 20px;font-size: 40px;color: #1a3a8f;}
.asmember-cont-btn {padding-left: 40px;}
.asmember-cont-btn a {margin: 30px 0;width: 300px;display: block;padding: 12px 15px;background: #4300ff;color: #fff;font-size: 15px;text-transform: capitalize;border-radius: 25px;text-align: center;transition: all 0.3s ease;}
.asmember-cont-btn a:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}
.asmember-bot {position: absolute;left: 0;bottom: 0;width: 100%;}
.asmember-bot svg {position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 110% !important;}

/* Premium Member Benefits Section */
.asmember-premium {
    position: relative;
    padding: 120px 0 150px;
    z-index: 2;
}

.asmember-premium-content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%);
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(67, 0, 255, 0.15);
    border: 2px solid rgba(67, 0, 255, 0.1);
    text-align: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 3;
}

.premium-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #333333;
    text-shadow: none;
    line-height: 1.6;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.premium-divider {
    display: none;
}

.premium-text {
    font-size: 20px;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 0.3px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.premium-text strong {
    font-weight: 400;
    color: #333333;
    position: relative;
    display: inline-block;
}

.premium-cta {
    display: inline-block;
    width: 205px;
    line-height: 62px;
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(51, 51, 255, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.premium-cta:hover {
    background: #4300ff;
    box-shadow: 0 8px 25px rgba(51, 51, 255, 0.4);
    transform: translateY(-2px);
}

/* membership */
.membership {position: relative;padding-bottom: 120px;background-color: #F4F3FB;}
.membership .main {position: relative;}
.membership-desc {padding-top: 35px;padding-bottom: 2px;text-align: center;}
.membership-desc h1 {font-size: 54px;color: #4300ff;font-weight: normal;}
.membership-desc .tit {max-width: 66%;padding: 15px;margin: 45px auto;font-weight: bold;border-top: 1px solid #00ccff;border-bottom: 1px solid #00ccff;font-size: 17px;color: #71757f;}
.membership-form {padding: 40px;border-radius: 25px;background: #fff;box-shadow: 0 8px 15px rgba(0,0,0,0.2);}
.membership-tip {color: #71757f;font-size: 16px;}
.membership-tip span {color: #ff0000;}
.membership-form-item {padding: 15px 0;}
.membership-form-item .tit {margin-bottom: 10px;font-size: 16px;font-weight: 700;}
.membership-form-item .tit span {color: #ff0000;}
.membership-form-item .cont {gap: 30px;}
.membership-form-item .item {width: calc(50% - 15px);}
.membership-form-item .name {margin-bottom: 3px;color: #71757f;}
.membership-form-item .el-select {width: 100%;}
.membership-form-item input {width: 100%;}
.form-checkbox {}
.form-checkbox-item {padding: 6px 0;color: #71757f;}
.form-checkbox-item input {width: 15px;height: 15px;margin-right: 8px;}
.membership-btn {margin-top: 40px;width: 90px;display: block;padding: 12px 15px;background: #4300ff;color: #fff;font-size: 15px;text-transform: capitalize;text-align: center;border-radius: 25px;transition: all 0.3s ease;}
.membership-btn:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}

/* 表单验证图标样式 */
.membership-form-item .item {position: relative;}
.membership-form-item .el-input__inner {padding-right: 40px !important;}
.password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 38px;
    cursor: pointer;
    font-size: 18px;
    color: #4300ff;
    user-select: none;
    transition: all 0.3s ease;
    z-index: 10;
}
.password-toggle-icon:hover {
    color: #00ccff;
    transform: scale(1.1);
}
.validation-icon {
    position: absolute;
    right: 10px;
    top: 38px;
    font-size: 24px;
    font-weight: bold;
    animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* 密码错误时输入框边框变红 */
.password-error .el-input__inner {
    border-color: #ff3366 !important;
    box-shadow: 0 0 0 2px rgba(255, 51, 102, 0.1) !important;
    transition: all 0.3s ease;
}
.password-error .el-input__inner:focus {
    border-color: #ff3366 !important;
    box-shadow: 0 0 0 2px rgba(255, 51, 102, 0.2) !important;
}

/* login */
.login {padding-bottom: 80px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.login-desc {padding-top: 120px;padding-bottom: 60px;text-align: center;font-size: 17px;line-height: 28px;color: #71757f;}
.login-desc h1 {margin-bottom: 30px;font-size: 54px;line-height: 100%;color: #4300ff;font-weight: normal;}
.login-main {padding: 60px 30px;border-radius: 10px;border: 2px solid #4300ff;background: rgba(255,255,255,.5);}
.login-form {}
.login-tit {margin-bottom: 30px;font-size: 40px;color: #081229;}
.login-form-main {padding: 65px 200px;background: rgba(255,255,255,0.3);border-radius: 3px;border: 1px solid #ff3366;border-left-color: #00ccff;border-right-color: #00ccff;}
.login-form-item {margin-bottom: 20px;}
.login-form-item .tit {margin-bottom: 8px;color: #71757f;font-size: 15px;}
.login-form-item input {padding: 0 15px;display: block;width: 100%;height: 42px;line-height: 42px;border: 1px solid #ddd;}
.login-form-keep {margin-bottom: 15px;color: #71757f;}
.login-form-keep input {margin-right: 10px;}
.login-form-btn {margin: 0 auto 20px;display: block;width: 250px;padding: 12px 15px;background: #4300ff;color: #fff;font-size: 15px;text-transform: capitalize;text-align: center;border-radius: 25px;transition: all 0.3s ease;}
.login-form-btn:hover {background: linear-gradient(135deg, #2626cc 0%, #1a1a99 100%);box-shadow: 0 4px 15px rgba(51, 51, 255, 0.4);transform: translateY(-1px);}
.login-form-nav {text-align: center;}
.login-form-nav a {color: #71757f;}
.login-cont {width: 355px;margin-left: 30px;padding-top: 100px;font-size: 12px;color: #081229;text-align: center;}
.login-cont a {display: block;margin: 30px auto;width: 130px;line-height: 46px;background: #000;color: #fff;border-radius: 25px;text-align: center;transition: all 0.3s ease;}

/* board-members */
.board {padding-bottom: 80px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.board-main {width: 800px;margin: 0 auto;}
.board-desc {padding: 50px 115px 5px;text-align: left;}
.board-desc h1 {font-size: 20px;color: #333333;font-weight: 400;font-family: 'Georgia', 'Times New Roman', serif;line-height: 1.6;letter-spacing: 0.5px;margin-bottom: 20px;}
.board-desc .tit {padding: 0;margin: 0 0 15px 0;font-weight: 400;border-top: none;border-bottom: none;font-size: 20px;color: #333333;font-family: 'Georgia', 'Times New Roman', serif;line-height: 1.8;letter-spacing: 0.3px;}
.board-desc p {font-size: 20px;color: #333333;font-weight: 400;font-family: 'Georgia', 'Times New Roman', serif;line-height: 1.8;letter-spacing: 0.3px;margin-bottom: 15px;}
.board-ul {justify-content: center;}
.board-li {width: 25%;padding: 10px;}
.board-li-a {position:relative;display: block;border-radius: 10px;box-shadow: 0 10px 30px rgba(67, 0, 255, 0.15);transition: all 0.3s ease;}
.board-li-a:hover {transform: translateY(-5px);box-shadow: 0 15px 40px rgba(67, 0, 255, 0.25);}
.board-li-a img {display: block;width: 100%;border-radius:15px 15px 0 0 ;}
.board-li-info {border-radius:0 0 15px 15px;padding: 10px;display: flex;flex-direction: column;justify-content: center;font-size: 12px;background: linear-gradient(135deg, rgba(67, 0, 255, 0.95) 0%, rgba(38, 38, 204, 0.98) 100%);text-align: center;color: #fff;}
.board-li-info h3 {font-size: 14px;}
.board-li-a:hover .board-li-info {transform: scale(1);}
.board-modal {}
.board-modal .item {display: flex;color: #fff;}
.board-modal .item img {display: block;width: 400px;border-radius:15px 15px 15px 15px;}
.board-modal .item .desc {padding-left: 30px;padding-right: 60px;max-height: 600px;overflow-y: auto;overflow-x: hidden;width: 49%;}
.board-modal .item .desc h3 {font-size: 20px;}
.board-modal .item .desc p {margin-top: 8px;line-height: 1.4;}

/* Custom scrollbar for board-modal descriptions */
.board-modal .item .desc::-webkit-scrollbar {
    width: 8px;
}
.board-modal .item .desc::-webkit-scrollbar-track {
    background: rgba(67, 0, 255, 0.1);
    border-radius: 4px;
}
.board-modal .item .desc::-webkit-scrollbar-thumb {
    background: #4300ff;
    border-radius: 4px;
}
.board-modal .item .desc::-webkit-scrollbar-thumb:hover {
    background: #3500cc;
}

/* corporate */
.corporate {padding: 5px 0 80px;}
.corporate-desc {padding: 100px 100px 60px;text-align: left;}
.corporate-desc h1 {font-size: 20px;color: #333333;font-weight: 400;font-family: 'Georgia', 'Times New Roman', serif;line-height: 1.6;letter-spacing: 0.5px;margin-bottom: 20px;}
.corporate-desc .tit {padding: 0;margin: 0 0 15px 0;font-weight: 400;border-top: none;border-bottom: none;font-size: 20px;color: #333333;font-family: 'Georgia', 'Times New Roman', serif;line-height: 1.8;letter-spacing: 0.3px;}
.corporate-desc p {font-size: 20px;color: #333333;font-weight: 400;font-family: 'Georgia', 'Times New Roman', serif;line-height: 1.8;letter-spacing: 0.3px;margin-bottom: 15px;}
.corporate-ul {padding: 50px 80px;border-radius: 15px;background: #fff;box-shadow: 0 8px 15px rgba(0,0,0,0.2);}
.corporate-li {padding: 40px;width: 33.33%;border-left: 1px solid #ccc;border-right: 1px solid #ccc;margin-right: -1px;}
.corporate-li img {display: block;width: 100%;}

/* Corporate Page Title */
.corporate-page-title {
    text-align: left;
    padding: 50px 0 40px;
}

.corporate-page-title h1 {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin: 0;
}

/* Corporate New Content */
.corporate-new-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px 30px;
}

.corporate-section {
    margin-bottom: 30px;
}

.corporate-section:last-child {
    margin-bottom: 0;
}

.corporate-section-title {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 18px;
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: 0.5px;
    text-align: left;
}

/* Products Grid */
.corporate-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.corporate-product-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.corporate-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(51, 51, 255, 0.15);
}

.corporate-product-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
}

/* Official Website Link */
.corporate-link-item {
    text-align: left;
}

.corporate-link-item a {
    display: inline-block;
    transition: all 0.3s ease;
}

.corporate-link-item a:hover {
    transform: scale(1.05);
}

.corporate-link-item img {
    max-width: 300px;
    height: auto;
}

/* APP Section */
.corporate-app-item {
    text-align: left;
}

.corporate-app-item img {
    max-width: 200px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Product Preview Modal */
.product-preview-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.product-preview-modal.active {
    display: block;
}

.preview-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 100000;
}

.preview-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100001;
}

.preview-image {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 25px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.preview-close {
    position: absolute;
    top: 80px;
    right: 50px;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 100003;
    transition: all 0.3s ease;
    font-weight: 300;
    line-height: 1;
}

.preview-close:hover {
    color: #00ccff;
    transform: rotate(90deg);
}

.preview-prev,
.preview-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff;
    cursor: pointer;
    z-index: 100003;
    transition: all 0.3s ease;
    padding: 20px;
    user-select: none;
}

.preview-prev {
    left: 30px;
}

.preview-next {
    right: 30px;
}

.preview-prev:hover,
.preview-next:hover {
    color: #00ccff;
    transform: translateY(-50%) scale(1.2);
}

.preview-caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-family: 'Georgia', 'Times New Roman', serif;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 30px;
    border-radius: 25px;
    z-index: 100002;
}

/* course */
.course {padding: 60px 0;margin: 0 15%;overflow: hidden;}
.course-banner {position: relative;margin-bottom: 60px;}
.course-banner .main {overflow-x: hidden;}
.course-banner .swiper {}
.course-banner-ul {}
.course-banner-li {position: relative;}
.course-banner-li img {display: block;width: 100%;}
.course-banner .swiper-button-next, .course-banner .swiper-button-prev {top: 47%;width: 40px;height: 40px;background-repeat: no-repeat;background-position: center;background-size: 100% 100%;transition: all .2s ease;}
.course-banner .swiper-button-next {right: 15px;background-image: url("../images/arrow-next.png");}
.course-banner .swiper-button-prev {left: 15px;background-image: url("../images/arrow-prev.png");}
.course-banner .swiper-button-next:hover, .course-banner .swiper-button-prev:hover {transform: scale(1.05);}
.course-banner-main {position: absolute;left: 5%;top: 44%;right: 5%;transform: translateY(-50%);}
.course-banner-cont {padding: 50px 40px;width: 650px;border-radius: 30px;background: linear-gradient(135deg, rgba(51, 51, 255, 0.95) 0%, rgba(26, 58, 143, 0.98) 100%);text-align: center;color: #fff;font-size: 20px;box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);border: 2px solid rgba(255, 255, 255, 0.2);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);}
.course-banner-cont .time {font-size: 16px;font-weight: 500;letter-spacing: 2px;text-transform: capitalize;color: #00ccff;margin-bottom: 15px;}
.course-banner-cont > p:first-of-type {font-size: 32px;font-weight: 800;margin-bottom: 25px;line-height: 1.3;text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);}
.course-banner-cont .date {padding: 15px 0 10px;font-weight: 700;font-size: 22px;color: #ffffff;letter-spacing: 1px;border-top: 2px solid rgba(255, 255, 255, 0.2);border-bottom: 2px solid rgba(255, 255, 255, 0.2);margin: 20px 0;}
.course-banner-cont .congress-dates {font-size: 18px;font-weight: 600;margin: 8px 0;color: #fff;line-height: 1.6;}
.course-banner-cont .location {font-size: 20px;font-weight: 700;margin-top: 25px;color: #00ccff;letter-spacing: 2px;}
.course-banner-cont .program-details {font-size: 16px;font-weight: 400;margin-top: 30px;color: #ffffff;font-style: italic;letter-spacing: 0.5px;opacity: 0.9;}
.course-banner-pic {width: 50%;}
.course-banner-pic img {display: block;width: 100%;}
.course-table {width: 100%;border: none;font-size: 16px;border-radius: 12px;overflow: hidden;box-shadow: 0 8px 25px rgba(0,0,0,0.1);background: #fff;}
.course-table tr th {padding: 20px;border: none;font-size: 28px;background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);color: #fff;font-weight: bold;text-transform: capitalize;letter-spacing: 2px;}
.course-table tr td {padding: 18px 20px;border: none;border-bottom: 1px solid #f0f0f0;transition: all 0.3s ease;position: relative;}
.course-table tr:nth-child(even) td {background: #f8f9fa;}
.course-table tr:nth-child(odd) td {background: #fff;}
.course-table tr:hover td {background: #e8f4fd;transform: translateY(-1px);box-shadow: 0 4px 12px rgba(51, 51, 255, 0.15);}
.course-table tr:last-child td {border-bottom: none;}
.course-table td:first-child {font-weight: normal;color: #000;background: linear-gradient(135deg, rgba(51, 51, 255, 0.1) 0%, rgba(26, 58, 143, 0.1) 100%) !important;vertical-align: middle;}
.course-table tr:nth-child(2) td:nth-child(2) {color: #000;font-weight: normal;}
.course-table tr:nth-child(2) td:nth-child(3) {color: #000;font-weight: normal;}
.course-table tr:nth-child(2) td:nth-child(4) {color: #000;font-weight: normal;}
.course-table tr:nth-child(2) td:nth-child(5) {color: #000;font-weight: normal;}
.course-table tr:nth-child(n+3) td:nth-child(2) {color: #000;font-family: 'Courier New', monospace;font-weight: normal;}
.course-table tr:nth-child(n+3) td:nth-child(3) {color: #000;font-weight: normal;}
.course-table tr:nth-child(n+3) td:nth-child(4) {color: #000;line-height: 1.5;font-weight: normal;}
.course-table tr:nth-child(n+3) td:nth-child(5) {color: #000;font-weight: normal;}


/* education */
.education {padding: 60px 0;background-repeat: no-repeat;background-position: center;background-size: cover;}
.education-intro {margin-bottom: 30px;}
.education-intro .tit {font-size: 54px;color: #4300ff;text-align: center;}
.education-intro .cont {padding: 15px;margin: 45px auto;text-align: center;font-weight: bold;border-top: 1px solid #00ccff;border-bottom: 1px solid #00ccff;font-size: 17px;color: #71757f;}
.education-intro .desc {font-size: 18px;line-height: 30px;}
.education-ul {gap: 30px;}
.education-li {padding: 30px;width: calc(50% - 30px);border-radius: 25px;box-shadow: 0 10px 30px rgba(51, 51, 255, 0.15);background: #fff;transition: all 0.3s ease;border: 1px solid rgba(51, 51, 255, 0.08);}
.education-li:hover {box-shadow: 0 15px 40px rgba(51, 51, 255, 0.25);transform: translateY(-5px);border-color: rgba(51, 51, 255, 0.15);}
.education-li img {margin-bottom: 30px;display: block;width: 100%;border-radius: 10px;cursor: pointer;}
.education-li .desc {text-align: center;font-size: 24px;color: #999;}
.education-li .desc .tit {margin-bottom: 20px;color: #000;}
.education-li .desc .time {color: #00ccff;}
.education-li .desc a {display: block;margin: 30px auto;width: 150px;line-height: 52px;color: #fff;background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);font-size: 15px;border-radius: 25px;box-shadow: 0 4px 15px rgba(51, 51, 255, 0.3);transition: all 0.3s ease;}
.education-li .desc a:hover {background: #4300ff;box-shadow: 0 6px 20px rgba(51, 51, 255, 0.4);transform: translateY(-2px);transition: all 0.3s ease;}

/* general */
.general {padding: 80px 0;}
.general-tit {margin-bottom: 20px;}
.general-item {margin-bottom: 20px;}
.general-item .tit {font-weight: bold;font-size: 16px;}
.general-item img {margin-top: 10px;display: block;width: 100px;}
.general-contact {font-size: 16px;line-height: 28px;}
.general-contact span {font-weight: bold;}

/* contact */
.contact-item {padding: 60px 0;}
.contact-tit {padding: 15px;margin: 45px auto;font-weight: bold;border-top: 1px solid #00ccff;border-bottom: 1px solid #00ccff;font-size: 17px;color: #71757f;text-align: center;}
.contact-cont {text-align: center;font-size: 16px;color: #000;}
.contact-cont .logo {display: block;width: 100px;margin: 0 auto 30px;}
.contact-cont .name {margin-bottom: 30px;font-weight: bold;}
.contact-cont .tit {margin-top: 5px;font-weight: bold;}
.contact-cont .pic {display: block;margin: 0 auto 20px;width: 300px;}



@media screen and (max-width:1200px) {
    .head-btn {width: 25px;height: 25px;background: url("../images/menu.png") no-repeat center center;background-size: 100%;}
    .head-main {position: fixed;left: 0;top: 0;width: 100%;height: 100%;visibility: hidden;opacity: 0;}
    .head-main.active {background: rgba(51, 51, 255, 0.90);visibility: visible;opacity: 1;}
    .head-main.active .head-cont {left: 0;}
    .head-cont {position: absolute;left: 100%;top: 0;width: 100%;height: 100%;display: block;padding: 120px 30px 0;background: #fff;transition-delay: .3s;overflow-y: auto;}
    .head-close {position: absolute;left: 30px;top: 30px;width: 35px;height: 35px;background: url("../images/close.png") no-repeat center;background-size: contain;}
    .head-ul {display: block;}
    .head-li {border-bottom: 1px solid #f1f1f1;}
    .head-li-tit {padding: 0;color: #4300ff;justify-content: space-between;}
    .head-li-tit:after {}
    .head-li-pull {position: relative;width: 100%;display: none;background-color: transparent;visibility: visible;opacity: 1;padding: 0;box-shadow: none;}
    .head-li-pull a {color: #fff;}
    .head-li-pull a.btn {color: #fff;}
    .head-li-pull a:hover {background: transparent;color: #00ccff;}
    .head-li-pull a.active {background: transparent;color: #00ccff;}
    .head-li:hover .head-li-pull {display: block;}
    .head-nav {display: block;margin: 20px 0;}

    /* as a member */
    .asmember-ul {flex-wrap: wrap;}
    .asmember-li {width: calc(50% - 30px);flex: auto;}

    /* login */
    .login-form-main {padding: 60px 10%;}

	.course {margin: 0;padding: 0 0 60px;}

}

@media screen and (max-width:800px) {
    .content {margin-bottom: 0;padding-top: 60px;}
    .foot {position: relative;padding: 30px 20px 0;}
    .foot-ul {display: block;}
    .foot-li {padding: 20px 0;border-bottom: 1px solid #f1f1f1;}
    .popup-video-main {width: 95%;padding: 30px 15px 15px;}

    /* Invitation Letter Popup Responsive */
    .popup-invitation-main {
        max-width: 95%;
        width: 95%;
        padding: 15px;
        max-height: 85vh;
        border-radius: 15px;
    }

    .popup-invitation-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
    }

    .popup-invitation-content .invitation-image {
        max-height: calc(85vh - 50px);
    }

    /* Invitation Button Responsive */
    .fixed-invitation-btn {
        width: 50px;
        height: 50px;
        border-radius: 0 6px 6px 0;
    }

    .fixed-invitation-btn img {
        width: 25px;
        height: 25px;
    }

    /* 首页 */
    .home-banner {padding: 20px 5px;margin-bottom: 0;}
    .home-banner .swiper-button-next, .home-banner .swiper-button-prev {display: none;}
    .home-banner-li .logo {display: none;}
    .home-banner .swiper {height: 350px;}
    .home-banner-li {height: 350px !important;background-size: cover;background-position: center;}
    .home-banner-li-desc {width: 80%;}
    .home-banner-li-desc .tit {font-size: 20px;}
    .home-banner-li-desc .desc {padding: 0 20px;font-size: 12px;}
    .home-banner-li-desc .date {padding: 5px 20px;width: 80%;font-size: 12px;}
    .home-banner-li-desc .btn {display: block;width: 160px;padding: 12px 15px;background: #4300ff;color: #fff;font-size: 15px;text-transform: capitalize;border-radius: 25px;text-align: center;transition: all 0.3s ease;}

    /* Invitation Letter Responsive */
    .home-invitation {
        padding: 7px 15px;
        margin-bottom: 40px;
    }

    .invitation-image-wrapper {
        max-width: 100%;
        padding: 15px;
        border-radius: 15px;
    }

    .invitation-image {
        border-radius: 10px;
    }
    .home-tit {font-size: 24px;}
    .home-event {margin-bottom: 60px;}
    .home-event-main {display: block;gap: 0;}
    .home-event-item {margin-bottom: 20px;}
    .home-educational {}
    .home-educational .main {display: block;}
    .home-educational-desc {padding-right: 0;margin-bottom: 20px;}
    .home-educational-desc .tit {font-size: 30px;}
    .home-educational-desc .num {font-size: 16px;}
    .home-educational-desc .tip {font-size: 16px;}
    .home-educational-img {width: 100%;}

    /* mission */
    .mission-banner {padding-top: 40px;height: 880px;}
    .mission-tit {font-size: 26px;}
    .mission-type {display: block;}
    .mission-type-item {display: block;margin-bottom: 20px;}

    /* as a member */
    .asmember-li {width: 100%;}
    .asmember-desc {padding-top: 30px;padding-bottom: 0;}
    .asmember-desc h1 {font-size: 30px;}
    .asmember-desc h2 {font-size: 36px;}
    .asmember-desc .tit {font-size: 16px;}
    .asmember-ul {margin-bottom: 50px;}
    .asmember-btn {margin-bottom: 50px;}
    .asmember-cont {padding: 30px 20px;display: block;}
    .asmember-cont-intro {padding-right: 0;border-right: none;}
    .asmember-cont-intro .tit {font-size: 26px;}
    .asmember-cont-btn {padding-left: 0;width: 100%;}
    .asmember-cont-btn a {width: 100%;padding: 12px 15px;background: #4300ff;color: #fff;font-size: 15px;text-transform: capitalize;border-radius: 25px;text-align: center;transition: all 0.3s ease;}

    /* Premium Benefits Mobile */
    .asmember-premium {
        padding: 60px 0 80px;
    }

    .asmember-premium-content {
        padding: 50px 30px;
        border-radius: 25px;
    }

    .premium-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .premium-divider {
        display: none;
    }

    .premium-text {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .premium-cta {
        width: 180px;
        line-height: 50px;
        font-size: 12px;
    }

    /* membership */
    .membership-desc {padding-top: 30px;padding-bottom: 0;}
    .membership-desc h1 {font-size: 30px;}
    .membership-desc .tit {max-width: 100%;}
    .membership-form-item .cont {display: block;gap: 0;}
    .membership-form-item .item {width: 100%;margin-bottom: 20px;}

    /* login */
    .login-desc {padding-top: 60px;}
    .login-desc h1 {font-size: 30px;}
    .login-main {padding: 30px;display: block;}
    .login-tit {font-size: 30px;}
    .login-form-main {padding: 20px 10%;}
    .login-cont {padding: 0;width: 100%;margin: 30px 0 0;}

    /* board-members */
    .board-main {width: 90%;}
    .board-desc {padding: 40px 0;}
    .board-desc h1 {font-size: 18px;margin-bottom: 15px;}
    .board-desc .tit {margin: 0 0 12px 0;font-size: 18px;}
    .board-desc p {font-size: 18px;margin-bottom: 12px;}
    .board-li {padding: 10px;width: 50%;}

	.board-modal {margin-left: 0 !important;width: 100%;padding: 20px 15px;}
	.board-modal .item {display: flex;flex-direction: column;width: 100%;padding: 0;}
	.board-modal .item img {width: 100%;max-width: 300px;height: auto;margin: 0 auto 20px;border-radius: 10px;object-fit: contain;}
	.board-modal .item .desc {padding: 0 10px;width: 100%;max-width: 100%;margin: 0 auto;max-height: calc(100vh - 200px);overflow-y: auto;overflow-x: hidden;}
	.board-modal .item .desc h3 {font-size: 18px;margin-bottom: 15px;text-align: center;}
	.board-modal .item .desc p {margin-top: 10px;font-size: 14px;line-height: 1.5;text-align: left;}

	/* 调整弹窗容器在移动端 */
	.preview-container {padding: 60px 0 20px;align-items: flex-start;overflow-y: auto;}
	.preview-close {top: 15px;right: 15px;font-size: 30px;color: #fff;z-index: 100002;}
	.preview-prev, .preview-next {display: none;}

    /* corporate */
    .corporate-desc {padding: 40px 0;}
    .corporate-desc h1 {font-size: 18px;margin-bottom: 15px;}
    .corporate-desc .tit {margin: 0 0 12px 0;font-size: 18px;}
    .corporate-desc p {font-size: 18px;margin-bottom: 12px;}
    .corporate-ul {padding: 30px;}
    .corporate-li {width: 100%;}

    /* corporate page title responsive */
    .corporate-page-title {padding: 35px 0 25px;}
    .corporate-page-title h1 {font-size: 18px;}

    /* corporate new content responsive */
    .corporate-new-content {padding: 0 20px 25px;}
    .corporate-section {margin-bottom: 25px;}
    .corporate-section-title {font-size: 18px;margin-bottom: 15px;}
    .corporate-products {grid-template-columns: repeat(2, 1fr);gap: 15px;}
    .corporate-product-item {padding: 15px;}
    .corporate-product-item img {height: 150px;}
    .corporate-link-item img {max-width: 250px;}
    .corporate-app-item img {max-width: 180px;}

    /* preview modal responsive */
    .preview-close {top: 80px;right: 20px;font-size: 40px;}
    .preview-prev, .preview-next {font-size: 40px;padding: 10px;}
    .preview-prev {left: 10px;}
    .preview-next {right: 10px;}
    .preview-caption {bottom: 15px;font-size: 16px;padding: 10px 20px;}
    .preview-image {max-width: 95%;max-height: 80vh;}

    /* course */
    .course-banner-main {position: absolute;left: 5%;top: 66%;right: 5%;transform: translateY(-50%);justify-content: center;}
    .course-banner-cont {width: 90%;padding: 25px 20px;border-radius: 15px;}
    .course-banner-cont .time {font-size: 12px;margin-bottom: 10px;}
    .course-banner-cont > p:first-of-type {font-size: 20px;margin-bottom: 15px;}
    .course-banner-cont .date {padding: 10px 0;font-size: 14px;margin: 15px 0;}
    .course-banner-cont .congress-dates {font-size: 13px;margin: 6px 0;}
    .course-banner-cont .location {font-size: 15px;margin-top: 15px;}
    .course-banner-cont .program-details {font-size: 13px;margin-top: 18px;}
    .course-banner-pic {display: none;}
    .course-banner .swiper-button-next, .course-banner .swiper-button-prev {display: none;}
    .course-table {font-size: 12px;border-radius: 25px;}
    .course-table tr th {padding: 15px 10px;font-size: 18px;letter-spacing: 1px;}
    .course-table tr td {padding: 12px 8px;font-size: 11px;}
    .course-table td:nth-child(4) {line-height: 1.3;}

    /* education */
    .education-ul {display: block;}
    .education-li {margin-bottom: 30px;width: 100%;}

}

@media screen and (max-width: 740px) {
}

/* Contact Page Styles */
.contact {
    background-image: url('../images/contact-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

.contact .main {
    position: relative;
    z-index: 2;
}

.contact-header {
    text-align: center;
    padding: 60px 0 40px;
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    color: white;
    margin-bottom: 40px;
    border-radius: 12px;
}

.contact-header h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.breadcrumb {
    font-size: 16px;
    opacity: 0.8;
    margin: 0;
}

.contact-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-section {
    margin-bottom: 60px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    padding: 40px;
}

.contact-section h2 {
    font-size: 32px;
    color: #4300ff;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* PCI Future Secretariat - 最多2行 */
.contact-section:nth-child(1) .contact-info {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

/* Global Business - 一行，更宽 */
.contact-section:nth-child(2) .contact-info {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

/* Regional Contacts - 一行 */
.contact-section:nth-child(3) .contact-regions {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

.contact-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 25px;
    border-left: 4px solid #4300ff;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(51, 51, 255, 0.15);
}

.contact-item h3 {
    font-size: 14px;
    color: #4300ff;
    margin-bottom: 8px;
    font-weight: bold;
    text-transform: capitalize;
}

.contact-item p {
    color: #333;
    line-height: 1.3;
    margin-bottom: 4px;
    font-size: 13px;
}

.contact-item a {
    color: #4300ff !important;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #1a3a8f !important;
    text-decoration: underline;
}

.contact-regions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 20px;
}

.region-item {
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.region-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(51, 51, 255, 0.3);
}

.region-item h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: capitalize;
}

.region-item p {
    margin-bottom: 10px;
    opacity: 0.9;
    line-height: 1.6;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .contact-header h1 {
        font-size: 36px;
    }

    .contact-section {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .contact-section h2 {
        font-size: 28px;
    }

    .contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-section:nth-child(1) .contact-info {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-section:nth-child(2) .contact-info {
        grid-template-columns: 1fr;
    }

    .contact-section:nth-child(3) .contact-regions {
        grid-template-columns: 1fr;
    }

    .contact-regions {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-item {
        padding: 20px;
    }

    .region-item {
        padding: 25px;
    }
}

/* General Information Page Styles */
.general {
    background-image: url('../images/mission-bg.jpg?v=2');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    min-height: 100vh;
}

.general::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.general .main {
    position: relative;
    z-index: 2;
}

/* Hero Section */
.general-hero {
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    color: white;
    text-align: center;
    padding: 80px 0 60px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.general-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/conference-bg.jpg') center/cover;
    opacity: 0.1;
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: capitalize;
    letter-spacing: 3px;
    color: white;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.5);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Arial Black', Arial, sans-serif;
}

.hero-subtitle {
    font-size: 28px;
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Arial', sans-serif;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 36px;
    color: #4300ff;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    border-radius: 2px;
}

/* Info Grid */
.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.info-card {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(51, 51, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(51, 51, 255, 0.2);
    border-color: #4300ff;
}

.card-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(51, 51, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 16px;
    z-index: 1;
}

.card-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(51, 51, 255, 0.4);
}

.card-icon img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.card-icon:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.3));
}

.card-content h3 {
    font-size: 20px;
    color: #4300ff;
    margin-bottom: 10px;
    font-weight: bold;
}

.card-content p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Contact Section */
.contact-section {
    margin-top: 60px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact-card {
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    color: white;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(51, 51, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.contact-card:nth-child(1) {
    background-image: url('../images/medical-building-bg.jpg');
    background-size: cover;
    background-position: center;
}

.contact-card:nth-child(2) {
    background-image: url('../images/map-background.jpg');
    background-size: cover;
    background-position: center;
}

.contact-card:nth-child(3) {
    background-image: url('../images/green-mailbox-bg.jpg');
    background-size: cover;
    background-position: center;
}

.contact-card:nth-child(4) {
    background-image: url('../images/phone-booth-bg.jpg');
    background-size: cover;
    background-position: center;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(51, 51, 255, 0.8) 0%, rgba(26, 58, 143, 0.8) 100%);
    z-index: 1;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(51, 51, 255, 0.3);
}

.contact-icon {
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
    position: relative;
    z-index: 2;
}

.contact-content {
    position: relative;
    z-index: 2;
}

.contact-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    font-family: 'Arial Black', Arial, sans-serif;
}

.contact-content p {
    margin-bottom: 6px;
    opacity: 0.95;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.contact-content a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-content a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* General Information Responsive Design */
@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 20px;
    }

    .section-title {
        font-size: 28px;
    }

    .info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .info-card {
        padding: 20px;
        flex-direction: column;
        text-align: center;
    }

    .card-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        max-width: 100%;
    }

    .contact-card {
        padding: 20px 15px;
    }

    .contact-icon {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .contact-content h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact-content p {
        font-size: 13px;
        margin-bottom: 5px;
    }
}

/* New Mission Page - High-end Design */
.mission-new {
    position: relative;
    min-height: 100vh;
    padding-bottom: 120px;
    background-color: #F4F3FB;
}

.mission-hero {
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 120px 0 65px;
}

.mission-hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 270px;
    background-image: url('../images/mission-bg.jpg?v=2');
    background-position: center bottom;
    background-size: cover;
}

.mission-overlay {
    display: none;
}

.mission-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 50px;
}

.mission-content {
    text-align: left;
    color: #333333;
}

.mission-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #333333;
    text-shadow: none;
    line-height: 1.6;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.mission-divider {
    display: none;
}

.mission-text {
    font-size: 20px;
    line-height: 1.8;
    color: #333333;
    max-width: 1000px;
    margin: 0 0 40px 0;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 0.3px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.mission-text strong {
    font-weight: 400;
    color: #333333;
    text-shadow: none;
}

.mission-cta {
    display: inline-block;
    width: 205px;
    line-height: 62px;
    background: linear-gradient(135deg, #4300ff 0%, #1a3a8f 100%);
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(51, 51, 255, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.mission-cta:hover {
    background: #4300ff;
    box-shadow: 0 8px 25px rgba(51, 51, 255, 0.4);
    transform: translateY(-2px);
}

/* Responsive Design for Mission Page */
@media screen and (max-width: 800px) {
    .mission-new {
        padding-bottom: 60px;
    }

    .mission-hero {
        padding: 60px 0 40px;
    }

    .mission-container {
        padding: 60px 30px;
    }

    .mission-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .mission-text {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .mission-cta {
        width: 180px;
        line-height: 50px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .mission-hero {
        padding: 30px 0 20px;
    }

    .mission-container {
        padding: 40px 20px;
    }

    .mission-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .mission-text {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .mission-cta {
        width: 160px;
        line-height: 45px;
        font-size: 11px;
    }
}

/* Index page simple banner styles */
.home-simple-banner {
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 20px;
}

.home-simple-content {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.home-simple-title {
    font-size: 72px;
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 2px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

@media screen and (max-width: 800px) {
    .home-simple-banner {
        min-height: 50vh;
        padding: 60px 20px;
    }

    .home-simple-title {
        font-size: 36px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 480px) {
    .home-simple-banner {
        min-height: 40vh;
        padding: 40px 15px;
    }

    .home-simple-title {
        font-size: 28px;
        letter-spacing: 0.5px;
    }
}

/* Contact page simple text styles */
.contact-simple-content {
    max-width: 800px;
    margin: 50px auto 30px;
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.contact-simple-text p {
    font-size: 20px;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 12px;
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: 0.3px;
    font-weight: 400;
}

.contact-simple-text p:last-child {
    margin-bottom: 0;
}

.contact-simple-text strong {
    font-weight: 400;
    color: #333333;
    min-width: 140px;
    display: inline-block;
}

@media screen and (max-width: 800px) {
    .contact-simple-content {
        margin: 35px auto 25px;
        padding: 30px 30px;
        border-radius: 12px;
    }

    .contact-simple-text p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .contact-simple-text strong {
        min-width: 130px;
    }
}

@media screen and (max-width: 480px) {
    .contact-simple-content {
        margin: 25px auto 20px;
        padding: 25px 20px;
        border-radius: 10px;
    }

    .contact-simple-text p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .contact-simple-text strong {
        min-width: 110px;
        display: block;
        margin-bottom: 4px;
    }
}

/* General Information page - Mission Style */
.general-info {padding: 15px 0;line-height: 26px;font-size: 16px;color: #666;font-family: 'Georgia', 'Times New Roman', serif;}
.general-info h2 {margin-top: 10px;font-size: 18px;color: #000;}
.general-info img {max-width: 200px;}
.general-info .highlight-text {margin-top: 15px !important;}
.general-info .highlight-text,
.general-info .highlight-text strong {color: #000 !important;font-weight: 700 !important;}


/* Mobile responsive styles for membership form */
@media screen and (max-width: 768px) {
    .membership-form-item .cont .item[style*="width: 45%"] {
        width: 60% !important;
    }
}

/* 富文本内容样式支持 - Mission Page */
.mission-text {
    line-height: 1.8;
    font-size: 20px;
}

.mission-text p {
    margin: 15px 0;
}

.mission-text strong {
    font-weight: bold;
}

.mission-text em {
    font-style: italic;
}

.mission-text h1,
.mission-text h2,
.mission-text h3,
.mission-text h4,
.mission-text h5,
.mission-text h6 {
    margin: 20px 0 15px;
    font-weight: bold;
    line-height: 1.4;
}

.mission-text h1 {
    font-size: 28px;
}

.mission-text h2 {
    font-size: 24px;
}

.mission-text h3 {
    font-size: 20px;
}

.mission-text ul,
.mission-text ol {
    margin: 15px 0;
    padding-left: 30px;
}

.mission-text ul {
    list-style-type: disc;
}

.mission-text ol {
    list-style-type: decimal;
}

.mission-text li {
    margin: 8px 0;
    list-style: inherit;
}

.mission-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 4px;
}

.mission-text a {
    color: #4300ff;
    text-decoration: underline;
}

.mission-text a:hover {
    color: #6520ff;
}

.mission-text blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    background: rgba(67, 0, 255, 0.05);
    border-left: 4px solid #4300ff;
    font-style: italic;
}

.mission-text table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.mission-text table th,
.mission-text table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.mission-text table th {
    background: rgba(67, 0, 255, 0.1);
    font-weight: bold;
}

.mission-text code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 14px;
}

.mission-text pre {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 15px 0;
}

.mission-text pre code {
    background: none;
    padding: 0;
}
