.account {
  margin: 20px 0 30px 0;
}
.account_menu {
  width: 200px;
  height: auto;
  background-color: #fff;
  float: left;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.account_menu dt, .account_menu dd {
  position: relative;
  height: 42px;
  line-height: 42px;
  width: 100%;
}
.account_menu dl a {
  display: block;
  transition: all .3s linear;
}
.account_menu dl a:hover {
  color: #333;
  background-color: #e4f1ee;
}
.account_menu dt.title a {
  background-color: #fff !important;
  cursor: text !important;
}
.account_menu dt a {
  padding-left: 24px;
}
.account_menu dd a {
  padding-left: 48px;
}
.account_menu dt.on,
.account_menu dd.on {
  background-color: #e4f1ee;
}
.account_menu dt.on:before,
.account_menu dd.on:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 42px;
  background: #00B38A;
  left: 0;
  top: 0;
}
.account_menu dt.on a,
.account_menu dd.on a {
  color: #00B38A;
}
.account_main {
  width: 990px;
  min-height: 780px;
  float: right;
}
.account_main_box {
  padding: 20px;
}
.account_main .top_title {
  font-size: 16px;
}
.account_main .top_nav {
	display: flex;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
.account_main .top_nav .item {
	margin-right: 20px;
	position: relative;
}
.account_main .top_nav .item:last-child {
	margin-right: 0;
}
.account_main .top_nav .item.on {
	color: #00B38A;
	font-weight: 600;
}
.wallet_box {
	text-align: center;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.wallet_box .txt span {
	display: block;
}
.wallet_box .txt span.price {
	font-size: 35px;
  margin-top: 6px;
}
.wallet_box .btns {
	margin-top: 20px
}
.wallet_box .btns .btn1 {
	background-color: #eee;
	border: 1px solid #eee;
	color: #333;
	margin-right: 3px;
}
.log_list .items i.msg {
	margin-left: 3px;
	font-size: .875rem;
	cursor: pointer;
}
.log_list .items .item {
	border-bottom: 1px solid #f5f5f5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.log_list .items .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.log_list .items .info {
	overflow: hidden;
}
.log_list .items .info .txt {
	float: left;
}
.log_list .items .info .ident {
	float: right;
	color: #61e7ce;
	font-weight: 600;
}
.log_list .items .item .date {
	font-size: .75rem;
	color: #666;
	margin-top: 5px;
}
.withdraw_log .msg {
  margin-left: 3px;
  cursor: pointer;
  font-size: 14px;
}
.wallet_pay_box {
	width: 500px;
	margin: 0 auto;
}
.gold_pay_box {
	width: 600px;
	margin: 0 auto;
}
.gold_pay_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -1rem;
}
.gold_pay_items .item {
	border: 1px solid #eee;
	width: 31%;
	padding: 30px 0;
	float: left;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.gold_pay_items .item.on {
	border: 1px solid #d8b66c;
}
.gold_pay_items .item .gold {
	font-size: 1.25rem;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
.gold_pay_items .item .price {
	color: #666;
	letter-spacing: 1px;
	font-size: .875rem;
}
.vip_status {
	text-align: center;
  padding-bottom: 20px;
}
.vip_status_icon {
	text-align: center;
	margin-bottom: 10px;
}
.vip_status .user_name {
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 2px;
}
.vip_status .description {
	color: #666;
	font-size: .75rem;
}
.vip_pay.items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -1rem;
}
.vip_pay.items .item {
	border: 1px solid #eee;
	width: 32%;
	float: left;
	padding: 28px 0;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.vip_pay.items .item.on {
	border: 1px solid #d8b66c;
}
.vip_pay.items .item .date {
	padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  letter-spacing: 2px;
}
.vip_pay.items .item .bd {
	padding-top: 1rem;
}
.vip_pay.items .item .bd span:first-child {
	font-size: 1.75rem;
}
.vip_pay.items .item .bd span:last-child {
	font-size: 0.75rem;
	color: #999;
}
.vip_pay_foot {
	padding-bottom: 10px;
	text-align: center;
}
.vip_pay_foot .btn {
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
}
.vip_pay_box .short_title {
	color: #666;
	font-size: 12px;
}

.my_publish_items .icon_question {
	cursor: pointer;
}

/* user_invite start */
.user_invite_introduce .items .item {
	margin-bottom: 5px;
	color: #666;
}
.user_invite_introduce .items .item:last-child {
	margin-bottom: 0;
}
/* user_invite end */

.am_unify_box {
  background-color: #fff;
  padding: 20px;
}
.am_unify_box .top {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 14px;
	margin-bottom: 20px;
}
.am_unify_box .top .title {
  position: relative;
  padding-left: 14px;
  letter-spacing: 1px;
}
.am_unify_box .top .title::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 5px;
  height: 12px;
  border-radius: 16px;
  background: #00B38A;
  content: '';
}
.am_unify_box .top .remark {
  float: right;
  font-size: 12px;
  color: #999;
}
.am_unify_box .top .more {
  float: right;
  color: #999;
}

.publish_entrance {
	padding: 20px 0 0 0;
	min-height: 580px;
}
.publish_entrance .container {
	width: 800px;
}
.publish_entrance .top {
	background-color: #fff;
	padding: 1.875rem;
	border-radius: 3px;
	letter-spacing: 3px;
}
.publish_entrance .top i {
	margin-left: 8px;
}
.publish_entrance .items .item {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	background-color: #fff;
	margin-top: 1rem;
	border-radius: 3px;
	padding: 1.875rem;
}
.publish_entrance .items .item:hover {
	box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}
.publish_entrance .items .item .title {
	font-weight: 600;
	letter-spacing: 3px;
	color: #333;
}
.publish_entrance .items .item .description {
	color: #666;
	margin-top: 8px;
  font-size: .75rem;
}

.publish .main {
	background-color: #fff;
	padding: 30px;
}
.publish .main form {
	width: 80%;
}
.publish .main .unify_box:first-child {
	margin-top: 0;
}
.publish .main .unify_box {
	margin-top: 28px;
}

.publish .upload_images .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.publish .upload_images .image {
  border: 1px solid #eee;
  height: 85px;
  width: 85px;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  padding: 3px;
}
.publish .upload_images .image.upload {
  background: url(/static/images/icon_upload.png) no-repeat;
  background-size: 50% 50%;
  background-position: center;
  cursor: pointer;
}
.publish .upload_images .image .close {
  position: absolute;
  top: -8px;
  right: -5px;
  z-index: 99;
  cursor: pointer;
}
.publish .upload_images .image .close::after {
  content: "\e604";
  font-size: 1rem;
  color: red;
}
.publish .upload_images .image img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.publish .upload_images.group_qrcode .image {
	width: 120px;
	height: 120px;
}

/* toppost start */
.toppost_post .info .info_item {
	margin-bottom: 8px;
}
.toppost_post .info .info_item:last-child {
	margin-bottom: 0;
}
.toppost_top .gold {
	font-weight: 600;
}
.toppost_top .txt {
	float: left;
	padding-top: 3px;
}
.toppost_top .btns {
	float: right;
	font-size: .875rem;
}
.toppost_pay.items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -1rem;
}
.toppost_pay_wallet_remark {
  color: #666;
  font-size: 12px;
  display: block;
}
.toppost_pay.items .item {
	border: 1px solid #eee;
	width: 32%;
	float: left;
	padding: 28px 0;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}
.toppost_pay.items .item.on {
	border: 1px solid #d8b66c;
}
.toppost_pay.items .item .date {
	padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
  letter-spacing: 2px;
}
.toppost_pay.items .item .bd {
	padding-top: 1rem;
}
.toppost_pay.items .item .bd span:first-child {
	font-size: 1.75rem;
}
.toppost_pay.items .item .bd span:last-child {
	font-size: 0.75rem;
	color: #999;
}
.toppost_pay_foot {
	padding-bottom: 10px;
	text-align: center;
}
.toppost_pay_foot .btn {
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
}
/* toppost end */

.idcard_images .items {
	display: flex;
	justify-content: space-between;
	width: 420px;
}
.idcard_images .item {
	cursor: pointer;
}
.idcard_images .item .img {
	width: 200px;
	height: 130px;
  line-height: 130px;
  background-color: #e7efff;
  position: relative;
}
.idcard_images .item .img img {
  max-width: 65%;
  max-height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.idcard_images .item .btn {
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #00B38A;
	color: #fff;
}
.realname_auth_status {
	text-align: center;
}
.realname_auth_status .div {
	margin-bottom: 10px;
}
.user_info .alert {
	margin-bottom: 20px;
}
.user_info .a1 {
	color: #00B38A;
	font-size: 12px;
	margin-left: 3px;
}