.gg-overlay-3 {
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 2240;
	background: rgba(0, 0, 0, .7);
}
.gg-overlay-4{
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 2260;
	background: rgba(0, 0, 0, .7);
}
.a-address{
	width: 100%;
	max-width: 750px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2251;
	margin: 0 auto;
	background-color: transparent;
}
.a-address-head{
	width: fit-content;
	height: 40px;
	background-color: #EDEDED;
	border-radius: 0px 20px 0px 0px;
}
.a-address-head-li{
	width: 105px;
	height: 40px;
	color: #222;
	font-size: 18px;
	background-color: #EDEDED;
	border-radius: 0px 20px 0px 0px;
}
.a-address-head-li-active{
	background-color: #fff;
	clip-path:polygon(0 0, 20 100%,calc(100% + 20px) 100%,100% 0);
}
.a-address-c{
	width: 100%;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}
.a-address-c-close{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
}
.a-address-c-li{
	min-height: 44px;
	font-size: 16px;
}
.a-address-c-li-l{
	width: 60px;
	min-width: 60px;
}
.a-address-c-li-r{
	flex: 1;
}
.a-address-c-li-r input{
	width: 100%;
	height: 36px;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
.a-address-c-btn{
	width: 172px;
	height: 40px;
	background: linear-gradient( 90deg, #FC4C4E 0%, #FD2058 100%), #FD2058;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
}
/* 外部容器 */
.tab-container {
	width: 180px;
	display: flex;
	background-color: #EDEDED;
	overflow: hidden;
	clip-path: polygon(0 0, 93% 0, 100% 100%, 0% 100%);
	border-radius: 12px 36px 0 0;
}

/* 每个标签的基础样式 */
.tab {
	width: 90px;
	position: relative;
	height: 40px;
	/* padding: 0 30px 0 25px; */
	font-size: 17px;
	color: #666;
	background-color: #EDEDED;
	clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
	border-radius: 12px 30px 0 0;
	z-index: 1;
	font-weight: bold;
	display: flex;
	justify-content: center;
	padding-right: 13px;
}

/* 左侧标签（激活状态） */
.tab.active1 {
	background-color: #fff;
	color: #222 !important;
	clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
	border-radius: 12px 30px 0 0;
	
}
.tab-container-active2 {
	background-color: #fff;
}
.seven-dialog{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2261;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	max-width: 750px;
	margin: 0 auto;
}
.c-dialog{
	height: 400px;
	display: flex;
	flex-direction: column;
}
.c-dialog-title{
	/* height: 45px; */
	font-size: 14px;
	font-weight: bold;
	color: #777;
	padding-left: 12px;
	position: relative;
	padding: 10px 12px 0px 12px;
}
.c-dialog-close{
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
}
.c-dialog-close img{
	width: 28px;
	height: 28px;
}
.c-dialog-title-name{
	height: 100%;
}
.c-dialog-title-name-active{
	color: #222;
}
.c-dialog-lists{
	flex: 1;
	background-color: #fff;
	overflow-y: scroll;
}
.c-dialog-list{
	min-height: 40px;
	justify-content: center;
	padding: 0 12px;
	font-size: 15px;
}
.c-dialog-list-active{
	color: #FD2058;
}
.street-name{
	flex: 1;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.street-name-div{
	width: 120px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.s-shop{
	color: #222;
	font-size: 15px;
}
.s-address{
	font-size: 14px;
	color: #777;
	margin-top: 3px;
}
.seven-dialog{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2261;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	max-width: 750px;
	margin: 0 auto;
}


input::placeholder{
	color: #bcbcbc;
}
.a-edit{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3071;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.65);
}
.a-address-cont{
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
}
.a-edit-cont{
	width: 100%;
	max-width: 314px;
	/* height: 260px; */
	margin: 0 38px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 0 20px;
	position: relative;
}
.a-edit-close{
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	right: -25px;
}
.a-edit-close-div{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #EDEDED;
}
.a-edit-title{
	font-size: 16px;
	font-weight: bold;
	padding-top: 18px;
	text-align: center;
}
.a-edit-btn{
	width: 100%;
	height: 34px;
	background: linear-gradient( 90deg, #FC4C4E 0%, #FD2058 100%), #FD2058;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
}
.a-edit-btn1{
	border: 1px solid #FD2058;
	background: #fff;
	color: #FD2058;
}


.a-message{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3071;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.65);
}
.a-message-cont{
	width: 90%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
}
.a-msg{
	height: 200px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #DFDEDB;
	position: relative;
}
.a-msg-tip{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #BCBCBC;
}
.a-msg textarea{
	border: none;
	width: 100%;
	height: 90%;
	background: transparent;
	padding: 10px 12px;
	resize: none;
	box-sizing: border-box;
	outline: 0;
}
.a-ticket{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3071;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.65);
}
.a-ticket-cont{
	width: 90%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
}
.a-pop-t-close{
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
}
.a-ticket-input{
	height: 44px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #DFDEDB;
}
.a-ticket-input input{
	border: none;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 0 12px;
	resize: none;
	box-sizing: border-box;
	outline: 0;
}

.a-back{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3071;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.65);
}
.a-back-cont{
	width: 300px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.a-back-title{
	font-size: 15px;
	text-align: center;
	line-height: 22px;
}

.a-pop-pay{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3071;
	margin: 0 auto;
	max-width: 750px;
	background-color: rgba(0, 0, 0, 0.7);
}
.a-pop-pay-cont{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.a-pop-pay-detail{
	width: 100%;
	height: 220px;
	background: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	padding-left: 12px;
	box-sizing: border-box;
}
.a-pop-pacyPay{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3071;
	margin: 0 auto;
	max-width: 750px;
	background-color: rgba(0, 0, 0, 0.7);
}
.a-pop-pacyPay-cont{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.a-pop-pacyPay-detail{
	width: 100%;
	/* height: 220px; */
	background: #FFFFFF;
	border-radius: 20px 20px 0px 0px;
	padding: 0 12px;
	box-sizing: border-box;
}

.a-cod-tip{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3071;
	margin: 0 auto;
	max-width: 750px;
	background-color: rgba(0, 0, 0, 0.7);
}
.a-cod-cont{
	width: 300px;
	background-color: #fff;
	border-radius: 20px;
	padding: 0 20px 20px;
	position: relative;
}