/* 侧边栏 */
.side-menu {
    width: 88px;
    /* height: 497px; */
    /* display: none; */
    padding-bottom: 18px;
    transform: translateY(-50%);
    position: fixed;
    left: 7px;
    top: 50%;
    z-index: 12;
    /* border: 1px rgb(234,95,22) solid; */
    background: -webkit-radial-gradient(circle, #4362d7, #304EBC, #5e77d5);
    background: -o-radial-gradient(circle, #4362d7, #304EBC, #5e77d5);
    background: -moz-radial-gradient(circle, #4362d7, #304EBC, #5e77d5);
    background: radial-gradient(circle, #4362d7, #304EBC, #5e77d5);
    border-radius: 22px;
}

.side-menu .box {
    width: 68px;
    /* height: 30px; */
    line-height: 28px;
    margin: 0 auto;
    background: #fff;
    color: #304EBC;
    font-size: 13px;
    text-align: center;
    border-radius: 25px;
    margin-top: 18px;
    cursor: pointer;
}

.side-menu .bo:hover {
    background: #c7cfee;
}

.side-menu .box.qrcode {
    margin-top: 14px;
    background: none;
    height: auto;
    padding: 0;
    line-height: 14px;
    color: #fff;
    border-radius: 0;
}

.side-menu .qrcode {
    width: 51px;
    height: 57px;
    padding: 0;
    overflow: hidden;
}

.side-menu .qrcode img {
    /* margin: 5px; */
    /* width: 100%; */
    float: left;
    margin-top: 5px;
}

.side-menu .qrcode .phone {
    font-size: 12px;
    float: left;
    width: 17px;
}

.side-menu .go-top {
    display: none;
    color: white;
    border-bottom: none;
    cursor: pointer;
    background: none;
}

.side-menu .go-top img {
    /* margin: 2px 0 0 8px; */
    margin: 0 auto;
    width: 44px;
}

/* 前面板 */
.focus {
    margin-top: 10px;
    position: relative;
}

.focus .itemCate {
    width: 200px;
    height: 470px;
    position: absolute;
    z-index: 3;
    top: -50px;
    background-color: #627ad1;
}

.focus .itemCate .cateTitle {
    background-color: #304EBC;
    height: 40px;
}

.focus .itemCate img.itemIcon {
    margin: 7px 10px 0px 20px;
    float: left;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.focus .itemCate img.itemIcon.ttl {
    margin: 9px 10px 0px 20px;
}

.focus .itemCate .cateTitle .title {
    color: #fffafa;
    font-size: 14px;
    line-height: 40px;
}

.focus .itemCate li.shopItem {
    height: 34px;
    width: 200px;
    line-height: 34px;
    float: left;
    background-color: #627ad1;
}

.focus .itemCate li.shopItem a {
    color: #fffafa;
}

.focus .itemCate li.shopItem:hover {
    background-image: url('../../image/item-cate/menu-hover.png');
}

.focus .itemCate li.shopItem:hover a .right {
    display: none;
}

.focus .itemCate li.shopItem:hover .tab-menu {
    display: block;
}

.focus .itemCate li .itemName {
    width: 100px;
    float: left;
    line-height: 34px;
    font-size: 14px;
}

.focus .itemCate li.shopItem .right {
    float: right;
    margin: 13px 10px 0 0;
}

.focus .tab-menu {
    display: none;
    width: 301px;
    /* height: 408px; */
    height: auto;
    border: 1px #304EBC solid;
    /* border-left: none; */
    background: #fff;
    position: absolute;
    left: 200px;
    z-index: 40;
}

.focus .tab-menu .tab-menu-left {
    /* width: 201px; */
    width: 100%;
    /* height: 367px; */
    height: auto;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    color: rgb(102, 102, 102);
    padding-top: 41px;
    float: left;
}

.focus .itemCate li .tab-menu .tab-menu-left a {
    display: block;
    margin-bottom: 18px;
    color: rgb(102, 102, 102);
    line-height: normal;
    font-size: 17px;
}

.focus .itemCate li .tab-menu .tab-menu-left a:hover {
    color: #304EBC
}


.focus .tab-menu .tab-menu-left .tab-menu-line {
    margin-left: 42px;
    float: left;
}

.focus-mid {
    width: 700px;
    margin-left: 210px;
    float: left;
}

.focus-mid .swiper {
    width: 700px;
    /* height: 300px; */
    height: 450px;
}

.focus-mid .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.focus-mid .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.focus-mid .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.focus-mid .swiper-button-next,
.focus-mid .swiper-button-prev {
    background-color: rgba(240, 240, 240, 60%);
    color: #fff;
    border-radius: 6px;
}

.focus-mid .swiper-button-next:after,
.focus-mid .swiper-button-prev:after {
    transform: scale(0.5);
}

.focus-mid .banner .banner-item {
    float: left;
    height: 122px;
    margin-top: 10px;
}

.focus-mid .banner .banner-item:nth-child(2n) {
    margin-left: 10px;
}

.focus-mid .banner .banner-item a,
.focus-mid .banner .banner-item img {
    width: 345px;
    height: 100%;
}

.focus-right {
    width: 280px;
    /* height: 418px; */
    /* background-color: white; */
    float: left;
    margin-left: 10px;
    /* overflow: hidden; */
    /* border-top: 2px #304EBC solid; */
}

.focus-right .fs-right-top {
    width: 100%;
    height: 200px;
}

.focus-right .fs-right-top .logo {
    width: 200px;
    margin: 0 auto;
    padding-top: 25px;
}

.focus-right .fs-right-top .logo img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    margin-bottom: 14px;
    border-radius: 50%;
}

.focus-right .fs-right-top p {
    text-align: center;
    font-size: 12px;
    color: #666666;
    height: 21px;
}

.focus-right .fs-right-top .button {
    width: 200px;
    margin: 0 auto;
    margin-top: 13px;
}

.focus-right .fs-right-top .button a {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    background-color: #304EBC;
    color: rgb(245, 245, 245);
    border: 1px solid #304EBC;
    cursor: pointer;
}


.focus-right .fs-right-top .button .register {
    width: 80px;
    background-color: rgb(255, 255, 255);
    color: #304EBC;
    border: 1px solid #304EBC;
    margin-left: 15px;
}

.fs-right-tab {
    margin-top: 20px;
}

.fs-right-tab .tabLi {
    width: 100%;
    height: 40px;
    line-height: 42px;
    text-align: center;
    margin-top: 2px;
    color: #fff;
    font-size: 14px;
    background: #304EBC;
    letter-spacing: 2px;
    position: relative;
}

.fs-right-tab .current {
    background: #304EBC;
}

.fs-right-tab .tabLi:hover {
    background: #304EBC;
}

.fs-right-tab .tabLi .title {
    margin-left: 15px;
}

.fs-right-tab .tabLi .title .icon {
    width: 20px;
    height: 20px;
    background: url(../../image/index/lb.png) no-repeat 100%;
    margin: 12px 10px 0 0;
}

.fs-right-tab .tabLi .more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    color: #fff;
    cursor: pointer;
}

.fs-right-tab .tabLi .more .icon {
    width: 14px;
    height: 14px;
    background: url(../../image/index/more.png) no-repeat 100%;
    margin: 14px 0 0 0;
}

.fs-right-tab ul {
    margin: 10px 0;
    overflow: hidden;
}

.fs-right-tab ul li {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
}

.fs-right-tab li span {
    font-weight: bold;
    padding-left: 12px;
    padding-right: 5px;
    line-height: 25px;
    height: 25px;
    float: left;
    color: #999;
    padding-top: 3px;
}

.fs-right-tab li a {
    display: inline-block;
    width: 250px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.focus-right .banner-img {
    width: 280px;
    height: 254px;
    margin-top: 10px;
}

.focus-right .banner-img img {
    width: 100%;
    height: 100%;
}

/* 特价专区 */
.sl {
    margin-top: 30px;
}

.sl .sl-top {
    height: 40px;
    border-bottom: 2px #304EBC solid;
}

.sl .sl-top .sl-top-title {
    width: 223px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
    float: left;
}

.sl .sales .sl-top .sl-top-title {
    color: #304EBC;
}

.sl .sl-top .sl-top-right {
    float: right;
    width: 969px;
    height: 38px;
}

.sl .sales .sl-top .sl-top-right {}

.sl .sl-top .sl-top-right a {
    float: right;
}

.sl .sl-top .sl-top-right span {
    font-size: 14px;
    line-height: 40px;
    color: rgb(102, 102, 102);
}

.sl .sl-top .sl-top-right img {
    margin-top: 14px;
    margin-left: 6px;
    float: right;
}

.sl .sl-list {
    margin-top: 30px;
    margin: 30px auto;
}

.sl .sl-list .sl-list-box {
    width: 230px;
    background-color: white;
    margin-left: 10px;
    float: left;
    border: 1px rgb(245, 245, 245) solid;
    margin-bottom: 25px;
}

.sl .sl-list .sl-list-box:nth-child(5n+1) {
    margin-left: 0;
}

.sl .sl-list .sl-list-box:hover {
    border: 1px rgb(204, 204, 204) solid;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.8);
}

.sl .sl-list .sl-list-box .top {
    height: 219px;
    overflow: hidden;
}

.sl .sl-list .sl-list-box .cuxiao {
    height: 64px;
    position: absolute;
    z-index: 0;
    /* display: none; */
}

.sl .sl-list .sl-list-box .date {
    font-size: 12px;
    color: rgb(234, 95, 22);
    width: 100%;
    text-align: center;
    line-height: 28px;
    height: 28px;
}

.sl .sl-list .sl-list-box .item-img {
    width: 230px;
    height: 192px;
    overflow: hidden;
}

.sl .sl-list .sl-list-box .item-img img {
    height: 100%;
    margin: 0 auto;
    display: block;
}

.sl .sl-list .sl-list-box .item-mid {
    height: 108px;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.sl .sl-list .sl-list-box .item-name {
    width: 192px;
    height: 36px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border-top: 1px rgb(238, 238, 238) solid;
    padding-top: 7px;
    margin-bottom: 2px;
}

.sl .sl-list .sl-list-box .item-name a {
    color: #666666;
    font-size: 14px;
}

.sl .sl-list .sl-list-box .item-mid .item-price {
    /* width: 125px; */
    width: 56%;
    float: left;
    color: rgb(234, 95, 22);
}

.sl .sl-list .sl-list-box .item-mid .item-price.con {
    width: 100%;
    text-align: center;
}

.sl .sl-list .sl-list-box .item-mid .item-price a.no-login {
    font-size: 12px;
    color: rgb(234, 95, 22);
    margin-top: 5px;
}

.sl .sl-list .sl-list-box .item-bom {
    width: 230px;
    overflow: hidden;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num {
    height: 33px;
    width: 100%;
    border-top: 1px rgb(227, 227, 227) solid;
    background-color: rgb(238, 238, 238);
    overflow: hidden;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .item-do {
    margin: 4px auto 0 auto;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .sub {
    background-image: url(../../image/index/sub.png);
    height: 24px;
    width: 24px;
    border: none;
    float: left;
}

.item-bom-num .sub {
    background-image: url(../../image/index/sub.png);
    height: 24px;
    width: 24px;
    border: none;
    float: left;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .item-num {
    width: 36px;
    float: left;
    margin-left: 6px;
    height: 20px;
    border: 1px rgb(227, 227, 227) solid;
    border-radius: 4px;
    color: #666666;
    text-align: center;
    outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.item-bom-num .item-num {
    width: 36px;
    float: left;
    margin-left: 6px;
    height: 22px;
    border: 1px rgb(227, 227, 227) solid;
    border-radius: 4px;
    color: #666666;
    text-align: center;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .add {
    background-image: url(../../image/index/add.png);
    height: 24px;
    width: 24px;
    margin-left: 6px;
    float: left;
}

.item-bom-num .add {
    background-image: url(../../image/index/add.png);
    height: 24px;
    width: 24px;
    margin-left: 6px;
    float: left;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .jian {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #989898;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-num .jian-on {
    color: #5266b3;
}

.item-bom-num .jian {
    height: 24px;
    width: 24px;
    margin-left: 10px;
    float: left;
    line-height: 24px;
    text-align: center;
    color: #989898;
    border: 1px solid #989898;
    border-radius: 50%;
}

.item-bom-num .jian.jian-on {
    color: #5266b3;
    border: 1px solid #5266b3;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-add a {
    width: 115px;
    height: 33px;
    line-height: 33px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.sl .sl-list .sl-list-box .item-bom .item-bom-add .add-mark {
    color: rgb(102, 102, 102);
}

.sl .sl-list .sl-list-box .item-bom .item-bom-add .add-cart {
    background-color: #304EBC;
    color: rgb(255, 255, 255);
}

.sl .sl-list .sl-list-box .item-bom .item-bom-add .add-null {
    background-color: #666;
    ;
    color: rgb(255, 255, 255);
}

.sl .sales .sl-list .sl-list-box .add-cart {
    background-image: url(../../image/index/but-bak.png);
}

.item-bom-add a {
    height: 33px;
    line-height: 34px;
    width: 115px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.item-bom-add a.add-null {
    background-color: #666;
    ;
    color: rgb(255, 255, 255);
}

/* 促销专区 */
.sl .special .sl-top .sl-top-title {
    color: rgb(136, 179, 60);
    border-left: 4px rgb(136, 179, 60) solid;
    border-right: 4px rgb(136, 179, 60) solid;
}

.sl .special .sl-top .sl-top-right {
    border-bottom: 2px rgb(136, 179, 60) solid;
}

.sl .special .sl-list .sl-list-box .add-cart {
    background-image: url(../../image/index/but-bak.png);
}

/* 热品采购、新品上市 */
.sl-3 {
    /* height: 880px; */
    position: relative;
}

.sl-3 .sl3-top {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    border-bottom: 2px #304EBC solid;
}

.sl-3 .sl3-top .sl3-top-title {
    width: 223px;
    height: 38px;
    font-size: 22px;
    color: #304EBC;
    line-height: 40px;
    font-weight: bold;
    float: left;
}

.sl-3 .sl3-top .sl3-more {
    float: right;
}

.sl-3 .sl3-top .sl3-more span {
    font-size: 14px;
    line-height: 40px;
    color: rgb(102, 102, 102);
}

.sl-3 .sl3-top .sl3-more img {
    margin-top: 14px;
    display: block;
    margin-left: 6px;
    float: right;
}

.sl-3 .sl3-top .sl3-tab {
    float: right;
    margin-right: 30px;
}

.sl-3 .sl3-top .sl3-tab ul li {
    /* width: 90px; */
    height: 38px;
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 39px;
    margin-left: 10px;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}

.sl-3 .sl3-top .sl3-tab ul li a {
    padding: 0 8px;
    color: rgb(51, 51, 51);
}

.sl-3 .sl3-top .sl3-tab ul li a:hover {
    background-color: rgb(234, 95, 22);
    color: rgb(247, 247, 247);
}

.sl-3 .sl3-list {
    margin-top: 10px;
}

.showloading {
    width: 100%;
    height: 48px;
    vertical-align: middle;
}

.showloading img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.sl-3 .sl3-list .sl3-tab-box {
    display: none;
    width: 100%;
    height: 100%;
}

.sl-3 .sl3-list .current {
    display: block;
}

.sl-3 .sl3-list .sl3-big {
    width: 230px;
    float: left;
    margin-right: 12px;
}

.sl-3 .box-sm {
    background-color: white;
    float: left;
    width: 230px;
    margin-top: -1px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px rgb(245, 245, 245) solid;
}

.sl-3 .box-sm:nth-child(5n) {
    margin-right: 0;
}

.sl-3 .box-sm:hover {
    border: 1px rgb(204, 204, 204) solid;
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.8);
}

.sl-3 .box-sm .top {
    height: 217px;
    overflow: hidden;
    position: relative;
}

.sl-3 .box-sm .top .cuxiao {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
}

.sl-3 .box-sm .top .item-img {
    height: 219px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.sl-3 .box-sm .top .item-img img {
    width: 100%;
}

.sl-3 .box-sm .item-mid {
    overflow: hidden;
    margin: 0 auto;
    height: 104px;
}

.sl-3 .box-sm .item-name {
    width: 190px;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    border-top: 1px rgb(238, 238, 238) solid;
    padding-top: 10px;
    margin-bottom: 4px;
}

.sl-3 .box-sm .item-name a {
    font-size: 14px;
    color: #666666;
}

.sl-3 .box-sm .item-price {
    margin-top: -2px;
    /* width: 95px; */
    float: left;
    color: rgb(234, 95, 22);
}

.sl-3 .box-sm .item-price.con {
    width: 100%;
    text-align: center;
}

.sl-3 .box-sm .item-price.con a {
    font-size: 14px;
    color: rgb(234, 95, 22);
}

.sl-3 .box-sm .item-bom {
    overflow: hidden;
    width: 230px;
}

.sl-3 .box-sm .item-bom .item-bom-num {
    /* height: 0px; */
    width: 100%;
    height: 32px;
    border-top: 1px rgb(227, 227, 227) solid;
    background-color: rgb(238, 238, 238);
    overflow: hidden;
}

.sl-3 .box-sm .item-bom .item-bom-num .item-num {
    outline: none;
}

.sl-3 .box-sm .item-bom .item-bom-num .item-do {
    margin: 4px auto 0 auto;
}

.sl-3 .box-sm .item-bom .item-bom-add {
    /* height: 0px; */
    height: 32px;
    width: 100%;
    overflow: hidden;
}

.sl-3 .box-sm .item-bom-add .add-mark {
    color: rgb(102, 102, 102);
}

.sl-3 .box-sm .item-bom-add .add-cart {
    background-position: -11px 0;
    background-color: #304EBC;
    color: rgb(255, 255, 255);
}

/* END */
#end {
    height: 100px;
}

#end .center {
    width: 564px;
    overflow: hidden;
}

#end .center div {
    float: left;
}

#end .end-line {
    width: 200px;
    margin-top: 52px;
    border: 1px rgb(204, 204, 204) solid;
}

#end .end-word {
    font-size: 34px;
    margin: 30px 40px 0 40px;
    color: rgb(204, 204, 204);
    font-weight: bold;
}


.mtk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
    display: none;
}

.mtk_ewm .ewm_box {
    width: 282px;
    height: 282px;
    position: fixed;
    top: 43%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -100px;
}

.mtk_ewm .wordbox {
    width: 282px;
    font-size: 15px;
    color: #fff;
    position: fixed;
    top: 60%;
    left: 50%;
    margin-left: -102px;
    background: #232323;
    border-radius: 36px;
    text-align: center;
    padding: 5px 0;
    line-height: 23px;
}

.mtk_ewm img {
    width: 100%;
}

.mtk_ewm .mtk_ewm_del {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 27%;
    left: 50%;
    margin-left: 20px;
    cursor: pointer;
}