/* 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,
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%;
	margin: 0;
	font-family: "微软雅黑";
	/* font-family: "LI"; */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	/* background-color: #fafafa; */

	background: #EFF1F4;

}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

.after:after {
	content: '';
	display: table;
	clear: both;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.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-7 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.align-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.align-center1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.align-center2 {
	display: flex;
	flex-direction: column;
	align-items: left;
	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;
}

.align-start-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.align-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.align-end-top {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}

.align-between-top {
	display: flex;
	align-items: top;
	justify-content: space-between;
}

.align-between-bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
}


.el-form .el-form-item--mini.el-form-item {
	margin-bottom: 10px;
}

.flex-wrap {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-wrap2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-con {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex-vertical {
	-webkit-box-horizontal: vertical;
	-webkit-flex-flow: column;
	flex-flow: column;
}

.aui-ellipsis-1 {
	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;
}

.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;
}

.aui-ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.font-55595C-24-bold {
	font-size: 24px;
	font-weight: bold;
	color: #55595C;
	line-height: 24px;
}

.font-ed9d3b-37-bold {
	font-size: 37px;
	font-weight: 800;
	color: #ed9d3b;
	line-height: 68px;
}

.font-DE7E2F-20-bold {
	font-size: 20px;
	font-weight: bold;

	color: #DE7E2F;
}

.font-000-18-bold {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}

.font-333-bold {
	font-size: 14px;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
}

.font-333 {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.font-333-12 {
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.font-333-14 {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}

.font-333-18 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.font-333-18-bold {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 25px;
}

.font-333-16-22 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}

.font-333-16-16 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 16px;
}

.font-333-16-24 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.font-333-16-bold {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 22px;
}

.font-333-20 {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.font-333-20-bold {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 28px;
}

.font-333-22 {
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.font-333-22-bold {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
}

.font-333-24 {
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.font-333-bold1 {
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	line-height: 20px;
}

.font-333-30 {
	font-size: 30px;
	color: #333333;
	line-height: 30px;
	letter-spacing: 1px;
}

.font-333-26-bold {
	font-size: 26px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}

.font-333-30-bold {
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	line-height: 42px;
	letter-spacing: 2px;
}

.font-333-36-bold {
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	letter-spacing: 2px;
}

.font-333-40-bold {
	font-size: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 56px;
	letter-spacing: 2px;
}

.font-fff {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.font-fff-bold {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
}


.font-fff-14 {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 20px;
}

.font-fff-16 {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
}

.font-fff-16-bold {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 22px;
}

.font-fff-18 {
	font-size: 18px;
	color: #fff;
}

.font-fff-18-bold {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.font-fff-20-bold {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.font-fff-22 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	line-height: 30px;
}

.font-fff-24 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
}

.font-fff-24-bold {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	line-height: 24px;
}

.font-fff-30-bold {
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
}

.font-fff-33-bold {
	font-size: 33px;
	font-weight: 500;
	color: #fff;
	line-height: 34px;
}

.font-fff-40 {
	font-size: 40px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 56px;
}

.font-fff-50 {
	font-size: 50px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 70px;

}

.font-666-14 {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	line-height: 20px;
}

.font-666-16 {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 22px;
}

.font-666-16-bold {
	font-size: 16px;
	font-weight: 500;
	color: #666;
	line-height: 24px;
}

.font-666-18 {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 22px;
}

.font-666-18-bold {
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 22px;
	font-weight: 500;
}

.font-777 {
	font-size: 14px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
}

.font-777-12 {
	font-size: 12px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
}

.font-777-16 {
	font-size: 16px;
	font-weight: 400;
	color: #777;
	line-height: 20px;
}

.font-999-14 {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}

.font-999-16 {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.font-999-18 {
	font-size: 18px;
	font-weight: 400;
	color: #999;
}

.font-333-16 {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.font-333-18 {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.fff {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}

.font-aaa {
	font-size: 14px;
	font-weight: 400;
	color: #aaa;
	line-height: 20px;
}

.font-EC7902-16 {
	font-size: 16px;
	font-weight: 400;
	color: #EC7902;
}

.font-EC7902-22 {
	font-size: 22px;
	font-weight: 400;
	color: #EC7902;
}

.font-EC7902-18-bold {
	font-size: 18px;
	font-weight: 500;
	color: #EC7902;
}

.font-FA9C22-22-bold {
	font-size: 22px;
	font-weight: 500;
	color: #FA9C22;
}

.C52B33 {
	color: #c52b33;
}

.E28832 {
	color: #E28832;
}

.DCA01E {
	color: #DCA01E;
}

.DEA422 {
	color: #DEA422;
}

.EFC845 {
	color: #EFC845;
}

.FF940A {
	color: #FF940A;
}

.FA9C22 {
	color: #FA9C22;
}

.m-r10 {
	margin-right: 10px;
}

/* .DCA01E-18 {
	font-size: 14px;
	font-weight: 400;
	color: #DCA01E;
	line-height: 20px;
} */

.EFC845-14 {
	font-size: 14px;
	font-weight: 400;
	color: #EFC845;
	line-height: 20px;
}

.EFC845-14-bold {
	font-size: 14px;
	font-weight: 500;
	color: #EFC845;
	line-height: 20px;
}

.hidden {
	display: none;
}

.fontSize14 {
	font-size: 14px;
}

.li-label-out {
	height: 28px;
	white-space: nowrap;
	overflow: hidden;
	width: 184px;
}

.li-label {
	margin-right: 8px;
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #dea422;
	border-radius: 2px;
	border: 1px solid;
	border-image: linear-gradient(90deg,
			rgba(239, 200, 69, 1),
			rgba(220, 160, 30, 1)) 1 1;
	margin-top: 6px;
	padding: 3px 8px;
	box-sizing: border-box;
}

.pointer {
	cursor: pointer;
}

.btn222 {
	width: 115px;
	height: 32px;
	background: #f08300;
	/* background: linear-gradient(90deg, #efc845 0%, #dca01e 100%); */
	border-radius: 2px;
	font-size: 14px;
	color: #ffffff;
	margin-left: 16px;
}

.btn111 {
	color: #777777;
	background: none;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	margin-left: 0;
}

.middle {
	width: 1200px;
	margin: 10px auto 20px;
}

.middle1 {
	width: 1300px;
	margin: 0 auto 45px;
}

.my_right {
	background-color: #fff;
	padding: 10px;
}

.w1200 {
	width: 1200px;
	margin: auto;
	box-sizing: border-box;
}

.m_r5 {
	margin-right: 5px;
}

.m_r9 {
	margin-right: 9px;
}

.m_r10 {
	margin-right: 10px;
}

.m_t9 {
	margin-top: 9px;
}

.m_t10 {
	margin-top: 10px;
}

.m_t14 {
	margin-top: 14px;
}

.m_t16 {
	margin-top: 16px;
}

.m_t18 {
	margin-top: 18px;
}

.m_t20 {
	margin-top: 20px;
}

.m_t22 {
	margin-top: 22px;
}

.m_t30 {
	margin-top: 30px;
}

.m_t53 {
	margin-top: 53px;
}

.m_t60 {
	margin-top: 60px;
}

.m_b20 {
	margin-bottom: 20px;
}

.m_b22 {
	margin-bottom: 22px;
}

.m_b10 {
	margin-bottom: 10px;
}

.m_b30 {
	margin-bottom: 30px;
}

.m_b60 {
	margin-bottom: 60px;
}

.p_b60 {
	padding-bottom: 60px;
}

.letter1 {
	letter-spacing: 1px;
}

.bg_fff {
	background-color: #fff;
}

.scrollbar::-webkit-scrollbar {
	display: none
}

.cor_FA9C22 {
	color: #FA9C22 !important;
}

.cor_DE7E2F {
	color: #DE7E2F !important;
}

.cor_f08300 {
	color: #f08300 !important;
}

.cor_EC7902 {
	color: #4B643B !important;
}

.bg_FA9C22 {
	background: #FA9C22 !important;
}

.bg_DE7E2F {
	background: #DE7E2F !important;
}

.bg_EC7902 {
	background: #EC7902 !important;
}

.bg_f08300 {
	background: #f08300 !important;
}

.border_f08300 {
	border: 1px solid #f08300 !important;
}

.cheng_head11 {
	height: 46px;
	background: rgba(255, 226, 189, 0.2);
	padding-left: 22px;
}

.border_eee {

	border: 1px solid #EEEEEE;
}

.border_none {
	border: none !important;
}

.hover_FA9C22:hover {
	color: #FA9C22;
}

.dialog_title {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 70px;
	padding-left: 40px;
	border-bottom: 1px solid #EEEEEE;
	border-radius: 4px 4px 0 0;
}

.dialog_btn2 {
	width: 168px;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	margin-right: 60px;
	font-size: 20px;
	font-weight: 400;
	color: #999999;
}

.dialog_btn1 {
	width: 168px;
	height: 46px;
	background: #FA9C22;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
}

.hua-xian-jia {
	text-decoration: line-through;
	font-size: 13px !important;
	font-weight: 400;
	color: #999;
	line-height: 20px;
	margin-left: 15px;
}

.hua-xian-jia-xq {
	text-decoration: line-through;
	font-size: 18px !important;
	font-weight: 400;
	color: #999;
	line-height: 20px;
	margin-left: 15px;
}

.vip-price {
	font-weight: 400;
	font-size: 12px;
	color: #4B643B;
	line-height: 20px;
	background: #E9EDCE;
	border-radius: 0px 10px 0px 0px;
	padding: 0 4px 0 2px;
}

.vip-icon {
	width: 22px;
	height: 20px;
	display: inline-block;
	position: relative;
	bottom: -4px;
}

.vip-box {
	/* position: absolute;
		right:-100%; */
	line-height: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	bottom: 2px;
	left: 4px;
}