.nav {
	font-size: 12px;
  margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 4px;
}
.nav a, .nav span {
	margin-right: 5px;
}
.nav span.on {
  color: #707070;
}

.unify_box .top {
  margin-bottom: 20px;
}
.unify_box .top .title {
  font-weight: 600;
  position: relative;
  padding-left: 14px;
  letter-spacing: 1px;
}
.unify_box .top .title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.unify_box .top .remark {
  float: right;
  font-size: 12px;
  color: #999;
}
.unify_box .top .remark_info {
  font-size: 12px;
  color: #999;
  margin-left: 3px;
}

.box_a {
	background-color: #fff;
	padding: 20px;
	border-radius: 3px;
}
.box_a .top {
  margin-bottom: 20px;
}
.box_a .top .title {
  font-weight: 600;
  position: relative;
  padding-left: 14px;
  letter-spacing: 1px;
}
.box_a .top .title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.box_a .top .remark {
  float: right;
  font-size: 12px;
  color: #999;
}
.box_a .top .remark_info {
  font-size: 12px;
  color: #999;
  margin-left: 3px;
}

.header_top {
	width: 100%;
	height: 36px;
	background-color: #32373E;
	line-height: 36px;
	color: #eee;
	font-size: 12px;
}
.header_top a {
	color: #eee;
}
.header_top a:hover {
  color: #00B38A;
}
.header_top .left_title {
	float: left;
}
.header_top .right_nav {
	float: right;
}
.header_top .right_nav .item {
	position: relative;
	float: left;
	display: block;
	padding: 0 12px;
	cursor: pointer;
}
.header_top .right_nav .item::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #eee;
	top: 13px;
	right: 0;
}
.header_top .right_nav .login_box a:not(:first-child) {
	margin-left: 5px;
}
.header_top .right_nav .item:last-child:after {
  opacity: 0 !important;
}
.header_top .right_nav .user_box i {
	font-size: 12px;
	margin-left: 3px;
}
.header_top .right_nav .user_box .avatar {
	width: 15px;
	margin-right: 4px;
	border-radius: 50%;
}
.header_top .right_nav .user_box {
	position: relative;
}
.header_top .right_nav .user_box .fold_items {
	position: absolute;
  background-color: #fff;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  min-width: 100px;
  left: 0;
  top: 36px;
  border-radius: 3px;
  z-index: 99;
  padding: 8px 0;
  display: none;
}
.header_top .right_nav .user_box .fold_item {
  line-height: 28px;
  color: #666;
  display: block;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
}
.header_top .right_nav .user_box:hover .fold_items {
  display: block;
}

.head {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}
.head_box {
	padding: 46px 52px 46px 20px;
	overflow: hidden;
}
.head .logo {
	float: left;
	display: block;
	width: 186px;
	height: 60px;
}
.head .logo img {
	width: 100%;
	height: 100%;
}
.head .mainbd {
	float: right;
	padding-top: 15px;
}
.head .search {
	float: left;
}
.head .search form {
	position: relative;
}
.head .search .search_menu {
	position: absolute;
	left: 0;
	top: -20px;
}
.head .search .search_menu li {
	float: left;
	width: 50px;
	height: 20px;
	line-height: 20px;
	background: rgba(0, 179, 138, .1);
	border-radius: 4px 4px 0px 0px;
	text-align: center;
	font-size: 12px;
	color: #00B38A;
	cursor: pointer;
	transition: all .3s;
	margin-right: 4px;
}
.head .search .search_menu li.on {
	color: #fff;
	background: #00B38A;
}
.head .search_box {
	width: 738px;
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #00B38A;
}
.head .search_box input {
	width: 500px;
	height: 100%;
	font-size: 13px;
	color: #333;
	padding-left: 12px;
}
.head .search_box .search_btn {
	width: 100px;
	height: 44px;
	background: #00B38A;
	color: #fff;
	font-size: 14px;
	float: right;
	margin-right: -2px;
	margin-top: -2px;
}
.head .search_box .search_btn i {
  margin-right: 5px;
}
.head .publish_btn {
	display: block;
	width: 137px;
	height: 44px;
	background-color: #F79F1B;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	margin-left: 20px;
	float: left;
	cursor: pointer;
}
.head .publish_btn:hover {
	color: #fff;
}
.head .publish_btn i {
	margin-right: 6px;
}

.menu {
	width: 100%;
	height: 40px;
	border-bottom: 2px solid #00B38A;
	background-color: #fff;
	z-index: 99;
}
.menu .home_menu {
	height: 40px;
	position: relative;
	width: 230px;
	z-index: 100;
	float: left;
}
.menu .home_menu:hover .dd {
  display: block !important;
}
.menu .home_menu .dd .item:hover {
  background: #f9f9f9;
}
.menu .home_menu .dd .item:hover .item_layer {
  display: block !important;
}
.menu .home_menu .dt a {
	background-color: #00B38A;
	color: #fff;
	display: block;
	text-indent: 40px;
	width: 230px;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
}
.menu .home_menu .dt a i {
	margin-right: 5px;
}
.menu .home_menu .dd {
	border-top: none;
  min-height: 440px;
  width: 230px;
  position: relative;
  top: 42px;
  z-index: 999;
  background: #fff;
}
.menu .home_menu .dd .item_home {
  padding: 12px 0 12px 20px;
}
.menu .home_menu .dd .item_home.ch {
	display: none;
}
.menu .home_menu .dd .item_home .tags {
  padding-right: 12px;
  margin-top: 12px;
  font-size: 12px;
  color: #999;
  margin-left: -10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.menu .home_menu .dd .item_home .tags a {
  color: #999;
  margin-left: 10px;
}
.menu .home_menu .dd .item_home .tags a:hover {
  color: #00B38A;
}
.menu .home_menu .dd .item_home i {
  margin-left: 5px;
}
.menu .item_layer {
	width: 750px;
  height: auto !important;
  min-height: 440px;
  position: absolute;
  top: 0;
  left: 231px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 5px rgb(0 0 0 / 30%);
  box-shadow: 2px 0 5px rgb(0 0 0 / 30%);
  -webkit-transition: top .25s ease;
  transition: top .25s ease;
}
.menu .item_layer .subitems {
	width: 700px;
	min-height: 387px;
  padding: 20px 0 0 20px;
  float: left;
}
.menu .item_layer .subitems dl {
	width: 100%;
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 10px;
}
.menu .item_layer .subitems dl:last-child {
	margin-bottom: 0;
}
.menu .item_layer .subitems dl dt {
  float: left;
}
.menu .item_layer .subitems dl dt em {
	width: 55px;
	display: inline-block;
}
.menu .item_layer .subitems dl dt i {
}
.menu .item_layer .subitems dl dd {
	float: left;
  max-width: 600px;
  margin-left: 20px;
}
.menu .item_layer .subitems dl dd a {
	float: left;
  padding: 0 10px;
  margin-bottom: 10px;
  border-left: 1px solid #eee;
  color: #666;
}
.custom_menu {
	line-height: 40px;
	position: relative;
	margin-left: 10px;
	overflow: hidden;
	float: left;
}
.custom_menu li {
	float: left;
	padding: 0 16px;
	font-weight: 600;
}
.custom_menu li.on a {
	color: #00B38A;
}

.banner {
	width: 100%;
	overflow: hidden;
	margin-top: 16px;
}
.banner .zw {
	width: 246px;
	min-height: 1px;
	float: left;
}
.banner .adver {
	float: left;
}
.banner .adver_a {
	width: 692px;
	height: 310px;
}
.banner .adver_a .item img {
	width: 100%;
	height: 100%;
}
.banner .adver_b {
	width: 692px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}
.banner .adver_b img {
	width: 218px;
	height: 100px;
}
.banner .index_account {
	float: right;
	width: 244px;
}
.account_box {
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #fff;
	padding-top: 30px;
}
.account_box .avatar {
	width: 80px;
	height: 80px;
	padding-top: 10px;
}
.account_box .nickname {
	margin-top: 6px;
}
.account_box .date {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
}
.account_box .btn_box {
	margin-top: 20px;
}
.account_box .btn_box a {
	display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  transition: all .3s;
  display: inline-block;
  border: 1px solid #DCDCDC;
  color: #999;
  margin: 0 2px;
}
.account_box .btn_box .btn_login {
	border: 1px solid #00B38A;
	background: #00B38A;
	color: #fff;
}
.roll_items {
	width: 100%;
	height: 180px;
	margin-top: 16px;
	background-color: #fff;
	color: #666;
}
.roll_items_box {
	padding: 14px;
}
.roll_items_box .title {
	margin-bottom: 14px;
	letter-spacing: 2px;
}
.roll_items_box .title span {
	color: #00B38A;
  font-size: 20px;
  font-family: DINProM;
}
.roll_items_box .items, .roll_items_box .auto_scroll {
	height: 112px;
	overflow: hidden;
}
.roll_items_box .item {
  height: 28px;
  background: #F8F8F8;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  color: #333;
  font-size: 12px;
  margin-bottom: 12px;
}
.roll_items_box .item:last-child {
	margin-bottom: 0;
}

.index_adver1 img {
	width: 100%;
	margin-top: 20px;
}

.section {
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 8px;
}
.section .top .title {
	font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-left: 14px;
}
.section .top .title::before {
	position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.section .top .more {
	float: right;
	color: #999;
	font-size: 12px;
}
.section .items {
	margin-top: 20px;
	margin-right: -20px;
	margin-bottom: -20px;
	overflow: hidden;
}
.section .items .item {
	width: 386px;
	height: 180px;
	background-color: #fff;
	float: left;
	margin: 0 20px 20px 0;
	transition: all .3s;
}
.section .items .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.section .items .item_bd {
	padding: 20px 20px 0 20px;
}
.section .items .item .title {
	display: block;
	height: 56px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section .items .item:hover .title {
  transition: all .3s;
  color: #00B38A;
}
.section .items .item .tags {
	width: 100%;
	height: 30px;
	overflow: hidden;
}
.section .items .item .tag_item {
	margin-top: 6px;
	overflow: hidden;
	margin-bottom: -5px;
}
.section .items .item .tag_item .tag_title {
	color: #666;
	float: left;
	width: 80px;
}
.section .items .item .tag_item .tag_values {
	float: left;
	width: 266px;
	overflow: hidden;
}
.section .items .item .sp {
	display: inline-block;
	padding: 0 10px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	border-radius: 10px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.section .items .item .sp1 {
  background-color: #E2FCF6;
  color: #00B38A;
}
.section .items .item .sp2 {
  background-color: #FFEBE2;
  color: #FA5508;
}
.section .items .item .sp3 {
  background-color: #E3F2FD;
  color: #0F9FFF;
}
.section .items .item_foot {
	margin-top: 16px;
  border-top: 1px solid #f5f5f5;
  font-size: 12px;
}
.section .items .item .user_info {
	display: flex;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
  height: 50px;
  width: 80%;
  overflow: hidden;
}
.section .items .item .user_info .avatar {
  margin-right: 5px;
}
.section .items .item .user_info .avatar img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.section .items .item .user_info .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot {
	background: #32373E;
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  margin-top: 28px;
}
.foot_menu {
	overflow: hidden;
	padding: 0 30px;
}
.foot_menu dl {
	float: left;
  width: 210px;
}
.foot_menu dt {
	margin-bottom: 12px;
  color: #fff;
  line-height: 20px;
}
.foot_menu dd {
	font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 28px;
}
.foot_menu dd a {
	color: #999;
}
.foot_contact {
	float: right;
	text-align: center;
}
.foot_contact img {
	width: 120px;
  height: 120px;
  border-radius: 10px;
}
.foot_contact p {
	font-size: 12px;
  color: #ccc;
  margin-top: 5px;
}
.foot_link {
	margin-top: 30px;
  padding: 30px;
  border-top: 1px solid rgba(216, 216, 216, .1);
}
.foot_link span {
  display: block;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 12px;
}
.foot_link ul {
	margin-bottom: -10px;
}
.foot_link li {
  float: left;
  margin-bottom: 10px;
  font-size: 12px;
  margin-right: 30px;
}
.foot_link li a {
  display: block;
  color: #999;
  line-height: 28px;
}
.foot .copyright {
	height: 60px;
  line-height: 60px;
  background: #32373E;
  text-align: center;
  color: #7d7d7d;
  font-size: 12px;
  border-top: 1px solid rgba(216, 216, 216, .1);
}
.foot .copyright a {
	color: #7d7d7d;
}

/* list start */
.condition {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 13px;
  margin-top: 20px;
}
.condition .c_group {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
}
.condition .c_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.condition .c_group .c_group_title {
  width: 100px;
}
.condition .c_group .c_group_items {
  margin-bottom: -14px;
  margin-right: -20px;
  width: 860px;
}
.condition .c_group .c_group_items a {
  color: #333;
}
.condition .c_group .c_group_items .span_item {
  display: inline-block;
  color: #666;
  margin: 0 20px 14px 0;
  color: #333;
}
.condition .c_group .c_group_items .span_item.on {
  font-weight: 600;
  color: #00B38A;
}
.condition .c_group.city_box i:before {
  content: '\e60c';
  margin-left: 5px;
  color: #666;
  font-weight: 400;
	font-size: 13px;
}
.list_left {
	float: left;
	width: 886px;
}
.list_left .item {
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
  transition: all .3s;
}
.list_left .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.list_left .item_box {
	padding: 20px;
	overflow: hidden;
	position: relative;
}
.list_left .item_box .tips {
  position: absolute;
  width: 60px;
  height: 24px;
  line-height: 24px;
  background: #00B38A;
  border-radius: 13px 0px 0px 13px;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  top: 1rem;
  right: 0;
}
.list_left .item_box.item_tips .title {
	max-width: 86%;
}
.list_left .left {
	float: left;
}
.list_left .cover {
	position: relative;
  display: block;
  width: 80px;
  height: 80px;
  padding: 3px;
  border: 1px solid #f5f5f5;
}
.list_left .cover img {
	width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.list_left .auth_img {
	display: block;
  width: 80px;
  height: 18px;
  background-size: 80px 18px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 7px;
}
.list_left .auth_realname {
	background-image: url(/static/images/auth_realname.png);
}
.list_left .auth_vip {
	background-image: url(/static/images/auth_vip.png);
}
.list_left .con {
	width: 740px;
	float: right;
	padding-top: 12px;
}
.list_left .title {
	display: block;
	width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
.list_left .type {
	margin-top: 16px;
	margin-left: -14px;
	color: #999;
	font-size: 12px;
  overflow: hidden;
}
.list_left .type li {
	float: left;
	margin-left: 14px;
}
.list_left .type li.nickname {}
.list_left .tags {
	margin-top: 10px;
}
.list_left .tag_item {
	margin-top: 6px;
	overflow: hidden;
}
.list_left .tag_item .tag_title {
	color: #666;
	float: left;
	width: 80px;
}
.list_left .tag_item .tag_values {
	float: left;
	margin-bottom: -6px;
	width: 655px;
}
.list_left .sp {
	display: inline-block;
	padding: 0 10px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	border-radius: 10px;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 6px;
}
.list_left .sp1 {
  background-color: #E2FCF6;
  color: #00B38A;
}
.list_left .sp2 {
  background-color: #FFEBE2;
  color: #FA5508;
}
.list_left .sp3 {
  background-color: #E3F2FD;
  color: #0F9FFF;
}
/* list end */

/* show start */
.show_left {
	float: left;
	width: 886px;
}
.show_left .main {
  background-color: #fff;
  padding: 24px 24px 40px 24px;
}
.show_left .top_page {
  overflow: hidden;
}
.show_left .top_page .title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 16px;
}
.show_left .top_page .user_info {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
  width: 80%;
  overflow: hidden;
}
.show_left .top_page .user_info .avatar {
  margin-right: 8px;
}
.show_left .top_page .user_info .avatar img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.show_left .top_page .user_info .types1 {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #666;
  margin-left: -6px;
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
}
.show_left .top_page .user_info .types1 .s1 {
	margin-left: 6px;
}
.show_left .top_page .user_info .types1 .auth_img {
	display: inline-block;
  width: 80px;
  height: 19px;
  background-size: 80px 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.show_left .top_page .user_info .types1 .auth_vip {
  background-image: url(/static/images/auth_vip.png);
}
.show_left .top_page .user_info .types1 .auth_realname {
  background-image: url(/static/images/auth_realname.png);
}
.show_left .type {
  background-color: #F5F5F5;
  margin-top: 20px;
  padding: 17px 0 15px 20px;
  overflow: hidden;
}
.show_left .type li {
  float: left;
  width: 33.33%;
  font-size: 12px;
  line-height: 24px;
}
.show_left .type li span.first {
  color: #999;
}
.show_left .contact {
  margin-top: 20px;
}
.show_left .contact .bd.nodata {
  background: url(../image/contact_hide_bg.png) no-repeat center;
  background-size: cover;
}
.show_left .contact .bd.nodata .btn {
  display: inline-block;
  width: 214px;
  height: 40px;
  background-color: #00B38A;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.show_left .contact .bd {
  border: 1px solid #00B38A;
  font-size: 12px;
  overflow: hidden;
  text-align: center;
  padding: 20px;
}
.show_left .contact .bd .contact_items {
  margin-left: -10px;
}
.show_left .contact .bd .contact_item {
  display: inline-block;
  margin-left: 10px;
}
.show_left .contact .bd .remark_info {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}
.show_left .attribute {
  margin-top: 20px;
}
.show_left .attribute .bd {
  margin-bottom: -18px;
}
.show_left .attribute .bd .sp {
  display: inline-block;
  padding: 0 10px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  border-radius: 10px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 18px;
}
.show_left .attribute .bd .sp1 {
  background-color: #E2FCF6;
  color: #00B38A;
}
.show_left .attribute .bd .sp2 {
  background-color: #FFEBE2;
  color: #FA5508;
}
.show_left .attribute .bd .sp3 {
  background-color: #E3F2FD;
  color: #0F9FFF;
}
.show_left .content {
  margin-top: 20px;
}
.show_left .content_txt {
   line-height: 1.5;
}
.show_left .content_images {
  margin-top: 14px;
}
.show_left .content_images .image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 14px;
  border-radius: 3px;
}
.show_left .content_images .image:last-child {
  margin-bottom: 0;
}
/* show end */

/* user show start */
.usershow_left {
	float: left;
	width: 886px;
}
.usershow_left .main {
  background-color: #fff;
  padding: 24px 24px 40px 24px;
}
.usershow_left .top_page {

}
/* user show end */

/* pc端公共右侧 start */
.common_right {
	float: right;
	width: 284px;
}
.cr_section {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.cr_section:last-child {
	margin-bottom: 0;
}
.cr_section .top {
	margin-bottom: 20px;
}
.cr_section .top .title {
	font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-left: 14px;
}
.cr_section .top .title:after {
	position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.cr_section .items {
	margin-bottom: -10px;
}
.cr_section .item {
	margin-bottom: 16px;
}
.cr_section .item .title {
	display: block;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cr_section .item .date {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.cr_section.adver {
	display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  padding: 14px;
}
.cr_section.adver .adver_left_icon {
  width: 41px;
  height: 41px;
}
.cr_section.adver .adver_left_icon {
  padding: 0 5px 0 0;
  color: #666666;
  font-size: 12px;
}
.cr_section.adver .adver_content {
	padding: 0 7px 0 5px;
  color: #666666;
  font-size: 12px;
}
.cr_section.adver .adver_content_title {
	color: #333333;
	font-size: 14px;
	font-weight: 500;
}
.cr_section.adver .adver_right_qrcode {
	width: 70px;
	height: 70px;
	border-radius: 8px;
}
.cr_section.adver1 {
	padding: 0;
}
.cr_section.adver1 img {
	width: 100%;
	height: auto;
}

.cs_user {
  text-align: center;
}
.cs_user .top {
  text-align: left;
}
.cs_user .avatar {
  width: 85px;
  height: 85px;
  display: inline-block;
  padding-top: 5px;
}
.cs_user .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  vertical-align: top;
  object-fit: cover;
}
.cs_user .name {
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.cs_user .name .sex_icon {
  font-size: 12px;
  margin-left: 3px;
}
.cs_user .name .man::before {
  content: '\e602';
  color: #007AFF;
}
.cs_user .name .woman::before {
  content: '\e602';
  color: #ff4b9f;
}
.cs_user .type {
  color: #999;
  text-align: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F5F5F5;
  font-size: 12px;
  margin-bottom: -6px;
}
.cs_user .type li {
  margin-bottom: 6px;
  line-height: 1.5;
}
.cs_user .type li span.first {
  display: inline-block;
  width: 62px;
}
.cs_user .btn {
  display: block;
  margin-top: 20px;
  width: 100%;
  height: 36px;
  line-height: 34px;
  background: #FFFFFF;
  border: 1px solid #01B48B;
  text-align: center;
  font-size: 14px;
  color: #01B48B;
  transition: all .3s;
}
.cs_user .btn:hover {
  background-color: #01B48B;
  color: #fff;
}
/* pc端公共右侧 end */

/* noresult start */
.noresult {
	text-align: center;
	display: block;
	margin: 30px 0 30px 0;
}
.noresult img {
	max-width: 130px;
}
.noresult p {
	font-size: 12px;
	margin-top: 10px;
	color: #ccc;
	letter-spacing: 1px;
}
.noresult p.link {
	margin-top: 20px;
}
.noresult p.link a {
	background-color: #ffaa2c;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	margin-left: 8px;
	padding: 0 10px;
	border-radius: 5px;
}
.noresult p.link a:first-child {
	margin-left: 0;
}
/* noresult end */

/* account login start */
.account_login {
	overflow: hidden;
	min-height: 100%;
	background: url(https://xinchuan.oss-cn-beijing.aliyuncs.com/default/pc_login_bg.jpg) no-repeat;
	background-size: cover;
}
.account_login a {
	text-decoration: none;
	color: #333;
}
.account_login .top {
	text-align: center;
	padding: 80px 0 30px 0;
	color: #fff;
}
.account_login .top .title {
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}
.account_login .top .info {
	margin-top: 1rem;
	letter-spacing: 5px;
	font-size: 14px;
}
.account_login .box {
	background-color: #fff;
	max-width: 420px;
	margin: 0 auto;
	padding: 45px 25px;
	border-radius: 5px;
	box-shadow: 0 1px 2px #999;
}
.account_login .box .title {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 5px;
}
.account_login .other_way {
	font-size: .75rem;
	margin-top: 1rem;
	overflow: hidden;
}
.account_login .other_way a {
	color: #40a9ff;
}
.account_login .other_way a.a1 {
	float: left;
}
.account_login .other_way a.a2 {
	float: right;
}
.account_login .send_code_btn {
	color: #333;
}
/* account login end */

/* paginate start */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}
.page-link {
  position: relative;
  display: block;
  color: #707070;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: #707070;
  background-color: #00B38A;
  border-color: #00B38A;
  color: #fff;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00B38A;
  border-color: #00B38A;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* paginate end */

/* payment start */
.payment {
	overflow: hidden;
}
.payment .title {
	font-weight: 600;
	letter-spacing: 3px;
	padding-left: 2px;
}
.payment .items {
	margin-left: -10px;
}
.payment .items .item {
	width: 130px;;
  padding: 1rem;
  border: 1px solid #eee;
  float: left;
  margin-left: 10px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
}
.payment .items .item.on {
	border: 1px solid #d8b66c;
}
.payment .items .item img {
	max-width: 100%;
	height: auto;
}
.payment_foot {
	padding-bottom: 10px;
}
.payment_foot .description {
	color: #666;
	font-size: 12px;
	margin-bottom: 12px;
}
.payment_foot .description .price_color {
	font-size: 18px;
	color: #dc3545;
}
.payment_foot .btn {
	width: 280px;
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
	color: #fff;
}
.payment_foot .btn.btn_check_pay {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
}
.payment_foot .pay_qrcode .msg {
	width: 150px;
	text-align: center;
	font-size: .875rem;
	letter-spacing: 3px;
}
.payment_foot .pay_qrcode .image {
	border: 1px solid #eee;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	margin-bottom: 5px;
  overflow: hidden;
}
.payment_foot .pay_qrcode .image img {
	max-width: 100%;
	max-height: 100%;
}
/* payment end */

/* article start */
.article_list_left {
	float: left;
	width: 886px;
}
.article_list_left .item {
	background-color: #fff;
	width: 100%;
	margin-bottom: 20px;
  transition: all .3s;
}
.article_list_left .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.article_list_left .item_box {
	padding: 20px;
	overflow: hidden;
}
.article_list_left .cover {
	position: relative;
  display: block;
  width: 80px;
  height: 80px;
  padding: 3px;
  float: left;
  border: 1px solid #f5f5f5;
}
.article_list_left .cover img {
	width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}
.article_list_left .con {
	width: 740px;
	float: right;
	padding-top: 12px;
}
.article_list_left .title {
	display: block;
	width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
.article_list_left .type {
	margin-top: 16px;
	margin-left: -14px;
	color: #999;
	font-size: 12px;
}
.article_list_left .type li {
	float: left;
	margin-left: 14px;
}

.article_show_left {
	float: left;
	width: 886px;
}
.article_show_left .main {
  background-color: #fff;
  padding: 24px 24px 30px 24px;
}
.article_show_left .main .title {
	font-weight: 600;
	font-size: 16px;
}
.article_show_left  .type {
	font-size: 12px;
	color: #666;
	float: left;
	margin-left: -10px;
  margin-top: 10px;
  overflow: hidden;
}
.article_show_left .type li {
	float: left;
	margin-left: 10px;
}
.article_show_left .content {
	margin-top: 20px;
	line-height: 2;
}
.article_show_left .content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.article_show_left .content h1,
.article_show_left .content h2,
.article_show_left .content h3,
.article_show_left .content h4,
.article_show_left .content h5 {
	font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
  line-height: 2;
}
.article_show_left .content h1::before,
.article_show_left .content h2::before,
.article_show_left .content h3::before,
.article_show_left .content h4::before,
.article_show_left .content h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 38px;
  content: '';
  background-color: #eee;
}
.article_show_left .content p {
	margin-bottom: 1rem;
}
.article_show_left .content p:last-child {
	margin-bottom: 0;
}
.article_show_left .content ul {
	list-style-type: disc;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
.article_show_left .content ul:last-child {
	margin-bottom: 0;
}
/* article end */

/* danbao start */
.danbao .container {
	//width: 800px;
}
.danbao .box_a {
	margin-top: 20px;
}
.danbao .flow .item {
	margin-bottom: 10px;
}
.danbao .flow .item:last-child {
	margin-bottom: 0;
}
.danbao .flow .item span:first-child {
	margin-right: 12px;
	background-color: #00B38A;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
.danbao .btns {
	text-align: center;
	margin-top: 20px;
}
.danbao .btns .btn1 {
	color: #00B38A;
  background-color: #fff;
  border-color: #00B38A;
  margin-right: 6px;
}
.danbao .creator_items .item {
	color: #00B38A;
  border: 1px solid #00B38A;
	padding: 8px 16px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
}
.danbao .creator_items .item.on {
	background-color: #00B38A;
	color: #fff;
}
.danbao .creator_items .item.item1 {
	margin-right: 6px;
}
.danbao .info .item {
	margin-bottom: 5px;
}
.danbao .info .item:last-child {
	margin-bottom: 0;
}
.danbao .info .item span:first-child {
	width: 96px;
	display: inline-block;
}
.danbao .content .bd {
	letter-spacing: 2px;
}
/* danbao end */

/* popup start */
.contact_popup {
	width: 380px;
  background-color: #fff;
  padding: 50px 0 60px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.contact_popup .close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  content: '\e608';
  font-size: 16px;
}
.contact_popup .btns .btn {
	margin: 0 4px;
	padding: 5px 8px;
  font-size: 14px;
  border-radius: 3px;
}
.contact_popup .btns .btn1 {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
	color: #fff;
}
.contact_popup .btns .btn2 {
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
	color: #fff;
}

.contact_popup_addition_class {
  border-radius: 20px !important;
}
.contact_popup .tip3 {
	font-size: 12px;
	color: #999;
}
.image_popup_addition_class {
	background-color: transparent !important;
	box-shadow: none !important;
}
.image_popup img {
	max-width: 100%;
	max-height: 100%;
}
/* popup end */

/* 异步上传 start */
.luckFU {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  background: url(/static/images/icon_upload.png) no-repeat center;
  background-size: 60% 60%;
  text-align: center;
}
.luckFU_3_6 {
  background-size: 30% 60% !important;
}
.luckFU img {
  max-width: 95%;
  max-height: 95%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.luckFU.uploaded {
  background-size: 0%;
}
.luckFU_remove {
  position: absolute;
  top: -8px;
  right: -8px;
	z-index: 1;
	display: none;
}
.luckFU_remove::before {
  content: '\e608';
  color: red;
}
.luckFU:hover .luckFU_remove {
  display: block;
}
/* 异步上传 end */

/* qun start */
.qun_list .items {
	overflow: hidden;
}
.qun_list .item {
	width: 224px;
	overflow: hidden;
	background-color: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.qun_list .item:nth-child(5n) {
	margin-right: 0;
}
.qun_list .item_box {
  padding: 20px;
}
.qun_list .items .item_box .type {
  margin-top: 3px;
  margin-left: -5px;
  font-size: 12px;
  color: #999;
}
.qun_list .items .item_box .type li {
  margin-left: 5px;
  display: inline-block;
}
.qun_list .item .qrcode img {
  width: 184px;
  height: 200px;
  vertical-align: top;
  object-fit: cover;
  border: 1px solid #eee;
  border-radius: 3px;
}
.qun_list .item .info {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
}
.qun_list .item .name {
  overflow: hidden;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  font-weight: 600;
}
.qun_list .item .btn_box {
  margin-top: 10px;
}
.qun_list .item .btn_box .btn {
  width: 100%;
  border: 1px solid #00B38A;
	background: #00B38A;
	color: #fff;
}
.qun_list .item .btn_box .btn1 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.qun_list .qrcode {
  position: relative;
}
.qun_list .qrcode .shade {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #0d6efd;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: .75rem;
  opacity: .99;
}
.qun_qrcode_popup {
	width: 380px;
  background-color: #fff;
  padding: 50px 0 60px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.qun_qrcode_popup .close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  content: '\e608';
  font-size: 16px;
}
.qun_qrcode_popup .btns .btn {
	margin: 0 4px;
	padding: 5px 8px;
  font-size: 14px;
  border-radius: 3px;
}
.qun_qrcode_popup .btns .btn1 {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
	color: #fff;
}
.qun_qrcode_popup .btns .btn2 {
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
	color: #fff;
}

.qun_qrcode_popup_addition_class {
  border-radius: 20px !important;
}
.qun_qrcode_popup .tip3 {
	font-size: .75rem;
	color: #999;
}
.qun_qrcode_popup .qrcode_img img {
  width: 150px;
  height: 150px;
  border: 1px solid #eee;
  border-radius: 3px;
  vertical-align: top;
  object-fit: cover;
  padding: 3px;
  cursor: pointer;
}

.image_popup_addition_class {
	background-color: transparent !important;
	box-shadow: none !important;
}
.image_popup img {
	max-width: 100%;
	max-height: 100%;
}
/* qun end */
