body{ 
  width:100%;
  height:100%;
  min-width:1180px;
 }
*{
 margin:0px; 
 padding:0px;
 outline:none;
 font-family:"microsoft yahei";
 }
input,ul,li,a,span,img,h1,select,p,i,textarea,header{ 
  margin:0px; 
  padding:0px;
  border:none; 
  list-style:none;
  text-decoration:none;
}

.container{
 clear:both;
 width:auto;
 height:auto;
 overflow:hidden;
 min-height:100%;
}
.container .header{
 clear:both;
 width:1180px;
 height:36px;
 margin:0 auto;
 line-height:36px;
 background:#ffffff;
}
.container .header .menu,
.container .header .member
{
  width:auto;
  height:auto;
  overflow:hidden;
 
}
.container .header .menu{
  float:left;
}
.container .header .member{
 float:right;
}
.container .header li
{
  float:left;
  width:auto;
  height:auto;
  overflow:hidden;
  margin-right:10px;
}

.container .header .member li
{
	float:left;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-right:12px;
	background:url(/images/bg/back.png) no-repeat right center;
	margin-right:6px;
}


.container .header li:last-child{
 background:none;
 padding-right:0px;
 margin-right:0px;
}

.container .header .line{
  display:block;
  float:left;
  font-size:12px;
  color:#cccccc;
  font-family:"Microsoft Yahei";
}

.container .header .tit
{
  display:block;
  float:left;
  font-size:12px;
  color:#333333;
  font-family:"Microsoft Yahei";
}

.container .header li .tit:hover{
 color:#f10180;
}

.container .header .menu .link-bold{
	font-weight:bold;
	font-size:14px;
	font-family:"Microsoft Yahei";
}


.wechat-moments{
 cursor:pointer;
}

body .layer-wechat{
	background:transparent;
	box-shadow:none;
	border-radius:60px;
}

/*----------------------已登陆开始------------------*/
.HD04{
   width:auto;
   height:auto;
   float:right;
}
.HD04 .link,
.HD04 .userName,
.HD04 .ico,
.HD04 .tip
{
   display:block;
   float:left;
   color:#333;
   font-family:"宋体";
   font-size:12px;
   margin-right:10px;
}


.HD04 .ico{
	margin-top:11px;
}

.HD04 .tip{
 margin-right:4px;
 
}
.HD04 .ico{
  margin-right:2px;
}
.HD04 .userName{
 color:#f10180;
}
.HD04 a:hover{
 color:#f10180;
}
/*----------------------已登陆结束------------------*/

