div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
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-family: "Microsoft YaHei", Arial; */
	font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif;
	font-style: normal;
}

button {
	outline: none;
}

body,
.am-btn {
	font-size: 14px;
}

.am-form select,
.am-form textarea,
.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="datetime"],
.am-form input[type="datetime-local"],
.am-form input[type="date"],
.am-form input[type="month"],
.am-form input[type="time"],
.am-form input[type="week"],
.am-form input[type="number"],
.am-form input[type="email"],
.am-form input[type="url"],
.am-form input[type="search"],
.am-form input[type="tel"],
.am-form input[type="color"],
.am-form-field {
	font-size: 12px;
}

.am-input-group-sm>.am-input-group-btn>.am-btn,
.am-input-group-sm>.am-form-field,
.am-input-group-sm>.am-input-group-label,
.am-input-group-sm>.am-input-group-btn>.am-btn {
	height: 35px;
	font-size: 12px !important;
}

.am-input-group-sm>.am-input-group-label {
	line-height: 26px;
}

/*所有超链接不要下划线*/
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	vertical-align: middle;
	outline: none;
	max-width: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a.focus {
	outline: none;
}

a:hover {
	color: #e9403f;
	text-decoration: none;
}

.spatic {
	width: 100%;
	height: 16px;
}

input.add,
input.min {
	width: 15px
}

.c-p {
	cursor: pointer;
}

.last {
	border-right: none !important;
}

.am-container {
	margin: 0 auto;
}

/*搜索框
.search-bar{height:30px; width: calc(100% - 200px); display: -webkit-inline-box;}
.search-bar form { width: 100%; }
.search-bar form .search-group{border:2px solid #A9853C; width:100%;position: relative;}
.search-bar input{height:26px;width:79%;outline:none; font-size:12px; border:none}
#search-input { padding-left: 8px; }
#ai-topsearch { width:27%;height:26px;border:none;background: #A9853C none repeat scroll 0% 0%;
color: #F5F5F2;font-size: 12px;cursor:pointer;border-radius:0px 0px; position: absolute;top: 0;right: 0;}
.search-hot-keywords { margin-top: 5px; height: 16px; overflow: hidden; display: none; }
.search-hot-keywords li { float: left; }
.search-hot-keywords li:not(:last-child) { margin-right: 10px; }*/
/*侧边导航*/
.mui-mbar-tabs {
	display: none;
}

/* 顶部小导航 */
.header-top {
	background-color: #fafafa;
	border-bottom: solid 1px #f0f0f0;
}

.header {
	display: none;
	max-width: 1000px;
	margin: 0px auto;
	font-size: 12px;
	position: relative;
}

.mobile-navigation {
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

.mobile-navigation li {
	width: 25%;
	padding: 2px;
	background: #fff;
	border-top: 1px solid #f5f5f5;
	float: left;
	text-align: center;
	font-size: 12px;
	position: relative;
}

.mobile-navigation li a {
	text-decoration: none;
	color: #666;
}

.mobile-navigation li img {
	width: 25px;
	height: 25px;
	margin: 0 auto;
}

.mobile-navigation li p {
	width: 100%;
	padding: 0 4px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mobile-navigation li.active a {
	color: #A9853C;
}

.hot-icon {
	position: absolute;
	top: 1%;
	left: 53%;
	z-index: 2;
	border: 1px solid #fff;
}

/**
 * 公共
 */
/* 导航分割 */
.spacing-nav-title {
	position: relative;
	color: #A9853C;
	text-align: center;
	background-color: #ffffff;
	height: 35px;
	line-height: 35px;
	margin: 20px 0;
}

.spacing-nav-title .line {
	display: inline-block;
	width: 50%;
	height: 1px;
	background: #A9853C;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.spacing-nav-title .text-wrapper {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

/**
 * 灰色文字标记
 */
.gray-text {
	color: #999;
}

/* 价格颜色 */
.price strong {
	color: #A9853C;
	font-weight: 600;
}

/* 公共错误提示页面 */
.tips-error,
.tips-success {
	margin: 10% 0;
	background: #fff;
}

.tips-error i.am-icon-times-circle,
.tips-success i.am-icon-check-circle {
	font-size: 20px;
}

.tips-error i.am-icon-times-circle {
	color: #F44336;
}

.tips-success i.am-icon-check-circle {
	color: #4CAF50;
}

.tips-error span.msg,
.tips-success span.msg {
	font-size: 22px;
	margin-left: 10px;
}

.tips-error .tips-nav,
.tips-success .tips-nav {
	margin-top: 20px;
}

.tips-error .tips-nav .am-btn:not(:first-child),
.tips-success .tips-nav .am-btn:not(:first-child) {
	margin-left: 20px;
}

/* 页面加载数据 */
.loding-view {
	text-align: center;
	color: #888;
	padding: 10px 0;
}

/**
 * 混合提示
 */
.mixed-tips {
	width: 280px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 10%;
}

.mixed-tips .icon {
	font-size: 68px;
	color: #ccc;
	margin-right: 15px;
	line-height: 108px;
}

.mixed-tips-content {
	margin-top: 10px;
}

.mixed-tips-content h1 {
	font-size: 14px;
	font-weight: 600;
}

.mixed-tips-content ul {
	margin-top: 5px;
}

.mixed-tips-content ul li a {
	color: #a9853c;
}

/**
 * 底部
 */
.am-footer-default {
	border-top: 2px solid #A9853C;
	background: #303030;
	color: #e2e2e2;
	/* margin-top: 20px; */
	z-index: 999;
}

.am-footer-default p.am-text-truncate {
	line-height: 24px;
}

.am-footer-default a {
	font-size: 12px;
	color: #b1b1b1;
}

.footer-nav-list {
	padding: 0;
}

.footer-nav-list .am-gallery-item {
	text-align: left;
}

.footer-nav-list .am-gallery-item .footer-nav-title {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

.footer-about li {
	float: left;
	line-height: 24px;
}

.footer-about li span,
.footer-about li a {
	font-size: 14px;
}

.footer-about li.tel a {
	color: #ff6700;
}

.footer-about li.qrcode {
	margin-top: 5px;
}

.footer-about li.qrcode img {
	max-width: 115px;
}

.footer-about li i {
	color: #a5a5a5;
	width: 20px;
	text-align: center;
}

.am-footer-miscs {
	padding: 10px 0 5px 0;
	margin-top: 10px;
}

.am-footer-miscs .am-container {
	border-top: 1px solid #383838;
	padding-top: 10px;
}

.am-footer-miscs .powered a {
	font-weight: 600;
}

.am-footer-miscs .powered a:hover,
.am-footer-miscs .powered a:focus {
	text-decoration: none;
}

.am-footer-miscs .powered a span.b {
	color: #026ed9;
}

.am-footer-miscs .powered a span.o {
	color: #e6000e;
}

@media only screen and (max-width:1025px) {
	.am-footer-default .am-container {
		padding: 0 5px;
	}
}

@media screen and (min-width:1025px) {
	.footer-about-ul {
		line-height: 1;
		margin-right: 50px;
		margin-left: 45px;
		float: left;
		width: 200px;
	}
}

@media screen and (min-width:901px) and (max-width:1024px) {
	.footer-about-ul {
		line-height: 1;
		margin-right: 70px;
		float: left;
		width: 150px;
	}
}

@media only screen and (min-width :600px) and (max-width:900px) {
	.footer-about-ul {
		line-height: 1;
		margin-right: 60px;
		float: left;
		width: 110px;
	}

	.footer-nav-list .am-gallery-item .footer-nav-title {
		font-weight: 600;
		font-size: 12px;
		color: #fff;
	}
}

@media only screen and (max-width:750px) {
	.footer-about {
		border-top: 1px solid #383838;
		padding-top: 10px;
		margin-top: 10px;
	}
}

/**
 * 友情链接
 */
.friendship-list {
	margin-top: 20px;
	margin-bottom: 10px;
}

.friendship-list h2 {
	border-bottom: 1px solid #e3e0e0;
	line-height: 30px;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.friendship-list ul {
	overflow: hidden;
	padding: 5px 0;
}

.friendship-list ul li {
	float: left;
	line-height: 26px;
	text-align: center;
}

.friendship-list ul li:not(:last-child) {
	margin-right: 10px;
}

.friendship-list ul li:not(:last-child) a {
	border-right: 1px solid #d4d4d4;
	padding-right: 10px;
}

@media only screen and (max-width:1025px) {
	.friendship-list {
		padding: 0 5px;
	}
}

/**
 * 框架覆盖
 */
/* 手机模式下 */
@media only screen and (max-width:750px) {
	.am-container {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
	}
}

ul.am-dropdown-content {
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	border: 1px solid #ededed;
	padding: 0;
}

ul.am-dropdown-content>.am-active>a,
ul.am-dropdown-content>.am-active>a:hover,
ul.am-dropdown-content>.am-active>a:focus {
	background-color: #ffeaed;
}

ul.am-dropdown-content>.am-active>a,
ul.am-dropdown-content>.am-active>a:hover,
ul.am-dropdown-content>.am-active>a:focus,
.am-nav>li.am-active>a,
.am-nav>li.am-active>a:hover,
.am-nav>li.am-active>a:focus {
	color: #A9853C !important;
	background-color: transparent;
}

.am-article-title.blog-title {
	font-size: 24px;
	line-height: 1.15;
	font-weight: normal;
	margin: 10px 0px 20px;
}

/**
 * 轮播图片
 */
.am-slider-a1 .am-control-nav li a.am-active {
	background: #ffffff;
}

.am-slider-a1 .am-control-nav li a {
	width: 5px;
	height: 5px;
	background: rgba(196, 192, 191, 0.7);
	box-shadow: none;
}

.am-slider-a1 .am-control-nav {
	bottom: 20px;
}

.am-slider-a1 {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/**
 * PC
 */
@media only screen and (min-width: 751px) {

	/**
     * 图片验证码
     */
	#verify-img-value {
		float: left;
		width: 50%;
		margin-right: 5px;
	}

	/**
     * 公共登录窗口
     */
	.common-login-modal {
		max-width: 400px;
		height: 450px;
		left: calc(50% - 200px);
		top: calc(50% - 225px);
		margin-left: 0;
		margin-top: 0;
	}
}

/**
 * 手机
 */
@media only screen and (max-width: 750px) {

	/**
     * 图片验证码
     */
	#verify-img-value {
		margin-bottom: 10px;
	}

	/**
     * 公共登录窗口
     */
	.common-login-modal {
		height: 450px;
		top: calc(100% - 450px);
	}
}

/**
 * 框架覆盖
 */
.am-btn-default {
	color: #666 !important;
	background-color: #e6e6e6;
	border-color: #d5d5d5;
}

.am-btn-default:hover,
.am-btn-default:focus {
	background-color: #666;
}

.am-btn-default:hover,
.am-btn-default:focus,
.am-btn-default:active,
.am-btn-default.am-active,
.am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
	color: #fff !important;
	border-color: #666;
}

.am-btn-default.am-disabled,
.am-btn-default[disabled],
fieldset[disabled] .am-btn-default,
.am-btn-default.am-disabled:hover,
.am-btn-default[disabled]:hover,
fieldset[disabled] .am-btn-default:hover,
.am-btn-default.am-disabled:focus,
.am-btn-default[disabled]:focus,
fieldset[disabled] .am-btn-default:focus,
.am-btn-default.am-disabled:active,
.am-btn-default[disabled]:active,
fieldset[disabled] .am-btn-default:active,
.am-btn-default.am-disabled.am-active,
.am-btn-default[disabled].am-active,
fieldset[disabled] .am-btn-default.am-active {
	background-color: #e6e6e6;
	border-color: #e6e6e6;
}

.am-btn-default:active,
.am-btn-default.am-active,
.am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
	background-image: none;
	background-color: #666;
}

.am-btn-secondary {
	color: var(--site_color) !important;
	background-color: #ffffff;
	border-color: var(--site_color);
}

.am-btn-secondary:hover,
.am-btn-secondary:focus {
	background-color: var(--site_color);
}

.am-btn-secondary:hover,
.am-btn-secondary:focus,
.am-btn-secondary:active,
.am-btn-secondary.am-active,
.am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
	color: #fff !important;
	border-color: var(--site_color);
}

.am-btn-secondary.am-disabled,
.am-btn-secondary[disabled],
fieldset[disabled] .am-btn-secondary,
.am-btn-secondary.am-disabled:hover,
.am-btn-secondary[disabled]:hover,
fieldset[disabled] .am-btn-secondary:hover,
.am-btn-secondary.am-disabled:focus,
.am-btn-secondary[disabled]:focus,
fieldset[disabled] .am-btn-secondary:focus,
.am-btn-secondary.am-disabled:active,
.am-btn-secondary[disabled]:active,
fieldset[disabled] .am-btn-secondary:active,
.am-btn-secondary.am-disabled.am-active,
.am-btn-secondary[disabled].am-active,
fieldset[disabled] .am-btn-secondary.am-active {
	background-color: #ffe2e5;
	border-color: #ffe2e5;
}

.am-btn-secondary:active,
.am-btn-secondary.am-active,
.am-dropdown.am-active .am-btn-secondary.am-dropdown-toggle {
	background-image: none;
	background-color: #f77076;
}

.am-btn-primary {
	color: var(--site_color) !important;
	background-color: #ffffff;
	border-color: var(--site_color);
}

.am-btn-primary:hover,
.am-btn-primary:focus {
	background-color: var(--site_color);
}

.am-btn-primary:hover,
.am-btn-primary:focus,
.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
	color: #fff !important;
	border-color: var(--site_color);
}

.am-btn-primary.am-disabled,
.am-btn-primary[disabled],
fieldset[disabled] .am-btn-primary,
.am-btn-primary.am-disabled:hover,
.am-btn-primary[disabled]:hover,
fieldset[disabled] .am-btn-primary:hover,
.am-btn-primary.am-disabled:focus,
.am-btn-primary[disabled]:focus,
fieldset[disabled] .am-btn-primary:focus,
.am-btn-primary.am-disabled:active,
.am-btn-primary[disabled]:active,
fieldset[disabled] .am-btn-primary:active,
.am-btn-primary.am-disabled.am-active,
.am-btn-primary[disabled].am-active,
fieldset[disabled] .am-btn-primary.am-active {
	background-color: #faf0db;
	border-color: #faf0db;
}

.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
	background-image: none;
	background-color: #a9853c;
}

.am-btn-danger {
	color: var(--site_color) !important;
	background-color: var(--bg_opacity15);
	border-color: var(--bg_opacity15);
}

.am-btn-danger:hover,
.am-btn-danger:focus {
	background-color: var(--site_color);
}

.am-btn-danger:hover,
.am-btn-danger:focus,
.am-btn-danger:active,
.am-btn-danger.am-active,
.am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
	color: #fff !important;
	border-color: var(--site_color);
}

.am-btn-danger.am-disabled,
.am-btn-danger[disabled],
fieldset[disabled] .am-btn-danger,
.am-btn-danger.am-disabled:hover,
.am-btn-danger[disabled]:hover,
fieldset[disabled] .am-btn-danger:hover,
.am-btn-danger.am-disabled:focus,
.am-btn-danger[disabled]:focus,
fieldset[disabled] .am-btn-danger:focus,
.am-btn-danger.am-disabled:active,
.am-btn-danger[disabled]:active,
fieldset[disabled] .am-btn-danger:active,
.am-btn-danger.am-disabled.am-active,
.am-btn-danger[disabled].am-active,
fieldset[disabled] .am-btn-danger.am-active {
	background-color: #ffcdd6;
	border-color: #ffcdd6;
}

.am-btn-danger:active,
.am-btn-danger.am-active,
.am-dropdown.am-active .am-btn-danger.am-dropdown-toggle {
	background-image: none;
	background-color: #f7274d;
}

.am-btn-success {
	color: var(--site_color) !important;
	background-color: var(--bg_opacity15);
	border-color: var(--bg_opacity15);
}

.am-btn-success:hover,
.am-btn-success:focus {
	background-color: var(--site_color);
}

.am-btn-success:hover,
.am-btn-success:focus,
.am-btn-success:active,
.am-btn-success.am-active,
.am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
	color: #fff !important;
	border-color: var(--site_color);
}

.am-btn-success.am-disabled,
.am-btn-success[disabled],
fieldset[disabled] .am-btn-success,
.am-btn-success.am-disabled:hover,
.am-btn-success[disabled]:hover,
fieldset[disabled] .am-btn-success:hover,
.am-btn-success.am-disabled:focus,
.am-btn-success[disabled]:focus,
fieldset[disabled] .am-btn-success:focus,
.am-btn-success.am-disabled:active,
.am-btn-success[disabled]:active,
fieldset[disabled] .am-btn-success:active,
.am-btn-success.am-disabled.am-active,
.am-btn-success[disabled].am-active,
fieldset[disabled] .am-btn-success.am-active {
	background-color: #E4F3E4;
	border-color: #E4F3E4;
}

.am-btn-success:active,
.am-btn-success.am-active,
.am-dropdown.am-active .am-btn-success.am-dropdown-toggle {
	background-image: none;
	background-color: #5eb95e;
}

.am-btn-warning {
	color: var(--site_color) !important;
	background-color: var(--bg_opacity15);
	border-color: var(--bg_opacity15);
}

.am-btn-warning:hover,
.am-btn-warning:focus {
	background-color: var(--site_color);
}

.am-btn-warning:hover,
.am-btn-warning:focus,
.am-btn-warning:active,
.am-btn-warning.am-active,
.am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
	color: #fff !important;
	border-color: var(--site_color);
}

.am-btn-warning.am-disabled,
.am-btn-warning[disabled],
fieldset[disabled] .am-btn-warning,
.am-btn-warning.am-disabled:hover,
.am-btn-warning[disabled]:hover,
fieldset[disabled] .am-btn-warning:hover,
.am-btn-warning.am-disabled:focus,
.am-btn-warning[disabled]:focus,
fieldset[disabled] .am-btn-warning:focus,
.am-btn-warning.am-disabled:active,
.am-btn-warning[disabled]:active,
fieldset[disabled] .am-btn-warning:active,
.am-btn-warning.am-disabled.am-active,
.am-btn-warning[disabled].am-active,
fieldset[disabled] .am-btn-warning.am-active {
	background-color: #ffe5be;
	border-color: #ffe5be;
}

.am-btn-warning:active,
.am-btn-warning.am-active,
.am-dropdown.am-active .am-btn-warning.am-dropdown-toggle {
	background-image: none;
	background-color: #F37B1D;
}

.am-pagination>.am-active>a,
.am-pagination>.am-active>a:hover {
	background-color: var(--site_color);
	border-color: var(--site_color);
	color: #ffffff !important;
}

.am-popup-bd {
	padding: 5px;
	background: none;
}

.am-badge {
	padding: 0.25em 0.5em;
}

/**
 * 主导航
 */
.shop-navigation {
	margin: 0px;
	/* min-height: 100%; */
	border-bottom: 0px solid #A9853C;
}

.shop-navigation .am-container {
	position: relative;
}

.shop-navigation .am-nav>li {
	white-space: nowrap;
}

.shop-navigation .am-nav>li>a {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	vertical-align: middle;
}

.shop-navigation .am-nav>li>a:hover,
.shop-navigation .am-nav>li>a:focus {
	background-color: transparent;
	color: #d2354c;
}

.shop-navigation .wap-logo {
	max-width: 100px;
	max-height: 45px;
	padding: 5px;
	line-height: 30px;
}

.shop-navigation .wap-logo img {
	max-width: 100%;
}

@media only screen and (min-width: 751px) {
	.shop-navigation {
		background: transparent;
		padding: 0 5px;
	}

	.shop-navigation .am-topbar-nav>li>a {
		line-height: 40px;
	}

	.shop-navigation .am-topbar-nav>li>a:hover:after {
		border-bottom-color: #A9853C;
	}

	.shop-navigation .am-topbar-collapse {
		margin-left: 150px;
	}
}

@media only screen and (min-width: 1025px) {
	.shop-navigation {
		padding: 0;
	}

	.shop-navigation .am-container {
		padding-left: 10%;
	}

	.shop-navigation .am-topbar-collapse {
		margin-left: 0;
	}

	.pclogo {
		width: 250px;
		margin-top: -10px;
	}
}

@media only screen and (min-width: 1260px) {
	.shop-navigation .am-container {
		padding-left: 180px;
	}
}

@media only screen and (max-width:1025px) {
	.shop-navigation {
		margin-top: 20px;
	}

	.shop-navigation .am-topbar-nav {
		width: 300%;
	}

	.pclogo {
		width: 180px;
		margin-top: -10px;
	}
}

@media only screen and (max-width:750px) {
	.shop-navigation {
		margin-top: 0;
		background: #f3f3f3;
	}

	.shop-navigation .am-topbar-collapse {
		background: #eee;
	}

	.shop-navigation .am-nav>li:not(:last-child) {
		border-bottom: 1px solid #e8e8e8;
	}

	.shop-navigation .am-topbar-collapse .am-dropdown.am-active .am-dropdown-content li:not(:first-child) {
		border-top: 1px solid #f5f5f5;
	}

	.shop-navigation .am-nav>li>a {
		padding: 5px 0px;
	}

	.shop-navigation .am-topbar-nav {
		margin-bottom: 0;
	}

	.shop-navigation .navigation-search {
		display: -webkit-box !important;
		margin-top: 8px;
		width: calc(100% - 160px);
	}

	.shop-navigation .navigation-search input {
		border-color: #d2354c;
	}

	.shop-navigation .navigation-search .am-btn,
	.shop-navigation .switch-submit {
		color: #fff !important;
		background-color: #d2354c;
		border-color: #d2354c;
	}
}

/* 用户 */
img.common-user-icon {
	max-height: 15px;
	vertical-align: middle;
}

/**
 * 用户中心左侧菜单
 */
.user-menu {
	position: fixed;
	z-index: 10;
	bottom: 180px;
	right: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
}

.user-sidebar {
	width: 145px;
	min-height: 100%;
	float: left;
}

.user-sidebar .am-active {
	z-index: 1600;
}

.user-sidebar .am-active a,
.user-sidebar-list li a:hover {
	background: #faf0db;
	text-decoration: none;
	color: #A9853C;
}

.user-sidebar-list li a,
.user-sidebar-list li .list-item {
	color: #5c5c5c;
	padding-left: 10px;
	padding: 0.8rem;
	font-size: 16px;
}

.user-sidebar-list li a>i,
.user-sidebar-list li .list-item>i {
	font-size: 16px;
}

.user-sidebar-list li:first-child {
	border-top: none;
}

.user-offcanvas-bar .am-list>li {
	border: 1px solid #faf0db;
	line-height: 30px;
	font-size: 16px
}

.user-sidebar-sub {
	margin-top: 0;
	margin-bottom: 0;
}

.user-sidebar-sub li {
	border-left: 0 !important;
	border-right: 0 !important;
}

.user-sidebar-sub li a,
.user-sidebar-list li .vl2 {
	padding-left: 35px;
}

.user-content {
	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;
	background: #fff;
}

.user-offcanvas-bar {
	z-index: 900;
}

.user-offcanvas-bar {
	z-index: 900;
}

@media only screen and (min-width:751px) {
	.user-sidebar {
		display: block;
		position: relative;
		background: none;
		border-top: 5px solid #A9853C;
		z-index: 0;
	}

	.user-offcanvas-bar {
		position: static;
		width: auto;
		background: none;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		overflow-y: hidden;
	}

	.user-offcanvas-bar:after {
		content: none;
	}

	.user-main {
		padding: 0 5px;
	}

	.user-content-body {
		padding: 0 0 5px 10px;
	}
}

@media only screen and (min-width: 1025px) {
	.user-main {
		padding: 0;
	}
}

@media only screen and (max-width:750px) {
	.user-sidebar {
		width: inherit;
	}

	.user-offcanvas-bar {
		background: #f3f3f3;
	}

	.user-offcanvas-bar:after {
		background: #BABABA;
	}

	.user-sidebar-list a:hover,
	.user-sidebar-list a:active {
		-webkit-transition: background-color .3s ease;
		-moz-transition: background-color .3s ease;
		-ms-transition: background-color .3s ease;
		-o-transition: background-color .3s ease;
		transition: background-color .3s ease;
		background: #E4E4E4;
	}

	.user-content-body {
		padding: 0 5px 5px 5px;
	}
}

.user-main {
	padding-top: 30px;
}

.more-icon-rotate {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

button {
	outline: none !important;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #fff1f5;
	color: #A9853C;
}

/**
 * 公共头像样式
 */
.common-cropper-popup .cropper-images-view,
.common-cropper-popup .img-preview,
.common-cropper-popup .submit-operation {
	overflow: hidden;
}

.common-cropper-popup .img-container {
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
}

.common-cropper-popup .cropper-input-images-submit {
	width: 104px;
	margin: 0px 5px 0px 2px;
	height: 32px;
}

.common-cropper-popup .preview-lg {
	width: 180px;
	height: 180px;
}

.common-cropper-popup .preview-md {
	width: 100px;
	height: 100px;
}

.common-cropper-popup .preview-sm {
	width: 50px;
	height: 50px;
}

.common-cropper-popup .img-preview {
	margin-left: 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}

.common-cropper-popup .cropper-container,
.cropper-input-images-submit {
	border-radius: 2px;
}

.common-cropper-popup .am-form-file input[type="file"] {
	margin-top: 0;
}

.common-cropper-popup .am-form-group {
	width: auto;
}

.common-cropper-popup form.am-form .am-form-group-refreshing {
	padding: 0 !important;
}

@media only screen and (max-width:750px) {
	.common-cropper-popup .img-preview {
		margin-left: 10px;
	}

	.common-cropper-popup .preview-md,
	.common-cropper-popup .preview-sm {
		margin: 0 0 5px 8px;
	}

	.common-cropper-popup .preview-md {
		width: 90px;
		height: 90px;
	}

	.common-cropper-popup .preview-sm {
		width: 50px;
		height: 50px;
	}
}

/**
 * 公共
 */
legend {
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5;
}

legend .legend-title {
	font-size: 14px;
}

legend a {
	color: #A9853C;
}

.items-value-empty {
	color: #999;
}

/**
 * mini环境中
 */
body.mini-app-env .user-main {
	padding-top: 5px;
}

body.mini-app-env .user-center {
	padding-top: 0;
}

/* flex布局 */
/*display*/
.display_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex_important {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

.display_inline-flex {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.display_inline-flex>* {
	display: block;
}

/*伸缩流方向*/
.flex-direction_column {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/*主轴对齐*/
.justify-content_flex-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.justify-content_flex-end {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.justify-content_flex-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/*侧轴对齐*/
.align-items_flex-start {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.align-items_flex-end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.align-items_center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* -webkit-align-items: center; */
	/* align-items: center; */
}

.align-items_baseline {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

/*伸缩性*/
.flex_auto {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	-webkit-flex: auto;
	flex: auto;
}

.flex_1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.flex_5 {
	width: 5;
	-webkit-box-flex: 5;
	-ms-flex: 5;
	-webkit-flex: 5;
	flex: 5;
}

.flex_2 {
	width: 2;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	-webkit-flex: 2;
	flex: 2;
}

.flex_3 {
	width: 3;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	-webkit-flex: 3;
	flex: 3;
}

.flex_4 {
	width: 4;
	-webkit-box-flex: 4;
	-ms-flex: 4;
	-webkit-flex: 4;
	flex: 4;
}

@media only screen and (min-width: 751px) {
	.am-footer-default .am-footer-miscs p {
		color: #b1b1b1;
		display: block;
	}

	.am-footer-default .am-footer-miscs p .line {
		margin: 0 4px;
	}

	.am-footer-default .am-footer-miscs p:last-child {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:750px) {
	.am-topbar-form {
		display: inherit !important;
	}

	.am-topbar .am-topbar-form {
		display: none !important;
	}
}

.am-topbar .am-topbar-form {
	display: none !important;
}