/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

[v-cloak] {
    display: none;
}

/* 全局 */
body {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #333333;
    word-break: break-all;
    /* user-select: none; */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Arial, PingFang SC, Microsoft YaHei, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

body * {
    user-select: none;
}
a{
    color: #333333;
    border-bottom: 1px solid #333333;
    text-decoration: none;
}
.night a{
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
}
.news-content h2,
.post-content h2 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #f69393), color-stop(26%, transparent));
    background: -o-linear-gradient(bottom, #f69393 26%, transparent 26% 100%);
    background: linear-gradient(to top, #f69393 26%, transparent 26% 100%);
    display: inline;
    font-size: 1.1rem;
    font-weight: bold;
}

.night .news-content h2,
.night .post-content h2 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(26%, #d22222), color-stop(26%, transparent));
    background: -o-linear-gradient(bottom, #d22222 26%, transparent 26% 100%);
    background: linear-gradient(to top, #d22222 26%, transparent 26% 100%);
}
.news-content h2:before,
.news-content h2:after,
.post-content h2:before,
.post-content h2:after {
    content: "";
    display: block;
    height: 0.6rem;
}

.night.body {
    color: #ffffff;
    background: #000000;
}

body img {
    max-width: 100%;
}

body.detail {
    padding: 20px;
    font-size: 14px;
}
body.detail.night {
    color: #ffffff;
    background: #000000;
}
.header {
    padding-top: 30px;
    padding-bottom: 40px;
    background: linear-gradient(-25deg, #695694 10%, #e73b43 70%, #ff8d22 100%);
    color: #fff;
}

.night .header {
    color: #efefef;
}

.header.fitSystenWindow {
    padding-top: 70px;
}

h1 {
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 12px 0 20px;
    /* margin-bottom: 30px; */
}

.tips {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 10px;
    margin-top: 28px;
    padding: 0 18px;
    box-sizing: border-box;
}
.Android .tips {
    text-align: left;
    justify-content: left;
}
.tips .text {
    border-bottom: 1px solid #fff;
}

.tips .com {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin-right: 2px;

}

.content {
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: -20px;
    position: relative;
}

.night .content {
    background: #000000;
}

.placeholder {
    flex-grow: 1;
    flex-shrink: 1;
}

.product-list {
    white-space: nowrap;
    padding: 0px 16px;
    overflow: hidden;
}
.product-list-inner{
    padding: 15px 0;
    overflow-x: scroll;
    overflow-y: hidden;
}
.product-list-inner::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

.product-list-inner::-webkit-scrollbar {
    display: none;
}

.chip {
    color: #333333;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: rgba(231, 59, 67, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    margin-left: 10px;
    padding: 0 10px;
}
.night .chip {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #424242;
}
.chip.active {
    color: #fff;
    background: rgba(231, 59, 67, 1);
}

.product-list .chip:first-child {
    margin-left: 0px;
}

.product-list .chip:last-child {
    margin-right: 10px;
}


.card {
    text-align: center;
    color: #333333;
    padding: 16px;
    box-sizing: border-box;
    margin: 10px 16px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.night .card {
    color: #ffffff;
    background: #242424;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.dl-btns {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    padding: 10px 20px;
}

.dl-btn {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    border-radius: 16px;
    /* color: #fff; */
    /* background: #0070c9; */
    color: #333333;
    text-decoration: none;
    border: 1px solid #efefef;
    /* padding: 0 16px; */
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.night .dl-btn {
    border: 1px solid #999999;
    color: #ffffff;
}
.dl-btn img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.dl-btns .dl-btn:last-child {
    margin-left: 20px;
}

.support {
    margin-top: 16px;
    font-size: 12px;
    color: #999999;
    text-decoration: underline;
}

/* 相关新闻 */
.news-list {
    background: #fff;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 5px;
    padding: 10px 0;
    color: #333;
    font-size: 12px;
}

.night .news-list {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.news-item {
    display: flex;
    margin: 0 16px;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
}

.night .news-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.news-item:last-child {
    border-bottom: none;
}

.news-img {
    height: 67px;
    width: 90px;
    border-radius: 4px;
    margin-left: 10px;
    flex-shrink: 0;
}

.news-info {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
}

.news-title {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    max-height: 44px;
    font-size: 15px;
}

.news-meta {
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
}

.night .news-meta {
    color: #cccccc;
}

h2.part {
    margin-top: 25px;
    font-size: 17px;
    font-weight: bold;
    margin-left: 16px;
    /* border-left: 5px solid #d22222; */
    display: inline-block;
    /* padding: 0px 0 0px 5px; */
    color: #333333;
}

.night h2.part {
    color: #dddddd;
}

.open-app-tip-card {
    background: #fff;
    color: #333;
}

.open-app-tip-card a {
    color: #d22222;
}

.open-app-tip-card img {
    max-width: 100%;
    margin-top: 20px;
}
.block-tips{
    padding: 0 16px;
    color: #333333;
}
.night .block-tips{
    color: #fff;
}

.supportDes{
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}



table {
    font-size: 14px;
    display: table;
    margin-bottom: 15px;
    border-collapse: collapse;
    border-spacing: 0
}

table .firstRow td {
    background-color: #e74737;
    word-break: break-all;
    color: #fff;
    font-weight: 300;
    height: 20px;
    text-align: center
}

table td,
table th {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid rgba(0, 0, 0, .05) !important
}

.night table td,
.night table th {
    border-bottom: 1px solid #424242 !important;
    border-left: 1px solid #424242 !important
}

table {
    border-right: 1px solid rgba(0, 0, 0, .05) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important
}

table tr:nth-child(odd) {
    background: #f7f7f7
}

.night table tr:nth-child(odd) {
    background: #242424
}