.banner{
	width: 100%;
	position: relative;
}
.banner img{
	display: block;
	width: 100%;
	height: 100%;
}
/*info*/
.info{
	display: table;
	width: 100%;
	border-top: 2px solid #CCC;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104, 126, 163, 1)), color-stop(100%, rgba(159, 161, 176, 1)));
	background: -webkit-linear-gradient(bottom, rgba(104, 126, 163, 1) 0%, rgba(159, 161, 176, 1) 100%);
	background: linear-gradient(bottom, rgba(104, 126, 163, 1) 0%, rgba(159, 161, 176, 1) 100%);
	color: #FFFFFF;
	padding: 12px 0 20px;
	overflow: hidden;
}
.info .info_on{
	display: table-cell;
	padding: 0 20px;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.info .info_on:first-child{
	border-right: 1px solid #DDD;
}
.info .info_on span{
	display: block;
	height: 2rem;
	line-height: 2rem;
	font-size: .9rem;
}
.info .info_on p{
	display: block;
}
.info .info_on p em{
	display: inline-block;
	width: 60%;
	padding: 0 15px;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	border: 1px solid #CCC;
	border-radius: 3px;
	margin-top: 5px;
}
/*公共抬头*/
.pubTit{
	height: 2rem;
	padding: 8px 10px;
	line-height: 2rem;
	font-size: 1.2rem;
	border-bottom: 1px solid #CCC;
	background: #FFF;
}
.mg-t-10{
	margin-top: 10px;
}
.pubTit h2{
	display: inline-block;
	float: left;
	height: 2rem;
	padding-left: 10px;
	position: relative;
}
.pubTit h2:after{
	display: block;
	content: " ";
	width: 3px;
	height: 1.2rem;
	background: #0063DC;
	position: absolute;
	left: 0;
	top: .4rem;
}
/*什么是定制旅行*/
.WHY-BOX{
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #FFF;
	overflow: hidden;
}
.WHY-BOX table{
	width: 100%;
}
.WHY-BOX table td{
	padding: 0;
	text-align: center;
}
.WHY-BOX table td em{
	display: block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	background: #2AC9C4;
	border-radius: 50%;
	text-align: center;
	margin: 5px auto;
}
.WHY-BOX table td i{
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.6rem;
	color: #777;
}
.WHY-BOX table td em i{
	font-size: 2.2rem;
	color: #FFF;
}
.WHY-BOX table td i.h-2rem{
	height: 2.5rem;
	line-height: 2.5rem;
}
/*定制特色*/
.TESE-BOX{
	width: 100%;
	height: auto;
	padding: 20px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
	background: linear-gradient(to bottom, #3987AD, #669FB2);
}
.TESE-BOX h3{
	height: 2rem;
	line-height: 2rem;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
}
.TESE-BOX p{
	line-height: 1.8rem;
	font-size: 1.1rem;
	color: #FFF;
	text-align: center;
}
.TESE-BOX .line{
	width: 100%;
	height: 2rem;
	margin: 10px 0;
	display: flex;
	display: -webkit-flex;
}
.TESE-BOX .line i{
	display: inline-block;
	width: 25%;
	height: 2rem;
	margin: 0 auto;
	text-align: center;
	line-height: 2rem;
	font-size: 1.8rem;
	color: #FFF;
}
.TESE-BOX .line span{
	display: inline-block;
	height: 2rem;
	flex: 1;
	-webkit-flex: 1;
	position: relative;
}
.TESE-BOX .line span:after{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 0;
}
/*开始定制*/
.DZ-BOX{
	width: 100%;
	padding: 12px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.DZ-BOX li{
	width: 100%;
	margin-top: 15px;
	padding: 0;
}
.DZ-BOX li label{
	width: 82px;
	display: inline-block;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 0.3px;
}
.DZ-BOX li label.letter{
	letter-spacing: 5px;
}
/*选项容器*/
.DZ-BOX li div.select{width:-webkit-calc(100% - 82px); width:-moz-calc(100% - 82px);  width:calc(100% - 82px); height: 32px; padding: 2px 0 1px; float: right; background: #FFF; overflow-x: scroll; overflow-y: hidden; white-space: nowrap; z-index: 1;}

.DZ-BOX li div.select::-webkit-scrollbar {/*滚动条整体样式*/
	width: 0;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 0;
}


.DZ-BOX li div.select span{display: inline-block; padding: 0 12px; margin-right: 10px; height: 30px; line-height: 30px; font-size: 14px; border: 1px solid #DDD; border-radius: 3px;}
.DZ-BOX li div.select span.cur{transition: border-color ease-out 1.2s; border-color: #4FB400; color: #4FB400; background: url(../images/cur.png) no-repeat right top;}

/*表单容器*/
.DZ-BOX li div.con{
	width:-webkit-calc(100% - 84px); 
	width:-moz-calc(100% - 84px); 
	width:calc(100% - 84px); 
	height: 33px;
	float: right;
	border: 1px solid #E5E5E5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.DZ-BOX li div.focus{border: 1px solid #A6E1F3; box-shadow: 0 0 12px #BAF7FF;}
.DZ-BOX li div.readonly{background: #F5F5F5;}
.DZ-BOX li div.con div.con_on{
	width: 100%;
	height: 33px;
}
.DZ-BOX li div.con div.con_on input{
	display: block;
	float: left;
	width: 65%;
	height: 33px;
	line-height: 33px;
	background: none;
	margin: 0;
	padding: 0 0 0 5px;
	border: 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.DZ-BOX li div.con_error{border: 1px solid #F40;}
.DZ-BOX li div.con div.con_on i{
	display: block;
	float: right;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 20px;
}
.DZ-BOX li div.con_error div.con_on i{color: #F40;}
.DZ-BOX li div.con div.con_on span.auth_btn{
	display: block;
	float: right;
	width: 65px;
	height: 23px;
	line-height: 23px;
	font-size: 13px;
	background: #0AAA96;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 5px 5px 5px 0;
	text-align: center;
	cursor: pointer;
}
.DZ-BOX li div.con div.con_on span.no_smsBtn{background: #999; color: #CCC;}
/*提交按钮*/
.DZ-BTN{
	height: 40px;
	padding: 5px 12px 15px 94px;
	background: #FFF;
}
.DZ-BTN button.submit{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;	
	background: #F60;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
}











