﻿/*!
* =====================================================
*Fui v1.0.1
* =====================================================
*/

@keyframes spinner-spin {
    0% {
        transform: rotate(0deg)
    }
    8.33333333% {
        transform: rotate(30deg)
    }
    16.66666667% {
        transform: rotate(60deg)
    }
    25% {
        transform: rotate(90deg)
    }
    33.33333333% {
        transform: rotate(120deg)
    }
    41.66666667% {
        transform: rotate(150deg)
    }
    50% {
        transform: rotate(180deg)
    }
    58.33333333% {
        transform: rotate(210deg)
    }
    66.66666667% {
        transform: rotate(240deg)
    }
    75% {
        transform: rotate(270deg)
    }
    83.33333333% {
        transform: rotate(300deg)
    }
    91.66666667% {
        transform: rotate(330deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%;
    width: 100%
}

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f3f3f3;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 17px;
    -webkit-overflow-scrolling: touch;
    color: #6f6f6f;
}

a,
a div,
a span,
button,
button div,
button span,
input,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

a {
    background: 0;
    text-decoration: none;
    color: #18b4ed
}

:focus,
:active {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-top: 5px;
    margin-bottom: 5px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 14px;
    font-weight: 400;
    color: #8f8f94
}

h6 {
    font-size: 12px;
    font-weight: 400;
    color: #8f8f94
}

input {
    line-height: normal
}

input,
select,
textarea {
    font-size: 17px;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    line-height: 21px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px 15px;
    -webkit-user-select: text;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none
}

input[type=search] {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    text-align: center;
    border: 0;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .1)
}

@keyframes fade {
    from {
        opacity: 1.0
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 1.0
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 1.0
    }
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
    color: inherit
}

.f-backdrop {
    position: fixed;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none
}

.f-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: spinner-spin 1s step-end infinite;
    animation: spinner-spin 1s step-end infinite
}

.f-spinner:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox=\'0 0 120 120\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><defs><line id=\'l\' x1=\'60\' x2=\'60\' y1=\'7\' y2=\'27\' stroke=\'%236c6c6c\' stroke-width=\'11\' stroke-linecap=\'round\'/></defs><g><use xlink:href=\'%23l\' opacity=\'.27\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(30 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(60 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(90 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(120 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(150 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.37\' transform=\'rotate(180 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.46\' transform=\'rotate(210 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.56\' transform=\'rotate(240 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.66\' transform=\'rotate(270 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.75\' transform=\'rotate(300 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.85\' transform=\'rotate(330 60,60)\'/></g></svg>');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.f-pull-loading {
    margin-right: 10px;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    vertical-align: middle
}

.f-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 44px;
    z-index: 3;
    background-color: #efeff4;
    display: none
}

.f-page[data-type=right] {
    display: block;
    top: 0;
    left: 100%
}

.f-page[data-type=bottom] {
    display: block;
    top: 100%;
    left: 0
}

.f-page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    min-height: 44px;
    background-color: #f7f7f7;
    color: #000;
    z-index: 10
}

.f-page-header:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.f-page-backbtn {
    position: absolute;
    line-height: 44px;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    min-width: 36px;
    color: #18b4ed
}

.f-page-backbtn a {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: 0;
    text-decoration: none;
    color: #18b4ed
}

.f-page-title {
    margin: auto;
    text-align: center;
    color: #000;
    line-height: 44px;
    font-size: 16px
}

.f-page-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #ffffff;
    -webkit-overflow-scrolling: touch
}

.f-layer {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-color: #efeff4
}

.f-layer-cancelbtn {
    position: absolute;
    line-height: 44px;
    height: 44px;
    right: 15px;
    top: 0;
    text-align: center;
    min-width: 36px;
    color: #18b4ed;
    z-index: 20
}

.f-layer-closebtn {
    position: absolute;
    line-height: 44px;
    height: 44px;
    left: 50px;
    top: 0;
    text-align: center;
    min-width: 36px;
    color: #18b4ed;
    z-index: 20;
    display: none
}

.f-layer-page {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding-top: 44px
}

.f-layer-left-page {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding-top: 44px;
    z-index: 5;
    background-color: #efeff4
}

.f-layer-page-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    min-height: 44px;
    background-color: #f7f7f7;
    color: #000;
    z-index: 10
}

.f-layer-page-header:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.f-layer-page-backbtn {
    position: absolute;
    line-height: 44px;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    min-width: 36px;
    color: #18b4ed
}

.f-layer-page-backbtn a {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: 0;
    text-decoration: none;
    color: #18b4ed
}

.f-layer-page-title {
    margin: auto;
    text-align: center;
    color: #000;
    line-height: 44px;
    font-size: 16px
}

.f-layer-page-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.f-layer-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none
}

.f-picker {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
    -webkit-mask-box-image: linear-gradient(top, transparent, transparent 5%, #fff 20%, #fff 80%, transparent 95%, transparent);
    float: left
}

.f-pciker-rule {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    z-index: 2;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(0, 0, 0, 0.1)
}

.f-pciker-list {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg)
}

.f-pciker-list li {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    color: #888;
    padding: 0 8px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: default;
    visibility: hidden
}

.f-pciker-list li.highlight,
.f-pciker-list li.visible {
    visibility: visible
}

.f-pciker-list li.highlight {
    color: #000
}

.f-poppicker {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1101;
    background-color: #fefefe;
    border-top: solid 1px #ccc;
    bottom: 0;
    -webkit-transition: .3s;
    -webkit-transform: translateY(300px)
}

.f-poppicker.active {
    -webkit-transform: translateY(0px)
}

.f-poppicker-header {
    font-size: 14px;
    color: #888;
    height: 41px
}

.f-poppicker-cancel,
.f-poppicker-ok {
    position: absolute;
    height: 100%;
    line-height: 41px;
    color: #1d96f0;
    cursor: default;
    width: 60px;
    text-align: center
}

.f-poppicker-cancel {
    left: 0
}

.f-poppicker-ok {
    right: 0;
    font-weight: bold
}

.f-poppicker-cancel:enabled,
.f-poppicker-cancel:active,
.f-poppicker-ok:enabled,
.f-poppicker-ok:active {
    color: #1d98f06c
}

.f-poppicker-body {
    position: relative;
    width: 100%;
    height: 200px;
    -webkit-user-select: none;
    user-select: none
}

.f-dtpicker {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1101;
    background-color: #fefefe;
    border-top: solid 1px #ccc;
    -webkit-transition: .3s;
    bottom: 0;
    -webkit-transform: translateY(300px)
}

.f-dtpicker.active {
    -webkit-transform: translateY(0px)
}

.f-dtpicker-header {
    position: relative;
    font-size: 14px;
    color: #888;
    height: 41px;
    width: 100%
}

.f-dtpicker-title {
    position: relative;
    font-size: 14px;
    color: #888;
    height: 34px;
    width: 100%
}

.f-dtpicker-title h5 {
    display: block;
    float: left;
    width: 20%;
    margin: 0;
    padding: 8px;
    text-align: center;
    border-top: solid 1px #f3f3f3;
    background-color: #fefefe;
    border-bottom: solid 1px #f3f3f3
}

[data-type=date] .f-dtpicker-title h5,
[data-type=date] .f-dt-picker {
    width: 33.3%
}

[data-type=date] .f-dtpicker-title [data-id=title-h],
[data-type=date] .f-dtpicker-title [data-id=title-i] {
    display: none
}

[data-type=time] .f-dtpicker-title h5,
[data-type=time] .f-dt-picker,
[data-type=month] .f-dtpicker-title h5,
[data-type=month] .f-dt-picker {
    width: 50%
}

[data-type=time] .f-dtpicker-title [data-id=title-y],
[data-type=time] .f-dtpicker-title [data-id=title-m],
[data-type=time] .f-dtpicker-title [data-id=title-d] {
    display: none
}

[data-type=month] .f-dtpicker-title [data-id=title-d],
[data-type=month] .f-dtpicker-title [data-id=title-h],
[data-type=month] .f-dtpicker-title [data-id=title-i] {
    display: none
}

.f-dtpicker-cancel,
.f-dtpicker-ok {
    position: absolute;
    height: 100%;
    line-height: 41px;
    color: #1d96f0;
    cursor: default;
    width: 60px;
    text-align: center
}

.f-dtpicker-cancel {
    left: 0
}

.f-dtpicker-ok {
    right: 0;
    font-weight: bold
}

.f-dtpicker-cancel:enabled,
.f-dtpicker-cancel:active,
.f-dtpicker-ok:enabled,
.f-dtpicker-ok:active {
    color: #1d98f06c
}

.f-dtpicker-body {
    position: relative;
    width: 100%;
    height: 200px;
    -webkit-user-select: none;
    user-select: none
}

.f-dt-picker {
    width: 20%
}

.f-switch {
    position: absolute;
    display: block;
    width: 47px;
    height: 28px;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color, border;
    transition-property: background-color, border;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    background-clip: padding-box;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.f-switch-handle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: -webkit-transform, width, left;
    transition-property: transform, width, left;
    border-radius: 16px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4)
}

.f-switch.f-active {
    border: 2px solid #18b4ed;
    background-color: #18b4ed
}

.f-switch.f-active .f-switch-handle {
    -webkit-transform: translate(20px, 0px);
    transform: translate(20px, 0px)
}

.f-actionsheet {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1101;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.f-actionsheet.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.f-actionsheet .f-table {
    position: relative;
    list-style: none;
    overflow: auto;
    max-height: 300px;
    background-color: #f7f7f7;
    background-image: none;
    -webkit-overflow-scrolling: touch;
    margin: 8px;
    text-align: center;
    color: #18b4ed;
    border-radius: 4px;
    padding: 0
}

.f-actionsheet .f-table-cell {
    position: relative;
    overflow: hidden;
    padding: 11px 15px;
    -webkit-touch-callout: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.f-actionsheet .f-table-cell>a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -11px -15px;
    padding: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #18b4ed;
    text-decoration: none
}

.f-actionsheet .f-table-cell>a[data-event=cancel] {
    font-weight: 550
}

.f-actionsheet .f-table-cell>a:enabled:active {
    background-color: #eee
}

.f-actionsheet .f-table-cell:first-child,
.f-actionsheet .f-table-cell:first-child>a {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.f-actionsheet .f-table-cell:last-child,
.f-actionsheet .f-table-cell:last-child>a {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.f-actionsheet .f-table-cell:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.f-actionsheet .f-table-cell:last-child:after {
    height: 0
}

.f-dialog {
    display: none;
    position: fixed;
    z-index: 1101;
    top: 50%;
    left: 50%;
    overflow: hidden;
    width: 270px;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
    transform: translate3d(-50%, -50%, 0) scale(1.185);
    text-align: center;
    color: #000;
    border-radius: 13px;
    opacity: 0
}

.f-dialog.active {
    display: block;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1
}

.f-dialog-mask {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none
}

.f-dialog-body {
    position: relative;
    padding: 15px;
    border-radius: 13px 13px 0 0;
    background: rgba(255, 255, 255, .95)
}

.f-dialog-body:after {
    position: absolute;
    z-index: 15;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    background-color: rgba(0, 0, 0, .2)
}

.f-dialog-title {
    font-size: 18px;
    font-weight: 500;
    text-align: center
}

.f-dialog-text {
    font-family: inherit;
    font-size: 14px;
    margin: 5px 0 0
}

.f-dialog-input input {
    font-size: 14px;
    width: 100%;
    height: 26px;
    margin: 15px 0 0;
    padding: 0 5px;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    background: #fff
}

.f-dialog-btns {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.f-dialog-btn {
    font-size: 17px;
    line-height: 44px;
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: 0 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #18b4ed;
    background: rgba(255, 255, 255, .95);
    -webkit-box-flex: 1
}

.f-dialog-btn:first-child {
    border-radius: 0 0 0 13px
}

.f-dialog-btn:last-child {
    border-radius: 0 0 13px
}

.f-dialog-btn.f-dialog-btn-bold {
    /* font-weight: 600 */
}

.f-dialog-btn:first-child:last-child {
    border-radius: 0 0 13px 13px
}

.f-toast-container {
    line-height: 17px;
    position: fixed;
    z-index: 9999;
    bottom: 200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none
}

.f-toast-message {
    font-size: 14px;
    padding: 10px 25px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #323232
}

.f-load-container {
    line-height: 10px;
    position: fixed;
    z-index: 10001;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: none
}

.f-load-body {
    font-size: 14px;
    padding: 15px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background-color: #323232;
}

.f-load-body img {
    width: 24px
}

.f-load-msg {
    padding-top: 10px
}

.f-load-mask {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none
}

.f-scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.f-scroll {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.f-scrollbar {
    position: absolute;
    z-index: 9998;
    overflow: hidden;
    -webkit-transition: 500ms;
    transition: 500ms;
    transform: translateZ(0px);
    pointer-events: none;
    opacity: 0
}

.f-scrollbar-vertical {
    top: 0;
    right: 1px;
    bottom: 2px;
    width: 4px
}

.f-scrollbar-indicator {
    position: absolute;
    display: block;
    box-sizing: border-box;
    -webkit-transition: .01s cubic-bezier(.1, .57, .1, 1);
    transition: .01s cubic-bezier(.1, .57, .1, 1);
    transform: translate(0px, 0) translateZ(0px);
    border: 1px solid rgba(255, 255, 255, .80196);
    border-radius: 2px;
    background: rgba(0, 0, 0, .39804)
}

.f-scrollbar-vertical .f-scrollbar-indicator {
    width: 100%
}

.f-scrollbar-horizontal {
    right: 2px;
    bottom: 0;
    left: 2px;
    height: 4px
}

.f-scrollbar-horizontal .f-scrollbar-indicator {
    height: 100%
}

.f-pull-bottom-pocket,
.f-pull-top-pocket {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 50px
}

.f-pull-top-pocket {
    top: 0
}

.f-pull-bottom-pocket {
    position: relative;
    bottom: 0;
    height: 40px
}

.f-pull {
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    text-align: center;
    color: #777
}

.f-pull-caption {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    overflow: visible;
    margin-top: 0;
    vertical-align: middle
}

.f-visibility {
    visibility: visible!important
}

.f-block {
    display: block!important
}

.f-loading .f-spinner {
    display: block;
    margin: 0 auto
}

.f-icon {
    font-family: "iconfont"!important;
    font-size: 24px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    text-decoration: none
}

.f-icon-pulldown:before {
    content: "\e72d"
}

.f-hidden {
    display: none
}

.f-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%
}

.f-slider .f-slider-group>div {
    font-size: 0;
    position: relative;
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    white-space: nowrap;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.f-slider .f-slider-group .f-slider-item {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal
}

.f-slider .f-slider-group .f-slider-item>div {
    line-height: 0;
    position: relative;
    display: block
}

.f-slider .f-slider-group .f-slider-item img {
    width: 100%;
    border: 0
}

.f-slider-indicator {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    background: 0;
    z-index: 2
}

.f-slider-indicator .f-indicator {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 1px 6px;
    cursor: pointer;
    border-radius: 50%;
    background: #aaa;
    -webkit-box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7);
    box-shadow: 0 0 1px 1px rgba(130, 130, 130, .7)
}

.f-slider-indicator .f-active.f-indicator {
    background: #fff
}

.f-slider .f-scroll {
    position: relative
}

.f-zoom-wrapper {
    position: relative;
    width: 100%;
    height: 100%
}

.f-zoom-scroller {
    position: absolute!important;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden
}

.f-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.f-imagePreview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    overflow: hidden;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.f-imagePreview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.f-imagePreview-out {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.f-imagePreview-slider,
.f-imagePreview-slider .f-scroll {
    height: 100%
}

.f-toptab {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px
}

.f-toptab-btns {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    padding: 7px
}

.f-toptab-btns>div {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    display: table;
    overflow: hidden;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #18b4ed;
    border-radius: 3px;
    background-color: transparent;
    -webkit-touch-callout: none
}

.f-toptab-btns .f-toptab-btn {
    line-height: 34px;
    display: table-cell;
    overflow: hidden;
    width: 1%;
    -webkit-transition: background-color .1s linear;
    transition: background-color .1s linear;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #18b4ed;
    border-color: #18b4ed;
    border-left: 1px solid #18b4ed
}

.f-toptab-btns .f-toptab-btn:first-child {
    border-left-width: 0
}

.f-toptab-btns .f-toptab-btn.f-active {
    color: #fff;
    background-color: #18b4ed
}

.f-toptab-content,
.f-toptab-content>div {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff
}

.f-toptab-content>div {
    display: none
}

.f-toptab-content>div.f-active {
    display: block
}

.f-timeline {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px
}

.f-timeline-allwrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #f0f3f4;
    color: #58666e
}

.f-timeline ul {
    padding: 0;
    margin: 0
}

.f-timeline-header,
.f-timeline-ender {
    display: block;
    width: 290px;
    text-align: center
}

.f-timeline-ender>div,
.f-timeline-header>div {
    display: inline-block;
    background-color: #18b4ed;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    margin-left: -88px
}

.f-timeline-ender>div {
    background-color: #4cd964
}

.f-timeline-item {
    display: block
}

.f-timeline-item:before,
.f-timeline-item:after {
    display: table;
    content: " "
}

.f-timeline-wrap {
    display: block;
    position: relative;
    padding: 15px 0 15px 20px;
    margin-left: 100px;
    border-color: #dee5e7;
    border-style: solid;
    border-width: 0 0 0 4px
}

.f-timeline-wrap:hover:before {
    background: transparent;
    border-color: #fff
}

.f-timeline-current {
    border-color: #18b4ed
}

.f-timeline-wrap:before,
.f-timeline-wrap:after {
    display: table;
    content: " "
}

.f-timeline-wrap:before {
    position: relative;
    top: 15px;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: -27px;
    background: #edf1f2;
    border-color: inherit;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 4px #f0f3f4
}

.f-timeline-wrap:after {
    clear: both
}

.f-timeline-date {
    display: block;
    position: absolute;
    top: 25px;
    left: -143px;
    width: 123px;
    text-align: right;
    font-size: 14px
}

.f-timeline-content {
    position: relative;
    display: inline-block;
    padding: 8px 10px;
    padding-bottom: 0;
    background-color: #fff;
    border: 1px solid #dee5e7;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.f-timeline-content .arrow {
    position: absolute;
    display: block;
    z-index: 10;
    border-width: 9px;
    border-color: transparent;
    border-style: solid;
    width: 0;
    height: 0;
    top: 19px;
    left: -9px;
    margin-top: -9px;
    border-right-color: rgba(0, 0, 0, 0.1);
    border-left-width: 0
}

.f-timeline-content .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    content: "";
    bottom: -8px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0
}

.f-timeline-title {
    margin-bottom: 8px;
    color: #333;
    font-size: 14px
}

.f-timeline-body {
    margin-left: -10px;
    margin-right: -10px;
    padding: 12px;
    border-top: 1px solid #edf1f2;
    font-size: 12px
}

.f-timeline-body>span {
    color: #18b4ed;
    cursor: pointer
}

.f-popright {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 800;
    padding-left: 80px;
    -webkit-transition: .3s;
    -webkit-transform: translateX(100%)
}

.f-popright.active {
    -webkit-transform: translateX(0px)
}

.f-popright-content {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding-top: 40px
}

.f-popright-title {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%
}

.f-popright-title:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.f-popright-body {
    position: relative;
    height: 100%;
    width: 100%
}

.f-popright-btn {
    position: absolute;
    top: 0;
    height: 40px;
    line-height: 40px;
    min-width: 50px;
    text-align: center;
    color: #0C86D8;
    font-size: 16px
}

.f-popright-btn.ok {
    right: 0
}

.f-popright-btn-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px
}

.f-popright-btn-left .f-popright-btn {
    position: relative;
    float: left
}

.f-swipebtn {
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none
}

.f-swipebtn-right {
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    right: 0;
    -webkit-transition: -webkit-transform 0ms ease;
    transition: transform 0ms ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.f-swipebtn-handler {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease
}

.f-swipebtn-transitioning {
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease
}

.f-swipebtn-btn {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 0 30px;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    border: 0!important
}

.f-swipebtn-btn:after {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 600%;
    height: 100%;
    content: '';
    background: inherit
}

.f-checkbox {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1101;
    background-color: #fefefe;
    border-top: solid 1px #ccc;
    bottom: 0;
    -webkit-transition: .3s;
    -webkit-transform: translateY(300px)
}

.f-checkbox.active {
    -webkit-transform: translateY(0px)
}

.f-checkbox-header {
    position: relative;
    font-size: 14px;
    color: #888;
    height: 41px
}

.f-checkbox-header:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -moz-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.f-checkbox-cancel,
.f-checkbox-ok {
    position: absolute;
    height: 100%;
    line-height: 41px;
    color: #1d96f0;
    cursor: default;
    width: 60px;
    text-align: center
}

.f-checkbox-cancel {
    left: 0
}

.f-checkbox-ok {
    right: 0;
    font-weight: bold
}

.f-checkbox-cancel:enabled,
.f-checkbox-cancel:active,
.f-checkbox-ok:enabled,
.f-checkbox-ok:active {
    color: #1d98f06c
}

.f-checkbox-body {
    position: relative;
    width: 100%;
    height: 200px;
    -webkit-user-select: none;
    user-select: none
}

.f-checkbox-item {
    position: relative;
    padding: 8px 15px;
    border: .5px solid #1d96f0;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
    color: #1d96f0
}

.f-checkbox-item.selected {
    background-color: #1d96f0;
    color: #fff
}

.f-checkbox-body .f-scroll {
    padding: 10px;
    padding-right: 5px
}

.lr-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.lr-tabbar {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    color: #18b4ed;
    z-index: 10;
    display: flex
}

.lr-tabbar:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.lr-tab-button {
    margin: 0;
    text-align: center;
    border-radius: 0;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    text-decoration: none;
    background: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 49px;
    font-size: 14px;
    color: #8c8c8c;
    padding: 0 2px
}

.lr-tab-button img {
    height: 24px;
}

.lr-tab-button.active {
    color: #18b4ed
}

.lr-tab-button i {
    font-size: 24px
}

.lr-tab-button>img {
    margin-top: 3px
}

.lr-tab-button .selected {
    display: none
}

.lr-tab-button.active .selected {
    display: block
}

.lr-tab-button.active .unselected {
    display: none
}

.lr-tab-button-text {
    /* overflow: hidden;
    margin-top: 3px; */
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    min-width: 26px;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-size: 14px */
}

.lr-page-no-back .f-page-backbtn {
    display: none!important
}

.lr-page-have-tab {
    padding-bottom: 50px!important
}

.lr-page-no-head {
    padding-top: 0
}

.lr-page-no-head .f-page-header {
    display: none
}

.f-page-backbtn .icon-back_light {
    font-size: 24px;
    /* font-weight: bold */
}

.lr-badge {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 3px 6px;
    color: #333!important;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, .15)
}

.lr-badge-blue,
.lr-badge-primary {
    color: #fff!important;
    background-color: #18b4ed
}

.lr-badge-green,
.lr-badge-success {
    color: #fff!important;
    background-color: #4cd964
}

.lr-badge-warning,
.lr-badge-yellow {
    color: #fff!important;
    background-color: #f0ad4e
}

.lr-badge-danger,
.lr-badge-red {
    color: #fff!important;
    background-color: #dd524d
}

.lr-badge-purple,
.lr-badge-royal {
    color: #fff!important;
    background-color: #8a6de9
}

.lr-badge.lr-badge-inverted {
    padding: 0 5px 0 0;
    color: #929292!important;
    background-color: transparent
}

.lr-badge-blue.lr-badge-inverted,
.lr-badge-primary.lr-badge-inverted {
    color: #18b4ed!important;
    background-color: transparent
}

.lr-badge-green.lr-badge-inverted,
.lr-badge-success.lr-badge-inverted {
    color: #4cd964!important;
    background-color: transparent
}

.lr-badge-warning.lr-badge-inverted,
.lr-badge-yellow.lr-badge-inverted {
    color: #f0ad4e!important;
    background-color: transparent
}

.lr-badge-danger.lr-badge-inverted,
.lr-badge-red.lr-badge-inverted {
    color: #dd524d!important;
    background-color: transparent
}

.lr-badge-purple.lr-badge-inverted,
.lr-badge-royal.lr-badge-inverted {
    color: #8a6de9!important;
    background-color: transparent
}

button {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-variant: inherit;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button
}

.lr-btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #fff;
    background-clip: padding-box
}

.lr-btn .iconfont,
button .iconfont,
input[type=button] .iconfont,
input[type=reset] .iconfont,
input[type=submit] .iconfont {
    font-size: 14px;
    margin: 0 3px;
    color: #666
}

.lr-btn .lr-badge,
button .lr-badge,
input[type=button] .lr-badge,
input[type=reset] .lr-badge,
input[type=submit] .lr-badge {
    font-size: 14px;
    margin: -2px -4px -2px 4px;
    background-color: rgba(0, 0, 0, .15)
}

.lr-btn-blue,
.lr-btn-primary,
input[type=submit] {
    color: #fff;
    border: 1px solid #18b4ed;
    background-color: #18b4ed
}

.lr-btn-green,
.lr-btn-positive,
.lr-btn-success {
    color: #fff;
    border: 1px solid #4cd964;
    background-color: #4cd964
}

.lr-btn-warning,
.lr-btn-yellow {
    color: #fff;
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e
}

.lr-btn-danger,
.lr-btn-negative,
.lr-btn-red {
    color: #fff;
    border: 1px solid #dd524d;
    background-color: #dd524d
}

.lr-btn-purple,
.lr-btn-royal {
    color: #fff;
    border: 1px solid #8a6de9;
    background-color: #8a6de9
}

.lr-btn-blue .iconfont,
.lr-btn-primary .iconfont,
input[type=submit] .iconfont,
.lr-btn-green .iconfont,
.lr-btn-positive .iconfont,
.lr-btn-success .iconfont,
.lr-btn-warning .iconfont,
.lr-btn-yellow .iconfont,
.lr-btn-danger .iconfont,
.lr-btn-negative .iconfont,
.lr-btn-red .iconfont,
.lr-btn-purple .iconfont,
.lr-btn-royal .iconfont {
    color: #fff
}

.lr-btn-outlined {
    background-color: transparent
}

.lr-btn-outlined.lr-btn-blue,
.lr-btn-outlined.lr-btn-primary,
.lr-btn-outlined.lr-btn-blue .iconfont,
.lr-btn-outlined.lr-btn-primary .iconfont {
    color: #18b4ed
}

.lr-btn-outlined.lr-btn-green,
.lr-btn-outlined.lr-btn-positive,
.lr-btn-outlined.lr-btn-success,
.lr-btn-outlined.lr-btn-green .iconfont,
.lr-btn-outlined.lr-btn-positive .iconfont,
.lr-btn-outlined.lr-btn-success .iconfont {
    color: #4cd964
}

.lr-btn-outlined.lr-btn-warning,
.lr-btn-outlined.lr-btn-yellow,
.lr-btn-outlined.lr-btn-warning .iconfont,
.lr-btn-outlined.lr-btn-yellow .iconfont {
    color: #f0ad4e
}

.lr-btn-outlined.lr-btn-danger,
.lr-btn-outlined.lr-btn-negative,
.lr-btn-outlined.lr-btn-red,
.lr-btn-outlined.lr-btn-danger .iconfont,
.lr-btn-outlined.lr-btn-negative .iconfont,
.lr-btn-outlined.lr-btn-red .iconfont {
    color: #dd524d
}

.lr-btn-outlined.lr-btn-purple,
.lr-btn-outlined.lr-btn-royal,
.lr-btn-outlined.lr-btn-purple .iconfont,
.lr-btn-outlined.lr-btn-royal .iconfont {
    color: #8a6de9
}

.lr-btn-link {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #18b4ed;
    border: 0;
    background-color: transparent
}

.lr-btn-link .iconfont {
    color: #18b4ed
}

.lr-btn.lr-active:enabled,
.lr-btn:enabled:active,
button.lr-active:enabled,
button:enabled:active,
input[type=button].lr-active:enabled,
input[type=button]:enabled:active,
input[type=reset].lr-active:enabled,
input[type=reset]:enabled:active,
input[type=submit].lr-active:enabled,
input[type=submit]:enabled:active {
    color: #fff;
    background-color: #18b4ed
}

.lr-btn-warning.lr-active:enabled,
.lr-btn-warning:enabled:active,
.lr-btn-yellow.lr-active:enabled,
.lr-btn-yellow:enabled:active {
    color: #fff;
    border: 1px solid #ec971f;
    background-color: #ec971f
}

.lr-btn-danger.lr-active:enabled,
.lr-btn-danger:enabled:active,
.lr-btn-negative.lr-active:enabled,
.lr-btn-negative:enabled:active,
.lr-btn-red.lr-active:enabled,
.lr-btn-red:enabled:active {
    color: #fff;
    border: 1px solid #cf2d28;
    background-color: #cf2d28
}

.lr-btn-purple.mui-active:enabled,
.lr-btn-purple:enabled:active,
.lr-btn-royal.mui-active:enabled,
.lr-btn-royal:enabled:active {
    color: #fff;
    border: 1px solid #6641e2;
    background-color: #6641e2
}

.lr-btn-blue.lr-active:enabled,
.lr-btn-blue:enabled:active,
.lr-btn-primary.lr-active:enabled,
.lr-btn-primary:enabled:active,
input[type=submit].lr-active:enabled,
input[type=submit]:enabled:active {
    color: #fff;
    border: 1px solid #ff9e0d;
    background-color: #ff9e0d
}

.lr-btn-green.lr-active:enabled,
.lr-btn-green:enabled:active,
.lr-btn-positive.lr-active:enabled,
.lr-btn-positive:enabled:active,
.lr-btn-success.lr-active:enabled,
.lr-btn-success:enabled:active {
    color: #fff;
    border: 1px solid #2ac845;
    background-color: #2ac845
}

.lr-btn-outlined.lr-btn-blue:enabled:active,
.lr-btn-outlined.lr-btn-danger:enabled:active,
.lr-btn-outlined.lr-btn-green:enabled:active,
.lr-btn-outlined.lr-btn-negative:enabled:active,
.lr-btn-outlined.lr-btn-positive:enabled:active,
.lr-btn-outlined.lr-btn-primary:enabled:active,
.lr-btn-outlined.lr-btn-purple:enabled:active,
.lr-btn-outlined.lr-btn-red:enabled:active,
.lr-btn-outlined.lr-btn-royal:enabled:active,
.lr-btn-outlined.lr-btn-success:enabled:active,
.lr-btn-outlined.lr-btn-warning:enabled:active,
.lr-btn-outlined.lr-btn-yellow:enabled:active {
    color: #fff
}

.lr-btn-link.lr-active:enabled,
.lr-btn-link:enabled:active {
    color: #ff9e0d;
    background-color: transparent
}

.lr-btn-block {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0
}

.lr-list {
    position: relative;
    /* padding: 0 10px; */
    /* background-color: #fff */
}

.lr-list:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    /* background-color: #f1f1f2 */
}

.lr-list:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.lr-list-item {
    position: relative;
    width: 100%;
    min-height: 44px;
    line-height: 44px;
    padding: 0 14px;
    overflow: hidden;
    -webkit-touch-callout: none;
    font-size: 14px;
    color: #666
}

.lr-list-item:after {
    background-color: #f1f1f2
}

.lr-list-item:active {
    background-color: #eee
}

.lr-list-item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 14px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    /* background-color: #f1f1f2 */
}

.lr-list-item:last-child:after,
.lr-list-item:last-child:before {
    height: 0
}

.lr-list-item .lr-badge {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lr-list-item.lr-list-item-multi {
    padding-top: 10px;
    padding-bottom: 10px
}

.lr-list-item h1,
.lr-list-item h2,
.lr-list-item h3,
.lr-list-item h4,
.lr-list-item h5,
.lr-list-item h6 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 5px
}

.lr-list-item p {
    line-height: 1;
    padding: 3px 0;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #8f8f94
}

.lr-list-item-icon:after,
.lr-list-item-icon2:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 38px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    /* background-color: #f1f1f2 */
}

.lr-list-item-icon2:after {
    left: 60px
}

.lr-list-item-icon {
    padding-left: 38px
}

.lr-list-item-icon2 {
    padding-left: 60px;
    height: 60px;
    line-height: 60px
}

.lr-list-item-icon>i.iconfont {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 20px;
    color: #3398DC
}

.lr-list-item-icon2>.lr-icon>i.iconfont {
    font-size: 20px
}

.lr-list-item-icon2>.lr-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background-color: #18b4ed
}

.lr-list-item-icon2 .lr-nav-multi {
    position: relative;
    padding: 10px 0;
    line-height: 20px
}

.lr-list-item-icon2 .lr-nav-multi>span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis
}

.lr-list-item-icon2 .lr-nav-multi>span:first-child {
    color: #333
}

.lr-list-item-icon2 .lr-nav-multi>span:last-child {
    color: #999;
    font-size: 12px
}

.lr-list-item .lr-nav-right {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-right: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit
}

.lr-list-item .lr-nav-right:after {
    font-family: "iconfont"!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a3";
    position: absolute;
    right: 0;
    color: #c5c9cc
}

.lr-list-item .lr-nav-left {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: inherit
}

.lr-list-item .lr-nav-left:after {
    font-family: "iconfont"!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a3";
    position: absolute;
    left: 0;
    color: #f1f1f2
}

.lr-list-item .lr-nav-left.bottom:after {
    font-family: "iconfont"!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e661";
    position: absolute;
    left: 0;
    color: #f1f1f2
}

.lr-list-divider {
    font-weight: 500;
    position: relative;
    margin-top: -1px;
    margin-left: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    color: #999;
    background-color: #fafafa
}

.lr-list-divider:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.lr-list-divider:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.lr-list-item-media,
.lr-list-item-media .f-swipebtn-handler {
    padding: 11px 14px 11px 66px;
    line-height: 1
}

.lr-list-item-media.f-swipebtn {
    padding: 0
}

.lr-list-item-media.lr-nav-right {
    padding-right: 28px
}

.lr-list-item-media.lr-nav-right:before {
    font-family: "iconfont"!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a3";
    position: absolute;
    right: 14px;
    top: 25px;
    /* color: #f1f1f2 */
}

.lr-list-item-media-right {
    padding: 11px 66px 11px 14px
}

.lr-media-head {
    position: absolute;
    top: 11px;
    left: 14px;
    /* line-height: 42px;
    max-width: 42px; */
    height: 42px;
    width: 42px;
}

.lr-list-item-media-right .lr-media-head {
    left: auto;
    right: 14px
}

.lr-media-body {
    position: relative;
    height: 42px;
    width: 100%;
    font-size: 16px;
    color: #000;
    padding-top: 4px
}

.lr-media-body>p {
    line-height: 22px
}

.lr-card {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.lr-card-footer,
.lr-card-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 44px;
    padding: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.lr-card-header {
    font-size: 17px;
    border-radius: 2px 2px 0 0
}

.lr-card-header>img:first-child {
    position: absolute;
    /* top: 10px; */
    left: 10px;
    font-size: 0;
    line-height: 0;
    width: 34px;
    height: 34px
}

.lr-card-footer:before,
.lr-card-header:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.lr-card-header:after {
    top: auto;
    bottom: 0
}

.lr-card-footer .lr-card-link,
.lr-card-header .lr-card-link {
    line-height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 44px;
    margin-top: -10px;
    margin-bottom: -10px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-decoration: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.lr-card-media {
    vertical-align: bottom;
    color: #fff;
    background-position: center;
    background-size: cover
}

.lr-card-header.lr-card-media {
    padding: 10px;
    padding-left: 54px
}

.lr-card-header.lr-card-media .lr-card-media-body {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #333
}

.lr-card-header.lr-card-media .lr-card-media-body p {
    font-size: 13px;
    margin: 0;
    color: #8f8f94
}

.lr-card-content {
    font-size: 14px;
    position: relative
}

.lr-card-content-inner {
    position: relative;
    padding: 15px
}

.lr-grid {
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f2f2f2
}

.lr-grid-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    color: #797979;
    vertical-align: top;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: 0;
    padding: 21px 0
}

.lr-grid-item:active {
    background-color: #eee
}

.lr-grid-item .iconfont {
    font-size: 36px;
    position: relative
}

.lr-grid-item span {
    font-size: 15px;
    line-height: 15px;
    text-overflow: ellipsis;
    color: #333;
    margin-top: 8px
}

.lr-progressbar-in {
    -webkit-animation: lr-progressbar-in 300ms forwards;
    animation: lr-progressbar-in 300ms forwards
}

.lr-progressbar-out {
    -webkit-animation: lr-progressbar-out 300ms forwards;
    animation: lr-progressbar-out 300ms forwards
}

@-webkit-keyframes lr-progressbar-in {
    from {
        -webkit-transform: scaleY(0);
        opacity: 0
    }
    to {
        -webkit-transform: scaleY(1);
        opacity: 1
    }
}

@keyframes lr-progressbar-in {
    from {
        transform: scaleY(0);
        opacity: 0
    }
    to {
        transform: scaleY(1);
        opacity: 1
    }
}

@-webkit-keyframes lr-progressbar-out {
    from {
        -webkit-transform: scaleY(1);
        opacity: 1
    }
    to {
        -webkit-transform: scaleY(0);
        opacity: 0
    }
}

@keyframes lr-progressbar-out {
    from {
        transform: scaleY(1);
        opacity: 1
    }
    to {
        transform: scaleY(0);
        opacity: 0
    }
}

@-webkit-keyframes lr-progressbar-infinite {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0) scaleX(.5)
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) scaleX(.5)
    }
}

@keyframes lr-progressbar-infinite {
    0% {
        transform: translate3d(-50%, 0, 0) scaleX(.5)
    }
    100% {
        transform: translate3d(100%, 0, 0) scaleX(.5)
    }
}

.lr-progressbar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 2px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    vertical-align: middle;
    border-radius: 2px;
    background: #b6b6b6;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.lr-progressbar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 150ms;
    transition: 150ms;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    background: #18b4ed
}

.lr-progressbar.lr-progressbar-infinite:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: lr-progressbar-infinite 1s linear infinite;
    animation: lr-progressbar-infinite 1s linear infinite;
    background: #18b4ed
}

.lr-form-container {
    position: relative;
    padding: 0;
    border: 0;
    background-color: #fff
}

.lr-form-container:before {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc
}

.lr-form-container:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc
}

.lr-form-container .lr-form-row {
    clear: left;
    overflow: hidden;
    position: relative;
    min-height: 40px;
    padding-left: 90px;
    font-size: 14px;
    /* padding: 5px 0; */
}

.lr-form-container .lr-form-row-multi {
    min-height: 80px;
    padding-top: 35px;
    padding-left: 0
}

.lr-form-container .lr-form-row-multi label {
    height: 35px
}

.lr-form-container .lr-form-row-multi textarea {
    height: 80px;
    border: 0;
    margin: 0;
    outline: 0;
    line-height: 21px;
    background-color: #fff;
    -webkit-appearance: none;
    resize: none;
    padding-top: 0
}

.lr-form-container .lr-form-row-title {
    background-color: #fafafa;
    color: #999;
    min-height: 30px
}

.lr-form-container .lr-form-row:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc
}

.lr-form-container .lr-form-row-title:after {
    left: 0
}

.lr-form-container .lr-form-row+.lr-form-row-title {
    margin-top: -1px
}

.lr-form-container .lr-form-row+.lr-form-row-title:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.lr-form-row:last-child:after,
.lr-form-row:last-child:before {
    height: 0
}

.lr-form-row font {
    position: absolute;
    color: red;
    top: 12px;
    left: 5px
}

.lr-form-row label {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    line-height: 40px;
    text-align: left;
    padding-left: 14px
}

.lr-form-row-multi label {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding-left: 14px
}

.lr-form-row-title label {
    line-height: 30px;
    font-size: 12px
}

.lr-form-row input {
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 21px;
    padding-right: 15px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

.lrtextarea {
    min-height: 80px;
    padding-bottom: 5px;
    outline: 0;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: hidden;
    _overflow-y: visible
}

.lr-form-row .lrtextarea {
    margin: 0;
    border: 0;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 14px
}

.lr-picker {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: right;
    padding-right: 29px
}

.lr-picker:after {
    font-family: "iconfont"!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a3";
    position: absolute;
    right: 10px;
    top: 0;
    color: #c5c9cc
}

.lr-checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 100%;
    text-align: right;
    padding-right: 29px;
    line-height: 40px;
    min-height: 40px;
    clear: left;
    overflow: hidden
}

.lr-checkbox:after {
    font-family: "iconfont"!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a3";
    position: absolute;
    right: 10px;
    top: 0;
    color: #f1f1f2
}

.lr-checkbox .text {
    position: relative;
    padding-top: 5px;
    line-height: 32.5px
}

.lr-checkbox .lr-checkbox-item {
    position: relative;
    padding: 6px 10px;
    border: .5px solid #1d96f0;
    font-size: 12px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #1d96f0;
    color: #fff;
    line-height: 1
}

.lr-date {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: right;
    padding-right: 29px
}

.lr-date:after {
    font-family: "iconfont"!important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a3";
    position: absolute;
    right: 10px;
    top: 0;
    color: #f1f1f2
}

.bgcblue1 {
    background-color: #62bbff
}

.bgcblue2 {
    background-color: #7bd2ff
}

.bgcyellow {
    background-color: #ffd761
}

.bgcorange {
    background-color: #fe955c
}

.bgcpink {
    background-color: #ff6283
}

.bgccyan {
    background-color: #60e3f3
}

.bgcpurple {
    background-color: #acc8fe
}

.lr-imagepicker {
    position: relative;
    min-height: 75px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 14px;
    padding-top: 8px
}

.lr-imagepicker-item {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-bottom: 8px
}

.lr-imagepicker-item>img {
    height: 55px;
    width: 55px
}

.lr-imagepicker-handle {
    text-align: center;
    height: 55px;
    width: 55px;
    background-color: #f6f6f6;
    line-height: 55px
}

.lr-imagepicker-handle>i {
    font-size: 38px;
    color: #ccc
}

.lr-imagepicker-remove {
    position: absolute;
    top: -8px;
    left: 46px;
    cursor: pointer
}

.lr-imagepicker-remove>i {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 18px
}

.lr-imagepicker-remove>div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    z-index: 0;
    background-color: #fff
}

[readonly="readonly"] .lr-imagepicker-remove {
    display: none
}

.lr-page {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 45px
}

.lr-page-tool {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 100%;
    background-color: #fff
}

.lr-page-tool:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #f1f1f2
}

.lr-page-tool .lr-tool-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px;
    line-height: 35px;
    font-size: 14px;
    padding-left: 5px;
    color: #666
}

.lr-page-tool .lr-tool-right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 200px;
    line-height: 35px;
    font-size: 14px;
    color: #666
}

.lr-page-tool .lr-tool-right-btn {
    position: relative;
    float: right;
    width: 40px;
    height: 100%;
    text-align: center
}

.lr-page-tool .lr-tool-right-btn:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    content: '';
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    background-color: #f1f1f2
}

.lr-tool-right-btn-content {
    display: none
}

.lr-search-date {
    position: relative;
    padding: 10px
}

.lr-search-date>a {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    background: #9da6bd;
    position: relative;
    margin-bottom: 10px
}

.lr-search-date>a.active {
    background: #00aaef
}

.lr-search-date>a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #afb8cc
}

.lr-search-date .lr-form-row {
    clear: left;
    overflow: hidden;
    position: relative;
    font-size: 14px
}

.lr-search-date .lr-form-row label {
    position: relative;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: left;
    padding-left: 0
}

.lr-search-date .lr-form-row>div {
    position: relative;
    width: 100%;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: left;
    padding-left: 14px;
    color: #666
}

.lr-page-item {
    border-bottom: solid 1px #f1f1f2;
}