html,
body {
	position: relative;
}

html,
body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

body {
	background-color: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.warp {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 750px;
	text-align: center;

}

/*��ҳ*/
.index {
	position: relative;
	top: 20px;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	text-align: center;
}

.brand_list {
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
	width: 141px;
	height: 34px;
	z-index: 1;
}

.index_blank {
	width: 100%;
	height: 20px;
	background-color: #f4f4f4;
}

.recommend {
	position: relative;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 0 auto;
	margin-top: 36px;
	font-size: 25px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
}

.recommend::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 220px;
	border-bottom: 2px solid #CCCCCC;
	right: 12%;
}

.recommend::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 220px;
	border-bottom: 2px solid #CCCCCC;
	left: 12%;
}

.index_nav_list {
	width: 650px;
	height: auto;
	font-size: 22px;
	color: #000;
	margin: 0 auto;
}

.index_nav_list .list {
	display: flex;
	height: auto;
}

.index_nav_list a {
	display: inline-block;
	padding: 25px 18px 22px;
	line-height: 22px;
	font-size: 18px;
}

.index_nav_list img {
	width: 92px;
	height: 92px;
}

.shop_list,
.details_shop_list {
	width: 694px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.details_shop_list ul,
.shop_list_next ul {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 114px;
}

.details_shop_list ul li {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 288px;
	background-color: #fff;
	border-radius: 22px;
	margin-top: 22px !important;
	box-shadow: 0px 4px 25px -14px rgba(27, 20, 3, 0.9);
}

.shop_list_next {
	width: 665px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.shop_list_next ul li {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	border-radius: 22px;
	margin-top: 22px;
	padding: 22px;
	box-sizing: border-box;
	box-shadow: 0px 4px 25px -14px rgba(27, 20, 3, 0.9);
}

.shop_list_next ul li .title {
	width: 621px;
	font-size: 29px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 43px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	border-bottom: 2px solid rgba(128, 128, 128, 0.8);
}

.shop_list_next ul li .title span {
	font-size: 25px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #DC2626;
	margin-left: 18px;
}

.shop_list_next ul li a {
	display: block;
}

.shop_list_next ul li .imgbox {
	display: block;
	width: 621px;
	height: 248px;
	margin: 0 auto;
}

.shop_list ul {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}

.shop_list ul li {
	position: relative;
	width: auto;
	height: auto;
	min-height: 280px;
	background-color: #fff;
	border-radius: 22px;
	margin-top: 22px !important;
	box-shadow: darkgrey 2px 2px 22px 0px;
}

.shop_list ul li a {
	height: auto;
	min-height: 240px;
	width: auto;
	display: block;
	cursor: pointer;
}

.shop_list_imgUrl {
	position: relative;
	width: 373px;
	height: 225px;
	top: 20px;
	left: 20px;
	text-align: left;
	float: left;
}

.shop_list_y {
	position: absolute;
	top: 368px;
	left: 0;
	width: 100%;
	height: 47px;
	background: rgba(0, 0, 0, 0.7);
}

.shop_list_logo_bg {
	position: absolute;
	left: 20px;
	width: 98px;
	height: 113px;
	background: url("../images/shop_list_logo_bg.png");
	background-size: 100% 100%;
	z-index: 2;
}

.shop_list_logo {
	width: 69px;
	height: auto;
	text-align: center;
	margin-top: 13px;
}

.shop_list_title {
	position: relative;
	left: 6%;
	top: 34px;
	float: left;
	width: 40%;
	height: auto;
	color: #333333;
	font-weight: bold;
	font-size: 29px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 1.2;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
}

.shop_list_star {
	position: relative;
	top: -61px;
	float: right;
	margin: 23px;
	width: auto;
	height: auto;
	text-align: left;
}

.shop_list_star img {
	width: 21px;
	height: auto;
	text-align: left;
}

.shop_list_keyword {
	position: relative;
	left: 6%;
	top: 57px;
	width: 38%;
	height: auto;
	color: #858999;
	font-size: 18px;
	text-align: left;
	min-height: 28px;
	line-height: 1.2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_lable {
	position: relative;
	top: 77px;
	left: 6%;
	width: 38%;
	height: 34px;
	float: left;
	line-height: 1;
}

.index_lable div {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	text-align: center;
	border: 1px solid #333333;
	padding: 2px;
	overflow-y: hidden;
	height: 27px;
}

.index_lable div span {
	line-height: 27px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 20px;
	border-right: 1px solid #333333;
	color: #333333;
}

.index_lable div span:last-child {
	border-right: none;
}

.shop_list_price {
	margin: 0px 0px 23px 23px;
	width: 98%;
	height: auto;
	color: #000;
	font-size: 26px;
	text-align: left;
}

.shop_list_price .span_small {
	color: #c13b38;
	font-size: 26px;
}

.span_big {
	position: relative;
	top: 70px;
	left: 6%;
	width: 38%;
	line-height: 1.2;
	color: #DC2626;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.shop_list_num {
	position: relative;
	top: 130px;
	left: 6%;
	width: 38%;
	height: auto;
	color: #333333;
	font-size: 18px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	float: left;
	text-align: left;
	line-height: 1.2;
}

.shop_list_num img {
	width: 22px;
	height: auto;
	text-align: left;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

/*�����б�ҳ��*/
.details {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

.nav {
	position: fixed;
	bottom: 0;
	width: 750px;
	height: 92px;
	background-size: 100% 100%;
	background: #FFFFFF;
	padding-bottom: 60px;
}

.nav_index {
	position: absolute;
	left: 87px;
	top: 10px;
}

.nav_index,
.nav_share {
	width: 43px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.nav_index span,
.nav_share span {
	font-size: 18px;
	color: #4E4E4E;
	margin-top: 5px;
}

.nav_index img,
.nav_share img {
	width: 43px;
	height: 43px;
}

.nav_share {
	position: absolute;
	left: 196px;
	top: 10px;
}

.nav_consultation {
	position: absolute;
	right: 36px;
	top: 10px;
	width: 370px;
	height: 72px;
}

.share {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 10000;

}

.share img {
	position: absolute;
	top: 4%;
	left: 55%;
	width: 308px;
	height: auto;

}

.shop_details {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 602px;
	background-color: #fff;
	padding-bottom: 54px;
}

.shop_details_imgUrl {
	position: relative;
	width: 100%;
	height: 414px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.title-t {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 36px 5% 0;
}

.shop_details_title {
	font-size: 33px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	max-width: 460px;
	text-align: left;
}

.shop_details_star {
	width: auto;
	height: auto;
	text-align: left;
}

.shop_details_star img {
	width: 38px;
	height: auto;
	text-align: left;
	margin-left: 11px;
}

.title-info {
	display: flex;
	margin: 45px 5% 0 5%;
	align-items: flex-end;
}

.shop_details_price {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: auto;
	color: #000;
	font-size: 26px;
	text-align: left;
}

.shop_details_price .t2 {
	width: 100%;
	text-align: right;
}

.shop_details_price .span_small {
	color: #c13b38;
	font-size: 26px;
}

.shop_details_price .span_bigs {
	font-size: 36px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #FE003A;
}

.shop_details_num {
	margin: 0px 26px 0px 0px;
	width: auto;
	height: auto;
	font-size: 25px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #a0a0a0;
}

.shop_details_num img {
	width: 17px;
	height: auto;
	text-align: left;
	margin-right: 5px;
}

.details_join_btn {
	width: 290px;
}

.details_join_btn img {
	width: 100%;
	height: auto;
}

.details_label {
	position: relative;
	padding-bottom: 25px;
}

.details_label ul {
	padding: 0;
	text-align: center;
}

.details_label ul li {
	line-height: 1;
	text-align: center;
	padding: 10px;
	float: left;
	font-size: 22px;
	color: #FF5A10;
	background-color: #FEEDE5;
	margin-right: 7px;
	margin-bottom: 14px;
}

.details_label ul li:last-child {
	border-right: none;
}

.details_blank {
	width: 100%;
	height: 20px;

}

.shop_details_list {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
	padding-bottom: 100px;
}

.details_list{
	padding-top: 50px;
}

.details_list p img {
	width: 100%;
}

.details_list .h-title {
	position: relative;
	font-size: 36px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 54px;
}

.details_list .h-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 211px;
	border-bottom: 2px solid #888888;
	right: 85px;
}

.details_list .h-title::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 211px;
	border-bottom: 2px solid #888888;
	left: 85px;
}


.details_recommend .h-title {
	position: relative;
	font-size: 25px;
	font-family: SourceHanSansCN-Bold, SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 54px;
}

.details_recommend .h-title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 163px;
	border-bottom: 2px solid #888888;
	right: 145px;
}

.details_recommend .h-title::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 163px;
	border-bottom: 2px solid #888888;
	left: 145px;
}

.details_brand {
	width: 245px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}

.shop_details_brand_list {
	width: 100%;
	height: 70px;
	border-bottom: 1px #eee solid;
	color: #000;
	font-size: 28px;
	line-height: 70px;
	text-align: left;
	text-indent: 30px;

}

.shop_details_brand_list img {
	position: relative;
	top: -4px;
	right: 5px;
	width: 12px;

}

.brand_list_x {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 245px;
	height: auto;
	text-align: center;

}

.shop_details_brand_list span {
	color: #959595 !important;
}

.introduce,
.features,
.analysis,
.advantage {
	margin-left: 5%;
	width: 90%;
	height: auto;
	text-align: center;
	font-size: 30px !important;
	text-align: left !important;
}

.introduce p span,
.features p span,
.analysis p span,
.advantage p span {
	font-size: 30px !important;
}

.introduce li,
.features li,
.analysis li,
.advantage li {
	list-style: disc;
}

/*���˸���*/
.join {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
	text-align: left;
}

.company_account {
	padding: 33px 0px 33px 33px;
	width: 156px;
	height: auto;
	text-align: left;
}

.join_explain {
	position: relative;
	top: 23px;
	left: 5%;
	width: 85%;
	height: auto;
	border-radius: 20px;
	background-color: #fff;
	color: #191919;
	font-size: 28px;
	padding: 20px;
	text-align: left;
	line-height: 36px;
	box-shadow: darkgrey 10px 10px 30px 5px;
}

.join_explain div {
	color: #000;
	font-size: 32px;
	text-align: left;
	padding-bottom: 10px;
}

.join_explain .join_q {
	position: relative;
	width: 45px;
	height: auto;
	top: 9px;
	margin-right: 7px;
}

.join_bank_list {
	padding-top: 18px;
	width: 720px;
	height: auto;
	text-align: center;
	margin: 0 auto;

}

.join_bank_list ul li {
	position: relative;
	width: 100%;
	height: 235px;
	margin-bottom: 20px;
}

.join_bank_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.join_bank_logo {
	float: left;
	padding: 30px;
	vertical-align: middle;
	width: 114px;
	height: 114px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: darkgrey 10px 10px 30px 5px;
}

.join_bank_logo img {
	width: 100%;
	height: auto;

}

.join_bank_details {
	position: absolute;
	top: 5%;
	left: 15%;
	width: 80%;
	height: 134px;
	color: #fff;
	font-size: 28px;
	text-align: left;
	padding: 20px;
	line-height: 50px;
	z-index: 2;
}

/*Ʒ����פ*/
.enter {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*text-align: center;*/
	background-color: #f4f4f4;
}

.enter_banner {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

.enter_rule,
.enter_info {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.enter_rule div {
	position: relative;
	top: -17px;
	padding-top: 11px;
	padding-left: 22px;
	color: #000;
	font-size: 29px;
	text-align: left;
	line-height: 45px;
	padding-bottom: 22px;
	background-color: #ffffff;
}

.enter_rule div img {
	position: relative;
	width: 40px;
	height: 40px;
	top: 9px;
	margin-right: 5px;
}

.enterprise {

	padding: 33px 0px 33px 33px;
	width: 245px;
	height: auto;
	text-align: left;
}

.enter_brand_info {
	width: 100%;
	height: 108px;
	border-bottom: 1px #eee solid;
	color: #000;
	font-size: 32px;
	line-height: 53px;
	text-align: left;
	text-indent: 30px;
	padding-top: 17px;
}

.enter_info {
	padding-bottom: 30px;

}

.enter_brand_info input {
	position: relative;
	top: 0px;
	left: 30px;
	color: #757575;
	height: 40px;
	font-size: 30px;
	border: none;
	background: none;
	width: 94%;
	margin-left: 21px;
	padding: 0;
	margin: 0 auto;
	/*-ms-line-height:80px;*/
}

.enter_brand_info select {
	position: relative;
	top: 0px;
	left: 26px;
	color: #757575;
	height: 40px;
	font-size: 30px;
	border: none;
	background: none;
	width: 94%;
	margin-left: 21px;
	padding: 0;
	margin: 0 auto;
	/*-ms-line-height:80px;*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

}

.enter_btn {
	padding-top: 30px;
	padding-bottom: 10px;
	width: 690px;
	height: auto;
	text-align: center;
	margin: 0 auto;

}

/*��ҵ����*/
.wallet {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
}

.wallet_banner {
	width: 100%;
	height: auto;
}

.wallet_flow {
	padding-top: 30px;
	padding-bottom: 20px;
	width: 706px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.wallet_explain {
	position: relative;
	padding: 0px 37.5px 37.5px 37.5px;
	width: 675px;
	height: auto;
	background-color: #fff;
	color: #191919;
	font-size: 28px;
	text-align: left;
	line-height: 36px;
}

.wallet_questions {
	position: relative;
	top: 30px;
	left: 0px;
	width: 152px;
	height: auto;
	padding-bottom: 55px;
}

.wallet_explain div {
	color: #000;
	font-size: 32px;
	text-align: left;
	padding-bottom: 10px;
}

.wallet_explain .wallet_q {
	position: relative;
	width: 45px;
	height: auto;
	margin-right: 12px;
}

.my_entrepreneurship_wallet {
	position: relative;
	top: 20px;
	width: 100%;
	height: 130px;
	text-align: left;
}

.my_entrepreneurship_wallet img {
	width: 230px;
	height: auto;
	text-align: left;
}

.wallet_list {
	padding-top: 28px;
	width: 698px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.wallet_list_bg {
	position: relative;
	width: 698px;
	height: 232px;
	background: url("../images/wallet_list_bg.png");
	background-size: 100% 100%;
}

.wallet_list_bgs {
	position: relative;
	width: 698px;
	height: 232px;
	background: url("../images/wallet_list_bgs.png");
	background-size: 100% 100%;
}

.wallet_list ul li {
	width: 100%;
	height: auto;
	min-height: 220px;
	margin-bottom: 25px;
	overflow: hidden;
}

.wallet_money {
	position: relative;
	top: 39px;
	left: 20px;
	float: left;
	width: 31%;
	height: 232px;
	color: #000;
	font-size: 72px;
	font-weight: bold;
	line-height: 232px;
	text-align: center;
}

.wallet_moneys {
	position: relative;
	top: 39px;
	left: 20px;
	float: left;
	width: 31%;
	height: 232px;
	color: #959595;
	font-size: 72px;
	font-weight: bold;
	line-height: 232px;
	text-align: center;
}

.wallet_money_right {
	position: relative;
	top: 40px;
	float: right;
	width: 69%;
	height: 232px;
}

.wallet_money_title {
	position: relative;
	top: 30px;
	left: 30px;
	width: auto;
	height: auto;
	color: #c13b38;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

.wallet_money_titles {
	position: relative;
	top: 30px;
	left: 30px;
	width: auto;
	height: auto;
	color: #959595;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}

.wallet_money_code {
	position: relative;
	top: 46px;
	left: 30px;
	width: auto;
	height: auto;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

.wallet_money_date {
	position: relative;
	top: 65px;
	left: 30px;
	width: auto;
	height: auto;
	color: #959595;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

.wallet_list_money_btn {
	position: absolute;
	left: 65%;
	top: 56%;
	width: 152px;
	height: auto;
}

.wallet_list_apply_btn {
	position: absolute;
	left: 28%;
	top: 56%;
	width: 152px;
	height: auto;
}

.wallet_money_rule {
	padding-top: 10px;
	text-align: left;
	font-size: 22px;
	color: #c13b38;
	width: 100%;
	background-color: #fff;
	padding-bottom: 10px;
}

.wallet_money_rule div {
	width: 98%;
}

.wallet_list_money_tips {
	width: 22px;
	height: auto;
	padding-left: 6px;
	padding-right: 10px;
}

.wallet_already_used {
	position: absolute;
	left: 83%;
	top: -8%;
	width: 135px;
	height: auto;
}

.wallet_failure {
	position: absolute;
	left: 84%;
	top: 37%;
	width: 116px;
	height: auto;
}

.wallet_examine {
	position: absolute;
	left: 86%;
	top: 0%;
	width: 96px;
	height: auto;
}

.wallet_btn {
	width: 690px;
	height: auto;
	text-align: center;
	margin-bottom: 30px
}

.wallet_details_btn {
	position: absolute;
	left: 75%;
	top: 69%;
	width: 152px;
	height: auto;
}

/*ʹ�ú�������*/
.wallet_alert,
.consultation {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.7);
}

.wallet_alerts,
.consultations {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wallet_alert_title {
	font-size: 34px;
	color: #000;
	text-align: center;
	padding: 27px;
	font-weight: bold;
}

.wallet_alert_bg {
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.wallet_alert_close {
	position: absolute;
	top: 27px;
	left: 92%;
	width: 36px;
	height: auto;
}

.wallet_alert_left_title {
	font-size: 26px;
	color: #000;
	text-align: left;
	padding: 33px 33px 10px 33px;
}

.wallet_alert_left_list {
	position: relative;
	width: 690px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 20px;
}

.wallet_alert_left_list ul li {
	display: flex;
	position: relative;
	width: 100%;
	height: 76px;
	border: 2px solid #CCCCCC;
	margin-top: 14px;
}

.wallet_alert_left_list ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
}

.wallet_alert_left_list ul li input {
	position: relative;
	top: 0px;
	color: #aaa;
	height: 76px;
	font-size: 29px;
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	flex: 1;
}

.wallet_alert_left_list ul li select {
	position: relative;
	top: 0px;
	color: #aaa;
	height: 76px;
	font-size: 29px;
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	flex: 1;
	max-width: 443px;
}

.wallet_alert_left_list ul li .title.last {
	min-width: 145px;
}

.voucher {
	position: relative;
	color: #000;
	text-align: center;
	padding: 20px;
	font-size: 26px;
}

.wallet_alert_upload_border {
	position: relative;
	width: 200px;
	height: 200px;
	border: 2px #999 solid;
	text-align: center;
	margin: 0 auto;
}

.wallet_alert_upload_border .upload_url {
	position: absolute;
	top: 66px;
	left: 66px;
	width: 78px;
	height: 78px;
	text-align: center;
	margin: 0 auto;
}

.upload_file {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.wallet_demo_title {
	padding: 20px 20px 60px 20px;
	width: 121px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.wallet_alert_submit {
	width: 690px;
	height: auto;
	text-align: center;
	padding-bottom: 40px;
}

.imgurl {
	width: 100%;
	height: 100%;
}

.wallet_alert_left_list ul li input.code {
	position: relative;
	top: 0px;
	color: #aaa;
	height: 76px;
	font-size: 30px;
	border: none;
	background: none;
	text-align: left;
	padding-right: 10%;
	box-sizing: border-box;
}

.code_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 70%;
	top: 0;
	width: 30%;
	color: #c13b38;
	height: 80px;
	font-size: 30px;
	text-align: center;
	line-height: 80px;
}

.wallet_alert_left_list ul li .code_txt img {
	position: relative;
	width: 163px;
	height: 43px;
}

/* .address {
	position: relative;
	top: 0px;
	left: 64px !important;
	color: #aaa;
	height: 80px;
	font-size: 30px;
	border: none;
	background: #000;
	width: 80% !important;
} */

/* .power {
	position: relative;
	top: 0px;
	left: 79px !important;
	color: #aaa;
	height: 80px;
	font-size: 30px;
	border: none;
	background: #000;
	width: 76% !important;
} */

.demo {
	color: #4096ee;
	font-size: 26px;
	text-align: center;
	padding: 46px;
}

/*����*/
.search {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	text-align: center;
	background-color: #F8F8F8;
}

.search-box {
	padding-top: 40px;
}

.search_input_bg {
	position: relative;
	background: url("../images/search_input_bg.png");
	width: 685px;
	height: 80px;
	background-size: 100% 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 14px;
}

.search_input_bgs {
	position: relative;
	left: 33px;
	background: url("../images/search_input_bgs.png");
	width: 685px;
	height: 80px;
	background-size: 100% 100%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	float: left;

}

.search_input_bg input {
	position: relative;
	top: 0px;
	left: 30px;
	color: #aaa;
	height: 70px;
	font-size: 28px;
	border: none;
	background: none;
	text-indent: 5px;
	width: 87%;
	padding: 0;
	margin: 0 auto;
}

.search_input_bgs input {
	position: relative;
	top: 0px;
	left: 30px;
	color: #aaa;
	height: 60px;
	font-size: 30px;
	border: none;
	background: none;
	width: 87%;
	padding: 0;
	margin: 0 auto;
}

.search_btn {
	padding: 38px 40px 36px 40px;
	width: 50px;
	height: auto;
}

.search_nav {
	width: 690px;
	height: 60px;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 20px;
}

.search_nav_on {
	color: #c13b38 !important;

}

.search_nav_left {
	margin-top: 10px;
	width: 50%;
	float: left;
	border-right: 1px #999 solid;
	color: #000;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.search_nav_left img {
	width: 20px;
	height: auto;
	position: relative;
	top: -3px;
	left: 10px;

}

.search_nav_right {
	width: 50%;
	float: right;
	margin-top: -30px;
	color: #000;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	border-right: 0;
	cursor: pointer;
}

.search_nav_right img {
	width: 20px;
	height: auto;
	position: relative;
	top: -3px;
	left: 10px;
}

.h_List {
	position: relative;
	float: left;
	top: 122px;
	left: 6%;
	width: 38%;
	height: 0;
	border-bottom: 2px solid #979797;
}

.search_list {
	position: fixed;
	top: 247px;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.search_listBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.search_list_bg {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.search_list_bg ul {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 300px;
	background-color: #fff;
	clear: both
}

.search_list_bg ul li {
	width: 195px;
	height: 54px;
	color: #646464;
	font-size: 26px;
	text-align: center;
	float: left;
	line-height: 54px;
	border: 2px #999 solid;
	margin: 25px;
	cursor: pointer;
}

.search_list_bg_on {
	border: 2px #c13b38 solid !important;
	background-color: #c13b38 !important;
	color: #fff !important;
}

.search_shop_list {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-top: 30px;
}

.search_shop_list ul {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding-top: 30px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding-bottom: 100px;
}

.search_shop_list li {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.search_shop_img {
	width: 260px;
	height: 156px;
	border-radius: 20px;
}

.search_shop_right_div {
	float: right;
	width: 54%;
	height: 156px;
	margin-right: 20px;
	margin-left: 6px;
}

.search_shop_right_div .title {
	color: #000;
	font-size: 30px;
	text-align: left;
	font-weight: bold;
}

.search_shop_right_div .keyword {
	color: #535353;
	font-size: 22px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.search_shop_list_price {
	margin: 16px 0px 0px 0px;
	width: 94%;
	height: auto;
	max-height: 64px;
	color: #c13b38;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.search_shop_list_price span {
	color: #c13b38;
	font-size: 30px;
}

.search_shop_list_num {
	float: right;
	margin: 38px 0px 0px 0px;
	width: auto;
	height: auto;
	color: #434343;
	font-size: 24px;
}

.search_shop_list_num img {
	width: 22px;
	height: auto;
	text-align: left;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

/*ȫ������*/
.service {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
}

.service_list {
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 30px;
	color: #000;

}

.service_list a span {
	position: relative;
	top: -55px;
	left: 136px;
	color: #000;
}

.service_list_div {

	width: 300px;
	height: 100px;
}

.service_list a {
	line-height: 30px;
}

.service_list img {
	text-align: left;
	padding: 30px;
}

.service_list_hr {
	width: 85%;
	text-align: right;
	border-bottom: 1px #999 solid;
	margin-left: 15%;
}

/*Ͷ�߾ٱ�*/
.report {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
}

.report_object {
	padding: 10px;
}

.object_title,
.packets_title {
	text-align: left;
	color: #282828;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
}

.object_list {
	position: relative;
	top: 0;
	left: 0;
	width: 96%;
	height: auto;
	text-align: left;
	padding: 10px;
}

.object_list ul li {
	width: 96%;
	height: 84px;
	border-bottom: 1px #eee solid;
	color: #000;
	font-size: 32px;
	line-height: 84px;
}

.object_list ul li img {
	width: 28px;
	height: auto;
	margin-right: 10px;
}

.report_phone {
	width: 100%;
	height: auto;
}

.report_phone .phone {
	position: relative;
	top: 5%;
	width: 90%;
	height: 70px;
	padding: 0px;
	color: #959595;
	font-size: 26px;
	margin: 0 auto;
	background: #eee;
	border: 0;
	text-indent: 20px;
	line-height: 70px;

}

.report_describe_title {
	text-align: left;
	color: #282828;
	font-size: 30px;
	font-weight: bold;
	padding: 20px;
}

.report_describe {
	position: relative;
	width: 690px;
	height: 268px;
	background: url("../images/report_describe_bg.png");
	background-size: 100% 100%;
	text-align: center;
	margin: 0 auto;
}

.report_describe textarea {
	position: relative;
	top: 5%;
	width: 90%;
	height: 90%;
	padding: 0px;
	color: #959595;
	font-size: 26px;
	margin: 0 auto;
	background: none;
	border: 0;
}

.report_img_title {
	text-align: left;
	color: #282828;
	font-size: 30px;
	font-weight: bold;
	padding: 40px 20px 20px 20px;
}

.report_img_title span {
	position: relative;
	right: 16px;
	color: #959595;
	float: right;

}

.report_describe textarea::-webkit-input-placeholder {
	font-size: 26px;
}

.report_img_list {
	position: relative;
	width: 94%;
	height: auto;
	text-align: left;
	margin: 0 auto;
}

.report_img_list img {
	width: 158px;
	height: 158px;
	margin-right: 15px;
}

.report_submit {
	width: 690px;
	height: auto;
	text-align: center;
	padding: 50px 0px 50px 0px;
}

.hidden {
	display: none;
}

/*��ҵ����ҳ��*/
.packets_name,
.packets_account,
.packets_bank {
	width: 90%;
	height: auto;
	background: #eee;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 26px;
	margin-bottom: 20px;
	;
}

.packets_name .name {
	position: relative;
	top: 5%;
	width: 85%;
	height: 70px;
	padding: 0px;
	color: #959595;
	font-size: 26px;
	margin: 0 auto;
	background: #eee;
	border: 0;
	text-indent: 20px;
	line-height: 70px;

}

.packets_account .account {
	position: relative;
	top: 5%;
	width: 85%;
	height: 70px;
	padding: 0px;
	color: #959595;
	font-size: 26px;
	margin: 0 auto;
	background: #eee;
	border: 0;
	text-indent: 20px;
	line-height: 70px;

}

.packets_bank .bank {
	position: relative;
	top: 5%;
	width: 85%;
	height: 70px;
	padding: 0px;
	color: #959595;
	font-size: 26px;
	margin: 0 auto;
	background: #eee;
	border: 0;
	text-indent: 20px;
	line-height: 70px;

}

.packets_img_explain {
	color: #c13b38;
	font-size: 24px;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
}

.packets_img_title {
	text-align: left;
	color: #282828;
	font-size: 30px;
	font-weight: bold;
	padding: 40px 20px 20px 20px;
}

.packets_img_title span {
	position: relative;
	right: 16px;
	color: #959595;
	float: right;
	font-weight: 100;

}

/*ѡ������*/
.express-area {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: .25rem;
	margin-bottom: .25rem;
	background-color: #fff;
}

.express-area a {
	display: block;
	padding: .5rem;
	background: url(../images/link-arrow.png) no-repeat 98% 50%;
	background-size: .55rem .55rem;
}

.express-area dl {
	position: relative;
	line-height: 1.2rem;
	color: #4d525d;
}

.express-area dl dt {
	position: absolute;
	top: 0;
	left: 0;
	font-size: .7rem;
	line-height: 1.2rem;
}

.express-area dl dd {
	padding-top: .1rem;
	padding-right: .8rem;
	margin-left: 3.5rem;
	text-align: justify;
	font-size: .65rem;
	line-height: 1rem;
}

/*ѡ����������*/
.express-area-box {
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 150;
	width: 100%;
	/* margin-left: -160px; */
	background-color: #fff;
	color: #4d525d;
}

.express-area-box header {
	position: relative;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.express-area-box header h3 {
	margin: 0 10px;
	text-align: center;
	font-size: 38px;
	line-height: 73px;

}

.express-area-box header .back,
.express-area-box header .close {
	position: absolute;
	top: 0;
	width: 64px;
	height: 65px;
}

.express-area-box header .back {
	display: none;
	left: 0;
	background: url(../images/back.png) no-repeat center;
	background-size: 15px 27px;
}

.express-area-box header .close {
	right: 0;
	background: url(../images/close-area.png) no-repeat center;
	background-size: 27px 27px;
}

.express-area-box article {
	height: 550px;
	overflow-y: scroll;
}

.area-list li {
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
	text-align: justify;
	font-size: 32px;
	line-height: 51px;
	text-align: center;
}

/*���ֲ�*/
.mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}


.recommend-join {
	padding: 15px 0 0;
}

.recommend-join .left {
	width: 101px;
	border: 1px solid #888888;
	border-radius: 5px;
	padding: 30px 0;
	margin-left: 9px;
}

.recommend-join .left .text {
	line-height: 1.5;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 600;
	font-size: 34px;
}

.recommend-join .right {
	width: 624px;
	text-align: left;
}

.recommend-join .right .img {
	width: 228px;
	height: 152px;
	border-radius: 5px;
}

.recommend-join .right .item {
	width: 228px;
	padding: 0 11px;
}

.ellipsis-1 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.brand_information {
	position: relative;
	top: 0;
	margin: 0 10px;
	height: 339px;
	background: url("../static/images/brand_information.png");
	background-size: 100% 100%;
}

.brand_information .direct {
	position: absolute;
	top: 82px;
	left: 88px;
	width: 133px;
	height: 75px;
	color: #333333;
	font-size: 27px;
	text-align: center;
	line-height: 75px;
}

.brand_information .join {
	position: absolute;
	top: 82px;
	left: 348px;
	width: 133px;
	height: 75px;
	color: #333333;
	font-size: 27px;
	text-align: center;
	line-height: 75px;
	background: none;
}

.brand_information .industry {
	position: absolute;
	top: 82px;
	left: 572px;
	width: 158px;
	height: 75px;
	color: #333333;
	font-size: 27px;
	text-align: center;
	line-height: 75px;
}

.brand_information .product {
	position: absolute;
	top: 245px;
	left: 115px;
	width: 250px;
	height: 75px;
	color: #333333;
	font-size: 27px;
	text-align: left;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.brand_information .policy {
	position: absolute;
	top: 245px;
	left: 490px;
	width: 240px;
	height: 75px;
	color: #333333;
	font-size: 27px;
	text-align: left;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ad-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(128, 128, 128, 0.3);
	z-index: 99;
	display: none;
}

.ad-box .ad-img {
	position: absolute;
	left: 50%;
	top: 350px;
	margin-left: -325px;
	width: 650px;
	height: 647px;
	border-radius: 36px;
	overflow: hidden;
}

.ad-box .ad-img .img {
	width: 100%;
	height: 100%;
}

.ad-box .ad-img .close {
	position: absolute;
	top: 33px;
	right: 33px;
	width: 54px;
	height: 54px;
}

.goTop>img {
	width: 80px;
	height: 80px;
	cursor: pointer;
}

.goTop {
	position: fixed;
	right: 0px;
	bottom: 20px;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}