body {
	font-size: 12px;
	margin: 0;
}

button {
	cursor: pointer;
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none !important;
}

.swiper-button-next {
	right: 0 !important;
}

.swiper-button-prev {
	left: 0 !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	display: none;
}

input {
	outline: none;
	border-style: none;
	background: none;
}

button {
	border-style: none;
}

p {
	margin: 0;
}



/* 扫码登录 */
.tennis_login {
	background: url(材料/组%202.png) no-repeat;
	width: 100%;
	padding: 100px 95px;
}

.login_con {
	max-width: 1260px;
	width: 94%;
	margin: 0 auto;
}

.login_scan {
	width: 448px;
	height: 417px;
	background: #FFFFFF;
	border-radius: 15px;
	padding-top: 64px;
	margin-left: auto;
}

.login_scan p {
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #1573B8;
	text-align: center;
	line-height: 1;
}

.login_scan img {
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	background:
		linear-gradient(to bottom, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) left top no-repeat,
		linear-gradient(to right, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) left top no-repeat,
		linear-gradient(to bottom, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) right top no-repeat,
		linear-gradient(to left, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) right top no-repeat,
		linear-gradient(to top, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) left bottom no-repeat,
		linear-gradient(to right, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) left bottom no-repeat,
		linear-gradient(to top, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) right bottom no-repeat,
		linear-gradient(to left, #ADADAD 0px, #ADADAD 2px, transparent 3px, transparent 100%) right bottom no-repeat;
	background-size: 1.5rem 1.5rem;
	padding: 2px;
}

/* 场地预约 */
.tennis_banner {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tennis_banner p {
	position: absolute;
	font-size: 42px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
}

.reser_con {
	max-width: 1250px;
	width: 94%;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	top: -50px;
	padding: 45px 3.6%;
}

.reser_club {
	display: flex;
	align-items: center;
	position: relative;
	width: max-content;
}

.reser_club>p {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2D3236;
}

.select_silent {
	margin-left: 16px;
	width: 195px;
	height: 27px;
	background: #FFFFFF;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	padding-left: 17px;
	line-height: 27px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #888888;
}

.select_list {
	position: absolute;
	right: 0;
	width: 195px;
	top: 27px;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 7%);
	z-index: 2;
}

.select_option {
	height: 30px;
	background: #fff;
	line-height: 30px;
	padding-left: 18px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #888888;
	transition: 0.6s;
	cursor: pointer;
}

.select_option:hover {
	background: #1573B8;
	color: #fff;
}

.changdi_con {
	background: #FFFFFF;
	border: 1px solid #999999;
	width: 100%;
	padding: 57px 79px;
	margin-top: 36px;
	padding-top: 1px;
}

.changdi_title {
	height: 50px;
	background: #B4DA39;
	border-radius: 3px;
	width: 100%;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 60px;
}

.affirm_but {
	width: 192px;
	height: 39px;
	background: #1573B8;
	border-radius: 3px;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 39px;
	margin-top: 60px;
	cursor: pointer;
}

.changdi_items {
	display: flex;
	flex-wrap: wrap;
}

.changdi_item {
	width: calc((100% - 14.8%) / 5);
	margin-right: 3.7%;
	height: 29px;
	background: rgba(207, 207, 207, 0.5);
	border-radius: 3px;
	font-size: 15px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #2D3236;
	line-height: 29px;
	padding-left: 16px;
	margin-bottom: 14px;
	cursor: pointer;
}

.changdi_item.have,
.changdi_item.have:hover {
	background-color: rgba(21, 115, 184, 0.2);
}

.changdi_item.active {
	background-color: rgba(21, 115, 184, 0.2);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022080211502412037/cms/image/4783e980-6c3d-4ab2-94d4-7e8ce8a5c4ab.png);
}

.changdi_item:nth-child(5n) {
	margin-right: 0;
}

/* 结束 */




.reser_select {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.riqi-box {
	display: flex;
	align-items: center;
	margin-left: 30px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2D3236;
}

.date-select {
	position: relative;
	text-align: center;
	margin-left: 16px;
	width: 195px;
	height: 27px;
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	padding-left: 17px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #888888;
	color: #333;
	cursor: pointer;
}




.reser_select {
	display: flex;
	align-items: center;
}

.action-select {
	margin-left: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 40px;
	background: #fff;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #CCCCCC;
}

.empty-box {
	margin-top: 80px;
	min-height: 200px;
	line-height: 200px;
	padding-top: 0;
	text-align: center;
	color: #777;
	font-size: 16px;
}





/* 支付方式 */
.modal-pay-type {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}
.modal-pay-type.shown {
 display: block;   
}

.modal-pay-type-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-mask {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}

.modal-ctx {
	position: relative;
	z-index: 10;
	width: 650px;
	height: auto;
	min-height: 400px;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

.modal-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

.section-inputs {
	padding-left: 30px;
}
.input-box {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.input-label {
	min-width: 4em;
	font-size: 14px;
}
.input-val {

}
.input-val input {
	border: 1px solid #ddd;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
}

.section-title {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
}

.mingxi-title {
	display: flex;
	margin-top: 10px;
	border: 1px solid #E7E7E7;
	padding: 10px 0;
}

.mingxi-title-item {
	flex: 1;
	text-align: center;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #2D3236;
}


.mingxi-list {
	border: 1px solid #E7E7E7;
	border-top: none;
	margin-bottom: 40px;
}


.mingxi-cell {
	width: 100%;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #E7E7E7;
}

.mingxi-cell:last-child {
	border-bottom: none;
}

.mingxi-grid {
	flex: 1;
	text-align: center;
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #2D3236;
}


.huizong-box {
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
}

.huizong-text {}

.huizong-money {
	color: #1573B8;
	font-weight: bold;
}

.section-pay-items {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pay-item {
	width: 60px;
	height: 60px;
	margin: 0 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pay-item.active {
	border-color: #1573B8;
}


.pay-item img {
	width: 50px;
}

.modal-footer {
	margin-top: 40px;
}

.btn-pay {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #1573B8;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border: none;
	outline: none;
}

/* 支付方式 */

/* 微信支付 */
.modal-weixin {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
}



.modal-weixin-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-weixin-ctx {
	position: relative;
	z-index: 10;
	width: 350px;
	height: auto;
	min-height: 350px;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

.code-text {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.code-box {
	width: fit-content;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #666;
}

.weixin-code {}


.modal-weixin-close {
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}

/* 微信支付 */


@media screen and (max-width: 768px){
    .changdi_con{
        padding: 20px;
    }
    .changdi_title{
        margin-top: 0;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .changdi_item{
        width: calc((100% - 3.7%) / 2);
    }
    .changdi_item:nth-child(5n) {
        margin-right: 3.7%;
    }
    .changdi_item:nth-child(2n){
        margin-right: 0;
    }
    .affirm_but{
        margin-top: 20px;
    }
    .xndatepicker-input.icon-xndatepickerrili{
        margin-left: 0;
    }
    .riqi-box{
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .action-select{
        width: 100%;
        margin-left: 0;
    }
    .select-box,
    .xndatepicker-input.icon-xndatepickerrili{
        width: calc(100% - 100px);
    }
    .reser_club>p,.riqi-text{
        width: 100px;
    }
    .reser_club{
        width: 100%;
    }
    .modal-ctx{
        width: 94%;
        padding: 15px;
    }
}






















