body {
    background: #f5f5f5;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, STXihei, SimHei, WenQuanYi Micro Hei, Droid Sans, sans-serif;
}

.van-nav-bar .van-icon {
    color: gray;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.shop-info {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: .2rem;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 3vw;
    top: 44px;
    left: 0;
    width: 100%;
    z-index: 100;
}

*,
:after,
:before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.shop-info .logo-container {
    width: .933335rem;
    height: .933335rem;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 1;
    position: relative;
}

.shop-info .logo-container img {
    border-radius: 4px;
    width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop-info .main {
    -webkit-flex: 1;
    flex: 1;
    margin-left: .133335rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.shop-info .shop-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .213335rem;
    color: #333;
    font-weight: 700;
}

.shop-info .shop-remark-title {
    font-size: 3vw;
    color: #333;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.shop-info .tag-container {
    padding-bottom: 1px;
}

.shop-info .tag-container .tag {
    display: inline-block;
    font-size: .15rem;
    color: #666;
    margin: 0 .05rem 0 0;
    padding: .05rem .1rem;
    border-radius: 4px;
    background-color: #f5f5f5;
    white-space: nowrap;
    position: relative;
}

.radius-border-1px-img-gray:before {
    z-index: 10;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .06);
    content: "";
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.cake-list {
    padding: 0 2vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 120px;
}

.cake-list .cake-item {
    position: relative;
    color: #000;
    width: 47vw;
    background-color: #fff;
    margin-bottom: 2vw;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
}

a {
    text-decoration: none;
}

.cake-list .cake-item .cover {
    width: 47vw;
    height: 47vw;
}

.cake-list .cake-item .cover img {
    display: block;
    width: 100%;
    height: 100%;
}

.cake-list .cake-item .info {
    padding: 2vw;
    position: relative;
    overflow: hidden;
}

.cake-list .cake-item .info h4 {
    font-size: 4vw;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

.cake-list .cake-item .info .price-wrap {
    line-height: 21px;
}

.cake-list .cake-item .info p {
    margin-top: 5px;
    color: #3d3d3d;
}

.cake-list .cake-item .info .price-wrap .price {
    color: #f46521;
    font-size: 16px;
}

.fsl-icon-fudai {
    font-weight: 400;
    color: #f55f5f;
}

.cake-list .cake-item .info .price-wrap>label {
    color: #888686;
    font-size: 12px;
    margin-left: 10px;
}