body,html{
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体,SimSun, STXihei, "华文细黑", sans-serif;
	font-size: 16px;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}
body,html,.showArea{
	min-width: 1300px;
}
*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
#headImg{
	width: 100px;
	margin: auto;
	display: block;
}
.header{
	border-top: 1px solid #d9d9d9;
	font-size: 0;
	text-align: center;
}
.header li{
	list-style: none;
	display: inline-block;
	margin: 0 3%;
}
.header li a{
	text-decoration: none;
	color: #888888;
	font-size: 16px;
	line-height: 50px;
	display: block;
	padding: 0 25px;
}
.showWhichPageNow{
	border-top: 4px solid #8e8e8e;
	margin-top: -2px;
}	
#footer{
	display: block;
	width: 100%;
	margin: auto;
	/*margin-top: 45px;*/
	background: #e1e1e1;
	margin-bottom: 50px;
	font-size: 0;
}
#footer img{
	width: 100%;
	display: block;
}
#footer p{
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}
#footer p span{
	margin-left: 40px;
}
/*弹框样式*/
.showArea{
	position:fixed;
	bottom: 0;
	width: 100%;
	background: #666666;
	color: #b0b0b0;
	padding: 10px 0;
	text-align: center;
	/*禁止复制，防止多次点击span标签时浏览器自动全选*/
	-moz-user-select: -moz-none;  
   -khtml-user-select: none;  
   -webkit-user-select: none;  			  
   -ms-user-select: none;  
   user-select: none; 
}
.showArea input,.showArea select{
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
}
.showArea input{
	padding-left: 50px;
	width: 160px;
}
#remark{
	width: 250px;
}
.showArea select{
	padding-left: 50px;
	width: 140px;
}
.showArea option{
	display: block;
}
.showArea span{
	position: relative;
	display: inline-block;
}
.showArea span img{
	position: absolute;
	left: 15px;
	top: 5px;
	height: 25px;
	width: auto;
}
.showArea div span img{
	height: 28px;
    top: 4px;
}
#online{
	background: #ff0000;
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    color: white;
    margin-left: 5px;
}
#online:hover{
	cursor: pointer;
	opacity: 0.8;
}
/*新增预约信息弹出框样式*/
#gotoNextPage{
	clear: both;
	/*display: none;*/
	margin-top: 36px;
	text-align: center;
	color: white;
	background: #8e0202;
	width: 100%;
	font-size: 24px;
	line-height: 50px;
}
#gotoNextPage:hover{
	cursor: pointer;
	opacity: 0.8;
}
.showAreaT,#remindCenter{
	position:fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: rgba(0,0,0,0.6);
	z-index: 600;
	/*禁止复制，防止多次点击span标签时浏览器自动全选*/
	-moz-user-select: -moz-none;  
   -khtml-user-select: none;  
   -webkit-user-select: none;  			  
   -ms-user-select: none;  
   user-select: none; 
}
.showAreaWrapper{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;				
	
}
.showAreaInner{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 700px;
	height: 500px;
	background: white;
}
#wrapper{
	width: 600px;
	padding-top: 60px;				
	margin: auto;
}
#closeBtn{
	float: right;
    width: 35px;
}
#closeBtn:hover{
	cursor: pointer;
	opacity: 0.8;
}
.inputArea{				
	border: 1px solid black;
	border-radius: 10px;
}
.inputArea p,.inputArea > div{
	padding-left: 20px;
	line-height: 70px;
	border-bottom: 1px solid black;
}
.inputArea p:last-child{
	border: none;
}
.inputArea label{
	font-size: 16px;
}
.inputArea input{
	font-size: 16px;
	border: none;
	outline: none;
	padding-left: 10px;
}

.inputArea input{
	width: 76%;
}

#province{
	margin-left: 2%;
}
.inputArea > p > span:first-child,.inputArea > div > span:first-child{
	float: left;
					
}
.inputArea label{
	border-right: 1px solid grey;
    padding-right: 20px;
    line-height: 30px;
    display: inline-block;
}
.inputArea .remind{
	float: left;
	display: block;
	margin-top: -25px;
	width: 80%;
	line-height: 24px;
	font-size: 14px;
	color: #0094ff;
	padding-left: 103px;
}
.inputArea img{
	width: 35px;
	vertical-align: middle;
}

.center{
	text-align: center;
	font-weight: bold;
	font-size: 1.875rem;
	/*padding-bottom: 15rem;*/
	/*background: url(/dingzhi_ltshiyi/modules/ltbook/images/index_bg.png) no-repeat left bottom;
	background-size: 100%;*/
}
.center input{
	border: none;
	outline: none;
	background: #e2ad13;
	font-size: 1.875rem;
	border-radius: 10px;
	font-weight: bold;
}
.center input:hover{
	cursor: pointer;
	opacity: 0.8;
}
#onlineT{
	border-radius: 5px;
	line-height: 3.25rem;
	margin: 2rem auto 2.25rem;
	color: white !important;
	background: #cd3333;
	font-size: 26px;
	text-align: center;
}
#onlineT:hover{
	cursor: pointer;
	opacity: 0.8;
}
.checked{
	background: #cd3333;
	color: white !important;
}


.addBorder{
	border:1px solid #edd28b;
	padding-bottom: 2px;
	border-bottom: none;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.district{
	position: relative;
	display: inline-table;
	border-bottom: 1px solid #edd28b;
	line-height: 1.2rem;
	padding-bottom: 2px;
	padding-right: 40px;
	margin-left: 10px;
}
#showAreaDiv{
	display: none;
	position: absolute;
	z-index: 2;
	background: white;
	padding: 1%;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 97%;
	top: 22px;
	left: 0;
	border: 1px solid #edd28b;
	border-top: none;
}
#showAreaDiv span{
	font-size: 16px;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
}
#showAreaDiv span:hover{
	cursor: pointer;
	background: #cd3333;
	color: white;
}
.inputArea .button{
	font-size: 16px;				
	margin-right: 30px;
	background: white;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background: white;
	border-radius: 0;
}
.inputArea #areaT{
	margin-right: 0;
}
/*提示消息居中显示*/			
#remindCenter div{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 420px;
    height: 220px;
    background: white;
    margin: auto;
    line-height: 30px;
    font-size: 14px;
    text-align: center;			
}
#remindCenter h3{
	line-height: 50px;
	font-weight: normal;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	font-size: 16px;
}
#remindCenter div p{
	text-align: left;
	margin: 0 25px;
	color: #8a8687;
}
#remindCenter span{
	display: inline-block;
   	border: 1px solid #cd3333;
    color: #cd3333;
    position: absolute;
    bottom: 20px;
    border-radius: 5px;
    left: 180px;
    width: 100px;
    line-height: 35px;			
}
#remindCenter span:hover{
	cursor: pointer;
	opacity: 0.8;
}
#startDingZhi{
	color: white;
	border: 1px solid white;
	line-height: 45px;
	height: 45px;
	font-size: 20px;
	text-align: center;
	width: 200px;
}	
#startDingZhi:hover{
	cursor: pointer;
	opacity: 0.8;
}
#erweima{
	position: fixed;
	right: 0;
	top: 35%;
	width: 150px;
	z-index: 100;
	display: none;
}			