/** 公共 开始 */
body {
	min-width: 1520px;
	margin: 0;
	padding: 0;
	background-color: #ece7dc;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
header {
	height: 70px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/topbg.png');
	background-size: 100% 100%;
}
header > div {	
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	gap: 4.7%;
	margin: 0 auto;
	width: 1024px;
}
header > div a {
	color: #3D3D3D;
}
header > div .is-selected {
	color: #B7360B;
}
/** logo 开始 */
header > div a:nth-child(1) {
	display: flex;
	align-items: center;
	width: 18%;
}
header > div a:nth-child(1) img {
	width: 100%;
	height: 100%;
}
/** logo 结束 */

/* 自定义的输入框 - 开始 */
.zgg-input {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 0 7px 0 15px;
}

.zgg-input input {
	width: 110px;
	height: 28px;
	padding: 0;
	border: none;
	background-color: transparent;
}

.zgg-input input:focus {
	outline: none;
}

.zgg-input img {
	width: 16px;
	height: 16px;
}
/** 自定义输入框 - 结束 */
.el-breadcrumb-item {
	padding: 20px 0;
}
/*  */
.d-f-a-c{
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
/*  */
.m-t-20 {
	margin-top: 20px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-50 {
	margin-top: 50px !important;
}

.m-t-65 {
	margin-top: 65px;
}

.m-b-75 {
	margin-bottom: 75px;
}

/* 标题 */
.is-title .title-tp {
	margin: 0 auto;
	display: block;
	width: 200px;
	height: 10px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/title.png');
	background-size: 100% 100%;
}

/** 公共结束 */

aside {
	padding-bottom: 70px;
}

.pager-list {
	display: flex;
	justify-content: right;
	gap: 10px;
	padding: 20px 0;
}

.pager-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	padding: 5px;
	border-radius: 4px;
	cursor: pointer;
}

/* .pager-list span:hover {
	background-color: #ffffff;
} */

.pager-list .is-span {
	color: #ffffff;
	background-color: #B7360B;
}

.pager-list .is-disabled {
	cursor: not-allowed;
	color: #999999;
	background-color: #dcdfe6;
}

.card-title {
	color: #494949;
	font-size: 18px;
}

/* 分割线 */
.divider {
	width: 100%;
	height: 1px;
	opacity: 0.07;
	margin: 30px 0;
	background-color: #3D3D3D;
}

.view-404{
	margin: 0 auto;
	width: 665px;
	position: relative;
	text-align: center;
	min-height: 300px;
	> img {
		width: 100%;
		height: 100%;
	}
	&::before {
		position: absolute;
		top: 35%;
		right: 30%;
		display: block;
		content: "敬请期待...";
		color: #613F23;
		font-size: 30px;
		font-weight: 300;
	}
}


/* 微信扫码 开始 -- */
.is-model {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.is-model .model {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-color: #000;
}

.is-model .content {
	padding: 25px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	width: 245px;
	height: 275px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/ewm-bg.png');
	background-size: 100% 100%;
	opacity: 1;
	z-index: 9;
}

.is-model .content .title {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	height: 36px;
	border-radius: 21px;
	background-color: #FDDEC5;
}

.is-model .content .ewm {
	width: 70%;
	background: #FF9C4C;
	border-radius: 10px;
	aspect-ratio: 6 / 6 !important;
	> img {
		width: 100%;
		height: 100%;
	}
}

.is-model .content .subtitle {
	color: #ffffff;
}

.is-a-none {
	color: #a8abb2 !important;
	cursor: no-drop !important;
}

.is-c-click {
	-moz-user-select:none; /* Firefox私有属性 */
	- webkit -user-select:none; /* WebK IT 内核私有属性 */
	-ms-user-select:none; /* IE私有属性(IE10及以后) */
	-kht ML -user-select:none; /* KHTML内核私有属性 */
	-o-user-select:none; /*  opera 私有属性 */
	user-select:none; /* CSS3属性 */
}


.is-loading {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	width: calc(100% - 40px) !important;
	height: calc(100% - 40px) !important;
	background: hsla(0,0%,100%,.5) !important;
}
/*  */
.is-loading::before {
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/loading.png');
	background-repeat: no-repeat;
	background-size: cover;
	
	animation-name: rotate; /* 指定要应用的动画名称 */
	animation-duration: 2s;  /* 设置动画持续时间 */
	animation-iteration-count: infinite; /* 无限次重复动画 */
	animation-timing-function: linear; /* 线性变化速度函数 */
}
/*  */
.is-loading::after {
	position: absolute;
	padding-top: 50px;
	display: block;
	content: '加载中...';
	font-size: 14px;
	color: #999895;
}

/* 定义旋转动画 */
@keyframes rotate {
  0% { transform: rotate(0deg); } /* 初始状态为不旋转 */
  100% { transform: rotate(360deg); } /* 结束状态为完全旋转一周（360度）*/
}


footer > div:nth-child(1) {
	gap: 180px;
	height: 285px;
	display: flex;
	align-items: center;
	background: url('https://megiauction.oss-cn-beijing.aliyuncs.com/guanwang-image/bottom-bg.png');
	background-size: 100% 100%;
	> div {
		&:nth-child(1) {
			display: flex;
			align-items: center;
			justify-content: flex-end;
			max-width: calc(41% - 145px);
			flex: 0 0 calc(41% - 145px);
		}
		&:nth-child(2) {
			display: flex;
			gap: 40px;
			max-width: calc(59% - 35px);
			flex: 0 0 calc(59% - 35px);
			> div {
				display: flex;
				align-items: center;
				justify-content: center;
				width: 128px;
				height: 128px;
				border: 1px solid #4C3B26;
				border-radius: 30px;
				img {
				    flex: 1;
					max-width: 100%;
					max-height: 145%;
				}
			}
		}
	}
}

footer > div:nth-child(2) {
	height: 88px;
	margin-top: -3px;
	background-color: #853325;
}

footer > div:nth-child(2) > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	margin: 0 auto;
	height: 100%;
	color: #ECE7DC;
}

footer > div:nth-child(2) > div > div:nth-child(even) {
	width: 1px;
	height: 18%;
	background: #ECE7DC;
}
