.c-load{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.v-lis{
	margin: 10px 10px 0 10px;
	background: #FFFFFF;
	border-radius: 8px;
}
.v-lis-box{
	width: 100%;
	padding-bottom: 100%;
	position: relative;
}
.v-lis-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.padding-img{
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.padding-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.c-swiper{
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.s-swiper{
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.c-s-c{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.video-dialog{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2071;
	margin: 0 auto;
	max-width: 750px;
	background-color: #000;
}
/* 修改videojs 控件 */
.video-js {
	width: 100%;
	height: 100%;
}
.video-js .vjs-picture-in-picture-control {
	display: none;
}

.video-js .vjs-volume-panel, .video-js .vjs-time-control {
	display: none;
}

.video-js .vjs-fullscreen-control {
	display: none;
}

.video-js .vjs-big-play-button {
	width: 100%;
	height: 100%;
	background: none;
	/* border-radius: 50%; */
	/* left: 50%; */
	margin-left: -10px;
	/* top: 50%; */
	margin-top: -10px;
	border: 0;
	background: url('../../image/icon/icon-play.png') no-repeat;
	background-size: 64px 64px;
	z-index: 3;
	background-position: center;
}
.video-js .vjs-play-control.vjs-paused {
	background: url('../../image/icon/icon-play.png') no-repeat;
	background-size: 64px 64px;
	background-position: center;
}

.video-js .vjs-play-control.vjs-playing {
	background: url('../../image/icon/icon-pause.png') no-repeat;
	background-size: 64px 64px;
	background-position: center;
}

.video-js .vjs-play-control.vjs-paused.vjs-ended {
	background: url('../../image/icon/icon-play.png') no-repeat;
	background-size: 64px 64px;
	background-position: center;
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
	content: ''
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-play-control.vjs-playing, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
	content: ''
}

.video-js .vjs-play-control {
	width: 64px;
	height: 64px;
	cursor: pointer;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -32px;
	margin-top: -32px;
}

.video-js .vjs-progress-control .vjs-progress-holder {
	margin: 0;
}

.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
	text-shadow: none !important;
}

.video-js .vjs-slider {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.video-js .vjs-play-progress {
	background: #ED1B2E;
}

.video-js .vjs-play-progress:before {
	content: '';
}

.video-js .vjs-progress-holder {
	height: .2em;
}

.video-js .vjs-control-bar {
	background-color: rgba(0, 0, 0, 0);
	/* top: 0; */
	display: flex;
}
/* 修改videojs 控件 */
.swiper-pagination-fraction {
	right: 15px;
	bottom: 8px;
	left: inherit;
	width: initial;
	text-align: right;
	background: rgba(0, 0, 0, .5);
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 50px;
	color: #fff;
}
.video-close{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2098;
}
.mdui-img-fluid{
	border-radius: 8px 8px 0 0 !important;
}
.v-show{
	height: 60px;
	margin: 12px;
	margin-bottom: 0px;
	background-color: #FFFEE2;
	border-radius: 8px;
}
.v-show-r{
	flex: 1;
	padding-right: 12px;
	line-height: 20px;
}
.v-show-r-img{
	width: 40px;
	height: 40px;
	position: relative;
}
.c-i-swiper-li-grid-img-icon{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.c-i-swiper-li-grid-img-icon img{
	width: 16%;
	height: 16%;
}
.v-show-r-text{
	flex: 1;
	padding-left: 6px;
	font-size: 14px;
	color: #121212;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.v-title{
	justify-content: space-between;
	padding: 0 12px;
	margin-top: 12px;
}
.v-title-l{
	width: 0;
	flex: 1;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.v-title-tag{
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #FD2058;
	font-size: 12px;
	color: #FD2058;
	padding: 0 2px;
}
.v-title .c-new {
	/* margin-top: -3px; */
	vertical-align: middle;
	background: linear-gradient(225deg, #FF6F5B 0%, #FFD036 100%);
	border-radius: 3px;
	display: inline-block;
	padding: 0 4px 0 5px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	word-break: keep-all;
	margin-right: 3px;
	font-weight: 500;
}
.v-title-text{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.v-footer{
	height: 30px;
	justify-content: space-between;
	padding: 0 12px;
	margin-top: 10px;
}
.v-footer-l{
	color: #FD2058;
	font-size: 14px;
	font-weight: bold;
}
.v-footer-btn{
	width: 94px;
	height: 30px;
	background: linear-gradient( 90deg, #FC4C4E 0%, #FD2058 100%), #FD2058;
	border-radius: 15px;
	color: #fff;
	font-size: 14px;
}













.a-cont {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.e-goods {
	background-color: #fff;
	border-radius: 8px;
	margin-bottom: 10px;
	padding-top: 12px;
}

.e-good {
	min-height: 100px;
	margin: 0 12px;
	border-bottom: 1px solid #ededed;
}
.e-good-btn {
	padding: 0 15px;
	height: 34px;
	background: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #FD2058;
	font-size: 16px;
	color: #FD2058;
	margin-left: 12px;
	margin-top: 12px;
	display: inline-flex;
}

.e-good-left {
	width: 44px;
	height: 100px;
}

.e-good-left-gary {
	background: #777777;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
	padding: 4px 5px;
}

.e-good-l {
	width: 80px;
	height: 100px;
}

.e-good-l img {
	width: 80px;
	height: 80px;
	border-radius: 6px !important;
}

.e-good-r {
	flex: 1;
	width: 0;
	display: flex;
	align-items: flex-start;
	min-height: 80px;
	padding-left: 10px;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 12px;
	padding-top: 12px;
}

.e-good-r-btn {
	font-size: 14px;
	color: #222;
	background: #F9F9F9;
	border-radius: 6px;
	border: 1px solid #DFDEDB;
	padding: 4px 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.e-good-select {
	background: #F9F9F9;
	border-radius: 6px;
	color: #222;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
}

.e-good-clear {
	background: #fff;
	border-radius: 6px;
	color: #007AFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 8px;
	margin-left: 10px;
}

.e-good-r-nums {
	height: 28px;
	width: 100px;
	justify-content: space-between;
	border: 1px solid #DFDEDB;
	border-radius: 6px;
}

.e-good-r-nums-l {
	width: 40px;
	height: 28px;
	border-radius: 4px;
}

.e-good-r-nums-c {
	flex: 1;
	font-size: 16px;
}

.e-good-r-title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.e-good-del {
	width: 50px;
	height: 30px;
	align-items: flex-end;
	justify-content: flex-end;
}

.e-sku-li {
	justify-content: space-between;
	margin-bottom: 6px;
}

.e-sku-li-l {
	width: 0;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.e-sku-li-l-cont {
	flex: 1;
	font-size: 14px;
	color: #222;
	background: #F9F9F9;
	border-radius: 6px;
	border: 1px solid #DFDEDB;
	padding: 3px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.e-sku-name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.e-sku-li-r {
	width: 28px;
	height: 26px;
	justify-content: flex-end;
}

.p-goods-title {
	height: 44px;
	justify-content: space-between;
	margin-top: -10px;
	padding: 0 12px;
}

.cleanAll {
	height: 22px;
	background: #FFFFFF;
	border-radius: 19px;
	border: 1px solid #FD2058;
	color: #FD2058;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
}

.cleanAll img {
	width: 15px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -7px;
}

.e-good-similar {
	/* width: 70px; */
	padding: 0 7px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 19px;
	border: 1px solid #FD2058;
	color: #FD2058;
}
.empty-safe{
	height: calc(env(safe-area-inset-bottom));
	background-color: transparent;
}

.a-footer {
	height: calc(env(safe-area-inset-bottom) + 50px);      /* 标准写法 */
	justify-content: space-between;
	padding-right: 10px;
	background-color: #fff;
	max-width: 750px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #F2F2F2;
	background-color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: calc(env(safe-area-inset-bottom));
}

.a-footer-more {
	/* width: 150px; */
	flex: 1;
	height: 50px;
	flex-direction: column;
	padding-left: 12px;
}

.a-footer-r-l {
	width: 100%;
	height: 50px;
	align-items: flex-start;
	justify-content: center;
}

.a-footer-r-r {
	width: 120px;
	height: 40px;
	background: linear-gradient(90deg, #FC4C4E 0%, #FD2058 100%), #FD2058;
	border-radius: 20px;
	color: #fff;
	font-size: 16px;
}

.a-pop-detail {
	width: 100%;
	position: fixed;
	bottom: 50px;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2071;
	margin: 0 auto;
	max-width: 750px;
	background-color: rgba(0, 0, 0, 0.7);
}

.a-pop-detail-cont {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
}

.a-detail {
	width: 100%;
	max-height: 70%;
	background: #F4F4F4;
	border-radius: 20px 20px 0px 0px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.a-detail-title {
	min-height: 40px;
	height: 40px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 20px 20px 0px 0px;
	background: #E2FAE7;
	color: #777777;
	position: relative;
	background: url(https://d27b1zm92s3w9y.cloudfront.net/2024/12/06/f984e272-bb18-4209-ac33-cdd3d9eeb214.jpg);
	background-size: 100% 100%;
	padding-left: 12px;
	box-sizing: border-box;
}

.a-detail-title-close {
	width: 50px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

.e-good-dialog {
	/* padding: 0 12px; */
	flex: 1;
	overflow-y: scroll;
}

.e-sku-name2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	padding-top: 6px;
}

/**
	 * 确认收货地址弹窗
	 */
.a-right-address {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2071;
	margin: 0 auto;
	max-width: 750px;
	background-color: #fff;
}

.pack-row {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.p-address {
	padding: 10px 12px 14px 12px;
	background: #FFFCEC url(https://d2s77k5kpxichn.cloudfront.net/image/border-210427.jpg) bottom repeat-x;
}

.e-good-r-title {
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.colorGrey {
	color: #999;
}


/* 地址样式 */
.a-p-header {
	height: 50px;
	margin-left: 12px;
	border-bottom: 1px solid #EDEDED;
}

.a-p-address {
	padding: 10px 12px;
	background-color: #FFF9DD;
	background: #FFFCEC url("https://d2s77k5kpxichn.cloudfront.net/image/border-210427.jpg") bottom repeat-x;
}

.c-add-icon {
	width: 26px;
	height: 26px;
	background: #FD2058;
	border-radius: 4px;
	margin-right: 10px;
}

.gg-btn {
	height: 40px;
	font-size: 16px;
	color: #FD2058;
}

.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%;
		min-height: 270px;
		background-color: #fff;
		position: relative;
		padding: 0 12px;
		box-sizing: border-box;
		border-radius: 0px 8px 8px 8px;
	} */
.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: 100%;
	height: 34px;
	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;
}

.city-picker-dropdown {
	min-width: auto;
	max-width: 79vw;
	/* position: relative */
}

.city-picker-span {
	/* width: 324px !important; */
	height: 42px;
	line-height: 42px;
	border: none;
}

.city-picker-span > .placeholder {
	color: #BCBCBC;
	font-size: 16px;
}

.city-picker-span {
	border: none;
}

.city-picker-span > .title > span {
	font-size: 16px;
	color: #000;
}

.a-pop-footer {
	width: 100%;
	height: auto;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 12px;
	border-top: 1px solid #EDEDED;
}

.a-pop-footer2 {
	width: 100%;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
	padding: 0 12px;
	border-top: 1px solid #EDEDED;
}

.a-toast {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2111;
	margin: 0 auto;
	background-color: transparent;
	justify-content: center;
}

.a-toast-cont {
	margin-top: 70vh;
	padding: 0 18px;
	height: 40px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}

.gg-overlay {
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 2000;
	animation: maskframes 300ms ease-in-out forwards;
}

.gg-overlay-1 {
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 2000;
	background: rgba(0, 0, 0, .7);
}

@keyframes maskframes {
	0% {
		background: rgba(0, 0, 0, .0);
	}
	100% {
		background: rgba(0, 0, 0, .7);
	}
}

.productDialog {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2001;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.preview-dialog {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2003;
	max-width: 750px;
	margin: 0 auto;
	background-color: #000;
}

.c-statement {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.s-swiper {
	height: 100%;
}

.s-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.s-sku {
	background-color: #434343;
	border-radius: 10px;
	color: #fff;
	padding: 6px 15px;
	margin-top: 15px;
}

.s-sku-num {
	color: #fff;
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.a-tab {
	height: 36px;
}

.a-tab-l {
	width: 60px;
	height: 36px;
}

.a-tab-c {
	flex: 1;
	height: 36px;
	padding-top: 10px;
}

.a-tab-tab {
	width: 90px;
	height: 36px;
	font-size: 18px;
	font-weight: bold;
}

.a-tab-tip {
	background-color: #FFE7ED;
	border-radius: 20px;
	padding: 3px 12px;
}

.a-tab-tab-active1 {
	color: #FD2058;
}

.a-tab-tab-active2 {
	color: #019843;
}

.a-address-replace {
	justify-content: flex-start;
	padding-top: 10px;
}

.a-address-replace-l {
	width: 30px;
}

.a-address-replace-r {
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 3px;
}
.a-address-cont .at-head{
	height: 44px;
	background-color: #FFE7ED;
	border-radius: 20px 20px 0px 0px;
	color: #FD2058;
}
.a-address-cont .at-head-l{
	width: 50px;
	height: 100%;
}
.a-address-cont .at-head-c{
	flex: 1;
	font-size: 12px;
	color: #FD2058;
}












 /* sku弹窗 */
.showSkuClass {
	width: 100%;
	max-width: 750px;
	bottom: 0;
	/* left: 0; */
	position: fixed;
	min-height: 400px;
	max-height: 80vh;
	z-index: 2002;
	background-color: #fff;
	border-radius: 16px 16px 0 0;
}

.gg-overlay {
	width: 100%;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 2000;
	animation: maskframes 300ms ease-in-out forwards;
}

@keyframes maskframes {
	0% {
		background: rgba(0, 0, 0, .0);
	}
	100% {
		background: rgba(0, 0, 0, .7);
	}
}
.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-cont {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
}
.a-address-c {
	width: 100%;
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
}

.a-edit-cont {
	width: 100%;
	max-width: 314px;
	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: 18px;
	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;
}
.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;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	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;
}
.gd-types-pos {
	animation: fadeInOut 300ms ease-in-out forwards;
}

/* 定义渐隐渐现动画 */
@keyframes fadeInOut {
	0% {
		opacity: 0; /* 初始状态和结束状态为透明 */
	}
	50% {
		opacity: 0.5; /* 中间状态完全可见 */
	}
	100% {
		opacity: 1; /* 初始状态和结束状态为透明 */
	}
}
.a-pop {
    width: 100%;
    min-height: 400px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}
.p-goods {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 10px;
}