* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background: #ffffff;
}

body {
    min-width: 320px;
    padding-bottom: 60px;
    background-color: #ffffff;
    color: #222222;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

button {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
}

.hide {
    display: none !important;
}

.content-box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px 15px;
}

.title {
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    line-height: 25px;
}

.company {
    min-width: 0;
    color: #0a6aa1;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.create-time {
    flex: 0 0 auto;
    color: #777777;
}

.region {
    line-height: 30px;
    color: #777777;
}

.content {
    margin-top: 10px;
}

.content img {
    display: block;
    width: 100%;
    height: auto;
}

.promo-article {
    color: #3c3c3c;
    text-align: center;
    font-size: 20px;
    line-height: 1.72;
}

.promo-logo {
    display: block;
    width: 92%;
    max-width: 650px;
    margin: 54px auto 46px;
}

.promo-block {
    margin: 0 auto 54px;
}

.promo-line {
    margin: 0;
}

.promo-title {
    display: inline-block;
    margin: 58px auto 28px;
    padding: 0 18px 4px;
    color: #f47a18;
    background: linear-gradient(transparent 70%, #fff1e5 70%);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.promo-orange {
    color: #f47a18;
    font-weight: 700;
}

.promo-image {
    width: 100%;
    max-width: 720px;
    margin: 28px auto 56px;
}

.promo-image.coupon-grid {
    max-width: 700px;
    margin-top: 28px;
}

.bottom-fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 5px 10px;
    background-color: #ffffff;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.04);
}

@media (max-width: 480px) {
    .promo-article {
        font-size: 15px;
        line-height: 1.68;
    }

    .promo-logo {
        margin: 44px auto 38px;
    }

    .promo-title {
        margin-top: 42px;
        font-size: 21px;
    }
}

.box-left {
    flex: 1 1 auto;
    min-width: 0;
    padding-top: 5px;
}

.browse {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
}

.box-right {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-height: 40px;
    cursor: pointer;
    color: #333333;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
}

.item img {
    display: block;
    height: 20px;
    margin: 0 auto;
}

.status-icon {
    display: block;
    height: 20px;
}

.share-box {
    position: fixed;
    z-index: 1000;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.share-box .pic {
    width: calc(100% - 30px);
}

.share-box img {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 820px) {
    .bottom-fixed {
        right: 50%;
        left: 50%;
        width: 800px;
        margin-left: -400px;
    }
}
