.content {
  width: 1200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
  outline: 0;
	color: #333 !important;
}
a {
	text-decoration: none !important;
	outline: 0;
	color: #333 ;
  cursor: pointer;
}
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0;
	text-shadow: none;
	vertical-align: middle;
	border-radius: 0px;
	appearance: none;
	-webkit-appearance: none;
	padding:0 !important;
}
input::-webkit-input-placeholder{
	color: #B1B1B1 ;
}
.f-16 {
  font-size: 16px !important;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-15 {
  margin-bottom: 15px;
}
dl {
  margin-bottom: 0;
}
.Crumbs ul {
  /*margin-bottom: 36px;*/
}
h3.title,h1.title {
  font-size: 44px;
  font-family: SourceHanSansTC-Regular-, SourceHanSansTC-Regular;
  font-weight: normal;
  color: #000028;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
h3.title span,h1.title span {
  font-size: 22px;
  font-family: SourceHanSansTC-Regular-, SourceHanSansTC-Regular;
  font-weight: normal;
  color: #000028;
  line-height: 16px;
  letter-spacing: 0;
}
.wrap .bbs {
  /* display: flex; */
}
.wrap .bbs .bbs-left {
  /* flex: 1; */
  float: left;
  width: 880px;
}
.wrap .bbs .bbs-left .bbs-imgs,.wrap .bbs .bbs-left .bbs-imgs img{
  width:100%;
  /* height:300px; */
  /* border:1px solid #12a5a8; */
}
.result-menu{
	width: 210px;
	padding: 10px 20px;
	/*margin-top: 10px;*/
	border: 1px solid #E3EBEE;
  border-radius: 4px;
	float: left;
  background-color: #fff;

}
.result-menu > h6{
	font-size: 14px;
  color: #252525;
	position: inherit;
	font-weight: bold;
	margin: 16px 0 12px 0;
	overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
  width: 130px;/*不允许出现半汉字截断*/
	display: block;
	padding-left: 18px;
	cursor: pointer;
}
.result-menu > .show{
	background: url("/club/bbs/newedition/img/reduce.png") no-repeat left center;
}
.result-menu > .hideMenu{
	background: url("/club/bbs/newedition/img/plus.png") no-repeat left center;
}
.result-menu > ul > li > a{
	font-size: 12px;
	line-height: 24px;
	/*overflow: hidden;*/ /*自动隐藏文字*/
  /*text-overflow: ellipsis;*//*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
  /*width: 130px;*//*不允许出现半汉字截断*/
	display: block;
	background: url("/club/bbs/newedition/img/right.png") no-repeat 4px center;
	padding-left: 20px;
}
	.result-menu > ul > li > a > span {
		display: inline-block;
		overflow: hidden;
		max-width: 94%;
		text-overflow: ellipsis;
		vertical-align: middle;
	}
.result-menu a:hover{
	color: #05A0A3 !important;
}
.result-menu > ul > li{
	position:relative;
}
.result-menu > ul > li:hover{
	background: #F2F6F8;
	z-index: 3;
}
.result-menu > ul > li:hover > a{
	/*width:284px;*/
  
	background-color: #F2F6F8;
}
.result-menu > ul > li:hover > .left-menu{
	display:block;
}
.left-menu{
	background: #F2F6F8;
	position: absolute;
	z-index: 2;
	padding:4px 16px 10px 16px;
	border-radius: 4px;
	left: 130px;
	top: 24px;
	display: none;
	min-width: 155px;
}
.left-menu > li > a{
  font-size: 12px;
	padding:6px 0;
	display: inline-block;
}



.wrap .bbs .bbs-right {
  width: 300px;
  float: right;
}
	.wrap .bbs .bbs-right .bbs-right-ad {
		background: url(/club/bbs/newedition/img/r-bg.png) no-repeat center top;
		background-size: 100% 100%;
		height: 300px;
		padding: 30px 20px;
		/*margin-bottom: 9px;*/
		position: relative;
	}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-top {
  border-bottom: 1px dashed #fff;
  height: 92px;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-top h3 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 22px;
  margin-bottom: 6px;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-top h3 span {
  float: right;
  font-size: 12px;
  font-weight: 400;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-top h3 span a{
  color:#fff !important;
}
	.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-top p {
		font-size: 12px;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-weight: 400;
		color: #ffffff;
		float: right;
		line-height: 22px;
	}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-btm.bbs-no-login {
  padding-top: 24px;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h3 {
  padding-left: 66px;
  font-size: 16px;
  font-family: Alibaba PuHuiTi -103 Heavy, Alibaba PuHuiTi 20;
  font-weight: normal;
  color: #ffffff !important;
  margin: 0 auto;
  line-height: 26px;
  margin-bottom: 16px;
  position: relative;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h3 span {
  font-size: 26px;
  color: #ffe48b;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h3 i {
  position: relative;
  top: 2px;
  font-size: 18px;
  color:#fff !important;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h4 {
  font-size: 16px;
  font-family: Alibaba PuHuiTi -103 Heavy, Alibaba PuHuiTi 20;
  font-weight: normal;
  color: #ffffff !important;
  line-height: 24px;
  text-align: center;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-btm.bbs-no-login h4 span {
  font-size: 20px;
  color: #ffe48b;
}
.wrap .bbs .bbs-right .bbs-right-ad .bbs-right-ad-btm.bbs-no-login p {
  font-size: 16px;
  font-family: Alibaba PuHuiTi -53 Regular, Alibaba PuHuiTi 20;
  font-weight: normal;
  color: #ffffff !important;
  line-height: 22px;
  text-align: center;
}
	.wrap .bbs .bbs-right .bbs-right-forum {
		background: url(/club/bbs/newedition/img/forum-bg.png) no-repeat center top;
		background-size: 100% 100%;
		height: 240px;
		padding: 20px;
	}
.wrap .bbs .bbs-right .bbs-right-forum h3 {
  font-size: 16px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600!important;
  color: #333353 !important;
  margin-bottom: 14px;
  line-height: 22px;
}
		.wrap .bbs .bbs-right .bbs-right-forum p {
			font-size: 14px;
			font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
			font-weight: 400;
			line-height: 26px;
			/*margin-bottom: 20px;*/
			margin: 10px;
		}
.wrap .bbs .bbs-right .bbs-right-forum p span {
  color: #ff9000;
}
.wrap .bbs .bbs-right .bbs-right-forum b {
  font-weight: normal;
  color: #0087be;
  cursor: pointer;
}
		.wrap .bbs .bbs-right .bbs-right-forum a {
			height: 43px;
			line-height: 43px;
			background: linear-gradient(135deg, #ffb203 0%, #ff7f00 100%);
			border-radius: 22px 22px 22px 22px;
			opacity: 1;
			display: block;
			font-size: 16px;
			font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
			font-weight: 400;
			color: #ffffff !important;
			text-align: center;
		}
	.wrap .bbs .bbs-right .bbs-right-forum  a > img {
		margin-right: 3px;
		font-size: 18px;
		position: relative;
		top: -2px;
	}
.wrap .bbs .bbs-right .bbs-hot-colum {
  width: 300px;
  height: 343px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #eaeaea;
  padding: 20px;
}
.wrap .bbs .bbs-right .bbs-hot-colum h3 {
  font-size: 16px;
  font-weight: 600 !important;
  font-family: PingFang SC-Semibold, PingFang SC;
  color: #333353 !important;
  margin-bottom: 3px;
}
.wrap .bbs .bbs-right .bbs-hot-colum h3 span {
  font-size: 12px;
  font-weight: 400;
  color: #0087be;
  float: right;
  cursor: pointer;
}
.wrap .bbs .bbs-right .bbs-hot-colum ul li {
  position: relative;
  padding-top: 10px;
  padding-left: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
	.wrap .bbs .bbs-right .bbs-hot-colum ul li span {
		position: absolute;
		left: 0;
		top: 20px;
		width: 19px;
		height: 23px;
		background: url(/club/bbs/newedition/img/hot-bg.png) no-repeat center top;
		background-size: 100% 100%;
		text-align: center;
		line-height: 26px;
		color: #fff;
		font-size: 14px;
	}
		.wrap .bbs .bbs-right .bbs-hot-colum ul li span.hot-bg-grey {
			background: url(/club/bbs/newedition/img/hot-bg-grey.png) no-repeat center top;
			background-size: 100% 100%;
		}
.wrap .bbs .bbs-right .bbs-hot-colum ul li dl {
  display: flex;
}
.wrap .bbs .bbs-right .bbs-hot-colum ul li dl dt {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  margin-right: 20px;
  border: 1px solid #0087be;
  overflow: hidden;
}
.wrap .bbs .bbs-right .bbs-hot-colum ul li dl dt>img {
  width: 50px;
  height: 50px;
}
.wrap .bbs .bbs-right .bbs-hot-colum ul li dl dd {
  padding-top: 5px;
}
	.wrap .bbs .bbs-right .bbs-hot-colum ul li dl dd h4 {
		font-size: 14px;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-weight: 400;
		color: #000028;
		margin-bottom: 2px;
		width: 145px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
/* .overText{
  display: inline-block;
  width:520px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
} */
	.wrap .bbs .bbs-right .bbs-hot-colum ul li dl dd p {
		font-size: 12px;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-weight: 400;
		color: #737386;
	}
.wrap .bbs .bbs-right .bbs-hot-colum ul li dl dd p strong {
  color: #0087be;
}
.wrap .bbs .bbs-right .rank {
  background-color: #fff;
  padding: 25px 20px;
  height:844px;
}
.wrap .bbs .bbs-right .rank .rank-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
}
.wrap .bbs .bbs-right .rank .rank-sort > p {
  font-size: 14px;
  color: #3c3c3c;
  height: 32px;
  line-height: 32px;
  margin: 0;
  float: left;
  width: 33.333%;
  text-align: center;
  cursor: pointer;
}
.wrap .bbs .bbs-right .rank .rank-sort > p:hover {
  /* color: #12a5a8; */
}
.wrap .bbs .bbs-right .rank .rank-sort .choose {
  background: #00ACC7;
  color: #fff !important;
}
.wrap .bbs .bbs-right .rank > ul > li {
  margin: 0;
  padding:10px 0 10px 0;
  border-bottom: 1px solid #ebebeb;
  display: flex;
}

.wrap .bbs .bbs-right .rank > ul > li .NO_1 {
  background: url("/club/bbs/newedition/img/first.f968019@2x.png") no-repeat;
}
.wrap .bbs .bbs-right .rank > ul > li .NO_1 img{
  border-radius: 25px;
	width: 42px;
	height: 42px;
	margin: 15px 0 0 3px;
}

	.wrap .bbs .bbs-right .rank > ul > li .NO_2 > span, .wrap .bbs .bbs-right .rank > ul > li .NO_3 > span {
		position: absolute;
		left: 5px;
		top: 10px;
		width: 26px;
		height: 39px;
		background: url(/club/bbs/newedition/img/num_2.png) no-repeat center top;
		background-size: 100% 100%;
		text-align: center;
		line-height: 50px;
		color: #fff;
		font-size: 14px;
	}
	.wrap .bbs .bbs-right .rank > ul > li .NO_3 > span {
		background: url(/club/bbs/newedition/img/num3.png) no-repeat center top;
		background-size: 100% 100%;
	}
.wrap .bbs .bbs-right .rank > ul > li .head {
  width: 60px;
  height: 42px;
  display: inline-block;
  box-shadow: none;
  vertical-align: top;
  margin-top: -2px;
}
.wrap .bbs .bbs-right .rank > ul > li .headOne {
  width: 60px;
  height: 61px;
  display: inline-block;
  box-shadow: none;
  vertical-align: top;
  margin-top: -2px;
}
.wrap .bbs .bbs-right .rank > ul > li .head > img {
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin: 11px 0 0 3px;
}
.wrap .bbs .bbs-right .rank > ul > li .head > .imgs {
  border-radius: 25px;
  width: 24px;
  height: 27px;
  margin: 11px 0 0 3px;
}
.wrap .bbs .bbs-right .rank > ul > li .name {
  display: inline-block;
  /* margin-left: 16px; */
  padding-top: 20px;
  width:193px;
}
.wrap .bbs .bbs-right .rank > ul > li .name > p{
  margin-bottom: 10px;
}
.wrap .bbs .bbs-right .rank > ul > li .name > p > h5 {
  margin-top: 0;
  font-size: 16px;
  color:#000028;

}

.name_over{
  display: inline-block;
  /*width:76px;*/
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
 
}
.product_over{
  display: inline-block;
  width:155px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ps_parent{
  position: relative;
}
.img_1847{
  position: absolute;
  /*left:56px;
  top:-4px;*/
}
.font_style {
	font-size: 16px;
	font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
	font-weight: 400;
	color: #000028 !important;
	max-width: 130px;
}
.other_font {
	font-size: 14px;
	font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
	font-weight: 400;
	color: #333353 !important;
}
.follow{
  display: inline-block;
  width:50px;
  height:28px;
  background-color: #00ACC7;
  line-height: 28px;
  text-align: center;
  color:#fff !important;
  font-size: 12px  !important;
  float: right;
  margin-top:-30px;

}
.f-12{
  font-size: 12px !important;
  color: #66667E !important;
}
.text-parimary{
  color:#0087BE !important;
}
.flex_c{
  display: flex;
  justify-content: space-between;
}

.otherContent{
  /* margin-left:15px; */
  padding-top:15px;
  display: flex;
  
}
.parent_Ps{
  position: relative;
}
.m-l-100{
  font-size:12px !important;
  position: absolute;
  top:24px;
  right:7px;
}
.m-l-100>a{
  color:#0087BE !important;
}
.headNum{
  padding-top:15px;
  padding-left:11px;
  color:#9999A9 !important;
}

/* 中间 */
.search-result{
	float: right;
	/*margin-top: 10px;*/
	width: 650px;
	vertical-align: top;
}
.search-top{
  border: 1px solid #E3EBEE;
  border-radius: 4px;
  background-color: #fff;
}
.result-title{
	background:linear-gradient(to right,#00ACC7,#7BDDEA);
	height: 38px;
	line-height: 38px;
}
.result-title > p{
	font-size: 14px;
  color: #fff;
	padding:0 22px; 
	display: inline-block;
	cursor: pointer;
}
.result-title > p:hover{
	/* color: #05A0A3; */
}
.result-title .choose{
	color: #00bedc;
	position: relative;
  background-color: #fff;
}
	.result-title .choose::before {
		content: "";
		display: block;
		height: 2px;
		width: 70px;
		position: absolute;
		left: 50%;
		margin-left: -35px;
		bottom: 0;
		background: #00bedc;
	} 
.result-title > a{
	color: #05A0A3 !important;
	float: right;
	margin-right: 16px;
}
.result-title > a > img{
	margin-right: 8px;
}
.result-answer > li{
	padding: 26px 0;
	margin-left: 20px;
	border-bottom: 1px solid #E9E9E9;
  display: flex;
}
.result-answer > li>div:nth-child(2){
  margin-left:8px;
}
.result-answer > li >div> h4{
	font-size: 14px;
  color: #666666;
	height: 20px;
}
.result-answer > li >div> h4>a>span{
  font-size: 14px;
}
.result-answer > li >div:nth-child(1)>img{
  width:60px;
  height:60px;
  border-radius: 50%;
}
.bg-yellow{
	background: #F7AD46;
}
.bg-bulle{
	background: #4699F7;
}
.bg-red{
	background: #FD5858;
}
.result-answer > li >div> h4 > span,.result-answer > li >div> p{
	font-size: 14px;
	/* color: #fff ;
	display: inline-block;
	border-radius: 4px;
	padding: 3px 5px;
	vertical-align: bottom;
	margin-right: 24px; */
}

.result-answer > li > div>div,.result-answer > li >div> p > a{
	margin-top: 16px;
  color: #999999 !important;
  
}
.overText{
  display: inline-block;
  width:520px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.text_NOwrap{
  display: inline-block;
  width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

}
.text_NOwrap_left{
  display: inline-block;
  width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.result-answer > li > div>div{
  font-size: 12px;
}
.result-answer > li > div>div > p{
	display: inline-block;
	margin-right: 28px;
	color: #999999 ;
}
.result-answer > li > div>div > p:nth-child(1) > a{
  color:#00ACC7  !important;
}
.result-answer > li > div>div > p:nth-child(2) > a{
  color:#999999 !important;
}
.diandian{
	overflow: hidden; /*自动隐藏文字*/
    text-overflow: ellipsis;/*文字隐藏后添加省略号*/
    white-space: nowrap;/*强制不换行*/
    width: 520px;/*不允许出现半汉字截断*/
	margin-bottom: 4.3px;
}
.result-answer > li >div> div > a{

	color: #0087BE !important;
	float: right;
	margin-right: 20px;
	font-size: 12px;
}
.text-yellow{
	color: #E5AC03 !important;
}
.result-answer > li > div>div .text-yellow > img{
	margin-right: 8px;
	vertical-align: middle;
}
.result-answer > li > div>div > p > span{
	color: #05A0A3;
	font-weight: bolder;
	margin: 0 4px;
}
.bottom_more{
  text-align: right;
  height: 50px;
  line-height: 50px;
  font-size: 12px !important;
  margin-right:20px;
  
}
.bottom_more > a{
  color:#00acc7 !important;
}

.bottom-more{
	height: 50px;
	padding:16px 0px;
}
.bottom-more img{
  width:12px;
  margin-right: 5px;
}


	.bottom-more > a {
		float: right;
		width: 70px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		background-color: #00acc7;
		/* margin-right: 20px; */
		font-size: 12px;
		cursor: pointer;
		color: #fff !important;
		margin-top: -7px;
	}
.search-center{
  display: flex;
  justify-content: space-between;
}

.search-center{
  margin-top:10px;
}
.search-center> .search-center-left,.search-center> .search-center-right{
  width:320px;
  height:630px;
  border: 1px solid #E3EBEE;
  border-radius: 4px;
  background-color: #fff;
}
.search-center-left-title{
  padding-left:20px;
  background:linear-gradient(to right,#00ACC7,#7BDDEA);
	height: 38px;
	line-height: 38px;
  color:#fff;
  font-size: 16px !important;
}
.search-center-left-title>p,.search-center-right-title>p{
  display: inline-block;
}
.search-center-left-title>img,.search-center-right-title>img{
  width:15px;
}
.search-center-left-title>p>a,.search-center-right-title>p>a{
  color:#fff !important;
}
.search-center-right-title{
  padding-left:20px;
  background:linear-gradient(to right,#00ACC7,#7BDDEA);
	height: 38px;
	line-height: 38px;
  color:#fff;
  font-size: 16px;
}
.search-center-left-item {
	padding:0 10px;
 
}
.search-center-left-item > li{
	padding:13px 0 14px 0;
	border-bottom: 1px solid #E9E9E9;
  display: flex;
  justify-content: space-around;
 
}
.search-center-left-item > li:last-child{
  padding:0px;
}
.search-center-left-item > li:not(:nth-child(1))>p:first-child,.search-center-left-item > li:not(:nth-child(2))>p:first-child,.search-center-left-item > li:not(:nth-child(3))>p:first-child{
  margin-left:-10px;
}
.search-center-left-item > li:not(:nth-child(1))>p:nth-child(2),.search-center-left-item > li:not(:nth-child(2))>p:nth-child(2),.search-center-left-item > li:not(:nth-child(3))>p:nth-child(2){
  margin-left:12px;
  width: 220px;
}
.more{
  margin:15px 14px;
}
.search-center-left-item,.search-center-right-item{
  height:590px;
  padding: 0 10px;
}
/* .search-center-left-item img,.search-center-right-item img{
  width:12px;
} */
.search-center-right-item > li:not(:nth-child(1)){
	padding: 13px 0 14px 0;
	border-bottom: 1px solid #E9E9E9;
  display: flex;
  justify-content: space-around;
 
}
.search-center-left-item > li:nth-last-child(2),.search-center-left-item > li:nth-last-child(1){
  border:0;
}
.search-center-right-item > li:nth-last-child(2),.search-center-right-item > li:nth-last-child(1){
  border:0;
}
.baimg-li{
  border-bottom: 0px !important;
  padding: 0;
  /* padding-bottom:4px !important; */
}
.search-center-left-item > li > p{
  color: #333353;
  font-size: 14px;
}

.search-center-right-item > li > p{
  color: #333353;
  font-size: 14px;
}
.Tips {
  position: relative;
  left: -3px
}

.Tips > p{
  font-size: 12px !important;
  color:#9999A9   !important;
}
.Tips > p> i,.font_c i{
  font-size: 14px;
  margin-right: 3px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.font_c{
  font-size: 12px !important;
  color:#9999A9   !important;
}
.Tips > p > span{
  color:#FF6D00  !important;
}
.font_c> span{
  color:#FF6D00  !important;
}
.more > p > a{
  font-size: 12px !important;
  color:#0087BE !important;

}
.more_right > p > a{
  font-size: 12px !important;
  color:#0087BE !important;

}
.more{
  justify-content: end !important;
}
.more_right{
  justify-content: end !important;
}
.baimg-li{
  padding:7px 5px 0px 5px;
}
.search-center-right-item-bgimg {
	width: 286px;
	height: 192px;
	background: url(/club/bbs/newedition/img/10.png) no-repeat right top;
	background-color: #fff;
	padding: 37px 4px 0px 16px;
	border: 1px solid #E3EBEE;
	position: relative;
}
.search-center-right-item-bgimg>img{
  position: absolute;
  top:0;
  left:0;
  width:20px;
}
.search-center-right-item-bgimg>h3>a{
  font-size: 14px !important;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 400;
  color: #000028 !important;
 
}
	.search-center-right-item-bgimg p {
		font-size: 12px;
		color: #9999A9;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-weight: 400;
		line-height: 20px;
		margin-bottom: 10px;
		margin-top: 5px;
	}
.search-center-right-item-bgimg p a{
  color:#9999A9 !important;
}
.search-center-right-item-bgimg p span {
  color: #ff9000;
}

.time_btn a {
	width: 84px;
	height: 22px;
	line-height: 22px;
	background: linear-gradient(135deg, #00ACC7 0%, #00C3D3 100%);
	opacity: 1;
	display: block;
	font-size: 12px;
	font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
	color: #ffffff !important;
	text-align: center;
}
.time_btn{
  display: flex;
  justify-content: space-between;
  color: #9999A9;
  font-size: 12px;
  margin-bottom:32px;
  margin-right:10px;
}
.time_btn>span,.time_btn>a{
  display: inline-block;
}
/*  */
.bbs-bottom{
  padding-top:20px;
  margin-bottom:50px;
  /* padding-left: 228px; */
  clear: both;
  overflow: hidden;
}
.bbs-bottom>.bottom_div{
  width:970px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  background-color: #fff;
  float: right;
}
.bottom_title{
  background:linear-gradient(to right,#00ACC7,#7BDDEA);
	height: 38px;
	line-height: 38px;
}
.bottom_title>p{
  font-size: 14px;
  color: #fff;
	padding:0 22px; 
	display: inline-block;
	cursor: pointer;
}
.bottom_title>p:hover{
  /* color: #05A0A3; */
}
.bottom_title .choose{
  color: #00bedc;
	position: relative;
  background-color: #fff;
}
	.bottom_title .choose::before {
		content: "";
		display: block;
		height: 2px;
		width: 70px;
		position: absolute;
		left: 50%;
		margin-left: -35px;
		bottom: 0;
		background: #00bedc;
	} 


.bottom_item>ul{
  padding:20px 20px 0 20px;
  
}
.bottom_item>ul>li{
  border-bottom:1px solid #E3EBEE;
  line-height: 40px;
  padding:20px;
}
.bottom_item>ul>li:nth-child(1){
  padding-top:0;
}
.bottom_item>ul>li:nth-last-child(1){
  border:0;
  /*padding:10px;*/
}

	.bottom_item > ul > li .title {
		color: #000028 !important;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-size: 16px !important;
		font-weight: 400 !important;
		width: 99%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.bottom_item>ul>li .title>.story_btn{
  display: inline-block;
  width:40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color:#fff;
  background-color: #46ACE7;
  border-radius: 2px;
  font-size: 12px;
  
}
.bottom_item>ul>li .title>.red_btn{
  display: inline-block;
  width:40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color:#fff;
  background-color: #E3393A;
  border-radius: 2px;
  font-size: 12px;
  
}
.bottom_item>ul>li .title>.yellow_btn{
  display: inline-block;
  width:40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color:#fff;
  background-color: #F7AD46;
  border-radius: 2px;
  font-size: 12px;
  
}
.bottom_item>ul>li>div:nth-child(2){
  font-size: 14px;
  line-height: normal;
}
.bottom_item>ul>li>div:nth-child(2)>a{
  color: #9999A9 !important;
}
.bottom_item>ul>li>div:nth-child(3){
  font-size: 12px;
  color: #9999A9;
}
.bottom_item>ul>li>div:nth-child(3)>span>a{
  color: #9999A9 !important;
}
.bottom_item>ul>li>div:nth-child(3)>span>img{
  margin-right:2px;
}
.bottom_item>ul>li>div:nth-child(3)>span:not(:first-child){
  margin-left:25px;
}
.bottom_item>ul>li>div:nth-child(3)>span:nth-last-child(1)>a{
  color:#0087BE !important;
  font-size:14px;
}
.yellow_msg{
  display: flex;
  margin-top:20px;
}
.right_text{
  margin-left:20px;
}
.right_text>div:nth-child(2){
  margin-top:10px;
}
.right_text>div:first-child{
  font-size: 14px;
}
.right_text>div:first-child>a{
  color:#9999A9 !important;
}
.right_text>div:nth-child(2){
  font-size: 12px;
  color:#9999A9 !important;

}
.right_text>div:nth-child(2)>span:nth-child(2){
  margin-left:45px;
}
.bottom_item>ul>.official{
  line-height: 20px;
}
.yellow_msg>div:nth-child(1)>img{
  height:71px;
}
.right_text>div:nth-child(2)>span>a{
  color:#9999A9 !important;
}
.right_text>div:nth-child(2)>span:last-child>a{
  display: inline-block;
  width:144px;
  height:28px;
  line-height: 28px;
  text-align: center;
  background: linear-gradient(135deg, #00B0C9 0%, #00C1D2 100%);
  color: #fff !important;
}
.right{
  float: right;
}
.bottom_reset>span>a{
  margin-left:25px;
  color:#0087BE !important;
  font-size:12px;
}
.width{
  width:110%;
}
.yellow_num {
	background: url(/club/bbs/newedition/img/96@2x.png) no-repeat center top;
	background-size: 100% 100%;
	width: 20px;
	color: #FF9000 !important;
	position: relative;
	text-align: left;
	margin-left: -10px;
}
	.yellow_num > span {
		position: absolute;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-weight: bolder;
		margin-left: 6px;
	}
.hot_a{
  position: relative;
}
.hot{
  position:absolute;
  display: inline-block;
  width:27px;
  height:15px;
  right:13px;
  top:27px;
  line-height: 15px;
  text-align: center;
  background: linear-gradient(180deg, #FF1F02 0%, #FFC70D 100%);
  border-radius: 4px 4px 4px 4px; 
  border: 1px solid rgba(0, 0, 0, 0);
  color:#fff;
}
.content_over{
  width: 99%;
  height: 38px;
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
  /* overflow: hidden; */
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


/* vip */
.bbs_vip{
  /* color:#fff; */
}

.bbs_vip>div:first-child{
  margin-top:10px;
  margin-bottom: 10px;
}
.bbs_vip>div:first-child>img{
  display: inline-block;
  width:31px;
  height:31px;
  border-radius: 50%;
  margin-right:11px;
}
.bbs_vip>div:first-child>a{
  color:#fff !important;
}

.bbs_vip>div:nth-child(2){
  width: 260px; 
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  /* opacity: 0.2; */
  display: flex;
  justify-content: space-around;
  padding:11px 34px 11px 34px;
}
.bbs_vip>div:nth-child(2)>div:first-child{
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.bbs_vip>div:nth-child(2)>div:first-child>p:first-child>span,.bbs_vip>div:nth-child(2)>div:nth-child(2)>p:first-child{ 
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.bbs_vip>div:nth-child(2)>div:first-child>p:first-child{
  margin-right:10px;
}
.Information{
  color:rgba(255, 255, 255, 0.7);
  width:11px;
  height:11px;
}
.bbs_vip>div:nth-child(2)>div:first-child>p:nth-child(2)>img{
  width:27px;
  margin-right:5px;
}
.bbs_vip>div:nth-child(2)>div:first-child>p:nth-child(2){
  margin-top:5px;
}
.bbs_vip>div:nth-child(2)>div:first-child>p:nth-child(2)>span{
  font-size: 16px;
  color: #FFFFFF;
  margin-left:-10px;

}
.bbs_vip>div:nth-child(2)>div:nth-child(2)>p:first-child{
  margin-left:25px;
}
.bbs_vip>div:nth-child(2)>div:nth-child(2)>p:nth-child(2){
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-left:20px;
  margin-top:8px;
}
.bbs_vip>div:nth-child(3){
  margin:12px 2px 13px 2px;
}
.bbs_vip>div:nth-child(3)>span:nth-child(2)>a{
  color: #FFFFFF !important;
  font-size: 14px;
  margin-left:13px;
}
.bbs_vip>div:nth-child(3)>span:nth-child(3){
  display: none;
  color: #FFFFFF;
  font-size: 16px;
  float: right;
  cursor: pointer;
}
.bbs_vip>div:nth-child(3)>span:nth-child(4){
  color: #FFFFFF;
  font-size: 16px;
  float: right;
  cursor: pointer;
}
.bbs_vip>div:nth-child(3)>a:first-child>img:first-child{
  width: 24px;
  position: relative;
}
.bbs_vip>div:nth-child(3)>a:first-child>img:nth-child(2){
  width:11px;
  position: absolute;
  left:36px;
  bottom:30px;
}


.yellow_text{
  color:#FFC748;
  font-weight: 600;
}
.bbs_vip_dialog{
  display: none;
  position: absolute;
  width:300px;
  /*height:377px;*/
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15);
  top:301px;
  left:0;
  z-index:3;
}
.bbs_vip_dialog>li{
  height:46px;
  padding-top:13px;
  padding-bottom:13px;
  padding-left:37px;
  border-bottom:1px solid #E2E2E2;
  color: #000028;
  font-size:14px;
  font-weight: 400;
  font-family: PingFangSC-Regular, PingFang SC;
}
.bbs_vip_dialog>li:last-child{
  border-bottom:0;
}
.bbs_vip_dialog>li:hover{
  background-color:#E2E2E2;
}
.bbs_vip_dialog>li:nth-child(1)>a,.bbs_vip_dialog>li:nth-child(2)>a{
  /*color: #FF0000 !important;*/
}
.bbs_vip_dialog>li:nth-child(1)>a>img,.bbs_vip_dialog>li:nth-child(2)>a>img{
  width:14px;
  margin-right:15px;
}
.bbs_vip_dialog>li:nth-child(3)>a>img,.bbs_vip_dialog>li:nth-child(4)>a>img{
  width:14px;
  margin-right:15px;
}
.bbs_vip_dialog>li:nth-child(5)>a>img,.bbs_vip_dialog>li:nth-child(6)>a>img{
  width:16px;
  margin-right:15px;
}
.bbs_vip_dialog>li:nth-child(7)>a>img,.bbs_vip_dialog>li:nth-child(8)>a>img{
  width:18px;
  margin-right:15px;
}
/* .showDialog:hover > .bbs_vip_dialog{
  display: block;
} */

.bbs-right-forum-vip{
  width: 300px;
  height: 239px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  border: 1px solid #EAEAEA;
  padding:20px;
}
.bbs-right-forum-vip h3 {
  font-size: 16px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333353 !important;
  margin-bottom: 14px;
  line-height: 22px;
}
.bbs-right-forum-vip>div:nth-child(2){
  width: 234px;
  height: 6px;
  /* background:linear-gradient(to right , #31DDF8, #EBF7F8); */
  background-color: #EBF7F8;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  margin:auto;
  margin-top: 40px;
  position: relative;
}
.vip-step .vip-step-bar{
  width: 0;
  content: '';
  position: absolute;
  left: 0;
  height: 6px;
  background-color: #31DDF8;
  z-index: 1;
}
.vip-step-txt .cur{
  color: #0087BE;
}
.bbs-right-forum-vip>div:nth-child(2)>img{
  position: absolute;
  width:40px;
  z-index: 2;
}
.bbs-right-forum-vip>div:nth-child(2)>img:nth-child(1){
  top: -20px;
  left: -18px;
}
.bbs-right-forum-vip>div:nth-child(2)>img:nth-child(2){
  top: -20px;
  left: 60px;
}
.bbs-right-forum-vip>div:nth-child(2)>img:nth-child(3){
  top: -20px;
  left: 136px;
}
.bbs-right-forum-vip>div:nth-child(2)>img:nth-child(4){
  top: -20px;
  right: -13px;
}
.bbs-right-forum-vip>div:nth-child(3){
  margin-top: 20px;
  color: #9999A9;
  font-size: 14px;
  margin-left: 2px;
}
.bbs-right-forum-vip>div:nth-child(3)>span:nth-child(2){
  margin-left:46px;
}
.bbs-right-forum-vip>div:nth-child(3)>span:nth-child(3){
  margin-left:43px;
}
.bbs-right-forum-vip>div:nth-child(3)>span:nth-child(4){
  margin-left:35px;
}
.bbs-right-forum-vip>div:nth-child(4){
  width:259px;
  height:75px;
  background: #F5F5F5;
  padding:10px 0;
  margin:auto;
  margin-top:16px;
  color:#66667E;
  font: 14px;
  display: flex;
  justify-content: space-around;
}
.img_group > div img{
  width:34px;
  margin-left:4px;
  margin-bottom:5px;
}
.img_group > div p {
	padding-left: 5px;
}
/* .img_group > div:nth-child(2) > img{
  margin-top:1px;
} */

.bottom_item_tabTwo>ul{
  padding:10px 20px 0 20px;
  

}
.bottom_item_tabTwo>ul>li{
  border-bottom:1px solid #E3EBEE;
  line-height: 40px;
}
.bottom_item_tabTwo>ul>li:nth-child(1){
  padding-top:0;
  padding-bottom:18px;
}


	.bottom_item_tabTwo > ul > li .title {
		color: #000028 !important;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-size: 16px !important;
		font-weight: 400 !important;
		width: 99%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
.bottom_item_tabTwo>ul>li .title>.story_btn{
  display: inline-block;
  width:40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color:#fff;
  background-color: #F7AD46;
  border-radius: 2px;
  font-size: 12px;
  
}
.bottom_item_tabTwo>ul>li .title>.red_btn{
  display: inline-block;
  width:40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color:#fff;
  background-color: #E3393A;
  border-radius: 2px;
  font-size: 12px;
  
}
.bottom_item_tabTwo>ul>li .title>.yellow_btn{
  display: inline-block;
  width:40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color:#fff;
  background-color: #F7AD46;
  border-radius: 2px;
  font-size: 12px;
  
}
.bottom_item_tabTwo>ul>li>div:nth-child(2){
  font-size: 14px;
  line-height: normal;
}
.bottom_item_tabTwo>ul>li>div:nth-child(2)>a{
  color: #9999A9 !important;
}
.bottom_item_tabTwo>ul>li>div:nth-child(3){
  font-size: 12px;
  color: #9999A9;
}
.bottom_item_tabTwo>ul>li>div:nth-child(3)>span>a{
  color: #9999A9 !important;
}
.bottom_item_tabTwo>ul>li>div:nth-child(3)>span>img{
  margin-right:2px;
}
.bottom_item_tabTwo>ul>li>div:nth-child(3)>span:not(:first-child){
  margin-left:25px;
}
.bottom_item_tabTwo>ul>li>div:nth-child(3)>span:nth-last-child(1)>a{
  color:#0087BE !important;
  font-size:14px;
}
.bottom_item_tabTwo>ul>li:not(:first-child){
  padding-top:18px;
  padding-bottom:18px;
}
.bottom_item_tabTwo .content_over{
  width: 99%;
  height: 25px;
  margin-top:6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/**/
.bottom_item_tabThree > ul {
	padding: 10px 20px 0 20px;
}

.bottom_item_tabThree > ul > li {
	border-bottom: 1px solid #E3EBEE;
	line-height: 40px;
}

.bottom_item_tabThree > ul > li:nth-child(1) {
	padding-top: 0;
	padding-bottom: 18px;
}


	.bottom_item_tabThree > ul > li .title {
		color: #000028 !important;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
		font-size: 16px !important;
		font-weight: 400 !important;
		width: 99%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

.bottom_item_tabThree > ul > li .title > .story_btn {
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #F7AD46;
	border-radius: 2px;
	font-size: 12px;
}

.bottom_item_tabThree > ul > li .title > .red_btn {
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #E3393A;
	border-radius: 2px;
	font-size: 12px;
}

.bottom_item_tabThree > ul > li .title > .yellow_btn {
	display: inline-block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #F7AD46;
	border-radius: 2px;
	font-size: 12px;
}

.bottom_item_tabThree > ul > li > div:nth-child(2) {
	font-size: 14px;
	line-height: normal;
}

.bottom_item_tabThree > ul > li > div:nth-child(2) > a {
	color: #9999A9 !important;
}

.bottom_item_tabThree > ul > li > div:nth-child(3) {
	font-size: 12px;
	color: #9999A9;
}

.bottom_item_tabThree > ul > li > div:nth-child(3) > span > a {
	color: #9999A9 !important;
}

.bottom_item_tabThree > ul > li > div:nth-child(3) > span > img {
	margin-right: 2px;
}

.bottom_item_tabThree > ul > li > div:nth-child(3) > span:not(:first-child) {
	margin-left: 25px;
}

.bottom_item_tabThree > ul > li > div:nth-child(3) > span:nth-last-child(1) > a {
	color: #0087BE !important;
	font-size:14px;
}

.bottom_item_tabThree > ul > li:not(:first-child) {
	padding-top: 18px;
	padding-bottom: 18px;
}

.bottom_item_tabThree .content_over {
	width: 99%;
	height: 25px;
	margin-top: 6px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*  */
.bottom_item>.result-answer-guanzhu{
  padding:28px 18px 20px 17px;
  
}
.bottom_item>.result-answer-guanzhu>li{
  padding-top:18px;
  padding-bottom:18px;
}
.result-answer-guanzhu > li{
	padding: 26px 0;
	border-bottom: 1px solid #E9E9E9;
  display: flex;
}
.result-answer-guanzhu > li>div:nth-child(2){
  margin-left:8px;
}
	.result-answer-guanzhu > li > div > h4 {
		font-size: 16px;
		color: #000028;
		height: 20px;
		font-family: "Noto Sans SC","Microsoft YaHei",微软雅黑,-apple-system,BlinkMacSystemFont,segoe ui,Roboto;
	}

.result-answer-guanzhu > li >div:nth-child(1)>img{
  width:60px;
  height:60px;
  border-radius: 50%;
}
.result-answer-guanzhu > li >div> p:nth-child(2){
  color:#333353 !important;
}
.result-answer-guanzhu > li >div> p:nth-child(3)>a,.result-answer-guanzhu > .width{
  color:#9999A9 !important;
}
.result-answer-guanzhu .width a{
  color:#9999A9 !important;
}
.result-answer-guanzhu .width>span>img{
    margin-right:5px;
}
.result-answer-guanzhu > li >div> p{
	font-size: 14px;
}
.bottom_item>.result-answer-guanzhu>li>div:nth-child(2){
  line-height: 28px;
}
.result-answer-guanzhu .width>span:nth-child(2){
  margin-left:105px;
}
.result-answer-guanzhu .width>span:nth-child(3){
  margin-left:29px;
}


.overText_guanzhu{
  display: inline-block;
  width:844px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.result-answer-guanzhu > li > div>div{
  font-size: 12px;
}
.result-answer-guanzhu > li > div>div > p{
	display: inline-block;
	margin-right: 28px;
	color: #999999 ;
}

.top_text{
  width: 300px;
  height: 32px;
  background: #FFFFFF;
  padding:5px 0 7px 18px;
  margin-bottom:10px;
  margin-top:-43px;
}
.top_text > p{
  font-size: 14px;
  font-family: SourceHanSansTC-Regular-, SourceHanSansTC-Regular;
  font-weight: normal;
  color: #333353 !important;
}
.top_text > p >span{
  color:#FF9000;
}


