@media only screen and (max-width:767px){.hidden-xs-only{display:none!important}}@media only screen and (min-width:768px){.hidden-sm-and-up{display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.hidden-sm-only{display:none!important}}@media only screen and (max-width:991px){.hidden-sm-and-down{display:none!important}}@media only screen and (min-width:992px){.hidden-md-and-up{display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.hidden-md-only{display:none!important}}@media only screen and (max-width:1199px){.hidden-md-and-down{display:none!important}}@media only screen and (min-width:1200px){.hidden-lg-and-up{display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.hidden-lg-only{display:none!important}}@media only screen and (max-width:1919px){.hidden-lg-and-down{display:none!important}}@media only screen and (min-width:1920px){.hidden-xl-only{display:none!important}}
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-decoration: none;
	box-sizing: border-box;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
	color:#666;
	scroll-behavior: smooth;
}
div{
	position: relative;
}
[v-cloak]{
	display: none;
}
img{
	display: inline-block;
	max-width: 100%;
	vertical-align:middle;
}
img.block{
	width: 100%;
	display: block;
}
video{
	width: 100%;
	display: block;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex.start{
	justify-content: flex-start;
}
.flex-full{
	flex:1;
}
.flex-start{
	display: flex;
	align-items: flex-start;
}
.flex-start>*:nth-child(n+2){
	margin-left:40px;
}
.sp-btn{
	display: inline-block;
	width:200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:#e4007f;
	border-radius: 50px;
	color:#fff;
	cursor: pointer;
	transition:all .3s;
}
.sp-btn.theme{
	background:transparent;
	color:#cfa972;
	border:1px solid #cfa972;
}
.sp-btn.theme:hover{
	background:#cfa972;
	color:#fff;
}
.sp-btn.theme:active{
	background:#b98d4e;
	color:#fff;
}
.sp-btn:hover{
	background:#f3309d;
}
.sp-btn:active{
	background:#b30064;
}
.sp-inner-box{
	padding:10px;
}
.text-center{
	text-align: center!important;
}
.text-left{
	text-align: left!important;
}
.text-bold{
	font-weight: bold;
}
.animate-dom{
	opacity: 0;
}
.container {
	/* max-width: 1440px; */
	max-width: 1366px;
	padding:0 3%;
	margin: auto;
}
.banner-container{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 100%;
	margin: auto;
}
.banner-word {
	color: #fff;
	font-size: 60px;
}
.menu-box{
	position: fixed;
	left:0;
	top:0;
	z-index: 99;
	width: 100%;
	max-height: 0;
	color:#fff;
	overflow: hidden;
	transition: all .5s;
	background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0));
}
.menu-box.show{
	max-height: 500px;
	overflow: visible;
}
.menu-box.active{
	background:#fff;
}
.menu-box.active a,.menu-box.active i{
	color:#333;
}
.menu{
	height: 110px;
}
.menu a{
	display: block;
	height: 100%;
	line-height: 110px;
	color:#fff;
	font-size: 18px;
	padding:0 10px;
	transition: all .3s;
}
.menu-box .menu:hover>a,.menu.active>a{
	font-weight: bold;
	border-bottom: 4px solid #fff;
}
.menu-box.active .menu:hover>a,.menu-box.active .menu.active>a{
	border-bottom: 4px solid #e4007f;
	color:#e4007f;
}
.menu a:hover+.sub-menu , .sub-menu:hover{
	max-height:300px;
}
.sub-menu{
	max-height: 0;
	overflow: hidden;
	background:rgba(255,255,255,.8);
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
	transition:all .5s;
	border-radius: 0 0 8px 8px;
	overflow:hidden;
}
.sub-menu a{
	color:#666;
	text-align:center;
	line-height:2.5;
	cursor:pointer;
}
.sub-menu a:hover{
	color:#e4007f;
}
.sub-menu>*:nth-child(n+2){
	display: block;
	border-top:1px solid #ccc;
}
footer{
	background: linear-gradient(-45deg, #CFA972, #EAC48C);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding:70px 10px 40px;
}
.footer-menu-box{
	/* background:url(../sp-img/footer-bg.png); */
	background-size: contain;
	background-position: center;
}
.footer-menu-title{
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}
.footer-menu-box a{
	display: block;
	line-height: 36px;
	color: #666;
}
.footer-menu-box a.black{
	color:#000;
}
footer .info{
	padding: 46px 0 0;
	margin: 46px auto 0;
	border-top:1px solid #C29A5F;
}
footer .font-small{
	font-size:14px;
}
.swiper-container{
	--swiper-theme-color: #cfa972;
}
.link-box{
	position: fixed;
	top:50vh;
	transform: translateY(-50%);
	right:0;
	display: flex;
	flex-direction: column;
	z-index:999;
	color:#666;
}
.link-box>*{
	margin: 6px;
}
.link-cursor{
	cursor: pointer;
	transition: all .3s;
}
.link-cursor:hover{
	transform: scale(1.2);
}
.link-box-tel{
	font-size: 20px;
	line-height: 2;
	display: block;
	color:#666!important;
	font-weight:normal!important;
}
.link-field{
	margin-top: 10px;
}
.link-field-input{
	display: block;
	width: 100%;
	border:1px solid #ccc;
	border-radius: 4px;
	padding:6px 10px;
	outline: none;
	margin-top:4px;
	margin-left:0;
}
.link-popover{
	border-radius: 16px;
	padding:0;
	overflow:hidden;
	border:none;
	background:#fff;
}
.link-popover .el-icon-circle-close{
	cursor: pointer;
}

.jiankanmei{
	position: absolute;
	left:0;
	top:0;
	width:100%;
}
.jiankanmei>div{
	margin: 60px auto 0;
}
.jiankanmei a{
	width:240px;
	font-size: 30px;
	color:#666;
	margin-left:35px;
}
.jiankanmei .icon{
	width:89px;
	height: 89px;
	background:#D1AB74;
	border-radius:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: all .5s;
}
.jiankanmei a:hover .icon,.jiankanmei .icon:hover{
	opacity: 1;
	transform: scale(1.1);
}
.jiankanmei .pet{
	display: none;
}
.jiankanmei a:hover .pet,.jiankanmei a.active .pet{
	display: block;
}
.jiankanmei a:hover .pet+img,.jiankanmei a.active .pet+img{
	display: none;
}
.bag-menu{
	margin:20px 0;
	color:#ccc;
}
.bag-menu>*{
	margin:0 4px;
}
.bag-menu a{
	color:#666;
}
.bag-menu>*:last-child{
	color:#999;
}
