@charset "utf-8";
/* CSS Document */

/*fontface*/


@font-face {
  font-family: "nexzhu";
  src: url(../fontface/nexzhu/blockdole.woff2) format("woff2"),
       url(../fontface/nexzhu/blockdole.woff) format("woff"),
       url(../fontface/nexzhu/blockdole.ttf) format("truetype"),
       url(../fontface/nexzhu/blockdole.eot) format("embedded-opentype"),
       url(../fontface/nexzhu/blockdole.svg) format("svg");
	   
}
/*论坛段落标题样式*/
.title-theme {
    position: relative;
	padding: 0em 0 0.1em 0.8em;
	color: #16b597;
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700;
}
.title-theme:before {
    position: absolute;
    content: '';
    width: 4px;
    background-color: #16b597;
    top: 10%;
    left: 2px;
    bottom: 10%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px var(--theme-color);
}
/*下拉菜单样式*/
/* 基本样式 */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none; /* 默认隐藏 */
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 66%);
  z-index: 1;
}

.dropdown-content a {
  padding: 5px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #e5e5e5;
}
/*提醒渐变背景*/
.remin_linear{
	color: white;
	width: 820px;
	height: 50px;
	background: linear-gradient(to right, #a855f7, #ec4899, #ef4444);
	border-radius: 4px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
}
.remin_linear p{
	line-height: 50px;
	margin-left: 10px;
	font-size: 14px;
	font-family: initial;
}
/*系列下拉菜单样式*/
.series_select{
	padding: 3px 8px 2px 8px;
    background-color: white;
}
