/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,
body {
	width: 100%;
	height: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.flex-wrap {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex;
}

.flex-con {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-vertical {
	-webkit-box-horizontal: vertical;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.align-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.align-around {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.align-end {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.align-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}


.column-middle {
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.column-start {
	flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

.column-end {
	flex-direction: column;
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
}

.flex-wrap {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex;
}

.flex-con {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.color333-12 {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 17px;
}

.color333-13 {
	font-size: 13px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}

.color333-14 {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.color333-14-w {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
}

.color333-16 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}

.color777-14 {
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
}

.color777-13 {
	font-size: 13px;
	font-weight: 400;
	color: #777;
	/* line-height: 18px; */
}

.color777-12 {
	font-size: 12px;
	font-weight: 400;
	color: #777;
	line-height: 17px;
}

.color666-12 {
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 17px;
}

.coloraaa-12 {
	font-size: 12px;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 17px;
}

.coloraaa-14 {
	font-size: 14px;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 20px;
}

.colorfff-14 {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}

.colorfff-16 {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
}

.colorfff-16-w {
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 22px;
}

.colorfff-18 {
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
}

.C52B33-12 {
	font-size: 12px;
	font-weight: 400;
	color: #C52B33;
	line-height: 17px;
}

.C52B33-14 {
	font-size: 14px;
	font-weight: 400;
	color: #C52B33;
	line-height: 20px;
}

.C52B33-16 {
	font-size: 16px;
	font-weight: 400;
	color: #C52B33;
	line-height: 22px;
}

.C52B33-18 {
	font-size: 18px;
	font-weight: 400;
	color: #C52B33;
	line-height: 25px;
}

.C52B33-20 {
	font-size: 20px;
	font-weight: 400;
	color: #C52B33;
	line-height: 17px;
}

.DEA422-12 {
	font-size: 12px;
	font-weight: 400;
	color: #4B643B;
}

.color9E9E9E-12 {
	font-size: 12px;
	font-weight: 400;
	color: #9E9E9E;
	line-height: 17px;
}

.EFC845-12 {
	font-size: 12px;
	font-weight: 400;
	color: #4B643B;
	line-height: 17px;
}

.EFC845-14 {
	font-size: 14px;
	font-weight: 400;
	color: #4B643B;
	line-height: 20px;
}

.EFC845-18 {
	font-size: 18px;
	font-weight: 500;
	color: #4B643B;
	line-height: 25px;
}

.m-b6 {
	margin-bottom: 6px;
}

.m-b8 {
	margin-bottom: 8px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b12 {
	margin-bottom: 12px;
}

.m-t6 {
	margin-top: 6px;
}
.m-t8 {
	margin-top: 8px;
}
.m-t10 {
	margin-top: 10px;
}

.m-t12 {
	margin-top: 12px;
}

.m-t15 {
	margin-top: 15px;
}

.m-r8 {
	margin-right: 8px;
}

.m-r10 {
	margin-right: 10px;
}

.m-r12 {
	margin-right: 12px;
}

.m-l4 {
	margin-left: 4px;
}

.m-l8 {
	margin-left: 8px;
}

.container {
	padding-bottom: 60px;
}

.p-lr12 {
	padding: 0 12px;
}

.p-lr16 {
	padding: 0 16px;
}

.p-lr30 {
	padding: 0 30px;
}

.p-tb12 {
	padding: 12px 0;
}

.p-tb16 {
	padding: 16px 0;
}

.p-b4 {
	padding-bottom: 4px;
}

.bg_f5 {
	height: 10px;
	background: #f5f5f5;
}

.underLine1 {
	border-bottom: 1px solid #d8d8d8;
}

.relative {
	position: relative;
}

.border-d8 {
	border-radius: 4px;
	border: 1px solid #D8D8D8;
}

.hidden{
	display: none;
}
.aui-ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.aui-ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}
.flex-vertical {
	-webkit-box-horizontal: vertical;
	-webkit-flex-flow: column;
	flex-flow: column;
}
.vipPrice{
	font-weight: 400;
	font-size: 13px;
	color: #4B643B;
	min-width: 60px;
	height: 18px;
	line-height: 18px;
	background: #E9EDCE;
	border-radius: 0px 9px 0px 0px;
	text-align: center;
	padding: 0 4px;
	box-sizing: border-box;
}