.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: 38px;
	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: 80%;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}
.a-msg{
	height: 140px;
	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;
}
.gg-overlay-5 {
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 5340;
	max-width: 750px;
	margin: 0 auto;
	background: rgba(0, 0, 0, .7);
}
.showDetailClass {
    width: 100%;
    max-width: 750px;
    bottom: 0;
    position: fixed;
    min-height: 400px;
    max-height: 80vh;
    z-index: 5341;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
}
.cc-pop {
    width: 100%;
    min-height: 400px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
	position: relative;
}
.float-productId {
	position: absolute;
	right: 12px;
	left: 0;
	top: 80px;
	z-index: 9;
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.c-productId {
	background: rgba(0, 0, 0, .3);
	color: #FCFCFC;
	padding: 4px 10px;
	padding-top: 5px;
	border-radius: 12px;
	font-size: 12px;
	display: inline-block;
}
.cc-pop-title{
	height: 45px;
	justify-content: space-between;
}
.cc-pop-close{
	width: 50px;
	height: 45px;
}
.cc-cont{
	background-color: #f4f4f4;
	flex: 1;
	overflow-y: scroll;
}
.c-head {
	min-height: 67px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	border-bottom: 1px dashed #dddddd;
	padding-bottom: 1px;
	padding: 0 12px;
	background-color: #fff;
}

.c-head-t {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-head-b {
	padding-top: 2px;
}

.c-ding {
	margin-top: 5px;
}

.c-head-b2 {
	border: 1px solid #FF6C18;
	border-radius: 4px;
	font-size: 12px;
	color: #FF6C18;
	padding: 0px 4px;
	padding-top: 2px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 6px;
}
.c-red {
    color: #FD2058;
}
.c-price {
    font-weight: bold;
}
.c-swiper {
    position: relative;
	padding-bottom: 100%;
    overflow: hidden;
}
.c-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 12px 10px 12px;
	border-radius: 0px 0px 8px 8px;
	background-color: #fff;
}

.c-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;
}
.cc-sku{
	background-color: #fff;
	border-radius: 8px;
}
.c-detail {
	background-color: #fff;
	margin-top: 10px;
	padding: 0 12px;
	margin-bottom: 10px;
	border-radius: 8px;
	padding-bottom: 6px;
}

.c-detail-title {
	height: 44px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
}

/* 商品参数 */
.product-param {
	color: #333;
	/* max-height: 220px; */
	overflow: hidden;
}

.product-param table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	table-layout: inherit;
	width: 100%;
	font-size: 12px;
	color: #363636 !important;
}

.product-param table span {
	color: #363636 !important;
}

.product-param table > tbody > tr {
	border-bottom: 1px dashed #EDEDED
}

.product-param table > tbody > tr:last-child {
	border-bottom: none
}

.product-param table > tbody > tr > td {
	line-height: 18px;
	padding: 10px 10px 10px 0;
	font-size: 13px;
	text-align: left;
	word-wrap: break-word;
	word-break: break-all
}

.product-param table > tbody > tr > td > * {
	margin: 0 !important
}

.product-param table > tbody > tr > td:first-child {
	color: #7B7B7B;
	width: 30%
}

.product-param + div .mdui-btn-dense {
	height: 28px;
	line-height: 28px;
	border-radius: 19px;
}

.mdui-pannel-footer {
	text-align: center;
	padding: 10px 10px 16px 10px
}

.mdui-pannel-footer .mdui-btn {
	border: 1px solid #DFDEDB;
	margin-top: 10px;
	color: #979797
}

.product-details {
	border-radius: 8px;
	background-color: #fff;
	margin-top: 10px;
}

.product-details img {
	width: 100%;
	display: inherit;
	border-radius: 0 !important;
}

.product-details p img:first-child {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
}

.product-details p img:last-child {
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

.product-details > p, .product-detail > p {
	margin: -1px 0;
	display: grid;
}
.a-p-g {
	min-height: 80px;
	position: relative;
	padding: 12px;
	border-bottom: 1px solid #ededed;
}

.a-p-g-row {
	height: 80px;
	display: flex;
}

.a-p-img {
	width: 80px;
	height: 80px;
	border-radius: 6px !important;
}

.a-p-g-r {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 12px;
}

.a-p-close {
	position: absolute;
	top: -12px;
	right: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gd-types {
	flex: 1;
	padding: 0 12px;
	overflow-y: scroll;
	position: relative;
}

.gd-li {
	margin-top: 8px;
}

.gd-li-t {
	height: 30px;
	display: flex;
	align-items: center;
	color: #151516;
	font-size: 14px;
	line-height: 1.5;
}

.g-type {
	min-width: 50px;
	display: inline-block;
	margin: 0px 8px 8px 0;
	font-size: 14px;
	line-height: 1.2;
	padding: 5px 14px;
	/* word-break: keep-all; */
	border-radius: 6px;
	text-align: center;
	color: #151515;
	background: #f6f6f6;
	border: 1px solid #DFDEDB;
}
.g-type-not{
	border: 1px dashed #DFDEDB;
}

/* 正常有库存选择样式 */
.g-select-active {
	color: #FD2058;
	background: rgba(253, 32, 88, 0.1);
	border: 1px solid #FD2058;
}

/* 没有库存选择样式 */
.g-select-not-active {
	color: #FD2058;
	background: rgba(253, 32, 88, 0.1);
	border: 1px dashed rgba(253, 32, 88, 0.5);
}

/* 正常有库存未选择样式 */
.g-normal {
	min-width: 50px;
	display: inline-block;
	margin: 0px 8px 8px 0;
	font-size: 14px;
	color: #151516;
	line-height: 1.5;
	padding: 5px 14px;
	/* word-break: keep-all; */
	background-color: #F6F6F6;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #DFDEDB;
}

.list-box {
	width: 140px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #EDEDED;
	border-radius: 6px;
	color: #363636;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 5px;
}

.cp-icon {
	font-size: 20px;
	color: #333;
	width: 30px;
	height: 100%;
}

.list-box-c {
	flex: 1;
	height: 100%;
}

.list-box-c input {
	width: 100%;
	height: 100%;
	font-size: 14px;
	outline: none;
	border: none;
	text-align: center;
	background: transparent;
}

.list-box-l {
	width: 44px;
	height: 100%;
	border-right: 1px solid #ededed;
}

.list-box-r {
	width: 44px;
	height: 100%;
	border-left: 1px solid #ededed;
}

.list-box-notclick {
	color: #ccc;
}
.cc-pop-footer{
	height: calc(env(safe-area-inset-bottom) + 50px);      /* 标准写法 */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	box-sizing: border-box;
	padding-bottom: calc(env(safe-area-inset-bottom));
}
.cc-pop-footer3{
	height: calc(env(safe-area-inset-bottom) + 78px);      /* 标准写法 */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	box-sizing: border-box;
	padding-bottom: calc(env(safe-area-inset-bottom));
}
.cc-pop-footer-btn{
	width: 100%;
	height: 38px;
	min-height: 38px;
	border-radius: 19px;
	font-size: 14px;
	color: #fff;
	background: #FD2058 linear-gradient(90deg, #FC4C4E 0%, #FD2058 100%);
	box-sizing: border-box;
}
.cc-pop-footer-btn-not{
	background: #ACACAC;
}
.a-toast {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 5351;
	margin: 0 auto;
	background-color: transparent;
	justify-content: center;
}

.a-toast-cont {
	padding: 0 18px;
	margin-top: 70vh;
	/* width: 236px; */
	height: 40px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}
.cci-sku{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}