body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	color: #333;
	margin: 0;
	background: #fbfbfb;
	font-family: "微软雅黑";
}

a {
	color: #333;
	text-decoration: none
}

a:active,a:hover {
	color: #333;
	text-decoration: none
}

:focus {
	outline: 0
}

img {
	border-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul,dl {
	list-style: none
}

li {
	list-style: none
}

input,button {
	vertical-align: middle
}
.clear {
	display: block;
	height: 0;
	clear: both;
	content: "";
	overflow: hidden;
	visibility: hidden
}
/* 管理后台登录 */
.admin_head{
	width: 100%;
	height: 150px;
	background: #abb4af;
	color: #FFF;
	line-height: 150px;
	text-align: center;
	font-size: 36px;
}
.admin_login_box{
	width: 480px;
	margin: 50px auto;
	background: #ececec;
	padding: 20px;
}
.admin_login{
	background: #FFF;
	width: 420px;
	padding: 30px;
	color: #808e86;
}
.admin_login h2{
	text-align: center;
	font-size: 24px;
	letter-spacing: 30px;
	margin-bottom: 45px;
}
.admin_login ul li{
	height: 48px;
	line-height: 48px;
	margin-bottom: 40px;
}
.admin_login ul li span{
	display: block;
	float: left;
	width: 80px;
	font-size: 18px;
}
.admin_login ul li .input{
	width: 330px;
	height: 46px;
	border: 1px solid #9aafa6;
	background: #fbfbfb;
	text-indent: 10px;
	font-size: 18px;
	color: #828f88;
}
.admin_login ul li .cade_input{
	width: 180px;
}
.admin_login ul li img{
	position: absolute;
	border: 1px solid #9aafa6;
	margin-top: 2px;
	margin-left: 20px;
}
.ad_login_botton{
	width: 180px;
	height: 60px;
	background: #6c8f7b;
	border: none;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-left: 120px;
	cursor: pointer;
}
/* admin left */
.admin_left{
	width: 200px;
	height: 100%;
	background: #abb4af;
	position: fixed;
}
.logo_box{
	height: 45px;
	width: 200px;
	border-bottom:10px solid #6b8f7b;
}
.logo_box span{
	width: 180px;
	height: 55px;
	background: #6b8f7b;
	display: block;
	margin: 0 auto;
	line-height: 55px;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	position: absolute;
	top: 23px;
	left: 10px;
}
.left_box ul{
	padding: 0 30px;
	margin-top: 60px;
}
.left_box ul li{
	height: 39px;
	border-bottom: 1px solid #bbc0bd;
	line-height: 39px;
	text-align: center;
	background: url(../images/admin_menu_ico.png) no-repeat right;
}
.left_box ul li a{
	color: #FFF;
	width: 100%;
	height: 39px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.left_box ul li.admin_menu_top{
	border-top: 1px solid #bbc0bd;
}
/* admin right */
.admin_right_head{
	width: 100%;
	height: 97px;
}
.admin_right_menu{
	width: 100%;
	height: 45px;
	border-bottom: 10px solid #6b8f7b;
}
.admin_right_menu .menuleft{
	float: left;
	position: absolute;
	left: 57px;
	top: 27px;
}
.admin_right_menu .menuleft .dg{
	height: 40px;
	float: left;
	text-align: left;
	padding:0px 3px;
}

.admin_right_menu ul{
	float: right;
	position: absolute;
	right: 57px;
	top: 27px;
}
.admin_right_menu ul li{
	float: left;
	width: 65px;
	height: 40px;
	background: #6b8f7b;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
}
.admin_right_menu ul li a{
	color: #FFF;
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.admin_footer{
	width: 100%;
	height: 58px;
	color: #b8b7b7;
	line-height: 58px;
	text-indent: 40px;
}
.admin_footer span{
	width: 75px;
	height: 25px;
	background: #6b8f7b;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	text-indent: 0;
	margin-left: 10px;
}
.admin_footer span a{
	color: #FFF;
	display: block;
}
.admin_footer span.pass_edit{
	margin-right: 65px;
}
.admin_footer span.login_out{
	margin-left: 30px;
}
/* admin main */
.admin_main{
	margin: 20px;
	background: #ebeceb;
	padding: 15px;
}
.welcome_box{
	background: #FFF;
	border: 1px solid #cecece;
	padding: 10px;
}
.wel_text{
	font-size: 14px;
	color: #000;
}
.wel_text p{
	text-indent: 2em;
}
.bottom_border{
	 border-bottom: 1px dashed #6b8f7b;
}
.wel_msg{
	border: 1px solid #d6d6d6;
	margin:30px 20px;
	min-height: 240px;
	background: #fcfcfc;
}
.wel_msg h2{
	height: 50px;
	line-height: 50px;
	text-indent: 2em;
	color: #6b8f7b;
	font-size: 16px;
	border-bottom: 1px solid #d6d6d6;
}
.wel_msg p{
	text-indent: 2em;
	font-size: 14px;
}
/* 会员 */
.member_ser_box{
	width: 100%;
	height: 50px;
	background: #f6f6f6;
	margin-bottom: 15px;
	line-height: 50px;
	text-indent: 10px;
}
.member_ser_box .input{
	width: 96px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #CCC;
	margin-right: 5px;
	text-indent: 5px;
	position: relative;
	top: -1px;
}
.member_ser_box select{
	border: 1px solid #CCC;

	padding:6px 10px;
	margin-right: 5px;
}
.member_ser_box option{
	height: 25px;
	line-height: 25px;
	border: none;
}
.member_ser_botton{
	width: 52px;
	height: 32px;
	border: none;
	cursor: pointer;
	background: url(../images/member_botton.png) no-repeat;
	position: relative;
	top: -1px;
}
.member_list_box h2{
	color: #6b8f7b;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	text-indent: 25px;
	border-bottom: 1px solid #e4e4e4;
}
.member_list_box h2 span{
	height: 55px;
	float: right;
	display: inline-block;
	border-bottom: 4px solid #6b8f7b;
	margin-right: 40px;
	text-align: center;
	text-indent: 0px!important;
}
.member_list_box{
	background: #FFF;
	border: 1px solid #cecece;
}
.member_list_box h2 span a{
	color: #6b8f7b;
}
.member_list_box table td{
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px solid #e4e4e4;
	font-size: 16px;
}
.member_list_box table td a{
	padding: 0 5px;
}
.member_list_box table .table_title td{
	color: #6b8f7b;
	font-size: 18px;
}
/* page */
.page{
	height: 40px;
	line-height: 50px;
	color: #CCC;
	text-align: right;
	padding-right: 50px;
}
.page a{
	color: #CCC;
	padding: 0 10px;
}
.page span{
	padding: 0 10px;
}
/* 添加会员 */
.member_list_box ul li{
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #CCC;
}
.member_list_box ul li span{
	width: 115px;
	float: left;
	text-indent: 30px;
}
.member_list_box ul li .input{
	width: 280px;
	height: 28px;
	border: 1px solid #e6e5e5;
	background: #f2f4f2;
	float: left;
	margin-top: 10px;
	text-indent: 5px;
}
.member_list_box ul li select{
	border: 1px solid #e6e5e5;
	padding: 5px;
	background: #f2f4f2;
	margin-left: 0px;
}
.member_list_box ul li.botton_box{
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.add_botton{
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #6b8f7b;
	border: none;
	cursor: pointer;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 10px;
}
.info_box{
	height:100px!important;
	line-height: 100px!important;
}
.input_info{
	width: 480px!important;
	height: 80px!important;
}
.edit_body{
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
.edit_body td{
	height: 25px!important;
}
/* 联动组管理 */
.liandong_box{
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background: #FFF;
}
.liandong_box h2{
	height: 38px;
	line-height: 38px;
	background: #f5f5f5;
	font-size: 18px;
	color: #6b8f7b;
	text-indent: 25px;
}
.liandong_box ul{
	padding: 10px;
}
.liandong_box ul li{
	margin-bottom: 15px;
}
.liandong_box span{
	width: 78px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
}
.liandong_box .input1{
	width: 160px;
	height: 25px;
	border: 1px solid #CCC;
	background: #f7faf7;
}
.liandong_botton{
	background: #6b8f7b;
	color: #FFF;
	border: none;
	padding: 5px;
	margin-left: 15px;
	cursor: pointer;
}
