

.activity-modal *{
    font-family: 'syhtnor';
}


/****************** 元禧活动 弹窗 start ******************/


/* 弹窗遮罩层 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-overlay.active {
    display: flex;
}

/* 弹窗主体 */
.modal-container {
    width: 1200px;
    height: 700px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    animation: modalFadeIn 0.3s ease-out;
    background-color: #0F0F0F;
    font-family: 'KingHwaOldSong';
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* 关闭按钮 */
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* 弹窗内容 */
.modal-content {
    height: 100%;
    overflow-y: auto;
    padding: 0 0;
    color: #fff;
}

.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

/* 标题区域 */
.modal-header {
    width: 1200px;
    height: 200px;
    text-align: center;
    background: url("../images/yuanxihuodong/top.png") center center no-repeat ;
    background-size:  100% 100%;
}

.modal-title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.modal-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
}

.activity-desc{

    background-image: url("../images/yuanxihuodong/activity-bg-img.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 159px 225px;
}

/* 活动介绍 */
.activity-intro {
    width: 1080px;
    margin: 0 auto;
}

.intro-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.intro-text {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
}

/* Event Introduction 标题样式 */
.section-header {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.intro-header-left{
    font-family: 'KingHwaOldSong';
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
}
.intro-header-right{
    font-family: 'syhtnor';
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 次要文字颜色 */
    color: #909090;
}

/* 下划线 */
.underline {
    width: 1080px;
    height: 1px;
    opacity: 1;
    background: #1C1C1C;
}

/* 活动介绍 */
.intro-desc {
    width: 100%;
    margin: 0 auto;
    color: #E0E0E0;
}

.desc-title {
    font-family: 'KingHwaOldSong';
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 17px;
}

.activity-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    line-height: 24px;
    margin-bottom: 32px;
}
.price-left{
    font-family: 'KingHwaOldSong';
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    margin-right: 8px;
	margin-bottom: -2px;
}
.price-right{
    font-family: 'KingHwaOldSong';
    font-size: 28px;
}
/* 活动地址 */
.activity-address {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
    margin-bottom: 42px;
    line-height: 1;
}
.address-left{
    line-height: 0;
}
.address-left img{
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.address-right{
    font-family: 'KingHwaOldSong';
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
}
/* 报名按钮容器 */
.activity-btn-container{
    margin-bottom: 62px;
}
.activity-btn{
    display: inline-block;
    border-radius: 6px;
    background: #E0E0E0;
    padding: 9px 30px;
    font-family: 'KingHwaOldSong';
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
    /* 黑色 */
    color: #000000;
}

.activity-btn-cat-over:hover {
    background-color: #E83739;
}



/* 活动详情*/
.intro-detail {
    width: 1080px;
    margin: 0;
    line-height: 24px;
    width: 528px;
    margin-bottom: 30px;
}

.intro-detail .intro-title{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    border-bottom: 2px solid #E0E0E0;
    display: inline-block;
    padding-bottom: 3px;
    font-family: 'KingHwaOldSong';
    line-height: 24px;
    font-variation-settings: "opsz" auto;
    /* 白色 */
    color: #E0E0E0;
	margin-bottom: 28px;
}
.intro-detail-box{
    font-family: Source Han Sans;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 0em;
    line-height: 1.8;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    /* 白色 */
    color: #E0E0E0;
    width: 528px;
}
.intro-detail-box p{
    min-height: 28px;
}
.intro-detail-box img{
	max-width: 528px;
	padding: 20px 0;
}
/****************** 元禧活动 弹窗 end ******************/
/* 返回按钮 */
.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s;
    float: left;
}

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

.back-btn svg {
    width: 20px;
    height: 20px;
}

/* 报名表单样式 */
.intro-form {
    display: none;
}

.intro-form.active {
    display: block;
}

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


/* 预约人数 */
.reservation-section{
    margin-bottom: 40px;
}
.reservation-count {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 44px;
}
.form-section-title{
    margin-bottom: 24px;
    font-family: 'systmed';
    font-size: 20px;
    font-weight: 500;
    color: #E0E0E0;
}

.count-control {
    display: flex;
    align-items: center;
    gap: 15px;
}

.count-btn {
    width: 21px;
    height: 21px;
    border-radius: 3.5px;
    border: 2px solid #333333;
    background: transparent;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-btn:hover {
    border-color: #d4af37;
    color: #d4af37;
}

.count-value {
    font-family: 'syhtnor';
    font-size: 18px;
    font-weight: bold;
    color: #E0E0E0;
    min-width: 30px;
    text-align: center;
}

/* 报名时间选项卡 */
.time-tabs {
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
    /*gap: 15px;*/
    /*margin-top: 15px;*/
    width: 700px;
}

.time-tab {
    display: inline-block;
    padding: 18px;
    width: 300px;
    height: 208px;
    border-radius: 6px;
    opacity: 1;
    overflow: hidden;

    /* 模块背景色 */
    background: #171717;

    box-sizing: border-box;
    border: 1px solid #0F0F0F;

    cursor: pointer;
    transition: all 0.3s;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.time-tab:hover {
    background: #0F0F0F;
    border-color: #323232;
}

.time-tab.selected {
	background: #1E1E1E;
    border-color:  #323232;
}

.time-tab.selected::after {
    content: '';
    background-image: url("../images/yuanxihuodong/time-tab-icon.png");
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 36px;
}
.group-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.group-top-left{
    font-family: 'syhtnor';
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
}

.group-top-left div:first-child{
    margin-right: 6px;
}
.group-top-right{
    font-family: 'syhtnor';
    font-size: 16px;
    letter-spacing: 0em;
    color: #909090;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
}
.group-top-right div:first-child,.group-top-left div:first-child{
    margin-right: 4px;
}

.group-middle div:first-child{
    font-family: 'KingHwaOldSong';
    font-size: 24px;
    line-height: 31px;
    color: #E0E0E0;
    margin-bottom: 6px;
}
.group-middle :nth-child(2){
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0em;
    /* 次要文字颜色 */
    color: #909090;
}
.group-bottom{
    position: absolute;
    left: 18px;
    bottom: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 37px;
}
.group-bottom div:first-child{
    font-family: 'KingHwaOldSong';
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0em;
    /* 白色 */
    color: #E0E0E0;
    margin-right: 4px;
    margin-bottom: 3px;
}
.group-bottom :nth-child(2) {
    font-family: 'KingHwaOldSong';
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    /* 白色 */
    color: #E0E0E0;
}

/* 个人信息表单 */
.info-section{
    width: 700px;
}
.activity-modal .form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
	font-family:'systmed-medium' ;
    margin-bottom: 18px;
}
.form-label .form-label-star{
	/* 红色 */
	color: #BC3030;
	
}

/* 单选按钮组样式 */
.radio-group {
    display: flex;
    gap: 26px;
    margin-top: 8px;
}

.radio-option {
    display: flex;
    align-items: center;
	justify-content: flex-start;
    cursor: pointer;
    position: relative;
}

.radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-checkmark {
    width: 158px;
    height: 44px;
    border-radius: 6px;
    background: #1C1C1C;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
}

.radio-option input[type="radio"]:checked ~ .radio-checkmark {
    background: #1C1C1C;
}

.radio-option input[type="radio"] ~ .radio-checkmark::before {
    content: '';
    position: absolute;
    left: 16px;
    width: 16px;
    height: 16px;
    background-image: url("../images/yuanxihuodong/icon-ok-002.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.radio-option input[type="radio"]:checked ~ .radio-checkmark::before{
	background-image: url("../images/yuanxihuodong/icon-ok-001.png");
}

.radio-label {
    font-family: 'KingHwaOldSong';
    font-size: 16px;
    color: #E0E0E0;
    position: absolute;
    left: 47px;
	margin-top: 1px;
    transform: translateX(-50%);
}

.form-input {
    width: 100%;
    padding: 12px 15px;
    background: #1C1C1C;
    border: none;
    border-radius: 6px;
    color: #E0E0E0;
    font-size: 14px;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: 'KingHwaOldSong';
}

.form-input:focus {
    outline: none;
    border: none;
    background: #1C1C1C;
}

.form-input:hover {
    background: #1C1C1C;
    border: none;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.form-select {
    color: #E0E0E0; /* select 显示文字的颜色（白色） */
    /* 去掉浏览器默认下拉箭头，改用自定义 SVG 箭头 */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center; /* 箭头位置 */
    background-size: 12px; /* 箭头大小 */
    border: none;
    background-color: #1C1C1C;
}

.form-select:focus {
    border: none;
    outline: none;
}

.form-select:hover {
    border: none;
}

/* 自定义 <option> 样式 */
.form-select option {
    color: #E0E0E0; /* 选项文字颜色（白色） */
    background-color: #1C1C1C; /* 选项背景 */
    border: none;
    padding: 10px 0;
}

/* 选中状态的 <option> 样式（去掉默认蓝色背景） */
.form-select option:checked {
    background-color: #1C1C1C; /* 保持黑色背景 */
    color: #E0E0E0; /* 保持白色文字 */
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* 提交按钮 */
.submit-btn {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #d4af37 0%, #f4e4b5 100%);
    border: none;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 30px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #f4e4b5 0%, #d4af37 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4);
}

/* 支付部分 */
.payment-section-wrapper {
    width: 700px;
    margin-top: 30px;
}


/* 支付金额显示 */
.payment-total {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.payment-label {
    font-family: 'syhtnor';
    font-size: 16px;
	color: #E0E0E0;
}

.payment-amount {
    font-family: 'KingHwaOldSong';
    font-size: 18px;
	margin-left: 14px;
    color: #E0E0E0;
}

.payment-amount span {
    font-size: 28px;
	color: #E0E0E0;
	font-family: 'KingHwaOldSong';
}

/* 立即支付按钮 */
.pay-now-btn {
	width: 132px;
	height: 42px;
	border-radius: 6px;
    background: #E0E0E0;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
	align-items: center;
    justify-content: center;
    margin: 0 0 47px;
}
.pay-now-btn span{
	font-family: 'KingHwaOldSong';
	font-size: 18px;
	color: #000000;
}

.pay-now-btn:hover {
    background: #FFFFFF;
    transform: translateY(-2px);
}

.pay-now-btn:active {
    transform: translateY(0);
}

/* 旧版支付部分隐藏 */
.payment-section {
    /*display: none;*/
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    margin-top: 30px;
}

.payment-section.active {
    display: block;
}

.payment-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}



.payment-methods {
    display: flex;
    gap: 15px;
    justify-content: center;
	margin: 47px 0;
}

.payment-method {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
    flex: 1;
	width: 338px;
	height: 40px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid transparent;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.payment-method-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}



.payment-method input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.payment-checkmark {
	width: 18px;
	height: 18px;
	border: 2px solid #333333;
	border-radius: 50%;
	margin-right: 14px;
	position: relative;
	transition: all 0.3s;
	background: transparent;
	flex-shrink: 0;
}

.payment-method input[type="radio"]:checked ~ .payment-checkmark {
	border-color: #E0E0E0;
}

.payment-method input[type="radio"]:checked ~ .payment-checkmark::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #E0E0E0;
}

.payment-method img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-right: 6px;
	flex-shrink: 0;
}

.payment-method:hover {
    border-color: #646464;
}

.payment-method-name {
	font-family: 'syhtnor';
    font-size: 16px;
	color: #E0E0E0;
}
