* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: '微软雅黑';
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	/* Firefox */
	-webkit-box-sizing: content-box;
	/* Safari */
}

a,
a:hover,
a:visited {
	text-decoration: none;
}

ul li,
ol li {
	list-style: none;
}

b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

img {
	vertical-align: top;
}

input,
select,
img {
	outline: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none !important;
	color: #333;
}

a:hover {
	color: #333;
}

a {
	cursor: pointer;
}

input {
	outline: none;
}

a,
input {
	-webkit-tap-highlight-color: transparent;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
body {
	font-size: 12px;
}

.maincon {
	width: 1200px;
	margin: 0 auto;
}.maincon {
	width: 1200px;
	margin: 0 auto;
}
/* 手机端弹窗 */
.successBox {
	background: #fff;
	height: calc(100vh - 155px);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 0.8rem;
	box-sizing: border-box;
}
.successBox img {
	width: 1.66rem;
	height: 1.66rem;
}
.successBox p {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 43px;
	margin: 0;
}
.successBox span {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
}
.footer-success {
	margin: 0 !important;
}
.successBtns {
	margin: 50px 0 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.successBtns a {
	width: 113px;
	height: 42px;
	display: inline-block;
	border-radius: 7px;
	border: 1px solid #0C4099;
	text-align: center;
	line-height: 42px;
	margin: 0 8px;
	font-size: 14px;
	font-weight: 500;
	color: #0C4099;
	box-sizing: border-box;
}
.successBtns a:last-child {
	color: #fff;
	background: #0C4099;
}
.hotelSelection_phone {
	flex: 1;
	width: 0 !important;
	display: inline-flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.hotelSelection_phone > div {
	width: 100% !important;
}
.hotelSelection_phone label {
	font-size: 12px;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin: 0 10px 0 0;
}
.hotelSelection_phone label:last-child {
	margin: 0;
}
.hotelSelection_phone label input {
	/* flex: 0 !important;
	width: 25px !important;
	height: 25px !important; */
	margin-right: 5px;
	/* border: 1px #000 solid !important; */
}
.layui-inline_phone {
	flex: 1;
	width: 0 !important;
}
.layui-inline_phone div{
	/* flex: 1; */
	width: 100% !important;
	margin-bottom: 10px;
}
.layui-inline_phone div input {
	width: 100% !important;
	flex: 0;
	padding-left: 0;
	height: auto;
}
.layui-laydate-header * {
	vertical-align: middle;
}
.hotelTips_phone {
	color: red;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.5;
}
.contact_phone {
	margin: 16px;
	background-color: #fff;
}
.contactTit_phone {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
	padding: 20px 0 20px 16px;
}
.form-box2 {
	min-height: 0 !important;
	padding-bottom: 0 !important;
}
.form-box2 .forum-cell:last-child {
	border-bottom: none !important;
}
.contactItem_phone {
	padding: 20px 0;
	margin: 0 16px;
	border-top: 1px solid #EDEDED;
}
.contactItem_phone p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	margin: 0;
}
.contactItem_phone p span {
	color: #0C4099;
}
.signup-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 33px;
}
.zbfPhone {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}