﻿body {
    background: #f4f4f4;
}

* {
    font-size: 16px;
}

#hui-footer {
    height: 54px;
}

    #hui-footer a, #hui-footer a:hover, #hui-footer a:active {
        text-decoration: none;
    }

.hui-footer-text-active {
    color: #000000;
    /*    color: #ff7c1c;*/
}

#footer-logo {
    /*background: #26a2ff;*/
    background: #ff7c1c;
}

    #footer-logo img {
        width: 100%;
        vertical-align: unset;
    }

.hui-header {
    height: 48px;
    background: #ffffff;
}

    .hui-header h1 {
        margin: 0px;
        color: #777;
    }


.hui-back {
    height: 54px;
    line-height: 54px;
    width: 40px;
    text-align: center;
    flex-shrink: 0;
}

#hui-back:before {
    content: "\e6a5";
    font-size: 18px;
    color: #999999;
}

.hui-list-icons {
    margin: 12px 0px;
    overflow: unset;
}

.hui-button-exp {
    background-color: #ff6a00 !important;
    color: #fff;
}
    .hui-button-exp:active {
        background: #ff6a00 !important;
        color: #fff;
    }
    .hui-button-exp:hover {
        background: #ff6a00 !important;
        text-decoration:none;
        color: #fff;
    }
.search-logo {
    width: 44px;
    height: 44px;
    /*font-family: "hui-font";*/
    line-height: 44px;
    text-align: center;
    flex-shrink: 0;
}

#hui-header-sreach {
    margin: 10px;
    border: 1px solid #ccc;
}

.hui-header-sreach {
    display: flex;
    margin: 10px;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 5px;
    height: 32px;
    /*margin: 6px;
    background: #FFFFFF;*/
}

    .hui-header-sreach input {
        width: 100%;
        padding: 0px;
        height: 32px !important;
        line-height: 32px !important;
        margin: 0px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 0;
        font-size: 14px;
        text-indent: 10px;
    }

.hui-swipe {
    width: auto;
    margin: 10px;
    border-radius: 6px;
}

.hui-swipe-item {
    height: 160px
}

    .hui-swipe-item img {
        height: 160px;
    }

.hui-speed-dial {
    margin-bottom: 10px;
}

.hui-speed-dial-icons {
    height: 60px;
}

    .hui-speed-dial-icons img {
        height: 60px;
    }

.hui-tab-title {
    padding: 0 0 10px 0;
}

    .hui-tab-title div {
        font-size: 18px;
    }

.hui-tab {
    width: auto;
    background: #FFFFFF;
    border-radius: 6px;
    margin: 0 10px;
    padding: 0 15px;
}

.hui-tab-active {
    border-bottom: none;
    /*color: #3388FF;*/
}

.hui-speed-dial li {
    width: 16.6%;
    margin-top: 10px;
}

.fixfooter {
    height: 54px;
}

#pcmenu {
    display: none;
}

.dims {
    margin-top: 4px;
    height: 60px;
    overflow: hidden;
    line-height: 28px;
    font-weight: bold;
    color: #d9534f;
}

.isbn {
    color: #000000;
    font-weight: normal;
}

.desc {
    margin-top: 10px;
    line-height: 20px;
    /*padding-left: 20px;*/
}

.media {
    padding: 10px;
}

.media-list-item-bg {
    background: #fbfbfb;
    padding: 10px;
}

.search-wraper {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 480px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .search-wraper .input-group-addon {
        background: #F5F5F5;
        color: #adabab;
        border-right: none;
        border-color: #F5F5F5;
    }

    .search-wraper a {
        outline: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

.search-box {
    /*border-radius: 0px;*/
    transition: none;
    box-shadow: none;
    border-left: none;
    color: #adabab;
    text-decoration: none;
    background: #F5F5F5;
    border-color: #F5F5F5;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .search-box:active {
        border: 1px solid #F5F5F5;
        color: #adabab;
        text-decoration: none;
        background: #F5F5F5;
        outline: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .search-box:visited {
        border: 1px solid #F5F5F5;
        color: #adabab;
        text-decoration: none;
        background: #F5F5F5;
        outline: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }

    .search-box:hover {
        color: #ddd;
        text-decoration: none;
    }

.hui-header-sreach-txt {
    line-height: 50px;
    width: 40px;
}

.book-top-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: none;
}

    .book-top-nav .back-nav {
        left: .5em;
        top: .5em;
        z-index: 10;
        float: left;
        position: absolute;
    }

        .book-top-nav .back-nav a {
            display: block;
            width: 30px;
            height: 30px;
            line-height: 32px;
            background: #f3f3f3;
            color: #000000;
            border-radius: 50px;
            font-size: 16px;
            text-align: center;
        }

    .book-top-nav .hui-tab {
        width: auto;
        background: #f3f3f3;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }

        .book-top-nav .hui-tab .hui-tab-title {
            padding: 0 0 0 50px;
        }

            .book-top-nav .hui-tab .hui-tab-title a {
                width: 30%;
                height: 46px;
                line-height: 46px;
                font-size: 16px;
                text-decoration: none;
                float: left;
                /*font-weight: 700;*/
                text-align: center;
                /*border-bottom: 2px solid #F7F8F9;*/
            }

.book-top-nav-active {
    /*border-bottom: 2px solid #337ab7;*/
    color: #26a2ff;
}

.book-panel {
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

    .book-panel .book-header {
        color: black;
        font-weight: bold;
        margin: 10px 0;
        padding-left: 15px;
        padding-right: 15px;
        /*padding-bottom: 6px;*/
        /*padding-top: 6px;
        border-bottom: 1px solid #eee;*/
    }

        .book-panel .book-header h4 {
            /*font-weight: bold;*/
        }

.hui-speed-dial-text {
    font-size: 16px;
}

#bookClassFilter {
    /*height: 120px;
    overflow: hidden;*/
}

.book-panel .book-body {
    padding-left: 15px;
    padding-right: 15px;
}

    .book-panel .book-body .description {
        font-size: 14px;
        color: #2b2b2b;
        text-indent: 2em;
    }

.book-panel .book-footer {
    color: black;
    /*font-weight: bold;*/
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
}

    .book-panel .book-footer .subtitle {
        font-size: 16px;
        line-height: 1.6em;
        color: #333333;
        word-break: break-word;
    }

    .book-panel .book-footer p {
        margin: 0;
        text-indent: 2em;
        /*padding-left: 20px;*/
        font-size: 13px;
        line-height: 1.6em;
        color: #555;
        word-break: break-word;
        padding-bottom: 10px;
    }

.book-title {
    color: black;
    font-weight: bold;
}

.book-more, .book-more:active, .book-more:hover {
    font-weight: normal;
    color: #777;
    font-size: 14px;
    text-decoration: none;
}

.book-panel-radius {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px;
}

.search-icon {
    width: 36px;
    height: 34px;
    line-height: 34px;
}

    .search-icon span {
        color: #adabab;
    }

.filter-mask {
    width: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.37);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

.filter-panel {
    opacity: 0;
    width: 70%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 20;
    right: -1000px;
}

.filter-panel-header {
    background: #f6f4f5;
    color: #b1b1b1;
    height: 5%;
    margin: 0;
    width: 100%;
    padding: 0 15px;
    line-height: 1;
}

    .filter-panel-header .title {
        position: fixed;
        /* line-height: 5%; */
        /* margin-top: 3%; */
        width: 100%;
        height: 5%;
    }

        .filter-panel-header .title span {
            position: absolute;
            display: block;
            top: 50%;
            transform: translate(0%,-90%);
        }

.filter-panel-body {
    width: 100%;
    height: 85%;
    /*position: fixed;
    background: #d9534f;*/
    padding: 15px;
    top: 0;
    overflow: auto;
}

.filter-panel-item {
    border-bottom: 1px solid #f3f0f0;
}

.filter-panel-item-header {
    color: #b1b1b1;
    padding: 10px 0px;
    display: block;
    width: 100%;
    text-decoration: none;
}

    .filter-panel-item-header:hover {
        color: #b1acac;
        text-decoration: none;
    }

.filter-panel-item .form-group .input-group .text-radius {
    border-radius: 50px;
    text-align: center;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    box-shadow: none;
}

.input-group-addon-none {
    border: none;
    background: #fff;
}

.filter-panel-footer {
    width: 100%;
    /*position: fixed;*/
    background: #fff;
    padding: 15px;
    bottom: 0;
    text-align: right;
}

.label-tags {
    /*height: 26px;*/
    float: left;
    margin: 5px;
    /*line-height: 26px;*/
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
    /*font-size: 14px;*/
    /*border: 1px solid #3388FF;*/
    cursor: pointer;
}

.label-blue {
    background: #F5F5F5;
    color: #333333;
    font-weight: normal;
    font-size: 12px;
}

.label-tags-sub {
    color: #888181;
    /*font-size: 12px;*/
}

.label-blue-active {
    color: #ffffff;
    background: #3174ae;
    font-weight: normal;
}

.nav-menu-left-back {
    font-size: 18px;
    color: #9c9b9b;
}

.nav-menu-right-filter {
    font-size: 18px;
    color: #9c9b9b;
    float: right;
}

.book-cover {
    padding: 20px;
    min-height: 300px;
}

    .book-cover img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto;
        box-shadow: 10px 10px 5px #555;
    }

.introtop-wraper {
    width: 100%;
    height: 100%;
    position: relative;
    /*background: #f5f5f5;*/
    background: url(../images/bg_blue.jpg) repeat;
    /*padding: 20px 10px;*/
    /*border-bottom: 1px solid #f5f5f5;*/
}

    .introtop-wraper img {
        /*float: right;*/
        /*box-shadow: 10px 10px 5px #555;*/
        /* vertical-align: middle; */
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto;
    }

.introtoptext {
    padding-top: 10px;
    /*text-align: center;*/
    color: #fff;
}

    .introtoptext h3 {
        font-weight: bold;
        color: #000000;
    }

.back-radius {
    /*position: absolute;*/
    left: 0.5em;
    top: 0.5em;
    z-index: 10;
    float: left;
    position: absolute;
}

    .back-radius a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 32px;
        background: rgba(5, 5, 5, 0.30);
        color: #ffffff;
        border-radius: 50px;
        font-size: 16px;
        text-align: center;
    }

        .back-radius a span {
            color: #fff;
            font-weight: normal;
        }

.tab-content {
    border: 1px solid #ddd;
    border-top: none;
    min-height: 600px;
    padding: 10px;
}

    .tab-content .description {
        padding-left: 20px;
        color: #000000;
        line-height: 2.5em;
    }

.bottom-tips {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    /*background-color: white;*/
}

.bottom-tips-line {
    width: 15%;
    margin: 0 3%;
    height: 1px;
    background: #a7a7a7;
    margin-top: 21px;
}

.bottom-tips-text {
    width: 35%;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}

.container-fluid {
    padding: 0;
}

.navbar-inverse {
    background-image: none;
    /* background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%); */
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222)); */
    /* background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    background-repeat: repeat-x;
    border-radius: 0;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #2266a0;
    }

.navbar-inverse {
    background-color: #337ab7;
    border-color: #337ab7;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .open > a {
        background-image: none;
        /* background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%); 
        background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);*/
        /* background-image: -webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f)); */
        /* background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); */
        background-repeat: repeat-x;
        box-shadow: none;
        /* -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25); */
        /* box-shadow: inset 0 3px 9px rgba(0,0,0,.25); */
    }

        .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
            color: #fff;
            background-color: #337ab7;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #3070a7;
    }

    .navbar-inverse .navbar-toggle {
        border: none;
        /*border-color: #fffefe;*/
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #6088c1;
        }

#myTabs > li {
    margin-bottom: -2px;
}

#NavTab > li > a {
    padding: 10px 12px;
}

.panel-default > .panel-heading, .panel-primary > .panel-heading {
    background-image: none;
}

.scroll {
    width: 60px;
    height: 60px;
    /*background: #64BFAE;*/
    /*background: #337ab7 ;*/
    background-color: rgba(51, 122, 183, 0.8);
    color: #fff;
    line-height: 60px;
    text-align: center;
    position: fixed;
    right: 30px;
    bottom: 60px;
    cursor: pointer;
    font-size: 14px;
    opacity: 1;
    border-radius: 50%;
}

    .scroll .icon {
        display: inline-block;
        width: 25px;
        height: 14px;
        background-position: 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url('../images/right-top.png');
    }

.characteristicDescription {
    color: #696969;
    min-height: 100px;
}

.price {
    color: #ff0000;
    font-weight: bold;
}

.media {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .media .media-left {
        vertical-align: top;
        height: 260px;
        overflow: hidden;
        background: #f5f5f7;
        padding-right: 0px;
    }

.media-body {
    padding-left: 10px;
}

.media .media-left a {
    display: block;
}

.btn-list-bottom {
    bottom: 0px;
    /*position: absolute;*/
    right: 30px;
    margin-bottom: 5px;
}

.jumbotron {
    padding: 0;
}

.thumbnail {
    display: block;
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    /* border: 1px solid #ddd;*/
    border: none;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .thumbnail .caption {
        display: none;
        padding: 9px;
        color: #333;
        position: absolute;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.45);
        color: #fff;
        left: 0;
        width: 100%;
    }

        .thumbnail .caption p {
            margin: 0;
            text-align: center;
            color: #fff;
        }

.img-thumbnail, .thumbnail {
    /*-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.075);
    box-shadow: 0 2px 5px rgba(0,0,0,.075);
    box-shadow: 4px 6px 10px rgba(0,0,0,.35);*/
}

    .thumbnail > img {
        border: 1px solid #ddd;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.075);
        box-shadow: 4px 6px 10px rgba(0,0,0,.35);
    }

@media screen and (max-width: 359px) { /**/
    .thumbnail > img {
        /*width: 147.5px;*/
        height: 210.36px;
    }
}

@media screen and (min-width: 360px) { /*galay s5 竖屏*/
    .thumbnail > img {
        /*width: 147.5px;*/
        height: 210.36px;
    }

    .col-sm-10, .col-xs-10, .col-sm-1, .col-xs-1 {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 375px) { /*iPhone 6/7/8/X 竖屏*/
    .thumbnail > img {
        /*width: 147.5px;*/
        height: 210.36px;
    }
}

@media screen and (min-width: 414px) { /*iPhone 6/7/8 Plus 竖屏*/
    .thumbnail > img {
        /*width: 167px;*/
        height: 238.17px;
    }
}

@media screen and (width: 534px) { /*华为pad M6 VRD-AL09竖屏*/
    .col-xs-6 {
        width: 33.33333333%;
        /*width: 25%;*/
    }

    .thumbnail > img {
        height: 206.8px;
        /*height: 182.34px;*/
    }

    .filter-panel {
        width: 56%;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

@media screen and (width: 640px) { /*华为pad M6 SCM-W09竖屏*/
    .col-xs-6 {
        width: 33.33333333%;
        /*width: 25%;*/
    }

    .thumbnail > img {
        height: 258.33px;
        /*height: 182.34px;*/
    }

    .filter-panel {
        width: 56%;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

@media screen and (min-width: 641px) {
    .thumbnail > img {
        /*width: 167px;*/
        height: 238.17px;
    }

    .filter-panel {
        width: 56%;
    }
}

@media screen and (min-width: 667px) { /*iPhone 6/7/8 横屏*/
    .thumbnail > img {
        /*width: 293.5px;*/
        height: 418.57px;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

@media screen and (min-width: 736px) { /*iPhone 6/7/8 Plus 横屏*/
    .thumbnail > img {
        /*width: 328px;*/
        height: 467.78px;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

/*@media screen and (max-width: 767px) {
}*/

@media screen and (min-width: 768px) { /*iPad 竖屏*/
    .thumbnail > img {
        /*width: 216px;*/
        height: 308.05px;
    }

    .filter-panel {
        width: 56%;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

@media screen and (min-width: 812px) { /*iPhone X 横屏*/
    .thumbnail > img {
        /*width: 230.66px;*/
        height: 328.96px;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

@media screen and (width: 854px) { /*华为pad M6 VRD-AL09横屏*/
    .col-xs-6 {
        width: 25%;
    }

    .thumbnail > img {
        height: 253.61px;
        /*height: 182.34px;*/
    }

    .filter-panel {
        width: 56%;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

/*@media screen and (min-width: 992px) {
}*/


@media screen and (min-width: 1024px) { /*iPad 横屏；iPad Pro 竖屏*/
    .thumbnail > img {
        /*width: 216px;*/
        height: 308.05px;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

/*@media screen and (min-width: 1200px) {
}*/

@media screen and (min-width: 1366px) { /*iPad Pro 横屏*/
    .thumbnail > img {
        /*width: 187.66px;*/
        height: 267.63px;
    }

    .bottom-tips-text {
        width: 15%;
    }
}

@media screen and (min-width: 1920px) { /*PC 横屏*/
    .thumbnail > img {
        /*width: 277.16px;*/
        height: 395.27px;
    }

    .bottom-tips-text {
        width: 10%;
    }
}

.thumb-flag {
    position: absolute;
    top: 0px;
    left: 16px;
    z-index: 1;
    width: 25%;
}

.bookimg {
    float: right;
    margin-right: 10%;
    box-shadow: 10px 10px 5px #555;
    vertical-align: middle;
}


.order-panel {
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

    .order-panel .order-header {
        color: black;
        font-weight: bold;
        margin: 10px 0;
        padding-left: 15px;
        padding-right: 15px;
        /*padding-bottom: 6px;*/
        /*padding-top: 6px;*/
        border-bottom: 1px solid #eee;
    }

        .order-panel .order-header h4 {
            /*font-weight: bold;*/
            font-size: 14px;
        }

    .order-panel .order-body {
        padding: 15px;
    }

        .order-panel .order-body .description {
            font-size: 14px;
            color: #2b2b2b;
            text-indent: 2em;
        }

    .order-panel .order-footer {
        color: black;
        padding: 15px;
        /*font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;*/
        background: #fff;
        border-top: 1px solid #eee;
    }

        .order-panel .order-footer .subtitle {
            font-size: 16px;
            line-height: 1.6em;
            color: #333333;
            word-break: break-word;
        }

        .order-panel .order-footer p {
            margin: 0;
            /*text-indent: 2em;
            padding-left: 20px;*/
            font-size: 13px;
            line-height: 1.6em;
            color: #555;
            word-break: break-word;
            padding-bottom: 10px;
            padding: 5px 0;
        }

.order-title {
    color: black;
    font-weight: bold;
}

.order-more, .order-more:active, .order-more:hover {
    font-weight: normal;
    color: #777;
    font-size: 14px;
    text-decoration: none;
}

.order-panel-radius {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px;
}

.btn-solid-empty {
    background: #fff;
    color: #000;
    border: solid 1px #adabab;
    margin-left: 10px;
    text-decoration: none;
}

.hui-fl {
    margin-left: 10px;
}

.item-left {
    height: 30px;
    text-align: left;
    color: #000;
    line-height: 30px;
    font-size: 16px;
    background: #FFF;
    padding-right: 20px;
}

.item-right {
    width: 125px;
    height: 30px;
    text-align: right;
    color: #f00;
    line-height: 30px;
    font-size: 16px;
}

.ordertbl {
    width: 100%;
}

    .ordertbl tr {
        padding: 5px 0;
    }

.list-group-item {
    /*border-top: 0;*/
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #fbfbfb;
}

    .list-group-item:first-child {
        border-radius: 0;
    }

    .list-group-item:last-child {
        border-radius: 0;
    }
/*.list-group-item-text {
    font-size:14px;
}*/
.hui-back2
{
    width:44px;
    height:44px;
    font-family: "hui-font";
    line-height: 44px;
    text-align: center;
    flex-shrink: 0;
}
.hui-back2:before {
    content: "\e6a5";
    font-size: 18px;
    color: #999999;
}
#hui-dialog-btn-line > div {
    width: 50%;
    color: #FFFFFF;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    background: #ff6a00;
}
a:hover {
    text-decoration: none;

}
#hui-dialog {
    z-index: 1060;
}
#hui-mask {
    z-index: 1059;
}
.top-search-input {
    width: 23%;
    height: 38px;
    line-height: 44px;
    background: #FAFAFA;
    border: none;
    padding: 5px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}
/*#hui-loading-in > div {
    background-color: #ff6a00;
}

#hui-loading-text {
    color: #ff6a00;
}*/