@charset "UTF-8";

@import "./common.css";
/*@import "../plugins/icomoon/style.css";*/
/*@import "";*/

/**
 * 鸿宇通用CSS样式表
 * Created by PhpStorm.
 * User: Shadow
 * Date: 2018-08-18 1288
 * Time: 18:18
 * Http: www.hongyuvip.com
 */

/*-------------------- 全局Class --------------------*/

/**
 * Define global variables
 * Defined: --name:value;
 * Usage: var(--name);
 */
:root {
    /*网站主色调*/
    --main-color: #F10215;

    /*网站副色调*/
    --main-vice-text-color: #E4393C;
    --main-vice-bg-color: #E01222;
    /*--main-vice-color: #C81623;*/

    /*字体颜色*/
    --font-color: #6C6C6C;

    /*背景色*/
    --bg-color-ash: #F5F5F5;
    --bg-color-red: #C40000;

    /*Border边框色*/
    --border-color: #EEEEEE;
}

* {
    margin: 0;
    padding: 0;
}

html, body {
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    color: #666666;
    background-color: #FFFFFF;
}

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

a:link, a:visited, a:active {
    text-decoration: none;
}

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

a:focus {
    color: #E4393C;
}

img {
    border: 0;
    vertical-align: middle;
}

button, input {
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

ul, ol, li {
    list-style: none;
    margin-bottom: 0;
}

h3, p {
    margin-top: 0;
    margin-bottom: 0;
}

em, i {
    font-style: normal;
}

@-ms-viewport {
    width: auto;
}

:focus {
    outline: none !important;
}

.w {
    width: 1210px;
    margin: 0 auto;
}

.bar {
    width: 100%;
    height: 10px;
    clear: both;
}

/*浮动*/
.fl, .pull-left {
    float: left;
}

.fr, .pull-right {
    float: right;
}

.cb {
    clear: both;
}

/*文字超出显示省略号*/
.text-nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-overflow-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-overflow-ellipsis-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-ellipsis-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.round-border {
    border-radius: 50%;
}

.user-select {
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*边框阴影*/
.shadow-default {
    -webkit-box-shadow: 0 0 5px 0 #e0e0e0;
    -moz-box-shadow: 0 0 5px 0 #e0e0e0;
    box-shadow: 0 0 5px 0 #e0e0e0;
}

/*隐藏/显示*/
.hide, .hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.hr {
    border-bottom: 1px solid #e6e6e6;
    height: 0;
    margin-bottom: 10px;
}

/*背景色*/
.bg-gray {
    background-color: #F5F5F5;
}

.bg-red {
    background-color: red;
}

.bg-info {
    background-color: #d9edf7;
}

.bg-primary {
    background-color: #337ab7;
}

.bg-warning {
    background-color: #fcf8e3;
}

.bg-danger {
    background-color: #f2dede;
}

.bg-success {
    background-color: #dff0d8;
}

.alert {
    border-radius: 0;
    /*margin-bottom: 0;*/
}

.tips-tag {
    background-color: #F10215;
    padding: 0 5px;
    border-radius: 5px;
    color: #FFFFFF;
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
}

.e-btn-sm {
    padding: 2px 15px;
    color: #e01222;
    display: inline-block;
    border: 2px solid #E01222;
}

.e-btn-sm:hover {
    background-color: #E01222;
    color: #FFF;
}

.e-label {
    padding: 0 5px;
    color: #FFFFFF;
    background-color: #E01222;
    display: inline-block;
}

.iconfont {
    font-size: 14px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/*-------------------- Table --------------------*/
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-bordered {
    border: 1px solid #DDDDDD;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #DDDDDD;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}

/*-------------------- Header --------------------*/
#header {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 2px solid #F10215;
}

/* 页眉 */
#header .headerTop {
    width: 100%;
    min-width: 1210px;
    height: 32px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #EEEEEE;
}

#header .headerTop > div {
    height: 32px;
}

#header .headerTop a {
    color: #999999;
}

#header .headerTop a:hover {
    color: #F10215;
}

#header .headerTop > div > ul {
    height: 100%;
    position: relative;
    margin-bottom: 0;
}

/*#header .headerTop > div > ul > li {
    height: 100%;
    line-height: 32px;
}*/

#header .headerTop .user-login-signup {
    height: 31px;
}

#header .headerTop .user-login-signup .listTop {
    top: 30px;
}

#header .headerTop > div > ul > li > span {
    color: #6C6C6C;
}

/* 顶部广告 */
.header-event {
    width: 100%;
    height: auto;
    float: left;
    z-index: 1;
    position: relative;
    background-color: #FFFFFF;
}

.header-event > div {
    position: relative;
    height: 100%;
}

.header-event .header-event-bar img {
    margin: 0 auto;
}

.header-event .header-event-bar {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.header-event > div:hover .close-event {
    display: block;
}

.close-event {
    display: none;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #F5F5F5;
    background-color: rgb(45, 45, 45);
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.close-event:link {
    color: #F5F5F5;
    background-color: rgb(45, 45, 45);
}

.close-event:visited {
    color: #FFFFFF;
    background-color: #000;
}

.close-event:hover {
    color: #FFFFFF;
    background-color: #000;
}

.close-event:active {
    color: #F5F5F5;
    background-color: rgb(45, 45, 45);
}

/* 页眉右侧菜单 */
#header .menuTop {
}

#header .menuTop .active {
    color: #F10215;
}

#header .menuTop > li {
    float: left;
    height: 31px;
    line-height: 31px;
    /*border: 1px solid #F5F5F5;*/
}

#header .menuTop > li > div {
    padding-left: 7px;
    padding-right: 7px;
}

#header .menuTop .spacer {
    overflow: hidden;
    margin: 10px 5px 0 5px;
    width: 1px;
    height: 12px;
    background-color: #CCCCCC;
}

/* Top顶部购物车 */
#header .header-top-cart {
    display: none;
}

#header .downTop {
    height: 32px;
    border: 1px solid #F5F5F5;
    border-bottom: none;
    position: relative;
}

#header .downTop:hover {
    border-color: #EEEEEE;
    background-color: #FFFFFF;
}

#header .downTop .effectTop {
    margin-left: 3px;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header .downTop:hover .effectTop {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -moz-transform: rotate(-180deg); /* Firefox */
    -webkit-transform: rotate(-180deg); /* Safari 和 Chrome */
    -o-transform: rotate(-180deg); /* Opera */
    transform: rotate(-180deg);
}

#header .downTop a {
    float: left;
}

#header .downTop i {
    color: #999999;
}

#header .downTop .down-top-span-cart-number {
    margin-left: 5px;
    color: #F10215;
}

#header .downTop .down-top-span-a {
    color: #999999;
    float: left;
    cursor: default;
}

#header .downTop:hover .listTop {
    display: block;
}

#header .listTop {
    min-width: 63px;
    position: absolute;
    top: 30px;
    right: -1px;
    padding: 7px;
    z-index: 3;
    display: none;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-top: none;
}

#header .listTop > div {
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
    padding-right: 5px;
}

#header .listTop > div:hover {
    background-color: #F5F5F5;
}

#header .listTop > div > a {
    width: 100%;
    height: 100%;
    float: left;
    white-space: nowrap;
}

#header .listTop > div > a:hover {
    color: #6C6C6C;
}

#header .cartTop {
    min-width: 312px;
    min-height: 58px;
}

#header .siteTop {
    position: absolute;
    top: 31px;
    z-index: 3;
    display: none;
    border: 1px solid #EEEEEE;
    border-top: none;
    padding: 20px 20px 20px 0;
    white-space: nowrap;
    width: 1210px;
    min-height: 128px;
    right: -1px;
    background-color: #FFFFFF;
}

#header .downTop:hover .siteTop {
    display: block;
    z-index: 9;
}

#header .siteTop > div {
    height: 24px;
    line-height: 24px;
}

#header .siteTop > div:hover {
    background-color: #F5F5F5;
}

#header .siteTop > div > a {
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 5px;
}

#header .siteTop > div > a:hover {
    color: #6C6C6C;
}

#header .siteTop > dl {
    width: 278px;
    float: left;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
    border-left: 1px solid #EEEEEE;
}

#header .siteTop > dl:nth-child(4n+1) {
    border-color: #FFFFFF;
}

#header .siteTop > dl > dt {
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 10px;
}

#header .siteTop > dl > dd {
    margin-left: 0;
}

#header .siteTop > dl > dd > div {
    width: 7em;
    margin-right: calc((256px / 3) - 7em);
    height: 24px;
    line-height: 24px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

/* 地址定位 */
#header .headerRegion {
    border: 1px solid #F5F5F5;
    border-bottom: none;
    padding-left: 7px;
    padding-right: 7px;
    margin-left: 200px;
    position: relative;
    height: 32px;
    line-height: 32px;
}

#header .headerRegion:hover {
    border-color: #EEEEEE;
    background-color: #FFFFFF;
}

#header .headerRegion:hover .listRegion {
    display: block;
}

#header .headerRegion > i {
    font-size: 14px;
    color: #F10215;
    margin-right: 3px;
}

#header .listRegion {
    position: absolute;
    top: -4px;
    left: -1px;
    margin-top: 35px;
    padding: 8px 0;
    width: 330px;
    height: auto;
    z-index: 2;
    display: none;
    border: 1px solid #EEEEEE;
    border-top: none;
    background-color: #FFFFFF;
}

#header .listRegion > div {
    float: left;
    width: 65px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    overflow: hidden;
}

#header .listRegion > div > a {
    padding: 3px 6px;
    color: #6C6C6C;
}

#header .listRegion > div > a:hover {
    color: #F10215;
    background-color: #F5F5F5;
}

#header .listRegion > div > .active {
    background-color: #F10215 !important;
    color: #FFFFFF !important;
}

#header .headerMain {
    width: 100%;
}

#header .headerMain > div {
    height: 138px;
    position: relative;
}

/* Logo */
#header .headerMain .logo {
    position: absolute;
    top: -33px;
    left: 0;
    width: 190px;
    height: 170px;
}

#header .headerMain .logo > h1 {
    position: absolute;
    left: -10px;
    margin-top: 0;
    margin-bottom: 0;
    width: 210px;
    padding: 0 10px;
    height: 100%;
    overflow: hidden;
}

#header .headerMain .logo > h1 > a {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 -12px 10px rgba(0, 0, 0, .2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#header .headerMain .logo > h1 > a > img {
    max-width: 100%;
    max-height: 100%;
}

#header .header-main-right {
    position: relative;
    width: 1010px;
    height: 100%;
    margin-left: 200px;
}

#header .header-search-cart-bar {
    width: 100%;
    height: 98px;
}

#header .header-search-bar {
    width: 680px;
    height: 100%;
    float: left;
}

#header .header-search {
    width: 550px;
    height: 35px;
    margin-top: 25px;
    margin-left: 130px;
    position: relative;
    float: left;
}

#header .header-search-menu-record {
    width: 486px;
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .2);
    overflow: hidden;
    z-index: 1;
    display: none;
}

#header .search-menu-record-wrap {
    width: 100%;
    float: left;
    position: relative;
}

#header .search-menu-record-wrap li {
    width: 100%;
    float: left;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

#header .search-menu-record-wrap li:hover {
    background-color: #f5f5f5;
}

#header .search-menu-record-wrap li:hover .search-menu-history-delete {
    display: block;
}

#header .search-menu-history-delete-all {
    width: 100%;
    height: 28px;
    float: left;
    padding: 5px;
    background-color: #fff;
    text-align: right;
    cursor: pointer;
    border-top: 1px solid #efefef;
}

#header .search-menu-history-delete-all:hover {
    background-color: #f5f5f5;
}

#header .search-menu-history-key {
    width: 450px;
    padding: 5px;
    float: left;
    color: #005aa0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#header .search-menu-history-delete {
    padding: 5px;
    display: none;
    position: absolute;
    right: 0;
}

#header .header-search .header-search-form > input[type="text"] {
    width: 486px;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    float: left;
    border: 2px solid #F10215;
}

#header .header-search .header-search-form > button {
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background-color: #F10215;
}

#header .header-search .header-search-form > button > i {
    vertical-align: 1px;
}

#header .header-hot-words {
    width: 500px;
    height: 20px;
    margin-top: 5px;
    margin-left: 130px;
    overflow: hidden;
    float: left;
}

#header .header-hot-words .item {
    float: left;
    line-height: 20px;
    margin-right: 10px;
}

#header .header-hot-words .item .active {
    color: #F10215;
}

#header .header-cart-bar {
    width: 330px;
    height: 100%;
    float: left;
}

#header .header-cart {
    width: 190px;
    height: 35px;
    margin: 25px auto 0 auto;
    position: relative;
    border: 1px solid #E3E4E5;
    background-color: #FFFFFF;
}

#header .header-cart:hover {
    border-color: #CCCCCC;
    border-bottom: none;
}

#header .header-cart:hover .header-cart-body {
    display: block;
}

#header .header-cart .header-cart-btn {
    width: 190px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
}

#header .header-cart .header-cart-btn > i {
    font-size: 16px;
    color: #F10214;
}

#header .header-cart .header-cart-btn > a {
    color: #F10214;
}

#header .header-cart .header-cart-btn > span {
    position: absolute;
    top: 5px;
    left: 140px;
    right: auto;
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    background-color: #F10215;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
}

#header .header-cart-body {
    width: 326px;
    position: absolute;
    top: 34px;
    right: -1px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    z-index: 3;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    display: none;
}

#header .header-cart-body .header-cart-list {
    position: relative;
    z-index: 2;
    width: 100%;
    background: #fff;
}

#header .header-cart-body .header-cart-list-title {
    width: 100%;
    height: auto;
    float: left;
}

#header .header-cart-body .header-cart-list-title > h4 {
    width: 100%;
    padding: 6px 8px;
    line-height: 25px;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.header-cart-list-goods > ul > li {
    padding: 8px 10px;
    overflow: hidden;
    line-height: 17px;
    vertical-align: bottom;
}

.header-cart-list-goods > ul > .item {
    border-top: 1px dotted #ccc;
}

.header-cart-list-goods > ul > .item:hover {
    background-color: #f5f5f5;
}

.header-cart-list-goods > ul > .item:first-child {
    border-top: none;
}

.header-cart-list-goods > ul > li > .goods-img {
    float: left;
    width: 54px;
    height: 54px;
    border: 1px solid #ddd;
    padding: 1px;
    margin-right: 10px;
    font-size: 0;
    overflow: hidden;
}

.header-cart-list-goods > ul > li > .goods-img a {
    float: left;
}

.header-cart-list-goods > ul > li > .goods-img img {
    width: 50px;
    height: 50px;
}

.header-cart-list-goods > ul > li > .goods-name {
    float: left;
    width: 120px;
    height: 52px;
    overflow: hidden;
}

.header-cart-list-goods > ul > li > .goods-detail {
    float: right;
    text-align: right;
    overflow: hidden;
}

.header-cart-list-total-money {
    width: 100%;
    float: left;
    padding: 8px;
    background: #f5f5f5;
    overflow: hidden;
    text-align: right;
}

.header-cart-list-total-money > div {
    float: left;
    line-height: 29px;
    text-align: right;
}

.header-cart-list-total-money > a {
    float: right;
    height: 29px;
    padding: 0 10px;
    background-color: #f10215;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.header-cart-list-total-money > a:hover {
    background-color: #e4393c;
}

.header-cart-list-goods {
    width: 100%;
    float: left;
    background: #fff;
    height: auto !important;
    max-height: 358px;
    overflow-y: auto;
}

#header .header-cart-body .header-cart-prompt {
    padding: 12px 15px;
    z-index: 9;
}

#header .header-cart-body .header-cart-spacer {
    width: 188px;
    height: 1px;
    margin-top: -1px;
    float: right;
    background-color: #FFFFFF;
}

#header .header-cart-body .no-goods {
    padding-left: 30px;
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    color: #999999;
}

#header .header-cart-body .no-goods > b {
    width: 56px;
    height: 49px;
    float: left;
    background-image: url(../img/public/icon/cart_no_goods_default.png);
}

#header .header-nav-bar {
    width: 810px;
    height: 40px;
    float: left;
    overflow: hidden;
}

#header .header-nav-bar > ul {
    float: left;
}

#header .header-nav-bar .item {
    margin-left: 30px;
    float: left;
}

#header .header-nav-bar .item a {
    height: 40px;
    font: 700 16px/40px Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b体, sans-serif;
    color: #555555;
}

#header .header-nav-bar .item a:hover {
    color: #E4393C;
}

#header .header-nav-bar .spacer {
    width: 1px;
    height: 10px;
    float: left;
    margin-left: 20px;
    margin-right: -10px;
    margin-top: 15px;
    overflow: hidden;
    background-color: #CCCCCC;
}

#header .header-activity-bar {
    width: 190px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 10px;
}

#header .header-activity-bar > a {
    width: 100%;
    height: 100%;
    float: left;
}

#header .header-activity-bar > a img {
    width: 100%;
    height: 100%;
    float: left;
}

#header .qr-code-wrap {
    width: 220px;
    height: auto;
    display: block;
}

#header .qr-code-wrap li {
    width: 110px;
    float: left;
    padding: 0 5px 5px 5px;
    overflow: hidden;
}

#header .qr-code-wrap .virtual img {
    filter: url(blur.svg#blur); /* FireFox, Chrome, Opera */
    -webkit-filter: blur(10px); /* Chrome, Opera */
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false); /* IE6~IE9 */
}

#header .qr-code-wrap li p {
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*-------------------- Content Start --------------------*/
#content {
    width: 100%;
    float: left;
    position: relative;
}

#content > .content {
    width: 1210px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

/*-------------------- Content End --------------------*/

/*-------------------- 侧边栏 --------------------*/
#sideBar {
    width: 35px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    line-height: 100%;
    background-color: #000000;
    display: table;
}

#sideBar .sideBarBody {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 35px;
    bottom: 0;
    background-color: #F5F5F5;
}

#sideBar .side-bar-body-no-login {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0;
    left: 35px;
    bottom: 0;
    background-color: #F5F5F5;
    z-index: 3;
}

.side-bar-body-no-login-wrap {
    width: 100%;
    height: 100%;
    float: left;
    display: table;
    position: relative;
}

.side-login-prompt .active {
    color: #F10215;
}

.side-bar-body-no-login-img {
    overflow: hidden;
    width: 113px;
    height: 35px;
    display: inline-block;
    /*background: url("../img/public/sidebar-cartbar-toolbar-face.png") no-repeat 0 -50px;*/
    font-style: normal;
}

.side-login-prompt {
    margin-top: -45px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.side-login-prompt p {
    line-height: 20px;
}

.sideBarContent {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#sideBar .sideBarContent > ul {
    width: 35px;
}

#sideBar .sideBarContent > ul > li {
    width: 100%;
    float: left;
}

.sideBarContent > ul > li {
    margin: 3px auto;
}

#sideBar .sideBarContent > ul > .item > .item-btn {
    width: 100%;
    float: left;
}

#sideBar .sideBarContent > ul > .item > .item-btn > a {
    width: 100%;
    float: left;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
}

#sideBar .sideBarContent > ul > .item > .item-btn > .item-title > a {
    width: 100%;
    float: left;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
}

#sideBar .sideBarContent > ul > .item > .item-btn > a > i {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

#sideBar .sideBarContent > ul > .item > .item-btn > a > .side-bar-avatar {
    width: 25px;
    max-width: 25px;
    max-height: 25px;
    line-height: 25px;
    float: left;
    margin: 5px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ffffff;
}

#sideBar .sideBarContent > ul > .item:hover {
    background-color: #C40000;
}

#sideBar .sideBarContent > ul > .item > .item-btn:hover .item-title {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 35px;
}

#sideBar .sideBarDown > ul > .item:hover .item-title {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 35px;
}

#sideBar .item .item-title {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 70px;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    background-color: #494949;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sideBar .item .item-title a {
    /*max-width: 7em;*/
}

#sideBar .item .item-title span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: "\5b8b\4f53";
    position: absolute;
    top: 10px;
    right: -8px;
    color: #494949;
}

#sideBar .item .item-cart {
    float: left;
    white-space: pre-wrap;
    display: inline-table;
}

#sideBar .item-cartBar {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
}

#sideBar .item-cartBar > .item-btn > a {
    padding: 15px 0;
}

#sideBar .item-cartBar .item-cart > div {
    float: left;
    width: 1em;
    height: 56px;
    line-height: 17px;
    margin-top: 5px;
    margin-left: 12px;
    color: #FFFFFF;
}

#sideBar .sideBarContent > ul > .item-cartBar > .item-btn > a > i {
    width: auto;
    height: 20px;
    line-height: 20px;
}

#sideBar .item .item-cart span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: center;
    color: #FFFFFF;
    margin-left: calc(50% - 10px);
    background-color: #C81623;
    border-radius: 10px;
}

#sideBar .item-body {
    width: 270px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -270px;
}

#sideBar .sideBarContent .item > .item-body > .item-body-head {
    width: 100%;
    height: 28px;
    line-height: 28px;
    float: left;
    background-color: #e6e6e6;
}

#sideBar .sideBarContent .item > .item-body > .item-body-head > .item-body-head-left {
    width: 150px;
    height: 100%;
    float: left;
    padding-left: 8px;
}

#sideBar .sideBarContent .item > .item-body > .item-body-head > .item-body-head-left > a {
    float: left;
}

#sideBar .sideBarContent .item > .item-body > .item-body-head > .item-body-head-left > a > i {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: -1px;
}

#sideBar .sideBarContent .item > .item-body > .item-body-head > .item-body-head-right {
    height: 100%;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#sideBar .sideBarContent .item > .item-body > .item-body-head > .item-body-head-right:hover {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sideBar .sideBarContent .item > .item-body > .item-body-head > .item-body-head-right > a {
    height: 100%;
    line-height: 28px;
    float: left;
    display: flex;
    align-items: center;
    margin: 0 6px;
}

#sideBar .sideBarContent .item > .item-body > .item-body-head > .item-body-head-right > a > i {
    float: left;
    font-size: 16px;
}

#sideBar .sideBarContent .item > .item-body > .item-body-content {
    width: 100%;
    float: left;
}

.sideBarContent-user-container {
    color: #333333;
    padding: 10px;
    background-color: #FFF;
    float: left;
}

.sideBarContent-user-container-personal-info {
    width: 250px;
    float: left;
    overflow: hidden;
}

.sideBarContent-user-container-personal-info .avatar {
    width: 65px;
    height: 65px;
    float: left;
    overflow: hidden;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

.sideBarContent-user-container-personal-info .avatar > a {
    width: 100%;
    height: 100%;
    float: left;
}

.sideBarContent-user-container-personal-info .avatar > a > img {
    width: 100%;
    height: 100%;
}

.sideBarContent-user-container-personal-info .user-info {
    width: 173px;
    height: 42px;
    float: left;
    margin: 12px 0 0 12px;
}

.sideBarContent-user-container-personal-info .user-info > .user-name {
    width: 100%;
    float: left;
}

.sideBarContent-user-container-personal-info .user-info > .user-name > a {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
    float: left;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sideBarContent-user-container-personal-info .user-info > .user-rank {
    width: 100%;
    float: left;
    padding: 5px 0;
    cursor: pointer;
}

.sideBarContent-user-container-personal-info .user-info > .user-rank > a {
    width: 100%;
    height: 15px;
    float: left;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sideBarContent-user-container-personal-info .user-info > .user-rank > a > i {
    margin-right: 2px;
    float: left;
}

.sideBarContent-user-container-shortcut {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    float: left;
}

.sideBarContent-user-container-shortcut > ul {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.sideBarContent-user-container-shortcut > ul > li {
    width: 83px;
    height: 100%;
    float: left;
}

.sideBarContent-user-container-shortcut > ul > li > strong {
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    font-weight: 400;
}

.sideBarContent-user-container-shortcut > ul > li > a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
}

#sideBar .sideBar-cartBar-body {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

#sideBar .sideBar-cartBar-body-head {
    width: 100%;
    height: 28px;
    line-height: 28px;
    float: left;
    background-color: #e6e6e6;
}

#sideBar .sideBar-cartBar-body-head-left {
    padding-left: 8px;
    float: left;
    color: gray;
    cursor: default;
}

#sideBar .sideBar-cartBar-body-head-left input[type="checkbox"] {
    margin-top: 7px;
    margin-right: 5px;
    float: left;
}

#sideBar .sideBar-cartBar-body-head-left > label {
    cursor: pointer;
}

#sideBar .sideBar-cartBar-body-head-right {
    margin-right: 8px;
    float: right;
}

#sideBar .sideBar-cartBar-body-head-right a {
    color: gray;
}

#sideBar .sideBar-cartBar-body-head-right a:hover {
    color: #c81623;
}

#sideBar .sideBar-cartBar-body-content {
    width: 100%;
    min-height: 100%;
    float: left;
    position: relative;
}

#sideBar .sideBar-cartBar-body-content::-webkit-scrollbar {
    width: 5px;
}

#sideBar .sideBar-cartBar-body-content::-webkit-scrollbar-track {
    /*background-color: #bee1eb;*/
}

#sideBar .sideBar-cartBar-body-content::-webkit-scrollbar-thumb {
    background-color: #616161;
}

#sideBar .sideBar-cartBar-body-content::-webkit-scrollbar-thumb:hover {
    /*background-color: #9c3*/
}

#sideBar .sideBar-cartBar-body-content::-webkit-scrollbar-thumb:active {
    /*background-color: #00aff0*/
}

#sideBar .sideBar-cartBar-body-content > .sideBar-cartBar-body-content-empty {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    /*margin-top: -108px;*/
    margin-top: -40px;
    text-align: center;
}

.sideBar-cartBar-body-content-empty-inner {
    text-align: center;
}

.sideBar-cartBar-body-content-empty-inner > i {
    display: none;
    overflow: hidden;
    width: 113px;
    height: 35px;
    /*display: inline-block;*/
    /*background: url("../img/public/sidebar-cartbar-toolbar-face.png") no-repeat 0 0;*/
    font-style: normal;
}

.sideBar-cartBar-body-content-empty-inner > div {
    line-height: 20px;
    text-align: center;
}

.sideBar-cartBar-body-content-empty-inner > div > a {
    color: #c81623;
}

#sideBar .sideBar-cartBar-body-content > .sideBar-cartBar-body-content-list {
    width: 100%;
    /*height: 1000px;*/
    float: left;
}

#sideBar .sideBar-cartBar-body-content-list > ul {
    width: 100%;
    float: left;
}

#sideBar .sideBar-cartBar-body-content-list > ul > li {
    width: 100%;
    padding: 0 8px;
    float: left;
    cursor: default;
    margin-top: 15px;
    color: grey;
    background-color: #fff;
}

#sideBar .sideBar-cartBar-body-content-list > ul > li:first-child {
    margin-top: 0;
}

#sideBar .sideBar-cartBar-body-content-list-title {
    width: 100%;
    height: 18px;
    line-height: 18px;
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    padding: 5px 0;
    border-bottom: 1px solid #e6e6e6;
}

#sideBar .sideBar-cartBar-body-content-list-title-click {
    width: 18px;
    padding-top: 2px;
    float: left;
}

#sideBar .sideBar-cartBar-body-content-list-title-click > input[type="checkbox"] {
    float: left;
}

#sideBar .sideBar-cartBar-body-content-list-title-shop-name {
    width: 158px;
    float: left;
    text-align: left;
}

#sideBar .sideBar-cartBar-body-content-list-title-shop-name > a {
    width: 100%;
    line-height: 18px;
    float: left;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#sideBar .sideBar-cartBar-body-content-list-title-shop-name > a:hover {
    color: #C81623;
}

#sideBar .sideBar-cartBar-body-content-list-title-amount {
    width: 73px;
    text-align: right;
    float: right;
    overflow: hidden;
    white-space: nowrap;
}

#sideBar .sideBar-cartBar-body-content-list-title-amount > strong {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #999999;
}

#sideBar .sideBar-cartBar-body-content-list-content {
    width: 100%;
    float: left;
}

#sideBar .sideBar-cartBar-goods-content-head {
    width: 100%;
    float: left;
}

#sideBar .sideBar-cartBar-goods-content-main {
    width: 100%;
    float: left;
    padding: 10px 0;
}

#sideBar .sideBar-cartBar-goods-content-main-click {
    width: 18px;
    float: left;
    padding-top: 20px;
}

#sideBar .sideBar-cartBar-goods-content-main-click > input[type="checkbox"] {
    float: left;
}

#sideBar .sideBar-cartBar-goods-content-main-img {
    width: 52px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ddd;
}

#sideBar .sideBar-cartBar-goods-content-main-img > a {
    width: 100%;
    height: 50px;
    float: left;
}

#sideBar .sideBar-cartBar-goods-content-main-img > a > img {
    width: 100%;
    height: 100%;
    float: left;
}

#sideBar .sideBar-cartBar-goods-content-main-title {
    width: 190px;
    float: left;
    margin-bottom: 2px;
}

#sideBar .sideBar-cartBar-goods-content-main-title > a {
    width: 100%;
    min-height: 32px;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#sideBar .sideBar-cartBar-goods-content-main-number {
    float: left;
}

#sideBar .sideBar-cartBar-goods-content-main-sum > span {
    width: auto;
    height: 16px;
    line-height: 16px;
    float: left;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

#sideBar .sideBar-cartBar-goods-content-main-sum {
    width: 190px;
    float: left;
    position: relative;
}

#sideBar .sideBar-cartBar-goods-content-main-sum > strong {
    width: auto;
    height: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #c81623;
    text-align: right;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#sideBar .sideBar-cartBar-goods-content-main:hover .sideBar-cartBar-goods-content-main-delete {
    display: block;
}

#sideBar .sideBar-cartBar-goods-content-main-delete {
    position: absolute;
    right: 0;
    height: 16px;
    line-height: 16px;
    display: none;
}

#sideBar .sideBar-cartBar-body-footer {
    width: 100%;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
}

#sideBar .sideBar-cartBar-body-footer-number-money-bar {
    width: 238px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 15px;
}

#sideBar .sideBar-cartBar-body-footer-number {
    width: 100px;
    float: left;
    text-align: left;
}

#sideBar .sideBar-cartBar-body-footer-money {
    width: 138px;
    float: left;
    text-align: right;
}

#sideBar .sideBar-cartBar-body-footer-money > span > strong {
    font-weight: 400;
    color: rgb(196, 0, 0);
}

#sideBar .sideBar-cartBar-body-footer-btn-settlement {
    width: 100%;
    float: left;
}

#sideBar .sideBar-cartBar-body-footer-btn-settlement a {
    width: 238px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    float: left;
    margin: 0 15px;
    background-color: rgb(196, 0, 0);
}

#sideBar .sideBar-cartBar-body-footer-btn-settlement a:hover {
    background-color: #a91500;
}

#sideBar .sideBar-cartBar-body-footer-btn-settlement > a > i {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    vertical-align: -2px;
}

#sideBar .sideBarDown {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

#sideBar .sideBarDown > ul > .item {
    width: 100%;
    float: left;
}

#sideBar .sideBarDown > ul > .item:hover {
    background-color: #C40000;
}

#sideBar .sideBarDown > ul > .item > .item-title > a {
    color: #FFFFFF;
}

#sideBar .sideBarDown > ul > .item > a {
    width: 100%;
    float: left;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
}

#sideBar .sideBarDown > ul > .item > a > i {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

#sideBar .returnTop {
    display: none;
}

/*-------------------- Footer --------------------*/
#footer {
    width: 100%;
    float: left;
    background-color: #313030;
}

#footer .footer-service {
    width: 100%;
    float: left;
    padding: 20px 0;
    background-color: #F5F5F5;
}

#footer .footer-service > ul {
    height: 55px;
}

#footer .footer-service > ul > li {
    float: left;
    width: calc(1210px / 4);
    height: 100%;
    font: 400 18px/55px "microsoft yahei";
    text-align: center;
}

#footer .footer-service > ul > li > i {
    vertical-align: -3px;
    font-size: 30px;
    margin-right: 10px;
    color: #F10215;
}

#footer .footer-links {
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #111111;
}

#footer .footer-links a {
    font-family: "Open Sans", sans-serif;
    color: #eeeeee;
}

#footer .footer-links a:hover {
    color: #F10215;
    transition: 0.5s;
}

#footer .footer-links h5 {
    font-size: 14px;
    font-weight: bold;
    color: #eeeeee;
    margin-top: 10px;
    margin-bottom: 6px;
}

#footer .footer-links > ul {
    overflow: hidden;
}

#footer .footer-links > ul > li {
    float: left;
    width: 201px;
}

#footer .footer-links-item > ul > li {
    line-height: 22px;
}

#footer .footer-info {
    width: 100%;
    float: left;
    background: #000000;
}

#footer .footer-info a {
    font-family: "Open Sans", sans-serif;
    color: #eeeeee;
}

#footer .footer-info a:hover {
    color: #F10215;
    transition: 0.5s;
}

#footer .footer-info > div {
    /*border-top: 1px solid #E5E5E5;*/
    padding: 15px 0;
}

#footer .footer-info > div > p {
    text-align: center;
    line-height: 18px;
    margin: 10px auto;
}

#footer .footer-info > div > p > span {
    margin: 0 10px;
}

#footer .footer-info > div > p > span:last-child {
    display: none;
}

#footer .footer-info-copyright {
    margin: 15px auto;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-info-copyright-item {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .footer-code {
    width: 100%;
    float: left;
    position: relative;
    background-color: #000000;
    padding: 15px 0;
    display: flex;
    justify-content: center;
}

#footer .footer-code > div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#footer .footer-code > div a {
    padding: 0 6px;
}

#statsCode {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    display: none;
}

/*-------------------- 面包屑导航 --------------------*/
#content .breadcrumb {
    padding: 12px 0;
    margin-bottom: 0;
    background-color: #ffffff;
}

#content .breadcrumb > li {
    display: inline-block;
}

#content .breadcrumb > li + li:before {
    content: "\003e";
    padding: 0 5px;
    color: #ccc;
}

#content .breadcrumb > li > a {
}

#content .breadcrumb > li > a:hover, a:focus {
}

#content .breadcrumb > .active {
    color: #999999;
}

/*------------------ Pagination 分页 ------------------*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination > li {
    display: inline-flex;
}

.pagination > li > a {
    position: relative;
    float: left;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    padding: 6px 12px;
    margin-left: 3px;
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    border: 1px solid #5cb85c;
    background-color: #5cb85c;
    color: #FFFFFF;
    padding: 6px 12px;
    margin-left: 3px;
    border-radius: 0;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #666666;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    padding: 6px 12px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    padding: 6px 12px;
}

.pagination .disabled {
    cursor: no-drop;
}

/*--------------------- Bootstrap ---------------------*/

/* 模态框 */
.modal .modal-content {
    font-size: 14px;
    border-radius: 0;
}

.modal.fade .modal-dialog {
}

.modal-header .modal-title {
    /*display: inline-flex;*/
}

.modal .modal-footer button {
    border-radius: 0;
}

.modal .modal-footer a {
    border-radius: 0;
}

.modal .modal-body {
    position: relative;
    padding: 20px 15px;
}

.modal .alert {
    /*margin-bottom: 0;*/
}

#tipsModal .modal-footer button {
    margin-left: 10px;
}

/* 选项卡 */
.tab-content > .tab-pane {
}

.nav-tabs > li > a {
    border-radius: 0;
}

/* 表单 */
.form-control {
    height: 35px;
}

/* 表格 */
.table-default {
    margin-top: 20px;
}

.table-default > thead > tr > th {
    border-bottom: 0;
}

/* 面板 */
.panel-default {
    border-radius: 0;
}

html, body {
    width: 100%;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

#app {
    width: 100%;
    height: 100%;
    min-width: 1210px;
    min-height: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
}

#app > div {
    clear: both;
}

#content {
    flex: 1;
}

.stats-code {
    display: none;
}
