/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/  
    * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #div1 {
        width: 300px;
        height: 20px;
        overflow: hidden;
        position: relative;
    }

    #div1 ul {
        position: absolute;
        top: 0;
    }

    .layui-tab {
        margin: 10px 0;
        text-align: left !important
    }

    .layui-tab[overflow]>.layui-tab-title {
        overflow: hidden
    }



    .layui-tab-title {
        position: relative;
        left: 0;
        height: 40px;
        white-space: nowrap;
        font-size: 0;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        transition: all .2s;
        -webkit-transition: all .2s
    }

    .layui-tab-title li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        font-size: 14px;
        transition: all .2s;
        -webkit-transition: all .2s;
        position: relative;
        line-height: 40px;
        min-width: 65px;
        padding: 0 15px;
        text-align: center;
        cursor: pointer
    }

    hr {
        height: 1px;
        margin: 10px 0;
        clear: both;
        background-color: #e6e6e6;
    }

    a {
        color: #333;
        text-decoration: none;
    }

    .layui-master-recommend p:not(:first-child),
    .layui-article-cate p:not(:first-child),
    .layui-similar p:not(:first-child) {
        margin-bottom: 5px;
    }

    .layui-tab-title li a {
        display: block
    }

    .layui-tab-title .layui-this {
        color: #000
    }

    .select-none {
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        -webkit-user-select: none !important;
    }

    .layui-tab-content {
        padding: 10px
    }

    .layui-tab-title .layui-this:after {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 41px;
        border-width: 1px;
        border-style: solid;
        border-bottom-color: #fff;
        border-radius: 2px 2px 0 0;
        box-sizing: border-box;
        pointer-events: none
    }

    .layui-tab-card {
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
        background: #ffffff;
        border-color: #e6e6e6;
    }

    .layui-tab-card>.layui-tab-title {
        background-color: #f2f2f2
    }

    .layui-tab-card>.layui-tab-title li {
        margin-right: -1px;
        margin-left: -1px
    }

    .layui-tab-card>.layui-tab-title .layui-this {
        background-color: #fff
    }

    .layui-tab-card>.layui-tab-title .layui-this:after {
        border-top: none;
        border-width: 1px;
        border-bottom-color: #fff
    }

    .layui-tab-card>.layui-tab-title .layui-tab-bar {
        height: 40px;
        line-height: 40px;
        border-radius: 0;
        border-top: none;
        border-right: none
    }

    .layui-tab-card>.layui-tab-more .layui-this {
        background: 0 0;
        color: #5FB878
    }

    .layui-tab-card>.layui-tab-more .layui-this:after {
        border: none
    }

    .singe-line {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }