v-cloak {
    display: none;
}
.tab-content {
    padding: 0 20px;
}
.content {
    padding: 20px;
}
.system-icon {
    text-align: center;
    position: relative;
}

.system-icon.active::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e8f3fe;
    margin-bottom: -1px;
    z-index: -1;
}
.system-icon.active .system-name,
.system-icon.active svg {
    color: #3a6da0;
}
.system-icon.windows.active::before {
    margin-left: -18px;
}
.system-icon.ios.active::before {
    margin-left: -12px;
}
.system-icon.android.active::before {
    margin-left: -9px;
}
.system-icon.harmony.active::before {
    margin-left: -2px;
}

.system-icon svg {
    width: 32px;
    height: 32px;
}

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

.system-meta {
    font-size: 14px;
    padding: 10px 0;
}

.system-meta-item {
    padding: 10px 14px;
    background: #e8f3fe;
    color: #3a6da0;
}

.ul {
    margin: 1em;
    padding-left: 15px;
    list-style: outside;
    word-break: break-word;
    text-align: justify;
}
.ul-notice {
    font-size: 14px;
    color: #919191;
    text-align: left;
}
.ul-notice li {
    margin-bottom: 10px;
}
.tabs {
    margin-bottom: 80px;
}

.list-container {
    margin-bottom: 70px;
}

.text-danger {
    color: var(--van-orange-dark);
}

.text-center {
    text-align: center;
}
.text-center .van-notice-bar__wrap {
    justify-content: center;
}
.text-bold {
    font-weight: bold;
}

.price {
    display: inline-block;
}
.origin-price {
    display: inline-block;
}
.price-integer {
    margin-left: 5px;
    font-size: 40px;
    /*font-weight: 600;*/
    font-family: var(--van-card-price-font);
}
.price-decimal {
    font-family: var(--van-card-price-font);
    font-size: 26px;
}
.origin-price {
    color: #919191;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 12px;
}
.pay-tips {
    font-size: 12px;
    color: #919191;
}
.pay-tips img {
    width: 100%;
    max-width: 100%;
}
.captcha {
    height: 30px;
}
.van-dialog.dialog-auto {
    overflow: auto;
}
.pay-list {
    padding: 0 60px;
    margin-bottom: 2em;
}