/* ::::: http://msjwt.szga.gov.cn/yjjbwx/lib/jquery-weui/lib/weui.css ::::: */

html {}

body {
	line-height: 1.6;
	font-family: -apple-system-font, "Helvetica Neue", sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0px none;
}

a {
	text-decoration: none;
}

@font-face {
	font-family: "weui";
	font-style: normal;
	font-weight: normal;
	src: url('undefined') format("truetype");
}

[class^="weui-icon-"]::before, [class*=" weui-icon-"]::before {
	display: inline-block;
	margin-left: 0.2em;
	margin-right: 0.2em;
}

.weui-icon-circle::before {
	content: "";
}

.weui-icon-download::before {
	content: "";
}

.weui-icon-info::before {
	content: "";
}

.weui-icon-safe-success::before {
	content: "";
}

.weui-icon-safe-warn::before {
	content: "";
}

.weui-icon-success::before {
	content: "";
}

.weui-icon-success-circle::before {
	content: "";
}

.weui-icon-success-no-circle::before {
	content: "";
}

.weui-icon-waiting::before {
	content: "";
}

.weui-icon-waiting-circle::before {
	content: "";
}

.weui-icon-warn::before {
	content: "";
}

.weui-icon-info-circle::before {
	content: "";
}

.weui-icon-cancel::before {
	content: "";
}

.weui-icon-search::before {
	content: "";
}

.weui-icon-clear::before {
	content: "";
}

.weui-icon-back::before {
	content: "";
}

.weui-icon-delete::before {
	content: "";
}

[class^="weui-icon_"]::before, [class*=" weui-icon_"]::before {
	margin: 0px;
}

.weui-btn {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 14px;
	padding-right: 14px;
	box-sizing: border-box;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: rgb(255, 255, 255);
	line-height: 2.55556;
	border-radius: 5px;
	overflow: hidden;
}

.weui-btn::after {
	content: " ";
	width: 200%;
	height: 200%;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transform: scale(0.5);
	transform-origin: 0px 0px 0px;
	box-sizing: border-box;
	border-radius: 10px;
}

.weui-btn_default:visited:not(.weui-btn_disabled) {
	color: rgb(0, 0, 0);
}

.weui-btn_default:active:not(.weui-btn_disabled) {
	color: rgba(0, 0, 0, 0.6);
	background-color: rgb(222, 222, 222);
}

.weui-btn_primary {
	background-color: rgb(26, 173, 25);
}

.weui-btn_primary:visited:not(.weui-btn_disabled) {
	color: rgb(255, 255, 255);
}

.weui-btn_primary:active:not(.weui-btn_disabled) {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgb(36, 125, 176);
}

.weui-btn_warn:visited:not(.weui-btn_disabled) {
	color: rgb(255, 255, 255);
}

.weui-btn_warn:active:not(.weui-btn_disabled) {
	color: rgba(255, 255, 255, 0.6);
	background-color: rgb(206, 60, 57);
}

.weui-btn_plain-primary:active:not(.weui-btn_plain-disabled) {
	color: rgba(26, 173, 25, 0.6);
	border-color: rgba(26, 173, 25, 0.6);
}

.weui-btn_plain-primary::after {
	border-width: 0px;
}

.weui-btn_plain-default:active:not(.weui-btn_plain-disabled) {
	color: rgba(53, 53, 53, 0.6);
	border-color: rgba(53, 53, 53, 0.6);
}

.weui-btn_plain-default::after {
	border-width: 0px;
}

button.weui-btn, input.weui-btn {
	width: 100%;
	border-width: 0px;
	outline: 0px none;
}

button.weui-btn:focus, input.weui-btn:focus {
	outline: 0px none;
}

.weui-btn-area {
	margin: 1.17647em 15px 0.3em;
}

.weui-msg {
	padding-top: 36px;
	text-align: center;
}

.weui-msg__icon-area {
	margin-bottom: 30px;
}

.weui-msg__text-area {
	margin-bottom: 25px;
	padding: 0 20px;
}

.weui-msg__title {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 20px;
}

.weui-msg__desc {
	font-size: 14px;
	color: #999999;
}

.weui-cells::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-cells::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-cell {
	padding: 10px 15px;
	position: relative;
	display: flex;
	align-items: center;
}

.weui-cell::before {
	content: " ";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
	left: 15px;
}

.weui-cell:first-child::before {
	display: none;
}

.weui-cell__bd {
	flex: 1 1 0%;
}

.weui-cell_access .weui-cell__ft::after {
	content: " ";
	display: inline-block;
	height: 10px;
	width: 10px;
	border-width: 2px 2px 0px 0px;
	border-color: rgb(200, 200, 205);
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 2px;
}

.weui-cell_link:first-child::before {
	display: block;
}

.weui-cells_radio .weui-check:checked+.weui-icon-checked::before {
	display: block;
	content: "";
	color: rgb(9, 187, 7);
	font-size: 16px;
}

.weui-cells_checkbox .weui-icon-checked::before {
	content: "";
	color: rgb(201, 201, 201);
	font-size: 23px;
	display: block;
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked::before {
	content: "";
	color: rgb(9, 187, 7);
}

.weui-label {
	display: block;
	width: 105px;
	word-wrap: break-word;
	word-break: break-all;
}

.weui-input {
	width: 100%;
	border: 0px none;
	outline: 0px none;
	background-color: transparent;
	font-size: inherit;
	color: inherit;
	height: 1.41176em;
	line-height: 1.41176;
}

.weui-form-preview {
	position: relative;
	background-color: rgb(255, 255, 255);
}

.weui-form-preview::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-form-preview::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-form-preview__hd {
	position: relative;
	padding: 10px 15px;
	text-align: right;
	line-height: 2.5em;
}

.weui-form-preview__hd::after {
	content: " ";
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
	left: 15px;
}

.weui-form-preview__hd .weui-form-preview__value {
	font-style: normal;
	font-size: 1.6em;
}

.weui-form-preview__ft::after {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(213, 213, 214);
	color: rgb(213, 213, 214);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-form-preview__item {
	overflow: hidden;
}

.weui-form-preview__label {
	float: left;
	margin-right: 1em;
	min-width: 4em;
	color: rgb(153, 153, 153);
	text-align: justify;
}

.weui-form-preview__value {
	display: block;
	overflow: hidden;
	word-break: normal;
	word-wrap: break-word;
}

.weui-form-preview__btn::after {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	bottom: 0px;
	border-left: 1px solid rgb(213, 213, 214);
	color: rgb(213, 213, 214);
	transform-origin: 0px 0px 0px;
	transform: scaleX(0.5);
}

.weui-form-preview__btn:first-child::after {
	display: none;
}

.weui-cell_select .weui-cell__bd::after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0px 0px;
	border-color: rgb(200, 200, 205);
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

.weui-cell_select-before .weui-cell__hd::after {
	content: " ";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	bottom: 0px;
	border-right: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 100% 0px 0px;
	transform: scaleX(0.5);
}

.weui-cell_select-before .weui-cell__hd::before {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0px 0px;
	border-color: rgb(200, 200, 205);
	border-style: solid;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

.weui-cell_select-before .weui-cell__bd::after {
	display: none;
}

.weui-switch::before, .weui-switch-cp__box::before {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 30px;
	border-radius: 15px;
	background-color: rgb(253, 253, 253);
	transition: transform 0.35s cubic-bezier(0.45, 1, 0.4, 1) 0s, -webkit-transform 0.35s cubic-bezier(0.45, 1, 0.4, 1) 0s;
}

.weui-switch::after, .weui-switch-cp__box::after {
	content: " ";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	transition: transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35) 0s, -webkit-transform 0.35s cubic-bezier(0.4, 0.4, 0.25, 1.35) 0s;
}

.weui-switch:checked::before, .weui-switch-cp__input:checked~.weui-switch-cp__box::before {
	transform: scale(0);
}

.weui-switch:checked::after, .weui-switch-cp__input:checked~.weui-switch-cp__box::after {
	transform: translateX(20px);
}

.weui-uploader__file_status::before {
	content: " ";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.weui-uploader__input-box::before, .weui-uploader__input-box::after {
	content: " ";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgb(217, 217, 217);
}

.weui-uploader__input-box::before {
	width: 2px;
	height: 39.5px;
}

.weui-uploader__input-box::after {
	width: 39.5px;
	height: 2px;
}

.weui-uploader__input-box:active::before, .weui-uploader__input-box:active::after {
	background-color: rgb(153, 153, 153);
}

.weui-msg__opr-area {
	margin-bottom: 25px;
}

@media screen and (min-height: 438px) {}

.weui-tabbar::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(192, 191, 196);
	color: rgb(192, 191, 196);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-navbar::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(204, 204, 204);
	color: rgb(204, 204, 204);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-navbar__item::after {
	content: " ";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	bottom: 0px;
	border-right: 1px solid rgb(204, 204, 204);
	color: rgb(204, 204, 204);
	transform-origin: 100% 0px 0px;
	transform: scaleX(0.5);
}

.weui-navbar__item:last-child::after {
	display: none;
}

.weui-panel::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-panel::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-panel__hd::after {
	content: " ";
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
	left: 15px;
}

.weui-media-box::before {
	content: " ";
	position: absolute;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
	left: 15px;
}

.weui-media-box:first-child::before {
	display: none;
}

.weui-media-box_small-appmsg .weui-cells::before {
	display: none;
}

.weui-grids::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-grids::after {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	bottom: 0px;
	border-left: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 0px 0px;
	transform: scaleX(0.5);
}

.weui-grid::before {
	content: " ";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1px;
	bottom: 0px;
	border-right: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 100% 0px 0px;
	transform: scaleX(0.5);
}

.weui-grid::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-footer {
	color: rgb(153, 153, 153);
	font-size: 14px;
	text-align: center;
}

.weui-footer_fixed-bottom {
	position: fixed;
	bottom: 0.5em;
	left: 0px;
	right: 0px;
}

.weui-footer__link::before {
	content: " ";
	position: absolute;
	width: 1px;
	border-left: 1px solid rgb(199, 199, 199);
	color: rgb(199, 199, 199);
	transform-origin: 0px 0px 0px;
	transform: scaleX(0.5);
	left: -0.65em;
	top: 0.36em;
	bottom: 0.36em;
}

.weui-footer__link:first-child::before {
	display: none;
}

.weui-footer__text {
	padding: 0px 0.34em;
	font-size: 12px;
}

.weui-flex {
	display: flex;
}

.weui-flex__item {
	flex: 1 1 0%;
}

.weui-dialog {
	position: fixed;
	z-index: 5000;
	width: 80%;
	max-width: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgb(255, 255, 255);
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}

.weui-dialog__hd {
	padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
	font-weight: 400;
	font-size: 18px;
}

.weui-dialog__bd {
	padding: 0px 1.6em 0.8em;
	min-height: 40px;
	font-size: 15px;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: rgb(153, 153, 153);
}

.weui-dialog__bd:first-child {
	padding: 2.7em 20px 1.7em;
	color: rgb(53, 53, 53);
}

.weui-dialog__ft {
	position: relative;
	line-height: 48px;
	font-size: 18px;
	display: flex;
}

.weui-dialog__ft::after {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(213, 213, 214);
	color: rgb(213, 213, 214);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-dialog__btn {
	display: block;
	flex: 1 1 0%;
	color: rgb(60, 197, 31);
	text-decoration: none;
	position: relative;
}

.weui-dialog__btn:active {
	background-color: rgb(238, 238, 238);
}

.weui-dialog__btn::after {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	bottom: 0px;
	border-left: 1px solid rgb(213, 213, 214);
	color: rgb(213, 213, 214);
	transform-origin: 0px 0px 0px;
	transform: scaleX(0.5);
}

.weui-dialog__btn:first-child::after {
	display: none;
}

.weui-skin_android .weui-dialog__ft::after {
	display: none;
}

.weui-skin_android .weui-dialog__btn::after {
	display: none;
}

@media screen and (min-width: 1024px) {
	.weui-dialog {
		width: 35%;
	}
}

.weui-icon_toast.weui-icon-success-no-circle::before {
	color: rgb(255, 255, 255);
	font-size: 55px;
}

.weui-mask {
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
}

.weui-actionsheet__cell::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-actionsheet__cell:first-child::before {
	display: none;
}

.weui-loadmore_dot .weui-loadmore__tips::before {
	content: " ";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: rgb(229, 229, 229);
	display: inline-block;
	position: relative;
	vertical-align: 0px;
	top: -0.16em;
}

.weui-search-bar::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(215, 214, 220);
	color: rgb(215, 214, 220);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-search-bar::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(215, 214, 220);
	color: rgb(215, 214, 220);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-search-bar__form::after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200%;
	height: 200%;
	transform: scale(0.5);
	transform-origin: 0px 0px 0px;
	border-radius: 10px;
	border: 1px solid rgb(230, 230, 234);
	box-sizing: border-box;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.weui-search-bar__input:not(:valid)~.weui-icon-clear {
	display: none;
}

.weui-picker__hd::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-picker__indicator::before {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
}

.weui-picker__indicator::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 1px;
	border-bottom: 1px solid rgb(229, 229, 229);
	color: rgb(229, 229, 229);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

.weui-agree__checkbox:checked::before {
	font-family: "weui";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	text-decoration: inherit;
	content: "";
	color: rgb(9, 187, 7);
	font-size: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -48%) scale(0.73);
}

.weui-agree__checkbox:disabled::before {
	color: rgb(173, 173, 173);
}

/* ::::: http://msjwt.szga.gov.cn/yjjbwx/lib/jquery-weui/css/jquery-weui.css ::::: */

.preloader::after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: 100% auto;
}

html {
	font-size: 20px;
}

body {
	font-size: 16px;
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 21.3333px ! important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: 22.08px ! important;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px ! important;
	}
}

.weui-mask {
	z-index: 1000;
}

.weui-row .weui-col-auto:nth-last-child(1), .weui-row .weui-col-auto:nth-last-child(1)~.weui-col-auto {
	width: calc((100% - 15px * 0) / 1);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(1)~.weui-col-auto {
	width: 100%;
}

.weui-row .weui-col-auto:nth-last-child(2), .weui-row .weui-col-auto:nth-last-child(2)~.weui-col-auto {
	width: calc((100% - 15px * 1) / 2);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(2)~.weui-col-auto {
	width: 50%;
}

.weui-row .weui-col-auto:nth-last-child(3), .weui-row .weui-col-auto:nth-last-child(3)~.weui-col-auto {
	width: calc((100% - 15px * 2) / 3);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(3)~.weui-col-auto {
	width: 33.3333%;
}

.weui-row .weui-col-auto:nth-last-child(4), .weui-row .weui-col-auto:nth-last-child(4)~.weui-col-auto {
	width: calc((100% - 15px * 3) / 4);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(4)~.weui-col-auto {
	width: 25%;
}

.weui-row .weui-col-auto:nth-last-child(5), .weui-row .weui-col-auto:nth-last-child(5)~.weui-col-auto {
	width: calc((100% - 15px * 4) / 5);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(5)~.weui-col-auto {
	width: 20%;
}

.weui-row .weui-col-auto:nth-last-child(6), .weui-row .weui-col-auto:nth-last-child(6)~.weui-col-auto {
	width: calc((100% - 15px * 5) / 6);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(6)~.weui-col-auto {
	width: 16.6667%;
}

.weui-row .weui-col-auto:nth-last-child(7), .weui-row .weui-col-auto:nth-last-child(7)~.weui-col-auto {
	width: calc((100% - 15px * 6) / 7);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(7)~.weui-col-auto {
	width: 14.2857%;
}

.weui-row .weui-col-auto:nth-last-child(8), .weui-row .weui-col-auto:nth-last-child(8)~.weui-col-auto {
	width: calc((100% - 15px * 7) / 8);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(8)~.weui-col-auto {
	width: 12.5%;
}

.weui-row .weui-col-auto:nth-last-child(9), .weui-row .weui-col-auto:nth-last-child(9)~.weui-col-auto {
	width: calc((100% - 15px * 8) / 9);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(9)~.weui-col-auto {
	width: 11.1111%;
}

.weui-row .weui-col-auto:nth-last-child(10), .weui-row .weui-col-auto:nth-last-child(10)~.weui-col-auto {
	width: calc((100% - 15px * 9) / 10);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(10)~.weui-col-auto {
	width: 10%;
}

.weui-row .weui-col-auto:nth-last-child(11), .weui-row .weui-col-auto:nth-last-child(11)~.weui-col-auto {
	width: calc((100% - 15px * 10) / 11);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(11)~.weui-col-auto {
	width: 9.09091%;
}

.weui-row .weui-col-auto:nth-last-child(12), .weui-row .weui-col-auto:nth-last-child(12)~.weui-col-auto {
	width: calc((100% - 15px * 11) / 12);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(12)~.weui-col-auto {
	width: 8.33333%;
}

.weui-row .weui-col-auto:nth-last-child(13), .weui-row .weui-col-auto:nth-last-child(13)~.weui-col-auto {
	width: calc((100% - 15px * 12) / 13);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(13)~.weui-col-auto {
	width: 7.69231%;
}

.weui-row .weui-col-auto:nth-last-child(14), .weui-row .weui-col-auto:nth-last-child(14)~.weui-col-auto {
	width: calc((100% - 15px * 13) / 14);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(14)~.weui-col-auto {
	width: 7.14286%;
}

.weui-row .weui-col-auto:nth-last-child(15), .weui-row .weui-col-auto:nth-last-child(15)~.weui-col-auto {
	width: calc((100% - 15px * 14) / 15);
}

.weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15), .weui-row.weui-no-gutter .weui-col-auto:nth-last-child(15)~.weui-col-auto {
	width: 6.66667%;
}

@media all and (min-width: 768px) {
	.row .tablet-auto:nth-last-child(1), .row .tablet-auto:nth-last-child(1)~.col-auto {
		width: calc((100% - 15px * 0) / 1);
	}
	.row.no-gutter .tablet-auto:nth-last-child(1), .row.no-gutter .tablet-auto:nth-last-child(1)~.tablet-auto {
		width: 100%;
	}
	.row .tablet-auto:nth-last-child(2), .row .tablet-auto:nth-last-child(2)~.col-auto {
		width: calc((100% - 15px * 1) / 2);
	}
	.row.no-gutter .tablet-auto:nth-last-child(2), .row.no-gutter .tablet-auto:nth-last-child(2)~.tablet-auto {
		width: 50%;
	}
	.row .tablet-auto:nth-last-child(3), .row .tablet-auto:nth-last-child(3)~.col-auto {
		width: calc((100% - 15px * 2) / 3);
	}
	.row.no-gutter .tablet-auto:nth-last-child(3), .row.no-gutter .tablet-auto:nth-last-child(3)~.tablet-auto {
		width: 33.3333%;
	}
	.row .tablet-auto:nth-last-child(4), .row .tablet-auto:nth-last-child(4)~.col-auto {
		width: calc((100% - 15px * 3) / 4);
	}
	.row.no-gutter .tablet-auto:nth-last-child(4), .row.no-gutter .tablet-auto:nth-last-child(4)~.tablet-auto {
		width: 25%;
	}
	.row .tablet-auto:nth-last-child(5), .row .tablet-auto:nth-last-child(5)~.col-auto {
		width: calc((100% - 15px * 4) / 5);
	}
	.row.no-gutter .tablet-auto:nth-last-child(5), .row.no-gutter .tablet-auto:nth-last-child(5)~.tablet-auto {
		width: 20%;
	}
	.row .tablet-auto:nth-last-child(6), .row .tablet-auto:nth-last-child(6)~.col-auto {
		width: calc((100% - 15px * 5) / 6);
	}
	.row.no-gutter .tablet-auto:nth-last-child(6), .row.no-gutter .tablet-auto:nth-last-child(6)~.tablet-auto {
		width: 16.6667%;
	}
	.row .tablet-auto:nth-last-child(7), .row .tablet-auto:nth-last-child(7)~.col-auto {
		width: calc((100% - 15px * 6) / 7);
	}
	.row.no-gutter .tablet-auto:nth-last-child(7), .row.no-gutter .tablet-auto:nth-last-child(7)~.tablet-auto {
		width: 14.2857%;
	}
	.row .tablet-auto:nth-last-child(8), .row .tablet-auto:nth-last-child(8)~.col-auto {
		width: calc((100% - 15px * 7) / 8);
	}
	.row.no-gutter .tablet-auto:nth-last-child(8), .row.no-gutter .tablet-auto:nth-last-child(8)~.tablet-auto {
		width: 12.5%;
	}
	.row .tablet-auto:nth-last-child(9), .row .tablet-auto:nth-last-child(9)~.col-auto {
		width: calc((100% - 15px * 8) / 9);
	}
	.row.no-gutter .tablet-auto:nth-last-child(9), .row.no-gutter .tablet-auto:nth-last-child(9)~.tablet-auto {
		width: 11.1111%;
	}
	.row .tablet-auto:nth-last-child(10), .row .tablet-auto:nth-last-child(10)~.col-auto {
		width: calc((100% - 15px * 9) / 10);
	}
	.row.no-gutter .tablet-auto:nth-last-child(10), .row.no-gutter .tablet-auto:nth-last-child(10)~.tablet-auto {
		width: 10%;
	}
	.row .tablet-auto:nth-last-child(11), .row .tablet-auto:nth-last-child(11)~.col-auto {
		width: calc((100% - 15px * 10) / 11);
	}
	.row.no-gutter .tablet-auto:nth-last-child(11), .row.no-gutter .tablet-auto:nth-last-child(11)~.tablet-auto {
		width: 9.09091%;
	}
	.row .tablet-auto:nth-last-child(12), .row .tablet-auto:nth-last-child(12)~.col-auto {
		width: calc((100% - 15px * 11) / 12);
	}
	.row.no-gutter .tablet-auto:nth-last-child(12), .row.no-gutter .tablet-auto:nth-last-child(12)~.tablet-auto {
		width: 8.33333%;
	}
	.row .tablet-auto:nth-last-child(13), .row .tablet-auto:nth-last-child(13)~.col-auto {
		width: calc((100% - 15px * 12) / 13);
	}
	.row.no-gutter .tablet-auto:nth-last-child(13), .row.no-gutter .tablet-auto:nth-last-child(13)~.tablet-auto {
		width: 7.69231%;
	}
	.row .tablet-auto:nth-last-child(14), .row .tablet-auto:nth-last-child(14)~.col-auto {
		width: calc((100% - 15px * 13) / 14);
	}
	.row.no-gutter .tablet-auto:nth-last-child(14), .row.no-gutter .tablet-auto:nth-last-child(14)~.tablet-auto {
		width: 7.14286%;
	}
	.row .tablet-auto:nth-last-child(15), .row .tablet-auto:nth-last-child(15)~.col-auto {
		width: calc((100% - 15px * 14) / 15);
	}
	.row.no-gutter .tablet-auto:nth-last-child(15), .row.no-gutter .tablet-auto:nth-last-child(15)~.tablet-auto {
		width: 6.66667%;
	}
}

.weui-dialog, .weui-toast {
	transition-duration: 0.2s;
	opacity: 0;
	transform: scale(0.9) translate(-50%, -50%);
	transform-origin: 0px 0px 0px;
	visibility: hidden;
	margin: 0px;
	top: 45%;
	z-index: 2000;
}

.weui-dialog .weui-dialog__btn+.weui-dialog__btn::after, .weui-toast .weui-dialog__btn+.weui-dialog__btn::after {
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	border-left: 1px solid rgb(213, 213, 214);
	color: rgb(213, 213, 214);
	transform-origin: 0px 0px 0px;
	transform: scaleX(0.5);
}

.weui-dialog.weui-dialog--visible, .weui-toast.weui-dialog--visible, .weui-dialog.weui-toast--visible, .weui-toast.weui-toast--visible {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translate(-50%, -50%);
}

.weui-toast_cancel .weui-icon-toast::before {
	content: "";
}

.weui-toast_forbidden .weui-icon-toast::before {
	content: "";
	color: rgb(247, 98, 96);
}

.weui-mask {
	opacity: 0;
	transition-duration: 0.3s;
	visibility: hidden;
}

.weui-mask.weui-mask--visible {
	opacity: 1;
	visibility: visible;
}

.weui-pull-to-refresh__layer .weui-pull-to-refresh__preloader::after {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-position: 50% center;
	background-size: 100% auto;
}

.toolbar::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: rgb(217, 217, 217);
	display: block;
	z-index: 15;
	transform-origin: 50% 0% 0px;
}

@media not all {
	.toolbar::before {
		transform: scaleY(0.5);
	}
}

@media not all {
	.toolbar::before {
		transform: scaleY(0.33);
	}
}

.weui-picker-modal .picker-center-highlight::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: rgb(217, 217, 217);
	display: block;
	z-index: 15;
	transform-origin: 50% 0% 0px;
}

@media not all {
	.weui-picker-modal .picker-center-highlight::before {
		transform: scaleY(0.5);
	}
}

@media not all {
	.weui-picker-modal .picker-center-highlight::before {
		transform: scaleY(0.33);
	}
}

.weui-picker-modal .picker-center-highlight::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: auto;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: rgb(217, 217, 217);
	display: block;
	z-index: 15;
	transform-origin: 50% 100% 0px;
}

@media not all {
	.weui-picker-modal .picker-center-highlight::after {
		transform: scaleY(0.5);
	}
}

@media not all {
	.weui-picker-modal .picker-center-highlight::after {
		transform: scaleY(0.33);
	}
}

.weui-select-modal .weui-cells::after {
	display: none;
}

.picker-calendar-week-days::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: auto;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: rgb(196, 196, 196);
	display: block;
	z-index: 15;
	transform-origin: 50% 100% 0px;
}

@media not all {
	.picker-calendar-week-days::after {
		transform: scaleY(0.5);
	}
}

@media not all {
	.picker-calendar-week-days::after {
		transform: scaleY(0.33);
	}
}

.picker-calendar-row::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: auto;
	top: auto;
	height: 1px;
	width: 100%;
	background-color: rgb(204, 204, 204);
	display: block;
	z-index: 15;
	transform-origin: 50% 100% 0px;
}

@media not all {
	.picker-calendar-row::after {
		transform: scaleY(0.5);
	}
}

@media not all {
	.picker-calendar-row::after {
		transform: scaleY(0.33);
	}
}

.weui-picker-modal .picker-calendar-row:last-child::after {
	display: none;
}

.popover .picker-calendar .toolbar::before, .picker-calendar.picker-modal-inline .toolbar::before, .popover .picker-calendar .picker-calendar-week-days::before, .picker-calendar.picker-modal-inline .picker-calendar-week-days::before {
	display: none;
}

.popover .picker-calendar .toolbar::after, .picker-calendar.picker-modal-inline .toolbar::after, .popover .picker-calendar .picker-calendar-week-days::after, .picker-calendar.picker-modal-inline .picker-calendar-week-days::after {
	display: none;
}

.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months::before, .picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months::before, .popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months::before, .picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: rgb(196, 196, 196);
	display: block;
	z-index: 15;
	transform-origin: 50% 0% 0px;
}

@media not all {
	.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months::before, .picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months::before, .popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months::before, .picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months::before {
		transform: scaleY(0.5);
	}
}

@media not all {
	.popover .picker-calendar .toolbar~.picker-modal-inner .picker-calendar-months::before, .picker-calendar.picker-modal-inline .toolbar~.picker-modal-inner .picker-calendar-months::before, .popover .picker-calendar .picker-calendar-week-days~.picker-calendar-months::before, .picker-calendar.picker-modal-inline .picker-calendar-week-days~.picker-calendar-months::before {
		transform: scaleY(0.33);
	}
}

.swiper-lazy-preloader::after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50% center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.weui-actionsheet .weui-actionsheet__title::after {
	content: " ";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	border-top: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 100% 0px;
	transform: scaleY(0.5);
}

/* ::::: http://msjwt.szga.gov.cn/yjjbwx/css/base.css ::::: */

body {
	font-size: 15px;
}

.bg-ef {
	background:#fff;
}

.bg-white {
	background: white none repeat scroll 0% 0%;
}

.col-red {
	color: red;
}

.col-black {
	color: black;
}

.pt-10 {
	padding-top: 10px;
}

.mt-40 {
	margin-top: 40px;
}

.text_align_cen {
	text-align: center;
}

.weui-dialog__btn {
	color: rgb(25, 88, 236);
}

.weui-cell_before::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 1px;
	border-top: 1px solid rgb(217, 217, 217);
	color: rgb(217, 217, 217);
	transform-origin: 0px 0px 0px;
	transform: scaleY(0.5);
	left: 15px;
}

.weui-icon-success::before {
	color: rgb(25, 88, 236);
}

.weui-btn {
	background-color: rgb(25, 88, 236);
}

.weui-btn::after {
	border-color: #0475EB;
	color: #0475EB;
}

.weui-btn_plain-primary:active:not(.weui-btn_plain-disabled) {
	color: rgba(28, 134, 238, 0.6);
	border-color: rgba(28, 134, 238, 0.6);
}

.btn_search {
	box-sizing: border-box;
	width: 80%;
}

.line::before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	top: 4px;
	left: -7px;
	height: 18px;
	background-color: rgb(25, 88, 236);
}

.weui-cells_checkbox .weui-check:checked+.weui-icon-checked::before {
	color: rgb(25, 88, 236);
}

.radio-css::before {
	border-top: 0px solid white;
}

.weui-cell1::before {
	border-top: 0px solid white;
}

.weui-label {
	width: 75px;
}

.weui-btn_plain-primary::after {
	border-width: 0px;
}

.weui-input {
	padding-left: 0px;
}

.weui-label {
	width: 70px;
}

.tipimg {
	position: absolute;
	top: 5px;
	left: -20px;
}

.tipdiv {
	text-align: right;
	position: absolute;
	top: 150px;
	right: 20px;
}

.tip {
	color: red;
}

.tip:active {
	color: rgba(255, 0, 0, 0.6);
	border-color: rgba(255, 0, 0, 0.6);
}