/*!
 * =====================================================
 * Mui v3.4.0 (http://dev.dcloud.net.cn/mui)
 * =====================================================
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html
{
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}
*{text-decoration: none;list-style: none;font-family: "Microsoft YaHei UI";}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;

    vertical-align: baseline;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}

a
{
    background: transparent;
}

a:active,
a:hover
{
    outline: 0;
}

abbr[title]
{
    border-bottom: 0.05rem dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;

    margin: .67em 0;
}

mark
{
    color: #000;
    background: #ff0;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

img
{
    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 1em 2rem;
}

hr
{
    box-sizing: content-box;
    height: 0;
}

pre
{
    overflow: auto;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea
{
    font: inherit;

    margin: 0;

    color: inherit;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;

    -webkit-appearance: button;
}

button[disabled],
html input[disabled]
{
    cursor: default;
}

input
{
    line-height: normal;
}

input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

input[type='search']
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;

    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

fieldset
{
    margin: 0 0.1rem;
    padding: .35em .625em .75em;

    border: 0.05rem solid #c0c0c0;
}

legend
{
    padding: 0;

    border: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

*
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;

    outline: none;

    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

body
{
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.85rem;
    line-height: 1.05rem;

    color: #000;
    background-color: #efeff4;

    -webkit-overflow-scrolling: touch;
}

a
{
    text-decoration: none;

    color: #007aff;
}
a:active
{
    color: #0062cc;
}

.mui-content
{
    background-color: #efeff4;

    -webkit-overflow-scrolling: touch;
}

.mui-bar-nav ~ .mui-content
{
    padding-top: 2.2rem;
}
.mui-bar-nav ~ .mui-content.mui-scroll-wrapper .mui-scrollbar-vertical
{
    top: 2.2rem;
}

.mui-bar-header-secondary ~ .mui-content
{
    padding-top: 4.4rem;
}
.mui-bar-header-secondary ~ .mui-content.mui-scroll-wrapper .mui-scrollbar-vertical
{
    top: 4.4rem;
}

.mui-bar-footer ~ .mui-content
{
    padding-bottom: 2.2rem;
}
.mui-bar-footer ~ .mui-content.mui-scroll-wrapper .mui-scrollbar-vertical
{
    bottom: 2.2rem;
}

.mui-bar-footer-secondary ~ .mui-content
{
    padding-bottom: 4.4rem;
}
.mui-bar-footer-secondary ~ .mui-content.mui-scroll-wrapper .mui-scrollbar-vertical
{
    bottom: 4.4rem;
}

.mui-bar-tab ~ .mui-content
{
    padding-bottom: 2.5rem;
}
.mui-bar-tab ~ .mui-content.mui-scroll-wrapper .mui-scrollbar-vertical
{
    bottom: 2.5rem;
}

.mui-bar-footer-secondary-tab ~ .mui-content
{
    padding-bottom: 4.7rem;
}
.mui-bar-footer-secondary-tab ~ .mui-content.mui-scroll-wrapper .mui-scrollbar-vertical
{
    bottom: 4.7rem;
}

.mui-content-padded
{
    margin: 0.5rem;
}

.mui-inline
{
    display: inline-block;

    vertical-align: top;
}

.mui-block
{
    display: block !important;
}

.mui-visibility
{
    visibility: visible !important;
}

.mui-hidden
{
    display: none !important;
}

.mui-ellipsis
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.mui-ellipsis-2
{
    display: -webkit-box;
    overflow: hidden;

    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mui-table
{
    display: table;

    width: 100%;

    table-layout: fixed;
}

.mui-table-cell
{
    position: relative;

    display: table-cell;
}

.mui-text-left
{
    text-align: left !important;
}

.mui-text-center
{
    text-align: center !important;
}

.mui-text-justify
{
    text-align: justify !important;
}

.mui-text-right
{
    text-align: right !important;
}

.mui-pull-left
{
    float: left;
}

.mui-pull-right
{
    float: right;
}

.mui-list-unstyled
{
    padding-left: 0;

    list-style: none;
}

.mui-list-inline
{
    margin-left: -0.25rem;
    padding-left: 0;

    list-style: none;
}

.mui-list-inline > li
{
    display: inline-block;

    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.mui-clearfix:before, .mui-clearfix:after
{
    display: table;

    content: ' ';
}
.mui-clearfix:after
{
    clear: both;
}

.mui-bg-primary
{
    background-color: #007aff;
}

.mui-bg-positive
{
    background-color: #4cd964;
}

.mui-bg-negative
{
    background-color: #dd524d;
}

.mui-error
{
    margin: 4.4rem 1.75rem;
    padding: 0.5rem;

    border-radius: 0.3rem;
    background-color: #bbb;
}

.mui-subtitle
{
    font-size: 0.75rem;
}

h1, h2, h3, h4, h5, h6
{
    line-height: 1;

    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

h1, .mui-h1
{
    font-size: 1.8rem;
}

h2, .mui-h2
{
    font-size: 1.5rem;
}

h3, .mui-h3
{
    font-size: 1.2rem;
}

h4, .mui-h4
{
    font-size: 0.9rem;
}

h5, .mui-h5
{
    font-size: 0.7rem;
    font-weight: normal;

    color: #8f8f94;
}

h6, .mui-h6
{
    font-size: 0.6rem;
    font-weight: normal;

    color: #8f8f94;
}

p
{
    font-size: 0.7rem;

    margin-top: 0;
    margin-bottom: 0.5rem;

    color: #8f8f94;
}

.mui-row:before, .mui-row:after
{
    display: table;

    content: ' ';
}
.mui-row:after
{
    clear: both;
}

.mui-col-xs-1, .mui-col-sm-1, .mui-col-xs-2, .mui-col-sm-2, .mui-col-xs-3, .mui-col-sm-3, .mui-col-xs-4, .mui-col-sm-4, .mui-col-xs-5, .mui-col-sm-5, .mui-col-xs-6, .mui-col-sm-6, .mui-col-xs-7, .mui-col-sm-7, .mui-col-xs-8, .mui-col-sm-8, .mui-col-xs-9, .mui-col-sm-9, .mui-col-xs-10, .mui-col-sm-10, .mui-col-xs-11, .mui-col-sm-11, .mui-col-xs-12, .mui-col-sm-12
{
    position: relative;

    min-height: 1px;
}

.mui-row > [class*='mui-col-']
{
    float: left;
}

.mui-col-xs-12
{
    width: 100%;
}

.mui-col-xs-11
{
    width: 91.66666667%;
}

.mui-col-xs-10
{
    width: 83.33333333%;
}

.mui-col-xs-9
{
    width: 75%;
}

.mui-col-xs-8
{
    width: 66.66666667%;
}

.mui-col-xs-7
{
    width: 58.33333333%;
}

.mui-col-xs-6
{
    width: 50%;
}

.mui-col-xs-5
{
    width: 41.66666667%;
}

.mui-col-xs-4
{
    width: 33.33333333%;
}

.mui-col-xs-3
{
    width: 25%;
}

.mui-col-xs-2
{
    width: 16.66666667%;
}

.mui-col-xs-1
{
    width: 8.33333333%;
}

@media (min-width: 400px)
{
    .mui-col-sm-12
    {
        width: 100%;
    }

    .mui-col-sm-11
    {
        width: 91.66666667%;
    }

    .mui-col-sm-10
    {
        width: 83.33333333%;
    }

    .mui-col-sm-9
    {
        width: 75%;
    }

    .mui-col-sm-8
    {
        width: 66.66666667%;
    }

    .mui-col-sm-7
    {
        width: 58.33333333%;
    }

    .mui-col-sm-6
    {
        width: 50%;
    }

    .mui-col-sm-5
    {
        width: 41.66666667%;
    }

    .mui-col-sm-4
    {
        width: 33.33333333%;
    }

    .mui-col-sm-3
    {
        width: 25%;
    }

    .mui-col-sm-2
    {
        width: 16.66666667%;
    }

    .mui-col-sm-1
    {
        width: 8.33333333%;
    }
}
.mui-scroll-wrapper
{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
}

.mui-scroll
{
    position: absolute;
    z-index: 1;

    width: 100%;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.mui-scrollbar
{
    position: absolute;
    z-index: 9998;

    overflow: hidden;

    -webkit-transition: 500ms;
            transition: 500ms;
    transform: translateZ(0px);
    pointer-events: none;

    opacity: 0;
}

.mui-scrollbar-vertical
{
    top: 0;
    right: 0.05rem;
    bottom: 0.1rem;

    width: 0.2rem;
}
.mui-scrollbar-vertical .mui-scrollbar-indicator
{
    width: 100%;
}

.mui-scrollbar-horizontal
{
    right: 0.1rem;
    bottom: 0;
    left: 0.1rem;

    height: 0.2rem;
}
.mui-scrollbar-horizontal .mui-scrollbar-indicator
{
    height: 100%;
}

.mui-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, 0px) translateZ(0px);

    border: 1px solid rgba(255, 255, 255, .80196);
    border-radius: 0.1rem;
    background: rgba(0, 0, 0, .39804);
}

.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll-wrapper, .mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll-wrapper
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
}
.mui-plus-pullrefresh .mui-fullscreen .mui-scroll-wrapper .mui-scroll, .mui-plus-pullrefresh .mui-fullscreen .mui-slider-group .mui-scroll
{
    position: absolute;

    width: 100%;
}
.mui-plus-pullrefresh .mui-scroll-wrapper, .mui-plus-pullrefresh .mui-slider-group
{
    position: static;
    top: auto;
    bottom: auto;
    left: auto;

    overflow: auto;

    width: auto;
}
.mui-plus-pullrefresh .mui-slider-group
{
    overflow: visible;
}
.mui-plus-pullrefresh .mui-scroll
{
    position: static;

    width: auto;
}

.mui-off-canvas-wrap .mui-bar
{
    position: absolute !important;

    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-box-shadow: none;
            box-shadow: none;
}

.mui-off-canvas-wrap
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.mui-off-canvas-wrap .mui-inner-wrap
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;
}
.mui-off-canvas-wrap .mui-inner-wrap.mui-transitioning
{
    -webkit-transition: -webkit-transform 350ms;
            transition:         transform 350ms cubic-bezier(.165, .84, .44, 1);
}
.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-left
{
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.mui-off-canvas-wrap .mui-inner-wrap .mui-off-canvas-right
{
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}
.mui-off-canvas-wrap.mui-active
{
    overflow: hidden;

    height: 100%;
}
.mui-off-canvas-wrap.mui-active .mui-off-canvas-backdrop
{
    position: absolute;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    transition: background 350ms cubic-bezier(.165, .84, .44, 1);

    background: rgba(0, 0, 0, .4);
    box-shadow: -0.2rem 0 0.2rem rgba(0, 0, 0, .5), 0.2rem 0 0.2rem rgba(0, 0, 0, .5);

    -webkit-tap-highlight-color: transparent;
}
.mui-off-canvas-wrap.mui-slide-in .mui-off-canvas-right
{
    z-index: 10000 !important;

    -webkit-transform: translate3d(100%, 0px, 0px);
}
.mui-off-canvas-wrap.mui-slide-in .mui-off-canvas-left
{
    z-index: 10000 !important;

    -webkit-transform: translate3d(-100%, 0px, 0px);
}

.mui-off-canvas-left, .mui-off-canvas-right
{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;

    visibility: hidden;

    box-sizing: content-box;
    width: 70%;
    min-height: 100%;

    background: #333;

    -webkit-overflow-scrolling: touch;
}
.mui-off-canvas-left.mui-transitioning, .mui-off-canvas-right.mui-transitioning
{
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
            transition:         transform 350ms cubic-bezier(.165, .84, .44, 1);
}

.mui-off-canvas-left
{
    left: 0;
}

.mui-off-canvas-right
{
    right: 0;
}

.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable
{
    background-color: #333;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-left, .mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-right
{
    width: 80%;

    -webkit-transform: scale(.8);
            transform: scale(.8);

    opacity: .1;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-left.mui-transitioning, .mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-right.mui-transitioning
{
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1), opacity 350ms cubic-bezier(.165, .84, .44, 1);
            transition:         transform 350ms cubic-bezier(.165, .84, .44, 1), opacity 350ms cubic-bezier(.165, .84, .44, 1);
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-left
{
    -webkit-transform-origin: -100%;
            transform-origin: -100%;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable > .mui-off-canvas-right
{
    -webkit-transform-origin: 200%;
            transform-origin: 200%;
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active > .mui-inner-wrap
{
    -webkit-transform: scale(.8);
            transform: scale(.8);
}
.mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active > .mui-off-canvas-left, .mui-off-canvas-wrap:not(.mui-slide-in).mui-scalable.mui-active > .mui-off-canvas-right
{
    -webkit-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}

.mui-loading .mui-spinner
{
    display: block;

    margin: 0 auto;
}

.mui-spinner
{
    display: inline-block;

    width: 1.2rem;
    height: 1.2rem;

    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-animation: spinner-spin 1s step-end infinite;
            animation: spinner-spin 1s step-end infinite;
}

.mui-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%;
}

.mui-spinner-white:after
{
    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=\'%23fff\' 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>');
}

@-webkit-keyframes spinner-spin
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }

    8.33333333%
    {
        -webkit-transform: rotate(30deg);
    }

    16.66666667%
    {
        -webkit-transform: rotate(60deg);
    }

    25%
    {
        -webkit-transform: rotate(90deg);
    }

    33.33333333%
    {
        -webkit-transform: rotate(120deg);
    }

    41.66666667%
    {
        -webkit-transform: rotate(150deg);
    }

    50%
    {
        -webkit-transform: rotate(180deg);
    }

    58.33333333%
    {
        -webkit-transform: rotate(210deg);
    }

    66.66666667%
    {
        -webkit-transform: rotate(240deg);
    }

    75%
    {
        -webkit-transform: rotate(270deg);
    }

    83.33333333%
    {
        -webkit-transform: rotate(300deg);
    }

    91.66666667%
    {
        -webkit-transform: rotate(330deg);
    }

    100%
    {
        -webkit-transform: rotate(360deg);
    }
}
@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);
    }
}
input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.mui-btn
{
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.42;

    position: relative;

    display: inline-block;

    margin-bottom: 0;
    padding: 0.3rem 0.6rem;

    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: 0.15rem;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
    background-color: #fff;
    background-clip: padding-box;
}
input[type='button']:enabled:active, input[type='button'].mui-active:enabled,
input[type='submit']:enabled:active,
input[type='submit'].mui-active:enabled,
input[type='reset']:enabled:active,
input[type='reset'].mui-active:enabled,
button:enabled:active,
button.mui-active:enabled,
.mui-btn:enabled:active,
.mui-btn.mui-active:enabled
{
    color: #fff;
    background-color: #929292;
}
input[type='button']:disabled, input[type='button'].mui-disabled,
input[type='submit']:disabled,
input[type='submit'].mui-disabled,
input[type='reset']:disabled,
input[type='reset'].mui-disabled,
button:disabled,
button.mui-disabled,
.mui-btn:disabled,
.mui-btn.mui-disabled
{
    opacity: .6;
}

input[type='submit'],
.mui-btn-primary,
.mui-btn-blue
{
    color: #fff;
    border: 1px solid #007aff;
    background-color: #007aff;
}
input[type='submit']:enabled:active, input[type='submit'].mui-active:enabled,
.mui-btn-primary:enabled:active,
.mui-btn-primary.mui-active:enabled,
.mui-btn-blue:enabled:active,
.mui-btn-blue.mui-active:enabled
{
    color: #fff;
    border: 1px solid #0062cc;
    background-color: #0062cc;
}

.mui-btn-positive,
.mui-btn-success,
.mui-btn-green
{
    color: #fff;
    border: 1px solid #4cd964;
    background-color: #4cd964;
}
.mui-btn-positive:enabled:active, .mui-btn-positive.mui-active:enabled,
.mui-btn-success:enabled:active,
.mui-btn-success.mui-active:enabled,
.mui-btn-green:enabled:active,
.mui-btn-green.mui-active:enabled
{
    color: #fff;
    border: 1px solid #2ac845;
    background-color: #2ac845;
}

.mui-btn-warning,
.mui-btn-yellow
{
    color: #fff;
    border: 1px solid #f0ad4e;
    background-color: #f0ad4e;
}
.mui-btn-warning:enabled:active, .mui-btn-warning.mui-active:enabled,
.mui-btn-yellow:enabled:active,
.mui-btn-yellow.mui-active:enabled
{
    color: #fff;
    border: 1px solid #ec971f;
    background-color: #ec971f;
}

.mui-btn-negative,
.mui-btn-danger,
.mui-btn-red
{
    color: #fff;
    border: 1px solid #dd524d;
    background-color: #dd524d;
}
.mui-btn-negative:enabled:active, .mui-btn-negative.mui-active:enabled,
.mui-btn-danger:enabled:active,
.mui-btn-danger.mui-active:enabled,
.mui-btn-red:enabled:active,
.mui-btn-red.mui-active:enabled
{
    color: #fff;
    border: 1px solid #cf2d28;
    background-color: #cf2d28;
}

.mui-btn-royal,
.mui-btn-purple
{
    color: #fff;
    border: 1px solid #8a6de9;
    background-color: #8a6de9;
}
.mui-btn-royal:enabled:active, .mui-btn-royal.mui-active:enabled,
.mui-btn-purple:enabled:active,
.mui-btn-purple.mui-active:enabled
{
    color: #fff;
    border: 1px solid #6641e2;
    background-color: #6641e2;
}

.mui-btn-grey
{
    color: #fff;
    border: 1px solid #c7c7cc;
    background-color: #c7c7cc;
}
.mui-btn-grey:enabled:active, .mui-btn-grey.mui-active:enabled
{
    color: #fff;
    border: 1px solid #acacb4;
    background-color: #acacb4;
}

.mui-btn-outlined
{
    background-color: transparent;
}
.mui-btn-outlined.mui-btn-primary, .mui-btn-outlined.mui-btn-blue
{
    color: #007aff;
}
.mui-btn-outlined.mui-btn-positive, .mui-btn-outlined.mui-btn-success, .mui-btn-outlined.mui-btn-green
{
    color: #4cd964;
}
.mui-btn-outlined.mui-btn-warning, .mui-btn-outlined.mui-btn-yellow
{
    color: #f0ad4e;
}
.mui-btn-outlined.mui-btn-negative, .mui-btn-outlined.mui-btn-danger, .mui-btn-outlined.mui-btn-red
{
    color: #dd524d;
}
.mui-btn-outlined.mui-btn-royal, .mui-btn-outlined.mui-btn-purple
{
    color: #8a6de9;
}
.mui-btn-outlined.mui-btn-primary:enabled:active, .mui-btn-outlined.mui-btn-blue:enabled:active, .mui-btn-outlined.mui-btn-positive:enabled:active, .mui-btn-outlined.mui-btn-success:enabled:active, .mui-btn-outlined.mui-btn-green:enabled:active, .mui-btn-outlined.mui-btn-warning:enabled:active, .mui-btn-outlined.mui-btn-yellow:enabled:active, .mui-btn-outlined.mui-btn-negative:enabled:active, .mui-btn-outlined.mui-btn-danger:enabled:active, .mui-btn-outlined.mui-btn-red:enabled:active, .mui-btn-outlined.mui-btn-royal:enabled:active, .mui-btn-outlined.mui-btn-purple:enabled:active
{
    color: #fff;
}

.mui-btn-link
{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;

    color: #007aff;
    border: 0;
    background-color: transparent;
}
.mui-btn-link:enabled:active, .mui-btn-link.mui-active:enabled
{
    color: #0062cc;
    background-color: transparent;
}

.mui-btn-block
{
    font-size: 18px;

    display: block;

    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.75rem 0;
}

.mui-btn .mui-badge
{
    font-size: 0.7rem;

    margin: -0.1rem -0.2rem -0.1rem 0.2rem;

    background-color: rgba(0, 0, 0, .15);
}

.mui-btn .mui-badge-inverted,
.mui-btn:enabled:active .mui-badge-inverted
{
    background-color: transparent;
}

.mui-btn-primary:enabled:active .mui-badge-inverted,
.mui-btn-positive:enabled:active .mui-badge-inverted,
.mui-btn-negative:enabled:active .mui-badge-inverted
{
    color: #fff;
}

.mui-btn-block .mui-badge
{
    position: absolute;
    right: 0;

    margin-right: 0.5rem;
}

.mui-btn .mui-icon
{
    font-size: inherit;
}

.mui-btn.mui-icon
{
    font-size: 0.7rem;
    line-height: 1.42;
}

.mui-btn.mui-fab
{
    width: 2.8rem;
    height: 2.8rem;
    padding: 0.8rem;

    border-radius: 50%;
    outline: none;
}
.mui-btn.mui-fab.mui-btn-mini
{
    width: 2rem;
    height: 2rem;
    padding: 0.4rem;
}
.mui-btn.mui-fab .mui-icon
{
    font-size: 1.2rem;
    line-height: 1.2rem;

    width: 1.2rem;
    height: 1.2rem;
}

.mui-btn .mui-spinner
{
    width: 0.7rem;
    height: 0.7rem;

    vertical-align: text-bottom;
}

.mui-btn-block .mui-spinner
{
    width: 1.1rem;
    height: 1.1rem;
}

.mui-bar
{
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    height: 2.35rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    border-bottom: 0;
    background-color: #4c69fc;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.mui-bar .mui-title
{
    right: 2rem;
    left: 2rem;

    display: inline-block;
    overflow: hidden;

    width: auto;
    margin: 0;

    text-overflow: ellipsis;
}
.mui-bar .mui-backdrop
{
    background: none;
}

.mui-bar-header-secondary
{
    top: 2.2rem;
}

.mui-bar-footer
{
    bottom: 0;
}

.mui-bar-footer-secondary
{
    bottom: 2.2rem;
}

.mui-bar-footer-secondary-tab
{
    bottom: 2.5rem;
}

.mui-bar-footer,
.mui-bar-footer-secondary,
.mui-bar-footer-secondary-tab
{
    border-top: 0;
}

.mui-bar-transparent
{
    top: 0;

    background-color: rgba(247, 247, 247, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mui-bar-nav
{
    top: 0;
}
.mui-bar-nav ~ .mui-content .mui-anchor
{
    display: block;
    visibility: hidden;

    height: 2.25rem;
    margin-top: -2.25rem;
}
.mui-bar-nav.mui-bar .mui-icon
{
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.mui-title
{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 2.35rem;

    position: absolute;

    display: block;

    width: 100%;
    margin: 0 -0.5rem;
    padding: 0;

    text-align: center;
    white-space: nowrap;
	background: #4c69fc;
    color: #fff;
}

.mui-title a
{
    color: inherit;
}

.mui-bar-tab
{
    bottom: 0;

    display: table;

    width: 100%;
    height: 2.5rem;
    padding: 0;

    table-layout: fixed;

    border-top: 0;
    border-bottom: 0;

    -webkit-touch-callout: none;
}
.mui-bar-tab .mui-tab-item
{
    display: table-cell;
    overflow: hidden;

    width: 1%;
    height: 2.5rem;

    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #929292;
}
.mui-bar-tab .mui-tab-item.mui-active
{
    color: #007aff;
}
.mui-bar-tab .mui-tab-item .mui-icon
{
    top: 0.15rem;

    width: 1.2rem;
    height: 1.2rem;
    padding-top: 0;
    padding-bottom: 0;
}
.mui-bar-tab .mui-tab-item .mui-icon ~ .mui-tab-label
{
    font-size: 0.55rem;

    display: block;
    overflow: hidden;

    text-overflow: ellipsis;
}
.mui-bar-tab .mui-tab-item .mui-icon:active
{
    background: none;
}

.mui-focusin > .mui-bar-nav,
.mui-focusin > .mui-bar-header-secondary
{
    position: absolute;
}

.mui-focusin > .mui-bar ~ .mui-content
{
    padding-bottom: 0;
}

.mui-bar .mui-btn
{
    font-weight: 400;

    position: relative;
    z-index: 20;
    top: 0.35rem;

    margin-top: 0;
    padding: 0.3rem 0.6rem 0.35rem;
}
.mui-bar .mui-btn.mui-pull-right
{
    margin-left: 0.5rem;
}
.mui-bar .mui-btn.mui-pull-left
{
    margin-right: 0.5rem;
}

.mui-bar .mui-btn-link
{
    font-size: 0.8rem;
    line-height: 2.2rem;

    top: 0;

    padding: 0;

    color: #007aff;
    border: 0;
}
.mui-bar .mui-btn-link:active, .mui-bar .mui-btn-link.mui-active
{
    color: #0062cc;
}

.mui-bar .mui-btn-block
{
    font-size: 0.8rem;

    top: 0.3rem;

    margin-bottom: 0;
    padding: 0.25rem 0;
}

.mui-bar .mui-btn-nav.mui-pull-left
{
    margin-left: -0.25rem;
}
.mui-bar .mui-btn-nav.mui-pull-left .mui-icon-left-nav
{
    margin-right: -0.15rem;
}
.mui-bar .mui-btn-nav.mui-pull-right
{
    margin-right: -0.25rem;
}
.mui-bar .mui-btn-nav.mui-pull-right .mui-icon-right-nav
{
    margin-left: -0.15rem;
}
.mui-bar .mui-btn-nav:active
{
    opacity: .3;
}

.mui-bar .mui-icon
{
    font-size: 1.2rem;

    position: relative;
    z-index: 20;

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.mui-bar .mui-icon:active
{
    opacity: .3;
}
.mui-bar .mui-btn .mui-icon
{
    top: 1px;

    margin: 0;
    padding: 0;
}
.mui-bar .mui-title .mui-icon
{
    margin: 0;
    padding: 0;
}
.mui-bar .mui-title .mui-icon.mui-icon-caret
{
    top: 0.2rem;

    margin-left: -0.25rem;
}

.mui-bar input[type='search']
{
    height: 1.45rem;
    margin: 0.3rem 0;
}

.mui-bar .mui-input-row .mui-btn
{
    padding: 0.6rem 0.5rem;
}

.mui-bar .mui-search:before
{
    margin-top: -0.5rem;
}

.mui-bar .mui-input-row .mui-input-clear ~ .mui-icon-clear,
.mui-bar .mui-input-row .mui-input-speech ~ .mui-icon-speech
{
    top: 0;
    right: 0.6rem;
}

.mui-bar.mui-bar-header-secondary .mui-input-row .mui-input-clear ~ .mui-icon-clear,
.mui-bar.mui-bar-header-secondary .mui-input-row .mui-input-speech ~ .mui-icon-speech
{
    top: 0;
    right: 0;
}

.mui-bar .mui-segmented-control
{
    top: 0.35rem;

    width: auto;
    margin: 0 auto;
}

.mui-bar.mui-bar-header-secondary .mui-segmented-control
{
    top: 0;
}

.mui-badge
{
    font-size: 0.6rem;
    line-height: 1;

    display: inline-block;

    padding: 0.15rem 0.3rem;

    color: #333;
    border-radius: 5rem;
    background-color: rgba(0, 0, 0, .15);
}
.mui-badge.mui-badge-inverted
{
    padding: 0 0.25rem 0 0;

    color: #929292;
    background-color: transparent;
}

.mui-badge-primary, .mui-badge-blue
{
    color: #fff;
    background-color: #007aff;
}
.mui-badge-primary.mui-badge-inverted, .mui-badge-blue.mui-badge-inverted
{
    color: #007aff;
    background-color: transparent;
}

.mui-badge-success, .mui-badge-green
{
    color: #fff;
    background-color: #4cd964;
}
.mui-badge-success.mui-badge-inverted, .mui-badge-green.mui-badge-inverted
{
    color: #4cd964;
    background-color: transparent;
}

.mui-badge-warning, .mui-badge-yellow
{
    color: #fff;
    background-color: #f0ad4e;
}
.mui-badge-warning.mui-badge-inverted, .mui-badge-yellow.mui-badge-inverted
{
    color: #f0ad4e;
    background-color: transparent;
}

.mui-badge-danger, .mui-badge-red
{
    color: #fff;
    background-color: #dd524d;
}
.mui-badge-danger.mui-badge-inverted, .mui-badge-red.mui-badge-inverted
{
    color: #dd524d;
    background-color: transparent;
}

.mui-badge-royal, .mui-badge-purple
{
    color: #fff;
    background-color: #8a6de9;
}
.mui-badge-royal.mui-badge-inverted, .mui-badge-purple.mui-badge-inverted
{
    color: #8a6de9;
    background-color: transparent;
}

.mui-icon .mui-badge
{
    font-size: 0.5rem;
    line-height: 1.4;

    position: absolute;
    top: -0.1rem;
    left: 100%;

    margin-left: -0.5rem;
    padding: 1px 0.25rem;

    color: white;
    background: red;
}

.mui-card
{
    font-size: 0.7rem;

    position: relative;

    overflow: hidden;

    margin: 0.5rem;

    border-radius: 0.1rem;
    background-color: white;
    background-clip: padding-box;
    box-shadow: 0 1px 0.1rem rgba(0, 0, 0, .3);
}

.mui-content > .mui-card:first-child
{
    margin-top: 15px;
}

.mui-card .mui-input-group:before, .mui-card .mui-input-group:after
{
    height: 0;
}
.mui-card .mui-input-group .mui-input-row:last-child:before, .mui-card .mui-input-group .mui-input-row:last-child:after
{
    height: 0;
}

.mui-card .mui-table-view
{
    margin-bottom: 0;

    border-top: 0;
    border-bottom: 0;
    border-radius: 0.3rem;
}
.mui-card .mui-table-view .mui-table-view-divider:first-child, .mui-card .mui-table-view .mui-table-view-cell:first-child
{
    top: 0;

    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.mui-card .mui-table-view .mui-table-view-divider:last-child, .mui-card .mui-table-view .mui-table-view-cell:last-child
{
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.mui-card .mui-table-view:before, .mui-card .mui-table-view:after
{
    height: 0;
}

.mui-card > .mui-table-view > .mui-table-view-cell:last-child:before, .mui-card > .mui-table-view > .mui-table-view-cell:last-child:after
{
    height: 0;
}

.mui-card-header,
.mui-card-footer
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    min-height: 2.2rem;
    padding: 0.5rem 0.75rem;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.mui-card-header .mui-card-link,
.mui-card-footer .mui-card-link
{
    line-height: 2.2rem;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    height: 2.2rem;
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;

    -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;
}

.mui-card-header:after,
.mui-card-footer:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}

.mui-card-header
{
    font-size: 0.85rem;

    border-radius: 0.1rem 0.1rem 0 0;
}
.mui-card-header:after
{
    top: auto;
    bottom: 0;
}
.mui-card-header > img:first-child
{
    font-size: 0;
    line-height: 0;

    float: left;

    width: 1.7rem;
    height: 1.7rem;
}

.mui-card-footer
{
    color: #6d6d72;
    border-radius: 0 0 0.1rem 0.1rem;
}

.mui-card-content
{
    font-size: 0.7rem;

    position: relative;
}

.mui-card-content-inner
{
    position: relative;

    padding: 0.75rem;
}

.mui-card-media
{
    vertical-align: bottom;

    color: #fff;
    background-position: center;
    background-size: cover;
}

.mui-card-header.mui-card-media
{
    display: block;

    padding: 0.5rem;
}
.mui-card-header.mui-card-media .mui-media-body
{
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 0.85rem;

    margin-bottom: 0;
    margin-left: 2.2rem;

    color: #333;
}
.mui-card-header.mui-card-media .mui-media-body p
{
    font-size: 0.65rem;

    margin-bottom: 0;
}

.mui-table-view
{
    position: relative;

    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;

    list-style: none;

    background-color: #fff;
}
/*.mui-table-view:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}
.mui-table-view:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}*/
.mui-table-view:before
{
    top: -1px;
}

.mui-table-view-icon .mui-table-view-cell .mui-navigate-right .mui-icon
{
    font-size: 1rem;

    margin-top: -1px;
    margin-right: 0.25rem;
    margin-left: -0.25rem;
}
.mui-table-view-icon .mui-table-view-cell:after
{
    left: 2rem;
}

.mui-table-view-chevron .mui-table-view-cell
{
    padding-right: 3.25rem;
}
.mui-table-view-chevron .mui-table-view-cell > a:not(.mui-btn)
{
    margin-right: -3.25rem;
}

.mui-table-view-radio .mui-table-view-cell
{
    padding-right: 3.25rem;
}
.mui-table-view-radio .mui-table-view-cell > a:not(.mui-btn)
{
    margin-right: -3.25rem;
}
.mui-table-view-radio .mui-table-view-cell .mui-navigate-right:after
{
    font-size: 1.5rem;
    font-weight: 600;

    right: 0.45rem;

    content: '';

    color: #007aff;
}
.mui-table-view-radio .mui-table-view-cell.mui-selected .mui-navigate-right:after
{
    content: '\e472';
}

.mui-table-view-inverted
{
    color: #fff;
    background: #333;
}
.mui-table-view-inverted:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #222;
}
.mui-table-view-inverted:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #222;
}
.mui-table-view-inverted .mui-table-view-cell:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0.75rem;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #222;
}
.mui-table-view-inverted .mui-table-view-cell.mui-active
{
    background-color: #242424;
}
.mui-table-view-inverted .mui-table-view-cell > a:not(.mui-btn).mui-active
{
    background-color: #242424;
}

.mui-table-view-cell
{
    position: relative;

    overflow: hidden;

    padding: 0.55rem 0.75rem;

    -webkit-touch-callout: none;
}
.mui-table-view-cell:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0.75rem;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}
.mui-table-view-cell.mui-radio input[type=radio], .mui-table-view-cell.mui-checkbox input[type=checkbox]
{
    top: 0.4rem;
}
.mui-table-view-cell.mui-radio.mui-left, .mui-table-view-cell.mui-checkbox.mui-left
{
    padding-left: 2.9rem;
}
.mui-table-view-cell.mui-active
{
    background-color: #eee;
}
.mui-table-view-cell:last-child:before, .mui-table-view-cell:last-child:after
{
    height: 0;
}
.mui-table-view-cell > a:not(.mui-btn)
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: -0.55rem -0.75rem;
    padding: inherit;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: inherit;
  /*&:active {
      background-color: #eee;
  }*/
}
.mui-table-view-cell > a:not(.mui-btn).mui-active
{
    background-color: #eee;
}
.mui-table-view-cell p
{
    margin-bottom: 0;
}

.mui-table-view-cell.mui-transitioning > .mui-slider-handle, .mui-table-view-cell.mui-transitioning > .mui-slider-left .mui-btn, .mui-table-view-cell.mui-transitioning > .mui-slider-right .mui-btn
{
    -webkit-transition: -webkit-transform 300ms ease;
            transition:         transform 300ms ease;
}
.mui-table-view-cell.mui-active > .mui-slider-handle
{
    background-color: #eee;
}
.mui-table-view-cell > .mui-slider-handle
{
    position: relative;

    background-color: #fff;
}
.mui-table-view-cell > .mui-slider-handle.mui-navigate-right:after, .mui-table-view-cell > .mui-slider-handle .mui-navigate-right:after
{
    right: 0;
}
.mui-table-view-cell > .mui-slider-handle, .mui-table-view-cell > .mui-slider-left .mui-btn, .mui-table-view-cell > .mui-slider-right .mui-btn
{
    -webkit-transition: -webkit-transform 0ms ease;
            transition:         transform 0ms ease;
}
.mui-table-view-cell > .mui-slider-left, .mui-table-view-cell > .mui-slider-right
{
    position: absolute;
    top: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    height: 100%;
}
.mui-table-view-cell > .mui-slider-left > .mui-btn, .mui-table-view-cell > .mui-slider-right > .mui-btn
{
    position: relative;
    left: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    padding: 0 1.5rem;

    color: #fff;
    border: 0;
    border-radius: 0;

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}
.mui-table-view-cell > .mui-slider-left > .mui-btn:after, .mui-table-view-cell > .mui-slider-right > .mui-btn:after
{
    position: absolute;
    z-index: -1;
    top: 0;

    width: 600%;
    height: 100%;

    content: '';

    background: inherit;
}
.mui-table-view-cell > .mui-slider-left > .mui-btn.mui-icon, .mui-table-view-cell > .mui-slider-right > .mui-btn.mui-icon
{
    font-size: 1.5rem;
}
.mui-table-view-cell > .mui-slider-right
{
    right: 0;

    -webkit-transition: -webkit-transform 0ms ease;
            transition:         transform 0ms ease;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
}
.mui-table-view-cell > .mui-slider-left
{
    left: 0;

    -webkit-transition: -webkit-transform 0ms ease;
            transition:         transform 0ms ease;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}
.mui-table-view-cell > .mui-slider-left > .mui-btn:after
{
    right: 100%;

    margin-right: -1px;
}

.mui-table-view-divider
{
    font-weight: 500;

    position: relative;

    margin-top: -1px;
    margin-left: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.75rem;

    color: #999;
    background-color: #fafafa;
}
.mui-table-view-divider:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}
.mui-table-view-divider:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}

.mui-table-view .mui-media,
.mui-table-view .mui-media-body
{
    overflow: hidden;
}

.mui-table-view .mui-media-large .mui-media-object
{
    line-height: 4rem;

    max-width: 4rem;
    height: 4rem;
}
.mui-table-view .mui-media .mui-subtitle
{
    color: #000;
}
.mui-table-view .mui-media-object
{
    line-height: 42px;

    max-width: 2.1rem;
    height: 2.1rem;
}
.mui-table-view .mui-media-object.mui-pull-left
{
    margin-right: 0.5rem;
}
.mui-table-view .mui-media-object.mui-pull-right
{
    margin-left: 0.5rem;
}
.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object
{
    line-height: 1.45rem;
    max-width: 1.45rem;
    height: 1.45rem;
    margin: -0.2rem 0;
}
.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object img
{
    line-height: 1.45rem;

    max-width: 1.45rem;
    height: 1.45rem;
}
.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object.mui-pull-left
{
    margin-right: 0.5rem;
}
.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-object .mui-icon
{
    font-size: 1.45rem;
}
.mui-table-view .mui-table-view-cell.mui-media-icon .mui-media-body:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 2.75rem;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}
.mui-table-view .mui-table-view-cell.mui-media-icon:after
{
    height: 0 !important;
}

.mui-table-view.mui-unfold .mui-table-view-cell.mui-collapse .mui-table-view
{
    display: block;
}
.mui-table-view.mui-unfold .mui-table-view-cell.mui-collapse .mui-table-view:before, .mui-table-view.mui-unfold .mui-table-view-cell.mui-collapse .mui-table-view:after
{
    height: 0 !important;
}
.mui-table-view.mui-unfold .mui-table-view-cell.mui-media-icon.mui-collapse .mui-media-body:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 3.5rem;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}

.mui-table-view-cell > .mui-btn,
.mui-table-view-cell > .mui-badge,
.mui-table-view-cell > .mui-switch,
.mui-table-view-cell > a > .mui-btn,
.mui-table-view-cell > a > .mui-badge,
.mui-table-view-cell > a > .mui-switch
{
    position: absolute;
    top: 50%;
    right: 0.75rem;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mui-table-view-cell .mui-navigate-right > .mui-btn,
.mui-table-view-cell .mui-navigate-right > .mui-badge,
.mui-table-view-cell .mui-navigate-right > .mui-switch,
.mui-table-view-cell .mui-push-left > .mui-btn,
.mui-table-view-cell .mui-push-left > .mui-badge,
.mui-table-view-cell .mui-push-left > .mui-switch,
.mui-table-view-cell .mui-push-right > .mui-btn,
.mui-table-view-cell .mui-push-right > .mui-badge,
.mui-table-view-cell .mui-push-right > .mui-switch,
.mui-table-view-cell > a .mui-navigate-right > .mui-btn,
.mui-table-view-cell > a .mui-navigate-right > .mui-badge,
.mui-table-view-cell > a .mui-navigate-right > .mui-switch,
.mui-table-view-cell > a .mui-push-left > .mui-btn,
.mui-table-view-cell > a .mui-push-left > .mui-badge,
.mui-table-view-cell > a .mui-push-left > .mui-switch,
.mui-table-view-cell > a .mui-push-right > .mui-btn,
.mui-table-view-cell > a .mui-push-right > .mui-badge,
.mui-table-view-cell > a .mui-push-right > .mui-switch
{
    right: 1.75rem;
}

.mui-content > .mui-table-view:first-child
{
    margin-top: 0.75rem;
}

.mui-table-view-cell.mui-collapse .mui-table-view:before, .mui-table-view-cell.mui-collapse .mui-table-view:after
{
    height: 0;
}
.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:last-child:after
{
    height: 0;
}
.mui-table-view-cell.mui-collapse > .mui-navigate-right:after, .mui-table-view-cell.mui-collapse > .mui-push-right:after
{
    content: '\e581';
}
.mui-table-view-cell.mui-collapse.mui-active
{
    margin-top: -1px;
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view, .mui-table-view-cell.mui-collapse.mui-active .mui-collapse-content
{
    /*display: block;*/
   	height: auto;
    transition: all 0.3s;
}
.mui-table-view-cell.mui-collapse.mui-active > .mui-navigate-right:after, .mui-table-view-cell.mui-collapse.mui-active > .mui-push-right:after
{
    content: '\e580';
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell > a:not(.mui-btn).mui-active
{
    margin-left: -1.55rem;
    padding-left: 2.35rem;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content
{
    position: relative;
    /*display: none;*/
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 11px -0.75rem -0.55rem;
    padding: 0.4rem ;

    -webkit-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;

    background: white;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content > .mui-input-group, .mui-table-view-cell.mui-collapse .mui-collapse-content > .mui-slider
{
    width: auto;
    height: auto;
    margin: -0.4rem -0.75rem;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content > .mui-slider
{
    margin: -0.4rem -0.8rem;
}
.mui-table-view-cell.mui-collapse .mui-table-view
{
    display: none;
    margin-top: 0.55rem;
    margin-right: -0.75rem;
    margin-bottom: -0.55rem;
    margin-left: -0.75rem;

    border: 0;
}
.mui-table-view-cell.mui-collapse .mui-table-view.mui-table-view-chevron
{
    margin-right: -3.25rem;
}
.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell
{
    padding-left: 1.55rem;

    background-position: 1.55rem 100%;
}
.mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 1.5rem;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}

.mui-table-view.mui-grid-view
{
    font-size: 0;

    display: block;

    width: 100%;
    padding: 0 0.5rem 0.5rem 0;

    white-space: normal;
}
.mui-table-view.mui-grid-view .mui-table-view-cell
{
    font-size: 0.85rem;

    display: inline-block;

    margin-right: -4px;
    padding: 0.5rem 0 0 0.7rem;

    text-align: center;
    vertical-align: middle;

    background: none;
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-object
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.mui-table-view.mui-grid-view .mui-table-view-cell > a:not(.mui-btn)
{
    margin: -0.5rem 0 0 -0.7rem;
}
.mui-table-view.mui-grid-view .mui-table-view-cell > a:not(.mui-btn):active, .mui-table-view.mui-grid-view .mui-table-view-cell > a:not(.mui-btn).mui-active
{
    background: none;
}
.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body
{
    font-size: 0.75rem;
    line-height: 0.75rem;

    display: block;

    width: 100%;
    height: 0.75rem;
    margin-top: 0.4rem;

    text-overflow: ellipsis;

    color: #333;
}
.mui-table-view.mui-grid-view .mui-table-view-cell:before, .mui-table-view.mui-grid-view .mui-table-view-cell:after
{
    height: 0;
}

.mui-grid-view.mui-grid-9
{
    margin: 0;
    padding: 0;

    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    background-color: #f2f2f2;
}
.mui-grid-view.mui-grid-9:before, .mui-grid-view.mui-grid-9:after
{
    display: table;

    content: ' ';
}
.mui-grid-view.mui-grid-9:after
{
    clear: both;
}
.mui-grid-view.mui-grid-9:after
{
    position: static;
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell
{
    margin: 0;
    padding: 0.55rem 0.75rem;

    vertical-align: top;

    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell.mui-active
{
    background-color: #eee;
}
.mui-grid-view.mui-grid-9 .mui-table-view-cell > a:not(.mui-btn)
{
    margin: 0;
    padding: 0.5rem 0;
}
.mui-grid-view.mui-grid-9:before
{
    height: 0;
}
.mui-grid-view.mui-grid-9 .mui-media
{
    color: #797979;
}
.mui-grid-view.mui-grid-9 .mui-media .mui-icon
{
    font-size: 2.4em;

    position: relative;
}

.mui-slider-cell
{
    position: relative;
}
.mui-slider-cell > .mui-slider-handle
{
    z-index: 1;
}
.mui-slider-cell > .mui-slider-left, .mui-slider-cell > .mui-slider-right
{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
}
.mui-slider-cell > .mui-slider-left
{
    left: 0;
}
.mui-slider-cell > .mui-slider-right
{
    right: 0;
}

input,
textarea,
select
{
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 0.85rem;

    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
input:focus,
textarea:focus,
select:focus
{
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-modify: read-write-plaintext-only;
}

select,
textarea,
input[type='text'],
input[type='search'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='tel'],
input[type='color']
{
    line-height: 1.05rem;
    width: 100%;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.4rem;
	font-size: 0.7rem;
    -webkit-user-select: text;

    border:0 ;
    /*border-radius: 3px;*/
    outline: none;
    background-color: #fff;
	color: #333;
    -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}

input[type='search']
{
    font-size: 0.8rem;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 1.7rem;

    text-align: center;

    border: 0;
    border-radius: 0.3rem;
    background-color: rgba(0, 0, 0, .1);
}

input[type='search']:focus
{
    text-align: left;
}

textarea
{
    height: auto;

    resize: none;
}

select
{
    font-size: 14px;

    height: auto;
    margin-top: 1px;

    border: 0 !important;
    background-color: #fff;
}
select:focus
{
    -webkit-user-modify: read-only;
}

.mui-input-group
{
    position: relative;

    padding: 0;

    border: 0;
    background-color: #fff;
}
.mui-input-group:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}
.mui-input-group:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}

.mui-input-group input,
.mui-input-group textarea
{
    margin-bottom: 0;

    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mui-input-group input[type='search']
{
    background: none;
}

.mui-input-group input:last-child
{
    background-image: none;
}

.mui-input-row
{
    clear: left;
    overflow: hidden;
}
.mui-input-row select
{
    font-size: 0.85rem;

    height: 1.85rem;
    padding: 0;
}

.mui-input-row:last-child,
.mui-input-row label + input, .mui-input-row .mui-btn + input
{
    background: none;
}

.mui-input-group .mui-input-row
{
    height: 2rem;
}
.mui-input-group .mui-input-row:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0.75rem;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}

.mui-input-row label
{
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.1;

    float: left;

    width: 35%;
    padding: 0.55rem 0.75rem;
}

.mui-input-row label ~ input, .mui-input-row label ~ select, .mui-input-row label ~ textarea
{
    float: right;

    width: 65%;
    margin-bottom: 0;
    padding-left: 0;

    border: 0;
}

.mui-input-row .mui-btn
{
    line-height: 1.1;

    float: right;

    width: 15%;
    padding: 0.5rem 0.75rem;
}

.mui-input-row .mui-btn ~ input, .mui-input-row .mui-btn ~ select, .mui-input-row .mui-btn ~ textarea
{
    float: left;

    width: 85%;
    margin-bottom: 0;
    padding-left: 0;

    border: 0;
}

.mui-button-row
{
    position: relative;

    padding-top: 0.25rem;

    text-align: center;
}

.mui-input-group .mui-button-row
{
    height: 2.25rem;
}

.mui-input-row
{
    position: relative;
}
.mui-input-row.mui-input-range
{
    overflow: visible;

    padding-right: 1rem;
}
.mui-input-row .mui-inline
{
    padding: 0.4rem 0;
}
.mui-input-row .mui-input-clear ~ .mui-icon-clear, .mui-input-row .mui-input-speech ~ .mui-icon-speech, .mui-input-row .mui-input-password ~ .mui-icon-eye
{
    font-size: 1rem;

    position: absolute;
    z-index: 1;
    top: 0.5rem;
    right: 0;

    width: 1.9rem;
    height: 1.9rem;

    text-align: center;

    color: #999;
}
.mui-input-row .mui-input-clear ~ .mui-icon-clear.mui-active, .mui-input-row .mui-input-speech ~ .mui-icon-speech.mui-active, .mui-input-row .mui-input-password ~ .mui-icon-eye.mui-active
{
    color: #007aff;
}
.mui-input-row .mui-input-speech ~ .mui-icon-speech
{
    font-size: 1.2rem;

    top: 0.4rem;
}
.mui-input-row .mui-input-clear ~ .mui-icon-clear ~ .mui-icon-speech
{
    display: none;
}
.mui-input-row .mui-input-clear ~ .mui-icon-clear.mui-hidden ~ .mui-icon-speech
{
    display: inline-block;
}
.mui-input-row .mui-icon-speech ~ .mui-placeholder
{
    right: 1.9rem;
}
.mui-input-row.mui-search .mui-icon-clear
{
    top: 0.35rem;
}
.mui-input-row.mui-search .mui-icon-speech
{
    top: 0.25rem;
}

.mui-radio, .mui-checkbox
{
    position: relative;
}
.mui-radio label, .mui-checkbox label
{
    display: inline-block;
    float: none;

    width: 100%;
    padding-right: 2.9rem;
}

.mui-radio.mui-left input[type='radio'], .mui-checkbox.mui-left input[type='checkbox']
{
    left: 1rem;
}

.mui-radio.mui-left label, .mui-checkbox.mui-left label
{
    padding-right: 0.75rem;
    padding-left: 2.9rem;
}

.mui-radio input[type='radio'], .mui-checkbox input[type='checkbox']
{
    position: absolute;
    top: 0.2rem;
    right: 1rem;

    display: inline-block;

    width: 1.4rem;
    height: 1.3rem;

    border: 0;
    outline: 0 !important;
    background-color: transparent;

    -webkit-appearance: none;
}
.mui-radio input[type='radio'][disabled]:before, .mui-checkbox input[type='checkbox'][disabled]:before
{
    opacity: .3;
}
.mui-radio input[type='radio']:before, .mui-checkbox input[type='checkbox']:before
{
    font-family: Muiicons;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;

    text-decoration: none;

    color: #aaa;
    border-radius: 0;
    background: none;

    -webkit-font-smoothing: antialiased;
}
.mui-radio input[type='radio']:checked:before, .mui-checkbox input[type='checkbox']:checked:before
{
    color: #007aff;
}

.mui-radio.mui-disabled label, .mui-radio label.mui-disabled, .mui-checkbox.mui-disabled label, .mui-checkbox label.mui-disabled
{
    opacity: .4;
}

.mui-radio input[type='radio']:before
{
    content: '\e411';
}

.mui-radio input[type='radio']:checked:before
{
    content: '\e441';
}

.mui-checkbox input[type='checkbox']:before
{
    content: '\e411';
}

.mui-checkbox input[type='checkbox']:checked:before
{
    content: '\e442';
}

.mui-select
{
    position: relative;
}

.mui-select:before
{
    font-family: Muiicons;

    position: absolute;
    top: 0.4rem;
    right: 1.05rem;

    content: '\e581';

    color: rgba(170, 170, 170, .6);
}

.mui-input-row .mui-switch
{
    float: right;

    margin-top: 0.25rem;
    margin-right: 1rem;
}

.mui-input-range
{
  /*input[type="range"] {
      -webkit-appearance: none;
      background: #999;
      height: 36px;
      border-radius: 1px;
      overflow: hidden;
      margin-top: 2px;
      margin-bottom: 2px;
      outline:none;
      position:relative;
      width:100%;
  }*/
  /*input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none!important;
      opacity: 0.5;
      height:28px;
      width:28px;
      border-radius: 50%;
      background:#00b7fb;
      position: relative;
      pointer-events: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      &:before{
          position: absolute;
          top: 13px;
          left: -2000px;
          width: 2000px;
          height: 2px;
          background: #00b7fb;
          content:' ';
      }
  }*/
}
.mui-input-range input[type='range']
{
    position: relative;

    width: 100%;
    height: 0.1rem;
    margin: 0.85rem 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    border-radius: 0.15rem;
    outline: none;
    background-color: #999;

    -webkit-appearance: none !important;
}
.mui-input-range input[type='range']::-webkit-slider-thumb
{
    width: 1.4rem;
    height: 1.4rem;

    border-color: #0062cc;
    border-radius: 50%;
    background-color: #007aff;
    background-clip: padding-box;

    -webkit-appearance: none !important;
}
.mui-input-range label ~ input[type='range']
{
    width: 65%;
}
.mui-input-range .mui-tooltip
{
    font-size: 1.8rem;
    line-height: 3.2rem;

    position: absolute;
    z-index: 1;
    top: -3.5rem;

    width: 3.2rem;
    height: 3.2rem;

    text-align: center;

    opacity: .8;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    background-color: #fff;
    text-shadow: 0 1px 0 #f3f3f3;
}

.mui-search
{
    position: relative;
}
.mui-search input[type='search']
{
    padding-left: 1.5rem;
}
.mui-search .mui-placeholder
{
    font-size: 0.8rem;
    line-height: 1.7rem;

    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    height: 1.7rem;

    text-align: center;

    color: #ccc;
    border: 0;
    border-radius: 0.3rem;
    background: none;
}
.mui-search .mui-placeholder .mui-icon
{
    font-size: 1rem;

    color: #333;
}
.mui-search:before
{
    font-family: Muiicons;
    font-size: 1rem;
    font-weight: normal;

    position: absolute;
    top: 50%;
    right: 50%;

    display: none;

    margin-top: -0.9rem;
    margin-right: 1.55rem;

    content: '\e466';
}
.mui-search.mui-active:before
{
    font-size: 1rem;

    right: auto;
    left: 0.25rem;

    display: block;

    margin-right: 0;
}
.mui-search.mui-active input[type='search']
{
    text-align: left;
}
.mui-search.mui-active .mui-placeholder
{
    display: none;
}

.mui-segmented-control
{
    font-size: 0.75rem;
    font-weight: 400;

    position: relative;

    display: table;
    overflow: hidden;

    width: 100%;

    table-layout: fixed;

    border: 1px solid #007aff;
    border-radius: 0.15rem;
    background-color: transparent;

    -webkit-touch-callout: none;
}
.mui-segmented-control.mui-segmented-control-vertical
{
    border-collapse: collapse;

    border-width: 0;
    border-radius: 0;
}
.mui-segmented-control.mui-segmented-control-vertical .mui-control-item
{
    display: block;

    border-bottom: 1px solid #c8c7cc;
    border-left-width: 0;
}
.mui-segmented-control.mui-scroll-wrapper
{
    height: 1.9rem;
}
.mui-segmented-control.mui-scroll-wrapper .mui-scroll
{
    width: auto;
    height: 2rem;

    white-space: nowrap;
}
.mui-segmented-control.mui-scroll-wrapper .mui-control-item
{
    display: inline-block;

    width: auto;
    padding: 0 1rem;

    border: 0;
}
.mui-segmented-control .mui-control-item
{
    line-height: 1.9rem;

    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: #007aff;
    border-color: #007aff;
    border-left: 1px solid #007aff;
}
.mui-segmented-control .mui-control-item:first-child
{
    border-left-width: 0;
}
.mui-segmented-control .mui-control-item.mui-active
{
    color: #fff;
    background-color: #007aff;
}
.mui-segmented-control.mui-segmented-control-inverted
{
    width: 100%;

    border: 0;
    border-radius: 0;
}
.mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item
{
    border-bottom: 1px solid #c8c7cc;
}
.mui-segmented-control.mui-segmented-control-inverted.mui-segmented-control-vertical .mui-control-item.mui-active
{
    border-bottom: 1px solid #c8c7cc;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item
{
    color: inherit;
    border: 0;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active
{
    color: #007aff;
    border-bottom: 0.1rem solid #007aff;
    background: none;
}
.mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-progress-bar
{
    background-color: #007aff;
}

.mui-segmented-control-positive
{
    border: 1px solid #4cd964;
}
.mui-segmented-control-positive .mui-control-item
{
    color: #4cd964;
    border-color: inherit;
}
.mui-segmented-control-positive .mui-control-item.mui-active
{
    color: #fff;
    background-color: #4cd964;
}
.mui-segmented-control-positive.mui-segmented-control-inverted .mui-control-item.mui-active
{
    color: #4cd964;
    border-bottom: 0.1rem solid #4cd964;
    background: none;
}
.mui-segmented-control-positive.mui-segmented-control-inverted ~ .mui-slider-progress-bar
{
    background-color: #4cd964;
}

.mui-segmented-control-negative
{
    border: 1px solid #dd524d;
}
.mui-segmented-control-negative .mui-control-item
{
    color: #dd524d;
    border-color: inherit;
}
.mui-segmented-control-negative .mui-control-item.mui-active
{
    color: #fff;
    background-color: #dd524d;
}
.mui-segmented-control-negative.mui-segmented-control-inverted .mui-control-item.mui-active
{
    color: #dd524d;
    border-bottom: 0.1rem solid #dd524d;
    background: none;
}
.mui-segmented-control-negative.mui-segmented-control-inverted ~ .mui-slider-progress-bar
{
    background-color: #dd524d;
}

.mui-control-content
{
    position: relative;

    display: none;
}
.mui-control-content.mui-active
{
    display: block;
}

.mui-popover
{
    position: absolute;
    z-index: 999;

    display: none;

    width: 14rem;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    -webkit-transition-property: opacity;
            transition-property: opacity;
    -webkit-transform: none;
            transform: none;

    opacity: 0;
    border-radius: 0.35rem;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, .1);
            box-shadow: 0 0 0.75rem rgba(0, 0, 0, .1);
}
.mui-popover .mui-popover-arrow
{
    position: absolute;
    z-index: 1000;
    top: -1.25rem;
    left: 0;

    overflow: hidden;

    width: 1.3rem;
    height: 1.3rem;
}
.mui-popover .mui-popover-arrow:after
{
    position: absolute;
    top: 0.95rem;
    left: 0;

    width: 1.3rem;
    height: 1.3rem;

    content: ' ';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border-radius: 0.15rem;
    background: #f7f7f7;
}
.mui-popover .mui-popover-arrow.mui-bottom
{
    top: 100%;
    left: -1.3rem;

    margin-top: -1px;
}
.mui-popover .mui-popover-arrow.mui-bottom:after
{
    top: -0.95rem;
    left: 0;
}
.mui-popover.mui-popover-action
{
    bottom: 0;

    width: 100%;

    -webkit-transition: -webkit-transform .3s, opacity .3s;
            transition:         transform .3s, opacity .3s;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);

    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mui-popover.mui-popover-action .mui-popover-arrow
{
    display: none;
}
.mui-popover.mui-popover-action.mui-popover-bottom
{
    position: fixed;
}
.mui-popover.mui-popover-action.mui-active
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.mui-popover.mui-popover-action .mui-table-view
{
    margin: 0.4rem;

    text-align: center;

    color: #007aff;
    border-radius: 0.2rem;
}
.mui-popover.mui-popover-action .mui-table-view .mui-table-view-cell:after
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 1px;

    content: '';
    -webkit-transform: scaleY(.5);
            transform: scaleY(.5);

    background-color: #c8c7cc;
}
.mui-popover.mui-popover-action .mui-table-view small
{
    font-weight: 400;
    line-height: 1.3;

    display: block;
}
.mui-popover.mui-active
{
    display: block;

    opacity: 1;
}
.mui-popover .mui-bar ~ .mui-table-view
{
    padding-top: 2.2rem;
}

.mui-backdrop
{
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0, 0, 0, .3);
}

.mui-bar-backdrop.mui-backdrop
{
    bottom: 2.5rem;

    background: none;
}

.mui-backdrop-action.mui-backdrop
{
    background-color: rgba(0, 0, 0, .3);
}

.mui-bar-backdrop.mui-backdrop, .mui-backdrop-action.mui-backdrop
{
    opacity: 0;
}
.mui-bar-backdrop.mui-backdrop.mui-active, .mui-backdrop-action.mui-backdrop.mui-active
{
    -webkit-transition: all .4s ease;
            transition: all .4s ease;

    opacity: 1;
}

.mui-popover .mui-btn-block
{
    margin-bottom: 0.25rem;
}
.mui-popover .mui-btn-block:last-child
{
    margin-bottom: 0;
}

.mui-popover .mui-bar
{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mui-popover .mui-bar-nav
{
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mui-popover .mui-scroll-wrapper
{
    margin: 0.35rem 0;

    border-radius: 0.35rem;
    background-clip: padding-box;
}

.mui-popover .mui-scroll .mui-table-view
{
    max-height: none;
}

.mui-popover .mui-table-view
{
    overflow: auto;

    max-height: 15rem;
    margin-bottom: 0;

    border-radius: 0.35rem;
    background-color: #f7f7f7;
    background-image: none;

    -webkit-overflow-scrolling: touch;
}
.mui-popover .mui-table-view:before, .mui-popover .mui-table-view:after
{
    height: 0;
}
.mui-popover .mui-table-view .mui-table-view-cell:first-child,
.mui-popover .mui-table-view .mui-table-view-cell:first-child > a:not(.mui-btn)
{
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}
.mui-popover .mui-table-view .mui-table-view-cell:last-child,
.mui-popover .mui-table-view .mui-table-view-cell:last-child > a:not(.mui-btn)
{
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
}

.mui-popover.mui-bar-popover .mui-table-view
{
    width: 5.3rem;
}
.mui-popover.mui-bar-popover .mui-table-view .mui-table-view-cell
{
    padding: 0.55rem 0.75rem 0.55rem 0.75rem;

    background-position: 0 100%;
}
.mui-popover.mui-bar-popover .mui-table-view .mui-table-view-cell > a:not(.mui-btn)
{
    margin: -0.55rem -0.75rem -0.55rem -0.75rem;
}

.mui-popup-backdrop
{
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;

    opacity: 0;
    background: rgba(0, 0, 0, .4);
}
.mui-popup-backdrop.mui-active
{
    opacity: 1;
}

.mui-popup
{
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;

    display: none;
    overflow: hidden;

    width: 13.5rem;

    -webkit-transition-property: -webkit-transform,opacity;
            transition-property:         transform,opacity;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
            transform: translate3d(-50%, -50%, 0) scale(1.185);
    text-align: center;

    opacity: 0;
    color: #000;
    border-radius: 0.65rem;
}
.mui-popup.mui-popup-in
{
    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;
}
.mui-popup.mui-popup-out
{
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);

    opacity: 0;
}

.mui-popup-inner
{
    position: relative;

    padding: 0.75rem;

    border-radius: 0.65rem 0.65rem 0 0;
    background: rgba(255, 255, 255, .95);
}
.mui-popup-inner: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);
}

.mui-popup-title
{
    font-size: 0.9rem;
    font-weight: 500;

    text-align: center;
}

.mui-popup-title + .mui-popup-text
{
    font-family: inherit;
    font-size: 0.7rem;

    margin: 0.25rem 0 0;
}

.mui-popup-buttons
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display:         flex;

    height: 2.2rem;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.mui-popup-button
{
    font-size: 0.85rem;
    line-height: 2.2rem;

    position: relative;

    display: block;
    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 2.2rem;
    padding: 0 0.25rem;

    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #007aff;
    background: rgba(255, 255, 255, .95);

    -webkit-box-flex: 1;
}
.mui-popup-button:after
{
    position: absolute;
    z-index: 15;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 1px;
    height: 100%;
    content: '';
    -webkit-transform: scaleX(.5);
            transform: scaleX(.5);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;

    background-color: rgba(0, 0, 0, .2);
}
.mui-popup-button:first-child
{
    border-radius: 0 0 0 0.65rem;
}
.mui-popup-button:first-child:last-child
{
    border-radius: 0 0 0.65rem 0.65rem;
}
.mui-popup-button:last-child
{
    border-radius: 0 0 0.65rem 0;
}
.mui-popup-button:last-child:after
{
    display: none;
}
.mui-popup-button.mui-popup-button-bold
{
    font-weight: 600;
}

.mui-popup-input input
{
    font-size: 0.7rem;

    width: 100%;
    height: 1.3rem;
    margin: 0.75rem 0 0;
    padding: 0 0.25rem;

    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0;
    background: #fff;
}

.mui-plus.mui-android .mui-popup-backdrop
{
    -webkit-transition-duration: 1ms;
            transition-duration: 1ms;
}

.mui-plus.mui-android .mui-popup
{
    -webkit-transition-duration: 1ms;
            transition-duration: 1ms;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
            transform: translate3d(-50%, -50%, 0) scale(1);
}

/* === Progress Bar === */
.mui-progressbar
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 0.1rem;

    -webkit-transform-origin: center top;
            transform-origin: center top;
    vertical-align: middle;

    border-radius: 0.1rem;
    background: #b6b6b6;

    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.mui-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: #007aff;
}
.mui-progressbar.mui-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: mui-progressbar-infinite 1s linear infinite;
            animation: mui-progressbar-infinite 1s linear infinite;

    background: #007aff;
}

body > .mui-progressbar
{
    position: absolute;
    z-index: 10000;
    top: 2.2rem;
    left: 0;

    border-radius: 0;
}

.mui-progressbar-in
{
    -webkit-animation: mui-progressbar-in 300ms forwards;
            animation: mui-progressbar-in 300ms forwards;
}

.mui-progressbar-out
{
    -webkit-animation: mui-progressbar-out 300ms forwards;
            animation: mui-progressbar-out 300ms forwards;
}

@-webkit-keyframes mui-progressbar-in
{
    from
    {
        -webkit-transform: scaleY(0);

        opacity: 0;
    }

    to
    {
        -webkit-transform: scaleY(1);

        opacity: 1;
    }
}
@keyframes mui-progressbar-in
{
    from
    {
        transform: scaleY(0);

        opacity: 0;
    }

    to
    {
        transform: scaleY(1);

        opacity: 1;
    }
}
@-webkit-keyframes mui-progressbar-out
{
    from
    {
        -webkit-transform: scaleY(1);

        opacity: 1;
    }

    to
    {
        -webkit-transform: scaleY(0);

        opacity: 0;
    }
}
@keyframes mui-progressbar-out
{
    from
    {
        transform: scaleY(1);

        opacity: 1;
    }

    to
    {
        transform: scaleY(0);

        opacity: 0;
    }
}
@-webkit-keyframes mui-progressbar-infinite
{
    0%
    {
        -webkit-transform: translate3d(-50%, 0, 0) scaleX(.5);
    }

    100%
    {
        -webkit-transform: translate3d(100%, 0, 0) scaleX(.5);
    }
}
@keyframes mui-progressbar-infinite
{
    0%
    {
        transform: translate3d(-50%, 0, 0) scaleX(.5);
    }

    100%
    {
        transform: translate3d(100%, 0, 0) scaleX(.5);
    }
}
.mui-pagination
{
    display: inline-block;

    margin: 0 auto;
    padding-left: 0;

    border-radius: 0.3rem;
}
.mui-pagination > li
{
    display: inline;
}
.mui-pagination > li > a,
.mui-pagination > li > span
{
    line-height: 1.428571429;

    position: relative;

    float: left;

    margin-left: -1px;
    padding: 0.3rem 0.6rem;

    text-decoration: none;

    color: #007aff;
    border: 1px solid #ddd;
    background-color: #fff;
}
.mui-pagination > li:first-child > a,
.mui-pagination > li:first-child > span
{
    margin-left: 0;

    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    background-clip: padding-box;
}
.mui-pagination > li:last-child > a,
.mui-pagination > li:last-child > span
{
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
    background-clip: padding-box;
}
.mui-pagination > li:active > a, .mui-pagination > li:active > a:active,
.mui-pagination > li:active > span,
.mui-pagination > li:active > span:active,
.mui-pagination > li.mui-active > a,
.mui-pagination > li.mui-active > a:active,
.mui-pagination > li.mui-active > span,
.mui-pagination > li.mui-active > span:active
{
    z-index: 2;

    cursor: default;

    color: #fff;
    border-color: #007aff;
    background-color: #007aff;
}
.mui-pagination > li.mui-disabled > span,
.mui-pagination > li.mui-disabled > span:active,
.mui-pagination > li.mui-disabled > a,
.mui-pagination > li.mui-disabled > a:active
{
    opacity: .6;
    color: #777;
    border: 1px solid #ddd;
    background-color: #fff;
}

.mui-pagination-lg > li > a,
.mui-pagination-lg > li > span
{
    font-size: 0.9rem;

    padding: 0.5rem 0.8rem;
}

.mui-pagination-sm > li > a,
.mui-pagination-sm > li > span
{
    font-size: 0.6rem;

    padding: 0.25rem 0.5rem;
}

.mui-pager
{
    padding-left: 0;

    list-style: none;

    text-align: center;
}
.mui-pager:before, .mui-pager:after
{
    display: table;

    content: ' ';
}
.mui-pager:after
{
    clear: both;
}
.mui-pager li
{
    display: inline;
}
.mui-pager li > a,
.mui-pager li > span
{
    display: inline-block;

    padding: 0.25rem 0.7rem;

    border: 1px solid #ddd;
    border-radius: 0.3rem;
    background-color: #fff;
    background-clip: padding-box;
}
.mui-pager li:active > a, .mui-pager li:active > span, .mui-pager li.mui-active > a, .mui-pager li.mui-active > span
{
    cursor: default;
    text-decoration: none;

    color: #fff;
    border-color: #007aff;
    background-color: #007aff;
}
.mui-pager .mui-next > a,
.mui-pager .mui-next > span
{
    float: right;
}
.mui-pager .mui-previous > a,
.mui-pager .mui-previous > span
{
    float: left;
}
.mui-pager .mui-disabled > a,
.mui-pager .mui-disabled > a:active,
.mui-pager .mui-disabled > span,
.mui-pager .mui-disabled > span:active
{
    opacity: .6;
    color: #777;
    border: 1px solid #ddd;
    background-color: #fff;
}

.mui-modal
{
    position: fixed;
    z-index: 999;
    top: 0;

    overflow: hidden;

    width: 100%;
    min-height: 100%;

    -webkit-transition: -webkit-transform .25s, opacity 1ms .25s;
            transition:         transform .25s, opacity 1ms .25s;
    -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1);
            transition-timing-function: cubic-bezier(.1, .5, .1, 1);
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);

    opacity: 0;
    background-color: #fff;
}
.mui-modal.mui-active
{
    height: 100%;

    -webkit-transition: -webkit-transform .25s;
            transition:         transform .25s;
    -webkit-transition-timing-function: cubic-bezier(.1, .5, .1, 1);
            transition-timing-function: cubic-bezier(.1, .5, .1, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    opacity: 1;
}

.mui-android .mui-modal .mui-bar
{
    position: static;
}

.mui-android .mui-modal .mui-bar-nav ~ .mui-content
{
    padding-top: 0;
}

.mui-slider
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active
{
    border-bottom: 0;
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item
{
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
}
.mui-slider .mui-slider-group
{
    font-size: 0;

    position: relative;

    -webkit-transition: all 0s linear;
            transition: all 0s linear;
    white-space: nowrap;
}
.mui-slider .mui-slider-group .mui-slider-item
{
    font-size: 0.7rem;

    position: relative;

    display: inline-block;

    width: 100%;
    height: 100%;

    vertical-align: top;
    white-space: normal;
}
.mui-slider .mui-slider-group .mui-slider-item > a:not(.mui-control-item)
{
    line-height: 0;

    position: relative;

    display: block;
}
.mui-slider .mui-slider-group .mui-slider-item img
{
    width: 100%;
}
.mui-slider .mui-slider-group .mui-slider-item .mui-table-view:before, .mui-slider .mui-slider-group .mui-slider-item .mui-table-view:after
{
    height: 0;
}
.mui-slider .mui-slider-group.mui-slider-loop
{
    -webkit-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
}

.mui-slider-title
{
    line-height: 1.5rem;
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1.5rem;
    margin: 0;

    text-align: left;
    text-indent: 0.6rem;

    opacity: .8;
    background-color: #000;
}

.mui-slider-indicator
{
    position: absolute;
    bottom: 0.4rem;

    width: 100%;

    text-align: center;

    background: none;
}
.mui-slider-indicator.mui-segmented-control
{
    position: relative;
    bottom: auto;
}
.mui-slider-indicator .mui-indicator
{
    display: inline-block;

    width: 0.3rem;
    height: 0.3rem;
    margin: 1px 0.3rem;

    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);
}
.mui-slider-indicator .mui-active.mui-indicator
{
    background: #fff;
}
.mui-slider-indicator .mui-icon
{
    font-size: 1rem;
    line-height: 1.5rem;

    width: 2rem;
    height: 1.5rem;
    margin: 0.15rem;

    text-align: center;

    border: 1px solid #ddd;
}
.mui-slider-indicator .mui-number
{
    line-height: 1.6rem;

    display: inline-block;

    width: 2.9rem;
}
.mui-slider-indicator .mui-number span
{
    color: #ff5053;
}

.mui-slider-progress-bar
{
    z-index: 1;

    height: 0.1rem;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.mui-switch
{
    position: relative;

    display: block;

    width: 3.7rem;
    height: 1.5rem;

    -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: 0.1rem solid #ddd;
    border-radius: 1rem;
    background-color: #fff;
    background-clip: padding-box;
}
.mui-switch.mui-disabled
{
    opacity: .3;
}
.mui-switch .mui-switch-handle
{
    position: absolute;
    z-index: 1;
    top: -0.05rem;
    left: -0.05rem;

    width: 1.4rem;
    height: 1.4rem;

    -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: 0.8rem;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, .4);
            box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, .4);
}
.mui-switch:before
{
    font-size: 0.65rem;

    position: absolute;
    top: 0.15rem;
    right: 0.55rem;

    content: 'Off';
    text-transform: uppercase;

    color: #999;
}
.mui-switch.mui-dragging
{
    border-color: #f7f7f7;
    background-color: #f7f7f7;
}
.mui-switch.mui-dragging .mui-switch-handle
{
    width: 1.9rem;
}
.mui-switch.mui-dragging.mui-active .mui-switch-handle
{
    left: -0.55rem;

    width: 1.9rem;
}
.mui-switch.mui-active
{
    border-color: #4cd964;
    background-color: #4cd964;
}
.mui-switch.mui-active .mui-switch-handle
{
    -webkit-transform: translate(2.15rem, 0);
            transform: translate(2.15rem, 0);
}
.mui-switch.mui-active:before
{
    right: auto;
    left: 0.75rem;

    content: 'On';

    color: #fff;
}
.mui-switch input[type='checkbox']
{
    display: none;
}

.mui-switch-mini
{
    width: 2.35rem;
}
.mui-switch-mini:before
{
    display: none;
}
.mui-switch-mini.mui-active .mui-switch-handle
{
    -webkit-transform: translate(0.8rem, 0);
            transform: translate(0.8rem, 0);
}

.mui-switch-blue.mui-active
{
    border: 2px solid #007aff;
    background-color: #007aff;
}

.mui-content.mui-fade
{
    left: 0;

    opacity: 0;
}
.mui-content.mui-fade.mui-in
{
    opacity: 1;
}
.mui-content.mui-sliding
{
    z-index: 2;

    -webkit-transition: -webkit-transform .4s;
            transition:         transform .4s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.mui-content.mui-sliding.mui-left
{
    z-index: 1;

    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.mui-content.mui-sliding.mui-right
{
    z-index: 3;

    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.mui-navigate-right:after,
.mui-push-left:after,
.mui-push-right:after
{
    font-family: Muiicons;
    font-size: inherit;
    line-height: 1;

    position: absolute;
    top: 50%;

    display: inline-block;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-decoration: none;

    color: #bbb;

    -webkit-font-smoothing: antialiased;
}

.mui-push-left:after
{
    left: 0.75rem;

    content: '\e582';
}

.mui-navigate-right:after,
.mui-push-right:after
{
    right: 0.75rem;

    content: '\e583';
}

.mui-pull-top-pocket, .mui-pull-bottom-pocket
{
    position: absolute;
    left: 0;

    display: block;
    visibility: hidden;
    overflow: hidden;

    width: 100%;
    height: 2.5rem;
}

.mui-plus-pullrefresh .mui-pull-top-pocket, .mui-plus-pullrefresh .mui-pull-bottom-pocket
{
    display: none;
    visibility: visible;
}

.mui-pull-top-pocket
{
    top: 0;
}

.mui-bar-nav ~ .mui-content .mui-pull-top-pocket
{
    top: 2.2rem;
}

.mui-bar-nav ~ .mui-bar-header-secondary ~ .mui-content .mui-pull-top-pocket
{
    top: 4.4rem;
}

.mui-pull-bottom-pocket
{
    position: relative;
    bottom: 0;

    height: 2rem;
}
.mui-pull-bottom-pocket .mui-pull-loading
{
    visibility: hidden;
}
.mui-pull-bottom-pocket .mui-pull-loading.mui-in
{
    display: inline-block;
}

.mui-pull
{
    font-weight: bold;

    position: absolute;
    right: 0;
    bottom: 0.5rem;
    left: 0;

    text-align: center;

    color: #777;
}

.mui-pull-loading
{
    margin-right: 0.5rem;

    -webkit-transition: -webkit-transform .4s;
            transition:         transform .4s;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    vertical-align: middle;
}

.mui-pull-loading.mui-reverse
{
    -webkit-transform: rotate(180deg) translateZ(0);
            transform: rotate(180deg) translateZ(0);
}

.mui-pull-caption
{
    font-size: 0.75rem;
    line-height: 1.2rem;

    position: relative;

    display: inline-block;
    overflow: visible;

    margin-top: 0;

    vertical-align: middle;
}
.mui-pull-caption span
{
    display: none;
}
.mui-pull-caption span.mui-in
{
    display: inline;
}

.mui-toast-container
{
    line-height: 0.85rem;

    position: fixed;
    z-index: 9999;
    bottom: 2.5rem;
    left: 50%;

    -webkit-transition: opacity .3s;
            transition: opacity .3s;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);

    opacity: 0;
}
.mui-toast-container.mui-active
{
    opacity: .9;
}

.mui-toast-message
{
    font-size: 0.7rem;

    padding: 0.5rem 1.25rem;

    text-align: center;

    color: #fff;
    border-radius: 0.3rem;
    background-color: #323232;
}

.mui-numbox
{
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 6rem;
    height: 1.75rem;
    padding: 0 2rem 0 2rem;

    vertical-align: top;
    vertical-align: middle;

    border: solid 1px #bbb;
    border-radius: 0.15rem;
    background-color: #efeff4;
}
.mui-numbox [class*=numbox-btn], .mui-numbox [class*=btn-numbox]
{
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 100%;

    position: absolute;
    top: 0;

    overflow: hidden;

    width: 2rem;
    height: 100%;
    padding: 0;

    color: #555;
    border: none;
    border-radius: 0;
    background-color: #f9f9f9;
}
.mui-numbox [class*=numbox-btn]:active, .mui-numbox [class*=btn-numbox]:active
{
    background-color: #ccc;
}
.mui-numbox [class*=numbox-btn][disabled], .mui-numbox [class*=btn-numbox][disabled]
{
    color: #c0c0c0;
}
.mui-numbox .mui-numbox-btn-plus, .mui-numbox .mui-btn-numbox-plus
{
    right: 0;
    border-top-right-radius: 0.15rem;
    border-bottom-right-radius: 0.15rem;
}
.mui-numbox .mui-numbox-btn-minus, .mui-numbox .mui-btn-numbox-minus
{
    left: 0;

    border-top-left-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
}
.mui-numbox .mui-numbox-input, .mui-numbox .mui-input-numbox
{
    display: inline-block;
    overflow: hidden;

    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0 0.15rem !important;

    text-align: center;
    text-overflow: ellipsis;
    word-break: normal;

    border: none !important;
    border-right: solid 1px #ccc !important;
    border-left: solid 1px #ccc !important;
    border-radius: 0 !important;
}

.mui-input-row .mui-numbox
{
    float: right;

    margin: 0.1rem 0.4rem;
}

@font-face {
    font-family: Muiicons;
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/mui.ttf') format('truetype');
}
.mui-icon
{
    font-family: Muiicons;
    font-size: 1.2rem;
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    text-decoration: none;

    -webkit-font-smoothing: antialiased;
}
.mui-icon.mui-active
{
    color: #007aff;
}
.mui-icon.mui-right:before
{
    float: right;

    padding-left: .2em;
}

.mui-icon-contact:before
{
    content: '\e100';
}

.mui-icon-person:before
{
    content: '\e101';
}

.mui-icon-personadd:before
{
    content: '\e102';
}

.mui-icon-contact-filled:before
{
    content: '\e130';
}

.mui-icon-person-filled:before
{
    content: '\e131';
}

.mui-icon-personadd-filled:before
{
    content: '\e132';
}

.mui-icon-phone:before
{
    content: '\e200';
}

.mui-icon-email:before
{
    content: '\e201';
}

.mui-icon-chatbubble:before
{
    content: '\e202';
}

.mui-icon-chatboxes:before
{
    content: '\e203';
}

.mui-icon-phone-filled:before
{
    content: '\e230';
}

.mui-icon-email-filled:before
{
    content: '\e231';
}

.mui-icon-chatbubble-filled:before
{
    content: '\e232';
}

.mui-icon-chatboxes-filled:before
{
    content: '\e233';
}

.mui-icon-weibo:before
{
    content: '\e260';
}

.mui-icon-weixin:before
{
    content: '\e261';
}

.mui-icon-pengyouquan:before
{
    content: '\e262';
}

.mui-icon-chat:before
{
    content: '\e263';
}

.mui-icon-qq:before
{
    content: '\e264';
}

.mui-icon-videocam:before
{
    content: '\e300';
}

.mui-icon-camera:before
{
    content: '\e301';
}

.mui-icon-mic:before
{
    content: '\e302';
}

.mui-icon-location:before
{
    content: '\e303';
}

.mui-icon-mic-filled:before, .mui-icon-speech:before
{
    content: '\e332';
}

.mui-icon-location-filled:before
{
    content: '\e333';
}

.mui-icon-micoff:before
{
    content: '\e360';
}

.mui-icon-image:before
{
    content: '\e363';
}

.mui-icon-map:before
{
    content: '\e364';
}

.mui-icon-compose:before
{
    content: '\e400';
}

.mui-icon-trash:before
{
    content: '\e401';
}

.mui-icon-upload:before
{
    content: '\e402';
}

.mui-icon-download:before
{
    content: '\e403';
}

.mui-icon-close:before
{
    content: '\e404';
}

.mui-icon-redo:before
{
    content: '\e405';
}

.mui-icon-undo:before
{
    content: '\e406';
}

.mui-icon-refresh:before
{
    content: '\e407';
}

.mui-icon-star:before
{
    content: '\e408';
}

.mui-icon-plus:before
{
    content: '\e409';
}

.mui-icon-minus:before
{
    content: '\e410';
}

.mui-icon-circle:before, .mui-icon-checkbox:before
{
    content: '\e411';
}

.mui-icon-close-filled:before, .mui-icon-clear:before
{
    content: '\e434';
}

.mui-icon-refresh-filled:before
{
    content: '\e437';
}

.mui-icon-star-filled:before
{
    content: '\e438';
}

.mui-icon-plus-filled:before
{
    content: '\e439';
}

.mui-icon-minus-filled:before
{
    content: '\e440';
}

.mui-icon-circle-filled:before
{
    content: '\e441';
}

.mui-icon-checkbox-filled:before
{
    content: '\e442';
}

.mui-icon-closeempty:before
{
    content: '\e460';
}

.mui-icon-refreshempty:before
{
    content: '\e461';
}

.mui-icon-reload:before
{
    content: '\e462';
}

.mui-icon-starhalf:before
{
    content: '\e463';
}

.mui-icon-spinner:before
{
    content: '\e464';
}

.mui-icon-spinner-cycle:before
{
    content: '\e465';
}

.mui-icon-search:before
{
    content: '\e466';
}

.mui-icon-plusempty:before
{
    content: '\e468';
}

.mui-icon-forward:before
{
    content: '\e470';
}

.mui-icon-back:before, .mui-icon-left-nav:before
{
    content: '\e471';
}

.mui-icon-checkmarkempty:before
{
    content: '\e472';
}

.mui-icon-home:before
{
    content: '\e500';
}

.mui-icon-navigate:before
{
    content: '\e501';
}

.mui-icon-gear:before
{
    content: '\e502';
}

.mui-icon-paperplane:before
{
    content: '\e503';
}

.mui-icon-info:before
{
    content: '\e504';
}

.mui-icon-help:before
{
    content: '\e505';
}

.mui-icon-locked:before
{
    content: '\e506';
}

.mui-icon-more:before
{
    content: '\e507';
}

.mui-icon-flag:before
{
    content: '\e508';
}

.mui-icon-home-filled:before
{
    content: '\e530';
}

.mui-icon-gear-filled:before
{
    content: '\e532';
}

.mui-icon-info-filled:before
{
    content: '\e534';
}

.mui-icon-help-filled:before
{
    content: '\e535';
}

.mui-icon-more-filled:before
{
    content: '\e537';
}

.mui-icon-settings:before
{
    content: '\e560';
}

.mui-icon-list:before
{
    content: '\e562';
}

.mui-icon-bars:before
{
    content: '\e563';
}

.mui-icon-loop:before
{
    content: '\e565';
}

.mui-icon-paperclip:before
{
    content: '\e567';
}

.mui-icon-eye:before
{
    content: '\e568';
}

.mui-icon-arrowup:before
{
    content: '\e580';
}

.mui-icon-arrowdown:before
{
    content: '\e581';
}

.mui-icon-arrowleft:before
{
    content: '\e582';
}

.mui-icon-arrowright:before
{
    content: '\e583';
}

.mui-icon-arrowthinup:before
{
    content: '\e584';
}

.mui-icon-arrowthindown:before
{
    content: '\e585';
}

.mui-icon-arrowthinleft:before
{
    content: '\e586';
}

.mui-icon-arrowthinright:before
{
    content: '\e587';
}

.mui-icon-pulldown:before
{
    content: '\e588';
}

.mui-fullscreen
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mui-fullscreen.mui-slider .mui-slider-group
{
    height: 100%;
}
.mui-fullscreen .mui-segmented-control ~ .mui-slider-group
{
    position: absolute;
    top: 2rem;
    bottom: 0;

    width: 100%;
    height: auto;
}
.mui-fullscreen.mui-slider .mui-slider-item > a
{
    top: 50%;

    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.mui-fullscreen .mui-off-canvas-wrap .mui-slider-item > a
{
    top: auto;

    -webkit-transform: none;
            transform: none;
}

.mui-bar-nav ~ .mui-content .mui-slider.mui-fullscreen
{
    top: 2.2rem;
}

.mui-bar-tab ~ .mui-content .mui-slider.mui-fullscreen .mui-segmented-control ~ .mui-slider-group
{
    bottom: 2.5rem;
}

.mui-android.mui-android-4-0 input:focus,
.mui-android.mui-android-4-0 textarea:focus
{
    -webkit-user-modify: inherit;
}

.mui-android.mui-android-4-2 input,
.mui-android.mui-android-4-2 textarea, .mui-android.mui-android-4-3 input,
.mui-android.mui-android-4-3 textarea
{
    -webkit-user-select: text;
}

.mui-ios .mui-table-view-cell
{
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.mui-plus-visible, .mui-wechat-visible
{
    display: none !important;
}

.mui-plus-hidden, .mui-wechat-hidden
{
    display: block !important;
}

.mui-tab-item.mui-plus-hidden, .mui-tab-item.mui-wechat-hidden
{
    display: table-cell !important;
}

.mui-plus .mui-plus-visible, .mui-wechat .mui-wechat-visible
{
    display: block !important;
}

.mui-plus .mui-tab-item.mui-plus-visible, .mui-wechat .mui-tab-item.mui-wechat-visible
{
    display: table-cell !important;
}

.mui-plus .mui-plus-hidden, .mui-wechat .mui-wechat-hidden
{
    display: none !important;
}

.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-nav
{
    height: 3.2rem;
    padding-top: 1rem;
}
.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-nav ~ .mui-content
{
    padding-top: 3.2rem;
}
.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-nav ~ .mui-content .mui-pull-top-pocket
{
    top: 3.2rem;
}
.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-header-secondary
{
    top: 3.2rem;
}
.mui-plus.mui-statusbar.mui-statusbar-offset .mui-bar-header-secondary ~ .mui-content
{
    padding-top: 4.7rem;
}

.mui-iframe-wrapper
{
    position: absolute;
    right: 0;
    left: 0;

    -webkit-overflow-scrolling: touch;
}
.mui-iframe-wrapper iframe
{
    width: 100%;
    height: 100%;

    border: 0;
}
/*common*/
body{ margin: 0;padding: 0;background: #fff;}
*{text-decoration: none;list-style: none;font-family: "Microsoft YaHei UI";}
img{border: 0px;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{padding: 0;margin: 0;}
h1,h2,h3,h4,h5{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.clr{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
.pointer{cursor:pointer;}
a,input,button{ outline:none;border:0}
a{color: #3a3a3a;}
a:link {background: #fff;color: inherit;}
	a:visited {background: #fff;color: inherit;} 
	a:hover {background: #fff;color: inherit;} 
	a:active {background: #fff;color: inherit;} 
i,em{font-style:normal}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#ccc;
}
/*mui*/
.mui-table-view{
	margin: 0 0.6rem 0 0.45rem;
	border: none;
	box-shadow: 0 0.01rem 0.8rem #eaeaea;
}
.mui-active .mui-navigate-right{
	border-bottom: 1px solid #ededed;
}
.mui-table-view-cell.mui-active{
	background: #fff;
}
.mui-table-view-cell > a:not(.mui-btn){
	font-size: 0.7rem;
	color: #333;
}
.mui-table-view-cell{
	/*height: 2.5rem;*/
	line-height: 1.4rem;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content{
	padding:0  0.95rem;
	
}
.mui-table-view-cell.mui-collapse.mui-active .mui-collapse-content{
	padding: 0.62rem 0.95rem ;
}
.mui-table-view-cell.mui-collapse .mui-collapse-content p{
	line-height: 1.95rem;
	color: #666;
	font-size: 0.7rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mui-table-view-cell.mui-collapse.mui-active{
	margin-top: 0;
}
.mui-table-view-cell:after,.mui-table-view:after{
	display: none !important;
}
.mui-table-view-cell:before,.mui-table-view:before{
	display: none !important;
}
/*登录*/
.layer{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index:2
}
.layer-box{
	position: fixed;
	width: 15.8rem;
	height: 16.75rem;
	background: #fff;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	margin-left: -7.9rem;
	margin-top: -8.4rem;
	padding: 1rem 1.15rem 1.5rem;
	z-index:3
}
.layer-box p{
	line-height: 3.12rem;
	text-align: center;
	font-size: 0.75rem;
	color: #333;
}
.layer-box input{
	width: 11.67rem !important; 
}
.layer-box .layer-cell{
	height: 2.75rem;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.layer-box .layer-cell img{
	width: 3rem;
	height: 1.5rem;
	position: absolute;
	right: 0;
	top: 0.6rem;
}
.layer-box .layer-cell span{
	float: left;
	display: block;
	line-height: 2.7rem;
}
.layer-box .layer-cell .icon-tuxingyanzhengma{
	font-size: 14px;
}
.layer-box .layer-cell input{
	/*line-height: 2.75rem;*/
	height: 2.7rem;
	margin-bottom: 0;
	float: left;
	width: auto;
	padding: 0.5rem 0;
	text-indent: 0.95rem;
}
.layer-box  .submit{
	width: 100%;
	background: #fb6638;
	height: 2rem;
	line-height: 2rem;
	border-radius: 2rem;
	margin-top: 1.5rem;
	color: #fff;
	text-align: center;
	font-size: 0.62rem;
	font-weight: bold;
}

.layer-box.layout .close{
	top:-3.05rem;
}
.layer-box.layout{
	text-align: center;
	height: 13rem;
}
.layer-box.layout img{
	width: 2.72rem;
	height: 2.72rem;
	margin-top: 1.55rem;
}
.layer-box img.close{
	position: absolute;
	right: 0;
	top:-2.05rem;
	height: 1.25rem;
	width: 1.25rem;
}
.layer-box.layout p{
	line-height: 3.35rem;
}
.layer .layer-box.layout .submit{
	margin-top: 0.4rem;
	background: #fe2140;
}
.loading{
	 width:2rem;
     height:2rem;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -1rem;
	margin-left: -1rem;
}
.loading img{
	position: absolute;
	width: 2rem;
	height:2rem;
}
.loading img.out{
	 width:2rem;
     height:2rem;
	animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
input:-webkit-autofill {    -webkit-box-shadow: 0 0 0px 1000px white inset !important; }  
.footer {
    padding-top: 0.9rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 0.9rem;
    height: 3.45rem;
    font-size: 0.4rem;
    background: #f7f7f7;
    color: #999;
}

@font-face {font-family: "iconfont";
  src: url('//at.alicdn.com/t/font_855362_xdjjonbqvj.eot?t=1544099046647'); /* IE9*/
  src: url('//at.alicdn.com/t/font_855362_xdjjonbqvj.eot?t=1544099046647#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),
  url('//at.alicdn.com/t/font_855362_xdjjonbqvj.ttf?t=1544099046647') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_855362_xdjjonbqvj.svg?t=1544099046647#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shuaxin:before { content: "\e6c2"; }

.icon-iconfontnew:before { content: "\e61e"; }

.icon-youjiantou:before { content: "\e61f"; }

.icon-zuojiantou:before { content: "\e641"; }

.icon-youhuiquan1:before { content: "\e62c"; }

.icon-youhuiquan:before { content: "\e6f0"; }

.icon-yonghuzhongxin:before { content: "\e70e"; }

.icon-xiala:before { content: "\e645"; }

.icon-sousuo:before { content: "\e613"; }

.icon-more1:before { content: "\e670"; }

.icon-yonghu:before { content: "\e60b"; }

.icon-ic_success:before { content: "\e615"; }

.icon-gongsijianjie:before { content: "\e6df"; }

.icon-fankui:before { content: "\e62d"; }

.icon-duihao1:before { content: "\e6e0"; }

.icon-zhifubao:before { content: "\e60a"; }

.icon-timer:before { content: "\e75e"; }

.icon-bianji:before { content: "\e634"; }

.icon-shezhi:before { content: "\e6d8"; }

.icon-yewuluojitujie:before { content: "\e608"; }

.icon-chakanmima:before { content: "\e6dd"; }

.icon-yincangmima:before { content: "\e6e1"; }

.icon-qudao-weixin:before { content: "\e6fa"; }

.icon-shanchu:before { content: "\e60d"; }

.icon-tijiaorizhi:before { content: "\e60c"; }

.icon-dingdan:before { content: "\e635"; }

.icon-IP:before { content: "\e703"; }

.icon-banbenhao:before { content: "\e705"; }

.icon-daoqishijian:before { content: "\e706"; }

.icon-duanxinyanzhengma:before { content: "\e74b"; }

.icon-shoujihao:before { content: "\e74c"; }

.icon-mima:before { content: "\e74d"; }

.icon-tuxingyanzhengma:before { content: "\e74e"; }

.icon-estouxiang:before { content: "\e76c"; }

.icon-renrenshangchengtouxiang:before { content: "\e76d"; }

.icon-yx-jifendikou:before { content: "\e774"; }

.icon-yx-manjian:before { content: "\e775"; }

.icon-yx-miaosha:before { content: "\e776"; }

.icon-yx-pintuan:before { content: "\e777"; }

.icon-yx-yuedikou:before { content: "\e778"; }

.icon-yx-zhekou:before { content: "\e779"; }

.icon-shezhi1:before { content: "\e607"; }

.icon-el-icon-custom-order:before { content: "\e600"; }

.icon-yuancheng:before { content: "\e7bf"; }

.icon-zhiliang:before { content: "\e7c0"; }

.icon-tuikuan:before { content: "\e7c1"; }

.icon-kefu:before { content: "\e7c2"; }

.icon-bangzhu-:before { content: "\e7ee"; }

.icon-bangzhu-1:before { content: "\e7ef"; }

.icon-bangzhu-2:before { content: "\e7f0"; }

.icon-bangzhu-3:before { content: "\e7f1"; }
