@charset "utf-8";

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	font-family: "Microsoft YaHei", "arial";
	position: relative;
}


/**宽度**/
.container {
	margin: 0 auto;
	transition: 0.5s;
	width: 100%;
	max-width: 1080px;
}



/* header */
header {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}

header>.container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

header .logo {
	display: block;
	height: 60px;
}

header .logo img {
	display: block;
	width: auto;
	height: 100%;
}

header nav {
	display: flex;
	align-items: center;
	font-size: 14px;
	width: 850px;
}

header nav div {
	position: relative;
	height: 80px;
}

header nav a {
	display: block;
	padding: 0 10px;
	color: #333;
}

header nav>div>a {
	line-height: 80px;
}

header nav a:hover,
header nav div.index>a {
	color: var(--col1);
}

.nav-find {
	position: absolute;
	top: calc(100% - 3px);
	left: 0;
	border-top: solid 3px var(--col1);
	width: 240px;
	z-index: 999;
	transition: .5s;
	display: none;
	justify-content: center;
	line-height: 2;
	background: #fff;
	padding: 20px 0;
}

header nav div:hover .nav-find {
	display: block;
}

.nav-find li {
	padding: 0 20px;
	line-height: 40px;
}

.nav-find li a {
	color: #666;
}

header .user-box {
	font-size: 12px;
	padding-left: 30px;
	border-left: solid 1px #ccc;
	position: absolute;
	right: 0;
}

header .user-box a {
	color: #333;
}

header .user-box a~a {
	margin-left: 10px;
}

header .user-box a:hover {
	color: var(--col1);
	opacity: .8;
}

/* 底部样式 */
footer {
	padding-top: 60px;
	color: #333;
	font-size: 14px;
	background: #f5f5f5;
}

footer a {
	color: #333;
}

footer a:hover {
	color: var(--col1);
}


footer .container {
	position: relative;
}


.footer-nav {
	display: flex;
	justify-content: space-between;
}

.footer-nav p {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 30px;
}

.footer-nav li {
	margin-bottom: 30px;
}

.footer-nav img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.footer-message {}

.footer-message input[type='text'] {
	display: block;
	background: #fff;
	width: 230px;
	border-radius: 5px;
	font-size: 14px;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 10px;
	margin-bottom: 15px;
}

.footer-message input[type='submit'] {
	display: block;
	text-align: center;
	background: var(--col1);
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
	height: 2.5em;
	line-height: 2.5em;
	width: 100%;
	cursor: pointer;
}

.copyright {
	text-align: center;
	font-size: 12px;
	line-height: 2;
	color: #999;
	padding: 30px 0;
}

.copyright a {}

.copyright span {
	width: 1px;
	height: 10px;
	background: #999;
	margin: 0 5px;
	display: inline-block;
}



/* 图片标题 */
.img-bt {
	display: block;
	height: 90px;
	margin: 0 auto 50px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}



/* 按钮 */
.moreBtn {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	background: var(--col2) url('../img/icon-btn.png') no-repeat center center / 100%;
	display: block;
	cursor: pointer;
	margin: 60px auto 0;
}

.moreBtn.hover,
.moreBtn:hover {
	background-color: var(--col1);
}

/***分页***/
.pagebox {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0 60px;
}

.pagelist {
	display: flex;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.pagelist li {
	color: #666;
	margin: 0 2px;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagelist li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	transition: 0.5s;
	cursor: not-allowed;
	width: 100%;
	height: 100%;
	border: solid 1px #ccc;
}

.pagelist strong {
	margin: 0 5px;
	font-weight: normal;
}

.pagelist .thisclass {
	width: 400px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	border: solid 1px #ccc;
}

.pagelist li.active {
	background: var(--col1);
	border: none;
}

.pagelist li a[href] {
	cursor: pointer;
}

.pagelist li a[href]:hover {
	color: var(--col1);
	border-color: var(--col1);
}


.pagelist li.active a {
	color: #fff;
	border: none;
}


/* 上一页 下一页 */
.prenext {
	font-size: 16px;
	line-height: 2em;
	color: #333;
	position: relative;
	margin: 3em auto 0;
	border-top: solid 1px #ccc;
	padding-top: 3em;
}

.prenext .return {
	display: block;
	width: 6em;
	text-align: center;
	font-size: 24px;
	color: var(--col2);
	font-weight: bold;
	line-height: 1.5em;
	border-left: solid 3px var(--col2);
	border-right: solid 3px var(--col2);
	margin-bottom: 15px;
}

.prenext a {
	color: #333;
}

.prenext a:hover {
	color: var(--col2);
}



/* 弹出层 */
#outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999999999999;
	width: 100%;
	height: 100%;
	display: none;
}

#outerdiv #innerdiv {
	left: 0 !important;
	top: 0% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

#outerdiv #innerdiv img {
	display: block;
	max-height: 90vh;
}


.showImg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	display: none;
}

.showImg.show {
	display: flex;
	align-items: center;
	justify-content: center;
}

.showImg .showImg-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.showImg .showImg-box img {
	display: block;
	max-height: 60vh;
	border: solid 5px #ccc;
}

.showImg .bg {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}