﻿
:root {
    --price-value-color: #EF7D31;
    --price-value-font-size: 1.3rem;
    --highlight-text-color: #EF7D31;
    --ding-zhi-button-bg-color: #FAC08F;
    --ding-zhi-button-hover-bg-color: #EF7D31;
}

.price-section-box {
    border: 0.5px solid rgba(23,26,29,.16);
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #fff;
}

.production-main-caption {
    background-repeat: no-repeat;
    background-size: 100%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    font-size: 21px;
    font-weight: 700;
    color: var(--lq-color-blue);
}

.production-sub-caption {
    font-size: 16px;
    font-weight: 700;
    color: var(--lq-color-blue);
    letter-spacing: 0;
}

.price-value-text {
    font-size: 14px;
}

.production_feature_text {
    font-size: 14px;
}

.price-setcion-box-dismember {
    height:10px;
    margin: 0px 20px;
    border-top: 0.5px solid rgba(23,26,29,.08);
}

.price-section-feature-text-suit-to {
    font-size: 13px;
    color: rgba(23,26,29,.8);
    letter-spacing: 0;
}

.price-section-feature-text-name {
    font-size: 13px;
    font-weight:400;
    color: rgba(23,26,29,.8);
    letter-spacing: 0;
}

.price-section-feature-text-desc {
    font-size: 13px;
    font-weight:400;
    color:black;
    letter-spacing: 0;
}

.price-page-background-layer-top {
    width: 100%;
    height: 20%;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
}

.price-page-background-layer-bottom {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -200;
    top: 0;
    left: 0;
}

.price-section-purchase-button {
    border: 0px solid rgba(23,26,29,.16);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--purchase-button-bg-color);
}

.purchase-button-hover:hover {
    background-color: var(--purchase-button-hover-color);
}

.price-section-button_ding-zhi-ban {
    border: 0px solid rgba(23,26,29,.16);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--ding-zhi-button-bg-color);
}

.purchase-button-hover_ding-zhi-ban:hover {
    background-color: var(--ding-zhi-button-hover-bg-color);
}


.mask-layer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(23,26,29,.16);
}

.mask-layer-bg-panel {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.hidden {
    display:none;
}

.active {
    display:flex;
}

.text-price-caption {
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.text-price-link-button {
    font-size: 0.9rem;
    line-height: 1rem;
}

.text-production-remark {
    font-size: 12px;
}

.disable-shrink {
    flex-shrink:0
}