* {
	outline: none;
}
html, body {
	background-color: #f1f3f8;
	height: 100%;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none !important;
  color: #333;
}
a:link {
	color: #333;
	text-decoration: none !important;
}
a:visited {
	color: #333;
	text-decoration: none !important;
}
ul, ol{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}
.none {
	display: none;
}
.price_color {
	color: #FF0000;
}
.btn-my {
	background-color: #f4645f;
	border: 1px solid #f4645f;
	color: #fff !important;
}
.btn-my:hover {
	color: #fff !important;
}
.btn:focus {
  box-shadow:none!important;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 1rem;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';  /* Project id 3207170 */
  src: url('//at.alicdn.com/t/font_3207170_0li6c2sjcw6.woff2?t=1652598638735') format('woff2'),
       url('//at.alicdn.com/t/font_3207170_0li6c2sjcw6.woff?t=1652598638735') format('woff'),
       url('//at.alicdn.com/t/font_3207170_0li6c2sjcw6.ttf?t=1652598638735') format('truetype');
}

.head_blank {
	height: 3.75rem;
}
.head {
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px -1px, rgb(0 0 0 / 2%) 0px 4px 5px 0px;
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	color: #333;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
.head a {
	color: #333 !important;
}
.head a:hover {
	color: #333 !important;
}
.head_box {
	position: relative;
	text-align: center;
}
.head_box .hl {
	position: absolute;
	left: 0;
}
.head_box .hr {
	position: absolute;
	right: 0;
}
.head_box .center_txt {
	letter-spacing: 2px;
	max-width: 60%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}
.head .logo img {
	width: 25px;
	height: 25px;
}
.head .icon_goback:before {
	content: '\e607';
	font-size: 1.125rem;
}
.head .icon_search:before {
	content: '\e651';
	font-size: 1.125rem;
}
.head .icon_menu:before {
	content: '\e610';
	font-size: 1.125rem;
}

.nav {
	font-size: .75rem;
	margin-bottom: 1rem;
	padding-left: 4px;
}
.nav a, .nav span {
	margin-right: 5px;
}
.nav span.on {
  color: #707070;
}

/* dz start  */
.post_list {
	min-height: 580px;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.post_list .items .item_box {
	background-color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}
.post_list .items .item_box .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: 1rem;
  right: 0;
}
.post_list .items .item_box.item_tips .title {
	max-width: 86%;
}
.post_list .items .item_box .top {
	overflow: hidden;
}
.post_list .items .item_box .title {
	font-weight: 600;
	float: left;
}
.post_list .items .item_box .type {
	font-size: .75rem;
	color: #666;
	float: left;
	margin-left: -1rem;
}
.post_list .items .item_box .type li {
	float: left;
	margin-left: 1rem;
}
.post_list .condition {
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  font-size: .875rem;
}
.post_list .condition .c_group {
  display: flex;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 1rem;
}
.post_list .condition .c_group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.post_list .condition .c_group .c_group_title {
	min-width: 100px;
}
.post_list .condition .c_group .c_group_items {
	margin-bottom: -14px;
  margin-right: -20px;
}
.post_list .condition .c_group .c_group_items .span_item {
	display: inline-block;
	color: #666;
  margin: 0 20px 14px 0;
	color: #666;
}
.post_list .condition .c_group .c_group_items .span_item.on {
	color: #f4645f;
	font-weight: 600;
}

.post_show {
	min-height: 580px;
	padding-top: 1.25rem;
}
.post_show .unify_box {
	background-color: #fff;
	padding: 1.75rem;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1.25rem;
}
.post_show .short_title {
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 13px;
  color: #666;
  font-size: .75rem;
}
.post_show .short_title::before {
	position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 10px;
  border-radius: 16px;
	background: #f4645f;
	content: '';
}
.post_show .top .title {
	font-weight: 600;
}
.post_show .type .bd {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
	margin-bottom: -5px;
}
.post_show .type .item {
	color: #999;
	font-size: .875rem;
	letter-spacing: 1px;
	margin-left: 1rem;
	margin-bottom: 5px;
	width: 100%;
}
.post_show .type .item .span_item {
	margin-right: 3px;
}
.post_show .type .item .span_item:last-child {
	margin-right: 0;
}
.post_show .content .bd {
	line-height: 2;
}
.post_show .content .bd img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #eee;
	padding: 5px;
}
.post_show .content .bd p:last-child {
	margin-bottom: 0;
}
.post_show .contact .contact_item {
	margin-bottom: .75rem;
}
.post_show .contact .contact_item:last-child {
	margin-bottom: 0;
}
.post_show .contact .contact_item span {
	letter-spacing: 2px;
}
.post_show .contact .btn {
	width: 100%;
}
.post_show .contact .remark_info {
	font-size: .75rem;
	text-align: center;
}
/* dz end  */

/* article start */
.article_list {
	min-height: 580px;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}

.article_list .items .item_box {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 1rem;
  overflow: hidden;
}
.article_list .items .item .top {
	overflow: hidden;
}
.article_list .items .item .title {
	font-size: 1.125rem;
	font-weight: 600;
	float: left;
}
.article_list .items .item .type {
	font-size: .75rem;
	color: #666;
	float: left;
	margin-left: -1rem;
}
.article_list .items .item .type li {
	float: left;
	margin-left: 1rem;
}
.article_show {
	min-height: 580px;
	padding-top: 1.25rem;
  padding-bottom: 1.5rem;
}
.article_show .top {
	background-color: #fff;
	padding: 28px;
	border-radius: 8px;
	overflow: hidden;
}
.article_show .top .title {
	font-size: 1.25rem;
	font-weight: 600;
}
.article_show .top .type {
	font-size: .875rem;
	color: #666;
	float: left;
	margin-left: -1rem;
}
.article_show .top .type li {
	float: left;
	margin-left: 1rem;
}
.article_show .content {
	background-color: #fff;
	padding: 28px;
	border-radius: 8px;
	overflow: hidden;
	line-height: 2;
}
.article_show .content .title {
  font-size: 1.25rem;
  font-weight: 600;
  overflow: hidden;
}
.article_show .content img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.article_show .content h1,
.article_show .content h2,
.article_show .content h3,
.article_show .content h4,
.article_show .content h5 {
	font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
  line-height: 2;
}
.article_show .content h1::before,
.article_show .content h2::before,
.article_show .content h3::before,
.article_show .content h4::before,
.article_show .content h5::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 38px;
  content: '';
  background-color: #eee;
}
.article_show .content p:last-child {
	margin-bottom: 0;
}
.article_show .content ul {
	list-style-type: disc;
	padding-left: 1rem;
	margin-bottom: 1rem;
}
.article_show .content ul:last-child {
	margin-bottom: 0;
}

.article_list.baike .h1_title {
	font-weight: 600;
	margin-bottom: 1rem;
	background-color: #fff;
	padding: 1rem;
	border-radius: 8px;
}
.article_list.baike .h1_title span {
	color: #666;
	font-size: .875rem;
	font-weight: 400;
	margin-left: 10px;
}
.article_list.baike .items .item .top .title {
	float: none;
	text-align: center;
	font-weight: normal;
	letter-spacing: 3px;
	overflow: hidden;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.article_list.baike .items .item .top .short_title {
	text-align: center;
	color: #999;
	font-size: .75rem;
	overflow: hidden;
	display: box;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
/* article 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 .top {
	text-align: center;
	padding: 60px 0 30px 0;
	color: #fff;
}
.account_login .top .title {
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 2px;
}
.account_login .top .info {
	margin-top: 1rem;
	letter-spacing: 5px;
	font-size: .875rem;
}
.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 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-right: 8px;
}
.contact_popup .btns .btn:first-child {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
}
.contact_popup .btns .btn:last-child {
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
}

.contact_popup_addition_class {
  border-radius: 20px !important;
}
.contact_popup .tip3 {
	font-size: .75rem;
	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 */

/* noresult start */
.noresult {
	text-align: center;
	display: block;
	margin: 50px 0 0 0;
}
.noresult img {
	max-width: 130px;
}
.noresult p {
	font-size: 12px;
	margin-top: 10px;
	color: #ccc;
	letter-spacing: 3px;
}
.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 */
.page {
	font-size: .75rem;
}
.page-link {
  position: relative;
  display: block;
  color: #666;
  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: #e9ecef;
  border-color: #dee2e6;
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f4645f;
  border-color: #f4645f;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
/* paginate end */

/* index start */
.index {}
.index .top_title {
	margin-bottom: 1rem;
	letter-spacing: 3px;
	position: relative;
	padding-left: 1rem;
	font-weight: 600;
}
.index .top_title::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 5px;
	height: 12px;
	border-radius: 16px;
	background: #f4645f;
	content: '';
}
.index .top_title i {
	float: right;
	font-weight: 400;
	color: #666;
}
.index .index_banner {
  width: 100%;
  overflow: hidden;
}
.index .index_banner img {
  width: 100%;
  height: auto;
}
.index_sudoku {
  background-color: #fff;
}
.index_sudoku .container {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0 0 0;
}
.index_sudoku .item {
  width: 25%;
  text-align: center;
  margin-bottom: 1.25rem;
}
.index_sudoku .item img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}
.index_sudoku .post_types .lists {
	background-color: #fff;
	overflow: hidden;
	padding: 1rem;
	border-radius: 8px;
}
.index_hot_recommend {
	margin-bottom: -1rem;
}
.index_hot_recommend .item {
	margin-bottom: 1rem;
}
.index_hot_recommend .item_box {
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 8px;
	letter-spacing: 3px;
	cursor: pointer;
	background-color: #fff;
	font-weight: 600;
  letter-spacing: 2px;
}
.index .post_types .lists {
	background-color: #fff;
	overflow: hidden;
	padding: 1rem;
	border-radius: 8px;
}
.index .post_types .item_box {
	padding: 1rem;
	display: block;
}
.index .post_types .item_box .title {}
.index .post_types .item_box i {
	margin-right: 5px;
}
.index .post_types .item_box .title span {
	letter-spacing: 1px;
}
.index_items {
	margin-bottom: -1rem;
}
.index_items .item {
	margin-bottom: 1rem;
}
.index_items .item_box {
	height: 150px;
	line-height: 150px;
	text-align: center;
	border-radius: 8px;
	letter-spacing: 3px;
	cursor: pointer;
}
.index_items .item1 .item_box {
	background: linear-gradient(to bottom right, #0d6efd, #198754);
	color: #fff;
}
.index_items .item2 .item_box {
	background: linear-gradient(to bottom right, #6610f2, #ffc107);
	color: #fff;
}
.index_items .item3 .item_box {
	background: linear-gradient(to bottom right, #d63384, #20c997);
	color: #fff;
}
.index_items .item4 .item_box {
	background: linear-gradient(to bottom right, #fd7e14, #0d6efd);
	color: #fff;
}
.index_items .item5 .item_box {
	background: linear-gradient(to bottom right, #c1385e, #1ea72f);
	color: #fff;
}
.index_items .item6 .item_box {
	background: linear-gradient(to bottom right, #1335dd, #1ea72f);
	color: #fff;
}
.index_items .item7 .item_box {
	background: linear-gradient(to bottom right, #0fb53a, #18a9b7);
	color: #fff;
}
.index_items .item8 .item_box {
	background: linear-gradient(to bottom right, #4e57c7, #1ea72f);
	color: #fff;
}

.index_posts .items .item_box {
	background-color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
  padding: 1rem;
  overflow: hidden;
  position: relative;
}
.index_posts .items .item_box .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: 1rem;
  right: 0;
}
.index_posts .items .item_box.item_tips .title {
	max-width: 86%;
}
.index_posts .items .item_box .top {
	overflow: hidden;
}
.index_posts .items .item_box .title {
	font-weight: 600;
	float: left;
}
.index_posts .items .item_box .type {
	font-size: .75rem;
	color: #666;
	float: left;
	margin-left: -1rem;
}
.index_posts .items .item_box .type li {
	float: left;
	margin-left: 1rem;
}
/* index end */

/* foot start */
.foot {
  overflow: hidden;
  font-size: .75rem;
  padding: 1.25rem 0;
  text-align: center;
  width: 100%;
}
.foot .friend_link_title {
	font-size: 1rem;
  letter-spacing: 2px;
  color: #666;
}
.foot .friend_link .items {
	margin-left: -8px;
	margin-bottom: -8px;
	margin-top: 1rem;
}
.foot .friend_link .items a {
	margin-left: 8px;
	margin-bottom: 8px;
	color: #666;
}
.foot .copyright {
  text-align: center;
  margin-top: 1.5rem;
  color: #666;
}
.foot .copyright a {
	color: #666;
}
.foot .info {
	color: #666;
}
/* foot end  */

/* wxapp_qrcode start */
.wxapp_qrcode {
  margin-top: 1.25rem;
  text-align: center;
}
.wxapp_qrcode .title {
  letter-spacing: 2px;
  color: #666;
}
.wxapp_qrcode img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  margin-top: 8px;
}
.wxapp_qrcode .description {
  font-size: .875rem;
  color: #666;
  margin-top: 8px;
}
/* wxapp_qrcode end */

/* lfoot start */
.lfoot_blank {
	height: 64px;
}
.lfoot {
	background-color: #fff;
	box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	padding: 8px 0;
}
.lfoot .box {
	display: flex;
}
.lfoot .item {
	flex: 1;
	text-align: center;
}
.lfoot .item i {
	display: block;
	font-size: 1rem;
}
.lfoot .item .txt {
	font-size: .875rem;
}
.lfoot .item1 i:before {
	content: '\e8b9';
}
.lfoot .item2 i:before {
	content: '\e653';
}
.lfoot .item3 i:before {
	content: '\e616';
}
.lfoot .item4 i:before {
	content: '\e619';
}
.lfoot .item5 i:before {
	content: '\e61a';
}
/* lfoot 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;
}
.luckFU_remove::before {
  content: '\e608';
  color: red;
}
.luckFU:hover .luckFU_remove {
  display: block;
}
/* 异步上传 end */

/* foot_top start */
.foot_top {
	position: fixed;
	right: 1rem;
	bottom: 80px;
	opacity: .6;
}
.foot_top_btn {
	border: 1px solid #333;
	background-color: #333;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.foot_top_btn i:before {
	content: '\e62e';
}
/* foot_top end */

/* search_box start */
.search_box .btn {
	border: 1px solid #f4645f;
	background-color: #f4645f;
	color: #fff;
}
.search_title {
	text-align: center;
	letter-spacing: 3px;
}
.search_title i {
	margin-right: 5px;
}
.search_empty_data {
	text-align: center;
	color: #999;
	font-size: .875rem;
}
/* search_box end */

/* danbao start */
.danbao {
	padding: 1.25rem 0 1.25rem;
}
.danbao .unify_box {
	background-color: #fff;
	padding: 1.75rem;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1.25rem;
}
.danbao .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;
}
.danbao .unify_box .short_title::before {
	position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: 10px;
  border-radius: 16px;
	background: #f4645f;
	content: '';
}
.danbao .unify_box .bd {
	line-height: 2;
}
.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: #f4645f;
	color: #fff;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
.danbao .btns {
	text-align: center;
}
.danbao .btns .btn1 {
	color: #f4645f !important;
  background-color: #fff;
  border-color: #f4645f;
  margin-right: 6px;
}
.danbao .form_btns .item {
	color: #f4645f;
  border: 1px solid #f4645f;
	padding: 8px 16px;
	border-radius: 5px;
	cursor: pointer;
}
.danbao .form_btns .item.on {
	background-color: #f4645f;
	color: #fff;
}
.danbao .form_btns .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 .payment {
	margin-top: -10px;
}
/* danbao end */

/* payment start */
.payment {}
.payment .title {
	font-weight: 600;
}
.payment .item {
	width: 100%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.payment .item .left {
	float: left;
}
.payment .item .icon {
	width: 26px;
  height: 26px;
}
.payment .item .txt {
	margin-left: 5px;
}
.payment .item i {
	float: right;
}
.payment .item i:before {
	content: '\e72f';
}
.payment .item.on i:before {
	content: '\e731';
	color: #f4645f;
}
.payment_foot {}
.payment_foot .description {
	color: #666;
	font-size: .875rem;
	margin-bottom: 12px;
}
.payment_foot .description .price_color {
	font-size: 1.25rem;
}
.payment_foot .btn {
	width: 100%;
	background-color: #d8b66c;
	border: 1px solid #d8b66c;
}
.payment_foot .btn.btn_check_pay {
	background-color: #5ca75b;
	border: 1px solid #5ca75b;
  color: #fff;
}
.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 */