body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    box-sizing: border-box;
}
#app {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}
.wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
}
.container {
    position: relative;
    padding: 0 0 8vw;
    width: 100%;
    min-height: 100vh;
    background-color: #090901;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
img.bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.remind-wrapper {
    width: 100%;
    padding: 0 6.4vw;
    box-sizing: border-box;
}
.remind.gradient-border {
    color: #fff;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 8vw;
    width: 100%;
    min-height: 11.2vw;
    height: auto;
    margin-bottom: 3.46667vw;
    color: #ffe4bf;
    font-size: 3.73333vw;
    font-weight: 400;
    vertical-align: middle;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 7.46667vw;
    position: relative;
    /* border-radius: 2.66667vw; */
    background: linear-gradient(180deg, #47382d, #252019);
    /* padding: 1px; */
    background-clip: padding-box;
    box-sizing: border-box;
}
.container .remind-wrapper .remind {
    color: #fff;
    font-size: 4vw;
    font-weight: 500;
    border-radius: 8vw;
    width: 100%;
    min-height: 11.2vw;
    height: auto;
    margin-bottom: 3.46667vw;
    color: #ffe4bf;
    font-size: 3.73333vw;
    font-weight: 400;
    vertical-align: middle;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 7.46667vw;
}
.remind.gradient-border:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, #ffc9a0, #886e5a);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.container .remind-wrapper .remind .remind-text {
    width: calc(100% - 9.6vw);
}
.container .remind-wrapper>.form {
    width: 100%;
}
.container .remind-wrapper>.form>.mod{
    margin-bottom: 4vw;
    position: relative;
}

.van-field {
    flex-wrap: wrap;
}
.van-cell {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);
    overflow: hidden;
    color: var(--van-cell-text-color);
    font-size: var(--van-cell-font-size);
    line-height: var(--van-cell-line-height);
    background: var(--van-cell-background);
}
.container .remind-wrapper>.form>.mod>.van-cell {
    display: flex;
    align-items: center;
    min-height: 14.93333vw;
    height: auto;
    padding: 2.13333vw 2.66667vw 2.13333vw 7.46667vw;
    border-radius: 2.66667vw;
    justify-content: space-between;
}
.container .gradient-border {
    position: relative;
    border-radius: 2.66667vw;
    background: linear-gradient(180deg, #47382d, #252019);
    padding: 1px;
    background-clip: padding-box;
}
.container .gradient-border:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, #ffc9a0, #886e5a);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
.van-cell .van-field__label div {
    text-align: left;
}
.van-cell .van-field__label {
    /* min-width: 17.6vw !important; */
    width: 17%;
    text-align: left;
    font-weight: 400;
    font-size: 4em;
    line-height: 1.3;
    text-align: center;
    color: #ffe4bf;
    position: relative;
    /* white-space: pre-line; */
}
.van-cell .van-field__label > div:after {
    content: "";
    position: absolute;
    right: -1.06667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 3.73333vw;
    background-color: #ffe4bf;
}
.van-field__label {
    flex: none;
    box-sizing: border-box;
    width: var(--van-field-label-width);
    margin-right: var(--van-field-label-margin-right);
    color: var(--van-field-label-color);
    text-align: left;
    word-wrap: break-word;
}
.van-cell__value {
    position: relative;
    overflow: hidden;
    text-align: right;
    vertical-align: middle;
    word-wrap: break-word;
    width: 75%;
}
.container .remind-wrapper>.form>.mod.password-field-wrapper .van-field__body {
    position: relative;
}

.container .remind-wrapper>.form>.mod .van-field__body {
    display: flex;
    align-items: center;
}
.container .remind-wrapper>.form>.mod .van-field__control {
    height: 10.6667vw;
    line-height: 1.3;
    padding: 0;
}

.container .gradient-border .van-field__control {
    color: #ffe4bf !important;
}
.van-field__control {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: var(--van-field-input-text-color);
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
    -webkit-user-select: auto;
    user-select: auto;
}
.custom-placeholder-overlay {
    position: absolute;
    left: 32vw;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 228, 191, .4);
    font-size: 3.73333vw;
    line-height: 1.3;
    white-space: pre-line;
    word-wrap: break-word;
    overflow-wrap: break-word;
    pointer-events: none;
    z-index: 2;
    max-width: calc(100% - 37.33333vw);
}
.van-field__body input {
    width: 100%;
    color: rgba(255, 228, 191, .4);
    background: transparent;
    border: 0;
    padding: 10px;
    height: 10.6667vw;
    line-height: 1.3;
    /* padding: 0; */
    font-size: 3.5em;
}
.van-field__body input:focus{
    outline: none;
}
.van-field__body input::placeholder{
    color: rgba(255, 228, 191, .4);
}

.van-button--block {
    display: block;
    width: 100%;
}

.van-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    height: 11.73333vw;
    margin: 0;
    padding: 0 4vw;
    font-size: 3.73333vw;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: auto;
}
.van-button--primary {
    color: #fff;;
}
.container .remind-wrapper>.form>.mod.but>.van-button {
    background: linear-gradient(180deg, #84624b, #2f1e12 85.71%);
    border-radius: 1.6vw;
    border: 1px solid #886e5a;
    opacity: .5;
    padding: 0 4vw;
}
.van-button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: var(--van-black);
    border: inherit;
    border-color: var(--van-black);
    border-radius: inherit;
    transform: translate(-50%, -50%);
    opacity: 0;
    content: " ";
    box-sizing: content-box;
}
.container>.product-intro {
    margin-top: 6.4vw;
    width: 100%;
}
.container>.product-intro>.section-head {
    position: relative;
    width: 100%;
    height: 6.4vw;
}
.container>.product-intro>.section-head>.section-head-glow {
    position: absolute;
    left: 50%;
    top: 1.6vw;
    transform: translate(-50%);
    width: 41.33333vw;
    height: 4vw;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, #b46844, rgba(19, 15, 12, 0));
    filter: blur(2.13333vw);
    opacity: .8;
}
.container>.product-intro>.section-head>.section-head-main {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    display: inline-flex;
    align-items: center;
    gap: 5.33333vw;
}
.container>.product-intro>.section-head>.section-head-main>.divider {
    display: inline-flex;
    align-items: center;
    gap: 2.13333vw;
}
.container>.product-intro>.section-head>.section-head-main>.divider>.line {
    width: 13.06667vw;
    height: 1px;
    background: linear-gradient(104deg, #0b0803 11%, #ffe4bf);
    transform: scaleY(.5);
}
.container>.product-intro>.section-head>.section-head-main>.divider>.diamond {
    width: 1.856vw;
    height: 2.53867vw;
    object-fit: contain;
    display: block;
}
.container>.product-intro>.section-head>.section-head-main>.divider>.diamond {
    width: 1.856vw;
    height: 2.53867vw;
    object-fit: contain;
    display: block;
}
.container>.product-intro>.section-head>.section-head-main>.divider.reverse>.line {
    background: linear-gradient(104deg, #ffe4bf 11%, #0b0803);
}
.container>.product-intro>.section-head>.section-head-main>.main-title {
    font-weight: 500;
    font-size: 4vw;
    line-height: 1.4;
    color: #ffe4bf;
    white-space: nowrap;
}
.container>.product-intro>.feature-list {
    margin-top: 6.4vw;
    padding: 0 6.4vw;
    display: flex;
    flex-direction: column;
    gap: 3.2vw;
}
.container>.product-intro>.feature-list>.feature-card {
    border-radius: 3.2vw;
    padding: 1.6vw 4.8vw;
    display: flex;
    align-items: center;
    gap: 3.2vw;
    background: linear-gradient(90deg, #382c20, #221b12);
    box-shadow: inset 0 1px 2.4vw rgba(234, 181, 154, .15);
}
.container>.product-intro>.feature-list>.feature-card>.feature-icon {
    width: 13.6vw;
    height: 13.6vw;
    flex-shrink: 0;
}
.container>.product-intro>.feature-list>.feature-card>.feature-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.06667vw;
}
.container>.product-intro>.feature-list>.feature-card>.feature-content>.feature-title {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 4.26667vw;
    line-height: 1.4;
    color: #ffe4bf;
}
.container>.product-intro>.feature-list>.feature-card>.feature-content>.feature-desc {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 1.4;
    color: #b8a69a;
    word-break: break-word;
}
@media screen and (max-width:767px){
    .container .remind-wrapper .remind .remind-text {
        font-size: 1.2em;
        font-weight: 600;
    }
    .van-cell .van-field__label div {
        text-align: left;
        display: none;
    }
    .container .remind-wrapper>.form>.mod>.van-cell {
        padding: 2.13333vw 2.66667vw 2.13333vw 2.66667vw;
    }
    .van-cell__value {
        width: 100%;
    }
    .van-field__body input {
        width: 100%;
        height: 4.6667vw;
        line-height: 1.3;
        /* padding: 0; */
        font-size: 1em;
    }
}