@charset "utf-8";


/* --- */
.investPage .subject {
    min-height: 230px;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
}

.investPage .subject .slogan p {
    color: #fff;
    opacity: 0.8;
}

.investPage .subject .slogan h3 {
    color: #fff;
}

.investPage .subject .slogan h3 em {
    color: #fff;
    opacity: 0.5;
}

.investPage .main,
.erectList {
    top: 200px;
}

.erectNav,
.erectList {
    width: 110px;
}

.erectNav {
    position: relative;
    z-index: 1;
}

.erectList {
    left: 0;
    bottom: 0;
    padding: 10px 5px 10px 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.5);
}

.erectList ul li {
    margin: 0 0 5px;
    padding: 20px 10px;
    text-align: center;
    background-color: var(--black5);
}

.erectList ul li p {
    font-size: 16px;
    color: var(--black1);
}

.erectList ul li.selected {
    background: var(--gs1);
    -moz-box-shadow: 10px -10px 10px 0px rgba(0, 40, 14, 0.1);
    -webkit-box-shadow: 10px -10px 10px 0px rgba(0, 40, 14, 0.1);
    box-shadow: 10px -10px 10px 0px rgba(0, 40, 14, 0.1);
}

.erectList ul li.selected p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.ivestList {
    padding: 1px 0 0;
    position: relative;
}

.financialList {
    margin: 0;
    position: relative;
    z-index: 9;
}

.ivestList .typeList {
    width: calc(100% - 110px);
    padding: 0 5px 188px;
    position: relative;
    z-index: 2;
}

.ivestList .typeList .productList {
    min-height: 360px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: none;
    position: relative;
    z-index: 2;
}

#typeList .activate_list {
    display: block;
}

.financialList .typeList ul>li .noData {
    padding: 50px 10px;
}

.financialList .typeList ul>li {
    margin: 0 0 10px;
    border-width: 0;
    border-color: #fff;
    border-style: solid;
}

.financialList ul>li.skeleton {
    padding: 0;
    background: #fff;
}

.financialList ul>li .sketch {
    width: 100%;
    max-height: 260px;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    background-color: var(--a_5);
}

.financialList ul>li .attribute {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px 15px 15px 0;
    -webkit-border-radius: 15px 15px 15px 0;
    -moz-border-radius: 15px 15px 15px 0;
    -moz-box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
    -webkit-box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
    box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
}

.financialList ul>li .buyStatusBtn {
    margin: 10px 0 0 0;
    position: relative;
    color: var(--b_1);
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: var(--b_1);
}

.financialList ul>li .buyStatusBtn .vip_ICON {
    width: 25px;
    margin: 0 5px 0 0;
}

.financialList ul>li .buyStatusBtn p {
    font-weight: 700;
}

.financialList ul>li .levelReq {
    top: -1px;
    position: relative;
}

.financialList ul>li .vipBox {
    min-width: 90px;
    min-height: 30px;
    padding: 1px 10px 10px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
}

.financialList ul>li .arcAngle {
    width: 10px;
    height: 30px;
    left: -1px;
    position: relative;
}

.financialList ul>li .arcAngle img {
    width: 30px;
}

.financialList ul>li .attribute ol li {
    padding: 5px;
}

.financialList ul>li .attribute .title {
    min-width: 100px;
}

.financialList ul>li .attribute .title span {
    font-size: 14px;
    color: var(--black2);
}

.financialList ul>li .attribute .item p {
    font-size: 16px;
    font-weight: 700;
    color: var(--black1);
}

.financialList ul>li .attribute .item h4 {
    line-height: 1.0;
    font-size: 22px;
    font-weight: 700;
    color: var(--a_1);
}

/* 详情 */
/* --- */

.commodityItem .cell>li {
    margin: 0;
    padding: 10px 0;
}

.commodityItem ol li p em {
    font-size: 12px;
    font-weight: 300;
    color: var(--black2);
}

.characteristic {
    width: 100%;
    padding: 30px 20px 10px;
    background-color: var(--black3);
    border-width: 0;
    border-color: #fff;
    border-style: solid;
    position: absolute;
    bottom: 0;
}

.investDetailsPage {
    padding: 0 0 188px;
}



.investDetailsPage .main {
    position: relative;
}

.investDetailsPage .banner {
    width: 100%;
    max-height: 150px;
    overflow: initial;
    background-color: var(--a_3);
    position: relative;
    -moz-box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
    -webkit-box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
    box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
}

.investDetailsPage .banner img {
    width: 100%;
}

.investDetailsPage .main .investDetails {
    padding: 10px;
    position: relative;
}

.investDetailsPage .investDetails .investAttribute,
.investDetailsPage .investDetails .buyPattern,
.investDetailsPage .investDetails .checkPattern .orderItem,
.investDetailsPage .investDetails .balance,
.investDetailsPage .investDetails .actionBar {
    padding: 10px 20px;
    background-color: #fff;
}

.investDetailsPage .investDetails .investAttribute {
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    /* -moz-box-shadow: 0 -10px 10px 0 rgba(0, 40, 14, 0.1);
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 40, 14, 0.1);
    box-shadow: 0 -10px 10px 0 rgba(0, 40, 14, 0.1); */
}



.commodityItem,
.investDetailsPage .investDetails .buyPattern {
    margin: 0 0 10px;
}

.investDetailsPage .investDetails .buyPattern {
    -moz-box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
    -webkit-box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
    box-shadow: -5px -10px 20px 0px rgba(0, 40, 14, 0.1);
}

.investDetailsPage .investDetails .buyPattern .addSubtract {
    margin: 20px 0;
}

.investDetailsPage .investDetails .buyPattern .actuallypaid {
    width: 100%;
}

.investDetailsPage .investDetails .buyPattern .titleBar {
    padding: 10px 0;
}

.investDetailsPage .investDetails .gongGeNAV li {
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

.investDetailsPage .investDetails .attribute {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.investDetailsPage .attribute .title h3 {
    font-size: 24px;
    color: var(--black1);
}

.investDetailsPage .investDetails .investAttribute ul.skeleton>li {
    width: 100%;
    padding: 20px;
}

.investDetailsPage .investDetails .investAttribute ul>li.distinct {
    width: 50%;
}

.investDetailsPage .investDetails .investAttribute ul>li {
    margin: 0;
}

.investDetailsPage .investDetails .investAttribute ul>li h4 {
    font-size: 18px;
}

.investDetailsPage .investDetails .investAttribute ul>li span {
    font-size: 14px;
    color: var(--black2);
    display: block;
}

.investDetailsPage .investDetails .investAttribute ul>li .vip_ICON {
    width: 30px;
}

.investDetailsPage .investDetails .creditAvailable {
    margin: 30px 0 0;
}

.investDetailsPage .investDetails .creditAvailable p {
    font-size: 16px;
    color: var(--black2);
}

.investDetailsPage .investDetails .actionBar {
    margin: 10px 0 0;
    padding: 0;
}

.investDetailsPage .investDetails .actionBar .confirmBtn {
    min-width: 180px;
}

.investDetailsPage .investDetails .actionBar .presell {
    background-color: var(--r_2);
    color: #fff;
}

.investDetailsPage .investDetails .actionBar .sales {
    background-color: var(--b_1);
    color: #fff;
    position: relative;
}

.investDetailsPage .investDetails .actionBar .sellout {
    background-color: var(--r_4);
    color: #fff;
}

.investDetailsPage .investDetails .addSubtract .oi p {
    font-size: 14px;
    text-align: center;
    color: var(--r_2);
    opacity: 0.5;
}

.investDetailsPage .commodityItem .periodType:empty {
    display: none;
}

.buyPattern,
.checkPattern {
    display: none;
    margin: 0 0 10px;
    background-color: #fff;
    overflow: hidden;
}

.astrictExplain .explain {
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.astrictExplain .explain p {
    margin: 0;
    line-height: 1.2;
    font-size: 12px;
    color: var(--r_2);
}

.investDetailsPage form ul.skeleton>li {
    margin: 0;
    padding: 0 0 20px;
}

.investDetailsPage .reconfirmPurchase {
    padding: 0 10px 0 0;
}


.investDetailsPage .reconfirmPurchase .instructions {
    margin: 0 0 10px;
    padding: 0 0 10px;
}

.investDetailsPage .reconfirmPurchase .instructions .cell li {
    padding: 5px 10px;
}

.earningsDetail {
    background-color: #fff;
}

.earningsDetail .earningsList {
    padding: 10px 20px;
}

.earningsDetail .cell li .titleLabel p {
    font-size: 16px;
}

.earningsDetail .cell li .contInfo p {
    font-size: 18px;
}

.investDetailsPage .investDetails .stateSeal.fixedArea {
    padding: 0;
    background-color: #fff;
    -moz-box-shadow: 0px -5px 20px 0px rgba(0, 10, 3, 0.1);
    -webkit-box-shadow: 0px -5px 20px 0px rgba(0, 10, 3, 0.1);
    box-shadow: 0px -5px 20px 0px rgba(0, 10, 3, 0.1);
}

.investDetailsPage .investDetails .explain:empty {
    display: none;
}

.tl0 p {
    background-image: linear-gradient(to right, #fe8114, #fdb16e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tl1 p {
    background-image: linear-gradient(to right, #fd5656, #ff8787);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tl3 p {
    background-image: linear-gradient(to right, #4e9657, #80c98a);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


.tl4 p {
    background-image: linear-gradient(to right, #1d66a5, #5897ce);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.field-title {
    position: absolute;
    top: -10px;
    left: 8px;
    transform: translateY(-50%);
    font-weight: 800;
    color: var(--black1);
    text-transform: uppercase;
    font-size: 0.65rem;
    pointer-events: none;
    user-select: none;
}


.range__slider {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px 0;
    padding: 20px 0;
}

.range__slider::before,
.range__slider::after {
    color: var(--black1);
    font-size: 12px;
    font-weight: bold;
}

.range__slider::before {
    content: attr(data-min);
}

.range__slider::after {
    content: attr(data-max);
}

.range__slider .length__title::after {
    content: attr(data-length);
    position: absolute;
    right: -16px;
    font-variant-numeric: tabular-nums;
    color: var(--black1);
}

.setQuantity {
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
    border-radius: 5px;
    background: var(--black3);
    outline: none;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
}

.setQuantity::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--a_1);
    background-image: url('./../images/dragArrows.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.setQuantity::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.setQuantity::-moz-range-thumb {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: var(--a_2);
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.setQuantity::-moz-range-thumb:hover {
    background: var(--a_1);
}