.account {
	overflow: hidden;
	padding: 1.25rem 0 0 0;
	min-height: 600px;
}
.account .unify_box {
	background-color: #fff;
	border-radius: 8px;
	padding: 1.25rem;
	overflow: hidden;
}
.account .unify_box .short_title {
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  padding-left: 13px;
  color: #666;
  font-size: .75rem;
}
.account .unify_box .short_title::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 10px;
  border-radius: 16px;
	background: #f4645f;
	content: '';
}
.account .unify_box .short_title .more {
	float: right;
	color: #999;
	font-size: .75rem;
}

#form .btn-my {
	width: 100%;
}
.btn-logout {
	color: #fff;
  background-color: #adb4bb;
  border-color: #adb4bb;
}

.account_nav {
	font-size: .75rem;
}
.account_nav a, .account_nav span {
	margin-right: 5px;
}
.account_nav span.on {
  color: #707070;
}

.top_nav {
	display: flex;
}
.top_nav .bd {
  display: inline-block;
  width: 100%;
  overflow: scroll !important;
  white-space: nowrap;
}
.top_nav .bd::-webkit-scrollbar {
	display: none;
}
.top_nav .item {
	margin-right: 1rem;
	position: relative;
}
.top_nav .item:last-child {
	margin-right: 0;
}
.top_nav .item.on {
	color: #f4645f;
	font-weight: 600;
}

.log_list .items .item {
	border-bottom: 1px solid #f5f5f5;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.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;
}

.list .items .item {
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 1.25rem;
	border-radius: 8px;
	position: relative;
  margin-bottom: 1rem;
}
.list .items .item:last-child {
  margin-bottom: 0;
}
.list .items .item .tips {
  position: absolute;
  width: 60px;
  height: 24px;
  line-height: 24px;
  background: #f4645f;
  border-radius: 13px 0px 0px 13px;
  font-size: .75rem;
  color: #fff;
  text-align: center;
  top: .875rem;
  right: 0;
}
.list .items .item.item_tips .title {
	max-width: 86%;
}
.list .items .item .type {
	font-size: .75rem;
	color: #666;
	overflow: hidden;
	width: 100%;
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #eee;
}
.list .items .item .type li {
  font-size: .875rem;
  color: #666;
  margin-bottom: 8px;
  width: 100%;
  letter-spacing: 1px;
}
.list .items .item .type li:last-child {
	margin-bottom: 0;
}
.list .items .item_foot {
	overflow: hidden;
	width: 100%;
	text-align: right;
	border-top: 1px solid #eee;
	font-size: .875rem;
	padding-top: 1rem;
	margin-top: 1rem;
}
.list .items .item_foot a {
	color: #666;
}
.list .items .item_foot a.on {
	color: #f4645f;
}
.list .items .item_foot i.split_line {
	color: #ccc;
}

.list_look .items .item {
	border-bottom: 1px solid #eee;
	background-color: #fff;
	padding: 1rem;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
  margin-bottom: 1rem;
}
.list_look .items .item:last-child {
  margin-bottom: 0;
}
.list_look .items .item .date {
	font-size: .875rem;
}
.list_look .items .item .date i {
	margin-right: 5px;
	font-size: .875rem;
}
.list_look .items .item .bd {
	padding-top: 1rem;
	margin-top: 1rem;
	border-top: 1px solid #eee;
}
.list_look .items .item .bd .item_line {
	margin-bottom: 10px;
	font-size: .875rem;
}
.list_look .items .item .bd .item_line:last-child {
	margin-bottom: 0;
}
.list_look .items .item .bd .item_line .copy_btn {
	margin-left: 5px;
}
.list_look .items .item .bd .item_line span {
	margin-right: 3px;
}
.list_look .items .item .bd .item_line span.first {}

.table th, .table td {
	border: none;
	font-weight: 400;
}
.table th, .table td {
	border-bottom: 1px solid #f5f5f5 !important;
}

.account .page {
	font-size: .75rem;
}

/* account index start */
.account_index {
	padding: 0 0 1.5rem 0;
}
.account_index .top {
	padding: 1.5rem 0;
	overflow: hidden;
}
.account_index .top .avatar {
	float: left;
}
.account_index .top .avatar img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	vertical-align: top;
  object-fit: cover;
}
.account_index .top .left .info {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
}
.account_index .top .left .info .name {
	font-weight: 600;
}
.account_index .top .left .info .name i {
	margin-left: 5px;
	color: #666;
	font-size: .75rem;
	font-weight: 400;
}
.account_index .top .left .info .tags .sex-icon {
	font-size: .875rem;
	font-weight: 400;
}
.account_index .top .left .info .tags .sex-icon.man:before {
	content: '\e603';
	color: #007AFF;
}
.account_index .top .left .info .tags .sex-icon.woman:before {
	content: '\e602';
	color: #ff4b9f;
}
.account_index .top .left .info .tags span {
	font-size: .75rem;
	color: #666;
}
.account_index .money {
	font-size: .875rem;
	border-radius: 5px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 15px 0 10px 0;
	overflow: hidden;
	margin-bottom: 1rem;
}
.account_index .money .item {
	text-align: center;
}
.account_index .money .item img {
	width: 27px;
	height: 27px;
	margin-bottom: 5px;
}
.account_index .items {
	border-radius: 5px;
	margin-bottom: 1rem;
	background-color: #fff;
}
.account_index .items:last-child {
	margin-bottom: 0;
}
.account_index .items .item {
	height: 55px;
	line-height: 55px;
	margin: 0 auto;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 1rem;
	overflow: hidden;
	display: block;
}
.account_index .items .item:last-child {
	border: none;
}
.account_index .items .item .left {
	float: left;
}
.account_index .items .item .left i {
	margin-right: 6px;
}
.account_index .items .item .right {
	float: right;
}
.account_index .items .item .right i:before {
	content: '\e62a';
	color: #999;
	font-size: .75rem;
}
.account_index .items .item .right span {
	margin-right: 5px;
  color: #999;
  font-size: .875rem;
}
.account_index .items .item.about {
	text-align: center;
	color: #999;
	letter-spacing: 2px;
	font-size: .75rem;
}
/* account index end */

/* publish start */
.publish {
	padding: 1.25rem 0 1rem 0;
	min-height: 580px;
}
.publish .top {
	background-color: #fff;
	padding: 1.875rem;
	border-radius: 8px;
	letter-spacing: 3px;
}
.publish .top i {
	margin-left: 8px;
}
.publish .items .item {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	background-color: #fff;
	margin-bottom: 1rem;
	border-radius: 8px;
	padding: 1.875rem;
}
.publish .items .item:last-child {
  margin-bottom: 0;
}
.publish .items .item .title {
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 3px;
	color: #333;
}
.publish .items .item .description {
	color: #666;
	margin-top: 8px;
	font-size: .875rem;
}
.publish .span_introduce {
	margin-left: 5px;
	color: #666;
	font-size: .75rem;
}
.publish .span_required {
	margin-left: 5px;
	color: red;
}
.publish .upload_images label {
	display: block;
	width: 100%;
}
.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: 8px;
  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;
}
.publish .form_section {
	background-color: #fff;
	margin-bottom: 1rem;
	border-radius: 8px;
	padding: 1.875rem;
}
.publish .form_section:last-child {
  margin-bottom: 0;
}
.publish .form_section .short_title {
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
  padding-left: 13px;
  color: #666;
  font-size: .75rem;
}
.publish .form_section .short_title::before {
	position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 10px;
  border-radius: 16px;
  background: #f4645f;
  content: '';
}
.publish .form_section .short_title .remark_info {
	color: #666;
	font-size: .75rem;
	font-weight: 400;
	margin-left: 6px;
}
.publish .form-check {
	font-size: .875rem;
}
/* publish end */

/* gold start */
.gold_top .gold {
	font-weight: 600;
}
.gold_top .txt {
	float: left;
	padding-top: 3px;
}
.gold_top .btns {
	float: right;
	font-size: .875rem;
}
.gold_pay.items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -1rem;
}
.gold_pay.items .item {
	border: 1px solid #eee;
	width: 48%;
	float: left;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 8px;
	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;
}
/* gold end */

/* vip start */
.vip_status {
	text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.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: 48%;
	float: left;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 8px;
	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 {
  width: 100%;
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
  color: #fff;
}
/* vip end */

/* wallet start */
.wallet_top {
	text-align: center;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.wallet_top .txt span {
	display: block;
}
.wallet_top .txt span.price {
	font-size: 2.15rem;
}
.wallet_top .txt span.price i {
	font-size: 1rem;
	margin-right: 6px;
	font-style: normal;
}
.wallet_top .btns {
	margin-top: 1rem;
}
.wallet_top .btns .btn {
	width: 100px;
	font-weight: 600;
}
.wallet_top .btns .btn1 {
	background-color: #eee;
	border: 1px solid #eee;
	color: #333 !important;
	margin-right: 3px;
}
.wallet_pay_input label {
	font-weight: 600;
	margin-bottom: 12px;
}
/* wallet end */

/* toppost start */
.toppost_post .info .info_item {
	margin-bottom: 8px;
	color: #666;
	font-size: .875rem;
}
.toppost_post .info .info_item a {
	color: #666;
}
.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.items .item {
	border: 1px solid #eee;
	width: 48%;
	float: left;
	padding: 1rem;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 8px;
	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;
  width: 100%;
}
/* toppost end */

/* withdraw start */
.withdraw_log .items {
  font-size: .875rem;
  margin-top: -0.875rem;
}
.withdraw_log .items .msg {
  margin-left: 3px;
  font-size: .875rem;
  cursor: pointer;
}
/* withdraw end */

/* 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 */