@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";

@font-face {
	font-family: 'Peach Crush';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../font/Peach_Crush.ttf') format('truetype');
}

body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	font-family: Poppins, Peach Crush, Roboto, SF Pro TC, SF Pro Text, PingFang TC, Noto Sans TC, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	font-family: Peach Crush, Roboto, SF Pro TC, SF Pro Text, PingFang TC, Noto Sans TC, sans-serif;
	font-size: 60px;
	line-height: 55px;
	letter-spacing: 1px;
}

p{
	font-size: 14px;
	line-height: 28px;

	word-wrap: break-word;
}


.wd1150 {
	width: 100%;
	max-width: 1150px;
	margin: auto;
}

/* 导航栏 */
.header {
	width: 100%;
	height: 100px;
	box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 15%);
	position: fixed;
	top: 0px;
	background: #fff;
	z-index: 10;
	display: flex;
}

.headerBox {
	display: flex;
	height: 100px;
	align-items: center;
	justify-content: space-between;
}

.logoBox {
	width: 16%;
	margin-left: 20px;
}

.logo {
	width: 100%;
	height: auto;
	max-width: 75px;
}

.nav {
	display: flex;
	width: 64%;
	justify-content: center;
}

.nav a {
	margin-right: 35px;
}

/* 导航按钮 */
.headerBtn {
	width: 20%;
	text-align: right;
	margin-right: 20px;
}

.headerLogin {
	border: 1px solid #000;
	padding: 10px 20px;
	border-radius: 5px;
	margin-left: 40px;
}

/* 展开及动效 */
.menuToggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	margin-right: 10px;
}

.menuToggle span {
	width: 25px;
	height: 3px;
	background-color: #000;
	margin: 5px 0;
	transition: all 0.3s ease;
}



/* 页面 */
.home1 {
	margin-top: 100px;
	width: 100%;
	height: calc(100vh - 100px);
	position: relative;
	color: #fff;
	display: flex;
	align-items: center;
}

/* 背景阴影 */
.home1_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 28.7%, rgba(0, 0, 0, 0.00) 66.11%);
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}



/* 背景图片 */
.home1_bgimg {
	background-image: url(/Public/theme/default/image/PSC_Home_1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}

.price1_bgimg {
	background-image: url(/Public/theme/default/image/price-bg-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}


/* 字 */
.home1Box {
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
	word-break: break-word;
	overflow-wrap: break-word;
	padding: 25px 0;


}

.home1Content {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	align-self: flex-start;
	

}

.home1Content p{
	margin-top: 25px;
	width: 100%;
	max-width: 500px;
}


.bgBtn {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-radius: 10px;
	border: none;
	margin-top: 35px;
	color: #000;
	background: #c9cf4c;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 700;
	margin-bottom: 10px;
}

.bgBtn:hover {
	color: #000;
	background: #fff;
}



.btn-line {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	border-radius: 10px;
	border: none;
	margin-top: 35px;
	color: #000;
	background: #fff;
	cursor: pointer;
	transition: 0.3s;
	font-weight: 700;
	border: 1px solid #000013;
}

.btn-line:hover {
	color: #fff;
	background: #000013;
}


.home5 {
	color: white;
	padding: 80px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: url('../image/index-3.jpg') left no-repeat;
	background-size: cover;
	position: relative;
}

.home5::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.home5>* {
	position: relative;
	z-index: 2;
}

.footer {
	background: #000013;
	padding: 65px 40px;
	color: #fff;
}

.footerBox {
	display: flex;
	max-width: 1200px;
	margin: auto;
}

.footerBox1 {
	display: flex;
	width: 65%;
}

.footerBox2 {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
}

.footerBox3 {
	display: flex;
	width: 13.333%;
	flex-direction: column;
}

.footerBox3 h6 {
	margin-bottom: 15px;
}

.footerBox3 a {
	margin-right: 2px;
}

.quick-links {
	margin-left: 10%;
	display: flex;
	width: 100%;
	flex-direction: column;
}

.quick-links-box {
	color: white;
	margin-left: 20px;
	padding: 20px 0px 0px 0px;
}

.footerBox a {
	color: #a0a0a0;
	text-decoration: none;
}



.leftBox{
	width: 100%;
	padding: 50px 0;
}

.leftBox-content{
	display: flex;
	align-items: center;
}

.leftBox-child-left,.leftBox-child-right,.rightBox-child-left,.rightBox-child-right{
	width: 50%;
}

.leftBox-child-left img{
	
	width: 90%;
	border-radius: 10px;
	margin-left: 10%;
}

.leftBox-child-right{
	display: flex;
	flex-direction: column;
	
	
}

.leftBox-div{
	display: flex;
	flex-direction: column;
	max-width: 60%;
	padding-left: 100px;

}


.colorW{
	color:#fff!important;
}

.colorB{
	color:#000!important;
}

.bgB{
	background:#000!important;
}
.bgW{
	background:#fff!important;
}

.rightBox{
	width: 100%;
	padding:50px 0;
}

.rightBox-content{
	display: flex;
	align-items: center;
}



.rightBox-child-right img{
	width: 90%;
	border-radius: 10px;
}

.rightBox-child-left{

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	

}

.rightBox-div{
	display: flex;
	flex-direction: column;
	

	max-width: 60%;
	padding-right: 100px;

}

.faq-main{
	width: 100%;
	max-width: 1200px;
	margin:180px auto 50px auto;
	min-height: 100vh;

}

.faq-main h1{
	font-size: 60px;
}

.faq-box{
	margin-top: 50px;
}

.faq-box h2{
	font-size: 32px;
}

.faq-child{
	margin-top: 25px;

}

.faq-title{
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #efefef;
	padding:25px 0;

}

.faq-title-text{
	font-size: 24px;
	font-weight: 700;
	width: 70%;
}

.faq-title-icon{
	font-size: 32px;

	border:1px solid #000;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
}

.faq-title div{
	width: 30%;
	display: flex;
	justify-content: flex-end;
}

.faq-content{
	margin-top: 35px;
	display: none;

}

.faq-content p{
	font-size: 15px;
	margin-bottom: 15px;
}

.contact-main{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	
	padding: 200px 0 50px 0;
}

.contact-box{
	display: flex;
}

.contact-l {
	width: 30%;
}

.contact-r{
	width: 70%;
}

.contact-l h1{
	margin-bottom: 35px;
}

.contact-l p{
	margin-top: 15px;
}

.contact-l-contact-box{
	margin-top: 55px;
}

.contact-l-contact{
	margin-top: 10px;
	font-size: 15px;
	display: flex;
}
.contact-l-contact div{
	width: 50%;
}


.contact-form-item{
	display: flex;
	flex-direction: column;
}

.contact-form-two{
	display: grid;
	grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contact-input,.layui-form-select .layui-input{
	border-radius: 5px;
	border:1px solid #999;
	margin-top: 5px;
	padding:8px 10px;
	background: #F5F5F5;
}




.contact-form-item label{
	font-size: 15px;
}

.contact-form-one{
	margin-top: 20px;
}

.contact-r form{
	width: 100%;
	max-width: 550px;
	margin: auto;
}

.contact-btn{
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#c9cf4c;
	background: #000013;
	border:none;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	margin-top: 15px;
}

.contact-map{
	background: #f5f1ee;
	padding:60px 0;
}

.contact-map-box{
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.contact-map-box h1{
	text-align: center;
}

.contact-map-box-flex{
	display: flex;
	margin-top: 50px;
	align-items: center;
}

.contact-map-l, .contact-map-r{
	width: 50%;
}

.contact-map-l img{
	width: 100%;
	border-radius: 5px;
}

.contact-map-r-content{
	width: 100%;
	max-width: 320px;
	margin: auto;

}

.contact-map-r-content h2{
	font-size: 24px;
	margin-bottom: 15px;
}


.price{
    width: 100vw;
    overflow: hidden;
    margin-top: 75px;
    
}

.price-bg-m{
	display: none;
}

.price-first{
    width: 100vw;
    display: flex;
}

.price-first-l{
    width: 50%;
}

.price-first-l img{
    width: 100%;
    object-fit: fill;
    
}

.price-first-r{
    width: 50%;
    color:#000;
    padding: 80px 0;
}


.price-first-r-title{
	display: flex;
	align-items: center;
	margin-top: 50px;
	font-size:  70px;
	font-family: 'Peach Crush';
}

.price-first-r-title img{
	width: 58px;
}



.price-first-title{
	font-family: 'Peach Crush';
	font-size: 70px;
}

.price-first-r-p{
	width: 100%;
	max-width: 550px;
	margin:10px 0;
}

.price-first-r-time{
	display: flex;
	width: 100%;
	max-width: 550px;
	margin:30px 0;
}

.price-first-r-time-l,.price-first-r-time-r{
	width: 50%;
	display: flex;
	flex-direction: column;
}


.price-first-r-time-title{
	margin-bottom: 5px;
	font-size: 16px;
}


.price-first-r-time-r span{
	margin-bottom: 5px;
}

.price-first-box{
	width: 100%;
	max-width: 550px;
	border:1px solid #000;
	padding: 15px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.price-first-box-child{
	display: flex;
	flex-direction: column;
	border-right: 1px solid #efefef;
	
	padding:10px ;
}

.price-first-box-child b{
	font-size: 15px;
	margin-bottom: 3px;
}

.price-first-box-child span{
	font-size: 15px;
}

.price-first-box-child-r{
	padding-left: 25px;
}


.price-first-equipment-title{
	font-weight: 700;
	font-size: 15px;
	margin:50px 0 10px 0;
}

.court-rental{
	font-size: 15px;
	letter-spacing: 2px;
}

