﻿
.swal2-popup.swal2-toast {
	box-sizing:border-box;
	grid-column:1/4 !important;
	grid-row:1/4
			!important;
	grid-template-columns:min-content auto min-content;
	padding:1em;
	overflow-y:hidden;
	background:#fff;
	box-shadow:0
			0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px
			3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);
	pointer-events:all
}
.swal2-popup.swal2-toast>* {
	grid-column:2
}
.swal2-popup.swal2-toast
			.swal2-title {
	margin:.5em 1em;
	padding:0;
	font-size:1em;
	text-align:initial
}
.swal2-popup.swal2-toast
			.swal2-loading {
	justify-content:center
}
.swal2-popup.swal2-toast .swal2-input {
	height:2em;
	margin:.5em;
	font-size:1em
}
.swal2-popup.swal2-toast
			.swal2-validation-message {
	font-size:1em
}
.swal2-popup.swal2-toast .swal2-footer {
	margin:.5em
			0 0;
	padding:.5em 0 0;
	font-size:.8em
}
.swal2-popup.swal2-toast .swal2-close {
	grid-column:3/3;
	grid-row:1/99;
	align-self:center;
	width:.8em;
	height:.8em;
	margin:0;
	font-size:2em
}
.swal2-popup.swal2-toast
			.swal2-html-container {
	margin:.5em 1em;
	padding:0;
	overflow:initial;
	font-size:1em;
	text-align:initial
}
.swal2-popup.swal2-toast
			.swal2-html-container:empty {
	padding:0
}
.swal2-popup.swal2-toast .swal2-loader {
	grid-column:1;
	grid-row:1/99;
	align-self:center;
	width:2em;
	height:2em;
	margin:.25em
}
.swal2-popup.swal2-toast
			.swal2-icon {
	grid-column:1;
	grid-row:1/99;
	align-self:center;
	width:2em;
	min-width:2em;
	height:2em;
	margin:0
			.5em 0 0
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
	display:flex;
	align-items:center;
	font-size:1.8em;
	font-weight:bold
}
.swal2-popup.swal2-toast
			.swal2-icon.swal2-success .swal2-success-ring {
	width:2em;
	height:2em
}
.swal2-popup.swal2-toast
			.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
	top:.875em;
	width:1.375em
}
.swal2-popup.swal2-toast
			.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
	left:.3125em
}
.swal2-popup.swal2-toast
			.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
	right:.3125em
}
.swal2-popup.swal2-toast
			.swal2-actions {
	justify-content:flex-start;
	height:auto;
	margin:0;
	margin-top:.5em;
	padding:0
			.5em
}
.swal2-popup.swal2-toast .swal2-styled {
	margin:.25em .5em;
	padding:.4em
			.6em;
	font-size:1em
}
.swal2-popup.swal2-toast .swal2-success {
	border-color:#a5dc86
}
.swal2-popup.swal2-toast
			.swal2-success [class^=swal2-success-circular-line] {
	position:absolute;
	width:1.6em;
	height:3em;
	border-radius:50%
}
.swal2-popup.swal2-toast
			.swal2-success [class^=swal2-success-circular-line][class$=left] {
	top:-0.8em;
	left:-0.5em;
	transform:rotate(-45deg);
	transform-origin:2em
			2em;
	border-radius:4em 0 0 4em
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
	top:-0.25em;
	left:.9375em;
	transform-origin:0
			1.5em;
	border-radius:0 4em 4em 0
}
.swal2-popup.swal2-toast .swal2-success
			.swal2-success-ring {
	width:2em;
	height:2em
}
.swal2-popup.swal2-toast .swal2-success
			.swal2-success-fix {
	top:0;
	left:.4375em;
	width:.4375em;
	height:2.6875em
}
.swal2-popup.swal2-toast
			.swal2-success [class^=swal2-success-line] {
	height:.3125em
}
.swal2-popup.swal2-toast
			.swal2-success [class^=swal2-success-line][class$=tip] {
	top:1.125em;
	left:.1875em;
	width:.75em
}
.swal2-popup.swal2-toast
			.swal2-success [class^=swal2-success-line][class$=long] {
	top:.9375em;
	right:.1875em;
	width:1.375em
}
.swal2-popup.swal2-toast
			.swal2-success.swal2-icon-show .swal2-success-line-tip {
	animation:swal2-toast-animate-success-line-tip
			.75s
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
	animation:swal2-toast-animate-success-line-long
			.75s
}
.swal2-popup.swal2-toast.swal2-show {
	animation:swal2-toast-show .5s
}
.swal2-popup.swal2-toast.swal2-hide {
	animation:swal2-toast-hide
			.1s forwards
}
div:where(.swal2-container) {
	display:grid;
	position:fixed;
	z-index:1060;
	inset:0;
	box-sizing:border-box;
	grid-template-areas:"top-start
			top top-end" "center-start center center-end" "bottom-start bottom-center
			bottom-end";
	grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);
	height:100%;
	padding:.625em;
	overflow-x:hidden;
	transition:background-color
			.1s;
	-webkit-overflow-scrolling:touch
}
div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation {
	background:rgba(0,0,0,.4)
}
div:where(.swal2-container).swal2-backdrop-hide {
	background:rgba(0,0,0,0)
			!important
}
div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start {
	grid-template-columns:minmax(0,1fr) auto auto
}
div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom {
	grid-template-columns:auto
			minmax(0,1fr) auto
}
div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end {
	grid-template-columns:auto
			auto minmax(0,1fr)
}
div:where(.swal2-container).swal2-top-start>.swal2-popup {
	align-self:start
}
div:where(.swal2-container).swal2-top>.swal2-popup {
	grid-column:2;
	place-self:start
			center
}
div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup {
	grid-column:3;
	place-self:start
			end
}
div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup {
	grid-row:2;
	align-self:center
}
div:where(.swal2-container).swal2-center>.swal2-popup {
	grid-column:2;
	grid-row:2;
	place-self:center
			center
}
div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup {
	grid-column:3;
	grid-row:2;
	place-self:center
			end
}
div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup {
	grid-column:1;
	grid-row:3;
	align-self:end
}
div:where(.swal2-container).swal2-bottom>.swal2-popup {
	grid-column:2;
	grid-row:3;
	place-self:end
			center
}
div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup {
	grid-column:3;
	grid-row:3;
	place-self:end
			end
}
div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
	grid-column:1/4;
	width:100%
}
div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
	grid-row:1/4;
	align-self:stretch
}
div:where(.swal2-container).swal2-no-transition {
	transition:none
			!important
}
div:where(.swal2-container) div:where(.swal2-popup) {
	display:none;
	position:relative;
	box-sizing:border-box;
	grid-template-columns:minmax(0,100%);
	width:32em;
	max-width:100%;
	padding:0 0 1.25em;
	border:none;
	border-radius:5px;
	background:#fff;
	color:#545454;
	font-family:inherit;
	font-size:1rem
}
div:where(.swal2-container)
			div:where(.swal2-popup):focus {
	outline:none
}
div:where(.swal2-container)
			div:where(.swal2-popup).swal2-loading {
	overflow-y:hidden
}
div:where(.swal2-container)
			h2:where(.swal2-title) {
	position:relative;
	max-width:100%;
	margin:0;
	padding:.8em
			1em 0;
	color:inherit;
	font-size:1.875em;
	font-weight:600;
	text-align:center;
	text-transform:none;
	word-wrap:break-word
}
div:where(.swal2-container)
			div:where(.swal2-actions) {
	display:flex;
	z-index:1;
	box-sizing:border-box;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	width:auto;
	margin:1.25em
			auto 0;
	padding:0
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading)
			.swal2-styled[disabled] {
	opacity:.4
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading)
			.swal2-styled:hover {
	background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1))
}
div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading)
			.swal2-styled:active {
	background-image:linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2))
}
div:where(.swal2-container) div:where(.swal2-loader) {
	display:none;
	align-items:center;
	justify-content:center;
	width:2.2em;
	height:2.2em;
	margin:0
			1.875em;
	animation:swal2-rotate-loading 1.5s linear 0s infinite normal;
	border-width:.25em;
	border-style:solid;
	border-radius:100%;
	border-color:#2778c4
			rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)
}
div:where(.swal2-container) button:where(.swal2-styled) {
	margin:.3125em;
	padding:.625em
			1.1em;
	transition:box-shadow .1s;
	box-shadow:0 0 0 3px rgba(0,0,0,0);
	font-weight:500
}
div:where(.swal2-container)
			button:where(.swal2-styled):not([disabled]) {
	cursor:pointer
}
div:where(.swal2-container)
			button:where(.swal2-styled):where(.swal2-confirm) {
	border:0;
	border-radius:.25em;
	background:initial;
	background-color:#7066e0;
	color:#fff;
	font-size:1em
}
div:where(.swal2-container)
			button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
	box-shadow:0
			0 0 3px rgba(112,102,224,.5)
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
	border:0;
	border-radius:.25em;
	background:initial;
	background-color:#dc3741;
	color:#fff;
	font-size:1em
}
div:where(.swal2-container)
			button:where(.swal2-styled):where(.swal2-deny):focus-visible {
	box-shadow:0
			0 0 3px rgba(220,55,65,.5)
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
	border:0;
	border-radius:.25em;
	background:initial;
	background-color:#6e7881;
	color:#fff;
	font-size:1em
}
div:where(.swal2-container)
			button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
	box-shadow:0
			0 0 3px rgba(110,120,129,.5)
}
div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
	box-shadow:0
			0 0 3px rgba(100,150,200,.5)
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
	outline:none
}
div:where(.swal2-container)
			button:where(.swal2-styled)::-moz-focus-inner {
	border:0
}
div:where(.swal2-container)
			div:where(.swal2-footer) {
	margin:1em 0 0;
	padding:1em 1em 0;
	border-top:1px
			solid #eee;
	color:inherit;
	font-size:1em;
	text-align:center
}
div:where(.swal2-container)
			.swal2-timer-progress-bar-container {
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	grid-column:auto
			!important;
	overflow:hidden;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px
}
div:where(.swal2-container)
			div:where(.swal2-timer-progress-bar) {
	width:100%;
	height:.25em;
	background:rgba(0,0,0,.2)
}
div:where(.swal2-container)
			img:where(.swal2-image) {
	max-width:100%;
	margin:2em auto 1em
}
div:where(.swal2-container)
			button:where(.swal2-close) {
	z-index:2;
	align-items:center;
	justify-content:center;
	width:1.2em;
	height:1.2em;
	margin-top:0;
	margin-right:0;
	margin-bottom:-1.2em;
	padding:0;
	overflow:hidden;
	transition:color
			.1s,box-shadow .1s;
	border:none;
	border-radius:5px;
	background:rgba(0,0,0,0);
	color:#ccc;
	font-family:monospace;
	font-size:2.5em;
	cursor:pointer;
	justify-self:end
}
div:where(.swal2-container)
			button:where(.swal2-close):hover {
	transform:none;
	background:rgba(0,0,0,0);
	color:#f27474
}
div:where(.swal2-container)
			button:where(.swal2-close):focus-visible {
	outline:none;
	box-shadow:inset
			0 0 0 3px rgba(100,150,200,.5)
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
	border:0
}
div:where(.swal2-container)
			.swal2-html-container {
	z-index:1;
	justify-content:center;
	margin:0;
	padding:1em
			1.6em .3em;
	overflow:auto;
	color:inherit;
	font-size:1.125em;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	word-wrap:break-word;
	word-break:break-word
}
div:where(.swal2-container)
			input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container)
			textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container)
			div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox) {
	margin:1em
			2em 3px
}
div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container)
			input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea) {
	box-sizing:border-box;
	width:auto;
	transition:border-color
			.1s,box-shadow .1s;
	border:1px solid #d9d9d9;
	border-radius:.1875em;
	background:rgba(0,0,0,0);
	box-shadow:inset
			0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);
	color:inherit;
	font-size:1.125em
}
div:where(.swal2-container)
			input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container)
			input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
	border-color:#f27474
			!important;
	box-shadow:0 0 2px #f27474 !important
}
div:where(.swal2-container)
			input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container)
			textarea:where(.swal2-textarea):focus {
	border:1px solid #b4dbed;
	outline:none;
	box-shadow:inset
			0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)
}
div:where(.swal2-container)
			input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container)
			textarea:where(.swal2-textarea)::placeholder {
	color:#ccc
}
div:where(.swal2-container)
			.swal2-range {
	margin:1em 2em 3px;
	background:#fff
}
div:where(.swal2-container)
			.swal2-range input {
	width:80%
}
div:where(.swal2-container) .swal2-range output {
	width:20%;
	color:inherit;
	font-weight:600;
	text-align:center
}
div:where(.swal2-container)
			.swal2-range input,div:where(.swal2-container) .swal2-range output {
	height:2.625em;
	padding:0;
	font-size:1.125em;
	line-height:2.625em
}
div:where(.swal2-container)
			.swal2-input {
	height:2.625em;
	padding:0 .75em
}
div:where(.swal2-container)
			.swal2-file {
	width:75%;
	margin-right:auto;
	margin-left:auto;
	background:rgba(0,0,0,0);
	font-size:1.125em
}
div:where(.swal2-container)
			.swal2-textarea {
	height:6.75em;
	padding:.75em
}
div:where(.swal2-container)
			.swal2-select {
	min-width:50%;
	max-width:100%;
	padding:.375em .625em;
	background:rgba(0,0,0,0);
	color:inherit;
	font-size:1.125em
}
div:where(.swal2-container)
			.swal2-radio,div:where(.swal2-container) .swal2-checkbox {
	align-items:center;
	justify-content:center;
	background:#fff;
	color:inherit
}
div:where(.swal2-container)
			.swal2-radio label,div:where(.swal2-container) .swal2-checkbox label {
	margin:0
			.6em;
	font-size:1.125em
}
div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container)
			.swal2-checkbox input {
	flex-shrink:0;
	margin:0 .4em
}
div:where(.swal2-container)
			label:where(.swal2-input-label) {
	display:flex;
	justify-content:center;
	margin:1em
			auto 0
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
	align-items:center;
	justify-content:center;
	margin:1em
			0 0;
	padding:.625em;
	overflow:hidden;
	background:#f0f0f0;
	color:#666;
	font-size:1em;
	font-weight:300
}
div:where(.swal2-container)
			div:where(.swal2-validation-message)::before {
	content:"!";
	display:inline-block;
	width:1.5em;
	min-width:1.5em;
	height:1.5em;
	margin:0
			.625em;
	border-radius:50%;
	background-color:#f27474;
	color:#fff;
	font-weight:600;
	line-height:1.5em;
	text-align:center
}
div:where(.swal2-container)
			.swal2-progress-steps {
	flex-wrap:wrap;
	align-items:center;
	max-width:100%;
	margin:1.25em
			auto;
	padding:0;
	background:rgba(0,0,0,0);
	font-weight:600
}
div:where(.swal2-container)
			.swal2-progress-steps li {
	display:inline-block;
	position:relative
}
div:where(.swal2-container)
			.swal2-progress-steps .swal2-progress-step {
	z-index:20;
	flex-shrink:0;
	width:2em;
	height:2em;
	border-radius:2em;
	background:#2778c4;
	color:#fff;
	line-height:2em;
	text-align:center
}
div:where(.swal2-container)
			.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
	background:#2778c4
}
div:where(.swal2-container)
			.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
	background:#add8e6;
	color:#fff
}
div:where(.swal2-container)
			.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
	background:#add8e6
}
div:where(.swal2-container)
			.swal2-progress-steps .swal2-progress-step-line {
	z-index:10;
	flex-shrink:0;
	width:2.5em;
	height:.4em;
	margin:0
			-1px;
	background:#2778c4
}
div:where(.swal2-icon) {
	position:relative;
	box-sizing:content-box;
	justify-content:center;
	width:5em;
	height:5em;
	margin:2.5em
			auto .6em;
	border:0.25em solid rgba(0,0,0,0);
	border-radius:50%;
	border-color:#000;
	font-family:inherit;
	line-height:5em;
	cursor:default;
	user-select:none
}
div:where(.swal2-icon)
			.swal2-icon-content {
	display:flex;
	align-items:center;
	font-size:3.75em
}
div:where(.swal2-icon).swal2-error {
	border-color:#f27474;
	color:#f27474
}
div:where(.swal2-icon).swal2-error
			.swal2-x-mark {
	position:relative;
	flex-grow:1
}
div:where(.swal2-icon).swal2-error
			[class^=swal2-x-mark-line] {
	display:block;
	position:absolute;
	top:2.3125em;
	width:2.9375em;
	height:.3125em;
	border-radius:.125em;
	background-color:#f27474
}
div:where(.swal2-icon).swal2-error
			[class^=swal2-x-mark-line][class$=left] {
	left:1.0625em;
	transform:rotate(45deg)
}
div:where(.swal2-icon).swal2-error
			[class^=swal2-x-mark-line][class$=right] {
	right:1em;
	transform:rotate(-45deg)
}
div:where(.swal2-icon).swal2-error.swal2-icon-show {
	animation:swal2-animate-error-icon
			.5s
}
div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
	animation:swal2-animate-error-x-mark
			.5s
}
div:where(.swal2-icon).swal2-warning {
	border-color:#facea8;
	color:#f8bb86
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show {
	animation:swal2-animate-error-icon
			.5s
}
div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
	animation:swal2-animate-i-mark
			.5s
}
div:where(.swal2-icon).swal2-info {
	border-color:#9de0f6;
	color:#3fc3ee
}
div:where(.swal2-icon).swal2-info.swal2-icon-show {
	animation:swal2-animate-error-icon
			.5s
}
div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
	animation:swal2-animate-i-mark
			.8s
}
div:where(.swal2-icon).swal2-question {
	border-color:#c9dae1;
	color:#87adbd
}
div:where(.swal2-icon).swal2-question.swal2-icon-show {
	animation:swal2-animate-error-icon
			.5s
}
div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
	animation:swal2-animate-question-mark
			.8s
}
div:where(.swal2-icon).swal2-success {
	border-color:#a5dc86;
	color:#a5dc86
}
div:where(.swal2-icon).swal2-success
			[class^=swal2-success-circular-line] {
	position:absolute;
	width:3.75em;
	height:7.5em;
	border-radius:50%
}
div:where(.swal2-icon).swal2-success
			[class^=swal2-success-circular-line][class$=left] {
	top:-0.4375em;
	left:-2.0635em;
	transform:rotate(-45deg);
	transform-origin:3.75em
			3.75em;
	border-radius:7.5em 0 0 7.5em
}
div:where(.swal2-icon).swal2-success
			[class^=swal2-success-circular-line][class$=right] {
	top:-0.6875em;
	left:1.875em;
	transform:rotate(-45deg);
	transform-origin:0
			3.75em;
	border-radius:0 7.5em 7.5em 0
}
div:where(.swal2-icon).swal2-success
			.swal2-success-ring {
	position:absolute;
	z-index:2;
	top:-0.25em;
	left:-0.25em;
	box-sizing:content-box;
	width:100%;
	height:100%;
	border:.25em
			solid rgba(165,220,134,.3);
	border-radius:50%
}
div:where(.swal2-icon).swal2-success
			.swal2-success-fix {
	position:absolute;
	z-index:1;
	top:.5em;
	left:1.625em;
	width:.4375em;
	height:5.625em;
	transform:rotate(-45deg)
}
div:where(.swal2-icon).swal2-success
			[class^=swal2-success-line] {
	display:block;
	position:absolute;
	z-index:2;
	height:.3125em;
	border-radius:.125em;
	background-color:#a5dc86
}
div:where(.swal2-icon).swal2-success
			[class^=swal2-success-line][class$=tip] {
	top:2.875em;
	left:.8125em;
	width:1.5625em;
	transform:rotate(45deg)
}
div:where(.swal2-icon).swal2-success
			[class^=swal2-success-line][class$=long] {
	top:2.375em;
	right:.5em;
	width:2.9375em;
	transform:rotate(-45deg)
}
div:where(.swal2-icon).swal2-success.swal2-icon-show
			.swal2-success-line-tip {
	animation:swal2-animate-success-line-tip .75s
}
div:where(.swal2-icon).swal2-success.swal2-icon-show
			.swal2-success-line-long {
	animation:swal2-animate-success-line-long .75s
}
div:where(.swal2-icon).swal2-success.swal2-icon-show
			.swal2-success-circular-line-right {
	animation:swal2-rotate-success-circular-line
			4.25s ease-in
}
[class^=swal2] {
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.swal2-show {
	animation:swal2-show
			.3s
}
.swal2-hide {
	animation:swal2-hide .15s forwards
}
.swal2-noanimation {
	transition:none
}
.swal2-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
.swal2-rtl
			.swal2-close {
	margin-right:initial;
	margin-left:0
}
.swal2-rtl .swal2-timer-progress-bar {
	right:0;
	left:auto
}
@keyframes
			swal2-toast-show {
	0% {
	transform:translateY(-0.625em) rotateZ(2deg)
}
33% {
	transform:translateY(0)
			rotateZ(-2deg)
}
66% {
	transform:translateY(0.3125em) rotateZ(2deg)
}
100% {
	transform:translateY(0)
			rotateZ(0deg)
}
}@keyframes swal2-toast-hide {
	100% {
	transform:rotateZ(1deg);
	opacity:0
}
}@keyframes
			swal2-toast-animate-success-line-tip {
	0% {
	top:.5625em;
	left:.0625em;
	width:0
}
54% {
	top:.125em;
	left:.125em;
	width:0
}
70% {
	top:.625em;
	left:-0.25em;
	width:1.625em
}
84% {
	top:1.0625em;
	left:.75em;
	width:.5em
}
100% {
	top:1.125em;
	left:.1875em;
	width:.75em
}
}@keyframes
			swal2-toast-animate-success-line-long {
	0% {
	top:1.625em;
	right:1.375em;
	width:0
}
65% {
	top:1.25em;
	right:.9375em;
	width:0
}
84% {
	top:.9375em;
	right:0;
	width:1.125em
}
100% {
	top:.9375em;
	right:.1875em;
	width:1.375em
}
}@keyframes
			swal2-show {
	0% {
	transform:scale(0.7)
}
45% {
	transform:scale(1.05)
}
80% {
	transform:scale(0.95)
}
100% {
	transform:scale(1)
}
}@keyframes
			swal2-hide {
	0% {
	transform:scale(1);
	opacity:1
}
100% {
	transform:scale(0.5);
	opacity:0
}
}@keyframes
			swal2-animate-success-line-tip {
	0% {
	top:1.1875em;
	left:.0625em;
	width:0
}
54% {
	top:1.0625em;
	left:.125em;
	width:0
}
70% {
	top:2.1875em;
	left:-0.375em;
	width:3.125em
}
84% {
	top:3em;
	left:1.3125em;
	width:1.0625em
}
100% {
	top:2.8125em;
	left:.8125em;
	width:1.5625em
}
}@keyframes
			swal2-animate-success-line-long {
	0% {
	top:3.375em;
	right:2.875em;
	width:0
}
65% {
	top:3.375em;
	right:2.875em;
	width:0
}
84% {
	top:2.1875em;
	right:0;
	width:3.4375em
}
100% {
	top:2.375em;
	right:.5em;
	width:2.9375em
}
}@keyframes
			swal2-rotate-success-circular-line {
	0% {
	transform:rotate(-45deg)
}
5% {
	transform:rotate(-45deg)
}
12% {
	transform:rotate(-405deg)
}
100% {
	transform:rotate(-405deg)
}
}@keyframes
			swal2-animate-error-x-mark {
	0% {
	margin-top:1.625em;
	transform:scale(0.4);
	opacity:0
}
50% {
	margin-top:1.625em;
	transform:scale(0.4);
	opacity:0
}
80% {
	margin-top:-0.375em;
	transform:scale(1.15)
}
100% {
	margin-top:0;
	transform:scale(1);
	opacity:1
}
}@keyframes
			swal2-animate-error-icon {
	0% {
	transform:rotateX(100deg);
	opacity:0
}
100% {
	transform:rotateX(0deg);
	opacity:1
}
}@keyframes
			swal2-rotate-loading {
	0% {
	transform:rotate(0deg)
}
100% {
	transform:rotate(360deg)
}
}@keyframes
			swal2-animate-question-mark {
	0% {
	transform:rotateY(-360deg)
}
100% {
	transform:rotateY(0)
}
}@keyframes
			swal2-animate-i-mark {
	0% {
	transform:rotateZ(45deg);
	opacity:0
}
25% {
	transform:rotateZ(-25deg);
	opacity:.4
}
50% {
	transform:rotateZ(15deg);
	opacity:.8
}
75% {
	transform:rotateZ(-5deg);
	opacity:1
}
100% {
	transform:rotateX(0);
	opacity:1
}
}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow:hidden
}
body.swal2-height-auto {
	height:auto
			!important
}
body.swal2-no-backdrop .swal2-container {
	background-color:rgba(0,0,0,0)
			!important;
	pointer-events:none
}
body.swal2-no-backdrop .swal2-container
			.swal2-popup {
	pointer-events:all
}
body.swal2-no-backdrop .swal2-container
			.swal2-modal {
	box-shadow:0 0 10px rgba(0,0,0,.4)
}
@media print {
	body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow-y:scroll
			!important
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
	display:none
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
			.swal2-container {
	position:static !important
}
}body.swal2-toast-shown .swal2-container {
	box-sizing:border-box;
	width:360px;
	max-width:100%;
	background-color:rgba(0,0,0,0);
	pointer-events:none
}
body.swal2-toast-shown
			.swal2-container.swal2-top {
	inset:0 auto auto 50%;
	transform:translateX(-50%)
}
body.swal2-toast-shown
			.swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right {
	inset:0
			0 auto auto
}
body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown
			.swal2-container.swal2-top-left {
	inset:0 auto auto 0
}
body.swal2-toast-shown
			.swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left {
	inset:50%
			auto auto 0;
	transform:translateY(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-center {
	inset:50%
			auto auto 50%;
	transform:translate(-50%,-50%)
}
body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown
			.swal2-container.swal2-center-right {
	inset:50% 0 auto auto;
	transform:translateY(-50%)
}
body.swal2-toast-shown
			.swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left {
	inset:auto
			auto 0 0
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
	inset:auto
			auto 0 50%;
	transform:translateX(-50%)
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown
			.swal2-container.swal2-bottom-right {
	inset:auto 0 0 auto
}

.fixed-button {
	position:fixed;
	border:none;
	background:none;
	cursor:pointer;
	z-index:1000;
}
.fixed-button img {
	width:60px;
	height:auto;
}
@media (min-width:768px) {
	.fixed-button {
	bottom:110px;
	left:calc(50%
							+ 450px);
	transform:translateX(-50%);
}
.fixed-button img {
	width:80px;
}
}@media (max-width:767px) {
	.fixed-button {
	bottom:100px;
	right:10px;
	left:auto;
}
}

#app {

    padding: 0px !important;

}
:root {
    /*主色调*/ 
    --ppc-primary-color: #3e99fd;
    /*页面宽度*/
    --ppc-body-width: 720px;
}


#app{
    max-width: var(--ppc-body-width);
}
.fontStytle {
    font-size: 16px !important;
}
.clearfix {
*zoom:1 ;
}


@media only all and (max-width: 500px) {
  .white-box  .con-tit div{
        font-size:16px !important;
  }
    .swbm td font,
    .swbm td span{
        font-size:15px !important;
    }
    #tmzq  tr td {
        font-size:17px !important;
    }
    .width52{
        width:50% !important;
    }
    .width50{
        width:48% !important;
    }
    .width56{
        width:54% !important;
    }
    .font231{
        font-size:20px !important;
    }
.tim{
    font-size:12px !important;
}
.cnmdeb{
   font-size:  18px !important;
   font-weight:700;
}
body{
font-size:16px !important;
}
.app49123FontSize3{
font-size:19px !important;
}

.bnfs{
font-size:16px !important;
}
#table231145s{
font-size:24px !important;
}

.firstRow,
.firstRow span{
font-size:14.9px !important;
}
.firstRow18{
font-size:16px !important;
}

.dingBu222FontSize3 .location_to{
font-size:16px !important;
}

.table231313111 tr span
.table231313111 tr font{
font-size:14px !important;
}
#spanft{
font-size:20px !important;
}
}
/** 媒体查询 end  */

.tim{
text-align:left;
}


.talbe2321 tr td:first-child{
    width: 25%;
}


font,span{
font-family:"微雅软黑" !important;
}


html {
background:#f0f5f9; 
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,form,input,button,textarea,th,td{margin:0;padding:0}
table{
border-collapse: collapse;
border-spacing: 0;
}
table tr td {
border:1px solid #CCCCFF;
}
img{border:0}
a{color:#444; text-decoration:none;}
/* a:hover{left: 1px;position:relative;top: 1px;text-decoration: underline; background:#FFFF00;} */
li{list-style:none}
body{
overflow-x: hidden;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
color: #444;
background-repeat: repeat-y;
/* background-image: url('bg.jpg'); */
background-attachment: fixed; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5; font-size:24px; font-family:"微雅软黑" !important; background-position-y:center
}
h1,h2,h3,h4,h5,h6{font-size:100%}
textarea{line-height:normal;resize:none;outline:0;vertical-align:middle;-webkit-appearance:none}
::-webkit-input-placeholder,input:-moz-placeholder{font-size:14px}
a,.but,.inp,select,textarea{outline:0;blur:expression(this.onFocus=this.blur());-webkit-tap-highlight-color:rgba(0,0,0,0)}
.gclear:after,.header:after,.footer:after,.cont:after,.box:after,ul.applist:after,ul.piclist:after,ul.limg:after,ul.txtlist:after,ul.txt:after,ul.txt2:after,ul.txt3:after,ul.txt4:after,ul.txt5:after,ul.txt6:after,ul.pics:after,.pages:after{display:block;clear:both;visibility:hidden;height:0;content:''}
.gclear,.header,.footer,.cont,.box,.pages,ul.applist,ul.piclist,ul.limg,ul.txtlist,ul.txt,ul.txt2,ul.txt3,ul.txt4,ul.txt5,ul.txt6,ul.pics{zoom:1}
ul.tools li{float:left;width:31%;height:120px;text-align:center;background-color:#f8f7f5;margin:8px 0 0 8px}
ul.tools li a{position:relative;width:100%;display:block;margin:0 auto;text-decoration:none;height:100%;-moz-background-size:72px 72px;-webkit-background-size:72px 72px;-o-background-size:72px 72px;background-size:72px 72px;background-repeat:no-repeat;background-position:center 12px}
ul.tools li a:hover{text-decoration: underline;}
ul.tools li a span{position:absolute;top:90px;left:0;right:0}
div.header{background-color:#fbfbfb;background:-moz-linear-gradient(top,#fff,#ececec);background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ececec));border-bottom:1px solid #c6c6c6;width:100%;height:44px;moz-box-shadow:0 0 2px rgba(180,180,180,0.7);webkit-box-shadow:0 0 2px rgba(180,180,180,0.7);box-shadow:0 0 2px rgba(180,180,180,0.7);position:relative}
div.ftop{position:fixed;top:0;z-index:999}
#tm{height:55px}
.big-pic img { width: 100%; height: auto !important;}
#top {
background: url('bg.jpg') repeat-y fixed top center;

}
.go6h_header{
width: 100%;
height: 44px;
background-color: #00be16;
position: fixed;
left: 0;
top: 0;
z-index: 999
}
.go6h_header .go6h_header_ul{float:left}
.go6h_header .go6h_header_li{float:left;position:relative;padding-left:16.5px;height:44px;line-height:44px;font-size:1.4rem;color:#fff}
.go6h_header .go6h_header_li i{display:block;height:44px;width:16.5px;position:absolute;top:0;right:-15px;z-index:999;background-size:16.5px}
.go6h_header .go6h_header_li:active{background-color:#f7921e}
.go6h_header .go6h_header_li:active i{background-size:16.5px}
.go6h_header .go6h_header_li.go6h_header_logo{padding-left:5px}
.go6h_header .go6h_header_li.go6h_header_logo span{background:url('logo.png') no-repeat 50% 50%/*tpa=http://www.65114.com/public/logo.png*/;display:block;height:44px;width:210px;background-size:contain;background-position-x:50%; background-position-y:50%}
.go6h_header_right{float:right;font-size:0}
.go6h_header_right .link,.go6h_header_right span{font-size:8pt width:70px;height:44px;text-align:center;color:#fff;padding-top:25px;box-sizing:border-box;display:inline-block;text-decoration:none;padding-right:8px;}
.go6h_header_right .go6h_header_rightPhoneIcon,.go6h_header_right .go6h_header_rightUserIcon,.go6h_header_right .go6h_header_rightFeedbackIcon{font-size:8pt}
.go6h_header_right .go6h_header_rightUserIcon{
background: url('user.png') no-repeat center 9px;
background-size: 13px 13px
}
.go6h_header_right .go6h_header_rightPhoneIcon{background:url('phone.png') no-repeat center 9px/*tpa=http://www.65114.com/public/Phone.png*/;background-size:9px}
.go6h_header_right .go6h_header_rightFeedbackIcon{background:url('feedback.png') no-repeat center 9px/*tpa=http://www.65114.com/public/Feedback.png*/;background-size:15px}

div.header h1,div.header h2,div.header h3{text-shadow:1px 1px 0 #fff;font-size:14pt;text-align:center;line-height:44px}
div.cont h2,div.cont h3{color:green}
a.back,a.more,a.home,a.pop,a.refresh,a.search,a.set{position:absolute;background-color:transparent;background-position:center center;background-repeat:no-repeat;width:30px;height:30px;display:block;margin:7px;-moz-background-size:cover;-webkit-background-size:cover;-o-background-size:cover;background-size:cover}
a.right{right:0}
.fleft{float:left}
.fright{float:right}
.center{text-align:center}
.right{text-align:right}
.left{text-align:left}
.b{font-weight:bold}
.nor{font-weight:normal}
.ml{margin-left:8px}
.mr{margin-right:8px}
.none{display:none}
.cboth{clear:both}
.bwhite{background-color:#fff}
.bgreen{background-color:#008000}
.bred{background-color:red}
.bblue{background-color:blue}
.bpink{background-color:#c00}
.bgray{background-color:#e5e5e5}
.borange{background-color:orange}
.byellow{background-color:#ffffb5}
.bblack{background-color:#333}
.bbb,.br,.brl,.blr,.btr,.brt,.bbr,.brb{border-right:1px solid #e5e5e5}
.bbb,.bl,.brl,.blr,.btl,.blt,.bbl,.blb{border-left:1px solid #e5e5e5}
.bbb,.bt,.btb,.bbt,.btl,.blt,.btr,.brt{border-top:1px solid #e5e5e5}
.bbb,.bb,.btb,.bbt,.blb,.bbl,.brb,.bbr{border-bottom:1px solid #e5e5e5}
.mm,.mr,.mrl,.mlr,.mtr,.mrt,.mbr,.mrb{margin-right:8px}
.mm,.ml,.mrl,.mlr,.mtl,.mlt,.mbl,.mlb{margin-left:8px}
.mm,.mt,.mtb,.mbt,.mtl,.mlt,.mtr,.mrt{margin-top:8px}
.mm,.mb,.mtb,.mbt,.mlb,.mbl,.mrb,.mbr{margin-bottom:8px}
.pp,.pr,.prl,.plr,.ptr,.prt,.pbr,.prb{padding-right:8px}
.pp,.pl,.prl,.plr,.ptl,.plt,.pbl,.plb{padding-left:8px}
.pp,.pt,.ptb,.pbt,.ptl,.plt,.ptr,.prt{padding-top:8px}
.pp,.pb,.ptb,.pbt,.plb,.pbl,.prb,.pbr{padding-bottom:8px}
.f8,.f8 a{font-size:8pt}
.f9,.f9 a{font-size:9pt}
.f10,.f10 a{font-size:10pt}
.f11,.f11 a{font-size:11pt}
.f12,.f12 a{font-size:12pt}
.f13,.f13 a{font-size:13pt}
.f14,.f14 a{font-size:14pt}
.f16,.f16 a{font-size:16pt}
.f18,.f18 a{font-size:18pt}
.f24,.f24 a{font-size:24pt}
.f36,.f36 a{font-size:36pt}
.l100{line-height:100%}
.l150{line-height:150%}
.l180{line-height:180%}
.l200{line-height:200%}
.l250{line-height:250%}
.l300{line-height:300%}
.daxie{text-transform:uppercase}
.xiaoxie{text-transform:lowercase}
table thead th,table tbody th{border:1px solid #e5e5e5;background-color:#f8f8f8;font-weight:normal;padding:3px 1px}
table td{
/* [disabled]border:1px solid #e5e5e5; */
padding: 3px 2px;
word-break: break-all
}
table.center td,table.center th,tr.center td,tr.center th,td.center{text-align:center}
table.nob,table.nob th,table.nob td{border:0}
ul.applist li,ul.txtlist li{height:69px}
ul.applist li,ul.piclist li,ul.limg li,ul.txtlist li{border-top:1px solid #eee;position:relative}
ul.applist li:nth-child(1),ul.piclist li:nth-child(1),ul.limg li:nth-child(1),ul.txtlist li:nth-child(1){border-top:0}
ul.pics{margin:0 4px}
ul.pics li{position:relative;float:left;margin:0 0 8px}
ul.pic2 li{width:50%}
ul.pic3 li{width:33.33%}
ul.pic4 li{width:25%}
ul.pic5 li{width:20%}
ul.pic2 li:nth-child(-n+2),ul.pic3 li:nth-child(-n+3),ul.pic4 li:nth-child(-n+4),ul.pic5 li:nth-child(-n+5){padding-top:8px}
ul.pics li a{margin:0 4px}
ul.txt li,ul.txt2 li,ul.txt3 li,ul.txt4 li,ul.txt5 li,ul.txt6 li{position:relative;-moz-box-shadow:-1px 0 0 0 #eee;-webkit-box-shadow:-1px 0 0 0 #eee;box-shadow:-1px 0 0 0 #eee;border-top:1px solid #eee;float:left}
ul.txt li:nth-child(1),ul.txt2 li:nth-child(-n+2),ul.txt3 li:nth-child(-n+3),ul.txt4 li:nth-child(-n+4),ul.txt5 li:nth-child(-n+5),ul.txt6 li:nth-child(-n+6){border-top:0}
ul.txt li:nth-child(n+1),ul.txt2 li:nth-child(2n+1),ul.txt3 li:nth-child(3n+1),ul.txt4 li:nth-child(4n+1),ul.txt5 li:nth-child(5n+1),ul.txt6 li:nth-child(6n+1),ul.txt li:nth-child(1),ul.txt2 li:nth-child(1),ul.txt3 li:nth-child(1),ul.txt4 li:nth-child(1),ul.txt5 li:nth-child(1),ul.txt6 li:nth-child(1){-moz-box-shadow:0;-webkit-box-shadow:0;box-shadow:0}
ul.txt li{width:100%}
ul.txt2 li{width:50%}
ul.txt3 li{width:33.33%}
ul.txt4 li{width:25%}
ul.txt5 li{width:20%}
ul.txt6 li{width:16.66%}
ul.txtlist li,ul.txt li,ul.txt2 li,ul.txt3 li,ul.txt4 li,ul.txt5 li,ul.txt6 li{height:42px}
ul.arrow li,li.arrow{background:url('ico_arrow.png') no-repeat center right/*tpa=http://www.65114.com/public/ico_arrow.png*/;-moz-background-size:18px 15px;-webkit-background-size:18px 15px;-o-background-size:18px 15px;background-size:18px 15px}
ul.applist li a,ul.piclist li a,ul.limg li a,ul.txtlist li a,ul.txt2 li a,ul.txt3 li a,ul.txt4 li a,ul.txt5 li a,ul.txt6 li a,ul.pics li a{height:100%;display:block;text-decoration:none;overflow-y:hidden}
ul.applist li a:hover,ul.piclist li a:hover,ul.limg li a:hover,ul.txtlist li a:hover,ul.txt2 li a:hover,ul.txt3 li a:hover,ul.txt4 li a:hover,ul.txt5 li a:hover,ul.txt6 li a:hover,ul.pics li a:hover{text-decoration: underline;}
ul.app li a{background-color:transparent;background-position:center 4px;background-size:57px 57px;background-repeat:no-repeat}
ul.app li a{display:block;text-decoration:none;padding-top:65px;padding-bottom:4px}
ul.app li a:hover{text-decoration: underline;}
ul.applist li a,ul.piclist li a,ul.limg li a{background-color:transparent;background-position:6px 6px;background-size:57px 57px;background-repeat:no-repeat}
ul.applist li span.apptitle{position:absolute;left:75px;top:10px;font-size:12pt;font-weight:bold;color:#444;cursor:pointer}
ul.applist li span.appintro{position:absolute;font-weight:normal;left:75px;top:40px;font-size:10pt;color:#999;cursor:pointer}
ul.txtlist li span.apptitle,ul.txtlist li,ul.txt li,ul.txt2 li,ul.txt3 li,ul.txt4 li,ul.txt5 li,ul.txt6 li,ul.txtlist li a,ul.txt li a,ul.txt2 li a,ul.txt3 li a,ul.txt4 li a,ul.txt5 li a,ul.txt6 li a{line-height:45px;font-size:12pt;color:#444;cursor:pointer}
ul.txtlist li span.apptitle a,ul.txtlist li a,ul.txt li a,ul.txt2 li a,ul.txt3 li a,ul.txt4 li a,ul.txt5 li a,ul.txt6 li a{padding:0 8px}
ul.txtlist li span.appintro{position:absolute;font-weight:normal;right:8px;top:0;line-height:45px;font-size:10pt;color:#999;cursor:pointer}
ul.arrow li span.appintro{right:27px}
ul.arrow li span.apptitle{padding-right:27px}
ul.txtlist li span.apptitle{margin-left:8px}
ul.txtlist li a span.apptitle{margin:0}
ul.piclist li a img,ul.limg li a img{vertical-align:text-top;margin:6px}
ul.piclist li span.apptitle,ul.limg li span.apptitle{position:absolute;top:8px;font-size:12pt;font-weight:bold;color:#444;cursor:pointer}
ul.piclist li span.appintro,ul.limg li span.appintro{position:absolute;font-weight:normal;top:38px;font-size:10pt;color:#999;cursor:pointer;right:auto}
ul.limg li a img{width:85px;height:53px}
ul.limg li span.apptitle{max-height:53px;overflow:hidden;font-weight:normal}
div.cont{padding:8px}
div.cont+div.cont{padding:0 8px 8px}
p{margin:8px 0}
p:nth-child(1){margin-top:0}
p+h2,p+h3{padding-top:8px}
p+p{margin-bottom:0}
select{-webkit-appearance:none;height:39px;font-size:12pt;width:100%;border:0;background-color:transparent;background-position:right center;background-repeat:no-repeat;-moz-background-size:18px 5px;-webkit-background-size:18px 5px;-o-background-size:18px 5px;background-size:18px 5px}
@media only screen and (-moz-min-device-pixel-ratio:1),only screen and (-o-min-device-pixel-ratio:1/1),only screen and (-webkit-min-device-pixel-ratio:1),only screen and (min-device-pixel-ratio:1){a.back{background-image:url("../images/nav_back.png")/*tpa=http://www.65114.com/public/l/nav_back.png*/}
a.back:active,a.back:focus{background-image:url("../images/nav_back_h.png")/*tpa=http://www.65114.com/public/l/nav_back_h.png*/}
a.more{background-image:url("../images/nav_more.png")/*tpa=http://www.65114.com/public/l/nav_more.png*/}
a.more:active,a.more:focus{background-image:url("../images/nav_more_h.png")/*tpa=http://www.65114.com/public/l/nav_more_h.png*/}
a.home{background-image:url("../images/nav_home.png")/*tpa=http://www.65114.com/public/l/nav_home.png*/}
a.home:active,a.home:focus{background-image:url("../images/nav_home_h.png")/*tpa=http://www.65114.com/public/l/nav_home_h.png*/}
a.pop{background-image:url("../images/nav_pop.png")/*tpa=http://www.65114.com/public/l/nav_pop.png*/}
a.pop:active,a.pop:focus{background-image:url("../images/nav_pop_h.png")/*tpa=http://www.65114.com/public/l/nav_pop_h.png*/}
a.refresh{background-image:url("../images/nav_refresh.png")/*tpa=http://www.65114.com/public/l/nav_refresh.png*/}
a.refresh:active,a.refresh:focus{background-image:url("../images/nav_refresh_h.png")/*tpa=http://www.65114.com/public/l/nav_refresh_h.png*/}
a.search{background-image:url("../images/nav_search.png")/*tpa=http://www.65114.com/public/l/nav_search.png*/}
a.search:active,a.search:focus{background-image:url("../images/nav_search_h.png")/*tpa=http://www.65114.com/public/l/nav_search_h.png*/}
ul.arrow li,li.arrow{background-image:url("../images/ico_arrow.png")/*tpa=http://www.65114.com/public/l/ico_arrow.png*/}
select{background-image:url("../images/select.png")/*tpa=http://www.65114.com/public/l/select.png*/}
}
@media only screen and (-moz-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.back{background-image:url("../images/nav_back.png")/*tpa=http://www.65114.com/public/nav_back.png*/}
a.back:active,a.back:focus{background-image:url("../images/nav_back_h.png")/*tpa=http://www.65114.com/public/nav_back_h.png*/}
a.more{background-image:url("../images/nav_more.png")/*tpa=http://www.65114.com/public/nav_more.png*/}
a.more:active,a.more:focus{background-image:url("../images/nav_more_h.png")/*tpa=http://www.65114.com/public/nav_more_h.png*/}
a.home{background-image:url("../images/nav_home.png")/*tpa=http://www.65114.com/public/nav_home.png*/}
a.home:active,a.home:focus{background-image:url("../images/nav_home_h.png")/*tpa=http://www.65114.com/public/nav_home_h.png*/}
a.pop{background-image:url("../images/nav_pop.png")/*tpa=http://www.65114.com/public/nav_pop.png*/}
a.pop:active,a.pop:focus{background-image:url("../images/nav_pop_h.png")/*tpa=http://www.65114.com/public/nav_pop_h.png*/}
a.refresh{background-image:url("../images/nav_refresh.png")/*tpa=http://www.65114.com/public/nav_refresh.png*/}
a.refresh:active,a.refresh:focus{background-image:url("../images/nav_refresh_h.png")/*tpa=http://www.65114.com/public/nav_refresh_h.png*/}
a.search{background-image:url("../images/nav_search.png")/*tpa=http://www.65114.com/public/nav_search.png*/}
a.search:active,a.search:focus{background-image:url("../images/nav_search_h.png")/*tpa=http://www.65114.com/public/nav_search_h.png*/}
ul.arrow li,li.arrow{background-image:url("../images/ico_arrow.png")/*tpa=http://www.65114.com/public/ico_arrow.png*/}
select{background-image:url("../images/select.png")/*tpa=http://www.65114.com/public/select.png*/}
}
@media only screen and (-moz-min-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2){a.back{background-image:url("../images/nav_back.png")/*tpa=http://www.65114.com/public/nav_back.png*/}
a.back:active,a.back:focus{background-image:url("../images/nav_back_h.png")/*tpa=http://www.65114.com/public/nav_back_h.png*/}
a.more{background-image:url("../images/nav_more.png")/*tpa=http://www.65114.com/public/nav_more.png*/}
a.more:active,a.more:focus{background-image:url("../images/nav_more_h.png")/*tpa=http://www.65114.com/public/nav_more_h.png*/}
a.home{background-image:url("../images/nav_home.png")/*tpa=http://www.65114.com/public/nav_home.png*/}
a.home:active,a.home:focus{background-image:url("../images/nav_home_h.png")/*tpa=http://www.65114.com/public/nav_home_h.png*/}
a.pop{background-image:url("../images/nav_pop.png")/*tpa=http://www.65114.com/public/nav_pop.png*/}
a.pop:active,a.pop:focus{background-image:url("../images/nav_pop_h.png")/*tpa=http://www.65114.com/public/nav_pop_h.png*/}
a.refresh{background-image:url("../images/nav_refresh.png")/*tpa=http://www.65114.com/public/nav_refresh.png*/}
a.refresh:active,a.refresh:focus{background-image:url("../images/nav_refresh_h.png")/*tpa=http://www.65114.com/public/nav_refresh_h.png*/}
a.search{background-image:url("../images/nav_search.png")/*tpa=http://www.65114.com/public/nav_search.png*/}
a.search:active,a.search:focus{background-image:url("../images/nav_search_h.png")/*tpa=http://www.65114.com/public/nav_search_h.png*/}
ul.arrow li,li.arrow{background-image:url("../images/ico_arrow.png")/*tpa=http://www.65114.com/public/ico_arrow.png*/}
select{background-image:url("../images/select.png")/*tpa=http://www.65114.com/public/select.png*/}
}
div.box{
margin-top: 0;
/* margin-right: 8px;
margin-left: 8px; */
/* [disabled]margin-bottom: 8px; */
background-color:#FFF;
}
@media screen and (min-width:720px){
div.box,div.adbox,div.nobox{
margin-top: 0;
margin-right: auto;
margin-left: auto;
/* [disabled]margin-bottom: 8px; */
max-width: 720px
}
.go6h_header,.top_bar{
    width: 720px;
    left:50%;
    margin-left: -360px;
}
}
div.box img{vertical-align:middle;}
div.box li img{border-radius: 20px 20px;}
div.box div.title,div.box div.otitle,div.box div.foot{font-size:13pt;padding:4px 8px;color:#666;background-color:#fbfbfb;background:-moz-linear-gradient(top,#fff,#f8f8f8);background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f8f8f8));border-top:1px solid #eee;border-bottom:1px solid #eee}
div.box div.title{border-top:0;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;-webkit-border-top-left-radius:4px;-webkit-border-top-right-radius:4px;border-top-left-radius:4px;border-top-right-radius:4px}
div.foot{border-bottom:0;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#fbfbfb;background:-moz-linear-gradient(top,#fff,#f8f8f8);background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f8f8f8))}
div.box,.shadow,div.pop,.pages a{-moz-box-shadow:0 1px 2px rgba(180,180,180,0.7);-webkit-box-shadow:0 1px 2px rgba(180,180,180,0.7);box-shadow:0 1px 2px rgba(180,180,180,0.7)}
a.top{float:right;height:40px;display:block;color:#fff}
div.footer{font-size:9pt;color:#999;margin:0 8px;height:30px}
div.footer a{color:#999}
div.box,.rpic,div.pop,#gotop,.pages a{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
div.pop{position:fixed;z-index:1000;width:120px;height:60px;background-color:#666;color:#fff;padding:8px;top:38px;right:8px;opacity:1;visibility:visible;-webkit-transition:opacity .2s ease-in-out;-moz-transition:opacity .2s ease-in-out;-o-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}
div.nopop{width:0;height:0;opacity:0;visibility:hidden}
#gotop{position:fixed;width:45px;height:45px;bottom:60px;right:10px;background:#fff url('gotop.png') no-repeat center/*tpa=http://www.65114.com/public/gotop.png*/;-moz-opacity:.70;opacity:.70;-moz-background-size:45px 45px;-webkit-background-size:45px 45px;-o-background-size:45px 45px;background-size:45px 45px;z-index:999}
.wrapper{width:100%;height:100%;position:absolute}
.panel{height:100%;overflow-y:scroll;position:relative}
.pages a{font-size:10pt;padding:12px 18px;color:#666;text-align:center;display:inline-block;text-decoration:none;background-color:#fbfbfb;background:-moz-linear-gradient(top,#fff,#f8f8f8);background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f8f8f8))}
.pages a:hover{text-decoration: underline;}
.pages a+a{margin-left:10px}
.pages{margin:0 8px 8px}
.ipt{font-size:12pt;color:#666;height:39px;line-height:39px;color:#666}
.ibl,.iblr{border-left:1px solid #c6c6c6}
.ibr,.iblr{border-right:1px solid #c6c6c6}
.but,.lbut{border:0;border-left:1px solid #c6c6c6;font-size:12pt;color:#666;height:39px;width:80px;margin-left:10px;text-align:center;display:inline-block;-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fbfbfb;background:-moz-linear-gradient(top,#fff,#f8f8f8);background:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f8f8f8))}
.lbut{border:0;margin:0;width:100%;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
table.sbut,table.sbut tr,table.sbut th,table.sbut td{border:0}
.inp{height:39px;font-size:12pt;width:100%;border:0;background-color:transparent}
.texa{width:100%;border:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.wrap{display:-moz-box;display:-webkit-box;display:box;border:1px solid #c6c6c6;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}
.pbut{width:90px}
.pinp{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1}
.pwrap{display:-moz-box;display:-webkit-box;display:box}
.pbox,.pbox1{width:25%}
.pbox2{width:50%}
.pbox3{width:75%}
a.white,.white,.white a{color:#fff}
a.green,.green,.green a{color:#008000}
a.red,.red,.red a{color:red}
a.blue,.blue,.blue a{color:blue}
a.pink,.pink,.pink a{color:#c00}
a.gray,.gray,.gray a{color:#aaa}
a.orange,.orange,.orange a{color:orange}
a.yellow,.yellow,.yellow a{color:#ff0}
a.black,.black,.black a{color:#333}
.noline a,a.noline{text-decoration:none}
.noline a:hover,a.noline:hover{text-decoration: underline;}
.ad_bottom{height:60px;width:100%}
.ad_bottom .ad_bottom_con{-webkit-box-sizing:border-box;position:fixed;bottom:0;left:0;z-index:1000;padding:0 8px;overflow:hidden;width:100%}
.ad_bottom .ad_bottom_con img{width:100%}
.weatherDate{border-bottom:1px solid #dadada;margin:0 auto;padding:0;height:100%;text-align:center;position:relative}
.weatherDate li{width:50%;float:left}
.weatherDate li a{display:block;border-left:1px solid #dadada;overflow:hidden}
.weatherDate li a:active{background-color:#e7e7e7}
.weatherDate li:nth-child(2n+1) a{border-left:0 none;border-right:1px solid #fff}
.weatherDate li .pTxt{display:inline-block;margin:0 auto;position:relative}
.weatherDate li .pTxt .sDes{display:block;text-align:left}
.weatherDate li.weatherList .weatherPic{position:absolute;top:0;left:0}
.weatherDate li.dateList .dateIcon{position:absolute;top:0;left:0}
@media only screen{.weatherDate{font-size:17px}
.weatherDate li a{font-size:13px;line-height:17px}
.weatherDate li .pTxt{margin-top:6px;margin-bottom:6px;height:46px}
.weatherDate li .pTxt .sDes{padding-top:6px}
.weatherDate li.weatherList .pTxt{padding-left:30px}
.weatherDate li.weatherList .pTxt .weatherPic{width:23px;height:23px;top:2px}
.weatherDate li.dateList .pTxt{padding-left:25px}
.weatherDate li.dateList .pTxt .dateIcon{width:16px;height:17px;background-size:16px 17px;top:8px}
}
@media only screen and (min-width:360px) and (max-width:399px){.weatherDate{font-size:19px}
.weatherDate li a{font-size:15px;line-height:19px}
.weatherDate li .pTxt{margin-top:7px;margin-bottom:7px;height:52px}
.weatherDate li .pTxt .sDes{padding-top:6px}
.weatherDate li.weatherList .pTxt{padding-left:34px}
.weatherDate li.weatherList .pTxt .weatherPic{width:26px;height:26px;top:3px}
.weatherDate li.dateList .pTxt{padding-left:28px}
.weatherDate li.dateList .pTxt .dateIcon{width:18px;height:19px;background-size:18px 19px;top:9px}
}
@media only screen and (min-width:400px) and (max-width:479px){.weatherDate{font-size:21px}
.weatherDate li a{font-size:16px;line-height:21px}
.weatherDate li .pTxt{margin-top:8px;margin-bottom:8px;height:58px}
.weatherDate li .pTxt .sDes{padding-top:7px}
.weatherDate li.weatherList .pTxt{padding-left:38px}
.weatherDate li.weatherList .pTxt .weatherPic{width:29px;height:29px;top:3px}
.weatherDate li.dateList .pTxt{padding-left:31px}
.weatherDate li.dateList .pTxt .dateIcon{width:20px;height:21px;background-size:20px 21px;top:10px}
}
@media only screen and (min-width:480px){.weatherDate{font-size:26px}
.weatherDate li a{font-size:20px;line-height:26px}
.weatherDate li .pTxt{margin-top:10px;margin-bottom:10px;height:70px}
.weatherDate li .pTxt .sDes{padding-top:9px}
.weatherDate li.weatherList .pTxt{padding-left:46px}
.weatherDate li.weatherList .pTxt .weatherPic{width:35px;height:35px;top:4px}
.weatherDate li.dateList .pTxt{padding-left:38px}
.weatherDate li.dateList .pTxt .dateIcon{width:25px;height:26px;background-size:25px 26px;top:12px}
}
#pages_nav{ margin:0 auto;}
#pages_nav a{ margin:0 8px; line-height:25px;}

/* pagination */
.iCMS_pagination { margin: 10px; clear: both; max-height: 30px; position: relative; text-align: center }
.iCMS_pagination a,.iCMS_pagination span { display: inline-block; padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #fff; border: 1px solid #ddd; border-left-width: 0 }
.iCMS_pagination span.current,.iCMS_pagination span.page_nowindex{background-color: #ddd;color: #333;}
.iCMS_pagination a:hover, .iCMS_pagination a:focus { background-color: #f5f5f5 }
.iCMS_pagination a.page_nowindex { color: #999; cursor: default }
.iCMS_pagination a:first-child, .iCMS_pagination span:first-child { border-left-width: 1px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px }
.iCMS_pagination a:last-child, .iCMS_pagination span:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px }


.indexlingks{}
.indexlingks a{ text-decoration:none; margin-left:5px; }
.cont a{ text-decoration:none;}


.pic-list { padding-top: 10px; text-align: center;}
.pic-list span { float: left; width: 50%;}
.pic-list span img { width: 90%; height: 150px; margin: 0 auto;}
.pic-list span em { height: 40px; line-height: 40px;}

.photoBox{display:inline-block;position:relative;}
.photoBox img{display:block;}
.zoom{}
.photoArea{zoom:1; margin: 0;}
.minifier{}
.photoArea {}
.photoArea img { width: 100%; height: auto;}

.clearfix:after {content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden }



.w20{
width:20%
}



table:{
border: 1px solid #CCCCFF !important!;
}
.box.spareURL p {
font-size: 15pt;
font-weight: 700;
color: #ff0000;
text-align: center;
}
.box.spareURL a {
display: block;
float: left;
width: 33.33%;
text-align: center;
font-size: 16pt;
color: rgb(0, 0, 255);
font-weight: bold;
text-shadow: 0px 0px 10px #00ff88;
animation-name: pulse;
animation-duration: 1s;
animation-fill-mode: both;
animation-iteration-count: infinite;
text-decoration: none;
}

.dhsx { border-radius: 15px 15px;}
li:hover { background:#0099CC; cursor:pointer;}
@keyframes pulse{
0%{transform:scaleX(1)}
50%{transform:scale3d(1.2,1.2,1.2)}
to{transform:scaleX(1)}
}
@media screen and (max-width: 720px){
.box.spareURL a {
    font-size: 10pt;
}
@media screen and (max-width: 720px)
.box li {
float: left;
width: 76%;
text-align: center;
background: #00CC99;
margin-left: 10px;
margin-top: 5px;
margin-bottom: 5px;
display: inline;
}
.box li img { border:#0000FF; width:90px; height:90px; margin-top:10px; }
}

.pingte2108Main, .pingte2108Main:hover {
text-decoration: none !important;
font-size: 1em !important;
line-height: 1.5 !important;
font-weight: bold !important;
background-color: #000 !important;
display: block !important;
}
.pingte2108Main>div {
padding: 0.1em 0;
display: flex;
align-items: center;
justify-content: center;
}
.pingte210811Title {
white-space: nowrap;
background-color: #000;
color: #fff;
text-align: center;
line-height: 1.9;
font-weight: 900;
}

#ily5200 .sanheyi {
margin-bottom: 0px;
text-align: center;
font-weight: bold;

color: #3ebc40;
line-height: 30px;
}

.pingte2108icon {
display: inline-block;
vertical-align: middle;
width: 1em;
}
#ily5200 .sanheyi ul {
display: flex;
border-bottom: solid 3px #3ebc40;
}
#ily5200 .sanheyi li.hover {
color: #fff;
background: #3ebc40;
}
#ily5200 .sanheyi li {
float: left;
text-align: center;
background: #FFFF;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
display: inline;
width: 50%;
padding: 5px 0;
box-sizing: border-box;
cursor: pointer;
}
.ddtz {
background-color: #fff;
}
.duilianpt {
table-layout: auto;
color: #FF0000;
border-radius: 5px;
overflow: hidden;
text-align: center;
background: #fff;
}
.duilianpt tr {
height: 30px;
}
.duilianpt td {
font-weight: bold;
border: 1px solid #C0C0C0;
}

.ddtz td {
text-align: center;
}

.swiper-wrapper{
    position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.mySwiperaomenBoxImg1 .swiper-slide {
width: auto;
}
.swiper-slide {
flex-shrink: 0;
height: 100%;
position: relative;
transition-property: transform;
}
.mySwiperaomenBoxImg1 .swiper-slide>div,
.mySwiperaomenBoxImg .swiper-slide>div {
padding: 2px 4px;
}
.mySwiperaomenBoxImg1 .swiper-slide>div>div.activebtn9X1MA, {
font-weight: 900;
color: #fff;
background-color: rgb(64, 158, 255);
}
.mySwiperaomenBoxImg1 .swiper-slide>div>div,
.mySwiperaomenBoxImg .swiper-slide>div>div {
user-select: none;
padding: 4px 10px;
line-height: 1;
border-radius: 20px;
border: 1px solid rgb(64, 158, 255);
}
.mySwiperaomenBoxImg .swiper-slide {
width: auto;
}
.swiper-pointer-events {
touch-action: pan-y;
}
.mySwiperaomenBoxImg .swiper-slide>div>div.activebtn9X1MA {
font-weight: 900;
color: #fff;
background-color: rgb(64, 158, 255);
}
.app49123, .app49123Main{
background-color: #000;
border: 0.2em solid #ff0;
padding: 0.2em;
}
.app49123Main>div{
display: flex;
align-items: center;
justify-content: center;
}
.app49123Main>div>div{
    line-height: 1.4;
color: #00FF00;
}
.app49123, .app49123 * {
   box-sizing: border-box !important;
font-weight: 900 !important;
    -webkit-text-size-adjust: 100% !important;
}
.app49123FontSize3 {
font-size: 29px;
}

.pingtepingte1402731Main, .pingtepingte1402731Main:hover {
text-decoration: none !important;
font-size: 0.8em;
line-height: 1.5 !important;
font-weight: bold !important;
background-color: #000 !important;
display: block !important;
}

.pingtepingte1402731Main > div {
padding: 0.1em 0;

}
.pingtepingte1402731Main > div {
padding: 0.1em 0;
display: flex;
align-items: center;
justify-content: center
}
.pingte2108icon {
display: inline-block;
vertical-align: middle;
width: 1em;
}

:root {
  /*主色调*/
  --ppc-primary-color: #f5b047;
  /*页面宽度*/
  /* --ppc-body-width: 960px; */
}

#app {
  max-width: var(--ppc-body-width);
  margin: 0 auto !important;

  border-left: solid 1px #f5b047;
  border-right: solid 1px #f5b047;
  box-sizing: content-box;
  background: #fff;
}
 
 
.qiehuangleixingdiv {
  background-image: url(https://js.qcloudpic.com/group1/default/images/DAA520.png);
  background-size: 100% 40px;
  background-repeat: no-repeat;
  height: 40px;
  align-items: center;
  color: #fff;
  background-color: #eee;
}

.txgai{ display: none !important; }

#wzzz tr td:nth-child(odd) {
      border-right: 1px solid #DDDDDD;
  }
  #wzzz {
      width: 100%;
      background-color: #ffffff;
  }
  #wzzz tr td {
      width: 98%;
      border: 0.0625rem solid rgb(236, 225, 192);
      float: left;
      box-sizing: border-box;
      list-style: none;
      margin: 2px;
      border-radius: 8px;
  }
  #wzzz #wztp {
      height: 50px;
      float: left;
      margin-left: 10px;
  }
  #wzzz #wztp img {
      height: 100%;
      margin-top: -6px;
  }
  #wzzz #wzwzz {
      float: left;
      margin-left: 20px;
      padding-top: 5px;
  }
  #wzzz #wzwzz .wzz1 {
      margin: 0;
      margin-top: 2px;
      color: black;
      font-size: 18px;
  }
  #wzzz #wzwzz .wzz2 {
      margin: 0;
      font-size: 12px;
      color: #808080;
  }
  .Btnbaz {
      margin-top: 10px;
      position: relative;
      width: 80px;
      height: 40px;
      border-radius: 45px;
      border: none;
      background-color: rgb(151, 95, 255);
      color: white !important;
      box-shadow: 0px 10px 10px rgb(210, 187, 253) inset,
                  0px 5px 10px rgba(5, 5, 5, 0.212),
                  0px -10px 10px rgb(124, 54, 255) inset;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .Btnbaz::before {
      width: 70%;
      height: 2px;
      position: absolute;
      background-color: rgba(250, 250, 250, 0.678);
      content: "";
      filter: blur(1px);
      top: 7px;
      border-radius: 50%;
  }
  .Btnbaz::after {
      width: 70%;
      height: 2px;
      position: absolute;
      background-color: rgba(250, 250, 250, 0.137);
      content: "";
      filter: blur(1px);
      bottom: 7px;
      border-radius: 50%;
  }
  .Btnbaz:hover {
      animation: jello-horizontal 0.9s both;
  }
  @keyframes jello-horizontal {
      0% { transform: scale3d(1, 1, 1); }
      30% { transform: scale3d(1.25, 0.75, 1); }
      40% { transform: scale3d(0.75, 1.25, 1); }
      50% { transform: scale3d(1.15, 0.85, 1); }
      65% { transform: scale3d(0.95, 1.05, 1); }
      75% { transform: scale3d(1.05, 0.95, 1); }
      100% { transform: scale3d(1, 1, 1); }
  }
  .hiuhiu {
      
      background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 251, 237) 100%);
  }
  .hiuhiu1 {
      
      background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(241, 245, 249) 100%);
  }
  .hiuhiu2 {
      
      background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(255, 246, 237) 100%);
  }
  .chudodo font {
      color: #f00;
      font-size: 1.5em;
      border-radius: 3px;
      border: 1px solid #f00;
      margin-left: 5px;
  }
  @media (max-width: 374px) {
      #wzzz #wzwzz .wzz2 {
          font-size: 15px !important;
      }
  }
  @media (min-width: 375px) and (max-width: 391px) {
      #wzzz #wzwzz .wzz2 {
          font-size: 16px !important;
      }
  }
  @media (min-width: 392px) and (max-width: 427px) {
      #wzzz #wzwzz .wzz2 {
          font-size: 17px !important;
      }
  }
  @media (min-width: 428px) and (max-width: 720px) {
      #wzzz #wzwzz .wzz2 {
          font-size: 19px !important;
      }
  }
  @media (min-width: 721px) {
      #wzzz #wzwzz .wzz2 {
          font-size: 25px !important;
      }
  }
  @media (max-width: 374px) {
      #wzzz #wzwzz .wzz1 {
          font-size: 15px !important;
      }
  }
  @media (min-width: 375px) and (max-width: 391px) {
      #wzzz #wzwzz .wzz1 {
          font-size: 16px !important;
      }
  }
  @media (min-width: 392px) and (max-width: 427px) {
      #wzzz #wzwzz .wzz1 {
          font-size: 17px !important;
      }
  }
  @media (min-width: 428px) and (max-width: 720px) {
      #wzzz #wzwzz .wzz1 {
          font-size: 19px !important;
      }
  }
  @media (min-width: 721px) {
      #wzzz #wzwzz .wzz1 {
          font-size: 25px !important;
      }
  }
  
.kuangjiaFontSize1 {
        font-size: 38px;
    }
   .kuangjiaFontSize1 .kuangjiaImgTop{
       height:970px;
    }
    .kuangjiaFontSize2 {
        font-size: 35px;
    }

    .kuangjiaFontSize3 {
        font-size: 29px;
    }

    .kuangjiaFontSize4 {
        font-size: 24px;
    }

    .kuangjiaFontSize5 {
        font-size: 23px;
    }

    .kuangjiaFontSize6 {
        font-size: 22px;
    }

    .kuangjiaFontSize7 {
        font-size: 18px;
    }
   
    .kuangjiaFontSize8 {
        font-size: 15px;
    }

    .kuangjiaFontSize9 {
        font-size: 14px;
    }
    .kuangjiaFontSize9 .kuangjiabigNew {
        font-size: 1em !important;
    }
    .kuangjiaFontSize10 {
        font-size: 14.5px;
    }
     .kuangjiaFontSize11 {
        font-size: 12px;
    }
    .kuangjiaFontSize6 .kuangjiaImgTop,
    .kuangjiaFontSize7 .kuangjiaImgTop,
    .kuangjiaFontSize8 .kuangjiaImgTop,
    .kuangjiaFontSize9 .kuangjiaImgTop,
    .kuangjiaFontSize10 .kuangjiaImgTop,
    .kuangjiaFontSize11 .kuangjiaImgTop
    {
       height:370px;
    }
    .kuangjia11Title {
        white-space:nowrap;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 1.9;
        font-size: 1.7em !important;
         font-weight: 900;
    }

    .kuangjiaMain>div {
       
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .kuangjiaMain>div>div {
       
        line-height:1.4;
        color:#00FF00;
    }

    .kuangjiaicon {
        vertical-align: middle;
        width: 1em;
    }

    .kuangjia, .kuangjia  *{
        -webkit-text-size-adjust: 100% !important;
    }

    .kuangjiaMain, .kuangjiaMain:hover {
        text-decoration: none !important;
        font-size: 1em !important;
        line-height: 1.5 !important;
         font-weight: bold !important;
         background-color:#000 !important;
         display:block !important;
    }
    .kuangjiaWrap{
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .kuangjiaFontSize1 .randomHeightimg,.kuangjiaFontSize2 .randomHeightimg{
        height:720px !important;
    }
   .kuangjiaFontSize11 .randomHeightimg , .kuangjiaFontSize9 .randomHeightimg , .kuangjiaFontSize8 .randomHeightimg , .kuangjiaFontSize10 .randomHeightimg{
        height:280px !important;
    }
    .kuangjia,.kuangjia *{
        box-sizing:border-box  !important;
        font-weight:900  !important;
        
    }
     .kuangjia,.kuangjiaMain{
       background-color:#000;
        border:0.2em solid #ff0;
        padding:0.2em;
    }
	
.caisize1 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 28px; 
    line-height: 2;
    background-color: var(--ppc-primary-color);
    color: #fff;
}
@media only screen and (max-width: 960px) {
   .caisize1{
        font-size: 24px !important; 
    }
}
@media only screen and (max-width: 720px) {
    .caisize1 {
        font-size: 22px !important;
    }
}















.nav-footer[data-v-2bc6436e] {
    font-weight: 700;
}
div#baomaqgBtn4BoxFatherBoxCopy1Father {
    font-weight: 700;
   
}

    #app{
      padding-bottom:120px
    }
    
  @media (max-width: 720px) {
    #app {
      padding-bottom: 100px; /* 根据需要调整这个值 */
    }
  }
  .bottom-nav-bar{
    background: #fff;
    width: 100%;
  }
  .baomaqgBtn4BoxFatherFiveBottom2 {
    font-size: 14px !important;
  max-width:var(--ppc-body-width)
  }
  .baomaqgBtn4BoxFatherFiveBottom {
    z-index: 99;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    opacity: 0;
    display: flex;
    margin: auto;
    color: #000;
    align-items: flex-end;
    user-select: none;
  }
  .baomaqgBtn4BoxFatherFiveBottomBackground {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4em;
    background: #fff;
    z-index: -1;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
  }
  .baomaqgBtn4BoxFatherFiveBottomItem {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .baomaqgBtn4BoxFatherFiveBottomItemBox {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .baomaqgBtn4BoxFatherFiveBottomItemBox1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .baomaqgBtn4BoxFatherFiveBottomItemBoxImg {
    display: block;
    width: 2em;
  }
  .baomaqgBtn4BoxFatherFiveBottomItemBoxImg {
    display: block;
    width: 2em;
  }
  .baomaqgBtn4BoxFatherFiveBottomItemBox2 {
    text-align: center;
    line-height: 1.2; /* 減小行高 */
    font-weight: bold;
    font-size: 12px; /* 設定較小的字體大小 */
  }
  .baomaqgBtn4BoxFatherFiveBottomItemBox1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px; /* 增加與文字的間距 */
  }

.nav-icon {
    height: 24px;
    width: auto; /* 保持宽高比例 */
}

  .baomaqgBtn4BoxFatherFiveBottomItemBox2 {
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
  }
  .baomaqgBtn4BoxFatherFiveBottomItemActive {
    color: var(--ppc-primary-color);
  }
  .baomaqgBtn4BoxFatherFiveBottomItem {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .baomaqgBtn4BoxFatherFiveBottomItemBoxImgCenter {
    width: 3em;
  }
    /* 增加媒體查詢,針對小螢幕設備進行調整 */
    @media (max-width: 360px) {
    .baomaqgBtn4BoxFatherFiveBottomItemBox2 {
      font-size: 12px; /* 更小的字體 */
    }
    
    .baomaqgBtn4BoxFatherFiveBottomItemBox1 {
      width: 20px; /* 更小的圖示 */
      height: 20px;
    }
    .baomaqgBtn4BoxFatherFiveBottomBackground{
        height: 3.5em;
    }
  }
