.mobile-index-page .wrapper {
    position: relative;
    /*background-color: #f4f4f4;*/
}

.mobile-index-page .wrapper {
}

/* swiper start */
.swiper-wrapper .swiper-slide {
    height: auto !important;
    min-height: auto !important;
}

.swiper-banner .swiper-wrapper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-banner .swiper-wrapper .swiper-slide a img {
    max-width: 100%;
    max-height: 100%;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

/* swiper end */

/* carousel start */
.carousel-wrapper {
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.carousel-wrapper .carousel-close-btn .img-icon {
    width: 10px;
    vertical-align: middle;
}

.carousel-wrapper .carousel-close-btn {
    width: 10%;
    color: #fff;
    text-align: center;
}

.carousel-wrapper .carousel-img {
    width: 10%;
}

.carousel-wrapper .carousel-img .img-icon {
    max-width: 30px;
    max-height: 30px;
}

.carousel-wrapper .carousel-open-app-btn {
    width: 25%;
    text-align: center;
    background-color: #F63515;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 45px;
    height: 45px;
}

.carousel-wrapper .carousel-label {
    flex: 1;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: -apple-system, Helvetica, sans-serif;
}

/* carousel end */

/* header start */
.header {
    position: fixed;
    /*top: 0;*/
    left: 0;
    right: 0;
    z-index: 99;
}

.header .header-wrapper {
    display: flex;
    padding: 9px 14px;
    align-items: center;
    box-sizing: border-box;
}

.header .head-mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #F10215;
    opacity: 0;
}

.header .head-input {
    font-size: 14px;
    border-radius: 30px;
    color: #fff;
    background: hsla(0, 0%, 100%, .4);
    flex: 1;
    padding: 4px 20px;
    margin: 0 6px;
}

.head-input a {
    color: #fff;
    display: block;
}

.head-input .head-search-icon {
    margin-right: 5px;
    font-size: 16px;
}

.head-message {
}

.head-message .head-link {
    color: #fff;
    font-size: 20px;
}

/* header end */

/* swiper-banner start */
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    border-radius: 2px;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
}

.swiper-wrapper .swiper-slide {
    height: 168px;
    min-height: 168px;
    overflow: hidden;
}

/* swiper-banner end */

/* nav start */
.nav-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-bottom: 10px !important;
    padding-bottom: 24px !important;
}

.nav-container .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;

    box-sizing: border-box;
    max-width: 20%;
    height: auto;
    min-height: auto;
}

.nav-container .swiper-slide .nav-list-item {
    width: 100%;
    color: #333;
}

.nav-container .swiper-slide .nav-list-item .nav-list-item_img {
    width: 100%;
    min-height: 42px;
    text-align: center;
    margin-top: 8px;
}

.nav-container .swiper-slide .nav-list-item .nav-list-item_img .nav-item_img-pic {
    max-width: 50%;
    display: inline-block;
}

.nav-container .swiper-slide .nav-list-item .nav-title {
    color: #232326;
    font-size: 13px;
    margin-top: 4px;
    padding: 0 10%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    border-radius: 2px;
}

.nav-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 16px;
    background: #232326;
}

/* nav end */

/* notices  start*/
.notices {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background: #fff;
}

.notices .notices-img {
    width: 42px;
    margin-right: 14px;
}

.notices-img img {
    width: 100%;
    display: block;
}

.notices .notices-text {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    margin-right: 14px;
}

.notices .notices-container {
    flex: 1;
    width: 66%;
    height: 22px;
}

.notices .notices-container .swiper-slide {
    height: auto;
    min-height: auto;
}

.swiper-wrap-slide {
    width: 100%;
}

.wrap-slide-link {
    color: #333;
    width: 100%;
}

.wrap-slide-link p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical
}

.wrap-slide-link p:nth-of-type(2) {
    font-weight: 400;
    color: #9ea7b4;
    font-size: 12px;
}

.more-jump .more-jump-link {
    margin-left: 10px;
    padding-left: 8px;
    font-size: 12px;
    color: #464c5b;
    border-left: 1px solid #e3e8ee;
}

/* notices  end*/
.more-jump-link .more-on {
    margin-left: 4px;
}

/* activity start*/
.activity {
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.activity .activity-list {
    width: 50%;
    text-align: center;
    overflow: hidden;
}

.activity-list-link {
    width: 100%;
    display: block;
}

.activity-list-link img {
    max-width: 100%;
}

/* activity end*/

.limited-time-spike {
    background: #fff;
    overflow: hidden;
    position: relative;
}

/*limited-time-spike start*/
.limited-time-spike .spike-head {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 10px;
}

.spike-head .spike-head-img {
    width: 84px;
}

.spike-head-img img {
    width: 100%;
}

.spike-head .count-down {
    flex: 1;
    color: #4f4f4f;
    margin-left: 8px;
}

.count-down .item {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    padding: 0 5px;
    background: #4f4f4f;
    color: #fff;
    margin: 0 2px;
    border-radius: 30px;
    min-width: 25px;
}

.spike-all-goods {
    padding: 0 4px;
    background-color: #fff;
    overflow: hidden;
    list-style: none;
}

.all-goods-list-item {
    width: 100%;
    padding: 14px 6px;
    text-align: center;

}

.all-goods-list-item a {
    width: 100%;
}

.spike-goods_item-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.spike-goods_item-img img {
    max-width: 100%;
}

.all-goods-list-item .new-price {
    color: #F10215;
    font-size: 14px;
}

/*limited-time-spike end*/
.all-goods-list-item .used-price {
    font-size: 12px;
    color: #9ea7b4;
    text-decoration: line-through;
}

/* puzzle-global start */
.puzzle-global {
    width: 100%;
    display: flex;
    align-items: center;
}

.puzzle-global .puzzle-glo-img {
    width: 50%;
    overflow: hidden;
}

.glo-img-link {
    width: 100%;
}

/* puzzle-global end */
.glo-img-link img {
    width: 100%;
}

/* global-all-goods start */
.global-all-goods_img {
    background: transparent;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.all-goods_img-list {
    width: calc(100% / 4);
    text-align: center;
    overflow: hidden;
}

.goods_img-list-item {
    width: 100%;
}

/* global-all-goods end */
.goods_img-list-item img {
    width: 100%;
    height: auto;
    display: block;

}

.poster-container .swiper-pagination {
    bottom: 0;
}

.swiper-slide.poster-slide {
    /*height: 90px !important;*/
    /*min-height: 90px !important;*/
}

.poster-img-link {
    width: 100%;
}

.poster-img-link img {
    width: 100%;
}

/* cate-lad-wear start */
.cate-lad-wear .cate-desc—img {
    width: 100%;
    overflow: hidden;
}

.cate-desc-link img {
    width: 100%;
}

.lad-wear-coum {
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
}

.wear-coum-lft {
    width: 50%;
}

.wear-coum-lft img {
    width: 100%;
}

.wear-coum-rig {
    width: 50%;
}

.wear-coum-rig.desc-coum-rig {
    width: 50%;
}

.wear-coum-rig.desc-coum-rig img {
    width: 100%;
}

.coum-rig-on {
    width: 100%;
}

.coum-rig-on img {
    width: 100%;
}

.coum-rig-to {
    width: 100%;
}

.coum-rig-to img {
    width: 100%;
}

.lad-wear-list {
    background: #fff;
    overflow: hidden;
    display: flex;
}

.wear-list-item {
    width: calc(100% / 3);
    text-align: center;
}

.wear-list-item img {
    width: 100%;
}

.store-wrap {
    box-sizing: border-box;
}

.swiper-slide .slide-store {
    border-radius: 14px;
    padding: 0 4px;
}

.shop-store .store-box {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 6px;
}

.store-wrap .store-box .store-beg-link {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.store-wrap .store-box .store-beg-img {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 14px;
}

.store-beg-img img {
    max-width: 100%;
    max-height: 120px;
}

.shop-store-logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    bottom: -30px;
    z-index: 9;
}

.shop-store-logo img {
    max-width: 100%;
    max-height: 100%;
}

.store-box .box_info {
    background-color: #fff;
    width: 100%;
    bottom: 0;
    height: 40%;
    text-align: center;
}

.box_info h2 {
    padding-top: 26px;
    font-size: 16px;
    color: #000;
}

.box_info p {
    color: #888;
    font-size: 14px;
    margin-top: 2px;
}

.box_info p > span {
    color: #000;
}

.item-list-box {
    overflow: hidden;
    background-color: #f4f4f4;
}

.goods-item-list {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.goods-item-list li {
    width: 50%;
    min-height: 268px;
    box-sizing: border-box;
    list-style: none;
    padding-top: 1px;
    padding-right: 1px;
}

.goods-item-list li a {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 12px;
    display: inline-block;
}

.goods-list-img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.goods-list-img img {
    max-width: 100%;
}

.goods-name {
    min-height: 44px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.goods-price {
    margin-top: 4px;
    color: #ec5151;
    font-size: 17px;
    text-align: center;
}

/* cate-lad-wear end */
