.w {
    width: 1300px;
    margin: 0 auto;
}
.head-top{
	width: 100%;
	background-color: rgba(255,255,255,1);
}
.html_head {
    margin: 0 auto;
    width: 1300px;
    /*border-bottom: 2px solid #f13434;*/
    background:rgba(255,255,255,1);
		/*border:1px solid rgba(235,235,235,1);*/
		position: relative;
}
.all-head{
	margin: 0 auto;
	min-width: 1366px;
	background: rgba(255,255,255,1);
	border: 1px solid rgba(235,235,235,1);
}
.head-company{
	height: 85px;
}
.head-company,.head-menu{
	width: 1200px;
	margin: 0 auto;
}
.head-content{
	width: 1200px;
	height: 50px;
	background-color: #ffffff;
	vertical-align: middle;
}
.twoCodeImg{
	cursor: pointer;
	 position: absolute;
	top: 28px;
	 right: -100px;
 }
.twoCodeImg:hover{
	transform: scale(1.4);
}
.w .navLi{
    /*position: absolute;
    bottom: 0px;*/
}
.logLi {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	right: 50px;
	bottom: 5px;
}
.logLi a{
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:22px;
}
.head-content>div{
	display: inline-block;
}
.head-logo{
	margin-top: 10px;
	margin-left: 135px;
}
.head-menu{
	margin-top: 15px;
	/*margin-left: 20px;*/
}
.head-menu .navLi{
	
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
}
.w ul, ol {
    margin: 0;
    padding: 0;
}
.head-menu .head-login,.head-menu .head-register{

}
.head-menu>div:hover{
	color: #f13434;
}
.head-menu .head-login-hr{
	position: relative;
	top: 2px;
	width: 1.18px;
	height: 11.18px;
	background-color: #e5e5e5;
	margin-left: 5px;
	margin-right: 5px;
}
.head-menu .head-home{
	margin-left: 310px;
}
.head-menu .head-menu-right{
	margin-right: 70px;
}
.head-menu .head-menu-right .head-order-msg{
position: absolute;
left: 46px;
top: -8px;
line-height: 11px;
font-size: 9px;
color:white;
font-size: 10px;
width: 11px;
height: 11px;
border-radius: 50%;
background-color:#f13434;
font-weight: normal;
text-align: center;
}

.topRight{
    position: absolute;
    top: 26px;
	right: 140px;
   
}
.topRightCode{
	position: absolute;
	top: 16px;
	right: 50px;
}
.topRight>div{
	display: inline-block;
}
.close-online{
	position: absolute;
	margin-left: 25px;
}


#timeout{
	z-index: 2000;
}


/* 我的信息 */
.message {
	display: none;
	margin-left: 100px;
	width: 314px;
	max-height: 416px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 16px 0px rgba(64, 74, 104, 0.51);
	border-radius: 4px;

	position: absolute;
	z-index: 111111;
	top: 154px;
	right: 0;
	transform: translateX(-40%);
	overflow: auto;

}

.message .message-content {
	width: 100%;
	height: 100%;
	padding: 15px;
}

/*消息头*/
.message .message-header {
	padding-bottom: 10px;
}


.message-header-left,
.message-header-right {
	display: inline-block;
	width: 138px;
}

.message-header-left *,
.message-header-right * {
	display: inline-block;
}

.message-header-left img {
	width: 19px;
	height: 19px;
}

.message-header-common {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
}

.message-header-left .message-header-aut-text {
	line-height: 21px;
	margin-left: 5px;
}

.message-header-right .message-header-aut-text {
	line-height: 18px;
	margin-right: 5px;
}

.message-header-right img {
	width: 16px;
	height: 15px;
}

.message-item,
.message-botter {
	border-top: #EFEFEF solid 1px;
	padding-top: 13px;
	cursor: pointer;

}

.message-item p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.message-item p:nth-child(1) {
	font-size: 13px;
	line-height: 15px;
	color: #555555;
	font-weight: bold;
}

.message-item span {
	font-size: 12px;
	line-height: 15px;
	color: #888888;
}

.message-botter {
	color: #555555;
	font-size: 13px;
}

.message-item p:hover,
.message-botter p:hover {
	color: red;
}
