﻿* {
    outline: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 微软雅黑;
}
/*抬头内容*/
div.container_wrapper {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    padding-top: 46px;
    padding-bottom: 100px;
}

.weui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: calc( 100% - 53px);
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.menu_mavbar_list {
    text-align: center;
    line-height: 53px;
    background: linear-gradient(90deg, #aeaeae, transparent);
    border-bottom: none;
}

.weui-flex__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 0 20px;
}

.menu_mavbar_list a {
    width: 100%;
    margin: 0 auto;
    color: #333;
    padding-bottom: 6px;
    font-size: 16.5px;
    display: unset;
    text-decoration: none;
}

.weui-flex__item.flex_active a {
    border-bottom: 2px solid #c1272d;
    color: #c1272d;
    font-weight: bolder;
}


.menu_mavbar_list .flex_active a {
    font-weight: unset;
}

.enterprise_title {
    margin-bottom: 0;
}

.search_header {
    padding: 15px 0;
}


.menu_mavbar_list .flex_active a {
    font-weight: unset;
}

.more_btn_price {
    position: absolute;
    right: 0;
    top: 96px;
    width: 53px;
    height: 53px;
    background: #fdfdfd;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
}

    .more_btn_price img {
        width: 25px;
    }



.list_mask.mdui-overlay-show {
    visibility: visible;
    opacity: 1;
}

.list_mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.4);
    opacity: 1;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-duration: .2s;
    transition-property: opacity,visibility;
    will-change: opacity;
}

.weui-flex__item {
    min-width: 60px;
    box-sizing: border-box;
}

.weui-flex.menu_mavbar_list::-webkit-scrollbar {
    height: 0;
}


.drawer-box .mdui-ripple {
    color: #000;
    margin: 10px;
    white-space: nowrap;
    text-decoration: none;
}

.drawer-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    justify-content: flex-start;
}

.mdui-snackbar-top .mdui-snackbar-text {
    width: 100%;
    padding: 19px 0;
}

.mdui-snackbar-text .mdui-ripple {
    width: unset;
    line-height: unset;
}


.mdui-snackbar.mdui-snackbar-top {
    padding: 0 24px 0 24px;
    width: 101%;
}

.mdui-snackbar {
    border-bottom: 1px solid #ddd;
    background: #fff;
}


.suspension {
    display: flex;
    height: 50px;
    padding: 10px 15px 0px 15px;
    background: linear-gradient(135deg, #d1d1d1, #f2f2f2);
    box-sizing: border-box;
}

    .suspension select {
        padding: 0;
        margin: 0;
        width: 70px;
        background-color: #fff;
        height: 35px;
        line-height: 35px;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        background-image: url(/web/img/bg_get_more_arrow_9_8.png);
        background-position: 50px center;
        background-repeat: no-repeat;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        text-align: center;
        padding-right: 13px;
        padding-left: 11px;
        border: 0;
        -webkit-appearance: none;
        -webkit-tap-highlight-color: transparent;
    }

    .suspension form {
        width: 80%;
        background: #fff;
        height: 35px;
    }

    .suspension .btnSearch {
        background: linear-gradient(90deg,#bf1100,#eb3a1f);
        border-radius: 20px;
        width: 70px;
        height: 35px;
        position: absolute;
        right: 10px;
        color: #fff;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
    }

#searchInput {
    background: #fff;
    border-left: 1px solid #d2d2d2;
    border-radius: 0px;
    text-align: left;
    border: none;
    line-height: 35px;
    font-size: 16px;
    padding: 0px 15px;
}

.mdui-bottom-nav {
    background: #fff;
    border-top: 1px solid #d2d2d2;
    z-index: 2;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.mdui-bottom-nav {
    display: flex;
    height: 56px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
}

    .mdui-bottom-nav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 32px;
        max-width: none;
        padding: 8px 12px 10px 12px;
        overflow: hidden;
        color: inherit;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        text-overflow: ellipsis;
        cursor: pointer;
        opacity: .7;
        -webkit-transition: all .2s cubic-bezier(.4,0,.2,1);
        transition: all .2s cubic-bezier(.4,0,.2,1);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        will-change: padding;
        opacity: 1;
        font-size: 14px;
    }

        .mdui-bottom-nav a .mdui-icon + label {
            margin-top: 0px;
            color: #2e2e2e;
            display: block;
            width: 100%;
            cursor: pointer;
            -webkit-transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
            transition: -webkit-transform .2s cubic-bezier(.4,0,.2,1);
            transition: transform .2s cubic-bezier(.4,0,.2,1);
            transition: transform .2s cubic-bezier(.4,0,.2,1),-webkit-transform .2s cubic-bezier(.4,0,.2,1);
            will-change: font-size;
        }

.material-icons img {
    width: 17px;
}

.table_datail #echart_data,
.table_datail #echart_data2 {
    margin-top: 20px;
}

a.mdui-ripple.drawer-box-active {
    color: #c1272d;
    border-bottom: 2px solid #c1272d;
    padding-bottom: 4px;
}
