﻿body{
	width:100%;
	padding:0;
	margin:0;
}
h1,h2{
	font-weight: lighter;
}
p{
	font-family: "微软雅黑";
}
li{
	display: inline-block;
	margin:0;
	padding:0;
}
ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
a{
	color:black;
	text-decoration: none;
}
div{
	padding: 0;
	margin: 0;
}
.head .headBody{
	width:960px;
	height: 40px;
	margin:0 auto;
	position:relative;
}
.head{
	width: 100%;
	background-color: #232323;
	height: 40px;
	font-size: 14px;
}
.head a{
	color: #ffffff;
	font-family: "微软雅黑";
}
.head li{
	border-right-style: solid;
	border-width: 1px;
	border-color:#fff;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 16px;
	padding-right: 24px;
}
.head li:first-child{
	border-left-style: solid;
	border-color:#fff;
	padding-left: 24px;
}
.head .nav2{
	position:absolute;
	right: 0;
}
.head .nav1{
	position:absolute;
	left: 0;
}

/*登录表单*/
.login_form{
	padding: 10px;
	background: #fff;
	font: 16px/32px "微软雅黑";
	color: #777;
	font-weight: bold;
	position:relative!important;
}
.login_form div{padding: 5px 0px;}
.login_form span{
	display: inline-block;
	width: 60px;
}
.login_form input{
	width: 150px;
 	padding: 3px 10px; 
	border: 1px solid #ddd;
	font-size: 16px;
	font-family: "微软雅黑";
	
}
/*非独占型空间预约预约表单*/
.spacebook_form{
	padding: 10px 20px;
	background: #fff;
	font: 16px/25px "微软雅黑";
	color: #000;
	font-weight: bold;
}
 
.spacebook_form span{
	display: block;
	width: 100px;
}
.spacebook_form input,.spacebook_form textarea{
	/*width: 300px;*/
 	/*padding: 6px 10px; */
	border: 1px solid #666;
	font-size: 14px;
	font-family: "微软雅黑";
	vertical-align: top;
}
.spacebook_form textarea{height: 50px;}
.spacebook_form #book_member{height:35px;line-height: 35px;}
.spacebook_form #book_member input{width:150px;}
.spacebook_form #book_member a{display: inline-block; padding:auto 10px; font-weight:bold; width:auto;color: #fff;background: #009688;}
.spacebook_form #book_member_list{ }
.spacebook_form #book_member_list ul{max-width:324px;}
.spacebook_form #book_member_list li{
	width: 104px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	float: left;
	border: 1px solid #009688;
	margin-top:3px; 
	margin-right:2px; 
}
.spacebook_form #book_member_list li i{display: block;font-style: normal;text-align: center;}
.spacebook_form #book_member_list li i.mem-del{
	width: 20px;
	float: right;
	background: #009688;
	font-weight: bold;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .8;
	filter: alpha(opacity=80);
	cursor:pointer;
}
.spacebook_form #book_member_list li i.mem-name{
	float: left;
	width: 80px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.spacebook_form .book_file{
  
 
}
 
 
.spacebook_form .btns{
	height: 35px;
	line-height: 35px;
}
.spacebook_form #uploader-img{}
.spacebook_form .webuploader-pick{
	width:150px;
	height:35px;
	line-height: 35px;
	background: #009688;
	padding: 0px;
	font-size: 14px;
}
/*预约信息提示*/
.bookTipInfo{
	color: #333;
	font-size: 16px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.bookrule{
	max-width:1100px;
	max-height:350px;
	overflow-y:scroll;
}
.bookTipInfo p{line-height: 30px;}
@media (max-width: 768px)
{
    .bookTipInfo{ font-size:12px;}
    .bookTipInfo p{line-height:normal;}
}
