* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
boy,
.container {
    height: 100%;
}

input {
    appearance: none;
    outline: none;
}

.container {
    width: 100vw;
    min-height: 100vh;
}

.top-container {
    /* line-height: 160px; */
    text-align: center;
    height: 160px;
    background-color: #759FF7;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    padding-top: 18px;

}

.search-button:active {
    background-color: #999;
}

.search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;

}

.position {
    position: relative;

}

#tips {
    font-size: 18px;
    /* margin-top: 8px; */
    color: #fff;
}

.img-clear {
    position: absolute;
    right: 10px;
    width: 30px;
    top: 0px;
}

.input {
    margin-right: 9px;
}

.nodata {
    text-align: center;
}

.nodataimg {
    margin: 0 auto;
}

.nodataimg {
    width: 160px;
}

.search-button {
    cursor: pointer;
}


.input,
.search-button {
    border: 0px;
    padding: 5px 8px;
    border-radius: 4px;
    box-sizing: border-box;
    height: 32px;

}

.btn {
    color: #759FF7;
    display: flex;
    justify-content: center;
    margin-right: 40px;
    font-size: 16px;
    margin-right: 0px;

}

.backImg {
    width: 10px;
}

@keyframes moveRight {
    from {
        transform: translateX(-20px);
        /* 起始位置 */
    }

    to {
        transform: translateX(-5px);
        /* 终点位置 */
    }
}


#product {
    box-sizing: border-box;
}

.huadong {
    width: 15px;
    animation: moveRight 0.8s infinite alternate;
    /* 应用动画 */
}

.btn {
    /* background-color: #fff; */
    /* position: fixed; */
    /* bottom: 0px; */
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.2;
    /* padding: 12px 10px 20px; */
    /* right: 0px; */
    /* width: 100vw; */
    color: #fff;
    /* margin-right: 10px; */

}


.tip {
    color: #999;
    text-align: center;
}

.list-title {
    padding: 5px 10px;
}

.flex-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #759FF7; */

}

.flex-title img {
    width: 20px;
}

.bottom-container {
    border-radius: 15px 15px 0px 0px;
    background-color: #fff;
    margin-top: -15px;
    min-height: 100px;
    padding: 20px 10px;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    /* gap:15px;   */
}

.card {
    margin-right: 1%;
    margin-bottom: 15px;
    width: 49%;
}

.card:nth-child(2n) {
    margin: 0px;
    margin-bottom: 0px;
}


.card img {
    border: 1px solid #759FF7;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
}

.card:nth-child(22) img {
    border: 1px solid #759FF7;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
}

.card:nth-child(26) img {
    border: 1px solid #759FF7;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
}

img {
    display: block;
    border-radius: 5px;
    width: 100%;
}

.text {
    text-align: center;
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
}

.pd {
    padding: 10px;
}