@charset "utf-8";

/* ====================== */
.floor-bar-title {
	width: 100%;
	position: relative;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	padding: 0 20px 10px;
	color: #272727;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.floor-bar-title .title-img {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	margin-top: 3px;
}

.floor-bar-title .title-img-left {
	transform: rotate(-45deg);
}

.floor-bar-title span {
	font-size: 15px;
	color: #272727;
	font-weight: 700;
}

/* ============条件筛选============ */
.filter-bar {
	display: flex;
	position: relative;
	justify-content: space-between;
	z-index: 1;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 1px solid #f4f4f4;
	align-items: center
}

.filter-bar .filter-item {
	color: #272727;
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 14px
}

.filter-bar .filter-item.ative span {
	color: #FF5200;
}

.filter-bar .filter-item.up,
.filter-bar .filter-item.down {
	color: #FF5200
}

.filter-bar .filter-item.down:after {
	border-top: 1px solid #FF5200;
}

.filter-bar .filter-item .icon-up {
	display: inline-block;
	margin-left: 5px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #999;
	border-top: none;
	width: 0;
	height: 0
}

.filter-bar .filter-item .icon-dwon {
	display: inline-block;
	margin-left: 5px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #999;
	border-bottom: none;
	width: 0;
	height: 0;
	margin-top: 3px;
}

.filter-bar .filter-item.tab-price {
	display: flex;
	align-items: center;
}



.filter-bar .filter-item .icon-up-active {
	border-top: none;
	border-bottom: 4px solid #FF5200;
}

.filter-bar .filter-item .icon-dwon-active {
	border-bottom: none;
	border-top: 4px solid #FF5200;
}


/* 商城列表〃 */
.product-list {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
}



.product-list .item {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.product-list .item .product {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	position: relative;

}

/* 全积分 */
.product-list .item .product .tagbox {
	position: absolute;
	top: 8px;
	right: 4px;
	width: 16px;
	background: #F9F4F0;
	font-family: PingFangSC-Regular;
	text-align: center;
	font-size: 12px;
	color: #CA9272;
	border-radius: 1px;
	line-height: 13px;
	display: flex;
	justify-content: center;
	align-items: center;

}

/* 浏览器小于12px缩放处理 start */
.product-list .item .product .tagbox .small-font {
	display: inline-block;
	transform: scale(0.916);
}

.product-list .item .product .tagbox .small-font-time {
	display: inline-block;
	transform: scale(0.833);
}

/* 浏览器小于12px缩放处理 end */
.product-list .item .product .goods-img {
	font-size: 0;
	text-align: center
}

.product-list .item .product .goods-img img {
	will-change: transform;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.product-list .item .product .goods-info {
	padding: 10px
}

.product-list .item .product .goods-info .goods-name {
	box-sizing: border-box;
	color: #272727;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 34px;
	line-height: 17px;

}

.product-list .item .product .goods-info .goldshow {
	font-size: 12px;
	color: #FF5200;
	letter-spacing: 0;
	line-height: 17px;
	font-weight: 400;
}

.product-list .item .product .goods-info .price-box {
	font-weight: bold;
	color: #FF5200;

}

.product-list .item .product .goods-info .price-box .unit {
	font-size: 12px;
	font-weight: bold;
}

.product-list .item .product .goods-info .price-box .price {
	font-size: 14px;
	font-weight: bold;

}

.product-list .item .product .goods-info .price-box .point {
	font-size: 12px;
	font-weight: bold;
}

.product-list .item .product .goods-info .old-price {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;
}



.product-list .item .product .goods-info .sold-num {
	font-size: 12px;
	color: #999;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/
	transform-origin: right bottom;
	/* 确保缩放从左下角开始 */
}

.product-list.one-list {
	padding: 10px;

}


.product-list.one-list .item {
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(196, 196, 196, 0.25);

}

.product-list.one-list .item .product {
	overflow: hidden;
	position: relative;
}

.product-list.one-list .item .product .goods-info {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
}

.product-list.one-list .item .product .goods-info .goods-name {
	box-sizing: border-box;
	color: #272727;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: auto;
	line-height: 17px;

}


.product-list.one-list .item .product .goods-info .price-box .unit {
	font-size: 14px;

}

.product-list.one-list .item .product .goods-info .price-box .price {
	font-size: 18px;


}

.product-list.one-list .item .product .goods-info .price-box .point {
	font-size: 14px;

}

.product-list.one-list .item .product .buy-box {
	width: 122px;
	height: 30px;
	background: linear-gradient(360deg, #FF7359 0%, #FF7359 100%);
	border-radius: 5px;
	overflow: hidden;

}

.product-list.one-list .item .product .buy-box .icon-cart {
	width: 40px;
	height: 30px;
	background: #ffad9e;
}

.product-list.one-list .item .product .buy-box .icon-cart img {
	width: 15px;
	height: 14px;
}

.product-list.one-list .item .product .buy-box span {
	padding-left: 16px;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

.product-list.one-list .item .product .have-time {
	font-size: 14px;
	color: #6A6A6E;
}

.product-list.one-list .item .product .have-time .countdown {
	font-size: 14px;
	color: #000;
	line-height: 17px;

}

.product-list.one-list .item .product .have-time .countdown span {
	padding: 0 3px;
	margin: 0 2px;
	border-radius: 2px;
	background: #000;
	color: #ffff;
	line-height: 18px;
	font-size: 12px;
	display: inline-block;

}

.product-list.one-list .item .product .sale-time {}

.product-list.one-list .item .product .sale-time span {
	background: #ffeee6;
	font-size: 12px;
	padding: 4px 6px;
	color: #FC5406;
	border-radius: 2px;

}

/* ===================商品详情=============== */
.page-product-detail {
	background: #f4f4f4;
	position: relative;
}

.page-product-detail .refund {
	width: 29px;
	height: 29px;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 9;
}

.page-product-detail .refund .icon {
	width: 29px;
	height: 29px;
}

.page-product-detail .product-banner {
	position: relative;
	overflow: hidden;
}


.page-product-detail .product-banner .img {
	width: 100%;
	height: 100vw;

}

.page-product-detail .product-banner .swiper-pagination {
	font-size: 12px;
	left: auto;
	right: 10px;
	bottom: 15px;
	width: auto;
	padding: 2px 7px;
	border-radius: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .3);
}


/*  信息 */
.product-info {
	position: relative;
	z-index: 99;
	background: #fff;
	padding: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.product-info .prod-name {
	font-size: 16px;
	color: #272727;
	font-weight: 700;
}

.product-info .price-box {}

.product-info .price-box span {
	font-weight: bold;
	color: #FC5406;
	font-size: 16px;
}

.product-info .price-box .unit {
	margin-right: 6px;
	font-size: 16px;
}

.product-info .price-box .price {
	font-size: 28px;

}

.product-info .price-box .point {
	font-size: 16px;
}

.product-info .original-cost {
	font-size: 12px;
	color: rgba(187, 187, 187, 0.7);
	text-decoration: line-through;
	margin-left: 10px;
}

.product-info .discount-price {
	font-size: 18px;
	color: #3f3f3f;


}

.product-info .discount-price .unit {
	font-size: 16px;
}

.product-info .vip-tag {
	font-size: 12px;
	color: #B58A3D;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 3px;
	background: linear-gradient(to right, #EAD9BA, #FFE4B9);
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.product-info .discountAtBestBox {
	font-size: 12px;
	color: #FC5406;
}

.product-info .discount_InforBox {
	font-size: 12px;
	line-height: 30px;
	border-radius: 2px;
	color: #735524;
	border-right: 3px solid #c0b7a6;
	background: linear-gradient(to right, #ecdcbf, #ffeaca);
}

.product-info .kucun {
	padding: 3px 7px;
	background: rgba(243, 117, 0, 0.1);
	border-radius: 2px;
	font-size: 12px;
	line-height: 14px;
	color: #FC5406;
}

.product-info .sales-volume {
	font-size: 12px;
	color: #A9AEB8;
}

.product-info .delete-price {
	font-size: 12px;
	color: #ccc;
	text-decoration: line-through;
}

/*  */
.page-product-detail .parameters {
	padding: 5px 15px;


	background: #fff;
	color: #333;

}

.page-product-detail .parameters .item {
	display: flex;
	align-items: flex-start;


}

.page-product-detail .parameters .item .tit {
	white-space: nowrap;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	margin-right: 10px
}

.page-product-detail .parameters .item .content {
	flex: 1;
	display: flex;

	line-height: 24px;
}

.page-product-detail .parameters .item .content .sku-tit {
	font-size: 14px;
	color: #333;
}

.page-product-detail .parameters .item .content .sku-con {
	flex: 1;
}

.page-product-detail .parameters .item .content .sku-con span {
	font-size: 14px;
	color: #333;
}



.page-product-detail .parameters .item .content .tips {
	width: 100%;
	color: #999;
	font-size: 12px;
}

/* 详情 */
.products-introduction {
	padding: 10px 15px;
	padding-bottom: 5px;
	background: #fff;
}

.products-introduction .title {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #272727;
	margin-bottom: 15px;

}

.products-introduction .content {
	width: 100%;
	font-size: 14px;
	color: #272727;
	line-height: 14px;
}

.products-introduction .content img {
	font-size: 0;
	display: block;
	width: 100%;
}

/* 底部信息 */

.footer-H .footer .icon-menu {
	margin: 0 10px;
	position: relative;
	font-size: 12px;
	color: #272727;
}

.footer-H .footer .icon-menu .cartCount {
	position: absolute;
	z-index: 999;
	top: -7px;
	right: -9px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
	border-radius: 18px;
	background-color: #FF5200;
	transition: transform 0.3s ease;
	display: inline-block;
}

.footer-H .footer .icon-menu .cartCount.cart-animate {
	transform: scale(1.4);
}

.footer-H .footer .icon-menu .img {
	width: 20px;
	height: 20px;
}

.footer-H .footer .btn {
	width: 100%;
	height: 44px;
	min-width: 110px;
	box-sizing: border-box;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 22px;
}

.footer-H .footer .addcart-btn {
	background: #fff;
	border: 1px solid #FF5200;
	color: #FF5200;

}

/* buynow */
.footer-H .footer .buynow-btn {
	background: #FF7359;
	border: 1px solid #FF7359;

}


/* 规格属性弹窗 */


.pup-sku-main {
	width: 100%;
	max-height: 80%;
	background: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	overflow-y: auto;
	padding: 15px;
}

.pup-sku-main .popup-top-header {
	position: relative;
	height: 30px;
	margin-bottom: 10px;
}

.pup-sku-main .popup-top-header .title {
	font-weight: 600;
	font-size: 16px;
	color: #272727;
}

.pup-sku-main .popup-top-header .close-btn {
	position: absolute;
	height: 16px;
	width: 16px;
	top: 0;
	right: 0;
}



.pup-sku-main .pup-sku-header {
	display: flex;
	margin-bottom: 15px;
}

.pup-sku-main .sku-img {
	width: 70px;
	height: 70px;
	border-radius: 6px;
	margin-right: 12px;
}

.pup-sku-main .sku-info {
	flex: 1;
}

.pup-sku-main .sku-name {
	font-size: 15px;
	color: #272727;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.pup-sku-main .sku-stock {
	font-weight: 400;
	font-size: 12px;
	color: #6A6A6E;
	margin-top: 8px;
}

.pup-sku-main .sku-price {
	color: #FC5406;
	font-size: 12px;
	line-height: 36px;
	font-weight: 500;

}

.pup-sku-main .sku-price span {
	font-size: 22px;
	font-weight: 500;
}

.pup-sku-main .sku-area .sku-item {
	margin-bottom: 12px;
}

.pup-sku-main .sku-title {
	font-size: 14px;
	color: #6A6A6E;
	margin-bottom: 6px;
}

.pup-sku-main .sku-options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pup-sku-main .sku-option {
	padding: 6px 12px;
	border: 1px solid #B4B4B8;
	background: #fff;
	border-radius: 6px;
	font-size: 14px;
	cursor: pointer;
}

.pup-sku-main .sku-option.active {
	border-color: #FF5200;
	background: #fff;
	color: #FF5200;
}

.pup-sku-main .sku-count {
	justify-content: space-between;
	margin-bottom: 12px;
}


.pup-sku-main .sku-action {
	margin-top: 15px;
}

.pup-sku-main .btn-buy {
	width: 100%;
	padding: 10px 0;
	height: 44px;
	background: #FF7359;
	color: #fff;
	border: none;
	border-radius: 44px;
	font-size: 15px;
	cursor: pointer;
}

/* 加减按钮 */

.pup-sku-main .count-control {
	display: flex;
	align-items: center;
	gap: 6px;
}

.pup-sku-main .count-control .btn-minus,
.pup-sku-main .count-control .btn-plus {
	width: 30px;
	height: 30px;
	text-align: center;
	background: #F0F2F5;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}

.pup-sku-main .count-control .numbox-disabled {
	opacity: .6;
}

.pup-sku-main .count-control .btn-minus .icon,
.pup-sku-main .count-control .btn-plus .icon {
	width: 12px;
	height: 12px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	font-size: 0;
}

.pup-sku-main .count-control .count-input {
	width: 40px;
	text-align: center;
	/* border: 1px solid #eee; */
	border-radius: 4px;
	height: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #272727;
}

/* =================确认订单  订单详情============= */
.confirm_order {
	padding: 10px;
}


.confirm_order .txt-status {
	font-weight: bold;
	font-size: 20px;
	color: #272727;
}

.confirm_order .txt-tip {
	font-size: 14px;
	color: #6A6A6E;
}



.confirm_order .order-no {
	font-size: 14px;
	color: #272727;
}

.confirm_order .order-no .icon-copy {
	width: 14px;
	height: 14px;
}

.confirm_order .addr-wrap {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 16px 12px;
	margin-bottom: 12px;
	font-size: 14px;
	color: #272727;

}

.confirm_order .addr-wrap .icon {
	width: 20px;
	height: 20px;
}

.confirm_order .addr-wrap .addr-info {
	font-size: 12px;
	color: #272727;

}

.confirm_order .addr-wrap .addr-info .name {
	font-weight: 500;
	font-size: 14px;
	color: #272727;
	line-height: 14px;
}

.confirm_order .addr-wrap .addr-info .tel {
	font-size: 12px;
	color: #272727;
	line-height: 12px;
}

.confirm_order .addr-wrap .addr-detail {

	font-size: 14px;
	font-weight: 700;
	color: #272727;
	word-break: break-all
}

.confirm_order .addr-wrap .ic_right {
	width: 12px;
	height: 12px;
}

.confirm_order .goods-card {
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}

.confirm_order .goods-card .item {
	margin-bottom: 10px;
}

.confirm_order .goods-card .item:last-child {
	margin-bottom: 0;
}

.confirm_order .goods-card .goods-image {
	width: 80px;
	height: 80px;
	border-radius: 10px;
}

.confirm_order .goods-card .goods-info {}

.confirm_order .goods-card .goods-info .goods-title {
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	color: #272727;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.confirm_order .goods-card .goods-info .goods-type {

	font-size: 12px;
	color: #A9AEB8;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
}


.confirm_order .price-box {
	color: #FF5200;

}

.confirm_order .price-box span {
	font-weight: bold;
}

.confirm_order .price-box .unit {
	font-size: 12px;
}

.confirm_order .price-box .price {
	font-size: 20px;
}

.confirm_order .price-box .point {
	font-size: 12px;
}

.confirm_order .goods-card .goods-info .goods-num {
	font-size: 14px;
	color: #A9AEB8;
}

.confirm_order .beizhu-card {
	border-top: 1px solid #f6f6f6;

}

.confirm_order .label-tit {
	font-weight: bold;
	font-size: 15px;
	color: #272727;
	line-height: 14px;
}

.confirm_order .beizhu-card .textarea-box {
	height: 80px;
	background: #fff;
	font-size: 0;
}

.confirm_order .beizhu-card .textarea-box .form-textarea {
	flex: 1;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #272727;
	line-height: 20px;
	box-sizing: border-box;
	background: transparent;
	border: none;
	word-break: break-word;
}

.confirm_order .summary-details {
	background: #FFFFFF;
	border-radius: 10px;
	padding: 15px;
}

.confirm_order .summary-details .item {}

.confirm_order .summary-details .item .title {
	font-size: 14px;
	color: #272727;
	min-width: 100px;
}

.confirm_order .summary-details .item .title span {
	font-size: 14px;
	color: #A9AEB8;
}

.confirm_order .summary-details .item .con {
	font-size: 14px;
	color: #272727;
	margin-left: 10px;
}

/* ============确认支付============== */
.payprice-box {
	color: #272727;
}

.payprice-box span {
	font-weight: bold;
}

.payprice-box .unit {
	font-size: 36px;
}

.payprice-box .price {
	font-size: 48px;
}

/* 支付方式 */

.payway {
	background: #FFFFFE;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 5px;
}

.payway .type-item {
	position: relative;
	padding: 15px 0;
	color: #000;
}

.payway .type-item:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	border-bottom: 1px solid #eee;
	color: #3333;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
}

.payway .type-item:last-child:before {
	border-bottom: 0 solid #eee;
}



.payway .type-item .tit {
	font-size: 16px;
	color: #000;
}

.payway .type-item .icon_img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

/* ===================支付完成================== */

.okicon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.okicon img {
	width: 60px;
	height: 60px;
}

.anniubtn {
	width: 120px;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	padding: 8px;
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(to right, #fe8800, #ff5300);
}


/* ===============我的地址=============== */
.addr-list {
	padding: 12px;
}

.addr-list .address-card {
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 16px 12px;
	margin-bottom: 12px;

}



.addr-list .address-card .addr-info {
	font-size: 12px;
	color: #272727;
	margin-bottom: 8px;
}

.addr-list .address-card .addr-info .icon {
	width: 20px;
	height: 20px;
}

.addr-list .address-card .addr-info .name {
	font-weight: 500;
	font-size: 16px;
	color: #272727;
	line-height: 16px;
	margin-left: 12px;
	margin-right: 8px;
}

.addr-list .address-card .addr-info .tel {
	font-size: 12px;
	color: #272727;
	line-height: 12px;
}

.addr-list .address-card .addr-detail {
	margin-left: 32px;
	font-size: 16px;
	font-weight: 700;
	color: #272727;
	margin-bottom: 5px;
	word-break: break-all
}

.addr-list .address-card .option-box {
	margin-top: 16px;
	padding-top: 12px;

	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #EDEDED;
}

.addr-list .address-card .option-box .select-btn {
	display: flex;
	font-size: 12px;
	align-items: center;
}

.addr-list .address-card .option-box .select-btn .label-sel {
	display: flex;
	align-items: center;
}

.addr-list .address-card .option-box .select-btn .radio-text {
	margin-left: 8px;
	color: #666666;
	font-size: 12px;
	line-height: 12px;
}

.addr-list .address-card .option-box .select-btn.selected .radio-text {}

.addr-list .address-card .option-box .op-box {
	font-size: 12px;
	color: #666666;
}

.addr-list .address-card .option-box .op-box a {
	font-size: 12px;
	color: #666666;
}


.addr-list .address-card .option-box .op-box .edit-btn {
	margin-left: 20px;
}

/* =============我的订单================ */
.order-list {
	padding: 10px;
}

.order-list .order-item {
	background: #FFFFFF;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 15px;
}

.order-list .order-item .order-header {}

.order-list .order-item .order-header .order-no {
	font-size: 14px;
	color: #272727;
}

.order-list .order-item .order-header .status-text {
	font-weight: 400;
	font-size: 14px;
	color: #FF5200;
}

.order-list .order-item .order-header .status-text.red {
	color: #FC5406;
}

.order-list .order-item .order-header .status-text.blue {
	color: #4D88FF;
}

.order-list .order-item .order-header .status-text.green {
	color: #28C750;
}

.order-list .order-item .order-header .status-text.yellow {
	color: #FF8426;
}

.order-list .order-item .order-header .status-text.gray {
	color: #A9AEB8;
}


.order-list .order-item .goods {}

.order-list .order-item .goods .goods-img {
	width: 70px;
	height: 70px;
	border-radius: 6px;
}

.order-list .order-item .goods .goods-info {}

.order-list .order-item .goods .goods-info .goods-name {
	font-weight: 500;
	font-size: 15px;
	color: #272727;
	line-height: 18px;
}

.order-list .order-item .goods .goods-info .goods-guige {
	font-size: 12px;
	color: #A9AEB8;
}

.order-list .order-item .goods .goods-info .price-info {
	color: #272727;
}

.order-list .order-item .goods .goods-info .goods-price {
	font-weight: 500;
	font-size: 18px;
	color: #272727;
	margin-bottom: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
}

.order-list .order-item .goods .goods-info .goods-price span {
	font-weight: 400;
	font-size: 12px;
}

.order-list .order-item .goods .goods-info .goods-price span.point {
	font-weight: 500;
	font-size: 14px;
	margin-right: 4px;
}
.order-list .order-item .goods .goods-info .num {
	font-size: 12px;
	color: #A9AEB8;
}


.order-list .order-item .order-footer {}

.order-list .order-item .order-footer .time {
	font-size: 13px;
	color: #6A6A6E;
}

.order-list .order-item .order-footer .total {
	font-weight: 500;
	font-size: 12px;
	color: #272727;
}

.order-list .order-item .order-footer .total .price {
	font-weight: 500;
	font-size: 18px;
	color: #272727;
}

.order-list .order-item .order-footer .total .price .point {
	font-weight: 500;
	font-size: 14px;
	margin-right: 4px;
}


.order-list .order-item .order-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 5px;
}

.order-list .order-item .caozuo-btn {
	width: 82px;
	height: 34px;
	line-height: 14px;
	border-radius: 34px;
	font-size: 13px;
	background: #fff;
}

.order-list .order-item .caozuo-btn.btn-primary {
	color: #FF5200;
	border: 1px solid #FF5200;
}

.order-list .order-item .caozuo-btn.btn-outline {
	color: #272727;
	border: 1px solid #C9CDD4;
}



/* ===============商城============ */
.page-shop {}

.page-shop .main {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: calc(100vh - 94px);
	width: 100%;
}

.page-shop .main .leftmenu {
	width: 120px;
	max-height: 100%;
	box-sizing: border-box;
	background: #fff;
	overflow: scroll;
}

.page-shop .main .leftmenu::-webkit-scrollbar {
	display: none;
}

.page-shop .main .leftmenu .menu-item {
	height: 62px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.page-shop .main .leftmenu .menu-item.active {
	background-color: #F2F4FA;

}

.page-shop .main .leftmenu .menu-item.active:before {
	position: absolute;
	left: 0;
	content: "";
	width: 3px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	background: #B58A3D;
}

.page-shop .main .leftmenu .menu-item .menu-text {
	color: #6A6A6E;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.page-shop .main .leftmenu .menu-item.active .menu-text {
	font-weight: bold;
	color: #B58A3D;
}

.page-shop .main .rightcontent {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	overflow: auto;
	background: #F4F4F6;
}

.page-shop .main .rightcontent .scroll-content {
	max-height: 100%;
	display: none;
	overflow: scroll;
}

.page-shop .main .rightcontent .scroll-content.show {
	display: block;
}

.page-shop .main .rightcontent .scroll-content::-webkit-scrollbar {
	display: none;
}

.page-shop .main .rightcontent .adver-map {
	width: auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin: 0 10px 0;
	padding-top: 10px;
}

.page-shop .main .rightcontent .adver-map .item-a {
	display: block;
	font-size: 0;
	width: 100%;
	height: 83px;
}

.page-shop .main .rightcontent .adver-map .item-a img {
	width: 100%;
	height: 83px;
	border-radius: 10px;
}


.page-shop .main .rightcontent .sub-cate-title .sub-cate-text {
	flex: 1;
	font-size: 16px;
	font-weight: 800;
}

.page-shop .main .rightcontent .th-cate-con {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px
}

.page-shop .main .rightcontent .sub-category-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
	box-sizing: border-box;
	align-items: center
}

.page-shop .main .rightcontent .sub-category-item .sub-category-item-pic {
	border-radius: 5px;
	width: 55px;
	height: 55px;
	margin-bottom: 10px;
}

.page-shop .main .rightcontent .sub-category-item .sub-category-item-name {
	font-size: 12px;
	color: #333;
}

/*============ 会员区============ */
.vip-list {
	padding: 0 10px;
	box-sizing: border-box;
}

.vip-list .card {
	display: block;
	background: #FFFFFF;
	margin-bottom: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.vip-list .card:last-child {
	margin-bottom: 0;
}

.vip-list .card .vipbg {
	width: 100%;
	position: relative;
}

.vip-list .card .vip-info {
	position: absolute;
	top: 20px;
	left: 30px;
	bottom: 20px;
	right: 20px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.vip-list.shopvip-list .card .vip-info {
	position: absolute;
	top: 15px;
	left: 20px;
	bottom: 15px;
	right: 15px;
	color: #fff;

}

.vip-list .card .vip-info .current-level {
	font-size: 14px;
}

.vip-list .card .vip-info .vipname {
	font-size: 24px;
	font-weight: bold;
}

.vip-list.shopvip-list .card .vip-info .vipname {
	font-size: 20px;

}

.vip-list .card .vip-info .tag {
	font-size: 12px;
	color: #fff;

}

.vip-list .card .vip-info .goods-price {
	color: #fff;
	font-weight: bold;
}

.vip-list .card .vip-info .goods-price .price {
	font-weight: 600;
	font-size: 24px;

}

.vip-list.shopvip-list .card .vip-info .price {
	font-size: 18px;

}

.vip-list .card .vip-info .goods-price .unit {
	font-weight: 600;
	font-size: 14px;
}

.vip-list .card .vip-info .enter-btn {
	width: 100px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 14px;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	border: 0.5px solid #fff;
	border-radius: 4px;
}

.vip-list.shopvip-list .card .vip-info .enter-btn {
	width: 80px;
	height: 28px;
	font-size: 13px;
	padding: 0 5px;

}

.vip-list .card .vip-info .enter-btn .icon {
	font-size: 0;
	height: 12px;
}

.vip-list.shopvip-list .card .vip-info .enter-btn .icon {
	font-size: 0;
	height: 10px;
}

/*============ 限时购============ */
.goods-list {
	padding: 0 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.goods-list .goods-item {
	display: block;
	padding: 10px;
	background: #FFFFFF;
	margin-bottom: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}

.goods-list .goods-item:last-child {
	margin-bottom: 0;
}

.goods-list .goods-item .goods-img {
	width: 90px;
	height: 90px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.goods-list .goods-item .goods-info {
	padding-left: 5px;
	box-sizing: border-box;
}

.goods-list .goods-item .goods-info .goods-name {
	font-weight: 500;
	font-size: 14px;
	color: #272726;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.goods-list .goods-item .goods-info .goods-name.one {
	font-weight: 500;
	font-size: 14px;
	color: #272726;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.goods-list .goods-item .goods-info .goods-name.vipname {
	font-size: 16px;
	font-weight: bold;
}

.goods-list .goods-item .goods-info .tag {
	font-size: 12px;
	color: #A9AEB8;
	margin-top: 5px;
}

.goods-list .goods-item .sale-time {
	min-height: 20px;
	font-size: 12px;
	color: #272726;

}

.goods-list .goods-item .sale-time span {
	background: #ffeee6;
	font-size: 12px;
	/* height: 20px; */
	padding: 2px 4px;
	color: #FC5406;
	border-radius: 2px;
	display: inline-block;
	/* 确保transform有效 */
	/* transform: scale(0.833); */
	/* 缩小到约10px   0.0833=1px*/
	/* transform-origin: left bottom; */
	/* 确保缩放从左下角开始 */

}


.goods-list .goods-item .goods-info .goods-price {
	color: #FC5406;
}

.goods-list .goods-item .goods-info .goods-price .price {
	font-weight: 600;
	font-size: 18px;

}

.goods-list .goods-item .goods-info .goods-price .unit {
	font-weight: 600;
	font-size: 14px;
}

.goods-list .goods-item .goods-info .old-price {
	text-decoration: line-through;
	font-size: 12px;
	color: #999;
}

.goods-list .goods-item .enter-btn {
	padding: 0 10px;
	height: 52rpx;
	line-height: 24px;
	font-weight: 500;
	font-size: 12px;
	color: #FFFFFF;
	background: #FC5406;
	border-radius: 4px;
}

.goods-list .goods-item .have-time {
	font-size: 12px;
	color: #6A6A6E;
}

.goods-list .goods-item .have-time .countdown {
	font-size: 12px;
	color: #000;

}

.goods-list .goods-item .have-time .countdown span {
	padding: 0 3px;
	margin: 0 2px;
	border-radius: 2px;
	background: #000;
	color: #ffff;
	line-height: 17px;
	font-size: 12px;
	display: inline-block;
	/* 确保transform有效 */
	transform: scale(0.833);
	/* 缩小到约10px   0.0833=1px*/
	transform-origin: center top;
	/* 确保缩放从左下角开始 */
}

/* ==========购物车=========== */
.cart-page {}

/* 加减按钮 */

.cart-page .count-control {
	display: flex;
	align-items: center;
	gap: 4px;
}

.cart-page .count-control .btn-minus,
.cart-page .count-control .btn-plus {
	width: 24px;
	height: 24px;
	text-align: center;
	background: #F0F2F5;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
}

.cart-page .count-control .numbox-disabled {
	opacity: .6;
}

.cart-page .count-control .btn-minus .icon,
.cart-page .count-control .btn-plus .icon {
	width: 12px;
	height: 12px;
	text-align: center;
	font-size: 0;
}

.cart-page .count-control .count-input {
	width: 24px;
	text-align: center;
	/* border: 1px solid #eee; */
	border-radius: 4px;
	height: 24px;
	font-weight: 500;
	font-size: 14px;
	color: #272727;
}

/* 无数据 */
.cart-page .zp-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 24px;
}

.cart-page .zp-empty img {
	width: 149px;
	height: 132px;
}


.cart-page .zp-empty .zp-title {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}

.cart-page .zp-empty .go-btn {
	width: 100px;
	height: 31px;
	font-size: 14px;
	color: #FF7359;
	border: 1px solid #FF7359;
	border-radius: 20px;

	text-align: center;
	margin-top: 12px;
}




.cart-list {}

.cart-list .goods-item {
	margin: 15px;
	background: #fff;
	border-radius: 12px;
	padding: 15px;

	position: relative;
}

.cart-list .goods-item .custom-checkbox {
	margin-right: 10px;
	font-size: 14px;
}

.cart-list .goods-item .goods-image {
	width: 90px;
	height: 90px;
	margin-right: 10px;
	border-radius: 10px;
}

.cart-list .goods-item .goods-info {}

.cart-list .goods-item .goods-info .goods-info-title {
	font-size: 14px;
	line-height: 24px;

}

.cart-list .goods-item .del {
	position: relative;
	top: -8px;
	right: -8px;
	width: 30px;
	height: 30px;
}


.cart-page .price-box {
	color: #000000;
	font-size: 14px;

}

.cart-page .price-box span {
	font-weight: bold;
	color: #FF5200;
}

.cart-page .price-box .unit {
	font-size: 12px;
}

.cart-page .price-box .price {
	font-size: 18px;
}

.cart-page .price-box .point {
	font-size: 12px;
}

.footer-H.cart-footerH .footer {
	width: 100%;
	position: fixed;
	z-index: 998;
	border-top: solid 1px rgba(0, 0, 0, .03);
	bottom: 50px;
	background: #FFFFFF;
	box-sizing: border-box;
	height: 68px;
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 15px;
	font-size: 14px;

}

.footer-H.cart-footerH .footer .cart-summary {
	padding-left: 20px;
}

.footer-H.cart-footerH .footer .cart-summary .total {
	font-size: 14px;
	color: #000;
}


.footer-H.cart-footerH .footer .btn-checkout {

	background: #CDCBCC;
	height: 44px;
	min-width: 110px;
	box-sizing: border-box;
	font-size: 15px;
	color: #FFFFFF;
	border-radius: 22px;
}

.footer-H.cart-footerH .footer .btn-checkout.btn-check-active {
	background: #FF7359;

}

/* ===========查看物流============ */

.page-wuliu {
	display: block;
	width: 100%;

}

.page-wuliu .wuliu-info {
	margin: 10px;
	border-radius: 5px;
	display: block;
	background: #fff;
	padding: 10px 0;
}

.page-wuliu .delivery-info {
	padding: 0 20px 20px;
	display: flex;
	align-items: center;
}

.page-wuliu .delivery-info .dvyFlowId {
	display: flex;
	align-items: center;

}

.page-wuliu .delivery-info .dvyFlowId .company-pic {
	width: 24px;
	height: 24px;
	border: 1px solid #E1E1E1;
	margin-right: 5px;
	border-radius: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #f5f5f5;


}

.page-wuliu .delivery-info .dvyFlowId .company-pic img {
	width: 12px;
	height: 12px;
}

.page-wuliu .delivery-info .dvyFlowId .dingdanhao {
	font-size: 12px;
	font-weight: 400;
	color: #5b5b5b;
	margin-left: 5px;
}

.page-wuliu .delivery-info .btncopy {
	width: 40px;
	height: 24px;
	font-size: 12px;
	margin-left: 15px;
	font-weight: 400;
	color: #f81a1a;
	background: #FFEEEC;
	border-radius: 3px;


}

.page-wuliu .wuliu-box {
	padding-bottom: 10px;
	max-height: 145px;
	overflow-y: hidden
}

.page-wuliu .wuliu-box.isopen {
	max-height: none;
}

.page-wuliu .wuliu-box .item {
	margin-left: 30px;
	margin-right: 15px;
	font-size: 12px;
	border-left: 1px solid #ccc;
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
	font-weight: 400
}

.page-wuliu .wuliu-box .item.create-order {
	border-left-color: transparent;
	padding-bottom: 0;
}


.page-wuliu .wuliu-box .item:first-child:before {
	position: absolute;
	display: block;
	content: " ";
	font-size: 0;
	width: 14px;
	height: 14px;
	background: #fff;
	top: 0;
	left: -7px;
}

.page-wuliu .wuliu-box .item:last-child {
	border-left-color: transparent
}

.page-wuliu .wuliu-box .item:last-child:before {
	position: absolute;
	display: block;
	content: " ";
	font-size: 0;
	width: 1px;
	height: 30%;
	background: #ccc;
	top: 0;
	left: -1px;
}

.page-wuliu .wuliu-box .item .des {
	position: relative;
	color: #999;
	margin-bottom: 5px;
	font-size: 12px;
}

.page-wuliu .wuliu-box .item .des:before {
	position: absolute;
	display: block;
	content: " ";
	font-size: 0;
	border-radius: 50%;
	top: 5px;
	left: -21px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border: 1px solid #fff;
	transform: translate(-50%);
}

.page-wuliu .wuliu-box .item:first-child .des:before {
	content: "收";
	background: #F81A1A;
	width: 22px;
	height: 22px;
	line-height: 22px;
	border-radius: 22px;
	background: #D6D6D6;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(calc(-21px - 50%))
}

.page-wuliu .wuliu-box .active.item:first-child .des:before {
	background: #F81A1A
}

.page-wuliu .wuliu-box .item.active .des {
	color: #f81a1a
}

.page-wuliu .wuliu-box .item.active .des:before {
	background-color: #f81a1a;
	border-color: #fed1d4;
}

.page-wuliu .wuliu-box .item .time {
	color: #999
}

.page-wuliu .wuliu-box .item.create-order .des:before {
	position: absolute;
	display: block;
	content: " ";
	font-size: 0;
	border-radius: 50%;
	top: 5px;
	left: -21px;
	width: 6px;
	height: 6px;
	background: #ccc;
	border: 1px solid #fff;
	transform: translate(-50%);
}


.page-wuliu .wuliu-box .item.create-order .des:before {
	background-size: 10px 10px;
	border: none;
	content: "";
	border-color: none;
	width: 24px;
	background-color: #d6d6d6;
	background-image: url('../images/icon/xiadan.png');
	background-size: 10px 12px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	left: 0;
	top: 0;
	height: 24px;
	transform: translate(calc(-21px - 50%))
}



.page-wuliu .wuliu-box .item .des.stauts {
	line-height: 22px;
	font-size: 16px;
	font-weight: 700;
	color: #999;
}

.page-wuliu .wuliu-info .open {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #585858;
	font-size: 12px;
	margin-top: 20px;
}

.page-wuliu .wuliu-info .open-icon {
	content: "";
	width: 5px;
	height: 5px;
	margin-left: 5px;
	border: 1px solid transparent;
	border-bottom-color: #585858;
	border-right-color: #585858;
	transform: rotate(45deg);
}

/*=============== 扫码核销 =========*/
.store-page {
	min-height: 100vh;
	background: #fff;
}

.store-page .top-store {
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	background: url("../images/bb2_03.png") no-repeat bottom;
	background-size: 100% auto;
}

.store-page .top-store::after {
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("../images/btbg.png") no-repeat bottom;
	background-size: 100% 20px;
}

.store-page .top-store .avatsr {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-left: 15px;
	border: 1px solid #ffffff
}


.store-page .top-store .infor-wrap {
	margin-left: 10px;
	max-width: 70%
}

.store-page .top-store .infor-wrap .user-name {
	font-size: 16px;
	font-weight: 700;
	height: 30px;

	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.store-page .top-store .infor-wrap .vip-box {
	position: relative;
	float: left;
	background: linear-gradient(to right, #c3cfe4, #93a8c8);
	border-radius: 20px;
}

.store-page .top-store .infor-wrap .vip-box.bg1 {
	background: linear-gradient(to right, #ffc272, #ffa045);

}

.store-page .top-store .infor-wrap .vip-box .vip-img {
	max-width: 85px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9
}

.store-page .top-store .infor-wrap .vip-box .vip-txt {
	position: relative;
	width: auto;
	color: #fff;
	font-size: 12px;
	z-index: 9;
	line-height: 20px;
	padding: 0 5px 0 25px;
	display: inline-block;
	vertical-align: top
}

.store-page .wallet-wrap {
	background-color: #fff;
	font-size: 14px;
	color: #272727;


}


.store-page .wallet-wrap .cloumn-wrap {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}

.store-page .wallet-wrap .cloumn-item {
	width: 25%;
	text-align: center;
	margin-top: 15px;
}

.store-page .wallet-wrap .numbers-txt {
	color: #272727;
	font-size: 16px;
	font-weight: 700;
}

.store-page .wallet-wrap .infor-txt {
	font-size: 12px;
	color: #272727;
}

.store-page .biaoti {
	font-size: 18px;
	font-weight: bold;
	color: #272727;
	padding-top: 20px;
	border-top: 10px solid #f5f5f5;
}

.store-page .scan-nav {
	width: 130px;
	height: 130px;
	margin: 30px auto;
	border-radius: 50%;
	background: rgba(108, 104, 255, 0.1);
	position: relative;
	cursor: pointer;
}

.store-page .scan-nav::before {
	content: '';
	width: 110px;
	height: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 50%;
	background: rgba(108, 104, 255, 0.3);
}

.store-page .scan-nav::after {
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 50%;
	background: rgba(108, 104, 255, 1);
}

.store-page .scan-nav .scan-txt {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 4;
	text-align: center;
}

.store-page .scan-nav .scan-txt .icon {
	width: 50px;
}

/*  */
.store-page .bottom-nav {
	padding-bottom: 10px;
}

.store-page .bottom-nav .link_txt {
	position: relative;
	cursor: pointer;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin: 10px auto;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background: linear-gradient(to bottom, #6c68ff 0%, #6c68ff 100%);
}

.store-page .bottom-nav .link_txt::before {
	content: '';
	width: 150px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate3d(-50%, -50%, 0);
	border-radius: 5px;
	background: rgba(108, 104, 255, 0.1);
}

#scanner {
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 998;
	top: 0;
	background: rgba(0, 0, 0, 1);
	display: none;
}

#scanner .back_to_page {
	position: absolute;
	z-index: 998;
	top: 15px;
	left: 15px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	z-index: 998;
}

#scanner .back_to_page .back-icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}



/* 扫描框 */
.scan-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 240px;
	height: 240px;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	overflow: hidden;
	border: 2px solid #1882ED;
}

/* 扫描线 */
.scan-line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #1882ED;
	animation: scan 2s linear infinite;
}

@keyframes scan {
	from {
		top: 0;
	}

	to {
		top: 100%;
	}
}

.btn-qiehuan {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	padding: 12px 30px;
	border: none;
	border-radius: 24px;
	background: #1882ED;
	color: #fff;
	font-size: 16px;
}
.loading-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-box {
	background: white;
	padding: 20px 30px;
	border-radius: 8px;
	font-size: 16px;
	color: #333;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.imgbox {
	position: relative;
	width: 120px;
	height: 90px;
	margin: 10px auto;
}

.icon-del {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	background: #ff4444;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	z-index: 10;
}

	.icon-del:before {
		content: "×";
		color: white;
		font-size: 16px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-weight: bold;
	}

.upload-btn-file {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.file-btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.icon-add {
	width: 100%;
	height: 100%;
	object-fit: contain;
	opacity: 0.7;
}

.uploadimg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: none;
}

.tips-msg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.8);
	color: white;
	padding: 10px 20px;
	border-radius: 4px;
	z-index: 9999;
	font-size: 14px;
}

.alert-grskm {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10001;
	max-width: 90vw;
	max-height: 80vh;
}

.aler-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 10000;
}

.setup-group span {
	margin-left: 10px;
	color: #ff6b6b;
	font-size: 14px;
}