﻿.today-buy .title {
    height: 50px;
    margin: 58px 0 40px;
    text-align: center;
    border: 1px solid #ccc;
}

.today-buy .title span {
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #555;
    padding: 0 75px;
    display: inline-block;
}

.today-buy .title .active {
    background-color: #1196B8;
    color: #fff;
}

.today-buy .goods-list {
    font-size: 0;
}

.today-buy .goods-list .item {
    width: 580px;
    height: 260px;
    display: none;
    margin: 0 40px 40px 0;
    background-color: #FFCAE8;
    position: relative;
}


.today-buy .goods-list .item:nth-child(-n+4){
    display: inline-block;
}


.today-buy .goods-list .item .pic {
    width: 190px;
    height: 190px;
    position: absolute;
    left: 35px;
    top: 35px;
}

.today-buy .item .message {
    width: 247px;
    height: 153px;
    position: relative;
    float: right;
    right: 49px;
    top: 65px;
    overflow: hidden;
}

.today-buy .item .name {
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #555555;
    font-size: 18px;
    display: inline-block;
}

.today-buy .item .price {
    display: block;
    color: #F13A3A;
    font-size: 18px;
    line-height: 18px;
    margin-top: 41px;
}

.today-buy .item .buy {
    text-align: center;
    font-size: 14px;
    width: 120px;
    line-height: 30px;
    background-color: #1196B8;
    color: #fff;
    margin-top: 44px;
    border-radius: 5px;
    display: block;
}

.today-buy .goods-list .item:nth-child(2) ,.today-buy .goods-list .item:nth-child(6) {
    background-color: #C7EDFF;
}

.today-buy .goods-list .item:nth-child(3) ,.today-buy .goods-list .item:nth-child(7) {
    background-color: #FFF7E5;
}

.today-buy .goods-list .item:nth-child(4) ,.today-buy .goods-list .item:nth-child(8) {
    background-color: #FFE8A6;
}

.today-buy .goods-list .item:nth-child(2n) {
    margin: 0 0 40px 0;
}


/* 楼层 */

.shop-floor {
    margin-top: 84px;
}

.floor {
    position: relative;
    font-size: 0;
}

.floor-main {
    margin-top: 40px;
}

.floor:nth-child(odd) {
    background-color: #F8F8F8;
}

.floor:nth-child(even) {
    margin: 50px 0;
}

.floor .title {
    width: 210px;
    line-height: 40px;
    background: #1196B8;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.floor:nth-child(odd) .title {
    top: -25px;
}

.floor .hr {
    width: 100%;
    height: 1px;
    background-color: #1196B8;
    position: relative;
    top: -2px;
}

.floor:nth-child(odd) .hr {
    top: -27px;
}

.floor-goods-item {
    position: relative;
}


/* 奇数层样式 */

.floor:nth-child(odd) .floor-goods-list {
    width: 1115px;
    margin: 0 auto;
}

.floor:nth-child(odd) .floor-goods-item {
    width: 330px;
    height: 490px;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    margin: 0 62px 40px 0;
    border-radius: 3px;
    overflow: hidden;
}

.floor:nth-child(odd) .floor-goods-item:nth-child(3n) {
    margin: 0 0 40px 0;
}

.floor:nth-child(odd) .floor-goods-item .goods-pic {
    width: 280px;
    height: 280px;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.floor:nth-child(odd) .floor-goods-item .floor-goods-con {
    width: 100%;
    height: 88px;
    position: absolute;
    bottom: 46px;
}

.floor:nth-child(odd) .floor-goods-item .googs-title {
    width: 211px;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: block;
    margin: 0 auto;
}

.floor:nth-child(odd) .floor-goods-item .googs-price-box {
    width: 230px;
    margin: 0 auto;
}

.floor:nth-child(odd) .floor-goods-item .googs-price {
    line-height: 24px;
    font-size: 24px;
    margin-top: 40px;
    color: #555;
    font-weight: bold;
    display: block;
    /* width: max-content;
    margin: 28px auto 0; */
    margin: 28px 0 0;
    float: left;
    max-width: 145px;
}

.floor:nth-child(odd) .floor-goods-item .googs-price::before {
    content: "￥";
    font-size: 14px;
    margin-top: 40px;
    font-weight: 400;
}

.floor:nth-child(odd) .floor-goods-item .googs-market_price {
    /* line-height: 62px; */
    font-size: 12px;
    margin-top: 40px;
    color: #555;
    font-weight: bold;
    /* width: max-content;
    margin: 28px auto 0;
    position: absolute;
    right: 15%;
    top: 0; */
    text-decoration: line-through;
    line-height: 30px;
    float: right;
    margin: 28px 0 0;
    max-width: 75px;
}

.floor:nth-child(odd) .floor-goods-item .googs-market_price::before {
    content: "￥";
    font-size: 12px;
    margin-top: 40px;
    font-weight: 400;
}


/* 偶数层样式 */

.floor:nth-child(even) .floor-goods-list {
    width: 396px;
    height: 498px;
    border: 1px solid rgba(204, 204, 204, 1);
    float: left;
    margin-right: 20px;
}

.floor:nth-child(even) .floor-goods-item {
    height: 160px;
    box-sizing: border-box;
    border-bottom: 1px dashed #8CA1AE;
}

.floor:nth-child(even) .floor-goods-item:last-child {
    border-bottom: unset
}

.floor:nth-child(even) .floor-goods-item .goods-pic {
    width: 134px;
    height: 134px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 30px;
}

.floor:nth-child(even) .floor-goods-item .floor-goods-con {
    width: 160px;
    height: 95px;
    position: absolute;
    float: right;
    top: 40px;
    right: 53px;
}

.floor:nth-child(even) .floor-goods-item .googs-title {
    width: 159px;
    height: 39px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: block;
}

.floor:nth-child(even) .floor-goods-item .googs-price {
    line-height: 16px;
    font-size: 20px;
    margin-top: 40px;
    color: #C4060C;
    font-weight: 400;
    display: block;
}

.floor:nth-child(even) .floor-goods-item .googs-price::before {
    content: "￥";
    font-size: 14px;
    margin-top: 40px;
    font-weight: 400;
}

.floor:nth-child(even) .adv-list {
    width: 368px;
    height: 498px;
    float: right;
}

.floor:nth-child(even) .adv-list .item {
    width: 100%;
    height: 238px;
    margin-bottom: 18px;
}


/*轮播图*/

.swiper {
    position: relative;
    height: 400px;
    width: 100%;
    overflow: hidden;
    /* margin: 10px 0 0 220px; */
}

.swiper-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.swiper .item {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.swiper .item-pic {
    /* position: absolute;
    top: 0;
    left: 50%;
    margin-left: -372px; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* margin: 0 auto; */
    display: block;
}

.pagination {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 6;
    width: max-content;
    text-align: center;
    right: 50%;
    transform: translate(-50%);
}

.pagination-item {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 2px;
    color: #fff;
    background: #000;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    behavior: url(/public/css/PIE.htc);
    cursor: pointer;
}

.pagination-item:hover {
    background-color: #C10201;
}

.pagination-item.active {
    background-color: #C10201;
}

.swiper .swiper-control {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 40px;
    height: 80px;
    color: #fff;
    background-color: #000;
    background-image: url("../images/ico-arrow-banner.png");
    background-repeat: no-repeat;
    filter: alpha(opacity=0);
    /* IE */
    -moz-opacity: 0;
    /* 老版Mozilla */
    -khtml-opacity: 0;
    /* 老版Safari */
    opacity: 0;
    /* 支持opacity的浏览器*/
}

.swiper:hover .swiper-control {
    filter: alpha(opacity=20);
    /* IE */
    -moz-opacity: .2;
    /* 老版Mozilla */
    -khtml-opacity: .2;
    /* 老版Safari */
    opacity: .2;
    /* 支持opacity的浏览器*/
}

.swiper-control.left-btn {
    background-position: 0px 0px;
    /* margin-left: -570px; */
    left: 2%;
}

.swiper-control.right-btn {
    background-position: -40px 0px;
    /* margin-left: 530px; */
    right: 2%;
}

.flash-sale .swiper-control,
.new-goodslist .swiper-control {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -63.5px;
    width: 44px;
    height: 127px;
    color: #ccc;
    /* border: 1px solid #eee; */
    background-color: #fff;
    /* border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%; */
    /* filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5; */
}


/* 左右字体箭头<> */

.font-arrow,
.font-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    margin-top: -8px;
    border: 8px solid transparent;
}

.font-arrow.font-arrow-left {
    border-right: 10px solid #AF0100;
    left: 8px;
}

.font-arrow.font-arrow-right {
    border-left: 10px solid #AF0100;
    right: 8px;
}

.font-arrow:after {
    content: '';
}

.font-arrow.font-arrow-left:after {
    left: -6px;
    border-right: 10px solid #fff;
}

.font-arrow.font-arrow-right:after {
    right: -6px;
    border-left: 10px solid #fff;
}

.flash-sale .swiper-control.left-btn,
.new-goodslist .swiper-control.left-btn {
    left: 0;
}


/* .flash-sale .swiper-control.left-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 1.5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ccc;
} */

.flash-sale .swiper-control.right-btn,
.new-goodslist .swiper-control.right-btn {
    left: auto;
    right: 0;
}

.floor-recommend .swiper-control {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -17.5px;
    width: 16px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-family: '宋体';
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    background-color: #000;
    filter: alpha(opacity=10);
    /* IE */
    -moz-opacity: 0.1;
    /* 老版Mozilla */
    -khtml-opacity: 0.1;
    /* 老版Safari */
    opacity: 0.1;
    /* 支持opacity的浏览器*/
}

.floor-recommend .swiper-control.left-btn {
    left: 0px;
}

.floor-recommend .swiper-control.right-btn {
    left: auto;
    right: 0px;
}

.floor-goods-list .swiper-control,
.group-list .swiper-control {
    position: absolute;
    top: 11px;
    margin: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #666;
    font-family: '宋体';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    /* border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%; */
}

.floor-goods-list .swiper-control.left-btn,
.group-list .swiper-control.left-btn {
    left: auto;
    right: 38px;
}

.floor-goods-list .swiper-control.right-btn,
.group-list .swiper-control.right-btn {
    right: 0;
}

.floor-goods-list .swiper-control:hover,
.group-list .swiper-control:hover {
    color: #fff;
    background-color: #ccc;
}


/* .flash-sale .swiper-control.right-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 1.5px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid #ccc;
} */

.swiper:hover .swiper-control:hover,
.flash-sale:hover .swiper-control,
.floor-recommend .swiper-control:hover {
    filter: alpha(opacity=60);
    /* IE */
    -moz-opacity: .6;
    /* 老版Mozilla */
    -khtml-opacity: .6;
    /* 老版Safari */
    opacity: .6;
    /* 支持opacity的浏览器*/
}

.flash-sale:hover .swiper-control:hover {
    filter: alpha(opacity=100);
    /* IE */
    -moz-opacity: 1;
    /* 老版Mozilla */
    -khtml-opacity: 1;
    /* 老版Safari */
    opacity: 1;
    /* 支持opacity的浏览器*/
}

.user-info {
    /* margin-top: 12px; */
    width: 100%;
    height: 404px;
    background-color: #fff;
    position: relative;
    float: left;
}

.user-title {
    padding-left: 23px;
    font-size: 16px;
    color: #1F1F1F;
    line-height: 38px;
    font-weight: 500;
    position: relative;
}

.user-title i {
    display: block;
    width: 3px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 10px;
    background-color: #946661;
}

.user-head {
    width: 57px;
    height: 57px;
    margin: auto;
    margin-top: 23px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    behavior: url(/public/css/PIE.htc);
    border: 1px solid #eee;
    overflow: hidden;
}


/* .user-title {
    text-align: center;
    color: #FF9600;
    font-size: 14px;
    margin-top: 30px;
    padding: 0 10px;
} */

.user-info button {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 8px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background-color: #5CA1FF;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /* behavior: url(/public/css/PIE.htc); */
}


/* .user-info a {
    display: block;
    width: 100%;
    height: 100%;
} */

.user-info .user-login {
    margin-top: 24px;
    margin-bottom: 12px;
    /* border: 1px solid #eee; */
    /* color: #FF9600; */
    /* background-color: #fff; */
}

.user-info .user-register {
    background-color: #fff;
    color: #2B75D9;
    border: 1px solid #ddd;
    margin-left: 14px;
}

.user-info .cutoff {
    margin: 31px 0 10px 0;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #5CA1FF;
}

.swiper-bottom-box {
    position: absolute;
    bottom: 10px;
    left: 317px;
    right: 17px;
}


/*自加----》侧边栏*/

.right-bar-border {
    position: fixed;
    right: 0;
    bottom: 200px;
}

.right-bar:hover {
    background-color: #0E9E99;
}

.right-bar {
    display: block;
    height: 38px;
    width: 38px;
    border: #ddd solid 1px;
    border-radius: 5px 0px 0px 5px;
    /* box-sizing: border-box; */
    background: #fff;
}

.right-bar>i {
    display: block;
    height: 38px;
    width: 38px;
}

.right-bar-border>a:not(:first-child)>.right-bar {
    margin-top: 1px;
}

.icon-right-bar1 {
    background: url("../images/ico-shop5-index.png") no-repeat 0 -348px;
    /* background-position: 0 -344px; */
}

.icon-right-bar2 {
    /* background-position: 0 -382px; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -386px;
}

.icon-right-bar3 {
    /* background-position: 0 -420px; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -426px;
}


/* .icon-right-bar4{
    background: url("../images/ico-shop5-index.png") no-repeat 0 -462px;
} */

.icon-right-bar1:hover {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -348px;
}

.icon-right-bar2:hover {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -386px;
}

.icon-right-bar3:hover {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -426px;
}

.icon-right-bar4 {
    background: url("../images/ico-shop5-index.png") no-repeat -38px -462px;
    background-color: #0E9E99;
}


/* 精品推荐  商城公告 */

.recommend-info {
    padding-top: 56px;
    height: 370px;
}

.recommend-info .shop-recommend,
.recommend-info .shop-info {
    background: #fff;
    border-top: 1px solid #D91496;
}

.recommend-info .shop-recommend {
    width: 970px;
    height: 100%;
    float: left;
}

.recommend-info .shop-info {
    width: 242px;
    height: 100%;
    float: right;
    position: relative;
}

.recommend-info .shop-recommend-title,
.recommend-info .shop-info-title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.recommend-info .shop-recommend-title i {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    /* border: 1px solid #D91496; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -688px;
    margin: 12px 11px 0 7px;
}

.recommend-info .shop-recommend-title span {
    color: #D91496;
    font-size: 18px;
    font-weight: bold;
}

#myRecommend {
    width: 787px;
    height: 156px;
    overflow: hidden;
    position: relative;
}

#myRecommend .shop-recommend-main {
    height: 100%;
    position: absolute;
    background-color: #fff;
}

#myRecommend .shop-recommend-main li:not(:first-child):after {
    content: '';
    /* after: ''; */
    width: 1px;
    height: 130px;
    border-right: 1px solid #ddd;
    position: absolute;
    top: 14px;
    left: 0;
}

#myRecommend .shop-recommend-main li {
    float: left;
    width: 262px;
    height: 100%;
    position: relative;
}

.shop-recommend-main .good-text {
    width: 140px;
    height: 100%;
    line-height: 40px;
    padding: 20px 10px 0 6px;
    float: left;
}

.shop-recommend-main .good-title {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop-recommend-main .good-price {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #111;
}

.shop-recommend-main .good-img {
    width: 98px;
    height: 98px;
    /* border: 1px solid #333; */
    margin: 30px 0 0 24px;
    float: left;
}

.shop-info .shop-info-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    text-align: center;
}

.shop-info .shop-info-title i {
    display: inline-block;
    width: 22px;
    height: 22px;
    /* border: 1px solid #333; */
    background: url("../images/ico-shop5-index.png") no-repeat 0 -710px;
    /* margin-right: 43px; */
    vertical-align: top;
    position: absolute;
    left: 19px;
    top: 13px;
}

.shop-info .shop-info-main {
    height: 175px;
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
}

.shop-info .shop-info-main li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 14px;
}

.info-main-text {
    float: left;
    color: #333;
    max-width: 170px;
    padding-right: 10px;
}

.info-main-date {
    float: right;
    color: #999;
}

.shop-info .shop-info-img {
    width: 100%;
    height: 149px;
    position: absolute;
    bottom: 0;
    border: 1px solid #333;
}


/* 轮播图 */

.mySwiper {
    /* margin-left: 218px; */
    margin-top: 10px;
}

.mySwiper-top-img {
    width: 968px;
    height: 440px;
}

.mySwiper-top-img>a {
    width: 100%;
    height: 331px;
}


/* .mySwiper-bottom-img {
    width: 787px;
    height: 156px;
} */

.swiper-right-box {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    height: 100%;
}


/* .shop-settled {
    width: 100%;
    height: 77px;
    color: #1A1A1A;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.shop-settled > a {
    width: 100%;
    height: 36px;
}

.shop-settled-icon,
.shop-settled span,
.shop-settled > a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.shop-settled-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 20px;
    background: url(../images/shop8-settled.png) no-repeat;
}

.shop-settled span {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight:400;
    margin-left: 65px;
}

.shop-settled span > i {
    font-size: 24px;
    padding-left: 10px;
} */

.swiper-recommend-shop {
    height: 353px;
    width: 100%;
    background-color: #fff;
}

.recommend-shop-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
    color: #DF3A65;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.recommend-shop-main {
    width: 212px;
    height: 288px;
    margin: 0 auto;
    margin-top: 13px;
    overflow: hidden;
    position: relative;
}

.recommend-shop-main>ul {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.recommend-shop-main>ul>li {
    float: left;
    width: 212px;
    height: 100%;
}

.swiper-recommend-pic {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-top: 20px;
}

.swiper-recommend-cont {
    width: 100%;
    padding: 0 12px;
}

.swiper-recommend-goods_price {
    color: #E71919;
    font-size: 18px;
    font-weight: 400;
    margin: 16px 0 10px 0;
}

.swiper-recommend-goods_name {
    position: relative;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #666;
    /* margin-top: 10px; */
    /* height: 36px; */
    overflow: hidden;
}

.swiper-right-item {
    display: inline-block;
    width: 205px;
    height: 230px;
    background: #fff;
}

.swiper-right-item:first-child {
    margin: 10px 0 16px 0;
}


/* 限时抢购 */

.flash-sale {
    width: 100%;
    /* height: 340px; */
    /* background-color: #F7F7F7; */
    /* float: right; */
    position: relative;
    margin: 50px 0 0 0;
    /* float: left; */
    /* border: 1px solid #AF0100; */
    /* position: absolute; */
}


/* .flash-sale:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: #3388FF;
} */

.flash-sale-title {
    /* margin-top: 21px; */
    width: 177px;
    height: 25px;
    /* line-height: 96px; */
    background: url('../images/shop47/flash-sale-title.png');
    float: right;
    position: relative;
    /* padding-left: 20px; */
    text-align: center;
}

.flash-sale-title>i {
    width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 13px 0 0;
    background: url('../images/shop47/flash-sale-title.png') no-repeat;
}

.flash-sale-title>span {
    /* display: inline-block; */
    /* border-bottom: 2px solid #FF4F01; */
    /* padding: 0 0 0 46px; */
    /* height: 45px; */
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    color: #E95D22;
    position: relative;
}

.flash-sale-wrap {
    width: 100%;
    height: 357px;
    position: relative;
    /* overflow: hidden; */
}

.flash-sale-container {
    height: 100%;
    /* overflow: hidden; */
}

.flash-sale-item {
    width: 290px;
    height: 100%;
    margin: 0 13px 0 0;
    background-color: #f6f6f6;
    float: left;
    position: relative;
}

.flash-sale-item:nth-child(4) {
    margin: 0;
}

.flash-sale-item-tag {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 80px;
    height: 38px;
    background: url('../images/shop47/flash-sale-item.png') no-repeat;
}


/* .flash-sale-con .slide-active {
    margin-left: 0;
} */


/* .flash-sale-item:hover .flash-sale-good_pic {
    transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
} */

.flash-sale-item>a {
    display: block;
    width: 263px;
    height: 263px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    top: 13px;
}

.flash-sale-item>a .flash-sale-good_pic {
    width: 100%;
    height: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px; */
    transition: all ease-out .2s;
}

.flash-sale-good_txt {
    width: 263px;
    margin: 20px auto;
}

.fsgt-title {
    font-size: 30px;
    color: #333;
    margin: 18px 0;
}

.flash-sale-good_name {
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    position: relative;
    color: #102E37;
}

.flash-sale-good_price {
    width: 100%;
    height: 22px;
    /* border: 1px solid #E1251B; */
    /* text-align: center; */
    margin: 20px 0 0;
    /* text-align: center; */
}

.flash-sale-good_price span {
    /* display: inline-block; */
    float: left;
    /* max-width: 50%; */
    line-height: 20px;
    height: 20px;
    font-size: 14px;
}

.flash-sale-good_price .shop-price {
    color: #E63E24;
    position: relative;
    font-size: 24px;
}

.flash-sale-good_price .shop-price:before,
.flash-sale-good_price .market-price:before {
    content: '￥';
    color: #E63E24;
    font-size: 24px;
}

.flash-sale-good_price .market-price:before {
    color: #ccc;
}

.market-price {
    width: 40%;
    font-weight: 400;
    text-decoration: line-through;
    color: #ccc;
}

.flash-sale-btn {
    width: 80px;
    height: 18px;
    background-color: #4D638C;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px; */
    /* margin-left: 20px; */
    /* float: right; */
}

.flash-sale-btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.flash-sale-good_submit {
    width: 188px;
    height: 32px;
    background: #FE5842;
    margin: auto;
}

.flash-sale-good_submit a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 32px;
}

.flash-sale-good_submit:hover {
    background: #fa3e25;
}


/* 商城公告 */

.shop-notice {
    width: 100%;
    height: 238px;
    background-color: #FEDA77;
    /* border: 1px solid #e4e4e4; */
    /* float: left; */
    position: relative;
    overflow: hidden;
}

.shop-notice:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 10px;
    width: 100%;
    height: 0;
    border-top: 10px dotted #fff;
}

.shop-notice-title {
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 10px;
    /* background-color: #ED2E49; */
}

.shop-notice-title i {
    width: 22px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin: 22px 9px 0 42px;
    background: url('../images/shop47/shop-notice-title.png');
}

.shop-notice-title span {
    line-height: 40px;
    color: #2B2B2B;
    font-weight: bold;
    font-size: 18px;
}

.shop-notice-con {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0px 20px 20px;
    height: 188px;
    width: 100%;
}

.shop-notice-con>li {
    /* padding-bottom: 5px; */
    width: 100%;
    height: 14px;
    line-height: 14px;
    color: #2B2B2B;
    font-size: 14px;
    margin-top: 10px;
}

.shop-notice-con>li a:hover {
    color: #666;
}

.shop-notice-con>li:first-child {
    margin-top: 0;
}


/* .shop-notice-con >li:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 2px;
    height: 2px;
    background-color: #666;
    vertical-align: middle;
} */


/* 用户登录 */

.layel2 {
    padding: 0 10px;
    margin-top: 20px;
    width: 100%;
}

.text_uspa {
    width: 200px;
    height: 36px;
    padding: 6px 7px;
    border: 1px solid #ddd;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/public/css/PIE.htc);
    margin-bottom: 12px;
    float: left;
    position: relative;
}

.judgp {
    width: 30px;
    height: 22px;
    border-right: 1px solid #ddd;
    background: url(../images/loginchat.png) no-repeat;
    float: left;
}

.judgp.uspa_user {
    background-position: 0 0;
}

.judgp.uspa_pwd {
    background-position: 3px -32px;
}

.check_cum {
    width: 107px;
}

.layel2 input,
.text_cmu {
    width: 154px;
    height: 100%;
    color: #999;
    padding-left: 12px;
    /* float: left; */
}


/* 兼容IE8，input[tyoe=password]使用placeholder时 */

.layel2 input[type='text'] {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.check_cum .text_cmu {
    width: 100%;
    padding-left: 0;
}

.check_cum_img {
    width: 85px;
    height: 36px;
    float: left;
    margin-left: 8px;
}

.login_bnt {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #31A0FF;
    float: left;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/public/css/PIE.htc);
    position: relative;
}

.login_bnt a {
    display: block;
    width: 100%;
    height: 100%;
}

.layel3 {
    padding: 21px 8px 0 0;
    text-align: right;
}

.layel3 .contactsty .register_c .justclix {
    display: inline-block;
}

.layel3 span,
.layel2 input {
    font-size: 14px;
}

.layel3 .register_c>span {
    color: #999;
}

.layel3 .justclix span {
    color: #31A0FF;
}

.user-info-islogin {
    position: relative;
    padding: 20px 0 30px 0;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #5CA1FF;
}

.user-info-islogin .username,
.user-info-islogin .shop-info {
    text-align: center;
    color: #946661;
    font-size: 14px;
    padding-bottom: 10px;
}

.user-info-islogin a {
    padding: 0;
    position: absolute;
    bottom: 10px;
    right: 5px;
    color: #999;
    font-size: 14px;
}


/* 团购 */

.group-list {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    /* float: left; */
}

.group-goods-empty {
    width: 100%;
    padding: 0 8%;
    height: 100%;
    /* line-height: 530px; */
    /* text-align: center; */
    vertical-align: middle;
    font-size: 24px;
    color: #fff;
    background-color: #449A91;
    font-weight: bold;
}

.group-goods-empty p {
    padding-top: 40%;
}

.group-list-title {
    width: 100%;
    height: 50px;
    /* text-align: center; */
    position: relative;
    border-bottom: 2px solid #EBEBEB;
    background-color: #fff;
}

.group-list-title i {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin: 13px 11px 0 4px;
    background: url('../images/shop47/shop72-flash-sale-title.png') no-repeat;
}

.group-list-title span {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-right: 20px;
    border-bottom: 2px solid #EB3740;
    color: #2C2C2A;
    font-weight: bold;
    font-size: 18px;
}


/* .group-list-title:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #292929;
    position: absolute;
    top: 29%;
    left: 0;
} */

.group-list-title .group-list-name {
    width: 200px;
    height: 92px;
    line-height: 92px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
    color: #292929;
}

.group-list-title .group-end-time {
    height: 30px;
    line-height: 30px;
}


/* .group-list-title span:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    float: right;
    padding-right: 11px;
} */

.group-list-container {
    width: 100%;
    height: 419px;
    /* margin-top: -6px; */
    /* border: 1px solid #59C1BB; */
    border-top: none;
    position: relative;
    overflow: hidden;
}

.group-list>ul {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
}

.group-list>ul>li {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    /* float: left; */
    border: 1px solid #eee;
    /* margin: 10px 0 0 0; */
}


/* .group-list > ul > li > .group-list-item {
    width: 612px;
    height: 318px;
    margin: 1px 1px 0 0;
    float: left;
    background-color: #fff;
}

.group-list > ul > li > .group-list-item:nth-child(even) {
    margin-right: 0;
    width: 611px;
} */


/* .group-list > ul > li:first-child {
    margin-top: 0;
} */

.group-list a {
    width: 100%;
    height: 208px;
    /* border: 1px solid #ddd; */
    position: relative;
    display: block;
    /* margin: 20px 0 20px 20px; */
    /* float: left; */
}

.group-list a .group-goods-pic {
    width: 188px;
    height: 188px;
    position: absolute;
    top: 0;
    left: 50%;
    /* margin-top: -110px; */
    margin-left: -94px;
}

.group-list .group-goods-con {
    width: 100%;
    height: 91px;
    position: relative;
    padding: 0 23px;
    /* float: left; */
}

.group-list .group-goods-name {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #444;
    font-weight: bold;
    /* background-color: #F6F5F4; */
    overflow: hidden;
}

.group-list .group-btn {
    width: 168px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    background-color: #FFB400;
    display: block;
    color: #fff;
    position: relative;
    border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    behavior: url(/public/css/PIE.htc);
}

.group-list .group-goods-price {
    /* text-align: center; */
    margin: 10px 0 0;
}

.group-list .group-goods-price span {
    display: inline-block;
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    max-width: 50%;
}

.group-list .group-goods-price .group-market-price {
    color: #666;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    /* margin-left: 20px; */
}

.group-list .group-end-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: center;
    /* border-top: 1px solid #ddd; */
    font-size: 0;
    /* background-color: #F32D49; */
    /* border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px; */
}

.group-list .group-end-time .group-end-time-title {
    /* display: block; */
    /* width: 98px;
    height: 340px; */
    line-height: 40px;
    font-size: 14px;
    /* padding-left: 16px; */
    /* background-color: #EB3740; */
    color: #fff;
    position: relative;
    /* margin-top: 10px; */
}


/* .group-list .group-end-time .group-end-time-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right: 10px solid #fff;
} */

.group-list .group-end-time .group-end-time-icon {
    width: 21px;
    height: 24px;
    display: inline-block;
    margin: 8px 14px 0 11px;
    background: url('../images/shop47/group-list-icon.png') no-repeat;
    vertical-align: top;
    position: relative;
}

.group-list .group-end-time .group-end-time-icon:after {
    content: '';
    position: absolute;
    right: -14px;
    top: -3px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}

.group-list .group-end-time .group-end-time-con {
    /* margin: 14px 0 0 17px; */
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.group-list .group-end-time .day,
.group-list .group-end-time .hour,
.group-list .group-end-time .minutes,
.group-list .group-end-time .second {
    margin: 2px;
    /* padding: 0 8px; */
    color: #fff;
    /* display: inline-block; */
    /* height: 32px; */
    line-height: 40px;
    /* background-color: #22282E; */
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/public/css/PIE.htc); */
}


/* 新品 */

.new-goodslist {
    width: 988px;
    height: 126px;
    float: right;
    /* margin-top: 10px; */
    margin-left: 2px;
    /* border: 1px solid #eee; */
    position: relative;
    overflow: hidden;
}

.new-goodslist-title {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #ddd;
}

.new-goodslist-title span {
    display: inline-block;
    height: 50px;
    font-size: 18px;
    color: #22282E;
    font-weight: bold;
    line-height: 50px;
    padding-right: 25px;
    border-bottom: 2px solid #EB3740;
}

.new-goodslist-wrap {
    width: 900px;
    height: 100%;
    margin: 0 44px;
    position: relative;
    overflow: hidden;
}

.new-goodslist-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.new-goodslist-con li {
    float: left;
    width: 126px;
    height: 100%;
    /* border-right: 1px solid #eee; */
    margin-right: 3px;
    /* border-top: none; */
    transition: all ease-out .3s;
}


/* .new-goodslist-con li:first-child {
    border-right: none;
} */


/* .new-goodslist-con .new-goods-item {
    width: 100%;
    height: 160px;
    background-color: #fff;
    margin-top: 10px;
} */

.new-goodslist-con .new-goods-item a {
    width: 100%;
    height: 126px;
    display: block;
    position: relative;
    /* float: left; */
}

.new-goodslist-con .new-goods-item a img {
    width: 126px;
    height: 126px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -63px;
    margin-left: -63px;
    transition: all ease-out .2s;
}

.new-goodslist-con .new-goods-item .new-goods-txt {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    /* float: left; */
}

.new-goodslist-con .new-goods-item .new-goods-name {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.new-goodslist-con .new-goods-item .new-goods-price {
    margin-top: 15px;
    height: 26px;
    line-height: 26px;
    /* text-align: center; */
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.new-goodslist-con .new-goods-item .new-goods-price>span {
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    /* max-width: 46%; */
}


/* .new-goodslist-con .new-goods-item:first-child {
    height: 310px;
    margin-top: 0;
}

.new-goodslist-con .new-goods-item:first-child a {
    float: none;
    width: 100%;
    height: 219px;
}

.new-goodslist-con .new-goods-item:first-child a img {
    width: 204px;
    height: 204px;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -102px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-txt {
    float: none;
    width: 100%;
    height: 91px;
    padding: 0 30px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-name {
    height: 40px;
    line-height: 20px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-price {
    margin-top: 11px;
}

.new-goodslist-con .new-goods-item:first-child .new-goods-price > span {
    max-width: 46%;
} */


/* .new-goodslist-con li:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
} */


/* 添加购物车 */

.addcart-btn {
    /* position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -60px; */
    width: 20px;
    height: 20px;
    background-color: transparent;
    /* border: 1px solid #449A91; */
    /* border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; */
    font-size: 0;
    transition: all ease-out .3s;
    cursor: pointer;
    float: right;
    margin: 0 10px 0 0;
}

.addcart-btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.addcart-btn i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    /* margin: 7px 6px 0 0; */
    background: url('../images/shop47/addcart.png') no-repeat 0 1px;
}

.addcart-btn span {
    color: #449A91;
    font-size: 14px;
    line-height: 26px;
}


/* .new-goodslist-con li:hover .addcart-btn, .floor-goods-item:hover .addcart-btn {
    top: 0;
} */


/* 斜线 */

.oblique-line {
    display: inline-block;
    width: 18px;
    height: 30px;
    background-color: #292929;
    position: relative;
    vertical-align: top;
    margin: 31px 2px 0;
}

.oblique-line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-right: 18px solid transparent;
}

.oblique-line:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 29px solid #fff;
    border-left: 17px solid transparent;
}

.flash-sale-title .oblique-line {
    background-color: #5759CC;
    margin: 30px 2px 0;
}

.flash-sale-title .oblique-line:before {
    border-top-color: #F2F2F6;
}

.flash-sale-title .oblique-line:after {
    border-bottom-color: #F2F2F6;
}


/* 圆形 */

.circle-sm:after,
.circle-sm:before,
.circle-lg:after,
.circle-lg:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    behavior: url(/public/css/PIE.htc);
    background-color: #4D638C;
    vertical-align: top;
    margin-top: 14px;
}

.circle-sm:before {
    margin-right: 12px;
}

.circle-sm:after {
    margin-left: 12px;
}

.circle-lg:after,
.circle-lg:before {
    width: 10px;
    height: 10px;
    margin-top: 13px;
}

.circle-lg:before {
    margin-right: 42px;
}

.circle-lg:after {
    margin-left: 42px;
}


/* 广告图 */

.adv {
    width: 190px;
    height: 100%;
}

.adv .adv-left {
    width: 190px;
    height: 190px;
    display: block;
    margin: 10px 0 0 0;
    /* float: left; */
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    -pie-background: rgba(255, 255, 255, 0.8);
    behavior: url('/public/css/PIE.htc');
    overflow: hidden;
}

.adv .adv-left:first-child {
    margin-left: 0;
}

.adv .adv-content {
    width: 200px;
    height: 120px;
    display: block;
    margin: 0 0 0 22px;
    float: left;
    z-index: 2;
    position: relative;
}

.adv .adv-content:first-child {
    margin-left: 0;
}

.adv .adv-right {
    width: 190px;
    height: 190px;
    display: block;
    margin: 10px 0 0 0;
    position: relative;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    overflow: hidden;
    /* display: inline-block; */
}


/* 广告图动画 */

.adv-animate a {
    overflow: hidden;
}

.adv-animate a:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 20px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    overflow: hidden;
}

.adv-animate a:hover:before {
    opacity: 1;
    left: 130%;
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
}


/* 新品和推荐组合切换 */

.carefully-chosen {
    width: 100%;
    height: 449px;
    overflow: hidden;
    margin-top: 30px;
}

.carefully-chosen-title {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #232323;
}

.carefully-chosen-title span {
    line-height: 40px;
    font-size: 22px;
    color: #232323;
}

.carefully-chosen-con>ul {
    height: 68px;
}

.carefully-chosen-con>ul li {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #F2F2F2;
    color: #232323;
    float: left;
    margin: 10px 0 0 20px;
    position: relative;
    cursor: pointer;
}

.carefully-chosen-con>ul li:first-child {
    margin-left: 0;
}

.carefully-chosen-con>ul .carefully-chosen-active {
    background-color: #449A91;
    color: #fff;
}

.carefully-chosen-con>ul .carefully-chosen-active:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-top: 9px solid #449A91;
}


/* 楼层描点 */

.draw-dot {
    width: 100%;
    min-width: 1200px;
    /* height: 72px; */
    /* background-color: #fff; */
    /* box-shadow:0px 1px 0px 0px #ddd;
    -o-box-shadow:0px 1px 0px 0px #ddd;
    -ms-box-shadow:0px 1px 0px 0px #ddd;
    -moz-box-shadow:0px 1px 0px 0px #ddd;
    -webkit-box-shadow:0px 1px 0px 0px #ddd; */
    overflow: hidden;
    /* text-align: center; */
}

.draw-dot li {
    /* display: inline-block; */
    float: left;
    /* padding: 4px 15px 4px 8px; */
    width: 240px;
    height: 86px;
    background-color: #fff;
    margin: 0 0 0 6px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}

.draw-dot li:first-child {
    margin-left: 0;
}

.draw-dot li span {
    font-size: 20px;
    color: #333;
    display: block;
    line-height: 50px;
}

.draw-dot li a {
    color: #666;
    font-size: 16px;
}


/* 商家入驻 */

.shopin {
    height: 180px;
    width: 100%;
    margin: 10px 0 0 0;
    background-color: #8134AF;
    /* border-radius: 20px 20px 0 20px;
    -o-border-radius: 20px 20px 0 20px;
    -ms-border-radius: 20px 20px 0 20px;
    -moz-border-radius: 20px 20px 0 20px;
    -webkit-border-radius: 20px 20px 0 20px; */
    position: relative;
    padding: 10px;
    overflow: hidden;
}


/* .shopin:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 30px;
    background-color: #ccc;
} */

.shopin i {
    width: 79px;
    height: 72px;
    position: absolute;
    bottom: -1px;
    right: -11px;
    background: url('../images/shop47/shopin.png') no-repeat;
}

.shopin>span {
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    vertical-align: bottom;
    letter-spacing: 2px;
    /* padding-left: 10px; */
}

.shopin>a {
    display: block;
    font-size: 14px;
    /* margin-top: 10px; */
    color: #fff;
    letter-spacing: 1.5px;
}

.shopin-txt {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.shopin-square {
    margin-top: 15px;
    display: block;
}


/* 楼层占位符 */

.floor-placeholder {
    width: 133px;
    height: 37px;
    line-height: 37px;
    border: 2px solid #D5F3FD;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: -3px;
    background-color: #fff;
    font-size: 16px;
    color: #2B2B2B;
    text-align: center;
}

.floor-placeholder:before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 103px;
    height: 33px;
    border: 2px solid #D5F3FD;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    z-index: -1;
}

.floor-placeholder:after {
    content: '';
    position: absolute;
    right: -173px;
    bottom: 8px;
    width: 173px;
    height: 1px;
    background-color: #D5F3FD;
}

.nav-more-btn.floor-placeholder:after {
    right: auto;
    left: -205px;
    bottom: 15px;
    width: 198px;
}


/* 楼层数字 */

.floor-num {
    font-size: 18px;
    color: #000;
    line-height: 38px;
    margin-right: 5px;
}


/* 楼层颜色 */

.floor-bg-1 {
    background: -webkit-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: -moz-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: -o-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: -ms-linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    background: linear-gradient(180deg, #97C2AF 0%, #C2DCD1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#97C2AF, endColorstr=#C2DCD1);
}

.floor-bg-2 {
    background: -webkit-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: -moz-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: -o-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: -ms-linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    background: linear-gradient(180deg, #FECE84 0%, #FEE1B5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FECE84, endColorstr=#FEE1B5);
}

.floor-bg-3 {
    background: -webkit-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: -moz-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: -o-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: -ms-linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    background: linear-gradient(180deg, #80C8F0 0%, #B3E0F7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#80C8F0, endColorstr=#B3E0F7);
}

.floor-bg-4 {
    background: -webkit-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: -moz-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: -o-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: -ms-linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    background: linear-gradient(180deg, #EB9191 0%, #F1B3B4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#EB9191, endColorstr=#F1B3B4);
}


/* 侧边栏 */

.index-nav {
    width: 30px;
    height: 100%;
    background-color: #2B2B2B;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.index-nav-con {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 170px;
    margin-top: -85px;
}

.index-nav-con>li {
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.index-nav-con>li:first-child {
    margin-top: 0;
}

.index-nav-con>li>a {
    width: 15px;
    height: 15px;
    display: block;
    margin: 11px auto;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-my {
    background: url('../images/shop47/nav-my.png')
}

.nav-cart {
    background: url('../images/shop47/addcart.png')
}

.nav-shop {
    background: url('../images/shop47/nav-shop.png')
}

.nav-order {
    background: url('../images/shop47/order.png')
}

.nav-top {
    margin: 0 auto;
    width: 20px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 20%;
}

.nav-gettop {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/shop47/gettop.png')
}

.index-nav-con>li>span {
    width: 102px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    background-color: #2B2B2B;
    color: #fff;
    position: absolute;
    left: -120px;
    top: -1px;
    z-index: -1;
    transition: all ease-out .3s;
}

.index-nav-con>li>span:before {
    content: '';
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #000;
}

@media screen and (max-width: 1440px) {
    .floor-nav {
        position: fixed;
        left: 0;
        top: 50%;
        margin-left: 0;
    }
}

@media screen and (max-width: 1200px) {
    /* .flash-sale {
        margin-left: 0;
        left: 0;
    } */
}