/*!
* =====================================================
*Fui v1.0.2
* =====================================================
*/
/*
 * @Author: binbin.chen 
 * @Date: 2017-12-11 13:55:11 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2017-12-21 18:06:03
 */

 @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: 0px;
    padding: 0px;
    background-color: #f3f3f3;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    font-size: 17px;
    /* -webkit-overflow-scrolling: touch; */
}

a, a div, a span, button, button div, button span, input, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

a {
    background: 0 0;
    text-decoration: none;
    color: #007aff;
}

:focus, :active {
    outline: none;
}

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: 0.4;
    }

    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }

    50% {
        opacity: 0.4;
    }

    to {
        opacity: 1.0;
    }
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
    color: inherit;
}
.f-backdrop {
    position: fixed;
    z-index: 998;
    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;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-08 14:41:47 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2017-12-26 10:22:37
 */
.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%;
    height: 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: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.f-page-backbtn {
    position: absolute;
    line-height: 44px;
    height: 100%;
    left:0px;
    top:0px;
    text-align:center;
    min-width:36px;
    color: #488aff;
}
.f-page-backbtn a{
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: 0 0;
    text-decoration: none;
    color: #488aff;
}
.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:scroll;
    -webkit-overflow-scrolling: touch;
}

/*
 * @Author: binbin.chen 
 * @Date: 2018-01-05 09:45:43 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-03-12 10:52:22
 */
.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:0px;
    text-align:center;
    min-width:36px;
    color: #488aff;
    z-index: 20;
}
.f-layer-closebtn{
    position: absolute;
    line-height: 44px;
    height: 44px;
    left:50px;
    top:0px;
    text-align:center;
    min-width:36px;
    color: #488aff;
    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: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}
.f-layer-page-backbtn {
    position: absolute;
    line-height: 44px;
    height: 100%;
    left:0px;
    top:0px;
    text-align:center;
    min-width:36px;
    color: #488aff;
}
.f-layer-page-backbtn a{
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: 0 0;
    text-decoration: none;
    color: #488aff;
}
.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;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-04 14:49:49 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2017-12-04 20:57:36
 * @Describe: 移动端选择器插件(lrpicker)
 */
.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: 0px;
    margin: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0px;
    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: 0px;
    margin: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0px;
    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: 0px 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;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-04 21:02:04 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-07-08 15:45:26
 */

.f-poppicker {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fefefe;
    border-top: solid 1px #ccc;
    bottom: 0px;
    -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:0px;
}
.f-poppicker-ok{
    right:0px;
    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-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    display:none;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-07 10:21:19 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-07-08 15:42:29
 */
 .f-dtpicker {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fefefe;
    border-top: solid 1px #ccc;
    -webkit-transition: .3s;
    bottom: 0px;
    -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:0px;
}
.f-dtpicker-ok{
    right:0px;
    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-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    display:none;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-11 09:42:17 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2017-12-11 09:46:29
 */
 .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: 0px;
    left: 0px;
    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 #007aff;
    background-color: #007aff;
}
.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: 999;
    -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: #007aff;
    border-radius: 4px;
    padding: 0px;
}
.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: #007aff;
    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: #c8c7cc;
}
.f-actionsheet .f-table-cell:last-child:after{
    height: 0;
}
/*
 * @Author: binbin.chen 
 * @Date: 2017-12-12 13:48:33 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-07-08 16:10:59
 */
.f-dialog{
    display: none;
    position: fixed;
    z-index: 1000;
    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: #007aff;
    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);
    display:none;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-13 15:52:57 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2017-12-18 12:03:22
 */
 .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;
    /* height: 100%; */
    width: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-bottom: 100px;   /* 2023.8.15修改列表刷新数据，最后一行显示不全问题 */
}
.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%;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-13 11:34:04 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-04-02 11:06:12
 */
.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;
}/*
 * @Author: binbin.chen 
 * @Date: 2018-02-27 16:26:27 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-03-08 17:13:39
 * @Describe: 轮播
 */
.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 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;
    padding-bottom:0;   /*单独设置首页轮播图下边距为0 2023.9.14*/
}
/*
 * @Author: binbin.chen 
 * @Date: 2018-03-08 10:10:19 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-03-08 17:22:55
 */
.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%;
}/*
 * @Author: binbin.chen 
 * @Date: 2018-02-27 11:58:43 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-03-08 17:54:15
 */

.f-imagePreview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    overflow: hidden;

    -webkit-animation-duration: 0.5s;
    animation-duration: 0.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 #488aff;
    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: #488aff;
    border-color: #488aff;
    border-left: 1px solid #488aff;
}

.f-toptab-btns .f-toptab-btn:first-child {
    border-left-width: 0;
}

.f-toptab-btns .f-toptab-btn.f-active {
    color: #fff;
    background-color: #488aff;
}

.f-toptab-content{
    position: relative;
    height:100%;
    /* height: 658px; */
    width: 100%;
    background-color: #fff;
	/*zjy 2022-05-10*/
}
.f-toptab-content>div {
    position: relative;
    height:100%;
    width: 100%;
    background-color: #fff;
	/* zjy 2022-05-10; */
	overflow: auto;

}

.f-toptab-content>div {
    display: none;
}

.f-toptab-content>div.f-active {
    display: block;
    /* height: 658px; */
    /* 新增2022.9.27  原658px改为100%*/
    height: 100%; 
}.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:#488aff;
    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: #488aff;
}



.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:0px;
    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: #ffffff;
    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:#488aff;
    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: #c8c7cc;
}
.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;
}/*
 * @Author: binbin.chen 
 * @Date: 2017-12-04 21:02:04 
 * @Last Modified by: binbin.chen
 * @Last Modified time: 2018-07-13 10:39:31
 */

 .f-checkbox {
    position: fixed;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: #fefefe;
    border-top: solid 1px #ccc;
    bottom: 0px;
    -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: #c8c7cc;
}

.f-checkbox-cancel,
.f-checkbox-ok
{
    position: absolute;
    height: 100%;
    line-height: 41px;
    color: #1d96f0;
    cursor: default;
    width: 60px;
    text-align:center;
}
/*清除选择*/
.f_checkbox-clearSelect
{
	
	position: absolute;
	height: 100%;
	line-height: 41px;
	color: #1d96f0;
	cursor: default;
	width: 60px;
	text-align:center;
	left:70px;
}
/*全部选择*/
.f_checkbox-allSelect
{
	position: absolute;
	height: 100%;
	line-height: 41px;
	color: #1d96f0;
	cursor: default;
	width: 60px;
	text-align:center;
	left:150px;
}
.f-checkbox-cancel{
    left:0px;
}
.f-checkbox-ok{
    right:0px;
    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-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    display:none;
}

.f-checkbox-item{
    position: relative;
    padding: 8px 15px;

    border: 0.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;
}
