/*公用*/
.font16{
	font-size: 16px !important;
}
.grey{
	color: #575757 !important;
	font-size: 16px;
	font-weight: normal;
}
.hui{
	color: #b9b9b9;
}
.font30{
	font-size: 30px;
}
.mt20{
	margin-top: -20px;
}
/*首页*/
.home_title{
	padding:30px 0;
	background: #212121;
	color: #fff;
	text-align:center;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight:600;
}
.home_content{
	border: 1px solid #d4d4d4;
	padding:22px;
	overflow: hidden;
	border-radius: 0px 0px 19px 19px;
}
.home_content img{
	vertical-align: middle;
}
.home_main{
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.home_main_list{
	text-align: left;
	overflow: hidden;
	font-size: 60px;
	font-weight: bold;
	margin-left:15px;
}
.home_main_line{
	text-align: center;
	overflow: hidden;
	flex-grow: 0;
	margin:10px 15px 0 15px;
}
.home_main_button{
	width: 190px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #0b0b0b;
	border-radius: 3px;
	text-align:center;
	font-size: 20px;
	margin: 20px auto;
	display: block;
	font-weight: 600;
	color: #0b0b0b;
}
.home_tab{
	overflow: hidden;
	display: flex;
	margin: 0 15%;
}
.home_tab_list{
	flex-grow: 1;
	margin: 0 30px;
}
.home_tab_link{
	height: 65px;
	line-height:65px;
	border-radius: 65px;
	border: 1px solid #e5e5e5;
	font-size: 20px;
	display: block;
	text-align:center;
	color: #151515;
	font-weight: 500;
}
.home_tab_link.active{
	background: #7729d8;
	color: #fff;
}
.home_taocan{
	border: 1px solid #d4d4d4;
	padding:35px 0;
	overflow: hidden;
	margin-top: 30px;
}
.home_taocan img{
	vertical-align: middle;
}
/*图册*/
.piture_button{
	margin: 40px auto;
	width: 210px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	background: #7729d8;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: block;
	font-weight: 500;
}
.piture_button:hover{
	color: #fff;
}
.box-icon-classic img{
	height: 60px;
}

/* Happy Hour Cards */
.hh-note{
	display: flex;
	align-items: center;
	font-size: 15px;
	color: #575757;
	margin-bottom: 16px;
}
.hh-note img{
	flex-shrink: 0;
	margin-right: 8px;
}
.hh-cards-row{
	display: flex;
	gap: 20px;
}
.hh-card{
	flex: 1;
	min-width: 0;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	box-shadow: 0 2px 14px rgba(0,0,0,0.07);
	background: #fff;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	mask-image: radial-gradient(white, black);
}
.hh-panel-banner{
	position: relative;
	line-height: 0;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}
.hh-banner-img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
	border-radius: 20px 20px 0 0;
}
.hh-panel-overlay{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 22px;
	right: 22px;
	display: flex;
	align-items: center;
	gap: 18px;
}
.hh-icon-box{
	background: #fff;
	border-radius: 14px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
.hh-icon-box img{
	width: 44px;
	height: 44px;
	object-fit: contain;
}
.hh-icon-box-night{
	background: rgba(255,255,255,0.18);
	border: 1.5px solid rgba(255,255,255,0.35);
	box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}
.hh-panel-text h3{
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 5px 0;
	line-height: 1.15;
}
.hh-panel-text p{
	color: #666;
	font-size: 15px;
	margin: 0;
}
.hh-panel-text-dark h3{
	color: #fff;
}
.hh-panel-text-dark p{
	color: rgba(255,255,255,0.8);
}
.hh-pricing{
	display: flex;
	align-items: stretch;
	background: #fff;
	padding: 28px 16px;
}
.hh-price-col {
    flex: 1;
    text-align: center;
    padding: 6px 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hh-price-divider{
	width: 1px;
	background: #e0e0e0;
	margin: 6px 0;
	flex-shrink: 0;
	align-self: stretch;
}
.hh-day-label{
	color: #888;
	font-size: 14px;
	margin: 0 0 12px 0;
	line-height: 1.4;
}
.hh-price{
	font-size: 56px;
	font-weight: 800;
	color: #111;
	line-height: 1;
	margin: 0;
}
.hh-dollar{
	font-size: 28px;
	font-weight: 700;
	vertical-align: top;
	margin-top: 10px;
	display: inline-block;
	line-height: 1;
}

/*手机端*/
@media screen and (max-width:991px){
	.rd-navbar-fixed .rd-navbar-brand img{
		width: 100px !important;
	}
	.text-svg{
		font-size:22px;
		word-break: break-all;
	}
	.bunner-content-modern h4{
		font-size: 20px;
	}
	.mobile_yincang{
		display: none !important; 
	}
	.mobile_ml0{
		margin-left: 0 !important;
	}
	.mobile_mt40{
		margin-top: 40px !important;
	}
	.home_main_list{
		width: 50%;
		text-align: left;
		overflow: hidden;
		font-size:46px !important;
		font-weight: bold;
		margin-left:0;
	}
	.mobile_mt5{
		margin-top:5px !important;
	}
	.home_title{
		font-size: 20px !important;
	}
	.font30{
		font-size: 20px !important;
	}
	.home_tab_list{
		margin:10px 0 !important;
	}
	.mobile_ml10{
		margin-left: 10px !important;
	}
	.mobile_mt0{
		margin-top: 0 !important;
	}
	.mobile_mr{
		margin: 10px !important;
	}
	.hh-cards-row{
		flex-direction: column;
		gap: 16px;
	}
	.hh-banner-img{
		height: 160px;
	}
	.hh-panel-overlay{
		left: 14px;
		right: 14px;
		gap: 12px;
	}
	.hh-icon-box{
		width: 58px;
		height: 58px;
	}
	.hh-icon-box img{
		width: 30px;
		height: 30px;
	}
	.hh-panel-text h3{
		font-size: 20px;
	}
	.hh-panel-text p{
		font-size: 13px;
	}
	.hh-price{
		font-size: 42px;
	}
	.hh-dollar{
		font-size: 22px;
		margin-top: 8px;
	}
	.hh-pricing{
		padding: 18px 8px;
	}
	.hh-day-label{
		font-size: 12px;
	}
	.hh-note{
		font-size: 13px;
	}
}

