* {
	margin: 0;
	padding: 0;
}

:root {
	--theme-color:#2299EE;
	--gray-color:#f2f2f2;
	--white-color:#fff;
	--ccc-color:#ccc;
	--text-color:#333;
	--text-color-6:#666;
	--text-color-9:#999;
	--space:24px;
	--rspace:1.5rem;
	--zspace:2.5rem;
	--width:0.88rem;
}
/* 1920 16
1680 16
1440 14
*/

html {
	/* 基调 1 rem = 16px */
	font-size: 12px;
	line-height: 1.4;
	font-family:PingFangSC-Semibold,PingFang SC,"微软雅黑";
}
.usenoselec{
	user-select: none;
}
input{

}
input::placeholder,
textarea::placeholder{
	color:#ccc;
}
.clear::after{
	display: block;
	content: " ";
	clear: both;
}
.img-gray,
.img-fit{
	background: #ccc;
}
.bggray{
	background-color:#FAFAFA;
}
/* 固定内容的宽度为1512px */
.wrapper-body{
	width: 1024px;
}
.empty_data{
    padding: 4rem 1rem 2rem;
    text-align: center;
    width: 100%;
	height: 100%;
	min-height: 20rem;
    color: #999;
	background-color: var(--white-color);
    box-sizing: border-box;
}
.banner-tab .empty_data{
	padding-top:1.5rem;
}
.service-base-left .empty_data{
	min-height: unset;
	height: auto;
	margin-top:1.5rem;
	padding-top: 2em;
}
.park_empty_data{
	padding-top:8rem;
	padding-bottom: 8rem;
}
.activity .empty_data,
.park-res-right .empty_data{
	box-shadow:0rem 0.5rem 1.5rem 0rem rgba(140,153,191,0.2);
}
.pla-import .empty_data{
    min-height: unset;
    height: auto;
    padding: 0;
    margin-top: -2em;
}
.park-res-right .empty_data img,
.enterprise-detail .empty_data img,
.des .empty_data img,
.pla-echarts .empty_data img,
.service-base-left .empty_data img{
    width: 9.13rem;
    height: 9.13rem;
    object-fit: cover;
}
.custom-center .empty_data img{
    width: 9.13rem;
    height: 9.13rem;
    object-fit: cover;
}
.banner-tab .empty_data img{
	width: 5.19rem;
	height: 5.19rem;
	object-fit: cover;
}
.pla-import .empty_data img{
	display: none;
	width: 2.19rem;
	height: 2.19rem;
	object-fit: cover;
}
.pla-import .empty_data > div{
	margin-top:0.3rem !important
}
.parks-activities .empty_data{
	display:flex;
	width: 18rem;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.parks-activities .empty_data img{
	width: 9.19rem;
	height: 9.19rem;
	object-fit: cover;
}
.empty_data ~ .swiper-pagination{
	display: none;
}
@media screen and (max-height: 700px){
	html{
		font-size: 10px;
	}
}
@media screen and (min-width: 1440px){
	html{
		font-size: 14px;
	}
	.wrapper-body{
		width: 1224px;
	}
}
@media screen and (min-width: 1680px){
	html{
		font-size: 16px;
	}
	.wrapper-body{
		width: 1224px;
	}
}
blockquote,body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
/* 链接没有任何效果 */
.normal-href,
.normal-href:hover,
.normal-href:active,
.normal-href:visited,
.normal-href:focus{
	color: inherit;
}
.hide{
	/* display: none !important; */
	/* opacity: 0; */
}
.texthide{
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cursor-pointer{
	cursor:pointer;
}
.custom-pointer {
	cursor: pointer;
}
.btn,button{
	background-color: unset;
	border: none;
	cursor: pointer;
}
.disable{
}
i,.normal-text{
	font-style: normal;
}
.size24{
	font-size:24px;
}
.size10{
	font-size:10px
}
.size0_75r{
	font-size:0.75rem
}
.size0_88r{
	font-size: 0.88rem;
}
.size1r{
	font-size: 1rem;
}
.size1_25r{
	font-size:1.25rem
}
.size1_3r{
	font-size:1.3rem
}
.size1_5r{
	font-size:1.5rem
}
.size2r{
	font-size:2rem;
}
.size2_38r{
	font-size:2.38rem;
}
.size3r{
	font-size:3rem;
}
.size3_16r{
	font-size: 3.16rem;
}
.size3_5r{
	font-size:3.5rem;
}
.size4r{
	font-size:4rem;
}
.size2r{
	font-size:2rem;
}
.size1_3r{
	font-size:1.3rem
}
.size1_6r{
	font-size:1.66rem
}
.size4_3r{
	font-size:4.33rem
}
.mar80{
	margin-top: 80px;
}
.marT2_5r{
	margin-top: 2.5rem;
}
.mar-nav-top{
	margin-top:9rem;
}
.mar-nav-top-2{
	margin-top:10rem;
}
/* 设置栅栏的间隔为24px */
.custom-space{
	margin:-12px
}

.custom-space>*{
	padding:12px
}

.primary {
	color :#2299EE !important;
}

.primary-bg {
	background-color:#2299EE !important;
}
.tcolor{
	color:#333;
}
.zcolor{
	color:#666;
}
.ccolor{
	color: #ccc;
}
.gray{
	color:#999;
}
.wcolor{
	color:#FF9843;
}
/* 测试栅格效果 */
.showRow {
	position: fixed;
	top: 0;
	z-index: 9999;
}
.disbe{
	display: flex;
	justify-content: space-between;
}
.dishide{
	display: none;
}




#rowsDemo > div > div {
	/* background-color: #D0021B; */
	/* opacity: 0.3; */
	/* height: 1.25rem; */
}

.mian,
.flex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.flex-row-wrap{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.layui-fluid{
	position:relative;
	margin:0 !important;
	padding:0 !important;
}

@media screen and (min-width: 769px) and (max-width:1512px){
}
/* 大屏:当屏幕尺寸大于1512时 */
@media screen and (min-width: 1512px) {
}
.theme-btn{
	display: block;
	width:8.63rem;
	/*padding: 0.75rem 0;*/
	/*border: 1px solid var(--ccc-color);*/
	color: #fff;
	background-color:#2299EE;
	cursor: pointer;
	box-sizing: border-box;
	height: 2.88rem;
}
.theme-btn:hover{
	border-color: transparent;
	background-color: #0A8DEB;
}
/* 导航 */
.navigation {
	width: 100%;
	left:0;
	background-color: rgba(7,33,51,0.5);
	position: fixed;
	top: 0;
	z-index: 10001;
}

.custom-center {
	display: flex;
    width: 100%;
	justify-content: center;
    margin-bottom: 2.5rem;
}

/* 个人中心 */
.personal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* 登录按钮 */
.personal button {
	width: 5rem;
	height: 2rem;
	border-radius: 1rem;
	border: none;
	color: #fff;
	font-size: 1rem;
}

.logo {
	display: flex;
	align-items: flex-end;
}

.logo img {
	height: 30rem;
	width: 20rem;
	object-fit: contain;
}

img[src=""]{
	opacity: 0
}
.logo span {
	margin-left: 1rem;
	font-size: 0.75rem;
	color: #fff;
}

.flexEnd {
	justify-content: flex-end;
}
.qrcode{
	background-color: rgba(242,242,242,1)
}
.bdred{
	border-color: red!important;
}