.container{
	width: 100%;
	min-height: 100vh;
	position: relative;
	z-index: 1;
}
.nw_hide{
	display:none !important;
}
/* -----------------------首页------------------------------- */
/* -----------------------顶部导航--------------------------- */
.banner_logo{
	position: absolute;
	z-index: 8;
	top: 170px;
	right: 0px;
	width:256px;
	height:auto;
	background:rgba(255,255,255,1);
	border-radius:6px;
}
.banner_logos{
	border-bottom: 1px solid #EAEDEF;
}
.banner_logos li{
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.banner_logos li img{
	width:70px;
	height:70px;
	margin-top: 30px;
	border-radius: 50%;
}
.banner_logos li:nth-child(2){
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	text-align: center;
	margin-top: 16px;
}
.banner_logos li:nth-child(3){
	margin-top: 16px;
	/* padding-bottom: 20px; */
}
.banner_logos li.logo_name{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
}
.banner_logos li.logo_tip{
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:22px;
}
.banner_logos li:nth-child(3) input{
	width:160px;
	height:42px;
	background:linear-gradient(297deg,rgba(0,198,87,1) 0%,rgba(112,234,82,1) 100%);
	border-radius:23px;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	color:rgba(255,255,255,1);
	line-height:25px;
	cursor: pointer;
}
.banner_logo_list{
	box-sizing: border-box;
	padding: 20px 23px;
}
.banner_logo_list li{
	margin-bottom: 10px;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.banner_logo_list li a{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:21px;
}
.header{
	width: 100%;
	height: 43px;
	background:rgba(249,249,249,1);
}
.head{
	width: 1200px;
	height: 43px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.head_logo{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.head_logo li{
	height: 43px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.head_logo li img{
	width: 18px;
	height: 18px;
}
.head_logo li:first-child{
	margin-right: 7px;
	color:rgba(102,102,102,1);
}
.head_logo li:nth-child(3){
	margin-left: 9px;
}
.head_logo li a{
	height: 43px;
}
.head_logo li a img{
	width: 18px;
	height: 18px;
}
.head_logo li a{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.head_logo li a:hover{
	color: #00A23E;
}
.head_info{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.head_info li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 25px;
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.head_info li:hover{
	color: #00A23E;
}
.head_info li a:hover {
	color: #00A23E;
}
.head_info li img.downcode{
	position: absolute;
	z-index: 999;
	width: 100px;
	height: 100px;
	top: 50px;
	left: 0px;
	display: none;
}
.head_info li:first-child {
	margin-left: 0px;
}
.head_info li:first-child a{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size:15px;
	font-family:PingFangSC-Semibold,PingFang SC;
	font-weight:bold;
	color:rgba(0,162,62,1);
	line-height:21px;
}
.head_info li:first-child a img{
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
.head_info li img{
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.head_info li img.active{
	transform: rotate(180deg);
}
/* -----------------------顶部导航------------------------------ */
/* -----------------------logo--------------------------------- */
.logo_all{
	width: 100%;
	height: 128px;
	background: #FFFFFF;
}
.logos{
	width: 1200px;
	height: 128px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.logo{
	width: 201px;
	height: 57px;
}
.logo img{
	width: 100%;
	cursor: pointer;
}
.logo_serch{
	display: flex;
	flex-direction: column;
	margin-left: 85px;
}
.serch_tab li{
	font-weight:500;
	color:rgba(0,198,87,1);
	line-height:24px;
	width:44px;
	height:24px;
	text-align: center;
	cursor: pointer;
}
.serch_tab li:first-child{
	margin-left: 30px;
}
.serch_tab li.active{
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
	border-radius:6px 6px 0px 0px;
	color: #FFFFFF;
}
.serch_tab{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.serch_input{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 628px;
	height: 40px;
	border-radius:6px;
	border:1px solid rgba(0,198,87,1);
	overflow: hidden;
}
.serch_input input{
	width: 528px;
	height: 40px;
	line-height: 40px;
	border: none;
	box-sizing: border-box;
	padding: 0px 30px;
	font-size: 14px;
}
.serch_btn{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width:100px;
	height:40px;
	cursor: pointer;
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
}
.serch_btn li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.serch_btn li img{
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
/* ---------------------------------logo----------------------------- */
/* ---------------------------------banner----------------------------- */
.banner{
	width: 100%;
	height: 650px;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
}
.banner .swiper-slide{
	width: 100%;
	height: 600px;
	margin-top: 50px;
	background: #007AFF;
}
.banner_sort{
	width: 1200px;
	height: 650px;
	position: absolute;
	z-index: 9999;
	top: 0px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.banner_sorts{
	width: 1200px;
	height: 650px;
	position: relative;
	z-index: 1;
	top: 0px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.sort_left{
	width:240px;
	height:650px;
	background:rgba(249,249,249,0.94);
	border-radius:6px;
}
.sort_left #sort_title{
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 20px 0px 26px;
	background:rgba(0,162,62,0.95);
	border-radius: 6px 6px 0px 0px;
}
.sort_left #sort_title p{
	color: #FFFFFF;
	font-size: 18px;
}
.sort_left #sort_title p img{
	width: 30px;
	height: 30px;
}
.sort_left li .sort_title_list{
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 26px;
	cursor: pointer;
}
.sort_left li .sort_title_list.active{
	background: rgba(255,255,255,1);
}
.sort_left li .sort_title_list.active .search_category{
	color: #00A23E;
}
.sort_left li .sort_title_list span{
	height: 50px;
	font-size: 16px;
	color:rgba(51,51,51,1);
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sort_left li .sort_title_list span img{
	width: 30px;
	height: 30px;
	margin-right: 15px;
}
.sort_left li .sort_title_list p{
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sort_left li .sort_title_list p img{
	width: 15px;
	height: 15px;
}
.sort_right{
	width:960px;
	height:600px;
	background:rgba(255,255,255,1);
	box-sizing: border-box;
	padding: 21px 40px;
	border:1px solid rgba(234,237,239,1);
	display: none;
	position: absolute;
	z-index: 9;
	left: 240px;
	top: 50px;
}
.sort_right1{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 40px;
}
.sort_right1:last-child{
	margin-bottom: 0px;
}
.sort_right1 label{
	width: 130px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.sort_right1 label img{
	width: 12px;
	height: 12px;
	margin-left: 12px;
}
.sort_right1 .sort_rights{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	width: 700px;
}
.sort_right1 .sort_rights span{
	border-right: 1px solid rgba(234,237,239,1);
	padding: 0px 16px;
	margin-bottom: 20px;
	cursor: pointer;
	color:rgba(102,102,102,1);
}
.sort_right1 .sort_rights span a{
	color:rgba(102,102,102,1);
}
.sort_right1 .sort_rights span:last-child{
	border-right: none;
}
/* ---------------------------------banner----------------------------- */
/* ---------------------------------入驻----------------------------- */
.demand{
	width: 1200px;
	height: 502px;
	margin: 30px auto 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.demand_left{
	width: 585px;
	height: 502px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 16px;
}
.demand_left_title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.demand_left_title li:first-child{
	font-size: 24px;
}
.demand_left_title li:last-child{
	font-size: 16px;
}
.demand_left_title li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.demand_left_title li img{
	width: 14px;
	height: 14px;
	margin-left: 4px;
}
.demand_left_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 16px;
}
.demand_left_list1:nth-child(2n-1){
	margin-left: 0px;
}
.demand_left_list1{
	width:270px;
	height:200px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 11px 14px;
	margin-left: 13px;
	margin-bottom: 12px;
}
.demand_left_list1.active{
	border: 1px solid rgba(0,198,87,1);
}
.demand_lefts_title{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.demand_lefts_title a{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.demand_lefts_title li img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.demand_lefts_title li:last-child{
	display: flex;
	flex-direction: column;
	margin-left: 10px;
}
.demand_lefts_title li:last-child p:last-child{
	color: #999;
}
.demand_lefts_title li:last-child p{
	width: 180px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.demand_lefts_lists{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.demand_lefts_lists li{
	position: relative;
	z-index: 1;
}
.demand_lefts_lists li span{
	position: absolute;
	z-index: 9;
	width:64px;
	height:20px;
	background:rgba(255,255,255,0.8);
	border-radius:0px 9px 0px 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font-size: 13px;
	color: rgba(51,51,51,1);
}
.demand_lefts_lists li img{
	width: 115px;
	height: 115px;
	border-radius: 7px;
}
.demand_right{
	width: 585px;
	height: 502px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 16px;
}
.demand_right_title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.demand_right_title li{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size:24px;
}
.demand_right_title li:last-child{
	font-size:16px;
}
.demand_right_title li img{
	width: 14px;
	height: 14px;
	margin-left: 4px;
}
.demand_right_list{
	margin-top: 30px;
	height: 352px;
	overflow: hidden;
}
.demand_right_list li{
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.demand_right_btn{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.demand_right_btn input{
	width:140px;
	height:46px;
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
	border-radius:6px;
	border: none;
	color: #FFFFFF;
	font-size:18px;
	cursor: pointer;
}
/* ---------------------------------入驻----------------------------- */
/* ---------------------------------热门推荐----------------------------- */
.hots{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0px;
}
.hots_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 40px;
}
.hots_title li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.hots_title li p{
	font-size: 26px;
	margin-left: 6px;
	margin-right: 6px;
	font-weight: bold;
}
.hots_title li img{
	width: 25px;
	height: 25px;
}
.hots_title li:last-child{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	line-height:21px;
}
.hots_list{
	height: 655px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 76px;
}
.hots_list:last-child{
	margin-bottom: 50px;
}
.hots_left{
	width: 228px;
	height: 655px;
	background:linear-gradient(180deg,rgba(28,213,120,1) 0%,rgba(4,178,71,1) 100%);
	border-radius:6px;
	box-sizing: border-box;
	padding: 14px;
}
.hots_left1{
	margin: 18px 21px;
}
.hots_left1 li{
	font-size:28px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:40px;
}
.hots_left1 li:last-child{
	font-size:15px;
	line-height:21px;
	margin-top: 7px;
}
.hots_left2{
	width: 200px;
	height: 176px;
	margin-top: 33px;
}
.hots_left2 img{
	width: 200px;
	height: 176px;
}
.hots_left3{
	margin: 36px 21px;
}
.hots_left3 li{
	margin-bottom: 10px;
}
.hots_left3 li a{
	color: #FFFFFF;
}
.hots_left4{
	width:108px;
	height:37px;
	background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(191,252,215,1) 100%);
	border-radius:19px;
	margin: 56px auto 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.hots_left4 a{
	font-size:15px;
	color:rgba(0,198,87,1);
}
.hots_right{
	width: 957px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.hots_right_list{
	width:228px;
	height:320px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	box-sizing: border-box;
	padding: 14px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.hots_right_list:nth-child(4n+1){
	margin-left: 0px;
}
.hots_right_list li:first-child{
	width: 200px;
	height: 200px;
}
.hots_right_list li img{
	width: 200px;
	height: 200px;
}
.hots_right_list li:nth-child(2){
	margin-top: 12px;
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.hots_right_list li:last-child{
	margin-top: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.hots_right_list li p:first-child{
	font-size:20px;
	color:rgba(255,61,61,1);
	line-height:28px;
}
.hots_right_list li p:last-child{
	margin-left: 14px;
	font-size:12px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:17px;
}
/* ---------------------------------热门推荐----------------------------- */
/* ---------------------------------底部导航----------------------------- */
.footer{
	width: 100%;
	height: 470px;
	background:rgba(39,45,57,1);
	box-sizing: border-box;
	padding: 40px 0px;
	overflow: hidden;
}
.foot{
	width: 1200px;
	height: 470px;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
}
.foot_left{
	display: flex;
	flex-direction: column;
}
.foot_left li{
	width: 336px;
	height: 160px;
}
.foot_left li:last-child{
	margin-top: 40px;
}
.foot_left li img{
	width: 336px;
	height: 160px;
}
.foot_center{
	width: 452px;
	display: flex;
	flex-direction: column;
	margin-left: 80px;
	padding-top: 19px;
}
.center_link{
	display: flex;
	flex-direction: row;
}
.center_link li p:first-child{
	font-size:16px;
	margin-bottom: 20px;
	color:rgba(255,255,255,1);
	cursor: default;
}
.center_link li p{
	color:rgba(136,136,136,1);
	margin-bottom: 4px;
	cursor: pointer;
}
.center_link li p a{
	color: rgba(136,136,136,1);
}
.center_link li p a:hover{
	color: #FFFFFF;
}
.center_link li:nth-child(2){
	margin-left: 31px;
}
.center_link li:nth-child(3){
	margin-left: 60px;
}
.center_info{
	margin-top: 56px;
}
.center_info li:first-child{
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:24px;
}
.center_info li:nth-child(2){
	color:rgba(136,136,136,1);
	margin-top: 10px;
	line-height:24px;
}
.center_info li:nth-child(3){
	color:rgba(136,136,136,1);
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.center_info li:nth-child(3) span img{
	width: 20px;
	height: 20px;
	margin-right: 9px;
}
.center_info li:nth-child(3) span{
	margin-bottom: 3px;
}
.center_info li:nth-child(3) span p a{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(136,136,136,1);
	line-height:20px;
}
.center_info li:nth-child(3) span p a:hover{
	color: #FFFFFF;
}
.center_info li:last-child{
	color:rgba(0,162,62,1);
	letter-spacing:1px;
	margin-top: 10px;
}
.foot_right{
	margin-left: 78px;
}
.foot_right img{
	width: 256px;
	height: 73px;
	margin-top: 44px;
	cursor: pointer;
}
/* ---------------------------------底部导航----------------------------- */

/* ---------------------------------登录----------------------------- */
.login_wrap{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.login{
	width: 100%;
	height: 620px;
	background: url(../images/login_bg.png) no-repeat;
	background-position: center 0;
	 /* background-attachment:fixed; */
	 background-size: cover;
	 -webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */
	 -o-background-size: cover;/* 兼容Opera */
	 zoom: 1;  
}
.logins{
	width: 1200px;
	height: 620px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.logins_input{
	width: 406px;
	height: 425px;
	background: #FFFFFF;
	margin-right: 73px;
	box-sizing: border-box;
	padding: 30px 38px;
}
.logins_input li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 45px;
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 0px 20px;
	margin-bottom: 30px;
}
.logins_input li img{
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.logins_input li input{
	width: 100%;
	height: 28px;
	line-height: 28px;
	border: none;
}
.logins_input li:first-child{
	border: none;
	height: auto;
	margin-bottom: 30px;
	font-size:18px;
	color:rgba(51,51,51,1);
}
.logins_input li label img{
	width: 124px;
	height: 45px;
	margin-left: 15px;
	margin-right: 0px;
}
.logins_input li:nth-child(4){
	border: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
}
.logins_input li:nth-child(4) span{
	display: flex;
	flex-direction: row;
	align-items: center;
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 0px 20px;
}
.logins_input li:nth-child(4) input{
	/* border:1px solid rgba(234,237,239,1); */
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0px 10px;
}
.logins_input li:nth-child(5){
	width:330px;
	height:50px;
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
	border-radius:6px;
	border: none;
	margin-bottom: 20px;
}
.logins_input li:nth-child(5) input{
	background: rgba(0,0,0,0);
	color: #FFFFFF;
	font-size:18px;
	cursor: pointer;
}
.logins_input li:nth-child(6){
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border: none;
	height: auto;
}
.logins_input li:nth-child(6) span a{
	color: #666;
}
.logins_input p{
	width: 330px;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 55px;
	font-size:13px;
	color:rgba(255,61,61,1);
	visibility: hidden;
}
/* ---------------------------------登录----------------------------- */
/* ---------------------------------注册----------------------------- */
.regit{
	width: 100%;
	height: 620px;
	background: url(../images/regit.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.regits{
	width:1064px;
	height:530px;
	margin: 0 auto;
	background:rgba(255,255,255,1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 24px 150px 31px 45px;
}
.regits_left{
	width: 385px;
}
.regits_left li{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size:15px;
	color:rgba(102,102,102,1);
}
.regits_left li a{
	color:rgba(0,162,62,1);
}
.regits_left li a img{
	width: 12px;
	height: 12px;
	margin-left: 3px;
}
.regits_left li:last-child{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.regits_left li:last-child img{
	width: 310px;
	height: 310px;
	margin-top: 65px;
}
.regits_right{
	width: 330px;
	margin-left: 154px;
}
.regits_right li{
	width: 330px;
	height: 40px;
	overflow: hidden;
	background:rgba(255,255,255,1);
	border:1px solid rgba(234,237,239,1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 23px;
	box-sizing: border-box;
	padding: 0px 15px;
}
.regits_right li input{
	width: 100%;
	height: 40px;
	border: none;
}
.regits_right li label{
	height: 40px;
}
.regits_right li:nth-child(3){
	padding: 0px;
	border: none;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.regits_right li label img{
	width: 124px;
	height: 38px;
	margin-right: 15px;
	cursor: pointer;
}
.regits_right li:nth-child(3) input{
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 0px 15px;
	height: 38px;
}
.regits_right li:first-child{
	font-size:18px;
	color:rgba(51,51,51,1);
	border: none;
	border-bottom: 3px solid #00A23E;
	margin-bottom: 18px;
}
.regits_right li:nth-child(4){
	padding: 0px;
	border: none;
}
.regits_right li:nth-child(4) input{
	background:rgba(204,204,204,1);
	color: #FFFFFF;
	cursor: pointer;
}
.regits_right li:nth-child(7){
	padding: 0px;
	border: none;
	margin-bottom: 12px;
}
.regits_right li:nth-child(7) input{
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
	border-radius:6px;
	color: #FFFFFF;
	cursor: pointer;
}
.regits_right li:last-child{
	border: none;
	height: auto;
	padding: 0px;
	justify-content: flex-start;
}
.regits_right li:last-child p:last-child a{
	color:rgba(0,162,62,1);
	margin-left: 5px;
}
/* ---------------------------------注册----------------------------- */
/* ---------------------------------商品详情----------------------------- */
.video_btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    margin-left: -0.1rem;
    margin-top: -0.1rem;
}
.goods_b_left .swiper-slide .video_btn img{
	width: 30px;
	height: 30px;
}
.goods_b_left .swiper-slide{
	height: 450px;
}
.goods_b_left .swiper-slide img{
	width: 450px;
	height: 450px;
}
.goods_b_left .swiper-pagination-bullet{
		width:25%;
		height:auto;
		background:none;
}
.goods_b_left .swiper-pagination-bullet{
	opacity: 1;
	margin-left: 10px;
	width:72px;
	height: 72px;
}
.goods_b_left .swiper-pagination-bullet-active{
	border: 2px solid rgba(255,61,61,1);
	border-radius: 0px;
	box-sizing: border-box;
	width:72px;
	height: 72px;
}
.goods_b_left .swiper-pagination-bullet img{
	width:68px;
	height: 68px;
}
.goods_b_left .swiper-pagination{
	width: 402px;
	height: 72px;
	margin-left: 24px;
	margin-top: 16px;
	display: flex;
	flex-direction: row;
	overflow: hidden;
}
.goods_b_left .swiper-button-prev{
	width: 24px;
	height: 70px;
	border:1px solid rgba(234,237,239,1);
	top: 490px;
	background-image: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	left: 0px;
}
.goods_b_left .swiper-button-prev img{
	width: 24px;
	height: 24px;
}
.goods_b_left .swiper-button-next{
	width: 24px;
	height: 70px;
	border:1px solid rgba(234,237,239,1);
	top: 490px;
	background-image: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	right: 0px;
	
}
.goods_b_left .swiper-button-next img{
	width: 24px;
	height: 24px;
}
.goods_shaor{
	margin-top: 115px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.goods_shaor img{
	width: 30px;
	height: 30px;
}
.goods_b_left .swiper-pagination span.swiper-pagination-customs-activ{
	border:2px solid rgba(255,61,61,1);
}
.good_detail{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
}
.goods{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #EAEDEF;
}
.goods_nav{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 20px 0px 20px;
}
.goods_nav li a{
	font-size:15px;
	color:rgba(153,153,153,1);
}
.goods_nav li a:hover{
	color: #00A23E;
}
.goods_nav li:first-child{
	color:rgba(153,153,153,1);
}
.goods_nav li:last-child a{
	color:rgba(51,51,51,1);
}
.goods_nav li:last-child{
	color:rgba(51,51,51,1);
}
.goods_nav li img{
	width: 10px;
	height: 10px;
	margin-left: 8px;
	margin-right: 9px;
}
.goods_b{
	display: flex;
	flex-direction: row;
}
.goods_b_left{
	width: 450px;
	height: 650px;
	margin-right: 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.goods_right{
	width: 720px;
	height: 650px;
}
.goods_right li{
	display: flex;
	flex-direction: row;
}
.goods_g1{
	align-items: center;
	margin: 20px 0px 25px;
}
.goods_g1 label{
	width: 87px;
	text-align: right;
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:21px;
}
.goods_g1 p{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.goods_g2{
	/* align-items: center; */
}
.goods_g2 label{
	width: 87px;
	text-align: right;
	font-size:15px;
	color:rgba(102,102,102,1);
}
.goods_g2 .goods_gs{
	width: 630px;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.goods_g2 .goods_gs p{
	height:36px;
	line-height: 36px;
	border-radius:6px;
	border:1px solid rgba(234,237,239,1);
	margin-right: 25px;
	font-size:15px;
	color:rgba(102,102,102,1);
	padding: 0px 12px;
	cursor: pointer;
	margin-bottom: 10px;
}
.goods_g2 .goods_gs p.active{
	background:rgba(0,162,62,0.08);
	border:1px solid rgba(0,162,62,1);
	color:rgba(0,162,62,1);
}
.goods_g2 .goods_gs p:first-child{
	margin-left: 1px;
}
.goods_g3{
	align-items: center;
	margin-top: 71px;
}
.goods_g3 label{
	width: 87px;
}
.goods_g3 .goods_su{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 1px;
}
.goods_su p{
	width: 26px;
	height: 27px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background:rgba(249,249,249,1);
	border-radius:3px;
	border:1px solid rgba(221,221,221,1);
	cursor: pointer;
}
.goods_su input{
	width:44px;
	height:27px;
	border-radius:3px;
	border:1px solid rgba(221,221,221,1);
	text-align: center;
	margin: 0px 4px;
}
.goods_g4{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
}
.goods_g4 label{
	width: 87px;
}
.goods_g4 input{
	width:140px;
	height:46px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	font-size:18px;
	color:rgba(255,255,255,1);
	line-height:25px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}
.goods_right .goods_title{
	font-size:18px;
	color:rgba(51,51,51,1);
	line-height:25px;
	margin-bottom: 20px;
	font-weight: bold;
}
.goods_g{
	display: flex;
	flex-direction: row;
	width: 720px;
	height: 95px;
	/* background:rgba(249,249,249,1); */
	box-sizing: border-box;
	padding: 15px 27px;
}
.goods_g span{
	margin-left: 15px;
	cursor: pointer;
	min-width:130px;
	height:75px;
	background:rgba(249,249,249,1);
	border-radius:6px;
	box-sizing: border-box;
	padding: 8px 10px;
}
.goods_g span.active{
	background:rgba(255,7,7,0.03);
}
.goods_g span:nth-child(2){
	margin-left: 0px;
}
.goods_g span p:first-child{
	font-size:24px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,61,61,1);
	line-height:22px;
}
.goods_g span p:last-child{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:21px;
	margin-top: 14px;
}
.goods_g label{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:21px;
}
/* ---------------------------------商品详情----------------------------- */
/* ---------------------------------商品详情底部----------------------------- */
.goods_bottoms{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
}
.goods_bottom{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 47px auto 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.goods_left{
	width: 220px;
	height: auto;
	position: relative;
	z-index: 2;
}
.goods_shop{
	width: 220px;
	border:1px solid rgba(234,237,239,1);
	position: relative;
	z-index: 1;
}
.goods_shop li{
	margin-bottom: 10px;
	font-size:13px;
	color:rgba(102,102,102,1);
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	padding: 0px 10px;
}
.goods_shop li:nth-child(7){
	margin-bottom: 0px;
	padding: 0px;
}
.goods_shop li:first-child{
	width:220px;
	height:50px;
	line-height: 50px;
	background:rgba(245,245,245,1);
	box-sizing: border-box;
	padding: 0px 10px;
	font-size:15px;
	font-weight: bold;
	margin-bottom: 12px;
}
.goods_shop li:nth-child(2){
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	padding: 0px 10px;
	margin-bottom: 24px;
}
.goods_shop li:nth-child(2) span img{
	width: 65px;
	height: 65px;
	margin-right: 8px;
}
.goods_shop li:nth-child(2) span p:first-child{
	color:rgba(51,51,51,1);
	display: -webkit-box;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 20px;
	-webkit-line-clamp: 2;  /*要显示的行数*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.goods_shop li:nth-child(2) span p:last-child{
	font-size:13px;
	color:rgba(102,102,102,1);
	margin-top: 7px;
}
.goods_shop li:nth-child(2) span p:last-child i{
	font-style: normal;
	font-size:13px;
	color:rgba(255,61,61,1);
}
.goods_shop li:nth-child(6){
	margin-bottom: 19px;
}
.goods_shop li:nth-child(6) img{
	width: 28px;
	height: 20px;
}
.goods_shop li:nth-child(7) span{
	width:110px;
	height:40px;
	background:rgba(0,162,62,0.08);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.goods_shop li:nth-child(7) span a{
	color:rgba(0,162,62,1);
}
.goods_shop li:nth-child(7) span:first-child{
	background:rgba(0,162,62,1);
}
.goods_shop li:nth-child(7) span:first-child a{
	color:rgba(255,255,255,1);
}
.goods_list{
	width: 220px;
	height: auto;
	margin-top: 12px;
}
.goods_lists{
	width: 220px;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
	background:rgba(249,249,249,1);
	border-radius:6px;
	margin-bottom: 15px;
}
.goods_lists:last-child{
	margin-bottom: 0px;
}
.goods_lists li:first-child{
	width: 200px;
	height: 200px;
}
.goods_lists li:first-child img{
	width: 200px;
	height: 200px;
}
.goods_lists li:nth-child(2){
	margin-top: 11px;
	display: -webkit-box;
	text-overflow: ellipsis;
	height: 40px;
	line-height: 20px;
	-webkit-line-clamp: 2;  /*要显示的行数*/
	-webkit-box-orient: vertical;
	color:rgba(51,51,51,1);
	overflow: hidden;
}
.goods_lists li:last-child{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.goods_lists li:last-child span:first-child{
	font-size:18px;
	color:rgba(255,61,61,1);
}
.goods_lists li:last-child span:last-child{
	font-size:12px;
	color:rgba(153,153,153,1);
	margin-left: 14px;
}
.goods_right1{
	width: 948px;
	height: auto;
	position: relative;
	z-index: 1;
}
.goods_right_title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 948px;
	height: 50px;
	background:rgba(245,245,245,1);
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding-right: 23px;
	-webkit-transform: translateZ(0);
}
.goods_right_title span:first-child{
	width:156px;
	height:50px;
	background:rgba(255,255,255,1);
	border-top: 4px solid rgba(0,162,62,1);;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.goods_right_title span:last-child{
	width:100px;
	height:40px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	font-size:15px;
	color:rgba(255,255,255,1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.goods_right_con{
	width: 100%;
	height: auto;
}
.goods_right_con h5{
	font-size:18px;
	color:rgba(51,51,51,1);
	font-weight: bold;
	margin-top: 37px;
	margin-bottom: 22px;
}
.goods_right_con p{
	font-size:15px;
	color:rgba(51,51,51,1);
	margin-bottom: 20px;
}
.goods_right_con p img{
	width: 100%;
}
/* ---------------------------------商品详情底部----------------------------- */
/* ---------------------------------商家店铺----------------------------- */
.shop_detail{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.shop_info{
	width: 1200px;
	height: 280px;
	background: #FFFFFF;
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.shop_me{
	width: 251px;
	height: 280px;
	box-sizing: border-box;
	padding: 18px 40px;
	border-right: 1px solid #EAEDEF;
	position: relative;
	z-index: 1;
}
.shop_me li{
	color:rgba(51,51,51,1);
	text-align: center;
	margin-bottom: 14px;
}
.shop_me li:nth-child(4){
	position: relative;
	z-index: 1;
}
.shop_me li:nth-child(4){
	margin-bottom: 0px;
}
.shop_me li:nth-child(2){
	margin-bottom: 7px;
}
.shop_me li img{
	width: 110px;
	height: 110px;
	cursor: pointer;
	border-radius: 50%;
}
.shop_me li:nth-child(3){
	font-size:12px;
	color:rgba(153,153,153,1);
}
.shop_me li:nth-child(4) input{
	width:110px;
	height:36px;
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
	border-radius:6px;
	border: none;
	color:rgba(255,255,255,1);
	cursor: pointer;
}
.shop_cj{
	width: 599px;
	height: 280px;
	box-sizing: border-box;
	padding: 40px 60px;
}
.shop_cj li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 20px;
	font-size: 15px;
	color:rgba(51,51,51,1);
}
.shop_cj li:first-child{
	font-size:18px;
	color:rgba(51,51,51,1);
	font-weight: bold;
	margin-bottom: 40px;
}
.shop_cj li span:first-child{
	font-size:15px;
	color:rgba(102,102,102,1);
	margin-right: 8px;
}
.shop_cj li span a{
	display: flex;
	flex-direction: row;
	align-items: center;
	color:rgba(0,198,87,1);
}
.shop_cj li span a img{
	width:28px;
	height:20px;
	margin-right: 10px;
}
.shop_score{
	width: 300px;
	height: 176px;
	background:rgba(249,249,249,1);
	box-sizing: border-box;
	padding: 20px 30px;
}
.shop_score li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 14px;
	color:rgba(102,102,102,1);
}
.shop_score li:first-child{
	color:rgba(51,51,51,1);
	margin-bottom: 23px;
	position: relative;
	z-index: 1;
}
.shop_score li:first-child span:nth-child(2){
	font-size:14px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,61,61,1);
	line-height:20px;
}
.shop_score li:first-child span img{
	width: 15px;
	height: 15px;
	margin-left: 6px;
	cursor: pointer;
}
.shop_score li:first-child .store_code{
	width: 230px;
	height: 110px;
	display: none;
	position: absolute;
	z-index: 999;
	top: -40px;
	left: 100px;
}
.shop_code{
	position: absolute;
	left: 0px;
	z-index: 999;
	width:300px;
	height:350px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 20px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 0px 49px;
	display: none;
}
.shop_code_left{
	left: 222px;
	top: 50px;
}
.shop_code li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.shop_code li:first-child{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	padding: 15px 0px;
	text-align: center;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.shop_code li img{
	width: 202px;
	height: 202px;
	margin-bottom: 23px;
	border-radius: 0px;
}
.shop_code li:last-child{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,162,62,1);
	line-height:21px;
	text-align: center;
}
.shop_score li:first-child .store_code img{
	width: 230px;
	height: 110px;
}
.shop_score li span{
	margin-right: 5px;
}
.shop_score li:first-child span:first-child{
	font-weight: bold;
}
.shop_score li p{
	margin-right: 5px;
	width: 124px;
	height:10px;
	background:rgba(246,199,15,0.2);
	border-radius:5px;
}
.shop_score li p span{
	display: block;
	width: 100px;
	height:10px;
	background:linear-gradient(270deg,rgba(255,215,83,1) 0%,rgba(255,178,29,1) 100%);
	border-radius:5px;
	margin-right: 0px;
}
.shop_score li i{
	font-style: normal;
}
/* ---------------------------------商家店铺----------------------------- */
/* ---------------------------------商家店铺----------------------------- */
.shop_pro{
	width: 1200px;
	height: auto;
	margin: 50px auto 30px;
}
.shop_pro_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}
.shop_pro_title h1{
	font-size:26px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.shop_pro_title h5{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.shop_pro_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.shop_pro_lists{
	width:228px;
	height:320px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	margin-right: 15px;
	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 20px;
}
.shop_pro_lists:nth-child(5n){
	margin-right: 0px;
}
.shop_pro_lists li{
	color:rgba(51,51,51,1);
	margin-bottom: 12px;
}
.shop_pro_lists li:last-child{
	margin-bottom: 0px;
}
.shop_pro_lists li img{
	width: 200px;
	height: 200px;
	border-radius: 6px;
}
.shop_pro_lists li:nth-child(2){
	height: 40px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.shop_pro_lists li:last-child{
	display: flex;
	flex-direction: row;
}
.shop_pro_lists li:last-child span:first-child{
	font-size:20px;
	font-weight:bold;
	color:rgba(255,61,61,1);
}
.shop_pro_lists li:last-child span:last-child{
	font-size:12px;
	color:rgba(153,153,153,1);
	margin-left: 14px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
div.pro_search{
	margin-top: 0px;
}
div.pro_product{
	margin-top: 0px;
}
.no_pro{
	width: 100%;
	height: 527px;
	background-color: #FFFFFF;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color:rgba(153,153,153,1);
}
.no_pro img{
	width: 133px;
	height: 133px;
	margin-right: 20px;
}
/* ---------------------------------商家店铺----------------------------- */
/* ---------------------------------厂家搜索----------------------------- */
.shopSearch{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.shopSearchs{
	width: 590px;
	height: 300px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 20px 12px;
	margin-bottom: 20px;
}
.shopSearchs:nth-child(2n){
	margin-right: 0px;
}
.shopSearchs_title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.shopSearchs_title li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.shopSearchs_title li span img{
	width:60px;
	height:60px;
	border-radius:30px;
	border:1px solid rgba(234,237,239,1);
	margin-right: 20px;
}
.shopSearchs_title li span:last-child p{
	font-size:20px;
	color:rgba(51,51,51,1);
	line-height:28px;
}
.shopSearchs_title li span:last-child p:last-child{
	color:rgba(153,153,153,1);
	margin-top: 6px;
	font-size: 14px;
}
.shopSearchs_title li:last-child a{
	width:82px;
	height:36px;
	border-radius:20px;
	border:1px solid rgba(0,162,62,1);
	font-size:16px;
	color:rgba(0,162,62,1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.shopSearchs_lists{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 20px;
}
.shopSearchs_lists li{
	position: relative;
	z-index: 1;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 9px;
	margin-left: 13px;
}
.shopSearchs_lists li:first-child{
	margin-left: 0px;
}
.shopSearchs_lists li img{
	width: 180px;
	height: 180px;
	border-radius: 9px;
}
.shopSearchs_lists li i{
	font-style: normal;
	position: absolute;
	z-index: 9;
	bottom: 0px;
	left: 0px;
	background:rgba(255,255,255,0.8);
	border-radius:0px 12px 0px 0px;
	padding: 0px 8px 0px 5px;
}
.page{
	width: 800px;
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.page li.page_bg{
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #00A23E;
	border: 1px solid #00A23E;
	text-align: center;
}
.page li.page_bg.last{
	border-radius: 0px 5px 5px 0px;
}
.page li.page_bg a{
	color: #FFFFFF;
}
.page li:first-child{
	border-radius: 5px 0px 0px 5px;
}
.page li a{
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.page li.active{
	background: rgb(0, 162, 62);
}
.page li.active a{
	color: #ffffff;
}
.page li.jt_left a img{
	width: 30px;
	height: 30px;
	transform: rotate(-90deg);
}
.page li.jt_right a img{
	width: 30px;
	height: 30px;
	transform: rotate(90deg);
}
.page li{
	width: 70px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}
.page input{
	margin-left: 20px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px 0px 0px 5px;
	outline: none;
	border: none;
	border: 1px solid #CCCCCC;
	text-indent: 10px;
	box-sizing: border-box;
}
.page li:last-child{
	border-radius: 0px 5px 5px 0px;
}
/* ---------------------------------厂家搜索----------------------------- */
/* ---------------------------------证照信息----------------------------- */
.license{
	width: 1200px;
	height: 522px;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
	box-sizing: border-box;
	padding: 35px 140px;
}
.license li{
	display: flex;
	flex-direction: column;
	width: 460px;
	margin-bottom: 30px;
}
.license li:nth-child(7){
	width: 100%;
}
.license li:nth-child(8){
	width: 100%;
}
.license li label{
	margin-bottom: 10px;
	font-size:15px;
	color:rgba(102,102,102,1);
}
.license li span{
	font-size:15px;
	color:rgba(51,51,51,1);
}
.license_info{
	width: 1200px;
	margin: 20px auto 30px;
	box-sizing: border-box;
	padding: 0px 140px;
	font-size:15px;
	color:rgba(255,61,61,1);
}
/* ---------------------------------证照信息----------------------------- */
/* ---------------------------------需求列表----------------------------- */
.needs{
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
}
.need{
	width: 1200px;
	height: auto;
	margin: 0 auto 40px;
}
.need_btn{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.need_btn input{
	width:140px;
	height:46px;
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
	border-radius:6px;
	border: none;
	font-size:18px;
	color:rgba(255,255,255,1);
}
.need_list{
	width: 100%;
	margin-top: 25px;
}
.need_list span{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 30px 20px;
}
.need_list span p{
	text-align: center;
	font-size:18px;
	font-weight: bold;
	color:rgba(51,51,51,1);
}
.need_list span p:first-child{
	width: 847px;
	text-align: left;
}
.need_list span p:nth-child(2){
	width: 170px;
}
.need_list span p:last-child{
	width: 67px;
}
.need_list li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 30px;
	height: 50px;
	cursor: pointer;
}
.need_list li p{
	text-align: center;
	font-size:15px;
	color:rgba(51,51,51,1);
}
.need_list li:nth-child(even){
	background:rgba(249,249,249,1);
}
.need_list li p:first-child{
	width: 847px;
	text-align: left;
}
.need_list li p:nth-child(2){
	width: 170px;
	color:rgba(102,102,102,1);
}
.need_list li p:last-child a{
	width: 67px;
	color:rgba(102,102,102,1);
}
/* ---------------------------------需求列表----------------------------- */
/* ---------------------------------发布需求----------------------------- */
.needRess1{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
.needRess{
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0px;
}
.needRess_info{
	box-sizing: border-box;
	padding: 0px 30px;
}
.needRess_info h3{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	margin-bottom: 30px;
}
.needRess_info h3 span{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,61,61,1);
	margin-left: 10px;
}
.needRess_info h3 span i{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,61,61,1);
	line-height:21px;
	font-style: normal;
	margin-left: 30px;
}
.needRess_info h3 span.show{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,162,62,1);
	line-height:25px;
}
.needRess_info li{
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}
.needRess_info li:nth-child(5) label{
	margin-bottom: 17px;
}
.needRess_info li span{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.file-list{
	display: flex;
	flex-direction: row;
	height: 100px;
}
.file-list li{
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
	height: 100px;
	margin-right: 20px;
}
.file-list li .delete_img{
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 9;
	top: 0px;
	right: 0px;
}
.needRess_info li div{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needRess_info li div.needRess_btn{
	flex-direction: column;
	align-items: flex-start;
}
.needRess_info li label.tel{
	font-size:15px;
	color:rgba(51,51,51,1);
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.needRess_info li label.tel span input{
	width: 120px;
	height: 40px;
	background: rgba(255,61,61,1);
	border-radius: 6px;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-right: 170px;
	cursor: pointer;
}
.needRess_info li span input{
	width:970px;
	height:54px;
	background:rgba(249,249,249,1);
	border: none;
	margin-right: 33px;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 15px;
}
.needRess_info li span i{
	font-style: normal;
}
.needRess_info li textarea{
	width:970px;
	height:205px;
	background:rgba(249,249,249,1);
	border: none;
	resize: none;
	box-sizing: border-box;
	padding: 17px 24px;
	text-indent: 0px;
	outline: none;
	font-size: 15px;
}
.needRess_info li span img{
	width: 100px;
	height: 100px;
	margin-right: 20px;
	cursor: pointer;
}
.needRess_info li div img.upload_imgs{
	margin-right: 0px;
}
.needRess_info li div img.delete_img{
	margin-right: 0px;
}
.needRess_info li div img{
	width: 100px;
	height: 100px;
	margin-right: 20px;
	cursor: pointer;
}
.needRess_info li:nth-child(4){
	margin-bottom: 40px;
}
.needRess_info li:nth-child(5) label.tel{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	margin-bottom: 30px;
}
.needRess_info li:nth-child(5) span{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 17px;
}
.needRess_info li:nth-child(5) span label{
	width: 75px;
	text-align: right;
	font-size:15px;
	color:rgba(102,102,102,1);
}
.needRess_info li:nth-child(5) span input{
	width:370px;
	height:40px;
	background:rgba(249,249,249,1);
	border: none;
	margin-left: 12px;
	box-sizing: border-box;
	padding: 0px 20px;
	font-size: 15px;
}
.needRess_info li:nth-child(6) label.tel{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
}
.needRess_btn{
	width:1200px;
	height:140px;
	background:rgba(249,249,249,1);
	box-sizing: border-box;
	padding: 24px 66px;
}
.needRess_btn p{
	font-size:15px;
	color:rgba(51,51,51,1);
	line-height:21px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needRess_btn p i{
	font-size:20px;
	color:rgba(255,61,61,1);
	line-height:28px;
	font-style: normal;
}
.needRess_btn span.needRess_btn1{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 26px;
}
.needRess_btn span.needRess_btn1 input{
	width:140px;
	height:46px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	font-size:18px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	cursor: pointer;
}
.needRess_btn span.needRess_btn1 input.gray{
	background:rgba(153,153,153,1);
}
.needRess_btn span.needRess_btn1 input.red{
	background:rgba(255,61,61,1);
}
/* ---------------------------------发布需求----------------------------- */
/* ---------------------------------我的需求----------------------------- */
.need_me_logo{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 959px;
	margin-left: 40px;
}
.need_me_logo li:first-child{
	font-size:22px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:30px;
}
.need_me_logo li:last-child{
	width:140px;
	height:46px;
}
.need_me_logo li:last-child input{
	width:140px;
	height:46px;
	background:linear-gradient(135deg,rgba(112,234,82,1) 0%,rgba(0,162,62,1) 100%);
	border-radius:6px;
	font-size:18px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:25px;
	border: none;
}
.needme{
	width:1200px;
	height: auto;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
}
.needme_left{
	width: 170px;
	min-height: 600px;
	background-color: #FFFFFF;
}
.needme_left span{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 18px 20px;
	width:170px;
	height:65px;
	background:rgba(0,162,62,1);
}
.needme_left span p img{
	width: 30px;
	height: 30px;
	margin-right: 12px;
}
.needme_left span p {
	font-size:20px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:28px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needme_left li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 36px;
}
.needme_left li p.active a{
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,162,62,1);
	line-height:22px;
}
.needme_left li:first-child{
	margin-top: 28px;
}
.needme_left li p img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.needme_left li p{
	font-size:16px;
	color:rgba(51,51,51,1);
	line-height:22px;
}
.needme_right{
	width: 1011px;
	height: auto;
	margin-left: 20px;
}
.needme_right_title{
	width: 100%;
	height: 65px;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needme_right_title li{
	width: 130px;
	height: 65px;
	line-height: 65px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.demand_no{
	min-height: 400px;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.needme_right_title li.active{
	border-bottom: 3px solid #00A23E;
}
.needme_right_title li.active a{
	color: #00A23E;
}
.needme_right_title li a{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needme_right_title li a i{
	font-weight:bold;
	color:rgba(0,162,62,1);
	font-style: normal;
	margin-left: 8px;
}
.needme_right_list{
	width: 100%;
	min-height: 515px;
	background-color: #FFFFFF;
	margin-top: 20px;
	box-sizing: border-box;
	padding: 0px 20px;
}
.needme_right_list table{
	width: 100%;
	height: auto;
	max-height: 515px;
	border: none;
}
.needme_right_list table thead{
	height: 49px;
}
.needme_right_list table thead tr{
	height: 49px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needme_right_list table thead tr th{
	text-align: center;
}
.needme_right_list table thead tr th:first-child{
	width: 537px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}
.needme_right_list table thead tr th:nth-child(2){
	width: 170px;
}
.needme_right_list table thead tr th:nth-child(3){
	width: 132px;
}
.needme_right_list table thead tr th:nth-child(4){
	width: 132px;
}
.needme_right_list table tbody tr{
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needme_right_list table tbody tr td{
	text-align: center;
	color: #333333;
}
.needme_right_list table tbody tr td:first-child{
	width: 537px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}
.needme_right_list table tbody tr td:nth-child(4).needme_active{
	color: #FF3D3D;
}
.needme_right_list table tbody tr td:nth-child(4).needme_active1{
	color: #00A23E;
}
.needme_right_list table tbody tr td:nth-child(2){
	width: 170px;
}
.needme_right_list table tbody tr td:nth-child(3){
	width: 132px;
}
.needme_right_list table tbody tr td:nth-child(2) a{
	color: #666666;
}
.needme_right_list table tbody tr td:nth-child(3) a{
	color: #666666;
}
.needme_right_list table tbody tr td:nth-child(4){
	width: 132px;
}
.needme_right_list table tbody tr:nth-child(odd){
	background:rgba(249,249,249,1);
}
.needme_right_listno{
	width: 100%;
	height: 515px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.needme_no{
	min-height: 300px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.needme_no li img{
	width: 132px;
	height: 132px;
}
.needme_no li:last-child{
	margin-left: 20px;
}
.needme_no li p:first-child{
	color:rgba(153,153,153,1);
	margin-bottom: 12px;
}
.needme_no li p input{
	width:92px;
	height:32px;
	background:rgba(0,162,62,1);
	border-radius:6px;
	font-size:13px;
	color: #FFFFFF;
	border: none;
}
.addAddress_no{
	display: none;
}
/* ---------------------------------我的需求----------------------------- */
/* ---------------------------------发布需求支付----------------------------- */
.need_pay_logo li{
	font-size:22px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:30px;
	margin-left: 40px;
}
.needpay{
	width:1200px;
	height:auto;
	margin: 30px auto 50px;
	background:rgba(255,255,255,1);
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	padding: 30px 84px;
}
.needpay_left{
	width: 616px;
	height: auto;
	overflow: hidden;
}
.needpay_left li:first-child{
	font-size:15px;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.needpay_left li:first-child i{
	font-style: normal;
	font-size:18px;
	font-weight:bold;
	color:rgba(255,61,61,1);
	line-height:25px;
}
.needpay_left li:nth-child(2){
	margin-top: 10px;
	font-size:15px;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.needpay_left li:nth-child(2) i{
	font-style: normal;
	font-size:18px;
	font-weight:bold;
	color:rgba(255,61,61,1);
	line-height:25px;
}
.needpay_left li:nth-child(3){
	color:rgba(102,102,102,1);
	margin-top: 35px;
}
.needpay_left li:nth-child(4){
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 40px;
}
.needpay_left li:nth-child(4) span{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width:180px;
	height:80px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	border:1px solid rgba(234,237,239,1);
	cursor: pointer;
}
.needpay_left li:nth-child(4) span.active{
	border:1px solid rgba(0,162,62,1);
}
.needpay_left li:nth-child(4) span:last-child{
	margin-left: 30px;
}
.needpay_left li:nth-child(4) span p img{
	width: 42px;
	height: 42px;
	margin-right: 21px;
}
.needpay_left li:nth-child(4) span p{
	font-size:22px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:30px;
}
.needpay_left li:nth-child(5){
	margin-top: 106px;
}
.needpay_left li:nth-child(5) input{
	width:140px;
	height:46px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	border: none;
	font-size:18px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:25px;
	cursor: pointer;
}
.needpay_right{
	width: 415px;
}
.needpay_right li{
	margin-top: 36px;
	color:rgba(51,51,51,1);
	text-align: center;
}
.needpay_right li i{
	font-size:26px;
	font-weight:bold;
	color:rgba(255,61,61,1);
	line-height:24px;
	font-style: normal;
}
/* ---------------------------------发布需求支付----------------------------- */
/* ---------------------------------个人中心-我的订单----------------------------- */
.needme_ours_u{
	margin-top: 20px;
	background: #FFFFFF;
	border:1px solid rgba(234,237,239,1);
	padding: 0px;
}
.needme_ours{
	width: 100%;
	height: auto;
	position: relative;
}
.needme_ours_title{
	width: 100%;
	height:44px;
	background:rgba(0,162,62,0.06);
	position: relative;
	z-index: 2;
}
.needme_ours_title li{
	height: 44px;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	padding: 0px 20px;
}
.needme_ours_title li span{
	display: flex;
	flex-direction: row;
	align-items: center;
	/* margin-left: 60px; */
}
.needme_ours_title li span:nth-child(2){
	width: 300px;
}
.needme_ours_title li span:nth-child(3){
	width: 240px;
	height: 24px;
	line-height: 24px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.needme_ours_title li span:nth-child(4){
	width: 200px;
	cursor: pointer;
}
.needme_ours_title li span:first-child{
	margin-left: 0px;
	width: 120px;
}
.needme_ours_title li span:last-child{
	width: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.needme_ours_title li span img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align:middle;
}
.needme_ours_list{
	display: flex;
	flex-direction: row;
	/* align-items: center; */
	
}
.needme_ours_left{
	width: 600px;
	min-height: 115px;
	overflow: hidden;
}
.need_ours_price{
	width: 150px;
	min-height: 115px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(234,237,239,1);
	border-right: 1px solid rgba(234,237,239,1);
}
.need_ours_wait{
	width: 121px;
	min-height: 115px;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(234,237,239,1);
	border-right: 1px solid rgba(234,237,239,1);
}
.need_ours_wait p.red{
	color: #FF3D3D;
}
.needme_our{
	margin-top: 20px;
	position: relative;
}
.needme_our:first-child{
	margin-top: 0px;
	
}
.shop_code_left1 {
    left: 600px;
    top: 50px;
}
.needme_ours_left1{
	width: 100%;
	height: 115px;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
	padding-left: 23px;
	border-bottom: 1px solid rgba(234,237,239,1);
	border-right: 1px solid rgba(234,237,239,1);
}
.needme_ours_left1 li:first-child{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 345px;
}
.needme_ours_left1 li:first-child span img{
	width:75px;
	height:75px;
	border-radius:6px;
	border:1px solid rgba(245,245,245,1);
	margin-right: 13px;
}
.needme_ours_left1 li:first-child span p:first-child{
	color:rgba(51,51,51,1);
	line-height:20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.needme_ours_left1 li:first-child span p:last-child{
	font-size:13px;
	color:rgba(153,153,153,1);
	margin-top: 16px;
}
.needme_ours_left1 li{
	color:rgba(51,51,51,1);
	line-height:20px;
}
.needme_ours_left1 li:nth-child(2){
	margin-left: 40px;
}
.needme_ours_left1 li:nth-child(3){
	margin-left: 68px;
}
.needme_ours_left1 li:nth-child(4){
	margin-left: 70px;
}
.needme_ours_left1 li:nth-child(4) p:last-child{
	color:rgba(153,153,153,1);
	line-height:18px;
	font-size: 13px;
}
.needme_ours_left1 li:nth-child(5){
	color:rgba(255,61,61,1);
	line-height:20px;
	margin-left: 56px;
}
.needme_ours_right{
	width: 140px;
	min-height: 115px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(234,237,239,1);
}
.needme_ours_right li input{
	width:100px;
	height:40px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	color:rgba(255,255,255,1);
	line-height:21px;
	font-size: 15px;
	border: none;
	cursor: pointer;
}
.needme_ours_right li:last-child{
	margin-top: 12px;
}
.needme_ours_right li a{
	color:rgba(51,51,51,1);
	line-height:21px;
	font-size: 15px;
}
.pay_no{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	background:rgba(0,0,0,0.2);
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.pay_nos{
	width:470px;
	height:300px;
	background:rgba(255,255,255,1);
	border-radius:6px;
}
.pay_nos_titles{
	height: 58px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background:rgba(245,245,245,1);
}
.pay_nos_titles li{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
}
.pay_nos_titles li img{
	width: 30px;
	height: 30px;
	margin-right: 20px;
	cursor: pointer;
}
.pay_nos_list{
	box-sizing: border-box;
	padding: 0px 84px;
}
.pay_nos_list li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.pay_nos_list li input[type="button"]{
	width:140px;
	height:46px;
	background:rgba(0,162,62,1);
	border-radius:6px;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:25px;
	cursor: pointer;
}
.pay_nos_list li:first-child{
	margin-top: 60px;
	margin-bottom: 60px;
	border-right:1px solid rgba(234,237,239,1);
}
.pay_nos_list li:first-child input{
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border:1px solid rgba(234,237,239,1);
	border-right: 0px;
	text-align: center;
}
.pay_nos_list li:last-child{
	justify-content: center;
}
/* ---------------------------------个人中心-我的订单----------------------------- */
/* ---------------------------------个人中心-收货地址----------------------------- */
.needaddress{
	width: 1010px;
	min-height: 600px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px;
}
.needaddress li{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.needaddress li span{
	font-size:16px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:22px;
}
.needaddress li span a{
	color:rgba(0,162,62,1);
	line-height:22px;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needaddress li span a img{
	width: 22px;
	height: 22px;
}
.addAddress{
	width: 100%;
	margin-top: 30px;
}
.addAddress table{
	width: 100%;
}
.addAddress table thead{
	width: 100%;
	height: 44px;
	background:rgba(245,245,245,1);
}
.addAddress table thead tr{
	width: 100%;
	height: 44px;
	background:rgba(245,245,245,1);
}
.addAddress table thead tr th{
	color:rgba(51,51,51,1);
	line-height:20px;
	text-align: center;
	border-top: 1px solid rgba(234,237,239,1);
}
.addAddress table thead tr th:first-child{
	width: 150px;
	border-left: 1px solid rgba(234,237,239,1);
}
.addAddress table thead tr th:nth-child(2){
	width: 334px;
}
.addAddress table thead tr th:nth-child(3){
	width: 150px;
}
.addAddress table thead tr th:nth-child(4){
	width: 150px;
}
.addAddress table thead tr th:nth-child(5){
	width: 169px;
	border-right: 1px solid rgba(234,237,239,1);
}
.addAddress table tbody tr{
	width: 100%;
	height: 70px;
}
.addAddress table tbody tr td{
	color:rgba(51,51,51,1);
	line-height:20px;
	text-align: center;
	border-bottom: 1px solid rgba(234,237,239,1);
	border-right: 1px solid rgba(234,237,239,1);
	box-sizing: border-box;
}
.addAddress table tbody tr td:first-child{
	border-left: 1px solid rgba(234,237,239,1);
}
.addAddress table tbody tr td:first-child{
	width: 150px;
}
.addAddress table tbody tr td:nth-child(2){
	width: 334px;
}
.addAddress table tbody tr td:nth-child(3){
	width: 150px;
}
.addAddress table tbody tr td:nth-child(4){
	width: 150px;
}
.addAddress table tbody tr td:nth-child(4) .del{
	margin-right: 10px;
	color: #666;
}
.addAddress table tbody tr td:nth-child(4) .edit{
	margin-left: 10px;
	color: #666;
}
.addAddress table tbody tr td:nth-child(5){
	width: 169px;
	cursor: pointer;
	color: #00A23E;
	height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.addAddress table tbody tr td:nth-child(5) p{
	width:100px;
	height:36px;
	background:rgba(0,162,62,1);
	border-radius:6px;
	font-size:14px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
#original li:nth-child(4){
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,162,62,1);
	line-height:22px;
	margin: 15px 0px 18px;
	text-align: right;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
}
.address_pop{
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background:rgba(0,0,0,0.2);
	top: 0px;
	left: 0px;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.address_pops{
	width:660px;
	height:504px;
	background:rgba(255,255,255,1);
	border-radius:6px;
}
.address_pops_title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height:58px;
	background:rgba(245,245,245,1);
	box-sizing: border-box;
	padding: 0px 25px;
}
.address_pops_title li{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.address_pops_title li img{
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.address_pops_lists{
	box-sizing: border-box;
	padding: 7px 67px 7px 67px;
}
.address_pops_lists li{
	display: flex;
	flex-direction: row;
	align-items: center;
	min-height: 40px;
	margin-top: 15px;
}
.address_pops_lists li:nth-child(5){
	align-items: flex-start;
}
.address_pops_lists li:nth-child(6){
	margin-top: 5px;
}
.address_pops_lists li:last-child{
	margin-top: 5px;
}
.address_pops_lists li label{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 4px;
	width: 82px;
	text-align: right;
}
.address_pops_lists li label i{
	font-style: normal;
	color: #FF3D3D;
}
.address_pops_lists li .distpicker{
	width:440px;
	height:40px;
	background:rgba(255,255,255,1);
	border: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 5px;
}
#address_mend{
	display: none;
}
.address_pops_lists li .distpicker select{
	min-width: 110px;
	height: 33px;
	margin-right: 20px;
	border: 1px solid rgba(234,237,239,1);
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0px 5px;
}
.address_pops_lists li .distpicker select option{
	/* color: red; */
	height: 30px;
	line-height: 30px;
}
.address_pops_lists li input{
	width:440px;
	height:40px;
	line-height: 40px;
	background:rgba(255,255,255,1);
	border: none;
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 0px 15px;
	margin: 0px 3px 0px 5px;
}
.address_pops_lists li input::-webkit-input-placeholder{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#999999;
	line-height:20px;
}
.address_pops_lists li textarea{
	width:440px;
	height:76px;
	background:rgba(255,255,255,1);
	border: none;
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 10px 15px;
	resize: none;
	margin-left: 5px;
}
.address_pops_lists li span{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.address_pops_lists li span p{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size:14px;
	color:rgba(153,153,153,1);
	line-height:20px;
}
.address_pops_lists li span p:first-child{
	font-size:14px;
	color:rgba(51,51,51,1);
	line-height:20px;
	margin-right: 12px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.address_pops_lists li span p input[type="radio"]{
	width: 15px;
	height: 15px;
}
.address_pops_lists li span p .no_radio{
	width: 18px;
	height: 18px;
	margin-right: 5px;
	cursor: pointer;
}
.address_pops_lists li:last-child input[type="button"]{
	width:140px;
	height:46px;
	background:rgba(0,162,62,1);
	border-radius:6px;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:25px;
	border: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
/* ---------------------------------个人中心-收货地址----------------------------- */
/* ---------------------------------待收货----------------------------- */
.waitSend{
	width: 1200px;
	height: auto;
	margin: 0px auto 50px;
	position: relative;
	z-index: 1;
}
.waitSend_aff{
	width: 100%;
	height: 158px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 20px 82px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.waitSend_aff_left{
	height: 118px;
}
.waitSend_aff_left li:first-child{
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,61,61,1);
	line-height:22px;
	margin-top: 0px;
}
.waitSend_aff_left li{
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:18px;
	margin-top: 12px;
}
.waitSend_aff_right{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 118px;
}
.waitSend_aff_right input{
	width:140px;
	height:46px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:25px;
	border: none;
	margin-left: 10px;
	cursor: pointer;
}
.waitSend_aff_flow{
	margin-top: 20px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 20px 26px;
	background-color: #FFFFFF;
	margin-bottom: 46px;
}
.waitSend_aff_flow span{
	font-size:15px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.waitSend_aff_flow span:nth-child(2){
	width: 230px;
}
.flow_list{
	margin-top: 35px;
	box-sizing: border-box;
	padding: 0px 76px;
}
.flow_list li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 50px;
}
.flow_list li:last-child{
	margin-bottom: 0px;
}
.flow_list li span img{
	width: 60px;
	height: 60px;
	border-radius: 6px;
	margin-right: 20px;
}
.flow_list li span p{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:14px;
}
.flow_list li span p:nth-child(2){
	margin-top: 22px;
}
.flow_list li span:nth-child(2) p:first-child{
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,198,87,1);
	line-height:18px;
	width: 165px;
	overflow: hidden;
}
.flow_list li span:last-child input{
	width:100px;
	height:38px;
	border-radius:6px;
	border:1px solid rgba(234,237,239,1);
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	border: none;
	cursor: pointer;
}
.flow_list li span:nth-child(3){
	width: 250px;
	overflow: hidden;
	margin-left: 54px;
}
.flow_list li span:nth-child(4){
	width: 160px;
	margin-left: 25px;
}
.flow_list li span:nth-child(5){
	width: 110px;
	margin-left: 104px;
}
.waitSend_aff_order{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 32px 24px;
	display: flex;
	flex-direction: row;
}
.waitSend_aff_order .order_title{
	font-size:15px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.order_table{
	width: 1090px;
	height: auto;
	margin-left: 28px;
}
.order_table table{
	width: 100%;
	border:1px solid rgba(234,237,239,1);
}
.order_table table thead tr{
	width: 100%;
	height: 44px;
	background:rgba(245,245,245,1);
}
.order_table table thead tr th:first-child{
	width: 676px;
}
.order_table table thead tr th:nth-child(2){
	width: 212px;
}
.order_table table thead tr th:last-child{
	width: 200px;
	text-align: center;
}
.order_table table tbody tr{
	width: 100%;
	height: 115px;
}
.order_table table tbody tr td{
	height: 115px;
	border-bottom:1px solid rgba(234,237,239,1);
}
.order_table table tbody tr:last-child td{
	border-bottom: none;
}
.order_table table tbody tr td:first-child{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 676px;
}
.order_table table tbody tr td:first-child li:first-child{
	height: 115px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.order_table table tbody tr td:first-child li:last-child{
	display: flex;
	flex-direction:column;
	justify-content: center;
}
.order_table table tbody tr td:first-child li img{
	width: 75px;
	height: 75px;
	margin-right: 13px;
	margin-left: 22px;
}
.order_table table tbody tr td:first-child li span:first-child{
	width: 257px;
	height: 40px;
	line-height: 20px;
	 overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.order_table table tbody tr td:first-child li span:last-child{
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:18px;
	margin-top: 16px;
}
.order_table table tbody tr td:nth-child(2){
	width: 180px;
	text-align: center;
}
.order_table table tbody tr td:nth-child(3){
	width: 180px;
	text-align: center;
}
.order_table table tbody tr td:nth-child(4){
	width: 280px;
	text-align: left;
}
.order_table table tbody tr td:last-child{
	width: 100px;
	text-align: center;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,61,61,1);
	line-height:20px;
}
.order_table .liuyan{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
	padding: 0px 21px;
	border:1px solid rgba(234,237,239,1);
	border-top: none;
}
.order_table .liuyan span input{
	width:590px;
	height:36px;
	background:rgba(249,249,249,1);
	box-sizing: border-box;
	padding: 0px 20px;
	border: none;
	margin-left: 19px;
}
.waitSend_aff_money{
	width: 100%;
	height:auto;
	background:rgba(255,255,255,1);
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	box-sizing: border-box;
	padding: 20px 28px;
}
.waitSend_aff_money li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.waitSend_aff_money li:last-child{
	margin-bottom: 0px;
}
.waitSend_aff_money li:nth-child(2){
	margin-bottom: 25px;
}
.waitSend_aff_money li label{
	width: 85px;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	text-align: right;
}
.waitSend_aff_money li span{
	width: 100px;
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:20px;
	text-align: right;
}
.waitSend_aff_money li:last-child label{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:20px;
	margin-right: 0px;
}
.waitSend_aff_money li:last-child span{
	font-size:22px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,61,61,1);
	line-height:30px;
	width: auto;
}
.waitSend_aff_money li:last-child a input{
	width:140px;
	height:46px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:25px;
	border: none;
	margin-left: 20px;
	cursor: pointer;
}
.wait_address{
	box-sizing: border-box;
	padding: 20px 25px;
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:22px;
}
.address_edit{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 20px 25px;
	margin-bottom: 46px;
}
.address_title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.address_title span img{
	width: 22px;
	height: 22px;
}
.address_title span:first-child{
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:22px;
}
.address_title span:last-child{
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,162,62,1);
	line-height:22px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.address_list{
	box-sizing: border-box;
	margin-left: 65px;
	border: 1px solid rgba(234,237,239,1);
	height: 50px;
	overflow: hidden;
}
.addrss_lists{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	box-sizing: border-box;
	padding: 0px 30px 0px 40px;
}
.addrss_lists li i{
	font-style: normal;
	width:58px;
	height:20px;
	background:rgba(0,162,62,1);
	border-radius:4px;
	font-size:11px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:16px;
	margin-left: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.addrss_lists li img{
	width: 18px;
	height: 18px;
	margin-right: 5px;
}
.addrss_lists li:first-child{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.addrss_lists li:first-child input{
	margin-right: 8px;
}
.addrss_lists li:nth-child(2){
	display: flex;
	flex-direction: row;
	align-items: center;
}
.addrss_lists li:nth-child(2) span{
	margin-left: 20px;
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,162,62,1);
	line-height:18px;
	cursor: pointer;
}
.address_show{
	width:135px;
	height:40px;
	border:1px solid rgba(234,237,239,1);
	margin-left: 65px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	cursor: pointer;
}
.address_show img{
	width: 14px;
	height: 14px;
	margin-left: 10px;
	transform: rotate(270deg);
}
.address_show img.active{
	transform: rotate(90deg);
}
.address_sale{
	height: 44px;
	box-sizing: border-box;
	padding: 0px 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background:rgba(0,162,62,0.06);
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:21px;
}
/* ---------------------------------待收货----------------------------- */
/* ---------------------------------订单支付成功----------------------------- */
.send_no{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999;
	background:rgba(0,0,0,0.2);
	top: 0px;
	left: 0px;
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.send_nos{
	width:700px;
	height:504px;
	background:rgba(255,255,255,1);
	border-radius:6px;
}
.send_no_title{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	background:rgba(245,245,245,1);
	border-radius:6px 6px 0px 0px;
}
.succPay{
	width: 1200px;
	height: 447px;
	margin: 30px auto 50px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	border-top: 20px solid #FF3D3D;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 84px 206px;
}
.send_no_title li{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
}
.send_no_title li img{
	width: 30px;
	height: 30px;
	margin-right: 20px;
	cursor: pointer;
}
.send_no_list{
	width: 100%;
	height: 446px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 30px 40px;
}
.send_no_info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}
.send_no_info li:first-child{
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,198,87,1);
	line-height:18px;
	margin-bottom: 20px;
}
.send_no_info li{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:14px;
}
.send_no_lists{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 60px;
}
.send_title_left{
	width: 200px;
	border-right: 1px solid #DDDDDD;
	position: relative;
	z-index: 1;
}
.send_title_left p{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
}
.send_title_left span{
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 9;
	top: -3px;
	right: -8px;
}
.send_title_left span img{
	width: 15px;
	height: 15px;
}
.send_title_right{
	width: 420px;
	box-sizing: border-box;
	padding: 0px 0px 10px 20px;
}
.send_title_right p{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height: 25px;
}
.send_title_right p i{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,162,62,1);
	line-height:20px;
	font-style: normal;
}
.succ_img{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.succ_img img{
	width: 294px;
	height: 294px;
	margin-right: 171px;
}
.succ_agin li:first-child{
	font-size:24px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,61,61,1);
	line-height:33px;
}
.succ_agin li:nth-child(2){
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:20px;
	margin-top: 12px;
}
.succ_agin li:nth-child(3){
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:18px;
	margin-top: 45px;
}
.succ_agin li:nth-child(4){
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top:35px;
}
.succ_agin li:nth-child(4) span:nth-child(2){
	margin-left: 15px;
}
.succ_agin li:nth-child(4) span a{
	width:92px;
	height:32px;
	background:rgba(255,61,61,1);
	border-radius:6px;
	font-size:13px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:18px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.succ_agin li:nth-child(4) span:nth-child(2) a{
	width:92px;
	height:32px;
	border-radius:6px;
	background: #FFFFFF;
	border:1px solid rgba(255,61,61,1);
	font-size:13px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,61,61,1);
	line-height:18px;
}
/* ---------------------------------订单支付成功----------------------------- */

/* ---------------------------------设置密码----------------------------- */
.shop_reset{
	box-sizing: border-box;
	padding: 130px 260px;
}
.shop_reset li{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 30px;
}
.shop_reset li:last-child{
	margin-top: 55px;
	justify-content: center;
}
.shop_reset li label{
	width: 95px;
	text-align: right;
	margin-right: 24px;
}
.shop_reset li input{
	width:305px;
	height:45px;
	line-height: 45px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 0px 24px;
	font-size: 16px;
}
.shop_reset li.forget_code span{
	display: flex;
	flex-direction: row;
	align-items: center;
	width:305px;
	height:45px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(234,237,239,1);
}
.shop_reset li.forget_code span input[type='text']{
	width:150px;
	height:45px;
	border:none;
}
.shop_reset li.forget_code span input[type='button']{
	width:140px;
	height:46px;
	background: none;
	color:rgba(0,162,62,1);
	border: none;
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:normal;
	line-height:22px;
	padding: 0px;
	cursor: pointer;
}
.shop_reset li input[type='button']{
	width:140px;
	height:46px;
	background:rgba(0,162,62,1);
	border-radius:6px;
	border: none;
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:25px;
	padding: 0px;
	cursor: pointer;
}
/* ---------------------------------设置密码----------------------------- */

/* ---------------------------------框架分页------------------------------------*/
.pagination{
	width: 800px;
	margin: 50px auto;
	display: flex;
	flex-direction: row;
	padding-bottom:20px;
}
.pagination li.disabled{
	cursor:no-drop;
}
.pagination li:first-child{
	border-radius: 5px 0px 0px 5px;
	width: 100px;
	color: #FFFFFF !important;
	height: 40px;
	line-height: 40px;
	background: #00A23E;
	text-align: center;
	border-color:rgb(0, 162, 62);
}
.pagination li:first-child a{
	color: #FFFFFF !important;
}
.pagination li:nth-last-child(2) {
	border-radius: 0px 5px 5px 0px;
	width: 100px;
	height: 40px;
	color: #FFFFFF !important;
	line-height: 40px;
	background: #00A23E;
	text-align: center;
	border-color:rgb(0, 162, 62);
}
.pagination li:nth-last-child(2) a{
	color: #FFFFFF !important;
}
.pagination li a{
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.pagination li.active{
	background: rgb(0, 162, 62);
	border-color:rgb(0, 162, 62);
	color: #FFFFFF;
}
.pagination li{
	width: 70px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}
.pagination input{
	margin-left: 20px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px 0px 0px 5px;
	outline: none;
	border: none;
	border: 1px solid #CCCCCC;
	text-indent: 10px;
	box-sizing: border-box;
}
.pagination .goPage{
	margin-left:16px;
	border:none;
	width:120px;
}
.pagination .goPageInput{
	width:45px;
	line-height:0;
	margin:0;
	outline: none;
	border-radius: 5px 0px 0px 5px;
	display:inline-block;
}
.pagination .goPageBtn{
	width:50px;
	border-radius: 0px 5px 5px 0px;
	height:40px;
	border: 1px solid #CCCCCC;
	display:inline-block;
	outline: none;
	background: rgb(0, 162, 62);
	color: #ffffff;
	border-left:0px;
	border-color:rgb(0, 162, 62);
	cursor:pointer;
}

/* ---------------------错误页面------------------------------------ */
.license_no{
	width: 100%;
	min-height: 500px;
	background: #ffffff;
}
.license_no1{
	width: 1200px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-sizing: border-box;
	padding: 35px 140px;
}
.license_no2{
	width: 430px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.license_no2 img{
	width: 430px;
	height: 430px;
}
.license_no3 img{
	width: 430px;
	height: 430px;
}
.license_no2 p{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	text-align: center;
}
.license_no3{
	width: 430px;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.license_no3 p{
	font-size:18px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:25px;
	text-align: center;
}
/* ---------------------错误页面------------------------------------ */

/* ---------------------取消订单弹框------------------------------------ */
.needme_cancel{
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	background:rgba(0,0,0,0.2);
	display: none;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.needme_cancel1{
	width:470px;
	height:376px;
	background:rgba(255,255,255,1);
	border-radius:6px;
}
.needme_cancel1_title{
	height: 58px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.needme_cancel1_title li:first-child{
	padding-left: 20px;
}
.needme_cancel1_title li{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.needme_cancel1_title li img{
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-right: 20px;
}
.needme_cancel1_list{
	box-sizing: border-box;
	padding: 11px 35px;
}
.needme_cancel1_list li{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.needme_cancel1_list li label{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 11px;
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:21px;
}
.needme_cancel1_list li label i{
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,61,61,1);
	line-height:21px;
	margin-right: 5px;
}
.needme_cancel1_list li:first-child{
	justify-content: center;
	font-size:15px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:21px;
	margin-bottom: 17px;
}
.needme_cancel1_list li:last-child{
	justify-content: flex-end;
	margin-top: 168px;
}
.needme_cancel1_list li span input{
	width:90px;
	height:38px;
	background:rgba(0,162,62,1);
	border-radius:6px;
	border: none;
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:22px;
	margin-left: 15px;
	cursor: pointer;
}
.needme_cancel1_list li span:first-child input{
	width:90px;
	height:38px;
	background:rgba(204,204,204,1);
	border-radius:6px;
}
.needme_cancel1_list li select{
	width:300px;
	height:40px;
	background:rgba(255,255,255,1);
	border: none;
	border:1px solid rgba(234,237,239,1);
	box-sizing: border-box;
	padding: 0px 15px;
}
.needme_cancel1_list li select option::after{
	width:300px;
	height:40px;
	line-height: 40px;
}
/* ---------------------取消订单弹框------------------------------------ */
