@CHARSET "UTF-8";

[class^="icon-"], [class*=" icon-"] {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    /*touch-action: none;*/
}

body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent
}

body,
textarea,
input {
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif
}

ul, li {
    list-style: none
}

body {
    background-color: white;
}


.container {
    overflow: hidden
}

.container, .page {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.page {
    overflow-y: auto;
    background: #f0f0f0;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    z-index: 1
}

.page.js_show {
    opacity: 1
}

i, em {
    font-style: normal;
}

input, img, textarea {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

.visibility-hide {
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.clearfix {
    clear: both
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}

.hide {
    display: none !important;
}


/*单行省略*/
.one-line-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*多行省略*/
.multiline-line-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
    overflow: hidden;
}

.clearfix {
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.hide {
    display: none;
}

.show {
    display: block !important;
}

.w2 {
    width: 50%;
}

.w3 {
    width: 33%;
}

.w4 {
    width: 25%;
}

.loading {
    text-align: center;
    font-size: 0px;
    padding: 20px 0px;
}

.loading img {
    vertical-align: middle;
}

.loading span {
    font-size: 14px;
    vertical-align: middle;
}

/*.form-item {*/
/*    background-color: #ffffff;*/
/*    padding: 20px;*/
/*    margin-top: 10px;*/
/*}*/

/*.form-item label {*/
/*    font-size: 16px;*/
/*}*/

/*.form-item .icon-more {*/
/*    color: #646464;*/
/*    position: relative;*/
/*    float: right;*/
/*}*/

/*.form-item .icon-more:before {*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0px;*/
/*}*/


@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes slideOut {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

@keyframes slideOut {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        opacity: 0
    }
}

.page.slideIn {
    -webkit-animation: slideIn .2s forwards;
    animation: slideIn .2s forwards
}

.page.slideOut {
    -webkit-animation: slideOut .2s forwards;
    animation: slideOut .2s forwards
}

@supports (top:constant(safe-area-inset-top)) {
    .page {
        padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left)
    }

    .page.navbar, .page.tabbar {
        padding-left: 0;
        padding-right: 0
    }
}

@supports (top:env(safe-area-inset-top)) {
    .page {
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)
    }
}

/*.middleContainer {*/
/*position: relative;*/
/*width: 100%;*/
/*height: calc(100% - 44px);*/
/*margin-top: 44px;*/
/*overflow-x: hidden;*/
/*-webkit-overflow-scrolling: touch;*/

/*}*/


/* 底部菜单 start*/
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 991;
    color: #D0D0D0;
    background-color: white;
    overflow: hidden;
    font-size: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    padding-bottom: calc(8px + constant(safe-area-inset-bottom));
}

footer {
    font-size: 0px;
    border-top: 1px solid rgba(2, 3, 2, 0.1);
}

footer a {
    display: inline-block;;
    text-align: center;
    vertical-align: middle;
    color: #6d6d6d;
    line-height: 1;
}

footer a.w5 {
    width: 20%;
}

footer a.w4 {
    width: 25%;
}

footer a i {
    font-size: 22px !important;
}

footer a img {
    height: 16px;
}

footer a.active {
    color: #1c98ef;
}


footer a.active > i:before {
    color: #1c98ef;
}

footer a > span {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
}

/* 底部菜单 -end*/

/*导航栏 -start*/
.page-header {
    position: absolute;
    width: 100%;
    height: 44px;
    top: 0px;
    left: 0px;
    background: white;
    text-align: center;
    user-select: none;
}

.page-header_left {
    position: absolute;
    height: 44px;
    /*left: 8px;*/
    top: 0px;
}

.page-header_right {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-center {
    position: relative;
    height: 44px;
    line-height: 44px;
    display: inline-block;
}

.page-header .icon-back {
    font-size: 26px;
    color: rgba(51, 51, 51, 1)
}

.page-header .icon-back:hover {
    color: rgba(51, 51, 51, 0.5)
}

.page-header a.link {
    line-height: 44px;
    height: 44px;
    display: inline-block;
    padding: 0 8px;
    user-select: none;
}


.page-header_title > span {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: black;
}

.page-header_md {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-header_md a {
    display: inline-block;
    font-size: 15px;
    padding: 2px 0px;
    color: #333;
}

.page-header_md a + a {
    margin-left: 15px;
}

.page-header_md a.active {
    border: none;
    border-bottom: 4px solid #1c98ef;
    color: black;
    font-weight: bold;
}

/*导航栏 -end*/

.page-middle {
    /*height: calc(100% - 44px);*/
    /*margin-top: 44px;*/
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: white;
}

@font-face {
    font-family: 'Bahnschrift';
    src: url('../fonts/Bahnschrift.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.weui-btn {
    margin: 10px 0px;
    min-width: 80px;
    border-radius: 5px;
    padding: 2px 10px;
    color: #333;
    line-height: 2;

}

.weui-btn.bg-blue {
    color: white;
}

.weui-btn:after {
    border: none;
}

.weui-btn + .weui-btn {
    margin-left: 10px;
    margin-top: 0px;
}

.weui-btn_default {
    background: none;
    border: 1px solid #999;
}

.page-bottom {
    text-align: right;
    padding-right: 10px;
}

.weui-count {
    border: 1px solid #ededed;
    border-radius: 2px;
    background-color: white;
}

.weui-count .weui-count__btn {
    min-width: 34px;
    padding: 0px 5px;
    height: 23px;
    line-height: 23px;
    border-radius: 0px;
    border: none;
    vertical-align: top;
    margin-top: 0px;
}

.weui-count .weui-count__btn.disabled {
    background-color: #fefefe;
    cursor: not-allowed;
}

.weui-count .weui-count__decrease:before {
    background-color: transparent;
    content: "\e643";
    color: #bbb;
    transform: translateX(-50%);
    margin-left: 0px;
    top: auto;
    font-size: 14px;
}

.weui-count .weui-count__number {
    height: 24px;
    line-height: 1;
    min-width: 50px;
    padding: 3px 5px;
    vertical-align: middle;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-size: 14px;
    color: #333;
}

.weui-count .weui-count__increase {
    background-color: transparent;
}

.weui-count .weui-count__increase:before,
.weui-count .weui-count__increase:after {
    background-color: transparent;

}

.weui-count .weui-count__increase:before {
    content: "\e644";
    color: #bbb;
    transform: translateX(-50%);
    margin-left: -2px;
    top: auto;
    font-size: 14px;
}


.weui-picker-container, .weui-picker-overlay {
    bottom: 0px;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
}

.weui-cell {
    background-color: white;
}

.weui-cell__bd .weui-input {
    color: #444;
}

.sub-title {
    margin-bottom: 10px;
    padding: 6px;
    line-height: 22px;
    border-left: 5px solid #287ddc;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;

}

.no-data {
    text-align: center;
    padding-top: 50px;
}

.no-data img {
    width: 60%;
}

.no-data p {
    font-size: 16px;
    color: #646464;
}

.weui-cell__bd {
    padding-left: 5px;
}

.weui-cell__bd.error {
    border: 1px solid red;
}

footer.page-bottom-btn {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
    border: none;
}

footer.page-bottom-btn .weui-btn {
    margin: 0px;
    border-radius: 0;
}

.image-views {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.image-views .swiper-slide img {
    width: 100%;
    vertical-align: middle;
}

.image-views .swiper-pagination {
    top: 1em;
    bottom: auto;
    color: #fff;
}

.top-nav {
    /*height: 47px;*/
    overflow: hidden;
    background: white;
    border-bottom: 1px solid #e4e4e4;
    font-size: 0px;
}

.top-nav .scrollx-content {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.top-nav li {
    text-align: center;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
    /*margin-bottom: 20px;*/
    width: 16.67%;
}

.top-nav li > a {
    font-size: 14px;
    display: inline-block;
    padding: 4px 5px;
    vertical-align: middle;
    min-width: 40px;
    color: black;
}

.top-nav li.active > a {
    border-bottom: 2px solid #368cdc;
    font-size: 14px;
    color: #368cdc !important;
    padding-top: 8px;
}

/*日历*/
.weui-picker-calendar .toolbar {
    /*display: none;*/
}

.picker-calendar-month-picker a.icon-only, .picker-calendar-year-picker a.icon-only {
    display: none;
}

.picker-calendar-year-picker {
    text-align: right;
}

.picker-calendar-year-picker span,
.picker-calendar-month-picker .current-month-value {
    float: none !important;
}

.picker-calendar-month-picker .current-month-value {
    width: 60px;
    font-size: 16px;
}

.picker-calendar-day.picker-calendar-day-selected span {
    background-color: #368cdc;
}

.picker-calendar-week-days {
    height: 24px;
}

.picker-calendar-week-days .picker-calendar-week-day {
    line-height: 24px;
    height: 24px;
}

/*表单展示 -start*/
.form-item {
    margin-bottom: 5px;
    white-space: nowrap;
}

.form-item-column {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.form-item label {
    color: #888888;
    vertical-align: top;
    font-size: 13px;
}

.form-item span {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 12px;
}

.form-item span br {
    display: none;
}

.form-item span font {
    vertical-align: top;
}

/*表单展示 -end*/
/*f2图表样式 -start*/
.f2-canvas {
    display: block;
    width: 100vw;
    height: 100vw;
}

@media all and (orientation: landscape) {
    f2-canvas {
        display: block;
        width: 100vw;
        height: 60vw;
    }
}

/*f2图表样式 -end*/

.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
    color: transparent;
}
.weui-cells_radio .weui-check[checked='checked'] + .weui-icon-checked:before{
    color:#1c98ef;
}


/*条件筛选 -start*/
.filter-middle {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: 50px;
}

.filter-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .07);
}

.filter-bottom .btn {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    text-align: center;
}

.filter-bottom .reset-btn {
    color: #333;
    background-color: #fff;
}

.filter-bottom .confirm-btn {
    background-color: rgba(249, 28, 114, 1);
    color: white;
}

.filter-item-hd {
    line-height: 25px;
    display: flex;
    padding: 10px;
}

.filter-item-hd .left {
    height: 25px;
    max-width: 250px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
}

.filter-item-hd .right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-left: 5px;
    text-align: right;
    font-size: 12px;
    color: #999;
}

.filter-item-md {
    position: relative;
    line-height: 25px;
    padding: 10px;
}

.filter-item-md:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #eee;
    height: 1px;
    left: 10px;
    right: 0;
    top: 0;
}

.filter-item-md input {
    padding: 10px;
    border: 0;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    background-color: #f7f7f7;
}

.filter-item-md.between {
    display: flex;
}

.filter-item-md.between input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.filter-item-md.between .separator-line {
    position: relative;
    width: 30px;
    height: 40px;
}

.filter-item-md.between .separator-line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 1px;
    background-color: #e5e5e5;
}

.filter-item-md.tagselect {
    background-color: #fff;
    font-size: 0px;
    padding-right: 0px;
}

.filter-item-md.tagselect .option {
    width: 33.33%;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
}

.filter-item-md.tagselect .option a {
    position: relative;
    display: block;
    padding: 0 5px;
    color: #666;
    background-color: #f7f7f7;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-item-md.tagselect .option.active a {
    color: rgba(249, 28, 114, 1);
    background-color: rgba(249, 28, 114, 0.1);
}

/*条件筛选 -end*/
.bottom-to-top {
    position: fixed;
    right: 10px;
    bottom: 80px;
    bottom: calc(80px + env(safe-area-inset-bottom));
    z-index: 2;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px 0 0 3px;
}

.bottom-to-top:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAFVBMVEUAAAD///////////////////////9Iz20EAAAABnRSTlMAEs64yCwYosRLAAAAf0lEQVQ4y+2LOw6AIBBEMUZrgyegsdY7eACPYCjm/kcQMhsTYLGxwcRp9vPmmdYzIs35RN6n26cKsXAVZYHXJeuxOF1xsKoUvghUVQwi1hSDyDUlkFLiB2wUSiSlxBvs5ApJLskFaaUKSS71skN6602GjRMc82GSkDA/+RhpLBdlCiXsyNDDDQAAAABJRU5ErkJggg==);
    background-size: 25px;
}
