

.require {
	color: red;
}

.ios a {
	color: black;
}

.order-footer {
	position: fixed;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
	background: #fff;
	max-width: 540px;
	margin: 0 auto;
	border-top: 1px solid #e5e5e5;
	margin-bottom: env(safe-area-inset-bottom);
}

.order-footer .order-footer-content {
	margin: 5px 20px;
	padding: 5px;
	background: -webkit-linear-gradient(90deg, rgba(235, 41, 95, 1), rgba(246, 40, 123, 1));
	background: linear-gradient(90deg, rgba(235, 41, 95, 1), rgba(246, 40, 123, 1));
	border-radius: 8px;
	text-align: center;
}

.order-footer p {
	margin: 0 auto;
}

.order-footer .order-footer_title1 {
	color: #fff;
	font-size: 20px;
}

.order-footer .order-footer_title2 {
	color: #fff;
	font-size: 14px;
}

.sheet-modal-order {
	/*width:100%;
	max-width: 100%;
	max-height: 100%;*/

	 /*overflow: scroll; */
}
.shoppingCart-num {
	position: absolute;
    width: auto;
    min-width: 14px;
    top: 0;
    box-sizing: border-box;
    padding: 0 2px;
    line-height: 14px;
    border-radius: 7px;
    text-align: center;
    right: -8px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    color: #fff !important;
    background-color: #c62828 !important;
	border: 1px solid #fff;
    width: auto;
    min-width: 16px;
    box-sizing: border-box;
    padding: 0 2px;
    border-radius: 8px;
    top: calc(50% - 16px);
    right: calc(50% - 20px);
    font-size: 10px;
}

/* .ship-fix {
    overflow: hidden;
} */

/*.sheet-modal-order .share-container {
	
}*/