/* 平台描述S */
.platfor-description {
    padding: .8rem .3rem;
}
.platfor-description .h1 {
    font-size: .36rem;
    color: #5b5b5b;
    margin-bottom: .5rem;
}
.platfor-description .p1 {
    line-height: 1.6;
    text-align: center;
}
.platfor-description .p1,
.platfor-description .p1 * {
    font-size: .24rem !important;
}
.platfor-description .s1 {
    color: #ff4f4f;
    margin-top: .4rem;
    font-size: .24rem;
}
/* 平台描述E */
 /* 产品/活动展示S */
.banner-wrapper .pic {
    width: 100%;
    display: block;
    margin: 0 auto;
}
/* 产品/活动展示E */

/* 千家万户S */
.index-stores {
    /* height: 500px; */
    margin-top: -.4rem;
}
.index-stores .index-stores-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 6rem;
    padding: 0px;
    margin: auto;
    border-width: 0px;
    cursor: default;
}
/* 千家万户E */
/* 新闻版块儿S */
.index-news {
    padding: 0 .3rem;
    padding-bottom: .5rem;
}
.news-action {
    text-align: center;
    padding-top: .2rem;
}
.news-btn-more {
    font-size: .26rem;
    color: #5b5b5b;
    display: inline-block;
    vertical-align: top;
    width: 1.45rem;
    padding: 0 .3rem;
    text-align: center;
    height: .5rem;
    line-height: .5rem;
    border-radius: .5rem;
    background-color: #ededed;
}
/* 新闻版块儿E */
/* 商城特色S */
.index-features {
    margin-top: .6rem;
}

/* 商城特色E */
/* 合作伙伴S */
.partner-main .title .t2 {
    color: #fff;
}
.index-partner {
    background-color: #fff;
    padding: 0 .3rem .8rem .3rem;
}
.index-partner .partner-item {
    width: 20%;
    height: .8rem;
    line-height: .8rem;
    float: left;
    text-align: center;
    padding: .1rem .2rem;
}
.partner-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
/* 合作伙伴E */

/* app下载S */
.index-app-main {
    padding: 1.1rem .3rem 2.2rem;
    background-color: #ededed;
}
.index-app-main .app-img {
    width: 2.64rem;
    display: block;
    margin: 0 auto;
}
.app-down-content {
    padding-top: 1.4rem;
    text-align: center;
    font-size: 0;
}
.app-down-item {
    display: inline-block;
}
.app-down-item .item-image {
    width: 1.9rem;
    height: 2.3rem;
    background-color: #fff;
    border-radius: .1rem;
    display: table;
    text-align: center;
}
.app-down-item .item-image .item-image-inner {
    display: table-cell;
    vertical-align: middle;
}
.app-down-item .item-image img {
    display: block;
    margin: 0 auto;
}
.app-down-item + .app-down-item { 
    margin-left: .28rem;
}
.app-down-item p {
    font-size: .28rem;
    color: #282828;
    margin-top: .1rem;
    text-align: center;
}
.app-down-item .item-image .img-qrcode {
    width: 1.63rem;
}
.app-down-item .item-image .img-ios {
    width: .63rem;
}
.app-down-item .item-image .img-android {
    width: .65rem;
}
/* app下载E */