:root {
	--font_color: #fff;
	--font_color2: #999;
	--font_color3: #ccc;
	--bg_color: #fff;
	--blue_color: #307AF2;
	--blue_hover_color: #0662F6;
	--blue_click_color: #4B8FFF;
	--blue_disable_color: #ACCAFA;
	--blue_bk_color: #EAF1FD;
	--black_color: #171719;
	--black_color2: #28282B;
	--black_color3: #353538;
	--black_color4: #49494C;
	--black_color5: #57575A;
	--yellow_color: #F7B500;
	--yellow_hover_color: #F7A100;
	--yellow_click_color: #F0C13F;
	--yellow_disable_color: #FCE199;
	--yellow_bk_color: #FEF7E5;
	--orange_color: #3D65B3;
	--orange_hover_color: #FF4A00;
	--stred_color: #E02020;
	--stred_hover_color: #C30000;
	--border_radius: 6px;
	--scrollbar_width: 4px;
	--scrollbar_thumb: rgba(255, 255, 255, .1)
}

:not(input, textarea, .contenteditable) {
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-o-user-select: none;
	user-select: none
}

body,
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
	color: var(--font_color);
	background-color: #383838
}

.events-none {
	pointer-events: none
}

.events-auto {
	pointer-events: auto
}

.opacity0 {
	opacity: 0 !important
}

.bk-cover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.bk-contain {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.pos-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1
}

body .layui-laydate-header i {
	font-size: 14px
}

body .viewer-footer {
	bottom: 12px
}

body .amap-copyright,
body .amap-logo {
	display: none !important
}

body .viewer-container {
	z-index: 99999999 !important
}

body .viewer-container .viewer-close {
	background-color: var(--blue_color)
}

body .viewer-button:focus,
body .viewer-button:hover {
	background-color: var(--blue_color)
}

body .viewer-button:before {
	transition: all 1.5s
}

body .viewer-button:hover:before {
	transform: rotate(180deg)
}

body .swiper-scrollbar {
	background: rgba(0, 0, 0, .1)
}

body .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, .3)
}

body .swiper-container-vertical>.swiper-scrollbar {
	width: 3px
}

body .swiper-container-horizontal>.swiper-scrollbar {
	height: 3px
}

.zl-scrollBarBox {
	height: 100%;
	position: absolute;
	opacity: 0
}

.zl-scrollBar {
	position: absolute;
	left: 0;
	top: 0;
	background: var(--scrollbar_thumb);
	transition: background .3s
}

.zl-scrollBar.zl-verticalBar {
	min-height: 10px
}

.zl-scrollBar.zl-horizontalBar {
	min-width: 10px
}

.zl-scrollContentDiv {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	top: 0;
	left: 0
}

.scrollbarr {
	padding-right: 0 !important
}

.scrollbarr .zl-scrollBarBox {
	right: 2.5px !important
}

.scrollbar:hover .zl-scrollBarBox,
.scrollbarr:hover .zl-scrollBarBox {
	opacity: 1
}

.trpm-btn.btn {
	background-color: #f4f7fb;
	color: #333
}

.trpm-btn.btn2 {
	background-color: var(--blue_color)
}

.ck {
	display: flex;
	align-items: center;
	cursor: pointer
}

.ck .lab {
	margin: 0;
	margin-left: 6px
}

.ck.on .trpm-iconfont,
.ck:hover .trpm-iconfont {
	color: var(--orange_color)
}

.ck.on .checkbox::before {
	content: "\e755"
}

.ck.on .radio::before {
	content: "\e6bd"
}

.page {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 1.2rem
}

.l_screen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh
}

.h_screen {
	position: absolute;
	top: 0;
	left: 100vw;
	width: 100vh;
	height: 100vw;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

body.h_screen {
	max-width: 100vh
}

.IOS.h_screen {
	-webkit-transform: rotate(89.99999deg);
	-moz-transform: rotate(89.99999deg);
	-ms-transform: rotate(89.99999deg);
	transform: rotate(89.99999deg)
}

.h_screen .layer-anim-00 {
	-webkit-animation-name: layer-bounceIn2;
	animation-name: layer-bounceIn2
}

.view-box {
	position: relative;
	z-index: 1;
	flex: 1;
	overflow: hidden;
	transition: all 1s
}

.view-box .canvas-box {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.page .main-plane {
	opacity: 0
}

.trpm-msg {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 1
}

.trpm-msg .bk {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: transparent
}

.trpm-msg .info {
	padding: 4px 12px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: var(--border_radius)
}

.trpm-msg .load .icon {
	width: 40px
}

.trpm-msg.trpm-msgTitle {
	align-items: start
}

.trpm-msg.trpm-msgTitle .m {
	margin-top: 27%
}

.trpm-msg.trpm-msgTitle .info {
	background-color: transparent;
	font-size: 16px
}

.trpm-tips.fixed {
	--trpm-tips_bk: rgba(0, 0, 0, 0.4);
	color: #fff;
	border-radius: var(--border_radius)
}

.trpm-tips.tips3 {
	transform: scale(0);
	transition: .2s transform
}

.trpm-tips.tips3_anim {
	transform: scale(1)
}

.btn-group {
	display: flex;
	padding: 4px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px
}

.btn-group .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	overflow: hidden;
	padding: 6px 0;
	border-radius: 8px;
	font-size: 14px;
	cursor: pointer
}

.btn-group .btn:hover {
	background-color: var(--black_color5)
}

.btn-group .btn.on {
	background-color: #3D65B3
}

.sel-ul {
	position: relative
}

.sel-ul .name {
	display: flex;
	position: relative;
	z-index: 2;
	padding: 10px;
	background: rgba(0, 0, 0, .6);
	backdrop-filter: blur(10px);
	border-radius: 50%;
	cursor: pointer
}

.sel-ul .name:hover {
	background-color: rgba(0, 0, 0, .4)
}

.sel-ul .options {
	display: none;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	padding: 10px 0 48px 0;
	overflow: hidden;
	background: rgba(0, 0, 0, .6);
	backdrop-filter: blur(10px);
	border-radius: 23px
}

.sel-ul .option {
	cursor: pointer
}

.sel-ul .option .icon {
	width: 36px;
	height: 36px;
	padding: 10px;
	background-size: 20px 20px;
	border-radius: 50%
}

.sel-ul .option.on .icon,
.sel-ul .option:hover .icon {
	background-color: rgba(0, 0, 0, .4)
}

.logBtn {
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 100001;
	cursor: pointer
}

.printLog {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	width: 100%;
	height: 90%;
	overflow: hidden;
	overflow-y: auto;
	padding: 12px;
	background-color: rgba(0, 0, 0, .4);
	line-height: 22px;
	color: #fff;
	font-size: 1.2rem;
	word-break: break-all
}

body .popup {
	display: flex;
	flex-direction: column;
	padding: 0;
	border-radius: var(--border_radius);
	background-color: #fff;
	color: #333
}

.layui-layer-shade {
	cursor: pointer
}

body .popup .layui-layer-content {
	overflow: inherit
}

.popup .popup-main {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%
}

.popup .close {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 3;
	color: #333;
	cursor: pointer
}

.popup .close .trpm-iconfont {
	font-size: 1.2rem;
	transition: all 1.5s
}

.popup .close:hover .trpm-iconfont {
	transform: rotate(180deg)
}

.popup .popup-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 12px;
	font-size: 1.4rem
}

.popup .popup-title .ts {
	padding-left: 10px;
	color: #f7b500;
	font-size: 1.2rem
}

.popup .popup-m {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
	overflow: hidden;
	padding: 0 12px
}

.popup .popup-bm {
	display: flex;
	justify-content: right;
	padding: 14px 12px 12px 12px
}

.popup .popup-bm .trpm-btn {
	margin-left: 12px
}

.popup .popup-bm2 {
	margin-left: -12px
}

.popup .popup-bm2 .trpm-btn {
	flex: 1
}

.popup .filter {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px
}

.popup .search-cell {
	background-color: rgba(255, 255, 255, .2)
}

body .popup.skin2 {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px);
	color: #fff
}

.popup.skin2 .close {
	color: #fff
}

body .popup2 {
	background-color: transparent;
	color: var(--bg_color)
}

body .popup2 .layui-layer-content {
	cursor: pointer
}

.popup2 .close {
	right: 14px;
	top: 12px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: var(--blue_color)
}

.popup2 .close .trpm-iconfont {
	display: inline-block;
	font-size: 1.4rem
}

.popup2 .popup-m {
	flex: none;
	width: 90%;
	height: 90%;
	align-items: center;
	justify-content: center;
	padding: 0
}

.popup3 .close {
	display: flex;
	right: -28px;
	top: -17px;
	padding: 6px;
	border-radius: 50%;
	color: #fff
}

.popup3 .close .trpm-iconfont {
	font-size: 1.4rem
}

.popup3 .popup-m {
	padding: 0
}

.h_screen .layui-layer {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important
}

.popup_eye {
	pointer-events: none
}

.popup_eye .close {
	pointer-events: auto
}

.popup_eye .back {
	position: absolute;
	left: -6px;
	top: 5%;
	z-index: 999999999 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 36px;
	line-height: 36px;
	background: #3D65B3;
	border-radius: 0 18px 18px 0;
	color: #fff;
	cursor: pointer;
	pointer-events: auto
}

.popup_eye .back .trpm-iconfont {
	font-size: 1.2rem;
	margin-right: 4px
}

.popup_eye .eye-box {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	border-radius: var(--border_radius);
	word-break: break-all;
	cursor: auto
}

.popup_eye .eye-box .img {
	display: block;
	max-width: 100%;
	vertical-align: middle
}

.popup_eye .eye-box .video {
	width: 100%;
	max-height: 100%
}

.popup_eye .eye-box .iframe {
	width: 100%;
	height: 100%;
	border: none
}

.popup_eye .swiper-pagination-bullet-active {
	background: #3D65B3
}

.popup_eye .jump {
	padding-top: 16px;
	pointer-events: auto
}

.popup_eye .jump .jump-btn {
	padding: 0 62px;
	height: 40px;
	line-height: 40px;
	background: #3D65B3;
	border-radius: 8px
}

.popup_eye2 {
	background-color: transparent;
	color: #fff;
	backdrop-filter: blur(10px);
	pointer-events: auto;
	transition: transform .5s
}

.popup_eye2:hover {
	transform: none
}

.popup_eye2 .popup-main {
	justify-content: center
}

.popup_eye2 .close {
	right: 12px;
	top: 12px
}

.popup_eye2 .close .trpm-iconfont {
	font-size: 1.6rem
}

.popup_eye2 .popup-title {
	font-size: 1.6rem;
	padding: 14px 14px 10px 14px
}

.popup_eye2 .popup-m {
	padding: 0 14px 15px 14px
}

.popup_eye2 .jump {
	padding-top: 12px
}

.popup_eye2 .jump .jump-btn {
	padding: 0 32px;
	height: 32px;
	line-height: 32px
}

.popup_eye3 {
	background-color: transparent;
	color: #fff;
	backdrop-filter: blur(10px);
	pointer-events: auto;
	transition: transform .5s
}

.popup_eye3:hover {
	transform: none
}

.popup_eye3 .popup-main {
	justify-content: center
}

.popup_eye3 .close {
	right: -57px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%
}

.popup_eye3 .close .trpm-iconfont {
	font-size: 1.7rem
}

.popup_eye3 .popup-title {
	font-size: 1.6rem;
	padding: 20px
}

.popup_eye3 .popup-m {
	padding: 0 20px 20px 20px
}

.popup_eye3 .jump .jump-btn {
	padding: 0 36px;
	height: 34px;
	line-height: 34px
}

.popup_eye4.popup {
	background-color: transparent;
	box-shadow: none;
	backdrop-filter: blur(0)
}

.popup_eye4 .close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, .3);
	border-radius: 50%
}

.popup_eye4 .close .trpm-iconfont {
	color: #fff;
	font-size: 12px
}

.popup_eye4 .popup-title {
	display: none
}

.popup_eye4 .popup-m {
	padding: 0
}

.popup_eye_cls {
	transform: perspective(700px) rotateY(-20deg)
}

.popup_eye_cls2 {
	transform: perspective(700px) rotateY(20deg)
}

.popup_eye.popup_fullscreen .popup-m {
	width: 100%;
	height: 100%
}

.popup_eye.popup_fullscreen .eye-box {
	border-radius: 0
}

.popup_eye.popup_fullscreen .jump {
	position: absolute;
	bottom: 20px
}

.popup_eye.popup_img .popup-main .img {
	opacity: 0
}

.popup_eye.popup_img .viewer-img {
	pointer-events: auto
}

.popup_eye.popup_img .jump {
	position: relative;
	z-index: 2000
}

.popup_eye.popup_img2 .img-box,
.popup_eye.popup_img3 .img-box {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.popup_eye.popup_img2 .img,
.popup_eye.popup_img3 .img {
	max-width: fit-content
}

.popup_eye.popup_map .eye-box {
	overflow: hidden
}

.popup_eye.popup_txt .eye-box {
	font-size: 1.4rem
}

.popup_eye.popup_txt .eye-box .tl {
	font-size: 1.8rem;
	margin-bottom: 28px
}

.popup_eye.popup_txt .eye-box .info {
	flex: 1;
	overflow: auto;
	white-space: initial
}

.popup_eye.popup_txt2 .eye-box,
.popup_eye.popup_txt3 .eye-box {
	align-items: start;
	justify-content: start;
	overflow-y: auto
}

.popup_eye.popup_audio {
	background-color: transparent;
	box-shadow: none
}

.popup_eye.popup_audio .audio-d {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 12px;
	background: rgba(0, 0, 0, .6);
	border-radius: 24px;
	border: 2px solid rgba(0, 0, 0, .4);
	background-clip: padding-box;
	cursor: pointer;
	pointer-events: auto
}

.popup_eye.popup_audio .audio-d .audio {
	display: none
}

.popup_eye.popup_audio .audio-d .icon {
	width: 26px;
	height: 26px;
	overflow: hidden
}

.popup_eye.popup_audio .audio-d .icon .img-icon {
	max-width: 100%
}

.popup_eye.popup_audio .audio-d .icon .img-icon.anim {
	animation: audioicon 1s steps(6, end) .2s infinite normal
}

.popup_eye.popup_audio .audio-d .txt {
	margin-left: 6px;
	font-size: 16px;
	color: #fff
}

.popup_eye.popup_audio2 {
	backdrop-filter: blur(0)
}

.popup_eye.popup_audio2 .popup-m {
	padding: 0
}

.popup_eye.popup_audio2 .audio-d {
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(10px);
	border: none
}

@keyframes audioicon {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-100%)
	}
}

.popup_eye.popup_video2 .eye-box .video,
.popup_eye.popup_video3 .eye-box .video {
	height: 100%
}

.popup_eye.popup_video4 .eye-box .video {
	display: none;
	width: 100%;
	height: auto;
	max-height: unset
}

.popup_eye.popup_tel .popup-m {
	padding: 12px 24px 0 24px
}

.popup_eye.popup_tel .ul {
	width: 100%
}

.popup_eye.popup_tel .ul .li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	width: 100%;
	margin-bottom: 24px
}

.popup_eye.popup_tel .ul .lf {
	display: flex;
	flex: 1;
	align-items: center;
	overflow: hidden
}

.popup_eye.popup_tel .headImg {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	border-radius: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.popup_eye.popup_tel .info {
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.popup_eye.popup_tel .name,
.popup_eye.popup_tel .tel {
	flex: 1;
	width: 100%;
	overflow: hidden;
	font-size: 1.6rem
}

.popup_eye.popup_tel .tel {
	font-size: 1.4rem
}

.popup_eye.popup_tel .tel-btn {
	width: 42px;
	height: 42px;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer
}

.popup_eye.popup_tel .tel-btn:hover {
	background-color: var(--blue_color)
}

.popup_eye.popup_tel .tel-btn .trpm-iconfont {
	font-size: 2.4rem;
	color: #3D65B3
}

.popup_eye.popup_tel .tel-btn:hover .trpm-iconfont {
	color: #fff
}

.popup_eye.popup_tel2 .popup-m {
	padding: 0 12px 0 12px
}

.popup_eye.popup_tel2 .ul .li {
	margin-bottom: 12px
}

.popup_eye.popup_tel2 .headImg {
	width: 36px;
	height: 36px
}

.popup_eye.popup_tel2 .name {
	font-size: 1.4rem
}

.popup_eye.popup_tel2 .tel {
	font-size: 1.2rem
}

.popup_eye.popup_tel2 .tel-btn {
	width: 34px;
	height: 34px
}

.popup_eye.popup_tel2 .tel-btn .trpm-iconfont {
	font-size: 1.6rem
}

.popup_eye.popup_imgbody {
	background-color: transparent;
	color: #fff
}

.popup_eye.popup_imgbody .popup-m {
	flex: none;
	padding: 0
}

.popup_eye.popup_imgbody .swiper-container {
	width: 100%;
	flex: 1
}

.popup_eye.popup_imgbody .swiper-wrapper {
	align-items: center
}

.popup_eye.popup_imgbody .slide-m {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.popup_eye.popup_imgbody .m {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%
}

.popup_eye.popup_imgbody .title {
	font-size: 2rem;
	padding: 24px 0;
	text-align: center
}

.popup_eye.popup_imgbody .desc {
	max-height: 200px;
	overflow-y: auto;
	font-size: 1.6rem;
	margin-top: 24px
}

.popup_eye.popup_imgbody .imgs {
	flex: 1;
	overflow: hidden;
	border-radius: 6px
}

.popup_eye.popup_imgbody .imgs .swiper-container {
	height: 100%
}

.popup_eye.popup_imgbody .imgs .img-d {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.popup_eye.popup_imgbody .next,
.popup_eye.popup_imgbody .prev {
	width: 60px;
	height: 60px;
	pointer-events: auto;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/jt_left.png)
}

.popup_eye.popup_imgbody .prev:hover {
	background-image: url(../img/jt_left_on.png)
}

.popup_eye.popup_imgbody .next {
	background-image: url(../img/jt_right.png)
}

.popup_eye.popup_imgbody .next:hover {
	background-image: url(../img/jt_right_on.png)
}

.popup_eye.popup_imgbody .prev1 {
	background-image: url(../img/jt_left2.png)
}

.popup_eye.popup_imgbody .prev1:hover {
	background-image: url(../img/jt_left2_on.png)
}

.popup_eye.popup_imgbody .next1 {
	background-image: url(../img/jt_right2.png)
}

.popup_eye.popup_imgbody .next1:hover {
	background-image: url(../img/jt_right2_on.png)
}

.popup_eye.popup_imgbody .next2,
.popup_eye.popup_imgbody .prev2 {
	position: static;
	width: 32px;
	height: 32px;
	margin: 0;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 50%;
	backdrop-filter: blur(9px);
	background-size: 30%;
	background-image: url(../img/jt.png)
}

.popup_eye.popup_imgbody .next2:hover,
.popup_eye.popup_imgbody .prev2:hover {
	background-image: url(../img/jt.png)
}

.popup_eye.popup_imgbody .next2 {
	transform: rotate(180deg)
}

.popup_eye.popup_imgbody .prevNext {
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	width: 94%;
	padding: 10px 0;
	pointer-events: none
}

.popup_eye.popup_imgbody .prevNext .next,
.popup_eye.popup_imgbody .prevNext .prev {
	position: initial;
	pointer-events: auto;
	margin: 0
}

.popup_eye.popup_imgbody .prevNext .swiper-button-disabled {
	opacity: .35
}

.popup_eye.popup_imgbody .pagination {
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}

.popup_eye.popup_imgbody .pagination .next2,
.popup_eye.popup_imgbody .pagination .prev2 {
	width: 32px;
	height: 32px
}

.popup_eye.popup_imgbody .pagination .swiper-pagination {
	position: static;
	display: block;
	max-width: 90%;
	overflow-y: auto;
	padding: 8px 1px 8px 11px;
	margin: 0 10px;
	background-color: rgba(0, 0, 0, .4);
	border-radius: 23px;
	backdrop-filter: blur(9px);
	white-space: nowrap
}

.popup_eye.popup_imgbody .pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	margin-top: 6px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 9px;
	transition: all .3s
}

.popup_eye.popup_imgbody .pagination .swiper-pagination-bullet-active {
	width: 30px;
	background-color: #fff
}

.popup_eye.popup_imgbody .music {
	position: absolute;
	right: 14%;
	top: 8%;
	z-index: 2;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../img/music_stop.png);
	cursor: pointer;
	pointer-events: auto
}

.popup_eye.popup_imgbody .music.on {
	background-image: url(../img/music_play.gif)
}

.popup_eye.popup_imgbody .audio-d {
	display: block;
	width: 80%;
	margin-top: 24px
}

.popup_eye.popup_imgbody .audio {
	width: 100%;
	height: 30px;
	background-color: rgba(0, 0, 0, .5)
}

.popup_eye.popup_imgbody .viewer-backdrop {
	background-color: transparent
}

.popup_eye.popup_imgbody .viewer-fullscreen {
	display: none
}

.popup_eye.popup_imgbody .viewer-footer {
	bottom: 60px
}

.popup_eye.popup_imgbody2 {
	backdrop-filter: blur(0)
}

.popup_eye.popup_imgbody2 .close {
	right: 12px;
	top: 12px
}

.popup_eye.popup_imgbody2 .popup-m {
	width: 100%;
	height: 100%;
	padding: 15px 14px
}

.popup_eye.popup_imgbody2 .m {
	width: 100%
}

.popup_eye.popup_imgbody2 .title {
	font-size: 1.6rem;
	padding: 0 0 10px 0
}

.popup_eye.popup_imgbody2 .desc {
	font-size: 1.2rem;
	margin-top: 12px
}

.popup_eye.popup_imgbody2 .imgs {
	height: 170px
}

.popup_eye.popup_imgbody2 .next,
.popup_eye.popup_imgbody2 .prev {
	width: 40px;
	height: 40px
}

.popup_eye.popup_imgbody2 .prev1 {
	background-image: url(../img/jt_left.png)
}

.popup_eye.popup_imgbody2 .prev1:hover {
	background-image: url(../img/jt_left_on.png)
}

.popup_eye.popup_imgbody2 .next1 {
	background-image: url(../img/jt_right.png)
}

.popup_eye.popup_imgbody2 .next1:hover {
	background-image: url(../img/jt_right_on.png)
}

.popup_eye.popup_imgbody2 .prevNext {
	width: 86%
}

.popup_eye.popup_imgbody2 .music {
	right: 12px;
	top: 12px
}

.popup_eye.popup_imgbody3 .close {
	right: -57px;
	top: 0
}

.popup_eye.popup_imgbody4 {
	backdrop-filter: blur(10px)
}

.popup_eye.popup_imgbody4 .imgbodyList-box {
	width: 80%;
	height: 60%
}

.popup_eye.popup_imgbody4 .ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-height: 100%;
	margin-bottom: -20px;
	overflow: hidden;
	overflow-y: auto
}

.popup_eye.popup_imgbody4 .ul .li {
	width: calc(25% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center
}

.popup_eye.popup_imgbody4 .ul .li .trpm-img-d {
	width: 100%;
	background: rgba(255, 255, 255, .2);
	border-radius: 10px
}

.popup_eye.popup_imgbody4 .ul .li .trpm-img-d:after {
	padding-bottom: 62%
}

.popup_eye.popup_imgbody4 .ul .li .name {
	margin-top: 16px;
	font-size: 1.6rem
}

.popup_eye.popup_daolanLine .popup-m {
	padding: 0 10px 10px 10px;
	overflow: auto
}

.popup_eye.popup_daolanLine .ul {
	display: flex;
	flex-wrap: wrap
}

.popup_eye.popup_daolanLine .ul .li {
	width: 50%
}

.popup_eye.popup_daolanLine .ul .li-m {
	display: flex;
	margin: 0 10px 20px 10px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 10px;
	cursor: pointer
}

.popup_eye.popup_daolanLine .ul .li-m .lf {
	display: flex;
	flex: 1;
	padding: 12px 12px 12px 14px
}

.popup_eye.popup_daolanLine .ul .li-m .l {
	width: 56px;
	height: 56px;
	border-radius: 6px;
	background-color: rgba(255, 255, 255, .2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 70%
}

.popup_eye.popup_daolanLine .ul .li-m .c {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex: 1;
	padding-left: 14px;
	min-height: 60px
}

.popup_eye.popup_daolanLine .ul .li-m .c .perName {
	display: flex;
	justify-content: space-between
}

.popup_eye.popup_daolanLine .ul .li-m .c .perName .name {
	font-size: 1.4rem
}

.popup_eye.popup_daolanLine .ul .li-m .c .preBar {
	width: 100%;
	height: 8px;
	border-radius: 6px;
	background: linear-gradient(270deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, 0) 100%)
}

.popup_eye.popup_daolanLine .ul .li-m .c .preBar .bar {
	width: 50%;
	height: 8px;
	border-radius: 6px;
	background: linear-gradient(63deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.popup_eye.popup_daolanLine .ul .li-m .c .preVal {
	display: none;
	align-items: center
}

.popup_eye.popup_daolanLine .ul .li-m .c .preVal .icon {
	height: auto
}

.popup_eye.popup_daolanLine .ul .li-m .c .preVal .icon .trpm-iconfont {
	font-size: 1.3rem
}

.popup_eye.popup_daolanLine .ul .li-m .c .preVal .val {
	font-size: 1.2rem
}

.popup_eye.popup_daolanLine .ul .li-m .c .preVal.sta .icon .trpm-iconfont:before {
	content: "\e66d";
	color: #6dd400
}

.popup_eye.popup_daolanLine .ul .li-m .r {
	width: 72px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	background-image: url(../img/daolan-jt.png);
	cursor: pointer
}

.popup_eye.popup_daolanLine .ul .li-m .r.jt2 {
	background-image: url(../img/daolan-jt3.png)
}

.popup_option .close {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%
}

.popup_option .close .trpm-iconfont {
	font-size: 1.8rem
}

.popup_option .popup-m {
	flex: none;
	width: 80%;
	height: 80%;
	align-items: center;
	justify-content: center;
	padding: 0
}

.popup_option .option-box {
	width: 100%;
	max-height: 100%;
	overflow-y: auto
}

.popup_option .option-box .desc {
	padding: 0 14px 14px 14px;
	text-align: center
}

.popup_option .option-box .ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%
}

.popup_option .option-box .li {
	width: 25%;
	padding: 0 12px 24px 12px;
	font-size: 2.4rem
}

.popup_option .option-box .li-m {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 128px;
	border-radius: 20px;
	cursor: pointer
}

.popup_option .option-box .li .img {
	height: auto
}

.popup_option.popup_optionMoble .close {
	background-color: transparent
}

.popup_option.popup_optionMoble .popup-m {
	width: 90%
}

.popup_option.popup_optionMoble .option-box .li {
	width: 50%;
	padding: 0 10px 24px 10px;
	font-size: 1.6rem
}

.popup_option.popup_optionMoble .option-box .li-m {
	height: 72px
}

.popup_option.popup_option2 .option-box .ul {
	flex-direction: column
}

.popup_option.popup_option2 .option-box .li {
	width: 100%;
	max-width: 310px;
	padding: 0 10px 20px 10px;
	font-size: 1.6rem
}

.popup_option.popup_option2 .option-box .li-m {
	height: 48px;
	border-radius: 10px
}

.popup_option.popup_option2.popup_option2Moble .close {
	background-color: transparent
}

.popup_option.popup_option2.popup_option2Moble .popup-m {
	width: 90%
}

.popup_option3 {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 100;
	transform: translateX(-50%)
}

.popup_option3 .close {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer
}

.popup_option3 .close .trpm-iconfont {
	font-size: 1.3rem
}

.popup_option3 .close:hover .trpm-iconfont {
	transform: rotate(180deg)
}

.popup_option3 .option-box {
	position: relative;
	width: 200px;
	padding: 14px;
	border-radius: 12px
}

.popup_option3 .option-box .desc {
	padding: 0 0 14px 0;
	text-align: center
}

.popup_option3 .option-box .ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-height: 300px;
	overflow-y: auto
}

.popup_option3 .option-box .li {
	width: 100%;
	max-width: 310px;
	padding: 0 0 6px 0;
	font-size: 1.4rem
}

.popup_option3 .option-box .li:last-child {
	padding-bottom: 0
}

.popup_option3 .option-box .li-m {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 36px;
	border-radius: 10px;
	cursor: pointer
}

.popup_option3 .option-box .li .img {
	width: 100%;
	height: auto
}

.popup_npcAudio {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 200px;
	text-align: center
}

.popup_npcAudio .close {
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer
}

.popup_npcAudio .close .trpm-iconfont {
	font-size: 1.2rem
}

.popup_npcAudio .close:hover .trpm-iconfont {
	transform: rotate(180deg)
}

.popup_npcAudio .info {
	display: inline-block;
	max-width: 200px;
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 12px;
	border: 1px solid;
	border-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
	backdrop-filter: blur(10px)
}

body .popup_msg {
	border-radius: 20px
}

.popup_msg .leaveContain {
	padding: 30px
}

.popup_msg .leaveContain .close {
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer
}

.popup_msg .leaveContain .close:hover {
	opacity: .9
}

.popup_msg .leaveContain .header {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px
}

.popup_msg .leaveContain .submit-btn {
	width: 236px;
	height: 42px;
	background: #3D65B3;
	border-radius: 10px;
	text-align: center;
	line-height: 42px;
	cursor: pointer;
	font-size: 16px;
	margin-left: 72px;
	margin-top: 32px
}

.popup_msg .leaveContain .submit-btn:hover {
	opacity: .9
}

.popup_msg .leaveContain .form .lab {
	flex-shrink: 0;
	margin-right: 12px;
	width: 60px
}

.popup_msg .leaveContain .form input {
	height: 42px
}

.popup_msg .leaveContain .form .inp {
	background: rgba(246, 246, 246, .2);
	border-radius: 8px;
	padding: 12px;
	border: 1px solid transparent;
	width: 100%;
	color: #fff
}

.popup_msg .leaveContain .form .inp:focus {
	border-color: #307af2
}

.popup_msg .leaveContain .form .inp-item {
	align-items: center
}

.popup_msg .leaveContain .form .inp-item+.inp-item {
	margin-top: 20px
}

.popup_msg .leaveContain .form .note {
	align-self: flex-start;
	margin-top: 21px
}

.popup_msg .leaveContain .form textarea {
	height: 80px
}

.__M__ .popup_lmTips .popup-title {
	justify-content: center
}

.__M__ .popup_lmTips .popup-title>.trpm-flex-y {
	flex-direction: column
}

.__M__ .popup_lmTips .popup-title .icon {
	width: 30px;
	height: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 30px
}

.__M__ .popup_lmTips .popup-bm {
	flex-direction: column;
	padding-top: 20px
}

.popup_lmTpUrl .popup-title {
	padding: 20px 32px 24px 32px
}

.popup_lmTpUrl .close {
	top: 22px;
	right: 26px
}

.popup_lmTpUrl .popup-bm {
	padding-bottom: 32px
}

.popup_lmTpUrl .adrTP-box {
	padding: 0 20px
}

.popup_lmTpUrl .player {
	position: relative;
	width: 100%;
	height: 260px;
	background: #000;
	border-radius: 12px
}

.popup_lmTpUrl .iframe,
.popup_lmTpUrl .iframe-box {
	width: 100%;
	height: 100%;
	border: none
}

.popup_lmTpUrl .video-js {
	display: block;
	width: 100%;
	height: 100%
}

.popup_lmTpUrl .video-tips {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center
}

.popup_lmTpUrl .cell {
	margin-bottom: 20px
}

.popup_lmTpUrl .cell .lab {
	padding-bottom: 10px;
	font-size: 1.6rem
}

.popup_lmTpUrl .trpm-inp {
	width: 100%;
	height: 80px;
	padding: 10px;
	border: none;
	background: rgba(246, 246, 246, .2);
	border-radius: 8px;
	color: #fff
}

.popup_lmTpUrl .btn2 {
	width: 134px;
	height: 42px;
	line-height: 42px;
	background: #3D65B3;
	border-radius: 8px
}

@media screen and (max-width:768px) {
	.popup_eye.popup_imgbody .popup-m {
		width: 100%;
		height: 100%
	}

	.popup_eye.popup_imgbody .desc {
		padding: 0 20px;
		margin-top: 5px
	}

	.popup_eye.popup_imgbody4 .ul .li {
		width: calc(50% - 20px)
	}

	.popup_eye.popup_daolanLine .ul .li {
		width: 100%
	}

	.popup_eye.popup_daolanLine .ul .li-m {
		margin: 0 0 12px 0
	}

	.popup_eye.popup_daolanLine .ul .li-m .lf {
		padding: 10px
	}

	.popup_eye.popup_daolanLine .ul .li-m .r {
		width: 64px
	}
}

body .popup_confirm {
	background-color: var(--bg_color);
	border-radius: 12px
}

.popup_confirm .close {
	right: 20px;
	top: 20px
}

.popup_confirm .close .trpm-iconfont {
	font-size: 1.4rem
}

.popup_confirm .popup-title {
	padding: 20px 26px;
	font-size: 1.8rem;
	font-weight: 700
}

.popup_confirm .popup-title .icon {
	font-size: 20px;
	margin-right: 10px;
	color: #f7b500;
	font-weight: 400
}

.popup_confirm .popup-m {
	padding: 0 24px 32px 55px;
	font-size: 1.6rem
}

.popup_confirm .popup-bm {
	justify-content: space-between;
	align-items: center;
	padding: 0 24px 24px 24px;
	width: 100%
}

.popup_confirm .popup-bm .rg {
	display: flex;
	align-items: center
}

.popup_confirm .popup-bm .trpm-btn {
	padding: 5px 0;
	min-width: 86px
}

.__M__ .popup_confirm .popup-title {
	font-size: 1.6rem
}

.__M__ .popup_confirm .popup-m {
	font-size: 1.4rem
}

.__M__ .popup_confirm .popup-bm .trpm-btn {
	padding: 3px 0
}

.popup_confirm.skin2 .popup-bm .trpm-btn {
	color: #fff;
	background-color: rgba(255, 255, 255, .2)
}

.loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center
}

.loading .bk {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(4px);
	background-color: #000
}

.loading.nodrop .bk {
	backdrop-filter: none
}

.loading .m {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 80%;
	height: 80%;
	text-align: center
}

.loading .m .c {
	margin: 15%
}

.loading .m .loading-icon {
	position: relative;
	width: 620px;
	height: 183.6px;
	overflow: hidden;
	margin: 0 auto
}

.loading .m .loading-icon img {
	width: auto;
	height: auto;
	max-width: 100%
}

.loading .m .loading-icon img.am {
	width: 100%;
	max-height: none;
	animation: loading-animation 1.5s steps(9, end) .5s infinite normal;
	-webkit-animation: loading-animation 1.5s steps(9, end) .5s infinite normal
}

.loading .progress {
	position: relative;
	width: 620px;
	height: 6px;
	margin-top: 24px;
	background-color: rgba(216, 216, 216, .2);
	border-radius: var(--border_radius)
}

.loading .progress .per {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 1%;
	height: 100%;
	background-color: #3D65B3;
	border-radius: var(--border_radius)
}

.loading .progress .per.jieto {
	-webkit-animation: jieto 4s 0s forwards;
	animation: jieto 4s 0s forwards
}

.loading .loading-txt {
	margin-top: 24px
}

.loading .loading-tl {
	margin-top: 24px;
	font-size: 2.4rem
}

.loading .loading-desc {
	width: 100%;
	margin-top: 24px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 26px
}

@-webkit-keyframes jieto {
	from {
		width: 70%
	}

	to {
		width: 99.99%
	}
}

@keyframes jieto {
	from {
		width: 70%
	}

	to {
		width: 99.99%
	}
}

.parisegif {
	position: fixed;
	width: 120px
}

.canvas-box .zone {
	z-index: 0 !important
}

@keyframes loading-animation {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes loading-animation {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-100%)
	}
}

@media screen and (max-width:768px) {
	.loading .progress {
		width: 300px
	}

	.loading .loading-tl {
		font-size: 2rem
	}

	.loading .loading-desc {
		font-size: 1.4rem;
		line-height: normal
	}
}

.main-plane>* {
	transition: all .3s ease-in-out
}

.temp-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	pointer-events: none
}

.temp-box>canvas,
.temp-box>img {
	min-width: 400px;
	height: 200px
}

.advertisementBody {
	z-index: 10
}

.h_screen .viewer-canvas>img {
	margin: 15px auto !important;
	transform: translate(-50%, -50%) !important;
	left: 50%;
	top: 50%
}

.h_screen .popup_eye.popup_imgbody .imgs {
	height: calc(100% - 68px)
}

.h_screen .loading .m {
	height: 94%
}

.h_screen .loading .loading-tl {
	margin-top: 12px
}

.h_screen .loading .loading-tl {
	font-size: 16px
}

.h_screen .loading .progress {
	margin-top: 14px
}

.h_screen .loading .m .loading-icon {
	width: 250px;
	height: 100px
}

.h_screen .loading .loading-desc {
	max-height: 122px;
	overflow-y: auto
}

@media (orientation:landscape) {
	.__M__ .popup_eye.popup_imgbody .imgs {
		height: calc(100% - 68px)
	}

	.__M__ .loading .m {
		height: 94%
	}

	.__M__ .loading .loading-tl {
		margin-top: 12px
	}

	.__M__ .loading .loading-tl {
		font-size: 16px
	}

	.__M__ .loading .progress {
		margin-top: 14px
	}

	.__M__ .loading .m .loading-icon {
		width: 250px;
		height: 100px
	}

	.__M__ .loading .loading-desc {
		max-height: 122px;
		overflow-y: auto
	}
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}