.point-store {
    height: 100vh;
    overflow: hidden;
}

.point-store .banner-header {
    height: 0;
    padding-top: 33.3333%;
    background-image: url("../img/point-store/bg_intergration@2x.png");
    background-size: cover;
    position: relative;
}

.point-store .banner-header li:active a {
    color: #215EFF;
}

.point-store .banner-header_left-ctn {
    position: absolute;
    left: 9.6vw;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #FFD902;
}

.point-store .banner-header_left-ctn p {
    font-size: 8.8vw;
}

.point-store .banner-header_right-ctn {
    position: absolute;
    right: 2.6667vw;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.point-store .banner-header_right-ctn li {
    float: left;
    margin-right: 10.6667vw;
}

.point-store .banner-header_right-ctn li:last-child {
    margin: 0;
}

.point-store .banner-header_right-ctn li img {
    width: 9.0667vw;
    display: block;
    margin: 0 auto;
    margin-bottom: 2.1333vw;
}

.point-store .banner-header {
    margin-bottom: 2.8vw;
}

/* 广告 */
.point-store .ad {
    padding: 0 3.2vw;
    margin-bottom: 4.2667vw;
}

.point-store .ad img {
    width: 100%;
}

/*  商品列表 */
.good-list {
    max-height: 55.4667vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0 2.6667vw;
    padding-bottom: 11.7333vw;
}

.good-list::after {
    content: '';
    display: block;
    clear: both;
}

.good-list li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding: 2.6667vw;
    width: 44vw;
    margin-bottom: 2.6667vw;
    border-radius: 2.1333vw;
    position: relative;
}

.good-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform-origin: left top;
    transform: scale(0.5);
    border: solid 1px #e5e5e5;
    border-radius: 2.1333vw;
}

.good-list li:nth-child(2n+1) {
    margin-right: 6.6667vw;
}

.good-list li img {
    width: 100%;
}

.point-store .good-list_item-header {
    margin-bottom: 3.6vw;
}

.point-store .good-list-item_title {
    font-size: 3.7333vw;
    color: #333;
    margin-bottom: 4.6667vw;
    height: 6.6667vw;
}

.point-store .good-list footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5333vw;
}

.point-store .good-list footer > span {
    color: #999;
    font-size: 2.6667vw;
}

/* 商品数量 */
.point-store .good-extra_ctn {
    overflow: hidden;
    font-size: 4.2667vw;
    color: #1384FF;
}

.point-store .good-extra img {
    width: 3.7333vw;
    margin-left: 1.3333vw;
}

.point-store .good-extra {
    height: 3.2vw;
    line-height: 3.4vw;
}

.point-store .good-extra_company {
    font-size: 3.2vw;
    color: #333;
    padding: 1.0667vw 1.8667vw;
    background-color: #FFD902;
    border-radius: 1.0667vw;
    flex-shrink: 0;
}

/* iphoneX下调整商品列表下边距   */
@media screen and (min-height: 800px) {
    .good-list {
        max-height: 65vh;
    }
}
