@charset "utf-8";
body {
    font-family: "微软雅黑";
    background-color: #e9e9e9;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333333;
}

a:hover {
    color: #ff5b00;
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

h2, h3, h4, h1 {
    margin: 0;
    font-weight: normal;
}

.scale {
    display: block;
    overflow: hidden;
}

.scale img {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transform: all .7s;
}

.scale:hover img {
    -webkit-transition: scale(1.1);
    -moz-transition: scale(1.1);
    -ms-transition: scale(1.1);
    -o-transition: scale(1.1);
    transform: scale(1.1);
}

.section {
    background: #FFFFFF;
    margin-bottom: 5px;
    padding: 30px 0;
    overflow: hidden;
}

.main {
    margin: 0 auto;
    overflow: hidden;
}

.ads-box {
    margin-bottom: 5px;
}

.box-header {
    overflow: hidden;
    margin-bottom: 20px;
}

.box-title {
    position: relative;
    float: left;
    line-height: 22px;
    font-size: 22px;
    padding-bottom: 15px;
    color: #232f3e;
}

.box-title:after {
    width: 90px;
    height: 5px;
    background-color: #e49707;
    content: '　';
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-more {
    display: block;
    float: right;
    font-size: 18px;
    color: #262626;
    line-height: 30px;
    text-transform: uppercase;
}

.box-more .iconfont {
    font-size: 20px;
    padding-right: 5px;
}

.list-box {
    display: block;
    margin: 0 auto;
    max-width: 300px;
}

.list-photo {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    max-width: 330px;
    margin-bottom: 10px;
}

.list-title {
    margin-bottom: 5px;
    color: #262626;
    font-size: 12px;
}

/*.list-photo img {*/
/*    width: 330px;*/
/*    height: 290px;*/
/*}*/

.list-footer {
    font-size: 14px;
}

.list-footer span {
    color: #bf0000;
}

.list-footer del {
    color: #999;
}

.row-list > div {
    padding: 15px;
}

.list-rec {
    display: block;
}

.rec-photo {
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #e49707;
    border-radius: 5px;
}

.footer {
    background-color: #232f3e;
}

.top {
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #37475A;
    padding: 5px;
}

.top a {
    width: 100%;
    text-align: center;
    display: block;
    color: #ffffff;
    background-color: #37475A;
    font-size: 15px;
}

.copyright {
    color: #FFFFFF;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    font-size: 12px;
    padding: 12px 0;
    background-color: #0d141e;
    width: 100% !important;
}

.foot-nav {
    margin-bottom: 6px;
}

.foot-nav li {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

.foot-nav li:after {
    width: 2px;
    height: 12px;
    content: '　';
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -6px;
    background-color: #FFFFFF;
}

.foot-nav li a {
    /*font-weight: bold;*/
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 12px;
}

.row-search {
    position: relative;
    height: 40px;
    background-color: #FFFFFF;
}


.row-search .input {
    width: 100%;
    outline: none;
    border: 0;
    height: 40px;
    outline: none;
    padding: 0 10px;
}

.row-search .btn-search {
    width: 120px;
    height: 40px;
    background-color: #9a9a9a;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.fil-item {
    position: relative;
    display: block;
    height: 40px;
    border: 1px solid #FFFFFF;
    padding: 0 10px;
    color: #a0a0a0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 36px;
}

.fil-item .icon-shaixuan {
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -7px;
}

.fil-item .highlight {
    color: #FFFFFF;
    font-style: normal;
}

.fil-item * {
    display: inline-block;
    vertical-align: middle;
}

.foot-row {
    overflow: hidden;
    margin: 0 -10px;
    margin-bottom: 30px;
}

.foot-row li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

.list-carousel {
    white-space: nowrap;
    font-size: 0;
}

.list-carousel li {
    margin-right: 20px;
    display: inline-block;
}

.list-carousel .list-box {
    width: 240px;
}

.list-carousel .list-photo img {
    width: 240px;
    height: 240px;
    object-fit: cover;
}

.list-title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.box-scroll {
    width: 100%;
    overflow: hidden;
}

.hot-photo {
    text-align: center;
}

.hot-title {
    font-size: 18px;
}

.hot-title span {
    color: #bf0000;
    font-size: 20px;
}

.hot-desc {
    font-size: 18px;
}

.hot-group {
    border: 3px solid #232f3e;
    border-radius: 5px;
}

.hot-cell {
    margin-bottom: 30px;
    overflow: hidden;
}

.sm-list {
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}

.sm-list li {
    display: inline-block;
    width: 260px;
}

.link-cell .link-hd {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.old-price {
    display: initial;
    text-decoration: line-through;
    color: #999;
}

.product-free {
    text-align: initial !important;
}

.old-price > span {
    color: #999;
}

.list-g .col-xs-4 {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.list-g > .list-group-item {
    padding: initial;
    margin: 10px 0;
    border: initial;
}

.list-g > .list-group-item > .list-box {
    margin: initial;
    max-width: 100%;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 10px;
}

@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url('../../../../fonts/yue/fonts/SourceHanSansCN-Heavy.otf'); /* IE9 */
}

@font-face {
    font-family: "EQUINOX";
    src: url('../../../../fonts/yue/fonts/EQUINOX.TTF'); /* IE9 */
}

@font-face {
    font-family: "msyi";
    src: url('../../../../fonts/yue/fonts/msyi.ttf'); /* IE9 */
}

@font-face {
    font-family: "CAI978";
    src: url('../../../../fonts/yue/fonts/318-CAI978.ttf'); /* IE9 */
}

.logo {
    font-size: 50px;
    font-family: msyi;
    line-height: 55px;
    color: #000000;
}

.logo a:hover {
    color: #000000;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-nav {
    overflow: hidden;
}

.navbar-nav li {
    position: relative;
    float: left;
}

.n-li {
    position: initial !important;
    width: 100%;
}

.dropdown-menu {
    background-color: #232f3e;
}

.navbar-nav li a {
    font-size: 16px;
    /*text-transform: uppercase;*/
    color: #fff;
    padding: 10px 15px;
    display: block;
    line-height: 25px;
    /*font-weight: bold;*/
}

.navbar-nav > li:after {
    display: block;
    content: '　';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 22px;
    margin-top: -11px;
    background-color: #FFFFFF;
}

.navbar-nav li:last-child:after {
    display: none;
}

.header {
    background-color: #FFFFFF;
}

.logo {
    float: left
}

.row-search {
    position: relative;
    width: 650px;
    padding: 0 4px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    float: left;
    margin-left: 50px;
}

.row-search-2 {
    float: initial;
    margin: 10px auto;
    width: 98%;
}

.row-footer-search {
    position: relative;
    width: 100%;
    height: 40px;
    float: left;
}

.row-footer-search .input {
    width: 100%;
    outline: none;
    border: 0;
    height: 40px;
    outline: none;
    padding: 0 30px;
    border-radius: 5px;
}

.row-footer-search .btn-search {
    width: 120px;
    height: 40px;
    background-color: #9a9a9a;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.row-search .search-input {
    width: 100%;
    height: 42px;
    line-height: 42px;
    outline: none;
    border: 0;
}

.row-search .icon-xiangji {
    position: absolute;
    left: 10px;
    top: 50%;
    line-height: 1;
    font-size: 20px;
    margin-top: -10px;
}

.row-search .search-button {
    height: 46px;
    width: 46px;
    background-color: #ef9c00;
    color: #FFFFFF;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    border: 0;
    outline: none;
    position: absolute;
    right: -2px;
    top: -2px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menu-list {
    float: right;
}

.menu-list li {
    float: left;
}

.menu-list li a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    padding: 10px 5px;
    line-height: 26px;
    text-transform: uppercase;
}

.menu-list li a .iconfont {
    font-size: 18px;
}

.header {
    background-color: #232f3e;
}

.header-container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-toggle {
    margin-top: 5px;
    margin-bottom: 0;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.li-l a {
    display: table-cell !important;
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    transition: all 0.5s ease;
    z-index: 1000;
    top: 60px;
    padding-bottom: 60px;
}

.navbar-l {
    height: 100%;
    width: 20%;
    float: left;
}

.sidebar-h {
    left: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
}

.sidebar-s {
    left: 0;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.5) !important;
}

.o-h {
    overflow: hidden;
}

@media only screen and (max-width: 776px) {
    body {
        padding-top: 60px;
    }

    .header {
        width: 100%;
        position: fixed;
        z-index: 999;
        height: 60px;
        left: 0;
        top: 0;
    }

    .navbar-nav li {
        float: none;
        text-align: center;
    }

    .box-title {
        font-size: 16px;
    }

    .box-more .iconfont {
        font-size: 16px;
    }

    .box-more {
        font-size: 14px;
    }

    .list-carousel .list-box {
        width: 140px;
    }

    .list-carousel .list-photo img {
        width: 140px;
        height: 140px;
    }

    .header-container {
        padding-top: initial;
        padding-bottom: initial;
        height: 60px;
    }

    .navbar-toggle {
        margin-top: 13px;
    }


    .navbar {
        width: 80%;
        float: right;
        height: 100%;
        overflow: auto !important;
    }

    .navbar {
        background-color: #0d141e;
    }

}

@media only screen and (min-width: 1200px) {
    .header-container {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main, .container {
        width: 1200px;
    }

    .list-photo img {
        width: 330px;
        height: 290px;
    }

    .row-list {
        margin-left: -50px;
        margin-right: -50px;
    }

    .row-list > div {
        padding: 15px 50px;
    }

    .foot-main {
        padding-left: 90px;
        padding-right: 90px;
    }
    .logo {
        line-height: 40px;
    }
}

a:link {
    text-decoration: none;
}

@media only screen and (max-width: 766px) {
    .section {
        padding: 30px 10px;
    }

    /*.list-photo img {*/
    /*    width: 300px;*/
    /*    height: 180px;*/
    /*}*/
    .navbar-nav li:after {
        display: none;
        content: '　';
        position: absolute;
        right: 0;
        top: 50%;
        width: 2px;
        height: 22px;
        margin-top: -11px;
        background-color: #FFFFFF;
    }

    .navbar-nav {
        margin: 7.5px 0;
    }
}

.container-c {
    margin: 15px auto;
}


.row {
    margin-right: initial !important;
    margin-left: initial !important;
}