.weui-mask {
    background: rgba(0,0,0,.6)
}

.weui-mask, 
.weui-mask_transparent {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.weui-dialog {
	position: fixed;
	z-index: 5000;
	width: 80%;
	max-width: 300px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	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: 0 1.6em 0.8em;
	min-height: 40px;
	font-size: 15px;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	color: #999999;
}

.weui-dialog__bd:first-child {
	padding: 2.7em 20px 1.7em;
	color: #353535;
}

.weui-dialog__ft {
	position: relative;
	line-height: 48px;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}

.weui-dialog__ft:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 1px;
	border-top: 1px solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}

.weui-dialog__btn {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	color: #3CC51F;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
}

.weui-dialog__btn:active {
	background-color: #EEEEEE;
}

.weui-dialog__btn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	bottom: 0;
	border-left: 1px solid #D5D5D6;
	color: #D5D5D6;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
	display: none;
}

.weui-dialog__btn_default {
	color: #353535;
}

.weui-dialog__btn_primary {
	color: #0BB20C;
}

.weui-toast-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1010;
	display: block;
}

.weui-toast-text .weui-toast {
	width: 12em;
	min-height: 0;
	padding: 20px;
	text-overflow: ellipsis;
}

.weui-toast-text .weui-toast__content {
	margin: 0;
}

.weui-toast-text .weui-icon_toast {
	display: none;
}

.weui-toast {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: 0!important;
}

.weui-toast {
	position: fixed;
	z-index: 5000;
	width: 7.6em;
	min-height: 7.6em;
	top: 180px;
	left: 50%;
	margin-left: -3.8em;
	background: rgba(40, 40, 40, 0.75);
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
}

.weui-icon_toast {
	margin: 22px 0 0;
	display: block;
}

.weui-icon_toast.weui-icon-success-no-circle:before {
	color: #FFFFFF;
	font-size: 55px;
}

.weui-icon_toast.weui-loading {
	margin: 30px 0 0;
	width: 38px;
	height: 38px;
	vertical-align: baseline;
}

.weui-toast__content {
	margin: 0 0 15px;
}

.wux-rater {
	text-align: left;
	display: inline-block;
	line-height: normal;
}

.wux-rater .wux-rater-box {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	color: #ccc;
	transition: color .3s ease;
}

.wux-rater .wux-rater-box:last-child {
	padding-right: 2px!important;
	margin-right: 0px!important;
}

.wux-rater .wux-rater-box.is-disabled {
	color: #ccc !important;
	cursor: not-allowed;
}

.wux-rater-box {
	position: relative;
}

.wux-rater-inner {
	position: relative;
	display: inline-block;
}

.wux-rater-outer {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	overflow: hidden;
}

.wux-picker-container {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    z-index: 1000;
}

.wux-picker {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1010;
	text-align: center;
	border-radius: 0;
	opacity: 1;
	color: #3d4145;
	height: 260px;
	background: #EFEFF4;
	transform: translate3d(0, 100%, 0);
	transition: all .3s;
	box-sizing: border-box;
}

.wux-picker.visible {
	opacity: 1;
    transform: translate3d(0, 0, 0);
}

.wux-picker .wux-picker-view {
	width: 100%;
	height: 216px;
}

.wux-picker .wux-picker-view-column {
	font-size: 16px;
	height: 32px;
    line-height: 32px;
    padding: 0 10px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center;
    color: #9b9b9b;
    width: 100%;
    box-sizing: border-box;
}

.picker-header {
	position: relative;
	width: 100%;
	font-size: .85rem;
	line-height: 1.5;
	color: #3d4145;
	background: #f7f7f8;
}

.picker-header:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: auto;
	right: auto;
	height: 1px;
	width: 100%;
	background-color: #d9d9d9;
	display: block;
	z-index: 15;
	transform-origin: 50% 0%;
}

.picker-header .picker-header-inner {
	height: 44px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}

.picker-header .title {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	font-size: .85rem;
	font-weight: normal;
	line-height: 44px;
	color: #3d4145;
	text-align: center;
	white-space: nowrap;
}

.picker-header .picker-button {
	position: absolute;
	height: 44px;
	line-height: 44px;
	color: #586c94;
	z-index: 1;
	padding: 0 .5rem;
	box-sizing: border-box;
}

.picker-header .picker-button.cancel {
	right: inherit;
	left: 0;
}

.picker-header .picker-button.confirm {
	right: 0;
	left: inherit;
}

.weui-gallery {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	z-index: 1000;
}

.weui-gallery__img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 60px;
	left: 0;
	background: center center no-repeat;
	background-size: contain;
}

.weui-gallery__opr {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #0D0D0D;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}

.weui-gallery__del {
	display: block;
}

.weui-icon-delete.weui-icon_gallery-delete {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAHdElNRQfhAgcLJQQVEPJBAAAA9UlEQVRo3u2YwRGDIBBF1xTjeLAPW6AE27GQXKyJOvJz0DjGBHZZ9JDJf9xwgccCzoAIIYSQQtBiRp4Z7ZXD27hKYZv9I1nWLFwlsNBnIvolxNpjUyqwtEo3gwiUkDdunjw0zm9GAYT03nrlIYcaExRh+/p52S/PtyUIgq2sTlXl2IeWgc9sWDeUpw/XJjwTClDAJYBw/J3k63O4jmHqYJVFV2TgTChAAQpQgAIUoAAFKPCjAuF4xVTqM/BySgGTQM2bjdZWE4h2zewI0StwFxGRoUJg2PVTDjrj27BG554AxhOGHysyKIIOE6Jz6IipYvaE/AVPaUL1Zysou40AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDItMDdUMTE6Mzc6MDQrMDg6MDCcsdZ8AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTAyLTA3VDExOjM3OjA0KzA4OjAw7exuwAAAAABJRU5ErkJggg==);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFFFFF;
	width: 24px;
	height: 24px;
	margin: 18px auto;
}

.weui-gallery__swiper {
	width: 100%;
	height: 100%;
}

.weui-toptips_success {
	background-color: #09bb08 !important;
}

.weui-toptips_info {
	background-color: #10aefe !important;
}

.weui-toptips_warn {
	background-color: #ffbe00 !important;
}

.weui-toptips_cancel {
	background-color: #E64340 !important;
}

.weui-toptips_icon {
	float: left;
}

.wux-number-input {
    float: left;
    width: 32px;
    height: 20px;
    font-size: 16px;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ececec;
    padding: 3px 0;
    text-align: center;
    border-radius: 1px;
    min-height: inherit;
}

.wux-number-selector {
    float: left;
    height: 20px;
    font-size: 25px;
    line-height: 18px;
    color: #04BE02;
    border: 1px solid #ececec;
}

.wux-number-selector.wux-number-disabled {
    color: #ccc;
}

.wux-number-selector-sub {
    border-right: none;
    padding: 3px 10px;
    border-radius: 2px 0 0 2px;
}

.wux-number-selector-plus {
    border-left: none;
    margin-right: 5px;
    padding: 3px 8px;
    border-radius: 0 2px 2px 0;
}

.action-sheet-backdrop {
    /*-webkit-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-color: rgba(0,0,0,.4);
}

.action-sheet-backdrop.active {
    background-color: rgba(0,0,0,.4);
}

.action-sheet-wrapper {
    /*-webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: all cubic-bezier(.36,.66,.04,1) 500ms;
    transition: all cubic-bezier(.36,.66,.04,1) 500ms;*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.action-sheet-up {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.action-sheet {
    margin-left: 8px;
    margin-right: 8px;
    width: auto;
    z-index: 11;
    overflow: hidden;
}

.action-sheet .button {
    display: block;
    padding: 1px;
    width: 100%;
    border-radius: 0;
    border-color: #d1d3d6;
    background-color: transparent;
    color: #007aff;
    font-size: 21px;
}

.action-sheet .button:hover {
    color: #007aff;
}

.action-sheet .button.destructive,.action-sheet .button.destructive:hover {
    color: #ff3b30;
}

.action-sheet .button.activated,.action-sheet .button.active {
    box-shadow: none;
    border-color: #d1d3d6;
    color: #007aff;
    background: #e4e5e7;
}

.action-sheet-has-icons .icon {
    position: absolute;
    left: 16px;
}

.action-sheet-title {
    padding: 16px;
    color: #8f8f8f;
    text-align: center;
    font-size: 13px;
}

.action-sheet-group {
    margin-bottom: 8px;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.action-sheet-group .button {
    /*border-width: 1px 0 0;*/
    border-top: 1px solid #d1d3d6;
}

.action-sheet-group .button:first-child:last-child {
    border-width: 0;
}

.action-sheet-options {
    background: #f1f2f3;
}

.action-sheet-cancel .button {
    font-weight: 500;
}

.action-sheet-open,.action-sheet-open.modal-open .modal {
    pointer-events: none;
}

.action-sheet-open .action-sheet-backdrop {
    pointer-events: auto;
}

.action-sheet-group .button:after {
	-webkit-transform: none;
	transform: none;
	-webkit-transform-origin: none;
	transform-origin: none;
	border: none;
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    content: ' ';
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.weui-animate-slide-up {
    -webkit-animation: slideUp ease .3s forwards;
    animation: slideUp ease .3s forwards
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.weui-animate-slide-down {
    -webkit-animation: slideDown ease .3s forwards;
    animation: slideDown ease .3s forwards
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.weui-animate-fade-in {
    -webkit-animation:fadeIn ease .3s forwards;
    animation:fadeIn ease .3s forwards;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.weui-animate-fade-out {
    -webkit-animation: fadeOut ease .3s forwards;
    animation: fadeOut ease .3s forwards
}