﻿body {
    max-width: 750px !important;
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    overflow-x: hidden;
    font-size: 12px;
}
.layui-layer-iframe{
    max-width:750px !important;
}
    .layui-layer-iframe .layui-layer-title{
        font-size:16px;
        font-weight:bold;
    }
    .mui-input-group {
        margin-top: 10px;
    }

    .mui-input-group:first-child {
        margin-top: 20px;
    }

    .mui-input-group label {
        width: 25%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
.mui-input-row label {
    line-height:normal;
    padding-top:14px;
    padding-bottom:9px;
}
.mui-input-row label ~ input,
.mui-input-row label ~ select,
.mui-input-row label ~ textarea {
    width: 75%;
}

.mui-checkbox input[type=checkbox],
.mui-radio input[type=radio] {
    top: 6px;
}

.mui-card {
    font-size: 12px;
    border-radius:5px;
}

.mui-card-header {
    font-size: 12px;
}

.mui-card-content {
    font-size: 12px;
}
.mui-card-content * {
    max-width:100%;
}
.mui-content-padded {
    margin-top: 25px;
}

.mui-btn {
    /*padding: 10px;*/
}
    .mui-btn.mui-btn-sm{
        font-size:12px !important;
        padding:3px 5px;
    }
    .mui-btn-block {
        padding: 8px;
        font-size: 14px;
    }

.link-area {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.spliter {
    color: #bbb;
    padding: 0px 8px;
}

.mui-bar-nav ~ .mui-content {
    /*padding-top:45px;*/
}

.loading {
    background-image: url(/ui/layui/images/loading.gif);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center center;
}


.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .mui-preview-image.mui-preview-in {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .mui-preview-image.mui-preview-out {
        background: none;
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

        .mui-preview-image.mui-preview-out .mui-preview-header,
        .mui-preview-image.mui-preview-out .mui-preview-footer {
            display: none;
        }

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

    .mui-preview-loading.mui-active {
        display: block;
    }

    .mui-preview-loading .mui-spinner-white {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -25px;
        margin-top: -25px;
        height: 50px;
        width: 50px;
    }

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.mui-grid-view.mui-grid-9 .mui-table-view-cell.mui-active {
    background-color: transparent;
}
.mui-row .mui-table-view-cell.mui-active {
    background-color: transparent;
}
.mui-table-view-radio .mui-table-view-cell {
    padding: 10px;
}
.mui-table-view-radio .mui-table-view-cell{
    padding-right:0px;
}
.mui-table-view-cell > a:not(.mui-btn){
    margin:-8px;
}

.mui-popup.mui-popup-in .mui-popup-text *{
    max-width:100%;
}
.mui-popover .mui-table-view{
    max-height:350px !important;
}
.mui-toast-container {
    /*bottom: 80px;*/
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*++++++++++++++++++++++++++++*/

.je-f0 {
    font-size: 0
}

.je-f10 {
    font-size: 10px
}

.je-f12 {
    font-size: 12px
}

.je-f14 {
    font-size: 14px
}

.je-f16 {
    font-size: 16px
}

.je-f18 {
    font-size: 18px
}

.je-f20 {
    font-size: 20px
}

.je-f22 {
    font-size: 22px
}

.je-f24 {
    font-size: 24px
}

.je-f26 {
    font-size: 26px
}

.je-f28 {
    font-size: 28px
}

.je-f30 {
    font-size: 30px
}

.je-f40 {
    font-size: 40px
}

.je-f50 {
    font-size: 50px
}

.je-f60 {
    font-size: 60px
}

.je-bold {
    font-weight: bold
}

.je-hand {
    cursor: pointer
}

.je-border-none {
    border-style: none
}

.je-bt-none {
    border-top-style: none
}

.je-br-none {
    border-right-style: none
}

.je-bb-none {
    border-bottom-style: none
}

.je-bl-none {
    border-left-style: none
}
/* display */
.je-hide {
    display: none;
}

.je-show {
    display: block;
}

.je-din {
    display: inline;
}

.je-dib {
    display: inline-block;
}
/* float */
.je-fl {
    float: left;
}

.je-fr {
    float: right;
}
/* position */
.je-ovh {
    overflow: hidden;
}

.je-por {
    position: relative;
}

.je-poa {
    position: absolute;
}

.je-pof {
    position: fixed;
}
/* text-align */
.je-tc {
    text-align: center;
}

.je-tr {
    text-align: right;
}

.je-tl {
    text-align: left;
}

.je-tj {
    text-align: justify;
}
/* percentage 百分比 */
.je-w100 {
    width: 100%;
}

.je-w90 {
    width: 90%;
}

.je-w85 {
    width: 85%;
}

.je-w80 {
    width: 80%;
}

.je-w75 {
    width: 75%;
}

.je-w70 {
    width: 70%;
}

.je-w67 {
    width: 67%;
}

.je-w60 {
    width: 60%;
}

.je-w50 {
    width: 50%;
}

.je-w40 {
    width: 40%;
}

.je-w33 {
    width: 32.8%;
}

.je-w30 {
    width: 30%;
}

.je-w25 {
    width: 25%;
}

.je-w20 {
    width: 20%;
}

.je-w15 {
    width: 15%;
}

.je-w10 {
    width: 10%;
}

.je-w5 {
    width: 5%;
}

.je-w0 {
    width: 0px;
}

.je-row {
    margin-right: -10px;
    margin-left: -10px;
}

.je-row-ml {
    margin-left: -10px;
}

.je-row-mr {
    margin-right: -10px;
}
/* margin-left */
.je-ml0 {
    margin-left: 0
}

.je-ml2 {
    margin-left: 2px
}

.je-ml5 {
    margin-left: 5px
}

.je-ml8 {
    margin-left: 8px
}

.je-ml10 {
    margin-left: 10px
}

.je-ml15 {
    margin-left: 15px
}

.je-ml20 {
    margin-left: 20px
}

.je-ml25 {
    margin-left: 25px
}

.je-ml30 {
    margin-left: 30px
}
/* margin-right */
.je-mr0 {
    margin-right: 0
}

.je-mr2 {
    margin-right: 2px
}

.je-mr5 {
    margin-right: 5px
}

.je-mr8 {
    margin-right: 8px
}

.je-mr10 {
    margin-right: 10px
}

.je-mr15 {
    margin-right: 15px
}

.je-mr20 {
    margin-right: 20px
}

.je-mr25 {
    margin-right: 25px
}

.je-mr30 {
    margin-right: 30px
}
/* margin-top */
.je-mt0 {
    margin-top: 0
}

.je-mt2 {
    margin-top: 2px
}

.je-mt5 {
    margin-top: 5px
}

.je-mt8 {
    margin-top: 8px
}

.je-mt10 {
    margin-top: 10px
}

.je-mt15 {
    margin-top: 15px
}

.je-mt20 {
    margin-top: 20px
}

.je-mt25 {
    margin-top: 25px
}

.je-mt30 {
    margin-top: 30px
}
/* margin-bottom */
.je-mb0 {
    margin-bottom: 0
}

.je-mb2 {
    margin-bottom: 2px
}

.je-mb3 {
    margin-bottom: 3px
}

.je-mb5 {
    margin-bottom: 5px
}

.je-mb8 {
    margin-bottom: 8px
}

.je-mb10 {
    margin-bottom: 10px
}

.je-mb15 {
    margin-bottom: 15px
}

.je-mb20 {
    margin-bottom: 20px
}

.je-mb25 {
    margin-bottom: 25px
}

.je-mb30 {
    margin-bottom: 30px
}
/* margin */
.je-m0 {
    margin: 0
}

.je-m1 {
    margin: 1px
}

.je-m2 {
    margin: 2px
}

.je-m5 {
    margin: 5px
}

.je-m8 {
    margin: 8px
}

.je-m10 {
    margin: 10px
}

.je-m15 {
    margin: 15px
}

.je-m20 {
    margin: 20px
}

.je-m25 {
    margin: 25px
}

.je-m30 {
    margin: 30px
}

/* padding-left */
.je-pl0 {
    padding-left: 0
}

.je-pl2 {
    padding-left: 2px
}
.je-pl3 {
    padding-left: 3px
}
.je-pl4 {
    padding-left: 4px
}

.je-pl5 {
    padding-left: 5px
}
.je-pl6 {
    padding-left: 6px
}
.je-pl7 {
    padding-left: 7px
}

.je-pl8 {
    padding-left: 8px
}

.je-pl10 {
    padding-left: 10px
}

.je-pl15 {
    padding-left: 15px
}

.je-pl20 {
    padding-left: 20px
}

.je-pl25 {
    padding-left: 25px
}

.je-pl30 {
    padding-left: 30px
}
/* padding-right */
.je-pr0 {
    padding-right: 0
}

.je-pr2 {
    padding-right: 2px
}

.je-pr5 {
    padding-right: 5px
}

.je-pr8 {
    padding-right: 8px
}

.je-pr10 {
    padding-right: 10px
}

.je-pr15 {
    padding-right: 15px
}

.je-pr20 {
    padding-right: 20px
}

.je-pr25 {
    padding-right: 25px
}

.je-pr30 {
    padding-right: 30px
}
/* padding-top */
.je-pt0 {
    padding-top: 0
}

.je-pt2 {
    padding-top: 2px
}

.je-pt5 {
    padding-top: 5px
}

.je-pt8 {
    padding-top: 8px
}

.je-pt10 {
    padding-top: 10px
}

.je-pt15 {
    padding-top: 15px
}

.je-pt20 {
    padding-top: 20px
}

.je-pt25 {
    padding-top: 25px
}

.je-pt30 {
    padding-top: 30px
}

.je-pt40 {
    padding-top: 40px
}

.je-pt50 {
    padding-top: 50px
}

.je-pt60 {
    padding-top: 60px
}
/* padding-bottom */
.je-pb0 {
    padding-bottom: 0
}

.je-pb2 {
    padding-bottom: 2px
}

.je-pb5 {
    padding-bottom: 5px
}

.je-pb8 {
    padding-bottom: 8px
}

.je-pb10 {
    padding-bottom: 10px
}

.je-pb15 {
    padding-bottom: 15px
}

.je-pb20 {
    padding-bottom: 20px
}

.je-pb25 {
    padding-bottom: 25px
}

.je-pb30 {
    padding-bottom: 30px
}

.je-pb40 {
    padding-bottom: 40px
}

.je-pb50 {
    padding-bottom: 50px
}

.je-pb60 {
    padding-bottom: 60px
}
/* padding */
.je-p0 {
    padding: 0
}

.je-p1 {
    padding: 1px
}

.je-p2 {
    padding: 2px
}

.je-p5 {
    padding: 5px
}

.je-p8 {
    padding: 8px
}

.je-p10 {
    padding: 10px
}
.je-p12 {
    padding: 12px
}
.je-p15 {
    padding: 15px
}

.je-p20 {
    padding: 20px
}

.je-p25 {
    padding: 25px
}

.je-p30 {
    padding: 30px
}

/* Backgrounds Style*/
.je-bg-g0 {
    background-color: #000;
}

.je-bg-g2 {
    background-color: #222;
}

.je-bg-g3 {
    background-color: #333;
}

.je-bg-g4 {
    background-color: #444;
}

.je-bg-g5 {
    background-color: #555;
}

.je-bg-g6 {
    background-color: #666;
}

.je-bg-g7 {
    background-color: #777;
}

.je-bg-g8 {
    background-color: #888;
}

.je-bg-g9 {
    background-color: #999;
}

.je-bg-navy {
    background-color: #001f3f;
}

.je-bg-blue {
    background-color: #0074d9;
}

.je-bg-black {
    background-color: #393D49
}

.je-bg-aqua {
    background-color: #7fdbff;
}

.je-bg-teal {
    background-color: #39cccc;
}

.je-bg-cyan {
    background-color: #2F4056;
}

.je-bg-olive {
    background-color: #3d9970;
}

.je-bg-green {
    background-color: #429742;
}

.je-bg-gray {
    background-color: #666;
}

.je-bg-lime {
    background-color: #01ff70;
}

.je-bg-yellow {
    background-color: #ffdc00;
}

.je-bg-normal {
    background-color: #009688 !important
}

.je-bg-orange {
    background-color: #F37B1D;
}

.je-bg-red {
    background-color: #dd514c;
}

.je-bg-disabled {
    background-color: #FBFBFB;
}

.je-bg-fuchsia {
    background-color: #f012be;
}
.je-bg-royal {
    background-color: #8a6de9;
}

.je-bg-purple {
    background-color: #8E488E;
}

.je-bg-maroon {
    background-color: #85144b;
}

.je-bg-white {
    background-color: #fff;
}

.je-bg-native {
    background-color: #e6e6e6;
    color: #222;
}

.je-bg-f2 {
    background-color: #f2f2f2;
}

.je-bg-f5 {
    background-color: #f5f5f5;
}

.je-bg-f8 {
    background-color: #f8f8f8;
}

.je-disabled{
    opacity:0.6;
}
/* Colors Style*/
.je-g0 {
    color: #000;
}

.je-g2 {
    color: #222;
}

.je-g3 {
    color: #333;
}

.je-g4 {
    color: #444;
}

.je-g5 {
    color: #555;
}

.je-g6 {
    color: #666;
}

.je-g7 {
    color: #777;
}

.je-g8 {
    color: #888;
}

.je-g9 {
    color: #999;
}

.je-white {
    color: #fff;
}

.je-ga {
    color: #aaa;
}

.je-gb {
    color: #bbb;
}

.je-gc {
    color: #ccc;
}

.je-gd {
    color: #ddd;
}

.je-ge {
    color: #eee;
}

.je-navy {
    color: #001f3f;
}

.je-blue {
    color: #0074d9;
}

.je-aqua {
    color: #7fdbff;
}

.je-teal {
    color: #39cccc;
}

.je-olive {
    color: #3d9970;
}

.je-green {
    color: #429742;
}

.je-lime {
    color: #01ff70;
}

.je-yellow {
    color: #ffdc00;
}

.je-orange {
    color: #F37B1D;
}
.je-royal {
    color: #8a6de9;
}
.je-red {
    color: #dd514c;
}

.je-fuchsia {
    color: #f012be;
}

.je-purple {
    color: #8E488E;
}

.je-maroon {
    color: #85144b;
}

.je-black {
    color: #393D49;
}

.je-cyan {
    color: #2F4056;
}

.je-gray {
    color: #666;
}

.je-normal {
    color: #009688 !important
}

.je-darkred {
    color: darkred;
}
/* link color Style*/
a.je-red {
    color: #dd514c;
}

a.je-blue {
    color: #0074d9;
}

a.je-green {
    color: #429742;
}

a.je-yellow {
    color: #ffdc00;
}

a.je-orange {
    color: #F37B1D;
}

a.je-white {
    color: #fff;
}
/* line height*/
.je-line-10 {
    line-height: 10px;
}

.je-line-15 {
    line-height: 15px;
}

.je-line-20 {
    line-height: 20px;
}

.je-line-25 {
    line-height: 25px;
}

.je-line-30 {
    line-height: 30px;
}

.je-line-35 {
    line-height: 35px;
}

.je-line-40 {
    line-height: 40px;
}

.je-height-10 {
    height: 10px;
}

.je-height-15 {
    height: 15px;
}

.je-height-20 {
    height: 20px;
}

.je-height-25 {
    height: 25px;
}

.je-height-30 {
    height: 30px;
}

.je-height-35 {
    height: 35px;
}

.je-height-40 {
    height: 40px;
}
/*ellipsis*/
.je-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.je-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.je-no-ellipsis {
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
}

* {
    -webkit-tap-highlight-color: transparent;
}
/*++++++++++++++++++++++++++++*/
