:root {
	--active-text: #9D6E0B;
	--main-text: #333;
	--gray-text: #999;

}

a{
	color: inherit;
}
a:focus, a:hover{
	color: inherit;
	text-decoration: none;
}

html,body,h3,p{
	margin: 0;
}
.yellowF{
	color: var(--active-text) !important;
}
.grayF{
	color: var(--gray-text);
}
.grayF2{
	color: #666;
}
.redF{
	color: #FF0000;
}
.size25{
	font-size: 25px;
}
.size20{
	font-size: 20px;
}
.size16{
	font-size: 16px;
}
.size12{
	font-size: 12px;
}
.size11{
	font-size: 11px;
}
.size10{
	font-size: 10px;
}
.bold{
	font-weight: bold;
}
.text-center{
	text-align: center;
}

.marginb6{
	margin-bottom: 6px;
}
.marginb10{
	margin-bottom: 10px;
}
.marginb20{
	margin-bottom: 20px;
}
.marginb30{
	margin-bottom: 30px;
}
.marginr10{
	margin-right: 10px;
}
.marginr20{
	margin-right: 20px;
}

/** S 文本行数限制 **/
.line-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.line-2 {
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	line-clamp: 2;
}

.line-3 {
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	line-clamp: 3;
}

.line-4 {
	-webkit-line-clamp: 4;
	-moz-line-clamp: 4;
	line-clamp: 4;
}

.line-5 {
	-webkit-line-clamp: 5;
	-moz-line-clamp: 5;
	line-clamp: 5;
}


.line-2,
.line-3,
.line-4,
.line-5 {
	overflow: hidden;
	/* word-break: break-all; */
	word-break: normal;
	text-overflow: ellipsis;
	display: -webkit-box; // 弹性伸缩盒
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical; // 设置伸缩盒子元素排列方式
	-moz-box-orient: vertical;
	box-orient: vertical;
	word-wrap: break-word;
}

.display{
	display: flex;
}
.displayA{
	display: flex;
	align-items: center;
}
.displayB {
	display: flex;
	justify-content: space-between;
}
.displayAB {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.displayAC {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.displayW {
	display: flex;
	flex-wrap: wrap;
}

.flex1{
	flex: 1;
}
.baseline{
	align-items: baseline;
}
.width100{
	width: 100%;
}
.yellowBtn,.grayBtn,.yellowBtn2{
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: linear-gradient( 90deg, #D3A644 0%, #9C6D08 100%);
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	border: none;
	display: inline-block;
}
.grayBtn{
	background: #F3F3F3;
	color: #000;
}
.yellowBtn2{
	background: #FFEBC0;
	color: #9C6D08;
}
.redDot{
	color: #FF1212;
	margin-right: 3px;
}

.notice-titleBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.notice-titleBox .notice-title {
	width: 100%;
	background-image: url(../img/logo2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding: 15px 0 0;
	box-sizing: border-box;
	font-size: 11px;
}
.notice-titleBox .notice-title h3 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.more-notice {
	font-size: 13px;
	color:  var(--active-text);
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.footer{
	background-color: #0D0D0E;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.footer .companyName{
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #42424F;
}
.footer-info{
	display: flex;
	justify-content: space-between;
	line-height: 1.8;
}

.footerMenu a{
	color: #5E5E68;
	line-height: 1.8;
}
.copyright{
	text-align: center;
	color: #5E5E68;
}

.rImg{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 35px;
	height: 35px;
}
.line{
	width: 50px;
	height: 1px;
	background-color: #DDDDDD;
}
.bottomBox{
	margin: 30px auto;
	width: fit-content;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.bottomTxt{
	margin: 0 12px;
	font-size: 12px;
	color: #999999;
}

.conWrapper{
	min-height: 45vh;
}

/* 会员预定 */
.racinglist .itemBox,.proxyquery .itemBox{
	width: calc(100% - 20px);
	background-color: #fff;
	box-shadow: 5px 0px 30px 0px #ECF0F3;
	border-radius: 20px;
	padding: 20px;
	margin:15px 10px;
	box-sizing: border-box;
	font-size: 13px;
}
.racinglist .itemBox .itemCon{
	display: grid;
	grid-template-columns: 30% 1fr;
	gap: 20px;
}
.racinglist .itemBox .itemFooter{
	color: #AF996A;
	font-size: 10px;
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 5px;
}
.racinglist .itemBox .itemFooter img{
	width: 18px;
	margin-right: 6px;
}
.racinglist .itemBox .itemFooter .reservationBtn{
	background-color: #FFF5D5;
	padding: 8px 10px;
	box-sizing: border-box;
	border-radius: 23px;
}

/* 代理查询 */
.proxyquery .topBarBox{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFF5D5;
	font-size: 11px;
	display: flex;
}
.proxyquery .topBarBox h3{
	font-size: 16px;
	font-weight: bold;
	color: #DD0B0B;
	margin-bottom: 5px;
}
.proxyquery .topBarBox .applyBtn{
	background-color: #000000;
	color: #fff;
	padding: 10px;
	border-radius: 20px;
	height: fit-content;
}
.searchBox{
	position: relative;
	width: 100%;
	padding: 15px 10px 10px;
	box-sizing: border-box;
}
.searchBox .ipt{
	background: #F3F3F3;
	border-radius: 25px;
	height: 45px;
	border: none;
	padding: 12px;
	box-sizing: border-box;
	width: 100%;
	padding-right: 90px;
}
.searchBox .searchBtn{
	width: 86px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: linear-gradient( 90deg, #D3A644 0%, #9C6D08 100%);
	border-radius: 25px;
	color: #fff;
	position: absolute;
	right: 10px;
	border: none;
	font-size: 14px;
}
.proxyquery .itemBox .itemCon{
	padding-bottom: 15px;
	border-bottom: 1px solid #DADADA;
	display: flex;
	justify-content: space-between;
}
.proxyquery .itemCon .adrBtn{
	border: none;
	background-color: #F3F3F3;
	border-radius: 15px;
	padding: 5px 10px;
}
.proxyquery .itemCon .adrBtn .adr{
	width: 10px;
}
.proxyquery .itemBox .itemFooter{
	padding-top: 15px;
}
.proxyquery .itemFooter .flex1{
	text-align: right;
}
.proxyquery .itemFooter .phone{
	width: 13px;
	margin-left: 5px;
}

/* 申请代理表单 */
.proxyform .conWrapper{
	padding: 15px;
	padding-top: 25px;
	box-shadow: 0px 5px 18px 0px rgba(102,102,102,0.1) inset;
	box-sizing: border-box;
}
/*修改会员资料*/
.memberinfo .conWrapper{
	padding: 15px;
	padding-top: 25px;
	box-shadow: 0px 5px 18px 0px rgba(102,102,102,0.1) inset;
	box-sizing: border-box;
}
.formClass .iptBox,.formClass .selectBox{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	background-color: #F3F3F3;
	border-radius: 25px;
	display: flex;
	margin-bottom: 10px;
	border: none;
}
.formClass .iptBox .ipt{
	flex: 1;
	padding-left: 10px;
	border: none;
	background: transparent;
}
.formClass .marginb20{
	margin-bottom: 25px;
}

.login .conWrapper,.register .conWrapper{
	padding: 20px;
	box-sizing: border-box;
}
.login .loginImg,.register .loginImg{
	width: 58%;
	display: block;
	margin:20px auto;
}
.codeBox{
	position: relative;
}
.codeBox .yellowBtn{
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}
.codeBox .ipt{
	padding-right: 90px;
}
input:focus-visible{
	outline: none;
}

/* 会员中心 */
.membercenter .topBox{
	width: 100%;
	height: 265px;
	background-image: url(/static/pigeon/img/hybar.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 0 -46px;
	box-sizing: border-box;
}
.membercenter .topCon{
	text-align: center;
	color: #fff;
	padding-top: 50px;
}
.membercenter .topBox .logo3Box{
	width: 90px;
	height: 90px;
	margin:0 auto 20px;
	position: relative;
}
.membercenter .topBox .pen{
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 25px;
	height: 25px;
}
.membercenter .conWrapper{
	margin-top: -35px;
	border-radius: 35px 35px 0 0;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
}
.membercenter .conWrapper .itemBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	box-sizing: border-box;
	width: calc(100% - 10px);
	margin: 10px 5px;
	background-color: #F6F6F6;
	border-radius: 30px;
	font-size: 12px;
	line-height: 1.5;
}

/* 预定查询 */
.myreservation .conWrapper{
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
}
.myreservation .conWrapper .item{
	padding: 15px 0px;
	box-sizing: border-box;
	width: 100%;
	display: grid;
	grid-template-columns: 60px 1fr 22%;
	gap: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.myreservation .item .yellowBtn2{
	font-size: 13px;
	height: 40px;
	line-height: 40px;
}

/* 预定表单 */
.reservation .conWrapper,.reservationview .conWrapper{
	padding: 12px 15px;
}
.reservation .formBoxClass{
	position: relative;
	padding-top: 10px;
}
.reservation .formBoxClass .tagBox{
	float: right;
	background-color: #FFF5D5;
	border-radius: 10px 10px 0 0;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 1px;
}
.formBoxClass .fileBox{
	width: 120px;
	height: 90px;
	position: relative;
	margin-top: 3px;
	position: relative;
}
.formBoxClass .fileIpt{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
}
.formBoxClass .upBox{
	width: 100%;
	height: 100%;
	color: #999999;
	font-size: 11px;
	text-align: center;
}
.formBoxClass .upBox .id4{
	width: 70px;
	display: block;
	margin: auto;
	margin-bottom: 3px;
}
.formBoxClass .closeImg{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 30px;
	height: 30px;
}
.reservation .formBoxClass .qrImgBox{
	width: 160px;
	padding: 5px;
	border: 1px solid #DADADA;
	text-align: center;
	font-size: 10px;
}


#previewImg{
	position: fixed;
	top: 20vh;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	width: 96%;
	display: none;
}
#previewImg.show{
	display: block;
}

/* 报名预定信息 */
.reservationview .formBoxClass .itemBox{
	display: flex;
	justify-content: space-between;
	text-align: right;
	color: #000;
	font-size: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
}
.reservationview .formBoxClass .itemBox .grayF{
	text-align: left;
	margin-right: 6px;
	color: var(--gray-text);
	font-weight: 400;
}

/* 预定名单查询 */
.allreserved .conWrapper{
	padding-top: 15px;
}
.tableBox .table>thead>tr>th{
	border-bottom: none;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	padding:8px 5px;
	font-size: 12px;
}


