@charset "utf-8";
body, html {
    color: #000;
    font-family: tahoma, 'Microsoft yahei', 'Hiragino Sans GB', 'Hiragino Sans GB W3', HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

body {
    font-size: 14px;
}

body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, nav {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, span, label, p, h1, h2, h3, h4, h5, h6, a, div, li, dt, dd, i, em, section, article, :after, :before, button, input, textarea {
    background-repeat: no-repeat !important;
    background-position: center center;
}

li {
    list-style: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    /*解决Safari 点击时 标签文本被选中，有底色*/
    -webkit-user-select: none;
}

a:active, a:hover {
    color: #e60012;
    outline: 0;
    text-decoration: none;
}

img {
    max-width: 100% !important;
    vertical-align: middle;
    border: 0;
}

button {
    overflow: visible;
    border: none;
    outline: 0;
}

input, button, textarea {
    font-family: 'Microsoft yahei';
    outline: 0;
}

em, h3 {
    font: inherit
}

/*--------------首页--------------*/
body {
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffe5b5;
    min-height: 100vh;
}

.index-wrap {
    padding: 20px
}

.index-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0 20px;
}
.banner{
    width: 100%;
    overflow: hidden;
    height: 32vw;
}
.banner img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.shop-title {
    padding: 15px 0;
    font-size: 18px;
    color: #947640;
    text-shadow: -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.shop-detail {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    color: #947640;
    font-size: 13px;
    line-height: 24px;
}

.shop-detail img {
    border-radius: 10px;
    margin: 8px 0;
}

.footer {
    color: #947640;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
}

.list .list-item {
    display: block;
    margin-bottom: 20px;
    background-color: #fcdaa8;
}

.list span {
    display: block;
    width: 100%;
    height: 36vw;
    overflow: hidden;
}

.list span img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.list p {
    background-color: #fff;
    padding: 10px;
    color: #947640;
}

.list p b {
    font-size: 16px;
    display: block;
    padding: 0 0 5px;
}

.list p label {
    display: block;
}









