body {
    background-color: transparent;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* 首页---常购产品 */
.comListUl::after {
    content: '';
    clear: both;
    display: block;
}

.comListUl li {
    float: left;
    position: relative;
    width: 230px;
    padding: 15px 15px 10px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #eee;
}

.comListUl li:hover {
    box-shadow: 0px 0px 6px 0px rgba(1, 2, 16, 0.1);
}

.comListUl li > a {
    width: 200px;
    height: 200px;
    display: block;
}

.comListUl li > a > img {
    width: 200px;
    height: 200px;
}

.comListUl li:nth-child(5n) {
    margin-right: 0;
}

.comListUl li > p {
    color: #666666;
    font-size: 12px;
    margin-top: 9px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listPriceBox {
    padding-top: 6px;
}

.listPriceBox > .price {
    color: #FF0036;
    font-size: 18px;
    font-weight: bold;
}

.listPriceBox > .price > b {
    font-size: 14px;
    font-weight: bold;
}

.listPriceBox > span:nth-child(2) {
    margin-left: 10px;
    color: #666666;
    font-size: 14px;
    text-decoration: line-through;
}

.comName {
    color: #333333 !important;
    height: 21px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iconDiv {
    height: 20px;
    position: relative;
    margin-top: 0px !important;

}

.iconDiv div {
    z-index: 99;
    position: absolute;
    width: 232px;
    left: -16px;
    top: 24px;
    min-height: 30px;
    background: #fff;
    color: #7B7B7B;
    height: auto !important;
    /* text-align: center; */
    padding: 5px 12px;
    font-size: 12px;
    display: none;
    border: 1px solid #D8D8D8;
}

.iconDiv span:last-of-type {
    margin-right: 0;
}


/* 首页 品牌专区 */
.swiper-container {
    /*
    height: 364px;
    */
    max-width: 1230px;
}

.swiper-container .swiper-wrapper {
    height: auto !important;
}

/*品牌专区 列表*/
.swiper-container .swiper-wrapper .swiper-slide {
    height: auto !important;
    background: none;
    box-sizing: border-box;
    text-align: center;
    padding: 0 9px;
}

.swiper-container .swiper-wrapper .swiper-slide a:nth-child(1) {
    border-left: 1px solid #F0F0F0;
}

.swiper-container .swiper-wrapper .swiper-slide > a {
    display: block;
    float: left;
    position: relative;
    background-color: #fff;
    border-right: 1px solid #F0F0F0;
    border-left: 0;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    height: 88px;
    width: auto;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    height: auto;
    width: auto;
}

.swiper-container .swiper-wrapper .swiper-slide h3 {
    font-weight: normal;
    margin-top: 25px;
    font-size: 18px;
    color: #252b3a;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container .swiper-wrapper .swiper-slide p {
    margin-top: 10px;
    font-size: 14px;
    color: #a0a2a8;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-container .swiper-wrapper .swiper-slide > a .time {
    position: absolute;
    bottom: 12px;
    width: calc(100% - 60px);
    text-align: center;
    border-top: 1px solid #e7e7e7;
    color: #666a75;
    padding-top: 10px;
    letter-spacing: .44px;
    line-height: 23px;
}

.swiper-container .swiper-wrapper .swiper-slide > a .time span {
    font-size: 20px;
    color: #f66f6a;
    letter-spacing: 0;
    line-height: 23px;
    margin-right: 3px;
}

.swiper-container .swiper-wrapper .swiper-slide > a:last-of-type {
    margin-right: 0;
}

/*分页*/
.swiper-container .swiper-pagination-bullets {
    bottom: 50px;
}

.swiper-container .swiper-pagination-bullet {
    position: relative;
    margin: 0 5px;
    width: 24px;
    height: 4px;
    border-radius: 100px;
    opacity: 1;
    background: 0 0;
}

.swiper-container .swiper-pagination-bullet:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 24px !important;
    height: 4px;
    opacity: 1;
    left: 0;
    border-radius: 100px;
    background: #dfe1f1;
    vertical-align: middle;
    transition: opacity .8s, background-color .8s;
}

.swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active:before {
    width: 24px !important;
    opacity: 1;
    border-radius: 100px;
    transform: scale(1.2);
    background: #38ffe3;
}

/*切换 箭头*/
.swiper-button-prev {
    left: 0;
    top: 24px;
    margin-top: 0;
    background: url(../images/left_arrow_btn.png) no-repeat;
    outline: none;
    border: none;
}

.swiper-button-next {
    right: 0;
    top: 24px;
    margin-top: 0;
    background: url(../images/right_arrow_btn_1.png) no-repeat;
    outline: none;
    border: none;
}

.swiper-button-next:hover {
    background: url(../images/right_arrow_btn_sel_1.png) no-repeat;
    outline: none;
    border: none;
}

.swiper-button-prev:hover {
    background: url(../images/left_arrow_btn_sel.png) no-repeat;
    outline: none;
    border: none;
}

.couLeftBtn,
.couRightBtn {
    position: absolute;
    top: 43%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}


/* 首页导航 默认为加粗 */
.nav-list-show li:first-child a {
    position: relative;
    color: #3dbb2b !important;
    font-weight: bold;
}

/* 首页 banner */
.lubo {
    width: 100%;
    min-width: 1000px;
    clear: both;
    position: relative;
    height: 480px;
}

.lubo_box {
    position: relative;
    width: 100%;
    height: auto;
}

.lubo_box li {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 6;
    transition: all .5s linear;
}

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

.lubo_box li img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    border: none !important;
}

.cir_on {
    background: #3dbb2b !important;
}

.lubo .cir_box {
    width: auto;
    height: 3px;
    overflow: hidden;
    margin: auto;
    padding: 0 30px;
    text-align: center;
    font-size: 0;
    transition: all .3s;
    box-sizing: border-box;
}

.lubo .cir_box li {
    background: rgba(0, 0, 0, .5);
    height: 50px;
    width: 90px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 14px !important;
    padding: 8px 11px;
    text-align: center;
    border-right: 1px solid hsla(0, 0%, 100%, .5);
    cursor: pointer;
    line-height: 18px;
}

.lubo .cir_box_center {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1005;
}

.bannerWrap_iQu3tnsD:hover .lubo .cir_box_center .cir_box {
    height: 50px;

}

.rightUser_center .tips_more {
    width: 171px;
    height: 300px;
    margin-top: 33px;
}

.tips_more .more_row {
    display: flex;
}

.tips_more .more_row a {
    height: auto;
    width: 87px;
    text-align: center;
    display: table-cell;
    border: 1px solid #E1E1E1;
    padding: 5.5px 0;
}

.tips_more .more_row a img {
    width: 34px;
    height: 33px;
}

.tips_more .more_row a div {
    font-size: 14px;
    color: #555555;
    margin-top: 7px;
}

.invoice_img {
    width: 60px !important;
    height: 34px !important;
}

/* 右侧中心样式 */
#banner-module {
    position: relative;
}

#banner-module .rightUser_center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 191px;
    height: 480px;
    background-color: #FFFFFF;
    padding: 14px 10px;
    margin-left: 420px;
    z-index: 10000;
}

.rightUser_center .user_img {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.rightUser_center .user_img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.rightUser_center .tips_text {
    font-size: 14px;
    color: #808080;
    white-space: nowrap;
    margin-top: 6px;
    text-align: center;
}

.rightUser_center .user_login {
    text-align: center;
    margin: 13px;
    color: #000000;
    font-size: 14px;
}

.rightUser_center .user_login span:first-child,
.rightUser_center .user_login span:last-child {
    cursor: pointer;
}

.rightUser_center .login_btn > span {
    display: inline-block;
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 30px;
    color: #FFFFFF;
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
    cursor: pointer;
}

.login_btn .recommend_btn {
    background-color: #FF7400;
}

.login_btn .login_btn_t {
    background-color: #3DBB2B;
}

.MemberCenter {
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    background-color: #3DBB2B;
    color: #FFFFFF;
    border-radius: 30px;
    cursor: pointer;
    margin: 38px auto 15px auto;
}

/* 右侧个人中心结束 */