/*
*  author: aui
*  core.css
*  http://azenui.com/
*  http://www.a-ui.cn/
*/
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
	margin: 0;
	padding: 0;
	outline: none;
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
	display: block;
}

input::input-placeholder {
	color: #888 ;
}

/* ��щ������ʾ��ҫд����щ��ʾ����ҫ�������ڱ༭��webstorm�и����բ���ʶ�� */
::-webkit-input-placeholder {
	/* webkit browsers */
	color: #888;
}

:-moz-placeholder {
	/* mozilla firefox 4 to 18 */
	color: #888;
}

::-moz-placeholder {
	/* mozilla firefox 19  */
	color: #888;
}

:-ms-input-placeholder {
	/* internet explorer 10  */
	color: #888;
}

*, *:before, *:after {
	box-sizing: border-box;
	outline: none;
}

:focus {
	outline: 0 !important;
}

input::-moz-focus-inner {
	border-color: transparent !important;
}

input {
	-webkit-appearance: none;
	outline: none;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	outline: none;
}

html, body {
	height: 100%;
}

body {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-family: arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
	margin: 0;
	padding: 0;
}

img, article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
	display: block;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

fieldset, img {
	border: 0;
}

address, caption, cite, dfn, em, th, var, i, em {
	font-style: normal;
	font-weight: normal;
	font-size:12px;
}

ol, ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none
}

a, label, button, input, select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select, button {
	font: 100% tahoma, \5b8b\4f53, arial;
	vertical-align: baseline;
	border-radius: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
}

button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none
}

input[type=checkbox], input[type=radio] {
	vertical-align: middle;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	margin: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

textarea {
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	overflow: auto;
	resize: none;
	font: 100% tahoma, \5b8b\4f53, arial;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 1px  */
.aui-header-default:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #b2b2b2;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.aui-footer-default:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #b2b2b2;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.aui-content-box {
	padding-bottom: 44px;
}

.aui-fixed-top {
	padding-top: 44px;
}

.yellow-color {
	background-color: #ffb03f;
}

.red-color {
	background-color: #ff5e53;
}

.aui-content {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 750px;
	min-width: 300px;
	padding-bottom: 94px;
}

.aui-dri {
	height: 10px;
	width: 100%;
	background: #f0f2f5;
	position: relative;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
    margin-top: 13px;
}

.aui-list-product-fl-item:before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #dedcdc;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.aui-list-title-info .aui-well:before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #dedcdc;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.price {
	color: #da4644;
	font-size: 16px;
}

.aui-car-content {
	padding-top: 44px;
	padding-bottom: 50px;
}

.aui-car-white-typeface {
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.aui-icon-back-white {
	background-image: ;
}

.aui-address-box-default ul li .aui-icon-address {
	width: 15px;
	height: 20px;
	background-size: 15px;
	position: absolute;
	left: -1px;
	top: -3px;
	background-image: ;
}

.aui-prompt-sm {
	background-image: ;
}

.aui-switch {
	position: relative;
	width: 52px;
	height: 25px;
	border: 1px solid #dfdfdf;
	outline: 0;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: #dfdfdf;
	-webkit-transition: background-color 0.1s, border 0.1s;
	transition: background-color 0.1s, border 0.1s;
}

.aui-switch:before {
	content: " ";
	position: absolute;
	top: 30px;
	left: 0;
	width: 50px;
	height: 25px;
	border-radius: 15px;
	background-color: #fdfdfd;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
	transition: -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
	transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
	transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1), -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1);
}

.aui-switch:after {
	content: " ";
	position: absolute;
	top: -1px;
	left: 5px;
	width: 25px;
	height: 25px;
	border-radius: 15px;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
	transition: -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
	transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
	transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35), -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35);
}

.aui-switch:checked:after {
	-webkit-transform: translatex(20px);
	transform: translatex(20px);
}

.aui-switch {
	position: relative;
	width: 52px;
	height: 25px;
	border: 1px solid #dfdfdf;
	outline: 0;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: #dfdfdf;
	-webkit-transition: background-color 0.1s, border 0.1s;
	transition: background-color 0.1s, border 0.1s;
}

.aui-switch:checked {
	border-color: #f33736;
	background-color: #f33736;
}

.aui-red {
	color: #f33736;
}

.aui-size {
	font-size: 16px;
}

.aui-well {
	padding: 14px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
}

.aui-well-bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	font-weight: 700;
}

.aui-well-ft {
	text-align: right;
	color: #999999;
	padding-right: 12px;
	position: relative;
}

.aui-me-content-order {
	position: relative;
	background: #fff;
}

.aui-me-content-order:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.aui-settle-choice a:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.aui-footer-product-concern-cart:before {
	position: absolute;
	content: '';
	-webkit-transform: scaley(.5);
	transform: scaley(.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #d2d2d2;
}

.aui-product-coupon {
	position: relative;
}

.aui-product-coupon a:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.aui-product-set a:before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ebebeb;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.tab-nav:after {
	content: '';
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #b2b2b2;
	-webkit-transform: scaley(0.5);
	transform: scaley(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.tab-nav-item.tab-active:before {
	content: '';
	width: 70%;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35%;
	z-index: 4;
	background-color: currentcolor;
}

.aui-time-list .aui-myorder-fix .tab-nav .tab-nav-item.tab-active:before {
	content: '';
	width: 70%;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -35%;
	z-index: 4;
	background-color: #ff5e5a;
}
