@charset "utf-8";

body {
	font-family: "Microsoft YaHei", "arial";
	line-height: 1.7em;
	color: #333;
	overflow-x: hidden;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}


#zoom .previous {
	left: 2%;
}

#zoom .next {
	right: 2%;
}

.container {
	width: calc(100% - 40px);
	margin: 0 auto;
}


/**首页盒子**/
.cont-container {
	position: relative;
	width: 100%;
	right: 0;
	transition: .5s;
}

.cont-container.show {
	right: 190px;
}

.cont-container-bg {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	left: 0;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 100;
	transition: .5s;
}

.cont-container-bg.show {
	display: block;
}


/**头部**/
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 15px;
	top: 0;
	z-index: 9999;
}

.home i {
	color: var(--col2);
	font-size: 1.5rem;
}

header .logo {
	display: block;
	height: 4rem;
	width: auto;
}

.menu_btn {
	display: block;
	text-align: center;
}

.menu_btn i {
	color: var(--col2);
	font-size: 2rem;
}


/***头部导航***/
.nav-box {
	position: fixed;
	right: -190px;
	top: 0;
	width: 190px;
	height: 100%;
	overflow-y: auto;
	background-color: var(--col2);
	z-index: 111;
	transition: .5s;
}

.nav-box.show {
	right: 0px;
}

.nav-box>ul>li>p {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	font-size: 0.9rem;
	font-family: "microsoft yahei";
	background-color: var(--col2);
	border-left: 5px solid var(--col1);
	padding-left: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	color: #fff;
}

.nav-box>ul>li>p a {
	color: #fff;
}

.nav-box>ul>li>p.show {
	background-color: var(--col4);
	border-left: 5px solid var(--col3);
	border-bottom-color: rgba(255, 255, 255, .2);
}

.nav-box>ul>li.index {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav-box .find-nav-box li {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.nav-box .find-nav-box li>a {
	padding-left: 2em;
	padding-right: 1em;
	background-color: var(--col4);
	line-height: 2.5em;
	font-size: .8rem;
	color: #fff;
	display: block;

}


.nav-box>ul>li>p i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 100%;
	text-align: center;
	padding: 0;
}


.nav-box>ul>li:first-child {
	position: relative;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-box>ul>li.index .iconfont {
	color: #fff;
	font-size: 1.2rem;
}

.nav-box>ul>li .iconfont {
	color: #fff;
	font-size: 1.5rem;
}

.nav-box>ul>li.index a {
	border: none;
	height: 60px;
	line-height: 60px;
	font-size: 1rem;
	background: none;
	color: #fff;
	margin-left: 5px;
}



/* 底部样式 */
footer {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	line-height: 2em;
	font-size: .8rem;
	text-align: center;
	padding: 2rem 0 1rem;
}

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer .logo {
	display: block;
	margin: 0 auto 15px;
	width: 30%;
}

footer .container {
	position: relative;
}



/* 图片标题 */
.img-bt {
	display: block;
	height: 2.4rem;
	margin: 0 auto 20px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}



/* 按钮 */
.moreBtn {
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background: var(--col2) url('../img/icon-btn.png') no-repeat center center / 100%;
	display: block;
	cursor: pointer;
	margin: 20px auto 0;
}

.moreBtn.hover,
.moreBtn:hover {
	background-color: var(--col1);
}

/***分页***/
.pagebox {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 2rem;
}

.pagelist {
	background: var(--col2);
	padding: 10px;
	display: flex;
	justify-content: center;
	font-size: .7rem;
	text-align: center;
	position: relative;
	z-index: 2;
}

.pagelist li>* {
	color: #fff;
	margin: 0 2px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #fff;
}

.pagelist li:nth-child(1)>*,
.pagelist li:nth-child(2)>*,
.pagelist li:nth-last-child(2)>*,
.pagelist li:last-child>* {
	width: 5em;
}

.pagelist li>a {
	display: block;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}

.pagelist strong {
	margin: 0 5px;
	font-weight: normal;
}

.pagelist .thisclass {
	width: 50vw;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: solid 1px #fff;
}

.pagelist li .current,
.pagelist li .disabled {
	background: #fff;
	border: none;
	color: var(--col2);
}


.pagelist li a[href]:hover {
	color: #fff;
}

.pagelist li.active a {
	color: var(--col2);
}


/* 上一页 下一页 */
.prenext {
	font-size: .8rem;
	line-height: 2em;
	color: #333;
	position: relative;
	margin: 2em auto 0;
	border-top: solid 1px #ccc;
	padding-top: 2em;
}

.prenext .return {
	display: block;
	width: 6em;
	text-align: center;
	font-size: 1rem;
	color: var(--col2);
	font-weight: bold;
	line-height: 1.5em;
	border-left: solid 3px var(--col2);
	border-right: solid 3px var(--col2);
	margin-bottom: 10px;
}

.prenext a {
	color: #333;
}

.prenext a:hover {
	color: var(--col2);
}



/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	width: 100%;
	left: -40px;
	top: 0;
	z-index: 1;
	position: relative;
	float: left;
	overflow: hidden;
}




.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-width: 90vw;
	max-height: 60vh;
	border: solid 5px #fff;
}

.showImg .bg {
	background: rgba(0, 0, 0, .7);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}