@charset "utf-8";
/* CSS Document */
body,ul{padding: 0;margin: 0;}
body{
	min-width: 1280px;
}
.clear{
	clear:both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width:0;
	height:0;
}


@media (max-width: 1200px){
	.navigation-inner{
		min-width: 974px;
	}
	.navigation-down .nav-down-menu{
		width: 1280px !important;
	}
	.navigation-up{
		width: 1280px;
	}
	.head-v3{
		width: 1280px !important;
	}
}
/*----top-list----*/
.head-v3{width: 100%; height: 100px;display: block;background-color: var(--header-bg)}
/* 深色主题下页头与 hero 同色，用 1px 霓虹淡边保留可辨识分界（白底群不加 border，零布局位移） */
[data-header="ink"] .head-v3{border-bottom: 1px solid var(--header-edge-color)}
.navigation-up{height:100px; width: 100%}
.navigation-inner{margin:0 auto; width: 70%; min-width:1122px;position:relative}

.navigation-up .navigation-v3{height: 100px; width: 100%;}
.navigation-up .navigation-v3 ul{float: left;margin: 0 auto;padding: 0; height: 100px;}
.navigation-up .navigation-v3 li {display: block;float: left;margin-right: 20px;}
.navigation-up .navigation-v3 li a.nav-select{display: block;font-size: 14px; font-family: 微软雅黑;color:#fff; height: 100px;line-height: 100px;}
.navigation-up .navigation-v3 li a.nav-select:hover{color:var(--color-accent-soft)}




.navigation-down{position:absolute;top: 100;left: 0; width:100%;z-index: 90;}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#fff;position:absolute;top:0px;height: 340px;}
.navigation-down .nav-down-menu .navigation-down-inner{margin:0 auto; width: 72%; min-width:1122px;position:relative;height: 340px}
.navigation-down .menu-1 dl{
	float:left;
	margin-top:25px;
	margin-right: 4%;
	margin-bottom: 45px;
	width: auto;
	min-width: 140px;
}
.navigation-down .menu-1 dt{font:normal 14px "微软雅黑";color:var(--color-accent-soft);padding-bottom:15px;border-bottom:1px solid var(--color-accent-soft);margin-bottom:15px; text-align: left}
.navigation-down .menu-1 dd{text-align: left; margin: 0 auto; width: 100%}
.navigation-down .menu-1 dd a{color:#fff;font:normal 14px "微软雅黑"; line-height: 25px; width: 100%}
.navigation-down .menu-1 dd a:hover{color:var(--color-accent-soft)}
/*----end top-list----*/



#user{
    height: 100px;
	line-height: 100px;
    position:absolute;
    top: 0;
	right: 0;
    float: right;
}
#user li{
    height: 100px;
	margin: 0;
    float: right;
    list-style: none;
    font-family: 微软雅黑;
    font-size: 12px;
    color: #fff;
}
#user li a{
	display: inline;
	padding: 5px 15px;
	border: 1px #fff solid;
	list-style: none;
	font-family: 微软雅黑;
	font-size: 12px;
	color: #fff;
}
#user li a:hover{
  color:var(--color-accent-soft);
	border: 1px var(--color-accent-soft) solid;
}

.triangle{
	width: 70%;
	min-width: 1122px;
	text-align: left;
}
#triangle-up{
	width: 0;
  height: 0;
	margin-top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--color-accent-soft);
	z-index: 1000;
}



.fix-list{
	z-index:2000;
	position:fixed;
	right:0;
	top:80%;
	margin-top:-91px;
	width:60px;
}
.dropdown_menu{
	position: relative;
	top: 0;
	display: none;
	z-index: 0;
	width: 99vw;
	height: 100vh;
	background-color: none !important;
}
.dropdown_menu_cont{
	position: absolute;
	width: 350px;
	top: -12px;
	left: 56%;
	background: white;
	margin-top: -26px;
	border: 1px solid #ddd;
	z-index: -2;
}

#dropdown-toggle{
	/* float: left; */
	margin-top: 35px;
	cursor: pointer;
	width: 26px;
}
.news-msg {
	display: inline-block;
	color: #fff;
	border-radius: var(--radius-xs);
	cursor: pointer;
	position: relative;
}
.msg-top{
	height: 40px;
	display: flex;
	justify-content: space-between;
	padding: 5px 35px 0 20px;
	border-bottom: 1px solid #eee;
}
/* 消息数量提示 */
.badges::after {
	/* 获取元素上自定义值，并赋予content */
	content: attr(data-value);
	/* 设置绝对定位 */
	position: absolute;
	/* 左右和上下的边距推荐使用padding
	 * 如果使用widt或者height来设定大小，很难去匹配文本的宽度，设置得太宽，也不好看
	*/
	display: inline-block;
	padding: 4px 3px;
	color: #fff;
	font-size: 0.1em;
	background-color: red;
	width: 14px;
	height: 11px;
	top: 30px;
	right: -2px;
	border-radius: 50%;
	pointer-events: none;

	text-align: center;
}

#msgTit{
	display: inline-block;
	color: grey;
	font-size: 14px;
	line-height: 30px;

}

.msg-logo{
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.all-msg{
	border-top: 1px solid #ddd;
	background: white;
	height: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.all-msg a{
	color: black;
}
#more{
	display: inline-block;
	margin: 0 auto;
}
.all-msg:hover{
	background: rgb(231, 231, 231);
	cursor: pointer;
}
#msgList li{
	float: none;
	margin: 0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.no-msg{
	border: none;
	line-height: 50px;
	color: #999;
}
#msgList li a{
	color: black;
}
#msgList{
	float: none;
	overflow-y: auto;
	/* height: 270px; */
	min-height: 50px;
}
.user-info-box{
	margin: 10px 20px 10px;
}
.user-info-msg{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.user-info-msg p{
	font-size: 14px;
}
.user-info-msg span{
	font-size: 14px;
	color: #999;
}
.user-cont-msg{
	text-align: left;
}
