html{
	background: #F6F6F6;
	width: 100%;
	min-width: 1480px;
}
body{
	background: transparent;
}


.info{
	width: 1480px;
	margin: 0 auto;
	margin-top: 40px;
	display: flex;
	padding-bottom: 110px;
}

.info .member{
	width: 280px;
	height: 804px;
	background-color: #FFFFFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.info .member .top{
	width: 100%;
	height: 80px;
	/*border-bottom: 4px solid #f5f9fd;*/
	/*margin-bottom: 10px;*/
}
.info .member .tab-list{
	width: 100%;
	padding:  0 20px;
	border-top: 4px solid #f5f9fd;
}
.info .member .tab-list li{
	width: 240px;
	height: 80px;
	border-bottom: 1px solid #F6F6F6;
}
.info .member .tab-list li:nth-last-child(1){
	border-bottom: none;
}
.info .member .tab-list li a{
	height: 80px;
}
.info .member .tab-list li .text{
	margin-left: 12px;
}
.icon-right{
	width: 6px;
	height: 10px;
}

.info .right{
	width: 1180px;
	min-height: 804px;
	margin-left: 20px;
}
.info .right .top-info{
	width: 1180px;
	height: 200px;
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 5px;
	position: relative;
}

.info .right .top-info .active{
	width: 150px;
	height: 150px;
	position: relative;
}
.info .right .top-info .active >img{
	width: 100%;
	height: auto;
	display: block;
}
.info .right .top-info .active .is_vip{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}

.info .right .top-info .info1{
	height: 100%;
	padding: 13px 40px;
}

.info .right .top-info .info1 .code a{
	color: #005CA7;
	border: 1px solid #005CA7;
	border-radius: 5px;
	padding: 6px;
	font-size: 16px;
}

.info .right .top-info .flex-right{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translate(0,-50%);
	width: 140px;
	height: 36px;
	padding: 6px 13px;
	background: #215DA2;
	border-radius: 5px;
}
.info .right .top-info .flex-right a:hover {
	color: #FFFFFF;
}
.info .right .set{
	width: 1180px;
	margin-top: 33px;
	position: relative;
}

.info .right .set h4{
	width: 1180px;
	padding-left: 20px;
	position: relative;
}

.info .right .set h4::before{
	content: '';
	position: absolute;
	width: 4px;
	height: 20px;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-color: #215DA2;
}

/* 标签栏：横向排列按钮 */
.tab-header {
	display: flex;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #eee; /* 底部分割线 */
}

/* 标签按钮：通用样式 */
.tab-btn {
	padding: 8px 16px;
	border: none;
	background: none;
	cursor: pointer;
	position: relative; /* 用于定位下划线 */
}

/* 激活态标签：文字变蓝 + 底部下划线 */
.tab-btn.active {
	color: #0065FF;
}
/* 激活态下划线：宽度50%、居中、带弧度 */
.tab-btn.active::after {
	content: '';
	position: absolute;
	bottom: -1px; /* 与底部分割线重叠，避免出现双线 */
	left: 50%; /* 从父元素中间开始 */
	transform: translateX(-50%); /* 向左偏移自身50%，实现水平居中 */
	width: 50%; /* 宽度为标签的50% */
	height: 5px; /* 下划线高度 */
	background-color: #0065FF; /* 下划线颜色 */
	border-radius: 3px; /* 边角弧度，与高度一致更和谐 */
	transition: width 0.3s ease; /* 增加过渡动画，切换更平滑 */
}
.tab-btn:not(.active):hover {
	color: #0065FF;
}

.coupon-list{
	width: 100%;
	flex-wrap: wrap;
	
}
.info .right .set .set-list{
	width: 1180px;
	overflow-y: auto;
	margin-top: 33px;
}
.info .right .set .set-list li{
	margin-right: 130px;
	color: #666666;
}

.info .right .set .set-list li.focus{
	color: #215DA2;
}
.coupon-list{
	margin-top: 37px;
}
.coupon-item{
	margin-left: 20px;
	width: 280px;
	height: 240px;
	position: relative;
	margin-top: 20px;
}
.coupon-item:nth-child(4n+1){
	margin-left: 30px;
}

.coupon-item:nth-child(-n+4){
	margin-top: 0;
}
.start{
	background: url('../images/icon/coupon3.png') no-repeat center;
	background-size: 100% 100%;
}
.end{
	background: url('../images/icon/coupon4.png') no-repeat center;
	background-size: 100% 100%;
}
.coupon-item .bottom{
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	background: #0065FF;
	border-radius: 5px;
}

.coupon-name{
	color: #0065FF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 30px;
}

.coupon-name.gray{
	color: #A9A9A9;
}
.coupon-item .bottom.gray{
	background: #A9A9A9;
}

.end-time{
	text-align: center;
	color: #A9A9A9;
}

.rules{
	width: 50px;
	margin-left: 200px;
	color: #A9A9A9;
}

.coupon-up{
	height: 120px;
}

.coupon-down{
	height: 70px;
}

a:hover .text{
	color: #215DA2;
}

.coupon-item .bottom:hover, .coupon-item .rules:hover{
	cursor: pointer;
}
.tab-list .focus .text{
	color: #215DA2;
}
.coupon-box{
	padding-bottom: 120px;
}

/* 规则弹窗样式 */
.rule-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.modal-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.modal-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.modal-header {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-header h3 {
	margin: 0;
	font-size: 18px;
	color: #333;
}

.rule-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}

.rule-desc {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	margin-bottom: 3px;
}

.close-btn {
	font-size: 24px;
	cursor: pointer;
	color: #999;
}

.close-btn:hover {
	color: #333;
}

.modal-body {
	padding: 20px;
	max-height: 400px;
	overflow-y: auto;
}

.modal-footer {
	padding: 15px 20px;
	border-top: 1px solid #eee;
	text-align: center;
}

.confirm-btn {
	padding: 8px 20px;
	background: #2464AD;
	color: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.confirm-btn:hover {
	background: #1e5599;
}

/* 提示弹窗样式 */
.notice-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.notice-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.notice-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.notice-header {
	padding: 15px 20px;
	/*border-bottom: 1px solid #eee;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notice-header h3 {
	margin: 10px auto;
	font-size: 22px;
	color: #0065FF;
}

.notice-body {
	font-size: 18px;
	padding: 20px;
	height: 120px;
	display: flex;
	justify-content: center; /* 水平居中 */
	align-items: center; /* 垂直居中 */
	text-align: center; /* 可选：设置文本对齐方式，确保多行文本也水平居中 */
}

.notice-footer {
	padding: 15px 20px;
	/*border-top: 1px solid #eee;*/
	text-align: center;
}

.notice-confirm-btn {
	padding: 8px 20px;
	background: #0065FF;
	color: #fff;
	border: none;
	border-radius: 18px;
	cursor: pointer;
}

