* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.oppein {
	background-color: #ffffff;
}

.oppein_nav {
	font-size: 0.3rem;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0.88rem;
	position: relative;
	background-color: #ffffff;
}

.return_opin {
	padding: 0 0.3rem;
	height: 0.88rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.return_opin img {
	width: 0.2rem;
}

.oppein {
	flex: 1;
	overflow: auto;
}

.oppein_head {
	padding: 0.3rem 0.3rem 0.1rem;
	display: flex;
	background-color: #ffffff;
}

.open_img {
	width: 1rem;
	margin-right: 0.2rem;
}

.open_title {
	flex: 1;
	font-size: 0.28rem;
	color: #a0a0a0;
}

.open_title h2 {
	font-size: 0.32rem;
	color: #333333;
	margin-bottom: 0.1rem;
}

/* 放大弹窗 */
.mantle {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-user-drag: none;
	/* display: none; */
	overflow: auto;
	padding: 1rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	z-index: -5;
}

.mantleto {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.pinch-zoom-container {
	height: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto !important;
}

.gbsx {
	width: 0.5rem;
	position: fixed;
	right: 0.3rem;
	top: 0.3rem;
	font-size: 0.3rem;
	color: #ffffff;
}

.nav_list {
	width: 0.6rem;
	margin-right: 0.22rem;
}

.nav_ri {
	flex: 1;
}

.oppein {
	flex: 1;
	overflow: auto;
	font-size: 0.28rem;
	padding: 0 0.3rem 0.5rem;
	line-height: 0.5rem;
}

.oppein h2 {
	font-size: 0.3rem;
	padding: 0.2rem 0 0.1rem;
}

.open_title p {
	text-indent: 0;
}

p {
	text-indent: 1em;
}

.popup {
	background-color: rgba(0, 0, 0, .5);
	padding: 0.3rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
}

#popup_swiper {
	width: 100%;
	height: 100%;
}

.popup_img {
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 1000px) {
    body{
    	width: 1200px;
			margin: 0 auto;
    }
		.mantle{
			width: 1200px;
			right: 0;
			margin: auto;
		}
		.gbsx{
			position: absolute;
			right: 0.3rem;
			top: 0.3rem;
		}
}
