﻿:root{
	--background:#444;
	--on-background:#eee;
	--background-variant:#333;
	--on-background-variant:#ccc;
	--surface:#fff;
	--on-surface:rgba(0,0,0,.87);
	--on-surface-sub:rgba(0,0,0,.5);
	--surface-variant:#c5e6f9;
	--on-surface-variant:rgba(0,0,0,.87);
	--on-surface-variant-sub:rgba(0,0,0,.5);
	--primary:#00a0e9;
	--on-primary:#fff;
	--primary-variant:#91202e;
	--on-primary-variant:#ccc;
	--max-width:100%;
	--nav-height:64px;
	--nav-icon-size:56px;
}
*{box-sizing:border-box;}
html,body{
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}
body{
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
html{
	font-family:"Helvetica Neue", Helvetica, Arial, 微软雅黑, "Microsoft YaHei",华文黑体,STHeiti, 微软正黑体, "Microsoft JhengHei",宋体,  "Open Sans", sans-serif;
}
ul,li{
	list-style: none;
}
section{
	width: 100%;
}
img{
	border-radius: 3px;
	width: auto;
	max-width: 100%;
    height: 100%;
}
/* 头部navigator */
header{
	width: 100%;
	height: var(--nav-height);
	position: fixed;
    z-index: 2;
	background: #fff;
    box-shadow: 0 0 3px 0 rgba(214, 206, 206, 0.9);
}
.headerLeft, .headerRight{
	float: left;
	height: var(--nav-height);
	text-align: center;
}
.headerLeft{
	width: 80px;
	text-align: right;
}
.headerLogo{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 7px 0;
}
.headerRight{
	width: calc(100% - 80px);
}
.headerRight > a{
	text-decoration: none;
    color: #000;
    display: inline-block;
    font-size: 14px;
    width: 90px;
    margin: 19px 10px;
    text-align: center;
}

/* 非头部navigator */
main{
	overflow-x: hidden;
	overflow-y: auto;
	margin: auto;
	width: 100%;
	margin-top: var(--nav-height);
}
.longPic{
	height: 220px;
	background: url('../images/longPic.jpeg') no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
}

/* 欢迎 */
.welcome, .welcomeTitle, .welcomeDetail{
	width: 100%;
}
.welcomeTitle, .welcomeDetail{
	display: flex;
    justify-content: center;
}
.welcome{
	height: 400px;
}
.welcomeTitle{
	height: 160px;
	align-items: flex-end;
	font-size: 30px;
}
.welcomeDetail{
	height: calc(100% - 160px);
	color: #626262;
	font-weight: 300;
	font-size:18px;
}
.welcome_content{
	width: 47%;
	margin-bottom: 0;
}

/* 聚会 */
.party{
	height: 400px;
	display: flex;
	margin-bottom: 70px;
}
.party > div {
	width: 33.33%;
	height: 90%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.partyPic{
	align-items: flex-end !important;
}
.map{
	align-items: flex-start !important;
}
.partyPic > div{
	height: 100%;
}
.swiper-container {
	width: 400px;
	height: 100%;
	max-width: 400px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination-bullet{
	opacity: .7 !important;
	background: gray !important;
}
.swiper-pagination-bullet-active{
	background: blue !important;
	transform: scale(1.3)
}
.map > div{
	height: 100%;
}
.leftImg, .rightImg{
	width: 100%;
	height: 100%;
}
.partyTitle{
	font-size: 30px;
}
.partyDetail{
	color: #626262;
	text-align: left;
	line-height: 1.6;
}

/* 宠物 */
.pet{
	width: 100%;
	display: flex;
	height: 511px;
}

.petInner, .petImg{
	flex:1;
}
.petImg{
	background: url('../images/play.jpg') no-repeat;
	background-size: 90% 90% !important;
	background-position: 50% 50%;
}
.petInner{
	display: flex;
	justify-content: center;
	align-items: center;
}
.petTitle{
	font-size: 28px !important;
}
.petDetail{
	line-height: 1.5;
	color: #818181;
}
.petInner > div{
	width: 80%;
    height: 55%;
}

/* 品牌赞助 */
.brand{
	margin-bottom: 10px;
}
.brandInner{
	height: 370px;
	display: flex;
    align-items: center;
}

.brandInner > div{
	width: 50%;
	height: 30%;
	margin: 0 auto;
}
.brandTitle{
	font-size: 28px !important;
	text-align: center;
}

.brandDetail{
	width: 80%;
	height: 100px;
	line-height: 1.5;
    margin: 0 auto;
	color:#818181;
	font-size: 18px;
}
ul, li{
	height: 100%;
	margin: 0;
	padding: 0;
}
.brandImgInner{
	display: flex;
	padding: 0 5px;
}
.brandImgInner > li{
	flex:1;
	display: flex;
	justify-content: center;
}
.brandImg{
	max-width: 97%;
	height: auto;
	max-height: 300px;
}
.brandImgInner > li > img{
	max-width: 97%;
	/* height: 200px; */
	height: auto;
	max-height: 300px;
}

/* 媒体查询 */
@media screen and (min-width: 1920px) {
	.longPic{
		background-size: cover;
	}
}
@media screen and (max-width: 1058px) {
	.headerLeft{
		width: 100%;
		text-align: center;
	}
	.headerRight{
		display: none;
	}
	.longPic{
		height: 137px;
		background-size: cover;
	}
	
	.welcome{
		height: 360px;
	}
	.welcomeTitle{
		font-size: 26px;
		height: 100px;
	}
	.welcomeDetail{
		height: calc(100% - 100px);
	}
	.welcome_content > div{
		height: 60%;
	}

	.party{
		height: 1000px;
		margin-bottom: 0px;
		display: flex;
    	flex-direction: column;
	}
	.party > div{
		width: 100%;
		height: 70%;
	}
	.partyPic > div, .map > div{
		width: 99%;
	}
	.partyTitle{
		font-size: 26px;
	}
	.pet{
		background-position: 62% 11.15%;
	}
	.petInner > div {
		height: 83%;
	}
	.petTitle {
		font-size: 26px !important;
	}
	.petDetail {
		line-height: 1.3;
	}
	.petImg{
		background-size: 100% auto;
	}
	.brandInner > div {
		width: 64%;
		height: 76%;
	}
	.brandDetail{
		line-height: 1.3;
	}
	.brandImgInner > li > img {
		min-width: 90%;
		max-width: 93%;
	}
}