.yj-carousel {
	position: relative
}

.yj-carousel--horizontal {
	overflow-x: hidden
}

.yj-carousel--vertical {
	overflow-y: hidden
}

.yj-carousel__container {
	position: relative;
	height: 300px
}

.yj-carousel__arrow {
	border: none;
	outline: 0;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 36px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50%;
	background-color: rgba(31, 45, 61, .11);
	color: #FFF;
	position: absolute;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 12px
}

.yj-carousel__arrow--left {
	left: 16px
}

.yj-carousel__arrow--right {
	right: 16px
}

.yj-carousel__arrow:hover {
	background-color: rgba(31, 45, 61, .23)
}

.yj-carousel__arrow i {
	cursor: pointer
}

.yj-carousel__indicators {
	position: absolute;
	width: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 2
}

.yj-carousel__indicators--horizontal {
	bottom: 0;
	left: 50%;
	text-align: right;
	padding: 0 50px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.yj-carousel__indicators--vertical {
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.yj-carousel__indicators--horizontal.yj-carousel__indicators--center {
	text-align: center;
}

.yj-carousel__indicators--outside {
	bottom: 26px;
	text-align: center;
	position: static;
	-webkit-transform: none;
	transform: none
}

.yj-carousel__indicators--outside .yj-carousel__indicator:hover button {
	opacity: .64
}

.yj-carousel__indicators--outside button {
	background-color: #C0C4CC;
	opacity: .24
}

.yj-carousel__indicators--labels {
	left: 0;
	right: 0;
	-webkit-transform: none;
	transform: none;
	text-align: center
}

.yj-carousel__indicators--labels .yj-carousel__button {
	height: auto;
	width: auto;
	padding: 2px 18px;
	font-size: 12px
}

.yj-carousel__indicators--labels .yj-carousel__indicator {
	padding: 6px 4px
}

.yj-carousel__indicator {
	background-color: transparent;
	cursor: pointer
}

.yj-carousel__indicator:hover button {
	opacity: .72
}

.yj-carousel__indicator--horizontal {
	display: inline-block;
	padding: 10px 4px
}

.yj-carousel__indicator--vertical {
	padding: 4px 10px
}

.yj-carousel__indicator--vertical .yj-carousel__button {
	width: 2px;
	height: 15px
}

.yj-carousel__indicator.is-active button {
	opacity: 1
}

.yj-carousel__button {
	display: block;
	opacity: .48;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FFF;
	border: none;
	outline: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.carousel-arrow-left-enter,.carousel-arrow-left-leave-active {
	-webkit-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0
}

.carousel-arrow-right-enter,.carousel-arrow-right-leave-active {
	-webkit-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
	opacity: 0
}

.yj-carousel__container .arrow-right[data-v-7d39c874],.yj-carousel__container .arrow-left[data-v-7d39c874]
	{
	display: inline-block;
	width: 80%;
	-o-object-fit: contain;
	object-fit: contain;
	font-size: 14px
}

.yj-carousel__container .arrow-left[data-v-7d39c874] {
	margin-right: 4px;
	margin-top: 2px
}

.yj-carousel__container .arrow-right[data-v-7d39c874] {
	margin-left: 4px;
	margin-top: 2px
}

.yj-carousel__item,.yj-carousel__mask {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0
}

.yj-carousel__item {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	z-index: 0
}

.yj-carousel__item.is-active {
	z-index: 2
}

.yj-carousel__item.is-animating {
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.yj-carousel__item--card {
	width: 50%;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.yj-carousel__item--card.is-in-stage {
	cursor: pointer;
	z-index: 1
}

.yj-carousel__item--card.is-in-stage.is-hover .yj-carousel__mask,.yj-carousel__item--card.is-in-stage:hover .yj-carousel__mask
	{
	opacity: .12
}

.yj-carousel__item--card.is-active {
	z-index: 2
}

.yj-carousel__mask {
	width: 100%;
	background-color: rgba(250, 250, 250, .24);
	-webkit-transition: .2s;
	transition: .2s
}

.yj-carousel__item--label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0 10px 10px;
	background: rgba(0, 0, 0, .3);
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	z-index: 2;
}

.yj-carousel__item a[data-v-96fce6ee] {
	width: 100%;
	height: 100%;
	display: block;
	color: #475669;
	font-size: 14px;
	opacity: .75;
	line-height: 150px;
	margin: 0
}

.yj-carousel__item a img[data-v-96fce6ee] {
	width: 100%;
	height: 100%
}

.yj-carousel__item[data-v-96fce6ee]:nth-child(2n) {
	background-color: #99a9bf
}

.yj-carousel__item[data-v-96fce6ee]:nth-child(2n+1) {
	background-color: #d3dce6
}

html {
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue',
		Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui,
		'Hiragino Sans GB', 'Microsoft Yahei', sans-serif
}

a {
	text-decoration: none
}

button,input,textarea {
	color: inherit;
	font: inherit
}

[class*=van-]:focus,a:focus,button:focus,input:focus,textarea:focus {
	outline: 0
}

ol,ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.van-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.van-multi-ellipsis--l2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.van-multi-ellipsis--l3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.van-clearfix::after {
	display: table;
	clear: both;
	content: ''
}

[class*=van-hairline]::after {
	position: absolute;
	box-sizing: border-box;
	content: ' ';
	pointer-events: none;
	top: -50%;
	right: -50%;
	bottom: -50%;
	left: -50%;
	border: 0 solid #ebedf0;
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom
	{
	position: relative
}

.van-hairline--top::after {
	border-top-width: 1px
}

.van-hairline--left::after {
	border-left-width: 1px
}

.van-hairline--right::after {
	border-right-width: 1px
}

.van-hairline--bottom::after {
	border-bottom-width: 1px
}

.van-hairline--top-bottom::after,.van-hairline-unset--top-bottom::after
	{
	border-width: 1px 0
}

.van-hairline--surround::after {
	border-width: 1px
}

@
-webkit-keyframes van-slide-up-enter {
	from {-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

}
@
keyframes van-slide-up-enter {
	from {-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

}
@
-webkit-keyframes van-slide-up-leave {
	to {-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

}
@
keyframes van-slide-up-leave {
	to {-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

}
@
-webkit-keyframes van-slide-down-enter {
	from {-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

}
@
keyframes van-slide-down-enter {
	from {-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

}
@
-webkit-keyframes van-slide-down-leave {
	to {-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

}
@
keyframes van-slide-down-leave {
	to {-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

}
@
-webkit-keyframes van-slide-left-enter {
	from {-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

}
@
keyframes van-slide-left-enter {
	from {-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

}
@
-webkit-keyframes van-slide-left-leave {
	to {-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

}
@
keyframes van-slide-left-leave {
	to {-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

}
@
-webkit-keyframes van-slide-right-enter {
	from {-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

}
@
keyframes van-slide-right-enter {
	from {-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

}
@
-webkit-keyframes van-slide-right-leave {
	to {-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

}
@
keyframes van-slide-right-leave {
	to {-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

}
@
-webkit-keyframes van-fade-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
keyframes van-fade-in {
	from {opacity: 0
}

to {
	opacity: 1
}

}
@
-webkit-keyframes van-fade-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
keyframes van-fade-out {
	from {opacity: 1
}

to {
	opacity: 0
}

}
@
-webkit-keyframes van-rotate {
	from {-webkit-transform: rotate(0);
	transform: rotate(0)
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
@
keyframes van-rotate {
	from {-webkit-transform: rotate(0);
	transform: rotate(0)
}

to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

}
.van-fade-enter-active {
	-webkit-animation: .3s van-fade-in both ease-out;
	animation: .3s van-fade-in both ease-out
}

.van-fade-leave-active {
	-webkit-animation: .3s van-fade-out both ease-in;
	animation: .3s van-fade-out both ease-in
}

.van-slide-up-enter-active {
	-webkit-animation: van-slide-up-enter .3s both ease-out;
	animation: van-slide-up-enter .3s both ease-out
}

.van-slide-up-leave-active {
	-webkit-animation: van-slide-up-leave .3s both ease-in;
	animation: van-slide-up-leave .3s both ease-in
}

.van-slide-down-enter-active {
	-webkit-animation: van-slide-down-enter .3s both ease-out;
	animation: van-slide-down-enter .3s both ease-out
}

.van-slide-down-leave-active {
	-webkit-animation: van-slide-down-leave .3s both ease-in;
	animation: van-slide-down-leave .3s both ease-in
}

.van-slide-left-enter-active {
	-webkit-animation: van-slide-left-enter .3s both ease-out;
	animation: van-slide-left-enter .3s both ease-out
}

.van-slide-left-leave-active {
	-webkit-animation: van-slide-left-leave .3s both ease-in;
	animation: van-slide-left-leave .3s both ease-in
}

.van-slide-right-enter-active {
	-webkit-animation: van-slide-right-enter .3s both ease-out;
	animation: van-slide-right-enter .3s both ease-out
}

.van-slide-right-leave-active {
	-webkit-animation: van-slide-right-leave .3s both ease-in;
	animation: van-slide-right-leave .3s both ease-in
}

.van-swipe {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	cursor: grab;
	-webkit-user-select: none;
	user-select: none
}

.van-swipe__track {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	height: 100%
}

.van-swipe__track--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}

.van-swipe__indicators {
	position: absolute;
	bottom: 12px;
	left: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.van-swipe__indicators--vertical {
	top: 50%;
	bottom: auto;
	left: 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.van-swipe__indicators--vertical .van-swipe__indicator:not (:last-child
	){
	margin-bottom: 6px
}

.van-swipe__indicator {
	width: 6px;
	height: 6px;
	background-color: #ebedf0;
	border-radius: 100%;
	opacity: .3;
	-webkit-transition: opacity .2s, background-color .2s;
	transition: opacity .2s, background-color .2s
}

.van-swipe__indicator:not (:last-child ){
	margin-right: 6px
}

.van-swipe__indicator--active {
	background-color: #1989fa;
	opacity: 1
}

.van-swipe-item {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%
}

.yj-mob-swipe-item a[data-v-8b89f638] {
	width: 100%;
	height: 100%;
	display: block;
	color: #475669;
	font-size: 14px;
	opacity: .75;
	line-height: 150px;
	margin: 0;
	position: relative
}

.yj-mob-swipe-item a img[data-v-8b89f638] {
	width: 100%;
	height: 100%
}

.yj-mob-swipe-item span[data-v-8b89f638] {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	background: rgba(0, 0, 0, .3);
	font-size: 12px;
	text-align: left;
	color: #fff;
	z-index: 2
}

.nboc-template-wrapper[data-v-1fa5fe5d] {
	overflow-y: auto
}

.item[data-v-1fa5fe5d] {
	background-color: #fff
}

.item a[data-v-1fa5fe5d] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 12px;
	text-decoration: none
}

.item .item-left[data-v-1fa5fe5d] {
	width: 150px;
	height: 100px;
	border-radius: 6px;
	background-color: #99a9bf
}

.item .item-left img[data-v-1fa5fe5d] {
	width: 150px;
	height: 100px;
	border-radius: 6px
}

.item .item-right[data-v-1fa5fe5d] {
	width: calc(100% - 150px - 10px - 12px);
	margin-left: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.item .item-right .title[data-v-1fa5fe5d] {
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #212832;
	font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei",
		sans-serif;
	font-weight: 400
}

.item .item-right .desc[data-v-1fa5fe5d] {
	width: 100%;
	margin-top: 10px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: rgba(0, 0, 0, .5);
	font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei",
		sans-serif;
	font-weight: 400
}

.nboc-template-wrapper[data-v-471f7dc8] {
	overflow-y: auto;
}

.item[data-v-471f7dc8] {
	padding: 10px;
	border-bottom: 1px solid #F4F4F4;
	background-color: #ffffff;
}

.item a[data-v-471f7dc8] {
	display: block;
	text-decoration: none;
}

.title[data-v-471f7dc8] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei UI",
		sans-serif;
	font-weight: 400;
	text-align: left;
	color: #212832;
	line-height: 22px;
}

.desc[data-v-471f7dc8] {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei UI",
		sans-serif;;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
	line-height: 20px;
}

.nboc-template-wrapper[data-v-c7c38a42] {
	overflow-y: auto;
}

.item[data-v-c7c38a42] {
	padding: 10px;
	border-bottom: 1px solid #F4F4F4;
	background-color: #ffffff;
}

.item a[data-v-c7c38a42] {
	display: block;
	text-decoration: none;
}

.title[data-v-c7c38a42] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei UI",
		sans-serif;
	font-weight: 400;
	text-align: left;
	color: #212832;
	line-height: 22px;
}

.img-wrap[data-v-c7c38a42] {
	width: 150px;
	height: 100px;
	margin-top: 10px;
	border-radius: 6px;
	background-color: #99a9bf;
}

.img-wrap img[data-v-c7c38a42] {
	width: 150px;
	height: 100px;
	border-radius: 6px;
}

.nboc-template-wrapper[data-v-eb5cb6b6] {
	overflow-y: auto;
}

.item-wrapper[data-v-eb5cb6b6] {
	padding: 0 12px;
}

.item[data-v-eb5cb6b6] {
	position: relative;
	height: 225px;
	padding: 15px 20px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #99a9bf;
}

.item a[data-v-eb5cb6b6] {
	display: block;
	text-decoration: none;
}

.title[data-v-eb5cb6b6] {
	text-align: left;
	color: #FFFFFF;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei UI",
		sans-serif;
	font-weight: 400;
}

.desc[data-v-eb5cb6b6] {
	margin-top: 10px;
	font-size: 14px;
	font-family: PingFangSC, PingFangSC-Regular, "Microsoft YaHei UI",
		sans-serif;;
	font-weight: 400;
	text-align: left;
	color: #FFFFFF;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-mask[data-v-911de634] {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 10000
}

.popup-mask .popup[data-v-911de634] {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 85%;
	max-width: 450px
}

.popup-mask .popup-content[data-v-911de634] {
	margin: 0 auto;
	background: #fff;
	border: 7px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .05);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .05)
}

.popup-mask .popup-content a[data-v-911de634] {
	display: block
}

.popup-mask .popup-content img[data-v-911de634] {
	width: 100%;
	height: 150px;
	border-radius: 10px
}

.popup-mask .popup-content .title[data-v-911de634] {
	padding: 10px 8px;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold, sans-serif;
	font-weight: 700;
	text-align: left;
	color: rgba(0, 0, 0, .85);
	line-height: 22px;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.popup-mask .popup-content .content[data-v-911de634] {
	min-height: 45px;
	padding: 4px 8px;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular, sans-serif;
	font-weight: 400;
	text-align: left;
	color: rgba(0, 0, 0, .65);
	line-height: 22px;
	border-top: 1px solid rgba(0, 0, 0, .05)
}

.popup-mask .popup-content .btn-wrap[data-v-911de634] {
	padding: 10px 8px;
	border-top: 1px solid rgba(0, 0, 0, .05);
	text-align: center
}

.popup-mask .popup-content .btn-wrap .button[data-v-911de634] {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 4px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-anchor: middle;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-align: center;
	background: #0e7dfa;
	border-color: #0e7dfa
}

.popup-mask .popup-close[data-v-911de634] {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer
}

.popup-mask .popup-close span[data-v-911de634] {
	display: inline-block;
	width: 30px;
	height: 30px;
	background:
		url(data:image/png;base64,ZXhwb3J0IGRlZmF1bHQgImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBREFBQUFBd0NBWUFBQUJYQXZtSEFBQUZGMGxFUVZSb1E5V2FXZWltVXh6SFB4T0pLVXMwUlVKWklqRmtDOGx1akYyTTdRS05DMlhmaVJ2Y2tIMm5YQkF1N01zWU8yTkx5RExaWW1RcEpFcUVLVnVVUG0vbjZMeXY1MzJmYzU3bFAvODU5ZHk4N3ptLzgvditubk4reS9mM3pLQ2JzUXF3SzdBYnNPN0k0dzdmamp5dkFLOEN2N2ZkZmtZTEFkc0Fld0s3QUFjQUt4YksraHQ0RW5nTmVCRllYTGgrTUwwSmdIV0FNOE96VXJMcHA4Q3p3QkxnNitSeHl2ckpzeG13TDdCcHN2WXY0UHJ3ZkZjQ3BCUkFWSHlEc01rendQUGgrYkJrWTJCTFlKL3d6QTFydjBxQVpJbkxCYkF4Y0J1d2Q1RDZNbkFMOEZEV0x2V1Q1Z0duQUx1SHFTOEFKd0dmMXkzTkFiQWZjQSt3RnZBUmNDMXdaNTNnaHYvUEI4NEd0Z0IrQkk0Rm5wNGtxdzdBYWNDTlFjQWJ3UEhBWncyVnkxMjJDWEFYc0ZOWWNEcHcwN2pGa3dBY0Rkd2JGajRYTGw2dUVsM00weUhNQ1lLT0FlNnJFam9Pd0ZiQWUySEJwY0FsWFdqVVFJYjdYaHpXYlEyOFB5cWpDc0Rhd0Z2QWV1R2ludHBnNHk2WDNCd3UrRGZBRHNEM3FmQXFBSThEQndIM0F4Nmo2VEE4UGtjQkM0R0RKd0hRejE4SGZBRG9tNHVDU285SURaN0duTm5BV1NGV0RMWkwzNENUOURRR3FSTjZkSlZOY2VwaTd3QU1kbnFvZ1hGVEFGY0E1d01HcVQyYTd0THp1cGRDc0xzU3VDQUZZR0ttOWMxdGpzaU1zQXI3QVRpeWhkTG1SVnIxejB5akdiRWZCTXlkZkF1TDR4dTRFTGdzbkRNamI4NTRJSUJWWUJNUUd3RVBBN3JzRWhsR1p1L25SY0RsRVlDQnlzUnE4R09POW1GT1V4QzY2RWVBN1FxVmQ5dG9iSlBJT1FLWUNmd0tyQUJzRDd4VEFNQ3BwU0NNTXlydkVTaXhmRlJMMEc4RC93Q3JDVUNmcisvL0V2QzFOaG01SUV3SVZkN3FyWW55VWJjdmdBMk5DUUx3N1B0YWpIZ21iMDFISFloVmdVZUJ2Vm9xcjM0bWQyWUlnenRnNW5jY2NITEkrWnNDbUhTY1ZnN0tlL25hV0Q3cVpxMXdLM0MzQUN3ZXRNcUJvVVp0QTZBS2hIZEx5M3RVdTFEZVBhekJud0FXQ2VBVFFIOXNtQzR0QzhlQlRZK1RBQTdyVUhuM3RCdzEzVmtpQUQyUTUzTU40SmUyNWsvV1J4RCsxSlhsby9qVmdaK0JwWDBCME9wbXM0ZUhIUTFZWnBPNnZpN0dFSUN1ajVBWFZ1Vk5lN1c4dy9SRVZ5MklQenBBTUhTRXVyekVIa1dWTngxSmowMDhUcVlCZ2xqYUVzVFFKZTdLamE0WmxKZDZxVHJ6RVlRR0U4UlBMVUFNdWRFWXlHUWZ6bWdvMVBUQXFrbHVkTktGalNEa1JxMzJoc3JEZ3IxdkFHUXJCb0ZNbXM5cVIycFFkMW82VE14VWZ1ZE1ieE5CdkI1QVdPdVdEdWxMcWNtNUFwQloxcFZLenBiR0F2TVJsVGNKTEhHVkVZUkptVy9DUEN4M3hBc3NPVHhJNWh5UEFZY0E1d1RtTFVlWUZ2RENsdWJ6VVhZRUlWWGluZkFFNUF5WnUydUFCY0NoRWNDNXdGV0ZCWTFwOTdhRmxoOVZNSUo0TjlRR09RQmlRWE1lY0hVRXNLeEtTaFVXeEt5MkphV0NsdXVpWGdETFBhMGlpRWhzU2FPYlFmYk5ST2VjZWVmSVdGdkpTYnVQSmJhaU1JdGxvNmswaTc1OU9neGpoalcwVVZ6eTRiOVJ4WTNhalhrek5EU1dCYTArYXJCSXM5dncySEcwYXpPT1hqY1pleXBJbWk3MCt2NVYzWnBKRFk2ME8yTS9iS3BwOWtpcmE4ZXhYWnE2RmxQYXBUSHFlb0g2WnF6MWhqTGtSbWZIMk82TWY5WUJjSTZwZ3J5OFNadDFxUDNjUHB0OGVrSnpNcE04aVlEL2RXWHFMbkdWMXpGZHZqMEk5UCsrMjZ3YTdNU2NkRHZuRGFTQXFocmRmdk9nNnkybEpLVUlkWW15ZEwwM3VsTVE0ejQxTUNYV2MzMWM4Nm5CNW9BZXhWUThqaW43MUNBRllnSm9NV1F6eEk4K1pDSktoZ3lGSDNuWVo5RFhUOW5ISGxWS3luREw3aGt0Y3o2M01jb3ZBbjRyUVZ3MTkxK01JamsvbXl5cTZnQUFBQUJKUlU1RXJrSmdnZz09Ig==)
		no-repeat;
	background-size: contain;
	cursor: pointer
}

.nboc-template-wrapper[data-v-5a0def10] {
	width: 100%;
	height: 100%;
	position: relative
}

.nboc-template-wrapper .popup[data-v-5a0def10] {
	width: 100%;
	height: 100%
}

.nboc-template-wrapper .popup .popup-content[data-v-5a0def10] {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	text-align: center
}

.nboc-template-wrapper .popup img[data-v-5a0def10] {
	min-width: 300px;
	min-height: 200px;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 10px
}

.nboc-template-wrapper .popup-close[data-v-5a0def10] {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 100;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 24px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2)
}

.nboc-template-wrapper .popup-close path[data-v-5a0def10] {
	fill: #424040
}

.nboc-template-wrapper .popup-top-close[data-v-5a0def10] {
	position: absolute;
	right: 20px;
	top: 20px;
	left: initial;
	bottom: initial
}

.nboc-template-wrapper .vcom-teach-pop .popup-close[data-v-5a0def10] {
	position: absolute;
	bottom: 18px;
	right: 10px;
	cursor: pointer;
	z-index: 100;
	background: red;
	border-radius: 50%;
	height: 40px;
	width: 40px
}

.nboc-template-wrapper .vcom-teach-pop .popup-close path[data-v-5a0def10]
	{
	fill: #fff
}

.popup-mask[data-v-5a0def10] {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 10000
}
</style>