.nav {
	font-size: 12px;
  margin-top: 16px;
	margin-bottom: 16px;
	padding-left: 4px;
}
.nav a, .nav span {
	margin-right: 5px;
	color: #999;
}
.nav span.on {
  color: #999;
}

.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: #0d6efd;
  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: #0d6efd;
  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: 30px;
	line-height: 30px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #eee;
	color: #7c7c7c;
	font-size: 12px;
}
.header_top a {
	color: #7c7c7c;
}
.header_top a:hover {
  color: #0d6efd;
}
.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 8px;
	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: 30px;
  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: #0d6efd;
	cursor: pointer;
	transition: all .3s;
	margin-right: 4px;
}
.head .search .search_menu li.on {
	color: #fff;
	background: #0d6efd;
}
.head .search_box {
	width: 738px;
	height: 40px;
	background: #FFFFFF;
	border: 2px solid #0d6efd;
}
.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: #0d6efd;
	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: #0d6efd;
	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 #0d6efd;
	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: #0d6efd;
	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;
  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 .title {
	font-size: 16px;
}
.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: #0d6efd;
}
.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: 230px;
  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;
}
.custom_menu li.on a {
	color: #0d6efd;
}

.banner {
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.banner .adver_a {
	width: 100%;
	height: 440px;
	position: absolute;
	left: 0;
}
.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 .container {
	position: relative;
}
.banner .banner_right {
	position: absolute;
	width: 244px;
	z-index: 999;
	top: 23px;
  right: 0;
}
.account_box {
	width: 100%;
	height: 200px;
	text-align: center;
	background-color: #fff;
	padding-top: 10px;
}
.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 #0d6efd;
	background: #0d6efd;
	color: #fff;
}

.index_notice {
	width: 100%;
	height: 182px;
	background-color: #fff;
	border-top: 1px solid #f5f5f5;
}
.index_notice_box {
	padding: 14px;
}
.index_notice .title {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.index_notice .items {
	height: 122px;
	overflow: hidden;
}
.index_notice .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
  color: #666;
  font-size: 12px;
  margin-bottom: 10px;
}
.index_notice .item:last-child {
	margin-bottom: 0;
}
.index_notice .item a {
	color: #666;
}

.index_adver1 img {
	width: 100%;
	margin-top: 20px;
}

.section {
	margin-top: 20px;
	overflow: hidden;
	margin-bottom: -20px;
}
.section .top {
	background-color: #fff;
	padding: 20px;
}
.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: #0d6efd;
  content: '';
}
.section .top .more {
	float: right;
	color: #999;
	font-size: 12px;
}
.section .items {
	margin-top: 20px;
}
.section .s_noresult {
	margin: 30px 0 50px 0;
	text-align: center;
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
}

.foot {
	background: #32373E;
  padding-top: 60px;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.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;
}

/* 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: 6px;
}
.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 .name {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  color: #666;
}
.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: #0d6efd;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.show_left .contact .bd {
  border: 1px solid #0d6efd;
  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: #0d6efd;
}
.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: #0d6efd;
  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 */

/* 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: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.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 */

/* 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: #0d6efd;
	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: #0d6efd;
  background-color: #fff;
  border-color: #0d6efd;
  margin-right: 6px;
}
.danbao .creator_items .item {
	color: #0d6efd;
  border: 1px solid #0d6efd;
	padding: 8px 16px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 12px;
}
.danbao .creator_items .item.on {
	background-color: #0d6efd;
	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(../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 */

/* payment start */
.payment {
	margin-top: 20px;
}
.payment_top .title {
	font-weight: 600;
	letter-spacing: 2px;
}
.payment_items {
	margin-top: 10px;
}
.payment_items .item {
	border: 1px solid #eee;
	padding: 1rem;
	cursor: pointer;
	border-radius: 5px;
}
.payment_items .item:not(:last-child) {
	border-bottom: none;
}
.payment_items .item i {
	vertical-align: middle;
	color: #999;
}
.payment_items .item i::after {
	content: '\e72f';
}
.payment_items .item.on i::after {
	content: '\e731';
	color: #ef1c2b;
}
.payment_btns {
	margin-top: 20px;
	text-align: right;
}

.popup_weixinpay {
  width: 440px;
  background-color: #fff;
  padding: 50px 0 60px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.popup_weixinpay .close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  content: '\e608';
  font-size: 16px;
}
.popup_weixinpay_addition_class {
  border-radius: 20px !important;
}
.popup_weixinpay .title {
  color: #333333;
  font-size: 20px;
  letter-spacing: 2px;
}
.popup_weixinpay .tip {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  margin-top: 14px;
  letter-spacing: 2px;
}
.popup_weixinpay .qrcode {
  margin-top: 20px;
}
.popup_weixinpay .qrcode img {
  width: 200px;
  height: 200px;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
}
.popup_weixinpay .btns {
	margin-top: 30px;
}
/* payment end */

.jubao_popup {
	width: 780px;
  background-color: #fff;
  padding: 50px 0 60px 0;
  border-radius: 5px;
  position: relative;
  display: none;
}
.jubao_popup .close::before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  content: '\e607';
  font-size: 16px;
}
.jubao_popup .main {
	width: 85%;
	margin: 0 auto;
	margin-top: 20px;
}
.jubao_popup .a1 {
	color: #0d6efd;
}
