.integral {
    height: 1.3rem;
    width: 6rem;
    border-radius: 10px;
    padding: 0 .4rem;
    background: linear-gradient(to right, #FF6132, #FE9345);
    color: #fff;
    margin: 10px auto;
}

#integral {
    font-size: .4rem;
}

#list {
    padding: 0 10px;
    flex-wrap: wrap;
    font-size: 14px;
    position: absolute;
    /*top: calc(1.3rem + 10px);*/
    left: 0;
    right: 0;
    /*bottom: 1rem;*/
    align-items: flex-start;
    overflow: auto;

}
#list li{
    overflow: auto;

}
.shop-list .shop-item {
    width: calc(100% / 3);
    margin-top: 18px;
        text-align: center;
}

.shop-item .cover {
    text-align: center;
    height: 1.8rem;

}

/*
.shop-item img {
    width: 70%;
}*/
.shop-item img {
    width: 105px;
    height: 105px;
}

/* 轮播图 */
#focus {
    position: relative;
    margin-top: 10px;
    z-index: -1;
}
.dot_box li {
    width: 0.2rem;
    height: 0.2rem;
    font-size: 0;
    background: #b7b7b7;
    margin: 0 0.2rem;
    border-radius: 0.2rem;
}
.on {
    background: #FF6935 !important;
}
.box_lb {
    position: absolute;
    z-index: 2;
    bottom: 0.2rem;
    left: 0;
    right: 0;
}
.dot_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.dot {
    width: 0.18rem;
    height: 0.18rem;
    background: #b7b7b7;
    border-radius: 2rem;
    margin: 0.08rem;
}
.dot_box li.on .dot {
    background: #ff160e;
}

/**
搜索
 */
.search_box {
    width: 90%;
    height: 32px;
    border-radius: 16px;
    /*background: #f5f4fa;*/
    background: #ffffff;
    padding: 0  10px;
    box-sizing: border-box;
    margin-top: 10px;
}
.flex_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search_icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.ipt {
    font-size: 12px;
}
.flex1 {
    flex: 1;
    min-width: 0;
}

input::-webkit-input-placeholder{ /*WebKit browsers*/

    color: #CCD0DD;
    font-size:14px
}

.search_box input{
    border: none;
}
