html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
}

p {
    margin: 0;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.upper {
    height: calc(100% - 60px);
    overflow-y: scroll;
}

a {
    text-decoration: none;
}

.bg {
    width: 100%;
    height: 170px;
    background-color: rgb(176, 48, 61)
}

.absolute {
    width: calc(100% - 60px);
    border-radius: 10px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
}

.QrCode {
    width: 70%;
    vertical-align: middle;
}

.title {
    text-align: center;
    color: rgb(176, 48, 61);
}

.qr_wrapper {
    padding-top: 10px;
    border-top: 0.5px dashed #999;
    position: relative;
}

.qr_wrapper:before, .qr_wrapper:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: -10px;
}

.qr_wrapper:before {
    left: -10px;
}

.qr_wrapper:after {
    right: -10px;
}

.w70 {
    width: 70px;
}

.ta_c {
    text-align: center;
}

.fs_18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.f40 {
    font-size: 40px;
}

.f12 {
    font-size: 12px;
}

.f_w {
    font-weight: bold;
}

.mt_5 {
    margin-top: 5px;
}

.mt_10 {
    margin-top: 10px;
}

.mb_10 {
    margin-bottom: 10px;
}

.pt_10 {
    padding-top: 10px;
}

.pb_10 {
    padding-bottom: 10px;
}

.ml_13 {
    margin-left: 13px;
}

.mr_13 {
    margin-right: 13px;
}

.mt_15 {
    margin-top: 15px;
}

.pt_15 {
    padding-top: 15px;
}

.pb_15 {
    padding-bottom: 15px;
}

.pl_15 {
    padding-left: 15px;
}

.pr_15 {
    padding-right: 15px;
}

.pl_20 {
    padding-left: 20px;
}

.pr_20 {
    padding-right: 20px;
}

.pl_28 {
    padding-left: 28px;
}

.pr_28 {
    padding-right: 28px;
}

.pt_160 {
    padding-top: 160px;
}

.pl_10 {
    padding-left: 10px;
}

.pb_50 {
    padding-bottom: 50px;
}

.h40 {
    height: 40px;
    line-height: 40px;
}

.lh_24 {
    line-height: 24px;
}

.h400 {
    height: 400px;
}

.w_75 {
    width: 75px;
}

.h_75 {
    height: 75px;
}

.h60 {
    height: 60px;
    line-height: 60px;
}

.h25 {
    height: 25px;
}

.h15 {
    height: 15px;
    line-height: 15px;
}

.serve {
    font-size: 12px;
    color: #919191;
}

.color_666 {
    color: #333;
}

.color_999 {
    color: #999;
}

.color_fff {
    color: #fff;
}

.color_red {
    color: rgb(176, 48, 61);
}

.bg_fff {
    background-color: #fff;
}

.bg_C32941 {
    background-color: #C32941;
}

.serve_p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgb(221, 214, 214);
    position: absolute;
    bottom: -60px;
}

.serve_icon {
    font-size: 35px;
    margin-top: 7px;
    color: rgb(176, 48, 61);
}

.button {
    padding: 5px 25px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    color: white;
    background-color: rgb(176, 48, 61);
    text-decoration: none;
}

.tab {
    height: 60px;
    background-color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.search_btn {
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 13px;
    color: white;
    background-color: #388bff;
    border-color: #3c8dff #408ffe #3680e6;
}

.search_input {
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #999;
    outline: none;
}

.address {
    display: flex;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.color_red {
    color: red;
}

.color_blue {
    color: blue;
}

.color_blueviolet {
    color: blueviolet;
}

.border_r_10 {
    border-radius: 10px;
}

.advert_wrap {
    position: relative;
    overflow: hidden;
}

.advert {
    position: absolute;
    top: 0;
    left: 50px;
}

.swiper {
    width: 100%;
    height: 24px;
}

.flex {
    display: flex;
}

.flex_b {
    justify-content: space-between;
}

.linear-gradient {
    background: -webkit-linear-gradient(top, #ff9018, #ff2d03);
    border-radius: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.flex_1 {
    flex: 1;
}