.top-bar.vip {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0px 0px 0px 0px;
    background-color: transparent;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #FFFFFF;
}

.vip-top-bg {
    height: 600px !important;
    background: url("../img/vip_top_bg.png");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.top-bar.vip .top-tips {
    width: 236px;
    height: 38px;
    background: linear-gradient(90deg, #FFE3A6 0%, #FEEBCA 100%);
    border-radius: 4px;
    position: relative;
    margin-left: 16px;

}

.top-bar.vip .top-tips .text {
    color: #583900;
    font-weight: bold;
}

.top-bar.vip .top-tips::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(94deg, rgba(241, 200, 126, 1), rgba(249, 210, 139, 1), rgba(252, 217, 152, 1));
    border-radius: 4px;
    z-index: -1;
}

.top-bar.vip .li-list button,
.top-bar.vip .login-name,
.top-bar.vip .login {
    font-weight: 400;
    color: #F2F7FF;
}

.top-bar.vip .li-list li:not(:first-child) img {
    filter: brightness(0) invert(1);
}

.top-bar.vip .top-input {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px 0px 0px 0px;
    color: rgba(255, 255, 255, 0.849);
    border: 1px solid rgba(255, 234, 217, 0.1);
}

.top-bar.vip .vip-button button {
    width: 64px;
    height: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #BF5F13;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.top-bar.vip .top-bar-logo {
    background: url("../img/logo_b.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-bar-logo.vip-open {
    background: url("../img/logo.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-bar.vip .drop-down-container {

    position: absolute;
    top: 66px;
    z-index: -1;
    height: calc(100vh - 66px);
    border-radius: 0px 0px 0px 0px;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #FFFFFF;
}

.vip-header {
    z-index: 100;
    position: fixed;
}

.vip-header .drop-down-menu {
    border-radius: 0px 0px 0px 0px;
    background-color: transparent;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    color: #FFFFFF;
    padding-bottom: 40px;
}

#close-button img {
    filter: invert(1);
}

.vip-header .lift-list {
    background-color: transparent;
    color: #FFFFFF;
}

/* .right-data::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 44px;
    background: transparent;
} */

.right-list-ul li {
    margin-top: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.774);
    line-height: 14px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.right-list-ul .title {
    width: 303px;
    height: 54px;
    border-bottom: #5353539a 1px solid;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: white;
    line-height: 16px;
    font-style: normal;
    margin-top: 18px;
    text-transform: none;
    display: flex;
    justify-items: start;
    align-items: center;
}

.title {
    font-family: PingFang SC, PingFang SC;
    font-weight: 800;
    font-size: 22px;
    color: white;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.lift-list a {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    padding-left: 51px;
    justify-content: start;
    font-family: Noto Sans SC, Noto Sans SC;
    font-size: 14px;
    color: white;
    line-height: 26px;
    font-style: normal;
    text-transform: none;
    margin-bottom: 12px;
    transition: all 0.3s;
}

.fotter {
    background: #0E0F0F !important;
}

.contact {
    background: #171717 !important;
}

.vip-conteent {
    background: #0E0F0F !important;
}

.vip-conteent h1 {
    font-family: Inter, Inter;
    font-weight: normal;
    font-size: 50px;
    line-height: 53px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top: 150px;
    margin: auto;
    background-image: linear-gradient(0.4deg, #FFE4AD 0%, #FFF7EB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* 仅裁剪文字区域 */
    -webkit-text-fill-color: transparent;
    /* 让文字颜色透明，显示背景 */
}

.vip-conteent h2 {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 22px;
    color: rgba(255, 168, 61, 1);
    line-height: 22px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: auto;
    padding-top: 18px;
}

.vip-conteent .vip-card {
    background: rgba(20, 20, 20, 0.95);
    border-radius: 16px 16px 16px 16px;
    border: 1px solid rgba(0, 0, 0, 0);
    z-index: 10;
    padding-top: 24px;
    padding-left: 35px;
    padding-right: 35px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-left: 0px;
    transition: transform 0.3s ease-in-out, background-size 0.3s ease;
}

.vip-conteent .vip-card .tips-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 26px;
    background: linear-gradient(90deg, #E0E9FF 0%, #1A82FF 100%);
    border-radius: 0px 14px 0px 16px;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 14px;
    color: #111214;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 12px;
}

.vip-conteent .vip-card .tips-img img {
    margin-right: 5px;
}


.vip-card-type-1:hover {
    background: url("../img/vip_card_type_1.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border-color: transparent;
}

.vip-card-type-2:hover {
    background: url("../img/vip_card_type_2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border-color: transparent;
}

.vip-card-type-3:hover {
    background: url("../img/vip_card_type_3.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    border-color: transparent;
}

.transfer-accounts {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid rgba(255, 228, 173, 0.1);
    width: 100%;
}


.price {
    font-family: Avenir Next LT Pro, Avenir Next LT Pro;
    font-weight: normal;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 19px;
    margin-bottom: 58px;
}

.price span {
    font-family: Avenir Next LT Pro, Avenir Next LT Pro;
    font-weight: normal;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 5px;
}

.vip-card-type-1 .vip-name {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 300;
    font-size: 32px;
    color: #FFE4AD;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-image: linear-gradient(58.00000158857855deg, #F08C47 0%, #FFF7EB 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* 仅裁剪文字区域 */
    -webkit-text-fill-color: transparent;
    /* 让文字颜色透明，显示背景 */
}

.vip-card-type-1 .vip-zp {
    font-family: Avenir Next LT Pro, Avenir Next LT Pro;
    font-weight: normal;
    font-size: 17px;
    color: #F08C47;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px 4px 4px 4px;
    margin-left: 10px;
}

.vip-card-type-1 button {
    background: linear-gradient(148deg, #F08C47 0%, #FFF7EB 100%);
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    height: 43px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.vip-power {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 14px;
    color: #343638;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 41px;
    margin-bottom: 34px;
}

.vip-card li {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 14px;
    color: #B0B4B8;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
    margin-right: 23px;
}


.vip-card-type-2 .vip-name {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 300;
    font-size: 32px;
    color: #FFE4AD;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-image: linear-gradient(58.00000158857855deg, #1A82FF 0%, #EBF6FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* 仅裁剪文字区域 */
    -webkit-text-fill-color: transparent;
    /* 让文字颜色透明，显示背景 */
}

.vip-card-type-2 .vip-zp {
    font-family: Avenir Next LT Pro, Avenir Next LT Pro;
    font-weight: normal;
    font-size: 17px;
    color: #1A82FF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px 4px 4px 4px;
    margin-left: 10px;
}

.vip-card-type-2 button {
    background: linear-gradient(148deg, #1A82FF 0%, #EBF6FF 100%);
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    height: 43px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.vip-card-type-3 .vip-name {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 300;
    font-size: 32px;
    color: #FFE4AD;
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background-image: linear-gradient(58.00000158857855deg, #875CFF 0%, #EBF6FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    /* 仅裁剪文字区域 */
    -webkit-text-fill-color: transparent;
    /* 让文字颜色透明，显示背景 */
}

.vip-card-type-3 .vip-zp {
    font-family: Avenir Next LT Pro, Avenir Next LT Pro;
    font-weight: normal;
    font-size: 17px;
    color: #CECCFF;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px 4px 4px 4px;
    margin-left: 10px;
}

.vip-card-type-3 button {
    background: linear-gradient(148deg, #875CFF 0%, #EBECFF 100%);
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    height: 43px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.remittances-card {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: rgba(183, 183, 183, 0.5);
    line-height: 17px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.remittances-title {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 7px;
}

.remittances {
    margin-top: 21px;
    width: 480px;
    height: 110px;
    background: rgba(245, 246, 250, 0.04);
    border-radius: 6px 6px 6px 6px;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 18px;
}

.remittances span {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 13px;
    color: #6F7478;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.remittances p {
    margin-bottom: 5px;
    color: #FFFFFF;
}

.copy-button {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #FFE4AD;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 31px;
}

.accounts-card {
    width: 126px;
    height: 42px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px 6px 6px 6px;
    position: relative;
    overflow: hidden;
}

.accounts-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    z-index: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 22px 22px;
    border-color: transparent transparent #FFE4AD transparent;
}

.accounts-card span {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 11px;
}

.right-image {
    width: 7px;
    height: 5px;
    background: #FFE4AD;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 1;
}

.left-accounts p {
    font-family: Avenir Next LT Pro, Avenir Next LT Pro;
    font-weight: normal;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.left-accounts .accounts-title {


    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: #B0B4B8;
    line-height: 17px;
    margin-right: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.accounts-number {
    font-family: Avenir Next LT Pro, Avenir Next LT Pro;
    font-weight: normal;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 61px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-left: 6px;
}

#tsparticles {
    position: absolute;
    width: 100%;
    height: 600px;
    top: -300px;
    z-index: 10;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
}

#accounts-card {
    background: url(../img/vip_b_g.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}