/* 初始化 */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	height: 100%;
}
html{
	background-image: -moz-linear-gradient( 90deg, rgb(90,115,237) 0%, rgb(110,179,255) 100%) ;
  	background-image: -webkit-linear-gradient( 90deg, rgb(90,115,237) 0%, rgb(110,179,255) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(90,115,237) 0%, rgb(110,179,255) 100%);
}
body{
	background: url(../images/bg.png) top -30px center no-repeat;
	background-size: 100% auto;
	padding: 62px 0 64px 0;
}


/* 头部 */
.top{
	display: block;
	width: 100%;
	height: 62px;
	font-size: 14px;
	color: #333;
	line-height: 62px;
	text-align: right;
	padding-right: 20px;
	background: #fff url(../images/logo.png) 20px center no-repeat;
	background-size: auto 36px;
	border-bottom: 1px solid #ddd;
	position: fixed;
	top: 0;
	z-index: 999;
	overflow: hidden;
}
.top a{
	color: #333;
}

/*导航*/
.nav{
	width: 100%;
	height: 64px;
	background: #fff;
	position: fixed;
	padding: 10px 0;
	bottom: 0;
	z-index: 999;
	overflow: hidden;
}
.nav li{
	display: block;
	float: left;
	width: 50%;
	height: 44px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}
.nav li a{
	display: block;
	width: 100%;
	height: 44px;
	padding-top: 24px; 
	color: #333;
    overflow: hidden;
}
.icon_nav_reservation{
	width: 100%;
	height: 24px;
	background: #fff url(../images/icon_nav_reservation.png) top center no-repeat;
	background-size: auto 24px;
}
.icon_nav_reservation.action{
	background: #fff url(../images/icon_nav_reservation_hover.png) top center no-repeat;
	background-size: auto 24px;
}
.icon_nav_user{
	width: 100%;
	height: 24px;
	background: #fff url(../images/icon_nav_user.png) top center no-repeat;
	background-size: auto 24px;
}
.icon_nav_user.action{
	background: #fff url(../images/icon_nav_user_hover.png) top center no-repeat;
	background-size: auto 24px;
}

.footer{
	width: 100%;
	height: 36px;
	font-size: 10px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 64px;
	z-index: -1;
	overflow: hidden;
}
.footer a{
	color: #fff;
}

/* 主体 */
.main{
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	overflow: hidden;
}

/* 表单 */
.from{
	width: 100%;
	height: auto;
	padding-top: 120px;
}
.from .from_li{
	width: 100%;
	height: 54px;
	margin-bottom: 20px; 
	padding-left: 62px;
	border-radius: 5px;
	background-color: #fff; 
	box-shadow: 0px 0px 9px 0px rgba(90, 115, 237, 0.75);
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	overflow: hidden;
}
.from .from_li_input{
	width: 100%;
	height: 54px;
	font-size: 16px;
	line-height: 56px;
	color: #333;
	margin-bottom: 20px; 
	padding-left: 62px;
	border-radius: 5px;
	border: none;
	background-color: #fff; 
	box-shadow: 0px 0px 9px 0px rgba(90, 115, 237, 0.75);
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	overflow: hidden;
}
.from .from_li_select{
	width: 100%;
	height: 54px;
	font-size: 16px;
	line-height: 56px;
	color: #333;
	margin-bottom: 20px; 
	padding-left: 62px;
	border-radius: 5px;
	border: none;
	background-color: #fff; 
	box-shadow: 0px 0px 9px 0px rgba(90, 115, 237, 0.75);
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -webkit-appearance:none;
	-moz-appearance:none;
	appearance:none; /*去掉下拉箭头*/
	overflow: hidden;
}
.from .from_li.icon_address{
	background: #fff url(../images/icon_address.png) 17px center no-repeat;
	background-size: 28px;
}
.from .from_li_select.icon_time{
	background: #fff url(../images/icon_time.png) 17px center no-repeat;
	background-size: 28px;
}
.from .from_li_input.icon_phone{
	background: #fff url(../images/icon_phone.png) 17px center no-repeat;
	background-size: 28px;
}
.from .from_li_input.icon_user{
	background: #fff url(../images/icon_user.png) 17px center no-repeat;
	background-size: 28px;
}
.from .from_li_input.icon_idcard{
	background: #fff url(../images/icon_idcard.png) 17px center no-repeat;
	background-size: 28px;
}
.from .from_li dl{
	width: 100%;
	height: 54px;
	padding: 10px 0;
}
.from .from_li dl dt{
	width: 100%;
	height: 17px;
	font-size: 16px;
	line-height: 17px;
	color: #333;
}
.from .from_li dl dd{
	width: 100%;
	height: 17px;
	font-size: 12px;
	line-height: 17px;
	color: #999;
}
.from .from_btn{
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background-color: #f79c42;
	border-radius: 5px;
	border: none;
	margin-top: 10px;
	cursor: pointer;
}


/* 须知 */
.notice{
	width: 100%;
	height: 100%;
	padding-top: 20px;
	background-color: rgba(255, 255, 255, 0.98); 
	position: relative;
	overflow: auto;
}
.notice .notice_title{
	width: 100%;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.notice .notice_content{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 0 20px 120px 20px;
	overflow: hidden;
}
.notice .notice_content img{
	width: 100%;
	height: auto;
}
.notice .notice_bottom{
	width: 100%;
	height: 100px;
	padding: 20px;
	position: fixed;
	bottom: 64px;
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    background-color: #fff; 
	overflow: hidden;
}
.notice .notice_bottom .notice_btn{
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background-color: #5a73ed;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	overflow: hidden;
}

/* 提示 */
.tips{
	width: 100%;
	height: 100%;
	padding-top: 88px;
	background-color: rgba(255, 255, 255, 0.98); 
	position: relative;
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	overflow: hidden;
}
.tips .tips_icon{
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	overflow: hidden;
}
.tips .tips_icon.icon_success{
	background: #fff url(../images/icon_success.png) center no-repeat;
	background-size: 100px;
}
.tips .tips_icon.icon_fail{
	background: #fff url(../images/icon_fail.png) center no-repeat;
	background-size: 100px;
}
.tips .tips_title{
	width: 100%;
	height: 48px;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.tips .tips_btn{
	display: block;
	width: 50%;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background-color: #5a73ed;
	border-radius: 5px;
	border: none;
	margin: 80px auto 0 auto;
	cursor: pointer;
	overflow: hidden;
}
.tips_top{
	width: 100%;
	height: auto;
	min-height: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #c00;
	background: #fff;
	padding: 10px 10px;
	position: fixed;
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	overflow: hidden;
}

.box{
	width: 100%;
	height: 100%;
	padding: 0 0px 0 30px;
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	/*overflow: hidden;*/
}

/* 预约码 */
.reservation{
	width: 100%;
	height: 100%;
	padding: 80px 0 80px 0;
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	/*overflow: hidden;*/
}
.reservation .reservation_title{
	width: 100%;
	height: 48px;
	font-size: 24px;
	line-height: 48px;
	color: #fff;
	overflow: hidden;
}
.reservation .reservations{
	width: 100%;
	height: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.reservation .reservations .reservations_item{
	display:inline-block;
	width: 90%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9); 
	border-radius: 5px;
	margin-bottom: 20px;
	margin-right: 15px; 
	overflow: hidden;
}
.reservation .reservations .reservations_item:last-child{
	margin-right: 30px;
}
.reservation .reservations .reservations_item .reservations_item_info{
	width: 100%;
	height: auto;
	padding: 20px 20px 0px 20px;
	overflow: hidden;
}
.reservation .reservations .reservations_item .reservations_item_info .reservations_item_info_dl{
	float: left;
	width: 50%;
	height: 54px;
	margin-bottom: 20px;
	overflow: hidden;
}
.reservation .reservations .reservations_item .reservations_item_info .reservations_item_info_dl .reservations_item_info_dl_dt{
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
}
.reservation .reservations .reservations_item .reservations_item_info .reservations_item_info_dl .reservations_item_info_dl_dd{
	width: 100%;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.reservations_item_info_dl_dd_status1{
	float: left;
	color: #00cc33;
}
.reservations_item_info_dl_dd_status0, .reservations_item_info_dl_dd_status2{
	float: left;
	color: #fc8284;
}
.btn_cancel{
	width: auto;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	background-color: #fc8284;
	border-radius: 5px;
	padding: 0 10px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
}

.reservation .reservations .reservations_qrcode{
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 1); 
	border-radius: 5px;
	padding: 20px;
	box-sizing: border-box; 
    -webkit-box-sizing: border-box;
	overflow: hidden;
}
.reservation .reservations .reservations_qrcode .reservations_qrcode_title{
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: center;
	overflow: hidden;
}
.reservation .reservations .reservations_qrcode .reservations_qrcode_code{
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-align: center;
	overflow: hidden;
}
.reservation .reservations .reservations_qrcode .reservations_qrcode_img{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
}
.reservation .reservations .reservations_qrcode img{
	width: 100%;
	height: 100%;
}
.reservation .reservations .reservations_qrcode canvas{
	width: 100%;
	height: 100%;
	border: 10px solid #fff;
}