body, html {font-size:14px; color:#010101;}
body,html,h1,h2,h3,h4,h5,ol,ul,li,dl,dt,dd,p,span,form,input,img {margin:0;padding:0;}
h1,h2,h3,h4,h5 {font-size:12px;}
ul,li {list-style-type:none;}
dl,dt,dd {display:block;}
input {-webkit-appearance:none;outline:none;}
a {color:#010101;text-decoration:none;}
a:hover {text-decoration:none;}
.bmt{margin-bottom: 10px;}
.bmt130{padding-bottom: 130px;}
.mrt30{ margin-right: 30px;}
.mrt25{ margin-right: 25px;}
.mrt20{ margin-right: 20px;}
.mat5{margin-top: 5px;}
.mbt15{ margin-bottom: 15px;}
.pad100{ padding-bottom: 100px;}
.mbt40{ margin-bottom: 40px;}
.mat80{ margin-top:80px;}
body{background-color: #fff; height: auto; margin: 0 auto;box-sizing:border-box}

@font-face {
    font-family: 'DINCond-Black';
    src: url('/www/web/fonts/DINCond-Black.otf') format('truetype');
}

@font-face {
    font-family: 'Inter-Black';
    src: url('/www/web/fonts/Inter-Black.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-Bold';
    src: url('/www/web/fonts/Inter-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('/www/web/fonts/Inter-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('/www/web/fonts/Inter-ExtraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-Light';
    src: url('/www/web/fonts/Inter-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-Medium';
    src: url('/www/web/fonts/Inter-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-Regular';
    src: url('/www/web/fonts/Inter-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-SemiBold';
    src: url('/www/web/fonts/Inter-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Inter-Thin';
    src: url('/www/web/fonts/Inter-Thin.ttf') format('truetype');
}

.single-ellipsis {
    overflow: hidden; /* 隐藏超出部分 */
    white-space: nowrap; /* 强制文本不换行 */
    text-overflow: ellipsis; /* 用省略号表示被截断的文本 */
}

.back-btn {
    width: 202px;
    background: #2A8FFF;
    border-radius: 0px 0px 0px 0px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;


}
.back-btn .left {
    flex: 1;
    font-family: 'Inter-Bold';
    font-size: 13px;
    color: #FFFFFF;
    line-height: 13px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.back-btn .right {
    width: 40px;
    height: 38px;
    background: #DFFF00;
    border-radius: 0px 0px 0px 0px;
    background-image: url("/www/web/images1/right-jt.png");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.transparent-btn {
    width: 166px;
    border-radius: 0px 0px 0px 0px;
    height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #FFFFFF;

}
.transparent-btn .left {
    flex: 1;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.transparent-btn .right {
    width: 24px;
    height: 38px;
  
    border-radius: 0px 0px 0px 0px;
    background-image: url("/www/web/images1/right-jt-white.png");
    background-size: 24px;
    background-position: left;
    background-repeat: no-repeat;
}




/* 固定头部导航——核心样式 */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width:100%;
    height: 85px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
   
}
/* 导航容器：flex布局，两端对齐 */
.site-header .nav-container {
    padding:0 ;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.site-header .logo img {
    width: 287px;
    height: 85px;
}
/* 导航菜单 (ul) */
.site-header .nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;              /* 现代间距方式 */
    align-items: center;
}
.site-header .nav-menu li  {
    width: 120px;
}
/* 菜单项链接 */
.site-header .nav-menu a {
    font-family: 'Inter-Medium';
    font-size: 14px;
    color: #111122;
    font-weight:bold;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.site-header .nav-menu a:hover {
    color: #0175F7;
}

.site-header .nav-menu .selected a {
   color: #0175F7;
}


/* 右侧操作区 (例如图标或按钮) */
.site-header .nav-actions {
    width: 374px;
    height: 85px;
    background-image: url("/www/web/images1/header-right.webp");
    background-size: 374px 75px;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.site-header .nav-actions .zzs {
    margin-right: 42px;
}

/* 高亮当前页面的演示效果 (仅视觉点缀) */
.site-header .nav-menu .active {
    font-weight: bold;
    color: #0175F7;
}

/* 下拉菜单容器 — 完全模拟图片中 EN • CN • KO 的风格 */
.site-header .lang-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    margin-left: 52px;
}

/* 选中的语言框 (像图片中那样紧凑) */
.site-header .lang-selector {
    display: flex;
    align-items: center;
    justify-content: space-around;

    padding: 0 8px;
    width: 65px;
    height: 38px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #FFFFFF;

}

.site-header .lang-selector .current-icon{
    width: 20px;
    height: 20px;
}

/* 当前语言文字 (比如 “EN”) 加一点间距 */
.site-header .current-lang {
    min-width: 20px;
    font-weight: bold;
    font-family: 'Inter-SemiBold';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.site-header .lang-selector {
    border: 1px solid #2A8FFF;
}

/* 箭头符号 — 小三角，像图片里那样精细 */
.site-header .arrow-icon {
    width: 14px;
    height: 14px;
    background-image: url("/www/web/images1/zhaoxiajiantou.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
/* 下拉菜单打开时箭头旋转 (可选) */
.site-header .lang-dropdown.active .arrow-icon {
    transform: rotate(180deg);
}

/* 下拉浮层 — 极简白, 圆角, 只有三个语言选项 */
.site-header .dropdown-menu {
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    padding: 5px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: all 0.2s cubic-bezier(0.2, 0.9, 0.3, 1.1);
    z-index: 10;
    width: 81px;
    background:rgb(36 129 234);
    border-radius: 2px;
    border: 1px solid #FFFFFF;
}
.site-header .lang-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.site-header .lang-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 每个语言选项 */
.site-header .dropdown-menu li {
    padding: 0.6rem 1.5rem 0.6rem 1.8rem;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.1s;
    letter-spacing: 0.02em;
}
/* 分割装饰线*/
.site-header .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eef2f8;
}

.scrolled .nav-actions{
    background-image: none;
}
.scrolled .current-lang{
    color:#2A8FFF;
}
.scrolled .arrow-icon {
    background-image: url("/www/web/images1/zhaoxiajiantou-blue.png");
}
.scrolled .dropdown-menu{
    background: #FFFFFF;
    border: 1px solid #94C7FF;
}
.scrolled .dropdown-menu li {
    color:#111122;
}

.site-header .dropdown-menu li:hover {
    background: #f0f4fe;
    color:#111122;
}
.topNew {
    width: 100%;
    background-image: url("/www/web/images1/banber.webp");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    
}
.topNew .topMain {
    padding-left: 48px;
}
.topNew .topMain .subblock {
    height: 85px;
}

.topNew .topMain  .subMainleft img {
    margin-top: 82px;
    height: 27px;
}
.topNew .topMain .subMain .subMainright{
   width: 50px;
   position: relative;
}
.topNew .topMain .subMain .subMainright .square1 {
	position: absolute;
	top:-20px;
	left: -20px;

	width: 18px;
	height: 18px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
}
.topNew .topMain .subMain .subMainright .square2 {
	position: absolute;
	top:0px;
	left: 10px;

	width: 15px;
	height: 15px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
}
.topNew .topMain .subMain .subMainright .square3 {
	position: absolute;
	top:15px;
	left: -5px;
	width: 15px;
	height: 15px;
	background: #DFFF00;
	border-radius: 0px 0px 0px 0px;
}
.topNew .berMain  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 99px;
}
.topNew .berMain .berMainleft  {
    flex: 1;
}

.topNew .berMain .berMainleft .lb_1{
    margin-top: 56px;
    height: 156px;
    background-image: url("/www/web/images1/big-title.webp");
    background-size: auto 156px;
    background-position: left bottom;
    background-repeat: no-repeat; 
}

.topNew .berMain .berMainleft .lb_2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 42px;
    gap: 24px;
}
.topNew .berMain .berMainright{
    width: 625px;
    height: 647px;
    background-image: url("/www/web/images1/banner-main.webp");
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}


.splitBlock {
	height: 61px;
	line-height: 61px;
	text-align: right;
	padding: 0px 48px;
    position: relative;

}

.splitBlock .berIcon {
    position: absolute;
    width:255px;
    left: 48px;
    bottom: 0px;
    z-index: 99;
}
.splitBlock .berIcon img {
    width: 100%;
    height: 100%;
}

.splitBlock .icon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #DFFF00;
	border-radius: 0px 0px 0px 0px;
}
.splitBlock .text {
	font-family: "Inter-Bold";
	font-weight: normal;
	font-size: 14px;
	color: #0175F7;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-left: 3px;
}

.data {padding:0px calc(100vw * 0.07); height: 180px;background-image: url("/www/web/images1/data.webp");background-size: 100% 100%;background-position: center; border-radius: 0px 0px 0px 0px;}
.data .data-flex {
    height: 180px;margin: 0px auto;display: flex;justify-content: space-between;align-items: center
}
.data .data-item{ width: 20%; text-align:center;}
.data .f72{font-family: 'DINCond-Black'; font-size: 72px; color: #DFFF00; font-style: normal; }
.data .f16{font-family: 'Inter-Regular'; font-size: 16px; color: #fff;}


.block-label {
	margin-top: 78px;
	width: 144px;
	height: 39px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(17,17,34,0.1);
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 16px;
	color: rgba(17,17,34,0.6);
	text-align: center;
	font-style: normal;
	text-transform: none;
	line-height: 39px;
}

 .block-title-flex {
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
	margin-top: 32px;
}
.block-title {
    font-family: 'Inter-Bold';font-size: 44px;color: #111122;line-height: 57px;font-style: normal;text-transform: none;
}
 .block-title-btn {
	width: 150px;
}
.block-title span {
    color: #0175F7;
}
.block-des{
    margin: 16px auto 0;width: 660px;font-family: 'Inter-Regular';font-weight: 400;font-size: 20px;color: #969DAF;;line-height: 32px;text-align: left;font-style: normal;text-transform: none;
}


.guests {
    padding:0 80px;
}

.guests .guests-title-btn {
	width: 150px;
}
.guests .guests-content {
    margin-top: 32px;
}
.guests .guests-content .guests-flex {
    display: flex;justify-content: space-between;gap:12px;align-items: center;
}
.guests .guests-content .guests-flex:not(:first-child) {
    margin-top: 40px;
}
.guests .guests-content .guests-flex .guests-item {
    width: 198px;
    height: 332px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 198px;border-radius: 0;
}
.guests .guests-content .guests-flex .guests-item .guests-item-top {
    height: 240px;
}
.guests .guests-content .guests-flex .guests-item .guests-item-top img{
    height: 100%;
    width: 100%;
}
.guests .guests-content .guests-flex .guests-item .guests-item-card {
    padding: 14px;
}
/* 每行第 1、3、5 列（奇数位） */
.guests-item:nth-child(6n + 1) ,
.guests-item:nth-child(6n + 3) ,
.guests-item:nth-child(6n + 5)  {
 
  background-image: url("/www/web/images1/man-back-1.webp");
}



/* 每行第 2、4、6 列（偶数位） */
.guests-item:nth-child(6n + 2) ,
.guests-item:nth-child(6n + 4) ,
.guests-item:nth-child(6n + 6)  {
  
  background-image: url("/www/web/images1/man-back-2.webp");
}

/* 每行第 1、3、5 列（奇数位） */
.guests-item:nth-child(6n + 1) .guests-item-card,
.guests-item:nth-child(6n + 3) .guests-item-card,
.guests-item:nth-child(6n + 5) .guests-item-card {
 
  color:#0175F7;
}



/* 每行第 2、4、6 列（偶数位） */
.guests-item:nth-child(6n + 2) .guests-item-card,
.guests-item:nth-child(6n + 4) .guests-item-card,
.guests-item:nth-child(6n + 6) .guests-item-card {
  
  color:#FFFFFF;
}

.guests-item:nth-child(6n + 2) .job,
.guests-item:nth-child(6n + 4) .job,
.guests-item:nth-child(6n + 6) .job{
	color: #FFFFFF;
} 


.guests .guests-content .guests-flex .guests-item .guests-item-card .name {
    font-family: 'Inter-Bold';font-size: 18px;line-height: 20px;text-align: left;font-style: normal;text-transform: none;
}
.guests .guests-content .guests-flex .guests-item .guests-item-card .job {
    font-family: 'Inter-SemiBold';font-size: 12px;line-height: 13px;text-align: left;font-style: normal;text-transform: none;margin-top: 12px;
}
.guests .guests-content .guests-flex .guests-item .guests-item-card .intro {
    font-family: 'Inter-Light';font-size: 12px;line-height: 13px;text-align: left;font-style: normal;text-transform: none;margin-top: 8px;
}


.about {
	position: relative;
    padding:0 80px;
}
.about .about-block-des{
	width: 100%;
}
/* 主卡片 */
.about .carousel-wrapper {
	margin-top: 40px;
   	height: 888px;
    width: 100%;
    padding: 17px;
    background: #0175F7;
	box-shadow: inset 0px -8px 0px 0px #EAEAEA, inset 0px 4px 0px 0px rgba(255,255,255,0.6);
	border-radius: 0px 0px 0px 0px;
}

/* ---- 轮播容器 (图片区) ---- */
.about .carousel-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 660px;
}

.about .slides-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.about .slide-item {
    flex: 0 0 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    background-color: #d0d8e3; /* fallback */
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 2rem 2.2rem;
    position: relative;
}

/* 图片上的渐变遮罩 (让装饰文字更柔和) */
.about .slide-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, transparent 70%);
    pointer-events: none;
}

/* 每张slide上的小标签 (可选装饰) */
.about .slide-badge {
	
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 0.3rem 1.2rem;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    text-transform: uppercase;

}

/* ---- 控制区：指示点 (圆点) ---- */
.about .carousel-footer {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: 1.2rem;
    gap: 0.5rem;
    margin-top: 32px;
    padding:0 40px;
    text-align: left;

}

.about .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cdd6e4;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
    width: 12px;
	height: 12px;
	background: rgba(255,255,255,0.3);
	
}

.about .dot.active {
    background: #DFFF00;


}

.about .dot:hover {
    background: #DFFF00;
}

.about .underline {
	height: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-top: 24px;
	margin: 0 40px;
}

/* ---- 下方文字区 (放在指示点下面) ---- */
.about .content-area {
   
    margin: 16px 40px 0px 40px;

}

.about .content-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
}

.about .content-text .title {
	width: 340px;
   font-family: "Inter-Bold";
	font-weight: bold;
	font-size: 32px;
	color: #DFFF00;
	line-height: 48px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.about .content-text .description {
	flex:1;
    font-family: "Inter-Regular";
    font-weight: 400;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    line-height: 20px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* 响应式 */
@media (max-width: 600px) {
    .about .carousel-wrapper {
        padding: 1.2rem 1.2rem 1.6rem;
        border-radius: 2rem;
    }
    .about .slide-item {
        padding: 1.2rem 1.5rem;
    }
    .about .content-text .title {
        font-size: 1.1rem;
    }
    .about .content-text .description {
        font-size: 0.9rem;
        max-width: 100%;
    }
    .about .carousel-footer {
        margin-bottom: 0.8rem;
    }
}
.about .color-block {
	width: 36px;
	position: absolute;
	z-index: 999;
	bottom: 226px;
	right: 46px;
}
.about .color-block img{
	width: 100%;
}

.sponsors {
	position: relative;
    padding:0 80px;
}
.sponsors .sponsors-title-btn {
	width: 150px;
}
 .sponsors-content {
	margin-top: 57px;
	border:1px solid #E7E7E9;
	border-bottom: none;
	
}
 .sponsors-content .sponsors-content-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom:1px solid #E7E7E9;
}
 .sponsors-content .sponsors-content-flex .content-left {
	width: 264px;
	height: 100%;
	margin: 0px auto;

	
}
 .sponsors-content .sponsors-content-flex .content-left .title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}
 .sponsors-content .sponsors-content-flex .content-left .title .text{
	font-family: 'Inter-SemiBold';
	font-weight: normal;
	font-size: 14px;
	color: #111122;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
 .sponsors-content .sponsors-content-flex .content-left .title .icon{
	width: 22px;
	height: 20px;
}
 .sponsors-content .sponsors-content-flex .content-left .title .icon img {
	width: 100%;
}
 .sponsors-content .sponsors-content-flex .content-right {
	flex:1;
	border-left:1px solid #E7E7E9;
}
 .sponsors-content .sponsors-content-flex .content-right table {
	width: 100%;
	border-collapse: collapse;
}
 .sponsors-content .sponsors-content-flex .content-right table .w1 {
	width: 100%;
	border-top:none;
}
 .sponsors-content .sponsors-content-flex .content-right table .w4 {
	width: calc(100% / 4);
}
 .sponsors-content .sponsors-content-flex .content-right table .w5 {
	width: calc(100% / 5);
}
 .sponsors-content .sponsors-content-flex .content-right table td
{
	border-right:1px solid #E7E7E9;
	border-bottom:1px solid #E7E7E9;
	text-align: center;
}
 .sponsors-content .sponsors-content-flex .content-right table:last-child td{
	border-bottom:none;
}


 .sponsors-content .sponsors-content-flex .content-right img {
	width: 242px;
}
 .sponsors-content .sponsors-content-flex .content-right .w5 img {
    width: 195px;
 }

.part {
	position: relative;
    padding:0 80px;
}
.part .part-content {
	margin-top: 48px;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 27px;
}
.part .part-content .part-item {
	width: 300px;
	height: 484px;
	padding: 8px;
}
.part .part-content .part-item:nth-child(odd) {
	background: #0175F7;
}
.part .part-content .part-item:nth-child(even) {
	background: #DFFF00;
	
}
.part .part-content .part-item:nth-child(even) .sub-title,.part .part-content .part-item:nth-child(even) .sub-desc {
	color:#111122;
}
.part .part-content .part-item:nth-child(even) .part-btn{
	background: #FFFFFF;
	color:#0175F7;;
}
.part .part-content .part-item:nth-child(even) .part-btn .left{
	color:#0175F7;
}
.part .part-content .part-item:nth-child(even) .part-btn .right{
	background-color: #0175F7;
	background-image: url("/www/web/images1/right-jt-white.png");
}

.part .part-content .img {
	height: 237px;
}
.part .part-content .img img {
	width: 100%;
	max-height: 100%;
}
.part .part-content .card {
	padding: 8px;
    position: relative;

}
.part .part-content .color-square{

}
.part .part-content .color-square .square1 {
    position: absolute;
    top:-29px;
    right: 25px;

    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}
.part .part-content .color-square .square2 {
    position: absolute;
    top:-11px;
    right: -8px;

    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
}
.part .part-content .color-square .square3 {
    position: absolute;
    top:4px;
    right: 7px;
    width: 15px;
    height: 15px;
    background: #DFFF00;
    border-radius: 0px 0px 0px 0px;
}
.part .part-content .part-item:nth-child(even) .color-square .square3 {
    background: #0175F7;
}

.part .part-content .card .sub-title {
	font-family: "Inter-Bold";
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 20px;
}
.part .part-content .card .sub-desc {
	font-family: "Inter-Regular";
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 12px;
}
.part .part-content .card .part-btn {
	margin-top: 47px;
}
.countdown {
	margin-top: 88px;
	padding-top: 64px;
	padding-bottom: 55px;

	background-image: url("/www/web/images1/cta.webp");
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.countdown .countdown-title{
	font-family: "Inter-Bold";
	font-weight: bold;
	font-size: 64px;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.countdown .c-color {
	color: #DFFF00;
	margin-top: 16px;
}
.countdown .times {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap:32px;
	margin-top: 32px;
}
.countdown .times .dot {
	width: 8px;
	height: 8px;
	background: #DFFF00;
	border-radius: 4px;
	margin-top: 32px;
}
.countdown .times .num{
	font-family: "DINCond-Black";
	font-weight: 400;
	font-size: 64px;
	color: #DFFF00;
	line-height: 64px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.countdown .times .text {
	font-family: "Inter-Medium";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 7px;
}
.countdown .flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}
.countdown .flex-center .back-btn {
	background: #0175F7;
}
.countdown .countdown-desc {
	font-family: "Inter-Medium";
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.bottom{background-color: #111122; padding: 84px 80px 84px 80px; overflow: hidden;color: #fff}
.bottom a {
    color:#fff;
}
.bottom .fir{
    margin: auto; overflow: hidden; margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 200px;

}
.bottom .fir .logo {
    width: 166px;
}
.bottom .fir .logo img {
    width: 100%;
}
.bottom .fir .lanmu {
    flex:1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}
.bottom .fir .lanmu .f18 {
    font-family: "Inter-Bold";
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
}
.bottom .fir .lanmu .f14{
    font-family: "Inter-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
}
.bottom .banqu {
    margin-top: 56px;
    border-top:1px solid rgba(255,255,255,0.3);
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 200px;
}
.bottom .banqu .left {
    flex:1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
}
.bottom .banqu .left .text {
    font-family: "Inter-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.bottom .banqu .left .icon {
    width: 32px;
    height: 32px;

}
.bottom .banqu .left .icon img {
    width: 100%;
    height: 100%;
}
.bottom .banqu .right {
    width: 250px;
    text-align: right;
    
}
.bottom .banqu .right font {
    font-family: "Inter-SemiBold";
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
}


