:root {
    --red: #f30213;
    --red-light: #e23a3a;
    --red-lighter: rgba(255, 67, 67, .85);
}

html {
    position: relative;
    font-size: 10px;
    height: 100%;
}

body {
    min-height: 100%;
    font: 13px/1.5 "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB";
    -webkit-font-smoothing: antialiased;
    font-family: tahoma, arial, 'Hiragino Sans GB', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
    color: #333;color: var(--color);
}

a {
    color: #333;color: var(--color);
    outline: none;
}

a:hover,
a:focus,
a.gray:hover,
a.grey:hover,
a.light-gray:hover,
a.hover:hover {
    color: #f30213;color: var(--red);
    text-decoration: none;
    outline: none;
}

.font-msyh {
    font-family: "Microsoft Yahei";
}

.font-58 {
    font-size: 58px;
}

.no-wrap {
    white-space: nowrap;
}

.btn-lg {
    border-radius: 3px;
}

.input-lg,
.btn-lg {
    border-radius: 4px;
    font-size: 16px;
    height: 44px;
    line-height: 22px;
}

.btn-grey {
    border-color: #f5f5f5;
    background-color: #f5f5f5;
    color: #888;
}

.btn-grey:hover {
    border-color: #f30213;border-color: var(--red);
    background-color: #f30213;background-color: var(--red);
    color: white;
}

.btn-grey-hover:hover {
    border-color: #f30213;border-color: var(--red);
    background-color: white;
    color: #f30213;color: var(--red);
}

.btn-rounded {
    border-radius: 100px;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-sm.btn-rounded {
    border-radius: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-lg.btn-rounded {
    border-radius: 100px;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-round {
    padding: 0;
    width: 38px;
    height: 38px;
    line-height: 1;
    color: #909090;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .05);
    cursor: pointer;
    outline: none;
    transition: background-color .3s, color .3s;
    -webkit-appearance: none;
}

.btn-round-hover:hover {
    background-color: #3388ff;background-color: var(--blue);
    color: #fff;
}

.btn-round .fa-chevron-up {
    margin-bottom: 4px;
}

.btn-org,
.btn-org.disabled,
.btn-org.disabled:hover,
.btn-org.disabled:focus {
    color: #fff;
    border-color: #f30213;border-color: var(--red);
    background-color: #f30213;background-color: var(--red);
}

.btn-org:active,
.btn-org:active:hover,
.btn-org:focus,
.btn-org:hover {
    color: #fff;
    border-color: #f30213;border-color: var(--red);
    background-color: #e23a3a;background-color: var(--red-light);
}

.btn-org.disabled,
.btn-org[disabled] {
    opacity: .4;
}

.btn.h30 {
    padding-top: 4px;
    padding-bottom: 4px;
}

.btn-h50 {
    height: 50px;
    line-height: 28px;
}

/* checkbox, radio */
input[type=checkbox],
input[type=radio] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

input[type=checkbox] {
    border-radius: 2px;
}

input[type=checkbox]::after {
    top: 2px;
    left: 2px;
}

input[type=radio]::before {
    width: 14px;
    height: 14px;
}

input[type=checkbox]:checked,
input.radio-checkbox:checked {
    background-color: #f30213;background-color: var(--red);
    border-color: #f30213;border-color: var(--red);
}

.checkbox-single,
.radio-single {
    margin-top: 0;
    margin-bottom: 0;
}

.checkbox-inline.checkbox-single,
radio-inline.radio-single {
    padding-top: 0 !important;
}

.checkbox input[type=checkbox],
.radio input[type=radio] {
    margin-top: 2px;
}

.checkbox-inline,
.radio-inline,
.checkbox label,
.radio label {
    padding-left: 22px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: -22px;
}

/*header-start*/
header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 20;
}

header .logo {
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; */
}

header .logo-img {
    height: 48px;
}

header .logo-des {
    margin-top: 6px;
    height:16px;
    font-size:12px;
    line-height:16px;
    font-weight: 400;
    color: #999;
    text-align: justify;
    text-align-last: justify;
    text-justify: distribute-all-lines;
    text-justify: distribute;
}

.login_and_register .logo{
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.mini-header header .logo-des{
    display: none;
}
.top-bar {
    height: 36px;
    line-height: 36px;
    background-color: #414141;
}

.top-bar-welcome {
    color: #ccc;
}

.top-bar-item {
    padding: 0 15px;
    float: left;
    color: #ccc;
    line-height: 36px;
    position: relative;
}

.top-bar-item .user-name a:hover,
a.top-bar-item:hover {
    color: #fff;
}

.top-bar-item .user-name a {
    color: #ccc;
}

.top-bar .user-item:hover {
    background-color: rgba(255, 255, 255, .1);
}

.top-bar-item:hover .dropdown-menu {
    display: block;
}

.top-bar-user-menu {
    border-radius: 0;
    margin: 0;
    width: 280px;
    font-size: 1.3rem;
    padding: 15px 0 10px;
    line-height: normal;
    border: 0;
    color: #333;color: var(--color);
}

.top-bar-user-menu li {
    float: left;
    width: 50%;
}

.top-bar-user-menu li.fluid {
    width: 100%;
    float: none;
}

.top-bar-user-menu li>a {
    line-height: 20px;
}

.top-bar-user-menu li>a:hover {
    color: #f30213;color: var(--red)
;}

.top-bar-user-menu li em {
    color: #f30213;color: var(--red);
    padding-left: 5px;
}

.top-bar-user-menu li.avatar-wrap,
.top-bar-user-menu li.divider {
    width: 100%;
}

.top-bar-user-menu li a:hover {
    background: none;
}

.top-bar-user-menu li.avatar-wrap {
    padding: 4px 50px 0 90px;
    height: 65px;
    position: relative;
}

.top-bar-user-menu li.avatar-wrap .avatar-item {
    padding: 0;
}

.top-bar-user-menu li.avatar-wrap .logout {
    /*position: absolute;*/
    display: inline-block;
    top: 11px;
    right: 20px;
    border-radius: 12px;
    line-height: 16px;
    padding: 3px 12px;
}

.top-bar-user-menu .avatar-item {
    position: absolute;
    top: 0;
    left: 18px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 36px;
    color: #999;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
}

.top-bar-user-menu .avatar {
    width: 60px;
    height: 60px;
}

.top-bar-user-menu h4 {
    font-size: inherit;
    font-weight: normal;
    margin: 4px 0 10px;
}

.top-bar-mobile {
    position: relative;
    width: 72px;
    z-index: 1000;
    padding: 0;
}

.top-bar-mobile h6 {
    text-align: center;
    font-weight: normal;
    line-height: 36px;
    background: rgba(255, 255, 255, .1);
}

.top-bar-mobile .fa-caret-up {
    position: absolute;
    top: 26px;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
}

.top-bar-mobile-static {
    position: absolute;
    top: 36px;
    right: 0;
    width: 72px;
    height: 71px;
    border: 1px solid rgba(221, 221, 221, 0.8);
    border-top: 0;
    background-size: 95% auto;
}

.top-bar-mobile-static img {
    width: 100%;
    height: 100%;
}

.top-bar-mobile-pop {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    border: 1px solid rgba(221, 221, 221, 0.8);
    border-top: 0;
    background-color: #fff;
    text-align: left;
}

.top-bar-mobile:hover .top-bar-mobile-pop {
    display: block;
}

.top-bar-mobile-pop .item {
    position: relative;
    padding: 10px;
    width: 200px;
    height: 100px;
    border-top: 1px dashed #eee;
}

.top-bar-mobile-pop .item:first-child {
    border-top: none;
}

.top-bar-mobile-pop .qrcode {
    float: left;
    margin-right: 10px;
}

.top-bar-mobile-pop .item img {
    width: 80px;
    height: 80px;
}

.top-bar-mobile-pop .item h5 {
    color: #666;
    font-size: 1.3rem;
}

.top-bar-mobile-pop .item p {
    margin-top: 5px;
    line-height: 1.2;
}

/* sp-menu */
.top-bar .sp-wrap {
    background-color: rgba(255, 255, 255, .1);
}

.top-bar .sp-name {
    font-size: 13px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #ccc;
}

.top-bar .sp-wrap .icon-shop {
    display: none;
}

.sp-menu {
    border-radius: 0;
    border: 0;
    padding: 20px 15px 0;
    margin: 0;
    font-size: 13px;
    min-width: 360px;
    min-height: 168px;
    color: #333;
    color: var(--color);
}

.sp-menu__name {
    font-size: 15px;
    margin-bottom: 10px;
}

.sp-menu__grade {
    font-size: 13px;
    margin-bottom: 15px;
    color: #f30213;color: var(--red);
    font-weight: 500;
}

.sp-menu-grade__info {
    line-height: 24px;
    color: #888;
}

.sp-menu-grade__info p {
    padding-left: 24px;
    position: relative;
}

.sp-menu-grade__info .fa {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    width: 16px;
    text-align: center;
    color: #ccc;
}

.sp-menu__medal:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border: 30px solid #FFB703;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.sp-menu__medal img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.sp-menu__qrcode {
    position: absolute;
    right: 35px;
    top: 30px;
    width: 90px;
    text-align: center;
    line-height: normal;
}

.sp-menu__qrcode img {
    display: block;
    padding: 5px;
    width: 90px;
    height: 90px;
    margin-bottom: 6px;
    border: 1px solid #eee;
}

.sp-menu__ft {
    margin-top: 20px;
}

.sp-menu__ft .btn {
    border-radius: 14px;
    margin-right: 10px;
    padding: 4px 12px;
    line-height: 18px;
}

.footer-about .sp-menu {
    padding: 0;
    position: relative;
    min-height: inherit;
}

.footer-about .sp-menu h3 {
    font-size: 16px;
}

.footer-about .sp-menu .sp-qrcode {
    top: 0;
}

.header {
    padding-top: 30px;
    padding-bottom: 30px;
    padding: 30px 0;
    text-align: center;
}

/* header nav */
.header-navbar {
    background: none;
    border: 0;
    font-size: 1.4rem;
    min-height: auto;
    margin: 0;
    padding: 0 0 18px;
}

.header-navbar .container {
    position: relative;
}

.header-navbar .navbar-nav {
    margin: 0;
    font-size: 15px;
    display: flex;
    justify-content: center;
    padding-left: 16px;
}

.header-navbar .navbar-nav>li {
    padding: 0 24px;
    float: left;
    position: relative;
}

.header-navbar .navbar-nav>li>a {
    padding: 0;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    position: relative;
}

.header-navbar .navbar-nav>li.line-v {
    border-left: 1px solid #ddd;
    height: 20px;
    margin: 8px 0;
    padding: 0 !important;
}

.header-navbar .navbar-nav>li>a:hover {
    color: #f30213;color: var(--red);
}

.header-navbar .navbar-nav>.active>a,
.header-navbar .navbar-nav>.active>a:focus,
.header-navbar .navbar-nav>.active>a:hover,
.header-navbar .navbar-nav>li.dropdown-hover:hover>a {
    color: #f30213;color: var(--red);
    background: none;
}

.header-navbar .navbar-nav>li>a:hover:after,
.header-navbar .navbar-nav>.active>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16px;
    margin-left: -8px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #f30213;background-color: var(--red);
}

.header-navbar .navbar-nav>li.dropdown-hover:hover>a:after {
    display: none;
}

.nav-so-cate.dropdown-hover:after,
.header-navbar .navbar-nav>li.dropdown-hover:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 16px;
    z-index: 1001;
}

.dropdown-hover:hover .dropdown-menu {
    display: block;
}

.dropdown-menu-line,
.navbar-nav .dropdown-menu {
    border-radius: 0 !important;
    text-align: center;
    width: 120px;
    min-width: initial;
    left: 50%;
    margin-left: -60px;
    /*border: 1px solid #eee;*/
    padding: 0;
}

.navbar-nav .dropdown-menu {
    margin-top: 8px !important;
}

.dropdown-menu-line:before,
.dropdown-menu-line:after,
.navbar-nav .dropdown-menu:before,
.navbar-nav .dropdown-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin: -16px 0 0 -8px;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: rgba(150, 150, 150, 0.35);
}

.dropdown-menu-line:after,
.navbar-nav .dropdown-menu:after {
    border-width: 7px;
    margin: -14px 0 0 -7px;
    border-bottom-color: #fff;
}

.dropdown-menu-line>li>a,
.navbar-nav .dropdown-menu>li>a {
    padding: 0 15px;
    line-height: 48px;
}

.dropdown-menu-line>li.active>a,
.dropdown-menu-line>li.active>a:hover,
.dropdown-menu-line>li>a:hover,
.navbar-nav .dropdown-menu>li>a:hover {
    color: #f30213;color: var(--red);
    background: none;
}

.dropdown-menu-line>li:not(:first-child),
.navbar-nav .dropdown-menu>li:not(:first-child) {
    border-top: 1px solid #eee;
}

.nav-category {
    float: left;
    left: 0;
}

.nav-category-title {
    width: 150px;
    font-size: 1.4rem;
}

.nav-category-title a {
    display: block;
    background-color: #f5f5f5;
    border-radius: 3px;
    line-height: 36px;
    height: 36px;
    padding-left: 15px;
    color: #888;
}

.nav-category-title .ico {
    margin-right: 12px;
}

.nav-category:hover .nav-category-title a {
    color: #fff;
    background-color: #f30213;background-color: var(--red);
    border-color: #f30213;border-color: var(--red);
}

.nav-category .collapse {
    position: absolute;
    top: 44px;
    left: 15px;
    left: 0;
    z-index: 3;
    padding-left: 150px;
    min-height: 466px;
    border-radius: 3px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 5px rgba(150, 150, 150, 0.5)
}
.mini-header .nav-category .collapse{
    left: 0;
}
.nav-category .collapse::before{
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 2;
    display: block;
    width: 150px;
    height: 10px;
}
.nav-category::after{
    left: 50% !important;
    width: 80px;
    margin-left: -30px;
    right: 80px !important;
}
.nav-category:hover:after {
    content: '';
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    height: 60px;
}

.nav-category:hover .collapse {
    display: block;
    z-index: 1200;
    -webkit-box-shadow: 0 1px 5px rgba(150, 150, 150, 0.5);
    -moz-box-shadow: 0 1px 5px rgba(150, 150, 150, 0.5);
    box-shadow: 0 1px 5px rgba(150, 150, 150, 0.5);
    border-right: 1px solid #e8e8e8;
}

.nav-category-tabs {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    border: 0;
    bottom: 0;
    font-size: 1.4rem;
    background: rgba(248, 248, 248, 0.85);
}

.nav-category:hover .nav-category-tabs {
    background: rgba(248, 248, 248, .95);
    border-right: 1px solid #e8e8e8;
}

.nav-category-tabs li {
    border-bottom: 1px solid rgba(0, 0, 0, .025);
    padding: 18px 15px 0;
    line-height: 30px;
    height: 66px;
}

.nav-category-tabs li:first-child {
    height: 70px;
    padding-top: 20px;
}

.nav-category-tabs li:last-child {
    border-bottom: 0;
}

.nav-category:hover .nav-category-tabs li {
    border-bottom-color: #e8e8e8;
}

.nav-category:hover .nav-category-tabs>li.active {
    background-color: #fff;
    color: #f30213;color: var(--red);
}

.nav-category:hover .nav-category-tabs>li.active a {
    color: #f30213;color: var(--red);
}

.nav-category-tabs>li>a:hover,
.nav-category-tabs>li>a:focus {
    background-color: transparent;
    border-color: transparent;
}

.nav-category:hover .nav-category-tabs>li.active {
    border-right: 1px solid #fff;
    width: 150px;
}

.nav-category-tabs .fa {
    float: left;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    background-color: transparent !important;
    background: url(http://cdn.eltmall.com/eltmall/images/common/header/classify_header.png) 0 0 no-repeat;
    background-size: 288px auto;
}

.nav-category-tabs .fa-goods-ds {
    background-position: -32px 0;
}

.nav-category-tabs .fa-goods-gy {
    background-position: -64px 0;
}

.nav-category-tabs .fa-goods-dq {
    background-position: -96px 0;
}

.nav-category-tabs .fa-goods-gd {
    background-position: -128px 0;
}

.nav-category-tabs .fa-goods-xc {
    background-position: -160px 0;
}

.nav-category-tabs .fa-goods-gyq {
    background-position: -192px 0;
}

.nav-category-tabs .fa-goods-tj {
    background-position: -224px 0;
}
.nav-category-tabs .fa-goods-hw {
    background-position: -256px 0;
}
.nav-category:hover .nav-category-tabs>li.active>.fa-goods-dj {
    background-position: 0 -32px;
}

.nav-category:hover .nav-category-tabs>li.active>.fa-goods-ds {
    background-position: -32px -32px;
}

.nav-category:hover .nav-category-tabs>li.active>.fa-goods-gy {
    background-position: -64px -32px;
}

.nav-category:hover .nav-category-tabs>li.active>.fa-goods-dq {
    background-position: -96px -32px;
}

.nav-category:hover .nav-category-tabs>li.active>.fa-goods-gd {
    background-position: -128px -32px;
}

.nav-category:hover .nav-category-tabs>li.active>.fa-goods-xc {
    background-position: -160px -32px;
}

.nav-category:hover .nav-category-tabs>li.active>.fa-goods-gyq {
    background-position: -192px -32px;
}

.nav-category:hover .nav-category-tabs>li.active>.fa-goods-tj {
    background-position: -224px -32px;
}
.nav-category:hover .nav-category-tabs>li.active>.fa-goods-hw {
    background-position: -256px -32px;
}

.nav-category-tabs .space {
    background-position: 0 -240px;
}

.nav-category-tabs li.active .space {
    background-position: -60px -240px;
}

.nav-category-tabs .indoor {
    background-position: 0 -300px;
}

.nav-category-tabs li.active .indoor {
    background-position: -60px -300px;
}

.nav-category-tabs .outdoor {
    background-position: 0 -360px;
}

.nav-category-tabs li.active .outdoor {
    background-position: -60px -360px;
}

.nav-category-tabs .decorate {
    background-position: 0 -420px;
}

.nav-category-tabs li.active .decorate {
    background-position: -60px -420px;
}

.nav-category .tab-content {
    padding: 20px;
    min-height: 400px;
}

.nav-category .nav-category-pane {
    margin-right: 200px;
}

.nav-category .scene-map {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    width: 180px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.nav-category .scene-map .map-item {
    display: block;
}

.nav-category .scene-map .map-item {
    display: block;
}

.nav-category-list ul li {
    float: left;
    padding-right: 15px;
    position: relative;
    margin-bottom: 10px;
}

.nav-category-list ul li.has-child {
    float: none;
    border: 0;
    padding-right: 0;
    margin-right: 0;
    clear: both;
    padding-top: 1px;
    padding-left: 100px;
    position: relative;
}

.nav-category-list ul li.has-child>h4,
.nav-category-list>ul>li:not(.has-child):first-child>h4,
.nav-category-list ul li.has-child+li:not(.has-child) h4 {
    min-width: 100px;
}

/* 临时样式 */
#productTabLj>div:not(.nav-category-sort) li:not(.has-child) > h4{
    min-width: auto;
}
#productTabLj>div:not(.nav-category-sort) li:not(.has-child) > h4 >a::after{
    display: none;
}

.nav-category-list ul li.has-child>h4 {
    margin-top: 15px;
    border-top: 1px solid #ececec;
    padding-top: 15px;
    position: absolute;
    left: 0;
}

.nav-category-list>ul>li>h4 a:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    position: absolute;
    right: 10px;
    line-height: 24px;
    color: #ccc;
}

.nav-category-list ul>li.has-child:first-child>h4,
.nav-category-list ul li+li.has-child>h4 {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}

.nav-category-list ul li.has-child:first-child {
    margin-top: 0;
}

.nav-category-list li ul {
    clear: both;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}

.nav-category-list li li {
    margin-bottom: 0;
}

.nav-category-list li li:after {
    position: absolute;
    top: 6px;
    right: 11px;
    height: 12px;
    width: 1px;
    background: #ddd;
}

.nav-category-list li:last-child:after {
    display: none;
}

.nav-category-list ul>li:last-child>ul {
    border-bottom: 0;
    margin-bottom: 0;
}

.nav-category-list li ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.nav-category-list li h4 {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 24px;
}

.nav-category-list>ul>li>h4 {
    font-weight: bold;
}

.nav-category-list a {
    color: #888;
}

.nav-category-list a:hover,
.nav-category-list>ul>li>h4 a:hover {
    color: #f30213;color: var(--red);
}

.nav-category-list>ul>li>h4 a {
    position: relative;
    display: block;
    color: #333;
}

.nav-category-sort ul {
    margin-bottom: 10px;
}

.nav-category-sort ul li {
    float: left !important;
    margin: 0 15px 10px 0;
    padding: 0;
}

.nav-category-sort ul li a {
    background-color: #414141;
    color: #fff;
    float: left;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 2px;
}

.nav-category-sort ul li a:hover {
    background-color: #666;
    color: #fff;
}

.nav-category-sort ul li a .fa {
    margin-left: 10px;
}

.navbar-apps {
    position: absolute;
    right: 15px;
    top: 0;
}

.navbar-apps-item {
    float: left;
    margin: 0 8px;
    position: relative;

}

.navbar-apps-item>img.avatar {
    margin: 2px;
}

.navbar-apps-item__user {
    display: none;
}

.navbar-apps .navbar-ico {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    display: block;
    color: #f30213;color: var(--red);
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    background: #fff;
}

.navbar-apps .navbar-ico:hover {
    background: #f5f5f5;
}

.navbar-apps .top-bar-user-menu {
    right: 0;
    left: initial;
}

.navbar-apps-item .icon-search {
    position: relative;
    z-index: 1;
}

.navbar-so-active .icon-search {
    width: 34px;
    height: 34px;
    margin: 1px;
    line-height: 34px;
}

.navbar-so-active .icon-search:hover {
    background-color: #f30213 !important;background-color: var(--red) !important;
    color: #fff;
}

.navbar-so-active+.navbar-apps-item {
    visibility: hidden;
}

.navbar-apps-item .navbar-ico {
    font-size: 20px;
}

.cart-badge,
.cart-goods-quantity {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(255, 0, 0, .9);
    color: #fff;
    border-radius: 10px;
    margin-top: -22px;
    font-size: 12px;
    padding: 0 4px;
    font-family: Arial;
}

.cart-goods-quantity:empty {
    display: none;
}

.con-bomb-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0;
    width: 320px;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    opacity: 0;
    text-align: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1001;
    font-size: 12px;
}

.navbar-apps-item .con-bomb-box {
    right: -5px;
}

.mini-cart:hover .con-bomb-box {
    display: block;
    opacity: 1;
}

.con-bomb-box .relative {
    position: relative;
}

.con-bomb-box .title {
    color: #333;
    font-size: 1.4rem;
}

.con-bomb-box .info {
    margin: 15px 0;
    color: #999;
}

.con-bomb-box .item {
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
}

.con-bomb-box .item .fa {
    position: absolute;
    left: 0;
    top: 0;
}

.con-bomb-box .detail {
    padding: 8px 15px;
    min-width: 110px;
    font-size: 1.4rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.con-bomb-box .btns-box {
    margin: 0 -20px;
    background-color: #F5F6F5;
}

.con-bomb-box .btns-box>a:hover {
    color: #fedd00;
}

.con-bomb-box .btns-box>a {
    padding: 0;
    color: #666;
    text-align: center;
    margin: 10px 0;
    border-left: 1px dashed #ddd;
}

.con-bomb-box .btns-box a:first-child {
    border-left: none;
}

.con-bomb-box .code {
    padding-top: 20px;
    border-top: 1px dashed #EDEDED;
}

.con-bomb-box .not-login a {
    width: 100%;
}

.con-bomb-box .not-login a:last-child {
    display: none;
}

.con-bomb-box .code figure {
    margin: 0 auto;
    width: 140px;
    border: 1px solid #EDEDED;
}

.con-bomb-box .code-des {
    display: block;
    margin-top: 10px;
    line-height: 1.3;
    text-align: center;
    color: #aaa;
}

.con-bomb-box div.ft {
    margin-top: -1px;
    background: #f5f5f5;
    padding: 10px;
    height: 46px;
}

.con-bomb-box div.ft .p-total {
    float: left;
    line-height: 26px;
}

.con-bomb-box div.ft .btn {
    float: right;
    padding: 0 10px;
    line-height: 24px;
}

.cart-con-box-msg {
    padding: 30px 0;
    text-align: center;
    color: #999;
}

.cart-mini-list li {
    padding: 9px 10px;
    line-height: normal;
    text-align: left;
    border-bottom: 1px solid #ededed;
}

.cart-mini-list li .p-name {
    float: left;
    width: 66%;
}

.cart-mini-list li figure {
    float: left;
    margin-right: 10px;
    width: 52px;
    height: 52px;
    background: #fff;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 52px;
    overflow: hidden;
}

.cart-mini-list li figure img {
    max-height: 50px;
    max-width: 50px;
    display: block;
}

.cart-mini-list .p-detail {
    float: right;
    width: 30%;
    text-align: right;
}

.cart-mini-list .p-detail span {
    display: block;
}

.cart-mini-list li.suit-mini-group {
    padding: 0 0 10px;
}

.suit-mini-item {
    margin: 10px 10px 0;
    padding: 10px 0 0;
    border-top: 1px dashed #ddd;
}

.suit-mini-group>div:nth-of-type(2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.suit-mini-group .suit-title {
    margin-bottom: 10px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    background-color: #eaf4fc;
}

.suit-mini-group .suit-title p {
    float: left;
    max-width: 160px;
}

.suit-mini-group .suit-title i {
    float: right;
}

/* nav-search */
.nav-so-form {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    border-radius: 18px;
    height: 36px;
    font-size: 13px;
    transition: all .5s ease;
    width: 0;
    overflow: hidden;
    border: 1px solid #fff;
    background: #fff;
    opacity: 0;
}

.navbar-so-active {
    z-index: 2;
}

.navbar-so-active .nav-so-form {
    width: 270px;
    border: 1px solid #ececec;
    box-shadow: 0 1px 2px #f3f3f3;
    overflow: initial;
    opacity: 1;
}

.navbar-so-active .nav-so-cate,
.navbar-so-active .nav-so-form-word {
    opacity: 1;
}

.nav-so-cate {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    opacity: 0;
    transition: all .5s ease;
}

.nav-so-cate .dropdown-menu {
    min-width: 100%;
    width: 72px;
    text-align: center;
    font-size: 13px;
    right: 0;
    left: auto;
    margin: 9px 0 0;
}

.nav-so-cate .dropdown-menu>li>a {
    padding: 0 22px;
    line-height: 36px;
}

.nav-so-label {
    color: #666;
    white-space: nowrap;
    margin-bottom: 0;
    line-height: 34px;
    padding: 0 8px 0 15px;
    cursor: pointer;
    border-right: 1px solid #ececec;
}

.nav-so-form .close-it {
    position: absolute;
    right: -46px;
    top: 0;
    border: 1px solid #ececec;
    z-index: 3;
    background: #fff;
}

.nav-so-label .fa {
    width: 14px;
    text-align: right;
}

.nav-so-form-word {
    border: 0;
    outline: none;
    font-size: 13px;
    width: 150px;
    margin-right: 36px;
    background: none;
    opacity: 0;
    transition: all .5s ease;
}

.header-search-wrap {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.header-search-wrap::before,
.header-search-wrap::after
 {
    content: none;
}
.head-search-form {
    margin-right: 93px;
    max-width: 720px;
    position: relative;
}

.so-category-box {
    position: relative;
    border: 2px solid #f30213;border: 2px solid var(--red);
    border-right: 0;
    height: 40px;
}

.so-category-label {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 36px;
    padding: 0 0 0 15px;
    width: 80px;
    margin-bottom: 0;
    color: #888;
    max-width: initial;
    border-right: 1px solid rgba(0, 0, 0, .05);
}

.so-category-label span {
    float: left;
    width: 40px;
}

.head-search-form .form-control {
    width: 390px; /* 修复ie10父级flex布局中，input宽度=父级宽度的bug */
    height: 40px;
    border-radius: 0 !important;
    border: 2px solid #f30213 !important;border: 2px solid var(--red) !important;
    border-width: 2px 0 !important;
}

.head-search-form .btn {
    height: 40px;
    width: 100px;
    min-width: 100px;
    border-radius: 0 !important;
}

.head-search-form .dropdown-menu {
    margin-left: 0;
    border: 2px solid #f30213;border: 2px solid var(--red);
    border-top: 0;
    width: 82px;
    left: -2px;
    margin-top: 0;
    margin-right: -2px;
}

.head-search-form .dropdown-menu:before {
    display: none;
}

.head-search-form .dropdown-menu>li {
    border: 0;
}

.head-search-form .dropdown-menu>li>a {
    padding: 0 0 0 15px;
    line-height: 36px;
    text-align: left;
}

.head-search-form .dropdown-menu>li.active {
    display: none;
}

.head-search-form .dropdown-menu>li>a:hover {
    background: #f30213;background: var(--red);
    color: #fff;
}

.head-search-form .search-hot-words {
    position: absolute;
    top: 56px;
    left: 0;
}

.search-hot-words a {
    position: relative;
    margin-right: 21px;
    color: #999;
    font-size: 12px;
}

.search-hot-words a:hover {
    color: #f30213;color: var(--red)
;}

.search-hot-words a:last-child {
    margin-right: 0;
}

.search-hot-words a:not(:last-child):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #ececec;
    right: -10px;
    top: 1px;
}

/*  components */
.m-row-banner {
    margin-bottom: 20px;
}

.header-bar {
    position: relative;
    padding: 20px 0 25px;
    font-size: 14px;
}

.header-bar-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

.header-bar-tabs a {
    float: left;
    margin: 0 15px;
    font-size: 14px;
    line-height: 28px;
    height: 30px;
}

.header-bar-tabs a.active {
    border-bottom: 2px solid #f30213;border-bottom: 2px solid var(--red);
    color: #f30213;color: var(--red);
}

.header-bar .get-more {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
}

.header-bar .get-more:hover {
    color: #f30213 !important;color: var(--red) !important;
}

.header-bar .get-more .iconfont {
    font-size: 14px;
}

.header-bar .more {
    color: #B8C2CC;color: var(--grey);
}

.header-bar-title-points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-bar-title-points:before,
.header-bar-title-points:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
    margin: 0 20px;
}

.header-bar .classify-list li {
    margin: 0 15px;
}

.header-bar .classify-list li a {
    color: #666666;
}

/* dealer-header */
.dealer-header {
    min-width: 1050px;
}
.dealer-header .logo {
    position: relative;
    display: block; /* 修复ie10盒子无效的bug的bug */

    height: 54px;
    width: 300px;
}

.dealer-header .mini-heiader-logo-img {
    display: none;
    width: 40px; /* 修复ie10宽度自动涨到100%的bug */
    height: 40px;
}
.mini-header .dealer-header .mini-heiader-logo-img{
    display: block;
}
.mini-header .dealer-header  .logo-img {
    display: none;
}
.dealer-header .logo-img {
    height: 32px;
}


.dealer-header .logo h4 {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #282828;
}

.dealer-header .logo h4 span {
   float: left;
}

.dealer-header .split-dot{
    position: relative;
    float: left;
    width: 20px;
    height: 24px;
}
.dealer-header .split-dot::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    top: 50%;
    background-color: #DDDDDD;
    margin:  -2px 0 0 -2px;
    border-radius: 2px;
}
.dealer-header .logo .split-point:before {
    left: 5px;
    top: 70%;
}
.dealer-header .logo h4 strong {
    vertical-align: middle;
    font-weight: 400;
    color: #999;
    font-size: 14px;
;}

.dealer-header .navbar-apps {
    top: -77px;
    right: 0;
}

.dealer-header .navbar-apps .navbar-ico {
    background: none;
}

.dealer-header .navbar-apps .navbar-so {
    display: none;
}

.dealer-header .navbar-apps .mini-cart {
    height: 40px;
    padding: 1px;
    width: 96px;
    background: #f8f8f8;
    border: 1px solid #eee;
}

.dealer-header .navbar-apps .mini-cart>a {
    margin: 0 auto;
    display: block;
    width: 36px;
}

.dealer-header .navbar-apps .mini-cart .ft a {
    width: auto;
}

.dealer-header .navbar-apps .mini-cart:hover {
    background: #fff;
    border: 0;
    padding: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.dealer-header .navbar-apps-item .con-bomb-box {
    right: 0;
}

.dealer-header .navbar-apps-item .con-bomb-box:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 0;
    width: 96px;
    height: 10px;
    background: #fff;
}

/* mini-header */
.mini-header {
    padding-top: 60px;
}
.mini-header header {
    min-width: 1293px;
}
.mini-header .top-bar {
    display: none;
    height: auto;
    line-height: normal;
    background-color: transparent;
}

.mini-header .top-bar .sp-name,
.mini-header .top-bar .pull-right {
    display: none;
}

.mini-header .header {
    display: none;
    float: left;
    padding: 10px 15px 0 15px;
    position: relative;
    z-index: 3;
}

.mini-header .header .logo-img {
    position: static;
    width: auto;
    height: 40px;
    vertical-align: top;
}

.mini-header header .container {
    width: auto;
    min-width: auto;
}

.mini-header header .container .facilitator {
    display: none;
}

.mini-header header {
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1001;
}

.mini-header .header-navbar {
    padding: 12px 0 0;
    margin: 0;
}

.mini-header .nav-category {
    position: relative;
    margin-right: 0;
    left: 0;
}

.mini-header .top-bar .sp-menu {
    border-radius: 3px;
    overflow: hidden;
}

.navbar-logo {
    display: none;
}

.mini-header .dealer-header .logo {
    float: left;
    width: 40px;
    /* overflow: hidden; */
    position: static;
    padding-left: 0;
    padding-top: 0;
    height: auto;
}

.mini-header .dealer-header .logo h3,
.mini-header .dealer-header .logo h4,
.mini-header .dealer-header .head-search-form {
    display: none;
}

.mini-header .dealer-header .top-bar .sp-wrap {
    display: block;
    position: absolute;
    top: 10px;
    left: 65px;
    z-index: 10;
    background: none;
    padding: 0;
}

.mini-header .dealer-header .top-bar .sp-wrap .icon-shop {
    display: block;
    margin-bottom: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    border-radius: 8px;
    background-color: #f30213;background-color: var(--red);
}

.mini-header .dealer-header .header-navbar {
}

.mini-header .dealer-header .navbar-apps {
    top: auto;
    top: 0;
    width: auto;
    right: 15px;
}

.mini-header .dealer-header .navbar-apps .navbar-ico:hover {
    background: #f5f5f5;
}

.mini-header .dealer-header .mini-cart {
    width: auto;
    background-color: transparent;
    border-color: transparent;
}

.mini-header .dealer-header .navbar-apps .mini-cart:hover {
    background-color: transparent;
    box-shadow: none;
}

.mini-header .dealer-header .mini-cart:hover .con-bomb-box {
    display: none;
}

.mini-header .dealer-header .navbar-apps .navbar-so {
    display: block;
}

.mini-header .top-bar-item:hover .sp-menu {
    display: block;
}

/* goods-list */
.goods-list {
    margin: 0 -15px;
}

.goods-list li {
    float: left;
    width: 25%;
    padding: 0 15px 30px;
}

.goods-list-rows {
    margin: 0;
}

.goods-list-rows>li {
    float: none;
    width: auto;
    width: initial;
    padding: 0;
}

.goods-list .goods-item {
    position: relative;
}

.goods-list .goods-item .img-brand {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10;
}

.goods-list .goods-item .img-brand img {
    max-height: 45px;
}

.goods-list-h12 .goods-item {
    width: 50%;
}

.goods-list .goods-item-img {
    display: block;
    position: relative;
    z-index: 2;
}

.goods-list .goods-item-img figure:empty {
    background-image: url(http://static.litku.com/ms/images/bg.png);
    background-size: 100% auto;
    background-position: center;
}

.goods-list-image-center .goods-item-img {
    max-width: 100%;
    max-height: 100%;
    height: initial;
    min-width: initial;
}

.goods-list .goods-item-bd {
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 28px;
}

.goods-list .goods-item-price-wrap {
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 5px;
}

.goods-list .goods-item-price {
    color: #f30213;color: var(--red);
}

.goods-list .goods-item-stock {
    display: none;
    float: right;
    color: #999;
}

.goods-list .goods-item-price strong {
    font-size: 16px;
    font-family: Tahoma;
    font-weight: 400;
}

.goods-list .goods-item-name-wrap {
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 8px;
}

.goods-list .goods-item-name {
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    margin: 0 10%;
}

.goods-list .goods-item-name a {
    color: #666;
}

.goods-list .goods-item-ad {
    color: #f30213;color: var(--red);
    padding-left: 5px;
    font-weight: normal;
}

.goods-list .goods-item-desc {
    display: none;
    color: #999;
    line-height: 18px;
    font-size: 12px;
    margin-top: 8px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 54px;
}

.goods-list .goods-item-has-desc {
    height: 64px;
}

.goods-list .goods-item-has-desc .goods-item-name {
    -webkit-line-clamp: 1;
}

.goods-list .goods-item-name a:hover {
    color: #f30213;color: var(--red);
}

.goods-list .goods-item:hover .goods-item-name {
    -webkit-line-clamp: 2;
}

.goods-list .goods-item:hover .goods-item-has-desc .goods-item-desc {
    -webkit-line-clamp: 1;
}

.goods-list-card {
    margin: 0 -5px;
}

.goods-list-card>li {
    padding: 0 2px 4px !important;
    width: 20%;
}

.goods-list-card .goods-item {
    background-color: #fff;
    padding: 15px;
}

.goods-list-first-lg>li:first-child {
    width: 40%;
}

.goods-list-first-lg>li:first-child .goods-item-bd {
    padding-bottom: 45px;
}

.goods-list-first-lg>li:first-child .goods-item-name-wrap {
    height: 50px;
    margin-top: 10px;
}

.goods-list-first-lg>li:first-child .goods-item-name {
    font-size: 18px;
    -webkit-line-clamp: 2;
    line-height: 26px;
    word-break: break-all;
}

.goods-list-first-lg>li:first-child .m-goods-item__labels {
    bottom: 15px;
}

.goods-list-first-lg>li:first-child .goods-item-price-wrap {
    margin-top: 20px;
}

.goods-list-first-lg>li:first-child .goods-item-price,
.goods-list-first-lg>li:first-child .goods-item-price strong {
    font-size: 20px;
}

.goods-list-first-lg .goods-item-name-wrap {
    margin-top: 0;
}

.goods-list-first-lg>li:not(:first-child) .m-goods-item__labels {
    display: none;
}

.goods-list-first-lg>li:not(:first-child) .goods-item-bd {
    padding-bottom: 0;
}

.goods-list .m-goods-item__labels {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
}

.goods-list .g-name-ct {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin: 6px 0;
}

.goods-list .g-name {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
}

.goods-list .goods-item-param .sku {
    height: 18px;
}

.goods-list .goods-item-param .param {
    word-break: break-all;
    height: 34px;
}

.brand-area .flickity-page-dots {
    bottom: 20px;
}

.brand-area .flickity-page-dots>.dot {
    padding: 0;
    float: none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #f30213;background-color: var(--red);
}

.m-goods-item__labels {
    height: 18px;
    overflow: hidden;
}

.m-goods-item__label {
    float: left;
    font-style: normal;
    height: 18px;
    line-height: 18px;
    margin: 0 3px 0 0;
    padding: 0 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: #f30213;background: var(--red);
    /*background: #FBC02D;*/
    z-index: 22;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
}

.m-goods-item__label--bordered {
    background: none;
    border: 1px solid #f30213;border: 1px solid var(--red);
    line-height: 16px;
    color: #f30213;color: var(--red);
}

.goods-item-marks {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
}

.goods-item-marks-content {
    position: absolute;
    right: 0;
}

.goods-item-mark {
    float: left;
    line-height: 17px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    margin-bottom: 2px;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
}

.goods-item-mark img {
    display: block;
    width: 18px;
    height: 18px;
}

.goods-item-mark-text {
    opacity: .9;
}

/* goods-page-list */

.goods-page-list {
    padding: 10px 0;
}

.goods-page-list .goods-list {
    margin-left: -10px;
    margin-right: -10px;
}

.goods-page-list .goods-list li {
    position: relative;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.goods-page-list .goods-item {
    border: 1px solid #f5f5f5;
}

.goods-page-list .goods-item:hover {
    border-color: #f30213;border-color: var(--red);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 2px #f8f8f8;
    box-shadow: 0 0 6px #ccc;
    outline: 1px solid #f30213;outline: 1px solid var(--red);
}

.goods-page-list .goods-item .goods-item-bd {
    padding-top: 35px;
    padding-bottom: 33px;
    margin: 0 12px 15px;
}

.goods-page-list .goods-list .goods-item-name {
    margin: 0;
    text-align: left;
}

.goods-page-list .goods-item .goods-item-price-wrap {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: left;
    margin-top: 0;
    font-size: 14px;
}

.goods-page-list .goods-item .goods-item-price strong {
    font-size: 18px;
}

.goods-page-list .goods-box li {
    margin-bottom: 50px;
}

.goods-page-list .goods-list .img {
    background-color: #f8f8f8;
}

.goods-page-list .goods-list .img img {
    max-width: 102%;
    max-height: 102%;
}

.goods-page-list .goods-list .g-name {
    text-align: left;
    font-size: 1.4rem;
    line-height: 20px;
}

.goods-page-list .goods-list .g-body {
    padding: 0 5px;
}

/*数量加减样式*/
.quantity .form-control {
    width: 60px;
    margin: 0 -1px;
    text-align: center;
    border-color: #E8E8E8;
    box-shadow: none;
}

.quantity .input-group-addon {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    padding: 0;
}

.quantity .input-group-addon:before {
    position: absolute;
    top: 13px;
    left: 7px;
    width: 14px;
    height: 2px;
    background-color: #666;
    content: '';
}

.quantity .input-group-addon:after {
    position: absolute;
    top: 7px;
    left: 13px;
    content: '';
    height: 14px;
    width: 2px;
    background-color: #666;
}

.quantity .input-group-addon:not(.dis):hover {
    border-color: #c0c0c0;
    z-index: 3;
    position: relative;
}

.quantity .input-group-addon.dis:before {
    background-color: #ccc;
}

.quantity .input-group-addon.dis:after {
    background-color: #ccc;
}

.quantity .minus:after {
    display: none;
}

.min-quantity {}

.min-quantity .form-control {
    height: 24px;
    font-size: 12px;
    padding: 0;
}

.min-quantity .input-group-addon {
    width: 24px;
    height: 24px;
}

.min-quantity .input-group-addon:before {
    top: 10px;
    left: 4px;
}

.min-quantity .input-group-addon:after {
    top: 4px;
    left: 10px;
}

/* box */

.box {
    border: 1px solid #e8e8e8;
}

.box-title {
    padding: 10px 15px;
    background: #f5f5f5;
    line-height: 30px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.box-title .more {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
}

.box-title-inner {
    margin: 0 14px;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
    line-height: 20px;
}

.box-body {
    padding: 14px;
}

.box-grey {
    background-color: #fafafa;
    padding: 25px 30px;
    border: 0;
}

.box-grey .box-title {
    padding: 0 0 15px;
    background: none;
    border: 0;
}

.box-grey .box-body {
    padding: 0;
}

.box-grey-white {
    background-color: #fff;
}

.box-grey-white-bordered {
    border: 1px solid #e8e8e8;
    padding: 25px 29px;
}

.box-rounded {
    border-radius: 3px;
}

.list {
    line-height: 20px;
}

.list>li {
    padding: 2px 0 3px;
    position: relative;
}

.list-dot>li {
    padding-left: 10px;
}

.list-dot>li:before {
    content: '';
    vertical-align: middle;
    width: 2px;
    height: 2px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #B8C2CC;background: var(--grey);

}

.list-dot-lg>li {
    padding-left: 15px;
    font-size: 14px;
}

.list-dot-lg>li:before {
    width: 4px;
    height: 4px;
    background-color: #333;background-color: var(--color);
    border-radius: 50%;
}

.list-no-result {
    margin: 100px;
    padding-top: 110px;
    height: 260px;
    text-align: center;
    background: url(../../images/no_result.png) no-repeat center top;
    background-size: auto 260px;
    font-size: 14px;
    line-height: 20px;
    text-indent: 120px;
}

/* list */
.list-title {
    clear: both;
    margin: 30px 0;
    text-align: center;
    line-height: 1;
}

.list-title .title {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 400;
}

.list-title .title .icon {
    margin-right: 10px;
    height: 44px;
    width: 44px;
}

.list-title .title .name {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 44px;
}

.list-title .des {
    font-size: 1.6rem;
    color: #999;
    line-height: 1.5;
}

/* info-list */

.info-list .header-bar {
    border-bottom: 3px solid #F1F5F8;border-bottom: 3px solid var(--grey-lighter);
    padding: 0 0 20px;
}

.info-list>.item {
    padding: 30px 0;
    border-bottom: 1px solid #F1F5F8;border-bottom: 1px solid var(--grey-lighter);
}

.info-list>.simple-item {
    padding: 10px 0;
    border-bottom: 1px solid #F1F5F8;border-bottom: 1px solid var(--grey-lighter);
    justify-content: space-between
}

.info-list>.item:after {
    left: 0;
    width: 100%;
}

.info-list>.item:hover {
    background: #f8f8f8;
}

.info-list>.item .img {
    width: 270px;
    min-width: auto;
}

.info-list>.item .con {
    margin-right: 20px;
    position: relative;
}

.info-list>.item .info {
    position: absolute;
    bottom: 0;
}

.tag-list {
    margin: -12px -6px 0;
}

.tag-list li {
    float: left;
    margin: 12px 6px 0;
    white-space: nowrap;
    border: 1px solid #e8e8e8;
    height: 34px;
    padding: 0 16px;
    border-radius: 17px;
}

.tag-list li a {
    display: block;
    line-height: 32px;
    max-width: 105px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.tag-list li:hover {
    border-color: #e5e5e5;
}

.tag-list li:hover a {
    color: #f30213;color: var(--red)
;}

/* img-list */

.img-bordered figure {
    box-shadow: none;
}

.img-bordered figure:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, .04);
}

.img-list {
    margin: 0 -15px;
}

.img-list>li {
    float: left;
    width: 25%;
    padding: 0 15px;
    position: relative;
}

.img-list>li.col-xs-6 {
    width: 50%;
}

.img-list>li.col-xs-4 {
    width: 33.333333%;
}

.img-list h3 {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    font-weight: 400;
}

.img-list h3 a {
    color: #666;
}

.img-list h3 a:hover {
    color: #f30213;color: var(--red)
;}

.img-list .desc {
    margin-top: 5px;
    line-height: 20px;
    min-height: 20px;
}

.img-list-bd {
    background: #fff;
    padding: 20px;
}

.img-list-item {
    display: block;
    position: relative;
}

.img-list-rows .img-list-item {
    margin-bottom: 15px
}

.img-list-item .img {
    display: block;
    background-color: #f9f9f9
}

.img-list-item h3 {
    margin: 10px 0;
    font-size: 1.4rem;
    line-height: 30px;
    font-weight: normal;
}

.img-list-item h3.text-overflow-2 {
    height: 40px;
    line-height: 20px;
}

.img-list-item .img-list-bd h3 {
    margin: 0;
    line-height: 30px;
    height: 30px;
}

.img-list-card .bd {
    background-color: #fff;
    padding: 15px;
}

.img-list-card .img-list-item {
    background-color: #fff;
}

.img-list-box .img-list-bd,
.img-list-item-mask .img-list-bd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    background: -webkit-linear-gradient(bottom, #333, transparent);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.img-list-box h3 a,
.img-list-item-mask h3 a {
    color: #fff;
}

.img-list-item-mask:hover h3 a,
.img-list-box>li:hover h3 a {
    color: #fff;
}

/* guide-list */
.guide-page-list .guide-item {
    background: #fff;
    margin-bottom: 30px;
    line-height: 18px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.guide-page-list .guide-item-link {
    display: block;
}

.guide-page-list .guide-item-title {
    padding: 15px 20px 5px;
}

.guide-page-list .guide-item-title h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.guide-page-list .guide-item-fluid .guide-item-title h3 {
    font-size: 18px;
    font-weight: bold;
}

.guide-page-list .guide-item-description {
    padding: 0 20px 0;
    height: 20px;
    line-height: 20px;
    color: #999;
}

.guide-page-list .guide-item-counter {
    padding: 10px 20px;
    height: 40px;
    line-height: 20px;
}

.page-container .pagination {
    margin: 20px 0 50px;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
}

.breadcrumb>li+li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0 8px;
}

.breadcrumb a,
.breadcrumb>.active {
    color: #B8C2CC;color: var(--grey)
;}

.breadcrumb a:hover {
    color: #8795A1;color: var(--grey-dark)
;}

/* masonry-list */
.masonry-list {
    margin: 0 -10px;
}

.masonry-list .item {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.masonry-list .img figure {
    background: none !important;
}

.masonry-list .item .img {
    -webkit-transition: .1s linear;
    transition: .1s linear;
    background: none;
}

.masonry-list .item:hover a {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.masonry-list .item a {
    color: #666;
}

.masonry-list .item h3 {
    margin: 0 0 15px;
    line-height: 20px;
}

.masonry-list .img figure img {
    display: block;
    transform: none;
}

.text-justify {
    text-align: justify;
    text-justify: distribute-all-lines;
}

/* slider */
.slider-wrap {
    position: relative;
}

.slider-wrap .wrap-box {
    position: relative;
    height: 480px;
}

.slider {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    outline: none;
    overflow: hidden;
}

.slider-h400,
.slider-h400 .slider {
    height: 400px;
}

.slider-h400 .item {
    overflow: hidden;
}

.slider-h400 .item img {
    height: 400px;
    margin: 0 auto;
    display: block;
}

.carousel .carousel-indicators,
.flickity-page-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 800px;
    margin: 0 0 0 -400px;
    padding: 0;
    text-align: center;
}

.carousel .carousel-indicators li,
.flickity-page-dots .dot {
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 4px;
    background: rgba(255, 255, 255, .75);
    border-radius: 0;
    border: 0;
}

.carousel .carousel-indicators li.active,
.flickity-page-dots .is-selected {
    background: #f30213;background: var(--red);
}

.carousel .carousel-indicators li:last-child,
.flickity-page-dots li:last-child {
    display: none;
}

.carousel .carousel-indicators li+li,
.flickity-page-dots li+li {
    display: inline-block !important;
}

.flickity-prev-next-button.previous svg {
    margin-left: 5%;
}

.flickity-prev-next-button.next svg {
    margin-left: -5%;
}

.carousel-fluid .item-img {
    display: block;
    width: 100%;
}

.carousel-rounded {
    border-radius: 4px;
    overflow: hidden;
}

/* download-list */
.download-list {
    margin: 0 -10px;
}

.download-list>li {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.download-list>li>a {
    background-color: #f8f8f8;
    padding: 8px 15px 8px 2px;
    height: 52px;
    line-height: 18px;
}

.download-list>li>a .fa {
    float: left;
    width: 52px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    margin-right: 2px;
}

.download-list>li>a:hover {
    border: 2px solid #f30213;border: 2px solid var(--red);
    padding: 6px 13px 6px 0;
    background-color: #fff;
}

.download-list>li>a span {
    word-break: break-all;
    word-wrap: break-word;
}

/*footer*/

.footer .container {
    width: 990px !important;
}

.footer-about {
    padding: 60px 0;
    font-size: 13px;
    line-height: 24px;
}

.footer-about>li {
    padding: 0 40px;
}

.footer-about>li:not(:first-child) {
    border-left: 1px solid #e8e8e8;
}

.footer-about h4 {
    margin-bottom: 15px;
    line-height: 20px;
}

.footer-about .col-sp {
    flex: 1;
}

.footer-about .col-about {
    flex: 1;
}

.footer-about .col-qrcode {
    flex: 1;
}

.footer-about .col-about p {
    color: #333;
}
.footer-about .col-qrcode span.text-grey{
    display:none;
}

.footer-about .wx-qrcode {
    border: 1px solid #e8e8e8;
    padding: 5px;
    width: 132px;
    margin: 0 auto 0;
}

.footer-about .wx-qrcode img {
    width: 120px;
}

.footer {
    background-color: #414141;
    color: #888;
    padding: 40px 0;
}

.footer .bottom-logo {
    float: left;
    margin: 0 60px;
}

.footer .svg-logo {
    width: 200px;
    margin: 10px 0;
}
.footer .svg-logo img {
    height:32px;
}

.footer .help-list {
    padding: 0 60px 0 280px;
}

.footer .help-list li {
    float: left;
    padding: 0 60px;
}

.footer .help-list h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer .help-list a {
    color: #ccc;
    display: block;
    margin-top: 8px;
}

.footer .help-list a:hover {
    color: #fff;
}

footer .copyright {
    text-align: center;
    padding: 20px 0;
    line-height: 20px;
    background-color: #222;
    color: #aaa;
}

/* ico */
.yz-ico-like:before,
.yz-ico-collect:before {
    font-family: "iconfont" !important;
    font-size: 18px;
}

.active>.yz-ico-collect,
.yz-ico-collect.active,
.active>.yz-ico-like,
.yz-ico-like.active {
    /* background: none; */
    color: #fedd00 !important;
}

.active>.yz-ico-like,
.yz-ico-like.active {
    color: #74ca46 !important;
}

/* sidebar */
.sidebar {
    position: fixed;
    right: -1px;
    bottom: 60px;
    z-index: 10000;
    width: 61px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-width: 1px 0 0 1px;
}

.sidebar li {
    position: relative;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.sidebar li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    height: 60px;
    line-height: 18px;
    color: #999;
    cursor: pointer;
}

.sidebar li:hover>a {
    background: #f6f6f6;
    color: #f30213;color: var(--red);
}

.sidebar li .iconfont {
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-pop {
    position: absolute;
    right: 76px;
    display: none;
    bottom: 0;
    width: 180px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #eaeaea;
}

.sidebar-pop:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    width: 20px;
}

.share-hover:hover .sidebar-pop,
.sidebar li:hover .sidebar-pop {
    display: block;
}

.sidebar-pop-header {
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
}

.sidebar-pop-content {
    padding: 15px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
}

.sidebar-pop-content .yz-ico {
    background-size: auto;
}

.sidebar-pop img {
    margin-right: 6px;
    width: 16px;
}

.sidebar-pop-arrow,
.sidebar-pop-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.sidebar-pop-arrow {
    right: -18px;
    bottom: 15px;
    border-left-color: #eaeaea;
    border-width: 9px;
}

.sidebar-pop-arrow:after {
    content: "";
    border-width: 8px;
    border-right-width: 0;
    border-left-color: #fff;
    top: -8px;
    right: 1px;
}

.sidebar-share {
    width: 200px;
}

.sidebar-share img {
    position: absolute;
    width: 168px;
    height: 168px;
    display: block;
    z-index: 1;
}

.sidebar-share .fa-qrcode {
    position: absolute;
    display: block;
    width: 168px;
    height: 168px;
    text-align: center;
    line-height: 170px;
    font-size: 168px;
    color: #ddd;
}

.sidebar-share .btn-wrap .btn {
    margin: 0 5px;
    background-color: #f3f3f3;
    color: #999;
}

.sidebar-share-servicer {
    margin: -6px auto 0px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #282828;
}

.sidebar-share-loading {
    width: 168px;
    min-height: 178px;
    margin: 0 auto;
    position: relative;
}

.sidebar-share-loading .loading {
    width: 168px;
    height: 168px;
    padding: 70px;
    display: block;
}

.sidebar-share-loading span {
    text-align: center;
    color: #aaa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    z-index: 1;
}

.sidebar-share .url {
    position: relative;
    padding: 6px 8px;
    margin-right: 44px;
    height: 30px;
    line-height: 18px;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    font-size: 12px;
    border-radius: 2px 0 0 2px;
    color: #999;
}

.share-url {
    visibility: hidden;
    position: fixed;
    width: 1px;
    height: 1px;
    top: -100000px;
}

.suspension-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: fixed;
    right: 2.4rem;
    bottom: 2.4rem;
    z-index: 1000;
}

/* breadcrumb */
.breadcrumb {
    color: #999;
    margin-bottom: 0;
    padding: 20px 0;
    line-height: 20px;
    background: none;
}

.breadcrumb a {
    color: #666;
}

.breadcrumb a:hover {
    color: #f30213;color: var(--red);
}

.breadcrumb>.active {
    color: #999;
}

/* content */
.content-headline {
    font-size: 3rem;
    font-weight: 700;
    line-height: 125%;
    margin: 10px 0 5px;
    font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
}

.content-slogan {
    font-size: .875rem;
    font-weight: 100;
    line-height: 125%;
    color: #666;
    margin-top: 15px
}

.content-info {
    padding: 5px 0;
    color: #999;
    line-height: 20px;
}

.content-thumb {
    margin: 30px 0;
    text-align: center
}

.content-thumb img {
    margin: 0;
    width: auto;
    max-width: 100%
}

.content-statement {
    margin: 25px 0;
    color: #aaa;
    font-weight: normal;
    font-size: 14px;
}

.content-blockquote {
    font-size: 14px;
    line-height: 25px;
    color: #8795A1;color: var(--grey-dark);
    background: #F8FAFC;background: var(--grey-lightest);
    padding: 15px 20px;
    border: 0;
    border-radius: 6px;
}

.yz-ico.with-badge {
    position: relative;
}

.yz-ico.with-badge:after {
    content: attr(badge);
    position: absolute;
    top: 0;
    left: 70%;
    padding: 2px 5px 3px;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    background-color: #b2bac2;
    border-radius: .7rem;
    transform-origin: left top;
    transform: scale(.75);
}

.yz-ico.active:after {
    background-color: #74ca46
}

.article-body {
    margin: 20px 0;
    line-height: 200%;
    font-size: 1.6rem;
    color: #333;
}

.font-apple {
    font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
}

.font-30 {
    font-size: 30px;
}

.article-body,
.article-body div,
.article-body p,
.article-body span {
    font-family: tahoma, arial, 'Hiragino Sans GB', 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif !important;
}

.article-body p {
    margin-top: 20px;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.article-body img {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}

.single-page .content-side {
    float: left;
    width: 250px;
    border: 1px solid #ececec;
}

.single-page .content-main,
.bordered-content {
    float: right;
    width: calc(100% - 300px);
    padding: 30px 40px;
    border: 1px solid #ececec;
    min-height: 360px;
}

.bordered-content {
    float: none;
    width: auto;
}

.single-page .content-main h1,
.bordered-content h1 {
    font-size: 1.8rem;
    border-bottom: 1px dashed #e8e8e8;
    padding-bottom: 25px;
}

.bordered-content h1 img {
    max-height: 28px;
    margin-right: 15px;
}

.single-page-body p {
    margin: 20px 0
}

.single-page-body table p {
    margin: 0
}

.single-page-body blockquote {
    margin: 20px 0
}

.single-page-body blockquote>p {
    margin-top: 0
}

.single-page-body img {
    max-width: 100%;
}

.middle-nav {
    font-size: 1.6rem;
    padding: 10px 0;
}

.middle-nav .title {
    font-size: 2rem;
    margin: -10px 0 10px;
    padding: 15px 20px;
    border-bottom: 1px solid #ececec;
    background: #f5f5f5;
}

.middle-nav li {
    color: #333;
    line-height: 24px;
}

.middle-nav li a {
    display: block;
    padding: 8px 32px 8px 20px;
    position: relative;
}

.middle-nav li a:hover{
    background: #f5f7f8;
}

.middle-nav li a .fa {
    position: absolute;
    right: 20px;
    top: 8px;
    line-height: 24px;
}

.middle-nav li:hover a,
.middle-nav li.active a {
    color: #f30213;color: var(--red);
}

.icon-product {
    border: 1px solid #f4f4f4;
}

.icon-product:hover {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    border-color: #f30213;border-color: var(--red);
}

.icon-product .img {
    background: #fff;
    overflow: hidden;
}

.icon-product .img img {
    left: 0;
    top: 0;
    height: 100%;
    min-width: 100%;
    max-width: inherit;
    transform: none;
}

.icon-body {
    padding: 12px;
}

.icon-body p {
    line-height: 20px;
}

.icon-product .icon-price {
    line-height: 22px;
    height: 22px;
    margin-bottom: 6px
}

.icon-product .icon-price .text-red {
    font-size: 14px;
}

.icon-product .icon-price strong {
    font-size: 18px;
}

.icon-title-wrap {
    height: 92px;
}

.icon-product .icon-title {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 8px;
}

.icon-product .icon-title a em {
    margin-left: 4px;
    color: #f30213;color: var(--red);
}

.icon-product .icon-shop {
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    color: #999;
}

.icon-product .icon-shop a {
    color: #999;
}

.icon-cate span {
    float: left;
    margin: 5px 5px 0 0;
    border: 1px solid #ddd;
    padding: 0 8px;
    line-height: 22px;
    border-radius: 12px;
    background: #fff;
}

.icon-product .icon-text {
    color: #666;
    line-height: 20px;
    height: 20px;
}

.icon-product .icon-text a {
    color: #666;
}

.icon-product .icon-text a:hover {
    color: #3E9ADE;
}

.icon-product-no-border {
    border: 0;
}

.icon-product-no-border .icon-body {
    padding: 10px 0;
}

.icon-product-no-border:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* pager */
.page-container {
    text-align: center;
}

.page-container .pagination>li {
    display: inline-block;
    margin: 0 5px;
}

.page-container .pagination>li>a {
    font-size: 1.4rem;
    border: 1px solid #EDEDED;
    color: #333;
    border-radius: 0;
}

.page-container .pagination>li>a:hover {
    background-color: #fff;
    border-color: #f30213;border-color: var(--red);
}

.page-container .pagination>.item.active>a {
    color: #ffffff;
}

.page-container .pagination>.item.active>a,
.page-container .pagination>.item.active>a:hover {
    background-color: #f30213;background-color: var(--red);
    border-color: #f30213;border-color: var(--red);
}

.page-container .pre-page a {
    margin-right: 10px;
}

.page-container .next-page a {
    margin-left: 10px;
}

.page-container .pre-page.over a,
.page-container .pre-page.over a:hover,
.page-container .next-page.over a,
.page-container .next-page.over a:hover {
    color: #999;
    cursor: no-drop;
    border-color: #EDEDED;
}

.page-container .menu-list {
    float: left;
    font-size: 1.4rem;
}

.page-container .menu-list input {
    margin: 0 5px;
    width: 40px;
    text-align: center;
    border: 1px solid #ededed;
    outline: none;
}

.page-container .menu-list em {
    display: inline-block;
    padding: 6px 12px;
}

.pager li>a {
    cursor: pointer;
    margin: 0 3px;
    color: #333;color: var(--color);
}

.pager li>a,
.pager li>span {
    font-size: 14px;
    padding: 0 8px;
    line-height: 38px;
    height: 40px;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 2px !important;
    min-width: 40px;
    text-align: center;
}

.pager li>a:focus,
.pager li>a:hover {
    background: #f0f0f0;
    border-color: #ccc;
    color: #333;
}

.pager li.active>a,
.pager li.active>a:hover,
.pager li>span,
.pager li>span:hover {
    margin: 0;
    background: none;
    border-color: transparent;
    color: #333;color: var(--color);
    z-index: 1;
    position: relative;
    cursor: default;
}

.pager li.active>a,
.pager li.active>a:hover {
    color: #f30213;color: var(--red);
    font-weight: 700;
}

.pager li.disabled>a,
.pager li.disabled>a:hover {
    color: #999;
    background: #f4f4f4;
}

.pager li.point a {
    border: 0;
    cursor: default;
    color: #666 !important;
    min-width: auto;
    padding: 0 8px;
    background: none;
    font-weight: bold;
    margin: 0;
}

.pager li.pre-page a:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 16px;
}

.pager li.next-page a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 16px;
}

.tip-box {
    z-index: 10000;
    position: fixed;
    width: 306px;
    top: 50%;
    left: 50%;
    margin-top: -51px;
    margin-left: -153px;
    border-radius: 4px;
    background: #000;
}

.tip-box.show {
    display: block;
    opacity: 0.8;
}

.tip-box.hide0 {
    opacity: 0;
}

.tip-box p {
    padding: 40px 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

/* comment */
.avatar {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #eee url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjM2cHgiIGhlaWdodD0iMzZweCIgdmlld0JveD0iMCAwIDM2IDM2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjMgKDEyMDgxKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5kZWZhdWx0X2dyYXZhdGFyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9ImRlZmF1bHRfZ3JhdmF0YXIiIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiPgogICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlLTIxMC0rLUltcG9ydGVkLUxheWVycy1Db3B5LUNvcHkiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS0yMTAiIGZpbGw9IiNEOEQ4RDgiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHg9IjAiIHk9IjAiIHdpZHRoPSIzNiIgaGVpZ2h0PSIzNiI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTI3Ljg2OTAzMjEsMjYuODUzNjU2OCBMOCwyNi44NTM2NTY4IEM4LDI1Ljg0OTQ1MTQgOC40NzE4MjUsMjQuMTEwOTQ2NiAxMS41MTg5MDQ1LDIyLjM4ODMxNzYgQzEyLjE1Nzg5NiwyMi4wMjcxMjEzIDE1LjM0Mzk1MTIsMjAuMDk2MTA5OCAxNS42MTU5Njc3LDE5LjYzNzE3MjEgQzE1LjkyNDU4MjgsMTkuMTE3MjA4MSAxNi4wMTA2Mzg5LDE4LjQ3NjE4MzcgMTUuNDIwMTE1OCwxNy41MzI1MDg1IEMxNS4zNzI2MzY2LDE3LjQ1NjEwMTYgMTQuNDM0OTIxNSwxNi4wMDgzMzkxIDE0LjE0NTEwMDMsMTUuMDMwNDI5NyBDMTMuOTQwMzQ2LDE0LjMzODMwMiAxMy45MTc1OTU1LDEzLjU0NTQ1NjEgMTMuOTE3NTk1NSwxMi43MTM0MTQ0IEMxMy45MTc1OTU1LDkuODM2MjQ3MDIgMTUuNzIyMzAxNCw4IDE3Ljk0ODM4NTYsOCBDMjAuMTc0NDY5OSw4IDIxLjk3OTE3NTgsOS44MzYyNDcwMiAyMS45NzkxNzU4LDEyLjcxMzQxNDQgQzIxLjk3OTE3NTgsMTMuMzk5MDkyMiAyMS45NjYzMTY4LDE0LjA1NTk5MzMgMjEuODQ3MTI0MSwxNC42NTM4NTI3IEMyMS42Mzk4OTcsMTUuNjkwMzA3NyAyMC43NzU4NzM2LDE3LjAwNTU5ODQgMjAuNTg4NDI5NSwxNy4zMzA1NzU5IEMyMC41NDM5MTc3LDE3LjQwNzQ3OSAyMC41MDc4MTM3LDE3LjQ2NzUxMyAyMC40ODUwNjMzLDE3LjUwMTI1MTEgQzIwLjA3OTAxNjgsMTguMTA3MDQ4OSAxOS45NjI3OTE2LDE4LjU1MzU4MjkgMjAuMDAwODczOSwxOC45MTUyNzU1IEMyMC4wNDQzOTY1LDE5LjMyODU2NzUgMjAuMzEzOTQwMSwxOS42MTYzMzM4IDIwLjY2NzA2NywxOS44NTQ0ODUzIEMyMS4wMzQ1MzY2LDIwLjEwMjA2MzYgMjQuMDExODgxLDIyLjE0OTY3IDI0LjM3Nzg2NjgsMjIuMzg4MzE3NiBDMjYuODcxNTE2MywyNC4wMTY2NzgzIDI3Ljg2OTAzMjEsMjUuNjA2MzM4NSAyNy44NjkwMzIxLDI2Ljg1MzY1NjggTDI3Ljg2OTAzMjEsMjYuODUzNjU2OCBaIiBpZD0iSW1wb3J0ZWQtTGF5ZXJzLUNvcHkiIGZpbGw9IiNGRkZGRkYiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat center;
    background-size: cover;
}

img.avatar {
    background: none;
}

.comment-form {
    position: relative;
    border-radius: 3px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment-form .avatar-wrap {
    margin-right: 12px;
    padding-top: 4px;
}

.comment-avatar figure,
.comment-form .avatar-wrap figure {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.comment-avatar figure img,
.comment-form .avatar-wrap figure img {
    display: block;
    width: 100%;
    min-height: 100%;
    background-size: cover;
}

.comment-form .form-wrap {
    flex: 1;
}

.comment-form .input-wrap {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.comment-form.focused .input-wrap {
    border-color: #007fff;
}

.comment-form .rich-input {
    position: relative;
    padding: 8px 12px;
    color: #17181a;
    outline: none;
    min-height: 38px;
    line-height: 20px;
}

.comment-form .rich-input.empty:before {
    content: attr(placeholder);
    position: absolute;
    opacity: .4;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.comment-content img,
.comment-form .rich-input img {
    width: 20px;
    height: 20px;
    cursor: default;
    margin: 0 1px;
    vertical-align: sub;
}

.comment-form .action-bar {
    margin-top: 8px;
}

.comment-form .emoji-btn {
    color: #027fff;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
}

.comment-form .emoji-btn img {
    float: left;
}

.emoji-wrap {
    position: relative;
}

.emoji-selector {
    padding: 12px;
    position: absolute;
    top: 100%;
    z-index: 1;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .16);
}

.emoji-picker {
    width: 270px;
}

.emoji-list {
    min-height: 180px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.emoji-list li.item {
    width: initial;
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    padding: 4px;
    cursor: pointer;
}

.emoji-list .emoji {
    width: 22px;
    height: 22px;
    display: block;
}

.emoji-list li:hover .emoji {
    transform: scale(1.2);
}

.emoji-pager {
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.emoji-pager li {
    margin: 0 5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #f0f0f0;
    cursor: pointer;
}

.emoji-pager li.active {
    cursor: default;
    background-color: #d8d8d8;
}

.comment-item {
    margin-bottom: 15px;
}

.comment-item:last-child {
    margin-bottom: 0;
}

.comment-item:last-child>.comment-body {
    border-bottom: 0;
}

.comment-item .comment-form {
    margin-bottom: 15px;
    padding-bottom: 0;
    border: 0;
    padding: 10px 9px;
    background-color: #fafbfc;
}

.comment-avatar {
    margin-right: 12px;
}

.comment-meta {
    margin-bottom: 2px;
}

.comment-user {
    padding-right: 5px;
}

.comment-user-ext {
    display: inline-block;
    max-width: 140px;
    color: #8a9aa9;
    white-space: nowrap;
}

.comment-content {
    line-height: 20px;
}

.comment-body {
    flex: 1;
    border-bottom: 1px solid #f1f1f1;
}

.comment-stat {
    margin: 15px 0;
}

.comment-time {
    color: #8a9aa9;
}

.comment-actions {
    font-size: 12px;
    padding-right: 10px;
}

.comment-actions a {
    color: #8a9aa9;
    cursor: pointer;
}

.comment-actions .comment-like {
    min-width: 50px;
    margin-right: 6px;
}

.comment-actions a:hover {
    color: #B8C2CC;color: var(--grey)
;}

.comment-reply-list {
    margin: 15px 0;
    padding: 10px 10px 0;
    background-color: #fafbfc;
    border-radius: 3px;
}

.comment-reply-list .comment-actions {
    padding-right: 0;
}

/* modal */
.modal-center {
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-center .modal-dialog {
    margin: 20px auto;
    max-height: 100%;
}

/* login */

.login-panel .nav-tabs {
    border-color: #f0f0f0;
}

.login-panel .nav-tabs>li {
    width: 50%;
    text-align: center;
}

.login-panel .nav-tabs>li>a {
    margin: 0;
    line-height: 40px;
    border: 0 !important;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0;
    color: #888;
    background: none !important;
}

.login-panel .nav-tabs>li:not(:first-child) {
    border-left: 1px solid #f0f0f0;
}

.login-panel .nav-tabs>li.active>a {
    color: #f30213;color: var(--red);
    position: relative;
}

.login-panel .tab-content {
    padding: 25px 30px 45px;
}

.login-panel .form-group {
    position: relative;
}

.login-panel .form-group .control-label {
    position: absolute;
    margin-bottom: 0;
    line-height: 44px;
    top: 0;
    left: 0;
    padding: 0 12px;
    z-index: 10;
}

.login-panel .control-label .iconfont {
    float: left;
    width: 20px;
    text-align: center;
    margin-right: 12px;
    font-size: 20px;
    color: #ccc;
}

.login-panel .form-group .form-control {
    padding-left: 42px;
}

.login-panel .input-vcode-addon {
    right: 10px;
    top: 0;
    padding: 7px 0 7px 10px;
    height: 100%;
    line-height: 30px;
    border-left: 1px solid #ccc;
}

.login-panel .input-vcode-addon img {
    height: 30px;
}

.login-dialog .modal-header {
    padding: 0;
    border: 0;
}

.login-dialog .modal-title {
    display: none;
}

.login-dialog .modal-header .close {
    position: absolute;
    right: -48px;
    top: -48px;
    width: 48px;
    height: 48px;
    text-align: center;
    background: #aaa;
    border-radius: 50%;
    text-shadow: none;
    opacity: 1;
    overflow: hidden;
    text-indent: 48px;
    color: #666;
    outline: none !important;
}

.login-dialog .modal-header .close:before {
    content: '\e6b6';
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 52px;
    font-family: 'iconfont';
    font-size: 28px;
    text-indent: 0;
}

.login-dialog .modal-header .close:hover {
    background: #f30213;background: var(--red);
    color: #fff;
}

.login-dialog .modal-dialog {
    width: 380px !important;
    margin-top: -60px !important;
}

.login-dialog .modal-content {
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.login-dialog .modal-body {
    padding: 0;
}

.login-dialog .login-panel .tab-content {
    padding: 25px 30px 0;
}

.login-dialog .social-login {
    margin-left: -30px;
    margin-right: -30px;
}

/*social-login*/
.social-login {
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.social-login-title {
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    width: 110px;
    padding: 0 10px;
    z-index: 1;
    background-color: #fff;
    line-height: 20px;
    text-align: center;
}

.social-login-title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    margin-top: -1px;
    z-index: -1;
}

.social-login-bd {
    padding: 15px 0 18px;
    text-align: center;
}

.social-login .social-icon {
    display: inline-block;
    margin: 0 8px;
    border: 2px solid #919191;
    color: #919191;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;

}

.social-login .social-icon .fa {
    font-size: 20px;
    line-height: 36px;
}

.social-login .social-icon .iconfont {
    font-size: 30px;
    line-height: 38px;
}

.social-login .social-icon:hover {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-login .social-weibo:hover {
    background: #d53326;
    border-color: #d53326;
}

.social-login .social-qq:hover {
    background: #5194d0;
    border-color: #5194d0;
}

.social-login .social-weixin:hover {
    background: #3eb135;
    border-color: #3eb135;
}

.social-login .social-zfb:hover {
    background-color: #00aaee;
    border-color: #00aaee
}

.list-bar {
    padding-bottom: 10px;
    border-bottom: 2px solid #d8d8d8;
}

.list-bar .sorts a.disabled,
.list-bar .sorts a.disabled .fa {
    color: #ddd;
}

.list-bar li {
    float: left;
}

.list-bar .sorts .sort-desc .fa:before {
    content: "\f176";
}

.list-bar .sorts a {
    display: block;
    padding-right: 38px;
    font-size: 14px;
}

.list-bar .sorts a.active,
.list-bar .sorts a:hover {
    color: #C40D2E;
}

.list-bar .total {
    color: #888888;
    font-size: 14px;
}

.simple-list-2>.row {
    margin-left: -20px;
    margin-right: -20px;
}

.simple-list-2 li {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.simple-list-2 li .img-box {
    display: block;
    margin-bottom: 20px;
}

.simple-list-2 li .img>figure {
    padding-bottom: 68.529%;
}

.simple-list-2 li .title {
    display: block;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
}

.simple-list-2 li .des {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #666;
}

.guide-page-list {
    position: relative;
}

.guide-page-list .flickity-prev-next-button.previous {
    left: -85px;
}

.guide-page-list .flickity-prev-next-button.next {
    right: -85px;
}

.guide-page-list .flickity-page-dots {
    left: 0;
    bottom: -10px;
}

.guide-page-list .item {
    overflow: hidden;
}

.brand-con-box .img-list {
    margin: 0;
    padding: 1px 0 0 1px;
}

.brand-con-box .img-list li {
    border: 1px solid #f4f4f4;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
    margin: -1px 0 0 -1px;
    position: relative;
    float: left;
    width: 12.5%;
    min-height: 1px;
}

.brand-con-box .img-list li:hover {
    border-color: #f30213;border-color: var(--red);
    position: relative;
    z-index: 1;
}

.brand-con-box .img-list li a {
    padding: 10px 0;
}

.brand-con-box .img-list li:hover .first,
.brand-con-box .img-list li .second {
    display: none;
}

.brand-con-box .img-list li:hover .second {
    display: block;
}

.facilitator {
    position: relative;
    margin-left: 80px;
    text-align: left;
}

.facilitator .name {
    position: relative;
}

.facilitator .medal {
    position: absolute;
    top: 6px;
    right: -32px;
    width: 22px;
    height: 22px;
}

.store-con {}

.store-con .input-group .clear-val {
    display: table-cell;
}

.store-con .form-control {
    height: 40px;
    border-radius: 2px;
    background-color: #F5F5F5;
    border-color: #eee;
    box-shadow: none;
}

.store-con .input-group {
    float: right;
    max-width: 300px;
}

.store-con .detail-des .title {
    margin-bottom: 25px;
    height: 42px;
    line-height: 42px;
    font-size: 30px;
    font-weight: normal;
}

.store-con .detail-des .info p {
    margin-top: 20px;
    font-size: 14px;
    color: #666666;
}

.store-con .detail-des .description {
    line-height: 22px;
    font-size: 16px;
}

.store-con .baidu-maps {
    height: 500px;
}

.store-img-slider .flickity-page-dots {
    display: none;
}

.store-img-slider .item {
    overflow: hidden;
}

.store-img-slider .item-img {
    display: block;
    margin: 0 auto;
    height: 700px;
}

/* 以下不要增加样式代码 */
body {
    min-width: 1200px;
}

.container {
    width: 1200px;
}

.el-comment {
    display: none !important;
}

.event-to-top {
    display: none;
}



/*@media (max-width: 1199px) {*/
/*.container {*/
/*width: 990px;*/
/*}*/

.nav-category .collapse {
    width: 960px;
}

/*.header-navbar .navbar-nav > li {*/
/*padding: 0 15px;*/
/*}*/

/*.dealer-header .head-search-form {*/
/*margin-left: 20px;*/
/*margin-right: 220px;*/
/*}*/

/*.dealer-header .navbar-apps {*/
/*width: 220px;*/
/*}*/

/*.goods-list, .img-list {*/
/*margin-left: -10px;*/
/*margin-right: -10px*/
/*}*/

/*.goods-list > li, .img-list > li {*/
/*padding-left: 10px;*/
/*padding-right: 10px*/
/*}*/

/*.goods-list-card {*/
/*margin-right: -1px;*/
/*margin-left: 0;*/
/*}*/

/*.goods-list-card > li {*/
/*padding: 0 1px 1px 0 !important;*/
/*}*/

/*.goods-list-card .goods-item {*/
/*padding: 10px;*/
/*}*/

/*.slider-h400, .slider-h400 .slider,*/
/*.slider-h400 .item img {*/
/*height: 300px;*/
/*}*/
/*}*/

@media (min-width: 1200px) {

    .footer-about>li {
        padding: 0 60px;
    }

    .dealer-header .head-search-form {
        margin-right: 221px;
        margin-right: 240px;
    }

    .dealer-header .navbar-apps {
        width: 240px;
    }

    .nav-category .collapse {
        width: 1170px;
        width: 1200px;
    }

    /*.slider-h400, .slider-h400 .slider,*/
    /*.slider-h400 .item img {*/
    /*height: 360px;*/
    /*}*/
}

@media (min-width: 1441px) {
    .container {
        width: 1400px;
    }

    .header-navbar .navbar-nav>li {
        padding: 0 32px;
    }

    /* .dealer-header .head-search-form {
        margin-left: 100px;
        margin-right: 400px;
    } */

    .dealer-header .navbar-apps {
        /* background-color: #fff; */
    }

    .nav-category .collapse {
        width: 1370px;
        width: 1400px;
    }

    .goods-page-list .goods-list>li {
        width: 20%;
    }

    .slider-h400,
    .slider-h400 .slider,
    .slider-h400 .item img {
        height: 480px;
    }
}

/* 照明设计计算器  */
.budget-tool {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.budget-tool .content {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 832px;
    border-radius: 5px;
    background-color: #fff;
}

.budget-tool .content .header-title {
    position: relative;
    line-height: 75px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #f30213;color: var(--red);
    font-weight: 500;
}

.budget-tool .content .header-title .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 75px;
    line-height: 75px;
    font-size: 40px;
    font-weight: 400;
}

.budget-tool .content .options {
    padding: 64px 80px;
}

.budget-tool .options .form-group {
    width: 306px;
    height: 54px;
    line-height: 54px;
}

.budget-tool .options .form-group .form-label {
    font-size: 16px;
    color: #999999;
}

.budget-tool .options .btn-submit {
    outline: none;
    width: 100%;
    height: 54px;
    background-color: #f30213;background-color: var(--red);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
}

.budget-tool .options .disable {
    background-color: #DDDDDD;
}

.budget-tool .form-input {
    position: relative;
    width: 210px;
    height: 54px;
    font-size: 14px;
    color: #111111;
}

.budget-tool .area input {
    padding-right: 40px;
}

.budget-tool .form-input input {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-left: 10px;
    outline: 0;
    background: none;
}

.budget-tool .form-input .unit {
    position: absolute;
    top: 0;
    right: 15px;
}

.budget-tool .form-select {
    position: relative;
    width: 210px;
    height: 54px;
    font-size: 14px;
    color: #111111;
}

.budget-tool .form-select input {
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 4px;
    padding-left: 10px;
    outline: 0;
    background: none;
    cursor: pointer
}

.budget-tool .form-select .form-select-arrow-down {
    position: absolute;
    top: 22px;
    right: 15px;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #d8d8d8 transparent transparent;
}

.budget-tool .form-select .form-select-list {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 2;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 4px 4px;
    background-color: #fff;
}

.budget-tool .form-select .form-select-list li {
    padding: 0 10px;
}

.budget-tool .form-select .form-select-list li>p {
    border-top: 2px solid #fbfbfb;
}

.budget-tool .form-select .form-select-list li:hover {
    color: #f30213;color: var(--red);
    cursor: pointer;
}

.budget-tool .form-select-active .form-select-list {
    display: block;
    border-top: none;
}

.budget-tool .form-select-active input {
    border-radius: 4px 4px 0 0;
    border-bottom-color: #fff;
}

.budget-tool .form-checkbox {
    width: 210px;
    height: 54px;
}

.budget-tool .result {
    display: none;
    margin-top: 20px;
}

.budget-tool .result>p {
    font-size: 18px;
    color: #9b9b9b;
}

.budget-tool .result>p>em {
    color: #f30213;color: var(--red);
    font-size: 20px;
}

.budget-tool .result>p>strong {
    font-size: 22px;
    font-family: Arial, "microsoft yahei";
}

.budget-tool .smscode span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    padding: 0 5px;
}

.budget-tool .smscode .disable {
    background-color: #e6e6e6;
    cursor: default;
}

.budget-tool .smscode span:hover {
    background-color: #e6e6e6;
}

.budget-tool .province input {
    cursor: pointer;
}

.budget-tool .province .distpick {
    display: none;
    position: absolute;
    top: -300px;
    left: -50px;
    background-color: #fff;
    height: 300px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 5px rgba(150, 150, 150, 0.5);
}

.budget-tool .province .distpick li {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.budget-tool .province .distpick li:hover {
    background-color: #e5e5e5;
}

.budget-tool .province .distpick .province-list {
    height: 100%;
    overflow-y: scroll;
}

.budget-tool .province .distpick .city-list {
    min-width: 100px;
    height: 100%;
    overflow-y: scroll;
}

.budget-tool .form-group .unedit {
    color: #999999;
    cursor: default
}


/* 商城首页——小云轻智能系统——样式1，7条商品数据 */
.goods-list-of-7-items {
    overflow: hidden;
}

.goods-list-of-7-items>li {
    width: 20%;
}

.goods-list-of-7-items>li figure img {
    background: rgba(247, 248, 252, 1);
}

/* .goods-list-of-7-items > li .goods-item-bd {
    padding-top: 1px;
    padding-bottom: 1px;
} */
.goods-list-of-7-items>li:first-child {
    width: 40%;
}

.goods-list-of-7-items>li:first-child>div {
    padding: 16px;
}

.goods-list-of-7-items>li:first-child figure,
.goods-list-of-7-items>li:first-child figure img {
    height: 748px;
}

.goods-list-of-7-items>li:first-child .goods-item-bd {
    display: none;
}

/* 商城首页——小云轻智能系统——样式2，8条商品数据 */
.goods-list-of-8-items {
    overflow: hidden;
}

.goods-list-of-8-items>li:nth-child(4n+1) {
    width: 40%;
}

.goods-list-of-8-items>li:nth-child(4n+1) .img-square figure {
    padding-bottom: 0;
    height: 358px;
}

.goods-list-of-8-items>li:nth-child(4n+1) .goods-item-bd {
    display: none;
}

/* 商城首页——小云轻智能系统——样式3，9条商品数据-1 */
.goods-list-of-9-items-type1 {
    overflow: hidden;
}

.goods-list-of-9-items-type1>li:first-child {
    width: 40%;
}

.goods-list-of-9-items-type1>li:first-child .img-square figure {
    padding-bottom: 0;
    height: 358px;
}

.goods-list-of-9-items-type1>li:first-child .goods-item-bd {
    display: none;
}

/* 商城首页——小云轻智能系统——样式4，9条商品数据-2 */
.goods-list-of-9-items-type2 {
    overflow: hidden;
}

.goods-list-of-9-items-type2>li:first-child {
    width: 20%;
}

.goods-list-of-9-items-type2>li:first-child .goods-item-bd {
    display: none;
}

.goods-list-of-9-items-type2>li:first-child figure,
.goods-list-of-9-items-type2>li:first-child figure img {
    height: 750px;
}

/* 商城首页——小云轻智能系统——样式5，10条商品数据 */
.goods-list-of-10-items {
    overflow: hidden;
}

.goods-list-of-10-items>li:nth-child(5n+1) figure,
.goods-list-of-10-items>li:nth-child(5n+1) figure img {
    height: 358px;
}

.goods-list-of-10-items>li:nth-child(5n+1) .goods-item-bd {
    display: none;
}

/* 我也很无奈啊 */
@media (max-width: 1441px) {

    .goods-list-of-7-items>li:first-child figure,
    .goods-list-of-7-items>li:first-child figure img {
        height: 668px;
    }

    .goods-list-of-8-items>li:nth-child(4n+1) .img-square figure {
        padding-bottom: 0;
        height: 318px;
    }

    .goods-list-of-9-items-type1>li:first-child .img-square figure {
        padding-bottom: 0;
        height: 318px;
    }

    .goods-list-of-9-items-type2>li:first-child figure,
    .goods-list-of-9-items-type2>li:first-child figure img {
        height: 670px;
    }

    .goods-list-of-10-items>li:nth-child(5n+1) figure,
    .goods-list-of-10-items>li:nth-child(5n+1) figure img {
        height: 318px;
    }
}

/* 造价估算 功率估算页样式 */
#tools-page {
    min-height: 700px;
    padding: 20px 0 40px;
}

#tools-page .ep-page-body table {
    border-spacing: 0;
    border-collapse: unset;
    border-bottom: 1px solid #000;
}

#tools-page .ep-page-body table th,
#tools-page .ep-page-body table td {
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 10px;
    border-right: none;
    border-top: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}
#tools-page .ep-page-body table tr {
    position: relative;
}
#tools-page .ep-page-body table tr th:nth-of-type(1),
#tools-page .ep-page-body table tr td:nth-of-type(1){
    border-left: none;
}
#tools-page .ep-page-body table tr th:nth-of-type(2),
#tools-page .ep-page-body table tr td:nth-of-type(2),
#tools-page .ep-page-body table tr td:nth-of-type(2) textarea {
    text-align: left;
    padding: 0 10px;
    height: calc(100% + 2px);
}
#tools-page .ep-page-body table tr td:nth-of-type(3),
#tools-page .ep-page-body table tr th:nth-of-type(3),
#tools-page .ep-page-body table tr td:nth-of-type(3) input,
#tools-page .ep-page-body table tr td:nth-of-type(5),
#tools-page .ep-page-body table tr th:nth-of-type(5),
#tools-page .ep-page-body table tr td:nth-of-type(5) input,
#tools-page .ep-page-body table tr td:nth-of-type(6),
#tools-page .ep-page-body table tr th:nth-of-type(6),
#tools-page .ep-page-body table tr td:nth-of-type(6) input{
    text-align: right;
    height: calc(100% + 2px);
}
#tools-page .ep-page-body table tr td:last-child,
#tools-page .ep-page-body table tr td:last-child textarea,
#tools-page .ep-page-body table tr th:last-child{
    padding-right: 50px;
    text-align: left;
    padding-left: 10px;
    white-space: nowrap;
    height: calc(100% + 2px);
}
#tools-page .ep-page-body table td {
    transition: all .3s;
    background-color: #fff;
    color: rgba(0, 0, 0, .65)
}
#tools-page .ep-page-body table tr td:nth-of-type(7) {
    cursor: pointer;
}

#tools-page .ep-page-body table tr:hover>td {
    background-color: #fafafa;
}

#tools-page .ep-page-body table th {
    background-color: #fafafa;
    color: rgba(0, 0, 0, .85)
}

#tools-page .ep-page-body table td textarea {
    resize: none;
    padding: 0;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    height: calc(100% + 2px);
}


#tools-page .ep-page-body table td input {
    text-align: center;
    overflow: hidden;
    z-index: 2;
    height: calc(100% + 2px);
}


#tools-page .ep-page-body .table-calc-foot {
    border-color: #000;
    border-style: solid;
    border-width: 0px 2px 2px 2px;
    margin-top: -1px;
}

#tools-page .header-bar-title {
    position: relative;
    padding-left: 20px;
}

#tools-page .header-bar-title::after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    height: 36px;
    width: 10px;
    background-color: #9dc3e6;
}
#tools-page #emptyTable {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
    color: #38f;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#tools-page #downloadPDF {
    float: right;
    margin-top: 10px;
    font-size: 14px;
    color: #38f;
}
#tools-page .ep-table-contextmenu  .dropdown-menu {
    margin: 0;
}
.bootbox-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-con-box {
    max-height: 400px;
}

.preview-box{
    position: absolute;
    width: 1400px;
    top: 0;left: 0;
    z-index: -1;
    height: 0;
    overflow: hidden;
}
.preview-box .page_index{
    text-align: right;
    font-size: 12px;
}