html, body {
    background: linear-gradient(180deg, #1AC6FE, transparent);
}

.content {
    padding-bottom: 50px;
}

* {
    margin: 0;
    padding: 0;
}

.topImg {
    display: block;
    width: 100%;
}

.indexProduct {
    position: relative;
    margin-top: 10px;
    background: url("/content/jinjing/img/index-bg.png") center;
    background-size: cover;
    overflow: hidden;
    text-align: center;
}

    .indexProduct img {
        width: 100%;
    }

.buyBtn {
    display: block;
    width: 70%;
    margin: 20px auto 40px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    background: linear-gradient(0deg,rgba(215,38,8,1),rgba(149,17,22,1));
}

.sep {
    display: inline-block;
    width: 1px;
    height: 28px;
    margin: 0 3px;
    background: rgba(255,255,255,.6);
    border-radius: 3px;
    vertical-align: middle;
}

h3 {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    margin: 0.16rem 0 0.08rem;
}

.orginPrice {
    padding: 0 3px;
    color: #666666;
    font-size: 12px;
    text-decoration: line-through;
}

.price {
    font-size: 16px;
    color: #1AC6FE;
    vertical-align:middle;
    line-height: 18px;
}

    .price h3 {
        font-size: 16px;
    }

.title {
    margin: 4px 0;
    /*margin: 5px 0;
    padding-top: 0.15rem;*/
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #151515;
    font-weight: bold;
}

.subTit {
    font-size: 0.20rem;
    color: #151515;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.feature {
    font-size: 0.12rem;
}

    .feature .gap {
        padding: 0 5px;
    }

.wrapper {
    margin: 0 8px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    /*width: 7.5rem;
    height: 3.75rem;*/
}

.box1 img {
    display: block;
    width: 3.47rem;
    height: 3.47rem;
    margin: 0 0.1rem;
}

.box1 {
    background-color: #fff;
    margin: 0.16rem;
}

    .box1 > a:not(:last-child) {
        border-bottom: 0.01rem dotted #AAAAAA;
    }

    .box1 > a > div {
        display: flex;
        margin: 0.01rem 0;
        padding: 0.1rem 0;
    }

    .box1 .cont {
        flex: 1;
        overflow: hidden;
        padding-top: 10px;
    }

.buy {
    background-color: #1AC6FE;
    color: #fff;
    border: none;
    outline: none;
    padding: 0.08rem 0.2rem;
    font-size: 12px;
    margin-top: 0.1rem;
}

.box2 {
    margin: 0.16rem;
}

    .box2 > div {
        float: left;
        width: 3.5rem;
        text-align: left;
        background-color: #fff;
        padding: 0 0 0.1rem 0;
        margin-bottom: 0.2rem;
    }

        .box2 > div:nth-child(even) {
            margin-left: 0.17rem;
        }

    .box2 img {
        width: 3.5rem;
        height: 3.5rem;
    }

    .box2 .cont {
        padding: 0 10px 0 10px;
    }

        .box2 .cont .integral {
            padding-left: 10px;
            font-size: 13px;
            color: #FF9600;
        }

.searchBox {
    display: flex;
    align-items: center;
    padding: 0.2rem 0.16rem;
}

.logo {
    display: block;
    width: 1.26rem;
    height: 0.46rem;
    margin-right: 0.2rem;
}

.input {
    flex: 1;
    position: relative;
}

    .input input {
        line-height: 0.64rem;
        background: #EEEEEE;
        border-radius: 0.32rem;
        border: none;
        outline: none;
        padding: 0 0.26rem;
        box-sizing: border-box;
        width: 100%;
    }

    .input img {
        position: absolute;
        right: 0.2rem;
        top: 0.14rem;
        width: 0.36rem;
        height: 0.36rem;
    }

.text {
    margin-left: 0.12rem;
}

.searchBox .text a {
    color: #fff;
    line-height: 0.64rem;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 0.1rem;
}

.box1 a, .box2 a {
    display: block;
}

html, body {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.shadow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    text-align: center;
    box-sizing: border-box;
    padding: 15vh 30px 0;
    color: #fff;
}

    .shadow ul {
        list-style: none;
        text-align: left;
        width: 60vw;
        margin: 20px auto;
        line-height: 2;
        font-size: 16px;
    }

    .shadow .line {
        width: 100%;
        height: 1px;
        background-color: #888;
    }

    .shadow h2, .shadow h3 {
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.notice {
    display: flex;
    margin: 0.16rem;
    margin-bottom: 0.2rem;
    border-radius: 0.12rem;
    padding: 0.3rem 0.4rem;
    align-items: center;
    background: #fff;
}

    .notice ul {
        list-style: circle;
    }

    .notice li {
        position: relative;
        width: 5rem;
        padding-left: 0.2rem;
        margin-left: 0.2rem;
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .notice li:before {
            position: absolute;
            display: block;
            content: '';
            width: 0.1rem;
            height: 0.1rem;
            top: 0.18rem;
            left: 0;
            border-radius: 50%;
            background: #1AC6FE;
        }

    .notice a {
        color: #666666;
        font-size: 0.24rem;
    }

.date {
    padding-right: 0.2rem;
    text-align: center;
    border-right: 0.01rem solid #DCDCDC;
}

    .date h3 {
        margin: 0;
        font-size: 0.48rem;
    }
