* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    max-width: 640px;
    margin: 0 auto;
    color: #414141;
    font-family: 'Microsoft Yahei';
    background: #f4f4f4;
    height:auto;
    padding-bottom:66px;
}

:focus {
    outline: 0
}

li, ul {
    list-style: none;
    font-size: initial;
}

img {
    border: none
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer
}

.img-full {
    width: 100%;
    margin: 0 auto;
    display: block
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.clamp2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.clear:after, .clear:before, .clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clear:after, .clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.Arial {
    font-family: Arial,Helvetica,sans-serif
}

input, select, textarea {
    font-family: 'Microsoft Yahei' !important
}

.mt20 {
    margin-top: 0.34rem !important;
}

.box {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    width: 100%;
    -webkit-box-align: center;
}

    .box .box-flex {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1
    }

    .box .side {
        display: block
    }

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.swiper-pagination {
    font-size: initial;
}

.swiper-pagination-bullet {
    background: #999;
    width: 10px;
    height: 10px;
}

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

.index-contBox {
    padding: 0.25rem 0.1rem;
    ;
    background-color: #fff;
    margin: 0.15rem 0.17rem 0;
    border-radius: 10px;
}

.czfw {
}

.czfw {
    display: -webkit-box;
}

    .czfw li {
        -webkit-box-flex: 1;
        text-align: center;
    }

    .czfw .icon-czfw {
        width: 70%;
        display: inline-block;
    }

    .czfw p {
        margin: 0;
        display: inline-block;
        background: linear-gradient(to right, #fd6a3c, #dd226f);
        color: #fff;
        font-size: 0.17rem;
        border-radius: 4px;
        padding: 0.01rem 0.1rem;
        margin-top: 0.04rem;
    }

.title {
    padding: 0 0.22rem;
    margin: 0.55rem 0 0.3rem;
}

    .title h3 {
        font-weight: 400;
        font-size: 0.4rem;
    }

    .title a {
        color: #999;
        font-size: 0.23rem;
        display: block;
    }
/*图片列表*/
.item {
    position: relative;
    margin: 0 0.17rem;
    font-size: initial;
}

    .item .user-img {
        width: 100%;
        display: block;
        height: 0;
        padding-bottom: 46.2%;
        overflow: hidden;
        position: relative;
    }

        .item .user-img img {
            position: absolute;
            left: 0;
            top: 0;
            min-height: 100%;
            border-radius: 8px;
        }

    .item .box {
        margin-top: 0.2rem;
        padding: 0 0.15rem;
    }

    .item h3 {
        font-size: 0.31rem;
        color: #333;
        font-weight: 500;
    }

    .item p {
        color: #666;
        font-size: 0.22rem;
        margin-top: 0.1rem;
    }

    .item .more {
        font-size: 0.23rem;
        color: #fff;
        padding: 0.03rem 0.25rem 0.05rem;
        background: linear-gradient(to right, #fd6a3c, #dd226f);
        border-radius: 20px;
        display: inline-block;
    }

.item2 {
    background: #fff;
    border-radius: 8px;
}

    .item2 .user-img {
        padding-bottom: 89.6%;
    }

        .item2 .user-img img {
            border-radius: 8px 8px 0 0;
        }

    .item2 .box {
        margin-top: 0;
        padding: 0.4rem 0.32rem;
    }

    .item2 h3 {
        font-size: 0.4rem;
    }

    .item2 p {
        font-size: 0.27rem;
        margin-top: 0.12rem;
    }

    .item2 .price {
        font-size: 0.56rem;
    }

        .item2 .price i {
            font-size: 0.31rem;
            font-style: normal;
            vertical-align: 34%;
            margin-right: 0.05rem;
        }

.pinpai {
    border-radius: 8px;
    margin: 0 0.17rem 0.22rem;
    background: linear-gradient(to bottom, #faa0bb, #f77d67);
    text-align: center;
}

    .pinpai img {
        width: 38%;
        margin: 0.85rem 0 0.4rem;
        display:inline-block;
    }

    .pinpai p::before {
        content: '';
        background-color: #fff;
        width: 0.52rem;
        height: 1px;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -0.26rem;
    }

    .pinpai p {
        font-size: 0.23rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.4rem;
        padding: 0.5rem 0 0.9rem;
        position: relative;
    }
