html,
body {
	height: 100%;
	font-size: 0.17rem;
	box-sizing: border-box;
	background-color: #f4f8fb;
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #f2f2f2;
	background: url("../images/background.png") no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0
}

/*header {
	 border: 1px solid red; 
}*/

section {
	overflow: auto;
}

footer {
	height: 1.05rem;
	background-color: #000;
}

.container {
	/* background-color: #fff; */
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.domain_title_box {
	padding: 0.1rem 0.3rem;
	font-size: 23px;
	cursor: pointer;
	color: #fff;
	border-radius: 1rem;
	letter-spacing: 0.03rem;
	background: linear-gradient(to right, rgb(133, 16, 255), rgb(208, 37, 194), rgb(255, 139, 45), rgb(255, 0, 54), rgb(208, 37, 194), rgb(133, 16, 255));
}

nav {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

nav img {
	width: 1rem;
	height: 0.55rem;
}

.search_order_box {
	box-shadow: 0 5px 6px 0 rgba(73, 105, 230, .22);
	background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
	color: #fff;
	display: inline-block;
	width: 1.19rem;
	line-height: 0.35rem;
	border-radius: 0.19rem;
	cursor: pointer;
	font-size: 0.17rem;
	text-align: center;
}

/* 商品类别 */
.goods_type_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.goods_type_item {
	background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
	box-shadow: 0 0.07rem 0.1rem 0 rgba(54, 144, 248, .23);
	min-width: 1.5rem;
	border-radius: 0.1rem;
	padding: 0.2rem 0.3rem;
	cursor: pointer;
	margin-top: 0.25rem;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
}

.type_title {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
}

.type_goods_num {
	color: #fff;
	opacity: .76;
	font-size: 12px;
	margin-top: 7px;
}

/* 商品 */
.goods_box {
	border-top: 0.01rem solid #f7f7f7;
	padding-top: 0.1rem;
}

.goods_title_box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding: 0.05rem 0;
	margin-bottom: 10px;
	color: #545454;
	font-size: 0.17rem;
}

.goods_item {
	padding: 18px;
	vertical-align: middle;
	/* min-width: 185px; */
	/* min-height: 80px; */
	background: #fff;
	border: 0.02rem solid #f1f4fb;
	box-shadow: 0 0.04rem 0.1rem 0 rgba(135, 142, 154, .14);
	border-radius: 0.1rem;
	margin-right: 0.11rem;
	margin-bottom: 0.1rem;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	display: inline-flex;
}

.goods-name {
	margin-bottom: 10px;
	color: #545454;
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
}

.goods-price {
	color: #3C8CE7;
	font-size: 14px;
	font-weight: 700;
}

.goods-num {
	margin-top: 3px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.progress-box {
	display: inline-block;
	width: 53px;
	height: 5px;
	background: #f3f3f3;
	position: relative;
	border-radius: 3px;
}

.progress-item {
	display: inline-block;
	position: absolute;
	height: 100%;
	background: linear-gradient(55deg, #65d69e, #31dd92);
	border-radius: 3px;
}

.goods_num_tips {
	color: #0db26a;
	font-size: 12px;
	margin-left: 10px;
	margin-right: 18px;
}

.footer_box {
	color: #9a9a9a;
	margin-top: 1rem;
	text-align: center;
	font-size: 0.17rem;
}

/* 商品详情 */
.detail_title_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 0.01rem solid #f7f7f7;
	padding-bottom: 0.05rem;
}

.goods-img {
	margin-left: 20px;
	margin-right: 10px;
	margin-top: 10px;
	width: calc(100% - 30px);
	height: 0;
	position: relative;
	padding-bottom: calc(100% - 40px);
}

.goods-img img {
	width: calc(100% - 10px);
	box-shadow: 0 5px 6px 0 rgba(73, 105, 230, .22);
	border-radius: 5px;
	margin-top: 5px;
	/* padding: 5px; */
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.goods-detail-name {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: #545454;
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
}

.small-tips {
	display: inline-block;
	padding: 1px 5px;
	border-radius: 3px;
	font-size: 11px;
	margin-left: 5px;
	line-height: initial;
}

.tips-green {
	background: #dff7ea;
	color: #28C76F;
}

.tips-blue {
	background: #cadbff;
	color: #3C8CE7;
}

.detail-price {
	margin-top: 5px;
}

.detail-price-sign {
	color: #e4393c;
	font-size: 16px
}

.detail-price-num {
	color: #e4393c;
	font-size: 22px;
}

.goods_buy_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.l-msg {
	color: #999;
	width: 0.9rem;
	/* font-size: 0.17rem; */
}

input {
	color: #999;
	background: #fff;
	border: 0.01rem solid #f0f0f0;
	box-shadow: 0 0.04rem 0.1rem 0 rgba(135, 142, 154, .07);
	border-radius: 0.04rem;
	margin: 0 0.07rem;
	height: 0.37rem;
}

.pay-num {
	width: 1rem !important;
	height: 0.36rem;
	text-align: center;
	font-size: 0.2rem !important;
}

.sub,
.add {
	cursor: pointer;
	width: 0.35rem;
	height: 0.35rem;
	line-height: 0.35rem;
	border-radius: 0.35rem;
	text-align: center;
	border: 0.01rem solid #999;
}


.pay-type {
	text-align: center;
	background: #f7f7f7;
	border: 2px solid #e7e7e7;
	border-radius: 5px;
	padding: 7px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0.21rem;
}

.pay-select {
	border: 2px solid rgb(51, 105, 255);
	background: rgb(248, 250, 255);
	color: rgb(51, 105, 255);
}

.buy button {
	border: initial;
	color: #fff;
	display: inline-block;
	width: 1.7rem;
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 0.45rem;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 0.05rem 0.06rem 0 rgba(73, 105, 230, .22);
	background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
}

.intro {
	padding: 0.1rem 0.2rem;
	color: #444444;
	font-size: 0.15rem;
	line-height: 2.2;
	letter-spacing: 0.03rem;
	font-weight: 700;
}

.searchOrder {
	width: 3.2rem;
	height: 0.45rem;
}

.btn_search_order {
	box-shadow: 0 0.05rem 0.06rem 0 rgba(73, 105, 230, .22);
	background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
	/* line-height: 0.45rem; */
	margin-top: 0.35rem;
	border-radius: 1.2rem;
	cursor: pointer;
	/* font-size: 0.32rem; */
	font-size: 0.25rem;
	padding: 0.15rem 1rem;
	/* font-weight: 700; */
	color: #fff
}

.localOrderEmpty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	display: none;
}

.info-ui {
	color: #737373;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.info-ui li {
	margin-top: 0.15rem;
}

.info-ui strong {
	width: 30%;
	margin-bottom: 3px;
	text-align: right;
	display: inline-block;
}

.local_order_item {
	margin-left: initial;
	margin-right: initial;
	margin-top: 10px;
	border-bottom: 1px solid #f7f7f7;
	padding-bottom: 5px;
	font-size: 0.21rem;
}

.order_card_item {
	border: 1px solid #f7f7f7;
	display: flex;
	flex-direction: column;
}

.order_card_item__2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

}

.btn-copy {
	cursor: pointer;
	color: #fff;
	padding: 0.1rem 0.25rem;
	border-radius: 0.25rem;
	box-shadow: 0 5px 6px 0 rgba(73, 105, 230, .22);
	background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
	font-size: 0.21rem;
	font-weight: 600;
}

.goods_type_select {
	/*	border: 3px solid rgba(73, 105, 230, .22);*/
	border: 2px solid #00EAFF;
}

.faka_btn {
	border: initial;
	color: #fff;
	display: inline-block;
	width: 1.7rem;
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 0.45rem;
	border-radius: 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: 0 0.05rem 0.06rem 0 rgba(73, 105, 230, .22);
	background-image: linear-gradient(135deg, #3C8CE7 10%, #00EAFF 100%);
	display: none;
}