:root {
    --max-width: 1500px;
    --logo-height: 40px;
}

html {
    background: #000621;
}

body {
    color: #e1e4ff;
    font-weight: 500;
    font-family: 'Inter', "Microsoft YaHei";
    background-image: radial-gradient(circle at center center, transparent 0%, rgb(3 16 52) 99%),
    repeating-linear-gradient(0deg, rgba(163, 163, 163, 0.2) 0px, rgba(163, 163, 163, 0.2) 1px, transparent 1px, transparent 150px),
    repeating-linear-gradient(90deg, rgba(163, 163, 163, 0.2) 0px, rgba(163, 163, 163, 0.2) 1px, transparent 1px, transparent 150px),
    linear-gradient(90deg, rgb(2 12 51), rgb(2 15 52));
}

.cs-btn-1 {
    background-color: #2b75db;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    box-shadow: 0 0 8px 0 #2d81f4;
    border: 1px solid #ffffff3b;
    margin: 0 auto;
}

.cs-global-title-style-1-warp {
    text-align: center;
    padding: 100px 0 50px 0;
}

.cs-global-title {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.cs-global-subtitle {
    font-size: 19px;
    font-weight: 200;
    color: #adadad;
    max-width: 800px;
    margin: 0 auto;
}

header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #020d33e8;
    backdrop-filter: blur(3px);
    box-shadow: 0px 20px 200px 0 #000929;
}

header:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #135ec4, #40c2a1);
    z-index: -1;
    width: 100%;
    height: 1px;
    bottom: 0;
}

a {
    text-decoration-line: none;
}

g#line-cs-1-warp {
    stroke: #2c96b0;
    stroke-width: 2px;
    filter: blur(1px) drop-shadow(0px 0px 4px #40c1a1);
}

.cs-main-warp-style-1 {
    display: flex;
    gap: 20px;
    --bg-color: #347be3;
    background: linear-gradient(90deg, var(--bg-color) 2px, transparent 0) 0 0, linear-gradient(90deg, var(--bg-color) 2px, transparent 0) 0 100%, linear-gradient(270deg, var(--bg-color) 2px, transparent 0) 100% 0, linear-gradient(270deg, var(--bg-color) 2px, transparent 0) 100% 100%, linear-gradient(180deg, var(--bg-color) 2px, transparent 0) 0 0, linear-gradient(180deg, var(--bg-color) 2px, transparent 0) 100% 0, linear-gradient(0deg, var(--bg-color) 2px, transparent 0) 0 100%, linear-gradient(0deg, var(--bg-color) 2px, transparent 0) 100% 100%, linear-gradient(0deg, #384366 2px, transparent 0) 0 0, linear-gradient(180deg, #384366 2px, transparent 0) 0 0;
    background-repeat: no-repeat;
    background-size: 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 100% 100%, 100% 100%;
    padding: 80px;
    position: relative;
}

.cs-main-warp-style-1:before {
    --bg-color-style-1: #031034;
    --bg-color-style-2: #0c1e56;
    content: '';
    position: absolute;
    inset: 40px;
    background-color: #153c72;
    background-image: radial-gradient(circle at center center, rgba(33, 33, 33, 0), var(--bg-color-style-1)),
    repeating-linear-gradient(135deg, var(--bg-color-style-1) 0px, var(--bg-color-style-1) 1px, transparent 1px, transparent 4px),
    repeating-linear-gradient(45deg, var(--bg-color-style-2) 0px, var(--bg-color-style-2) 5px, transparent 5px, transparent 6px),
    linear-gradient(90deg, var(--bg-color-style-1), var(--bg-color-style-1));
    border: 1px solid #ffffff1c;
}

.cs-app-info-warp .cs-app-focus-title-style-1 {
    font-size: 40px
}

.cs-app-focus-title-style-1 {
    background: linear-gradient(90deg, #2d81f4, #3fe6ff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    margin-bottom: 10px;
}


.cs-header-warp {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    color: #fff;
}

.cs-logo {
    height: var(--logo-height);
    width: max-content;
    padding: 0;
    display: flex;
    align-items: center;
}

.cs-logo img {
}

.nav-warp ul {
    display: flex;
    list-style: none;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.nav-warp ul li {
}

.nav-warp ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
}

.cs-lang {
    width: fit-content;
    font-size: 13px;
    text-align: center;
}

.cs-logo-warp {
    text-align: center;
    /* background: #010842; */
    border-radius: 5px;
    /* padding: 20px; */
    /* border: 1px solid #1d2356; */
    display: flex;
    align-items: center;
    width: 200px;
}

.cs-nav-right {
    /* background: #010842; */
    /* border-radius: 5px; */
    /* padding: 20px; */
    /* border: 1px solid #1d2356; */
    display: flex;
    gap: 20px;
    align-items: center;
}

.cs-nav-down-app-warp svg {
    fill: #fff;
}

.cs-nav-down-app-warp {
    width: 29px;
    cursor: pointer;
    position: relative;
    padding: 20px 0px;
}

.cs-nav-down-app-warp:hover .svg-btn svg {
    fill: #42b5c7;
    animation: cs-app-down .3s linear forwards;
}

@keyframes cs-app-down {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-3px);
    }
}

.svg-btn {
    position: relative;
    z-index: 3;
}

.cs-nav-down-app-warp:hover .cs-nav-down-app-qr-warp {
    display: flex;
}

.cs-nav-down-app-qr-warp {
    animation: app-qr-down .2s linear forwards;
    position: absolute;
    width: 240px;
    display: flex;
    gap: 20px;
    top: 69px;
    left: 50%;
    transform: translate(-50%, -10px);
    z-index: 1;
    background: #030f34;
    padding: 10px;
    box-shadow: 0 0 20px 0 #00000040;
    border-radius: 10px;
    border: 1px solid #ffffff30;
    opacity: 0;
    display: none
}

@keyframes app-qr-down {
    0% {
        opacity: 0;
        transform: translate(-50%, -10px);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.cs-nav-down-app-ios span {
    display: block;
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
}

.cs-nav-down-app-qr-warp img {
    display: block;
    height: auto;
}


.cs-lang-warp {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #f6f6f6;
    border-radius: 5px;
    font-weight: bold;
    flex-direction: column;
}

.cs-lang-icon {
    width: 20px;
}

.cs-lang-icon svg {
    fill: #fff;
}

.container {
    max-width: var(--max-width);
    margin: 0 auto;
}

.cs-nav-top-warp {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.account {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    font-weight: bold;
}

.cs-register {
    background: #2b75db;
    padding: 7px 18px;
    border-radius: 50px;
    box-shadow: 0 0 8px 0 #2d81f4;
    border: 1px solid #ffffff3b;
    color: #ffffff;
    display: flex;
    align-items: center;
    line-height: 23px;
    gap: 10px;
    transition: all .2s ease-out;
}

.cs-register:hover {
    background: #4688e3;
}

.cs-register:hover img {
    transform: scale(1.1)
}

.cs-register img {
    width: 23px;
    transition: all .2s ease;
}

.cs-mining-hero-title-warp {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 100px auto;
}

.cs-mining-hero-tag {
    font-size: 16px;
    font-weight: 400;
    width: max-content;
    margin: 0 auto;
    background: #3d3f8059;
    padding: 4px 25px;
    border-radius: 50px;
    border: 1px solid #4f5a77;
    box-shadow: inset 0 0 20px 0 #041649;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cs-mining-hero-tag-icon {
    width: 30px;
}

.cs-mining-hero-title {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.cs-mining-hero-sub-title {
    font-size: 27px;
    color: #ffffff69;
}

.cs-mining-machine-btn-warp {
    margin: 0 auto;
    position: relative;
    width: max-content;
    display: flex;
    padding: 12px 30px;
    gap: 13px;
    transition: all .2s ease;
    margin-bottom: 110px;
}

.cs-mining-machine-btn-warp:hover {
    transform: scale(1.04);
}

.cs-mining-machine-btn {
    width: fit-content;
    display: block;
    margin: 0 auto;
    border-radius: 100px;
    background: linear-gradient(90deg, #2d81f4, #3dc0d4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 25px;
    font-weight: bold;
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 5px;
    text-transform: uppercase;
}

.btn-icon-warp {
    position: relative;
    z-index: 3;
    width: 39px;
}

.btn-bg-warp {
    position: absolute;
    background: #0e2542;
    inset: 0;
    z-index: 1;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0 0 0px 2px #b6eaff78;
}

.cs-mining-machine-btn-warp:hover .btn-bg-warp:before {
    transform: scale(1, 1);
}

.btn-bg-warp:before {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 100px;
    filter: blur(0px);
    background: #06152f;
    background-size: 400%;
    color: #020e33;
    box-shadow: 0px 0px 6px #0a1b48;
    transition: all .2s cubic-bezier(0, 0, 0.32, 0.98);
    transform: scale(0, 0);
}

.btn-bg-warp:after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 100px;
    filter: blur(0px);
    background: linear-gradient(90deg, #ffffff00 0, #2baedb99 50%, #ffffff00 0%);
    background-size: 198%;
    color: white;
    box-shadow: 1px 1px 6px #00000087;
    background-position-x: -100%;
}

.cs-mining-machine-btn-warp:hover .btn-bg-warp:after {
    animation: gradient 2s cubic-bezier(0, 0, 0.16, 0.97) forwards;
}

@keyframes gradient {
    0% {
        background-position-x: -100%;
    }
    100% {
        background-position-x: -300%;
    }
}

.home-banner-content h1 {
    font-size: 120px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    max-width: 60%;
    line-height: 120px;
}

.focus-title-style-1 {
    background-image: linear-gradient(to right, #2d81f4, #67b4f3);
    color: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

main#main {
    position: relative;
    z-index: 1;
}

.site-main > div {
    /* margin: 100px 0 100px 0; */
}


.site-main > div:last-child {
    margin-bottom: 0;
}

.cs-mining-machine-status {
    padding-top: 200px;
}

.cs-app-warp {
    width: 650px;
    flex-shrink: 0;
    position: relative;
}

.cs-app-image {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.cs-app-image svg {
    fill: #0fa3ef;
}

.cs-register-warp {
    flex: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.cs-register-item {
    padding: 14px 14px 14px 90px;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.cs-register-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.cs-register-icon {
    display: flex;
    justify-content: center;
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-size: 23px;
    color: #fff;
    position: absolute;
    left: 18px;
    transform: translate(0, -50%);
    top: 50%;
    align-items: center;
}

.cs-register-item:after {
    content: '';
    position: absolute;
    left: 41px;
    transform: translate(0, -50%);
    top: 100%;
    width: 5px;
    height: 88px;
    background: #fff;
    border-radius: 5px;
}

.cs-register-item:last-child:after {
    display: none;
}

.cs-register-info-warp {
}

.cs-register-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}

.cs-register-content {
    font-size: 16px;
    color: #ffffffde;
}

.cs-app-title {
    font-size: 20px;
    color: #fff;
}

.cs-app-sub-title {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    margin: 30px 0;
}

.cs-app-content {
    font-size: 19px;
    color: aliceblue;
    font-weight: 400;
}

.cs-download-item {
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    text-decoration-line: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    border: 1px solid #ffffff2e;
    transition: all .2s ease;
    background: linear-gradient(130deg, #191919, #000000);
    width: fit-content;
    min-width: 202px;
}

.cs-download-item:hover {
    filter: brightness(1.5);
}

.cs-download-item.apk .cs-download-item-icon {
    color: #54d321;
}

.cs-download-warp {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.cs-download-item-icon {
    width: 27px;
}

.cs-download-item-info {
}

.cs-download-des {
    font-size: 13px;
}

.cs-download-title {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.cs-advantages-warp {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 25px;
}

.cs-advantages-warp .cs-advantages-item:nth-child(1) {
    grid-row: 1 / 3;
    font-size: 50px;
}

.translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(1) {
    font-size: 74px;
}

.cs-advantages-warp .cs-advantages-item:nth-child(2) {
    grid-row: 1 / 1;
    grid-column: 2 / 4;
    font-size: 48px;
}

.translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(2) {
    font-size: 73px;
}

.cs-advantages-warp .cs-advantages-item:nth-child(3) {
    grid-row: 1 / 1;
    grid-column: 4 / 5;
}

.translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(3) {
    font-size: 34px;
}

.cs-advantages-warp .cs-advantages-item:nth-child(4) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    font-size: 34px;
}

.translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(4) {
    font-size: 41px;
}

.cs-advantages-warp .cs-advantages-item:nth-child(5) {
    grid-row: 2 / 3;
    grid-column: 3 / 5;
    font-size: 60px;
}

.translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(5) {
    font-size: 68px;
}


.cs-advantages-item {
    border: 1px solid #ffffff1c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    --bg-color: #347be3;
    background: linear-gradient(90deg, var(--bg-color) 2px, transparent 0) 0 0, linear-gradient(90deg, var(--bg-color) 2px, transparent 0) 0 100%, linear-gradient(270deg, var(--bg-color) 2px, transparent 0) 100% 0, linear-gradient(270deg, var(--bg-color) 2px, transparent 0) 100% 100%, linear-gradient(180deg, var(--bg-color) 2px, transparent 0) 0 0, linear-gradient(180deg, var(--bg-color) 2px, transparent 0) 100% 0, linear-gradient(0deg, var(--bg-color) 2px, transparent 0) 0 100%, linear-gradient(0deg, var(--bg-color) 2px, transparent 0) 100% 100%, linear-gradient(0deg, #384366 2px, transparent 0) 0 0, linear-gradient(180deg, #384366 2px, transparent 0) 0 0;
    background-repeat: no-repeat;
    background-size: 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 28px 28px, 100% 100%, 100% 100%;
    position: relative;
    padding: 60px 40px;
}

.cs-advantages-content {
}

.cs-hot-packages-item-warp {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 100%;
}

.cs-hot-packages-item-warp.cs-main-warp-style-1.disable-product-item { /* display: none; */
}

.cs-hot-packages-item-warp.cs-main-warp-style-1.disable-product-item:after {
    content: 'Suspend sale';
    position: absolute;
    inset: 40px;
    color: #fff;
    font-size: 40px;
    background: #031033b5;
    z-index: 9999;
    padding: 20px 30px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
}

.cs-swiper-btn-warp {
    margin: 0 auto;
    width: 350px;
    margin-bottom: 30px;
    position: relative;
    background: #0e2542;
    inset: 0;
    z-index: 1;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0 0 0px 2px #b6eaff78;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cs-swiper-btn-warp:before {
    content: '';
    inset: 0px;
    background: #97b0ff2b;
    position: absolute;
    border-radius: 50px;
    width: calc(50% - 12px);
    left: 6px;
    top: 6px;
    height: calc(100% - 12px);
    box-shadow: 0 0 2px 0px #1649989c;
    border: 1px solid #4a647eeb;
    transition: all .3s cubic-bezier(0.01, 0.01, 0.1, 0.99);
}

.cs-swiper-btn-warp.active-purchase:hover:before {
    transform: translateX(5px);
    background: #97b0ff47;
}

.active-rental.cs-swiper-btn-warp:before {
    transform: translate(calc(100% + 12px), 0);
}

.cs-swiper-btn-warp.active-rental:hover:before {
    transform: translateX(calc(100% + 7px));
    background: #97b0ff47;
}

.cs-swiper-box {
    position: relative;
    overflow-x: auto;
}

.cs-hot-packages-warp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    animation: product-close .2s ease-in-out forwards;
    justify-content: center;
}

.cs-hot-packages-warp:nth-child(2n) {

}

.cs-swiper-btn-warp.active-purchase + .cs-swiper-box .cs-hot-packages-warp.purchase-warp {
    display: grid;
    animation: product-open .5s ease-in-out forwards;
}

.cs-swiper-btn-warp.active-rental + .cs-swiper-box .cs-hot-packages-warp.rental-warp {
    display: flex;
    animation: product-open .5s ease-in-out forwards;
}


@keyframes product-open {
    0% {
        opacity: 0;
        transform: scale(.9)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes product-close {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

.cs-swiper-btn-item {
    width: 50%;
    padding: 10px 30px;
    z-index: 9;
    border-radius: 50px;
    color: #69beff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.cs-hot-packages-item-warp:hover .cs-hot-packages-item-info:before {
    opacity: 1;
}

.cs-swiper-btn-item.disable-product { /* opacity: .2; */
    color: #275e8a;
    position: relative;
}

.cs-swiper-btn-item.disable-product span {
    font-size: 11px;
    color: #cbfffb;
    white-space: nowrap;
    font-weight: 500;
    background: #17ab9d;
    padding: 1px 9px;
    border-radius: 50px;
}

.cs-hot-packages-item {
    position: relative;
}

.cs-hot-packages-item-image { /* height: 300px; *//* width: max-content; */
    margin: 0 auto;
}

.cs-hot-packages-item-info {
    gap: 50px;
    font-size: 15px;
    background: #05133b;
    border: 1px solid #212e54;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-radius: 20px;
    width: calc(50% - 8px);
    height: 100%;
    padding: 30px;
    background-color: rgb(3 15 52 / 31%);
    overflow: hidden;
    color: #fff;
    position: relative;
}

.cs-hot-packages-item-info:first-child:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    opacity: 1;
    border-radius: 16px;
    background: linear-gradient(to left bottom, rgb(18, 255, 128), rgb(95, 221, 255));
    z-index: 1;
}

.cs-hot-packages-item-info:first-child:after {
    content: '';
    position: absolute;
    inset: 3px;
    background-color: rgba(47, 186, 97, 0.04);
    background-image: radial-gradient(circle at center center, rgb(3 80 31) 0%, transparent 11%, transparent 100%), linear-gradient(0deg, #05143e 100%, transparent);
    background-size: 13px 13px;
    z-index: 2;
    border-radius: 16px;
}

.cs-hot-packages-item-info:first-child {
    color: #4cff76;
    box-shadow: rgb(30 250 147 / 30%) 0px 0px 16px 2px;
}

.cs-hot-packages-item-info:first-child .cs-hot-packages-item-info-value {
    background: linear-gradient(90deg, #5cdef9, #2cff91);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.cs-hot-packages-item-info-value del {
    font-size: 17px;
    font-weight: 400;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    width: fit-content;
    animation: text-line 2s cubic-bezier(0.99, 0.01, 0.9, 1) forwards;
}

.cs-hot-packages-item-info-value del:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: linear-gradient(to left bottom, rgb(255 18 18), rgb(160 95 255));
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    animation: del-line 2s cubic-bezier(0.99, 0.01, 0.9, 1) forwards;
}

@keyframes del-line {
    0% {
        transform: translate(-100%, -50%);
    }
    100% {
        transform: translate(0, -50%);
    }
}

@keyframes text-line {
    0% {
        opacity: 1;
    }
    100% {
        opacity: .5;
    }
}

.cs-hot-packages-item-info-value .promotions {
}

.cs-hot-packages-item-info-value i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    z-index: 99;
    color: #fff;
    background: #4113b9;
    padding: 5px 8px;
    transform: translate(48px, 1px);
    box-shadow: rgb(86 42 201) 0px 0px 2px 0px;
    border-radius: 20px;
    font-style: normal;
}

.cs-hot-packages-item-other-info {
    width: 100%;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}

.cs-hot-packages-item-subtitle-warp {
}

.cs-hot-packages-item-week,
.cs-hot-packages-item-subtitle-warp {
    background: #4113b9;
    border-radius: 30px;
    padding: 5px 20px;
    border: 1px solid #ffffff24;
    display: flex;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    align-items: center;
    box-shadow: rgb(49 20 125) 0px 0px 8px 0px;
}

.cs-hot-packages-item-week {
    display: flex;
}

.cs-hot-package-item-subtitle-icon {
    width: 26px;
    flex-shrink: 0;
}

.cs-hot-packages-item-info-title {
    font-weight: 500;
    font-size: 19px;
    position: relative;
    z-index: 4;
}

.cs-hot-packages-item-info-value {
    font-size: 35px;
    font-weight: bold;
    z-index: 4;
    position: relative;
}

.cs-tag-item {
    background: #38449f;
    width: max-content;
    font-size: 14px;
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #ffffff30;
}

.cs-tag-warp {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cs-hot-packages-item-info-warp {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    align-items: center;
}

.cs-order-warp {
    background: #1553db;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    text-decoration: none;
    max-width: 100%;
    font-size: 21px;
    padding: 15px 40px;
    margin-top: 60px;
    text-transform: uppercase;
    margin: 0 auto;
}

a.cs-hot-partner-item {
    width: 180px;
    background: #bbc3ff47;
    border: 1px solid #ffffff38;
    border-radius: 50px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.cs-hot-partner-item img {
    height: auto;
    max-width: 115px;
    width: auto;
}

.cs-hot-partner-box {
    /* background-color: #000000; */
    padding-bottom: 100px;
}

.cs-hot-partner-warp {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%; /* Ensure the parent container has a defined width */
    overflow: hidden; /* Hide overflow so only one set of images is visible at a time */
    position: relative;
}

.cs-hot-partner-warp:before {
    content: '';
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 0, #030f34 100%);
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.cs-hot-partner-warp:after {
    content: '';
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0, #030f34 100%);
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.cs-hot-partner-scroll {
    display: flex;
    animation: scrollLeft 20s linear infinite alternate;
    gap: 20px;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.cs-hot-partner-item {
    flex: 0 0 auto; /* Prevent items from shrinking or expanding */
    /* margin-right: 20px; */ /* Space between images */
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Move the images to the left */
    }
}

.cs-mining-machine-status-warp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    display: grid;
    position: relative;
    margin: 0 0 280px 0;
    opacity: .95;
}

.mining-machine-status-item-warp {
    min-height: 400px;
    box-shadow: 0 0 20px 0 #ffffff33;
    padding: 2px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.cs-border-style-1:before {
    content: '';
    inset: -150px;
    position: absolute;
    background: linear-gradient(90deg, #135ec4, #40b1c2);
    animation: spin-round 2s infinite linear;
    z-index: 1;
}

@keyframes spin-round {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mining-machine-status-item-warp {
    animation: cs-down 2s linear infinite alternate;
}

.cs-mining-machine-status-item-number-warp[data-lodingwarp="loading"]:after {
    content: 'Calculator is building';
    opacity: 1;
    position: absolute;
    background: #0b1c48ab;
    z-index: 999;
    inset: 0;
    backdrop-filter: blur(25px);
    border: 1px solid #ffffff1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

@keyframes cs-down {
    0% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

.mining-machine-status-item-warp:nth-child(2),
.mining-machine-status-item-warp:nth-child(5) {
    transform: translateY(80px);
    animation: cs-down-2 2s linear infinite alternate;
    animation-delay: 2s;
}

@keyframes cs-down-2 {
    0% {
        transform: translateY(80px);
    }
    100% {
        transform: translateY(100px);
    }
}


.cs-mining-machine-status-item-number {
    font-size: 47px;
    color: #fff;
    font-weight: bold;
}

.cs-mining-machine-status-item-title {
    font-size: 23px;
    font-weight: 600;
    color: #59799c;
    margin-bottom: 10px;
}

.cs-mining-machine-status-item {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(324deg, #031435, #020b33);
    background-image: radial-gradient(circle at 17% 77%, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.04) 50%, rgba(197, 197, 197, 0.04) 50%, rgba(197, 197, 197, 0.04) 100%), radial-gradient(circle at 26% 17%, rgba(64, 64, 64, 0.04) 0%, rgba(64, 64, 64, 0.04) 50%, rgba(244, 244, 244, 0.04) 50%, rgba(244, 244, 244, 0.04) 100%), radial-gradient(circle at 44% 60%, rgba(177, 177, 177, 0.04) 0%, rgba(177, 177, 177, 0.04) 50%, rgba(187, 187, 187, 0.04) 50%, rgba(187, 187, 187, 0.04) 100%), linear-gradient(19deg, rgb(3 16 52), rgb(0 25 87));
    z-index: 3;
}

.cs-mining-machine-status-item-number-warp {
    display: flex;
    gap: 10px;
    position: relative;
    width: 100%;
}

.cs-mining-machine-status-item-unit {
    font-size: 22px;
}

path.b2707732-9c72-47fd-90a9-34064fa09334 {
    fill: #ffffff00;
    stroke: #38878c;
    stroke-width: 5px;
    stroke-miterlimit: 10;
}

.cs-bg-line {
    position: absolute;
    top: 26%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1200px;
}

.cs-hot-packages-item {
}

.cs-connect-box {
    background: #070f4e;
    border-top: 1px solid #244174;
    border-bottom: 1px solid #234073;
}

.cs-connect-warp {
    padding: 100px 0;
}

.cs-share-item-warp {
    background: #062a62;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #ffffff1c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 230px;
}

.cs-share-item-warp:nth-child(1) {
    flex: 1;
}

.cs-share-item-warp:nth-child(2) {
    flex: 1;
}

.cs-share-item-warp:nth-child(3) {
    min-width: 230px;
}

.cs-share-warp {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.cs-connect-title {
    font-size: 26px;
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: bold;
    color: #fff;
}

.cs-connect-title span {
    font-size: 18px;
    font-weight: 400;
    color: #79b3f8;
}

.cs-share-item-icon-title-warp {
    display: flex;
    align-items: center;
    background: #021430;
    padding: 8px 20px;
    border-radius: 50px;
    width: fit-content;
    color: #8cb9ff;
    overflow: hidden;
}

.cs-email-warp {
    display: flex;
    flex-flow: column;
    gap: 5px;
    padding: 0 20px;
}

.cs-email-item-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.cs-email-item {
    background: #284574;
    padding: 5px 10px;
    border-radius: 5px;
    /* border: 1px solid #ffffff14; */
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    color: #b3d1ff;
    transition: all .2s ease-in-out;
}

.cs-email-item:hover {
    color: #fff;
    background: #3762a5;
}

.cs-share-item-swiper-warp {
    display: flex;
    gap: 10px;
    font-weight: 700;
    align-items: center;
}

.cs-share-item-icon-warp {
    opacity: 1;
}

.cs-shar-item-to-link-warp {
    width: 24px;
    opacity: 0;
}

.cs-shar-item-to-link-warp {
    margin-right: -24px;
}

.cs-share-item-icon-warp,
.cs-shar-item-to-link-warp,
.cs-share-item-swiper-warp {
    transition: all .2s ease-in-out
}

.cs-share-item-title {
    font-size: 14px;
    white-space: nowrap;
}

.cs-share-item-warp:hover .cs-share-item-icon-warp {
    opacity: 0
}

.cs-share-item-warp:hover .cs-shar-item-to-link-warp {
    opacity: 1;
}

.cs-share-item-warp:hover .cs-share-item-swiper-warp {
    animation: cs-share-anim .3s ease-in-out forwards;
}

.cs-share-item-swiper-warp {
    animation: leave-cs-share-anim .3s cubic-bezier(0, 0, 0.17, 0.96) forwards;
}

@keyframes cs-share-anim {
    0% {
        transform: translateX(0);
    }
    90% {
        transform: translateX(-26px);
    }
    100% {
        transform: translateX(-24px);
    }
}

@keyframes leave-cs-share-anim {
    0% {
        transform: translateX(-28px);
    }
    90% {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}

.cs-share-item-text-warp {
    font-size: 20px;
    color: #79b3f8;
}

.cs-share-item-icon-title-warp svg {
    width: 23px;
}

.cs-bg-line svg {
    width: 100%;
}

.cs-footer-copyright {
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: 300;
}

.cs-circle {
    r: 6px;
    fill: #66ff4e;
    filter: blur(1px);
    animation: cs-circle .3s cubic-bezier(0, 0, 0.96, 0.09) infinite alternate;
    transform: scale(1);
}

@keyframes cs-circle {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}

#mining-calculator {
    line-height: 1.6;
    color: #333;
    margin: 0 auto;
    padding: 20px;
    z-index: 10;
    width: 100%;
}

#mining-calculator .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

#mining-calculator .panel {
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#mining-calculator .left-panel {
    flex: 2;
}

#mining-calculator .right-panel {
    flex: 3;
    position: relative;
}

#mining-calculator h1 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
}

#mining-calculator label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #ffffff;
    display: block;
}

#mining-calculator input, #mining-calculator select {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 2px solid #ffffff1f;
    border-radius: 10px;
    font-size: 16px;
    background: #ffffff33;
    color: #fff;
    box-shadow: inset 0 0 9px 0 #020e33;
    transition: all .2s ease;
    outline: none;
}

#mining-calculator option {
    color: #000000;
}


input::-webkit-inner-spin-button {
    display: none;
}

#mining-calculator input:hover,
#mining-calculator select:hover,
#mining-calculator input:focus,
#mining-calculator select:focus {
    border: 2px solid #336dff;
}

#mining-calculator button {
    background-color: #2b75db;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    width: 100%;
    box-shadow: 0 0 8px 0 #2d81f4;
    border: 1px solid #ffffff3b;
}

#mining-calculator button:hover {
    background-color: #2980b9;
}

#mining-calculator #customMiner {
    display: none;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

#mining-calculator table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: linear-gradient(to left bottom, rgb(52 19 125), rgb(11 32 95));
    color: #fff;
}

#mining-calculator table tbody {
}

#mining-calculator th, #mining-calculator td {
    padding: 12px;
    text-align: right;
    border: 1px solid #ffffff3b;
}

#mining-calculator th {
    /* background-color: #020b32; */
    color: white;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
}

#mining-calculator tr:nth-child(even) {
    background-color: #2b75db69;
}

#mining-calculator .note {
    font-size: 0.9em;
    color: #d7dcee;
    margin-top: 20px;
    text-align: center;
}

.cs-reason-warp .note {
    color: #222;
}

#mining-calculator #result p, #mining-calculator #avgCost p {
    position: relative;
    z-index: 3;
    color: #ffc74c;
    font-weight: 400;
}

#mining-calculator #result,
#mining-calculator #avgCost {
    padding: 0;
    border-radius: 13px;
    margin-top: 20px;
    position: relative;
    color: #fff;
    border-radius: 13px;

    opacity: 0;
}

.res-box.open {
    animation: res-open .4s ease-in-out forwards;
}

@keyframes res-open {
    0% {
        opacity: 0;
        padding: 0;
    }
    100% {
        opacity: 1;
        padding: 30px;
    }
}

.res-box.close {
    animation: res-close .4s ease-in-out forwards;
}

@keyframes close-open {
    0% {
        opacity: 1;
        padding: 30px;

    }
    100% {
        opacity: 0;
        padding: 0;
        display: none;
    }
}

#mining-calculator #result:before,
#mining-calculator #avgCost:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 16px;
    z-index: 1;
    box-shadow: rgb(20 254 132 / 63%) 0px 0px 8px 0px;
    background: linear-gradient(to left bottom, rgb(18, 255, 128), rgb(95, 221, 255));
}

#mining-calculator #result:after,
#mining-calculator #avgCost:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0;
    border-radius: 16px;
    background-image: radial-gradient(circle at center center, rgb(3 80 31) 0%, transparent 11%, transparent 100%), linear-gradient(0deg, #05143e 100%, transparent);
    background-color: #11255c;
    z-index: 2;
    background-size: 13px 13px;
}

#mining-calculator #avgCost {
    /* border: 2px solid #16a085; */
}

#mining-calculator #result h2, #mining-calculator #avgCost h2 {
    background: linear-gradient(90deg, #5cdef9, #2cff91);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    z-index: 3;
    position: relative;
    font-size: 25px;
}

#mining-calculator .result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
}

#mining-calculator .result-label {
    font-weight: bold;
}

#mining-calculator .highlight {
    font-size: 1.2em;
    font-weight: bold;
    color: #e74c3c;
}

#mining-calculator .discount {
    font-size: 1.1em;
    font-weight: bold;
    color: #27ae60;
}

.futureResults-desc {
    position: absolute;
    inset: 0;
    background: #041035;
    padding: 50px 20px;
    color: #ffffff;
    border: 1px solid #ffffff38;
    border-radius: 10px;
    overflow: auto;
}

.futureResults-desc h2 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

.res-box.close {

}

.futureResults-desc.close {
    animation: desc-close .4s ease-in-out forwards;
}

@keyframes desc-close {
    0% {
        opacity: 1;

    }
    100% {
        opacity: 0;
        display: none;
    }
}

*::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

*::-webkit-scrollbar-track {
    background: #1b324a;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: #445877;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background: rgb(4 16 53);
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:active {
    background: rgb(4 16 53);
    border-radius: 10px;
}

.futureResults-desc h3 {
    font-size: 16px;
    font-weight: bold;
}

.futureResults-desc p,
.futureResults-desc li {
    font-size: 15px;
    font-weight: 300;
}

.cs-mining-warp {
    display: flex;
    align-items: center;
    padding: 60px 40px;
}

.cs-mining-warp.cs-main-warp-style-1:before {
    display: none;
}

.cs-mining-chart-info {
    width: 50%;
    position: relative;
    padding: 30px 0;
    color: #fff;
    padding-right: 80px;
}

.cs-mining-chart-info a {
    text-decoration: none;
    color: #6da8ff;
    position: relative;
    font-weight: bold;
}

.cs-mining-chart-info a:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(92 137 219 / 30%);
    transition: top .2s cubic-bezier(0, .8, .13, 1);
    z-index: -1;
}

.cs-mining-chart-info a:hover:after {
    top: 0;
}

.cs-mining-chart-info p {
    font-size: 20px;
    font-weight: 300;
}

.cs-mining-chart-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.cs-mining-chart-sub-title {
    margin-bottom: 20px;
    font-size: 23px;
}

.cs-mining-chart-warp {
    width: 50%;
    position: relative;
}

.cs-mining-chart-warp canvas {
    width: 100% !important;
}

/* Modal Styles */

.cs-account-warp .close-account {
    position: fixed;
    z-index: 30;
    inset: 0;
}

.modal {
    position: fixed;
    width: 100%;
    inset: 0;
    height: 100%;
    background: rgb(2 20 45 / 48%);
    backdrop-filter: blur(3px);
    z-index: 999999;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    background: #041942;
    border-radius: 10px;
    padding: 70px 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    border: 1px solid #ffffff1a;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.progress-warp {
    margin-bottom: 70px;
}

/* Progress Bar */
.progress-bar {
    width: 100%;
    background: #c0d5ff;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 0px #4b87ff;
}

.progress {
    height: 100%;
    width: 33%; /* Default progress for Step 1 */
    background: #4b87ff;
    transition: width 0.3s ease;
}

/* Steps */
.modal-content .step {
    display: none;
}

.step.step-1.active,
.step.step-2.active {
    display: flex;
}

.down-info {

}

.down-other-warp {

}

.reg-info,
.buy-points-info {
    flex: 1;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
}

.reg-info li,
.buy-points-info li{
    margin-bottom: 10px;
}

.setp h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.reg-input-warp,
.buy-points-warp {
    flex: 1;
}
.buy-points-warp{
    display: flex;
    gap: 10px;
}

.buy-btn-warp {
    width: 100%;
    margin-top: 20px;
}

.buy-btn-warp button {
    width: 200px;
}

.reg-input-warp {
    display: flex;
    flex-direction: column;
}

.reg-input-warp input {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 2px solid #ffffff1f;
    border-radius: 10px;
    /* height: 100%; */
    font-size: 16px;
    background: #ffffff33;
    color: #fff;
    box-shadow: inset 0 0 9px 0 #020e33;
    transition: all .2s ease;
    outline: none;
}

.verification-input-warp {
    position: relative;
}

.result-message {
    margin: 10px 0;
    text-align: left;
    font-size: 14px;
}

.reg-input-warp input::placeholder {
    color: #6d7d9d
}

.send-verification {
    position: absolute;
    right: 13px;
    margin: 0;
    padding: 5px 9px;
    top: 8px;
    font-size: 13px;
    background: #ffffff2e;
    border-radius: 50px;
}

input::-webkit-inner-spin-button {
    display: none;
}

.reg-input-warp input:hover,
.reg-input-warp select:hover,
.reg-input-warp input:focus,
.reg-input-warp select:focus {
    border: 2px solid #336dff;
}

.step h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 20px;
}

.step.active {
    display: block;
}

.step.step-3.active {
    display: flex;
    flex-wrap: wrap;
}

.buy-points-warp img {
    width: 200px;
}

.step.step-3 button {
}

.step.step-1 {
    gap: 100px;
}

.step-1 {
    display: flex;
}


.step.step-2 {
    border-radius: 24px;
    padding: 20px;
    box-shadow: inset 0 0 20px 0 #05183b;
    flex-wrap: wrap;
    flex-direction: column;
}


/* Buttons */
.reg-input-warp button {
    color: #eef5ff;
    border: none;
    cursor: pointer;
}

.reg-input-warp .reg-sub-btn {
    margin-top: 20px;
    padding: 15px 18px;
    border-radius: 50px;
    background: #2b75db;
    box-shadow: 0 0 8px 0 #2d81f4;
}

.reg-input-warp button:hover {
    background: #4688e3;
}

.down-other-warp {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-bottom: 30px;
}

.down-other-warp img {
    height: auto;
}

.down-other-warp .cs-download-warp {
    display: flex;
    flex-direction: column;
}

/* QR Code */
.qr-code {
    width: 150px;
    margin: 20px 0;
}

.download-buttons button {
    display: inline-block;
    margin: 5px;
}

.progress-node-warp {
    color: #fff;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    margin-bottom: 15px;
}

.progress-node {
    border: 2px solid #ddd;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trp-language-switcher > div {
    background: unset;
    border: 0;
    padding: 0;
    width: fit-content !important;
}

.trp-language-switcher > div a{
    padding: 0;
    color: #030d33;
    /* padding-top: 1px; */
}

.trp-ls-shortcode-current-language a{
    color: #fff !important;
    padding: 0 10px !important;
}

.trp-language-switcher .trp-ls-shortcode-language a{
    padding: 0 10px;
}

.trp-ls-shortcode-language a:first-child{
    border-bottom: 1px solid #ffffff21;
}
.trp-language-switcher .trp-ls-shortcode-language a:hover{
    background: #4e92fa;
    color: #fff;
}
.trp-language-switcher {
    height: fit-content;
    width: fit-content;
}
.trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language{
    opacity: .3;
    color: #030d33;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover{
    color: #030d33;
}
.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0 0 1px #ffffff21;
}

@media (max-width: 1500px) {
    .container {
        padding: 0 20px;
    }

    .mining-machine-status-item-warp {
        min-height: 350px;
    }

    .cs-mining-machine-status-item-number {
        font-size: 40px;
    }

    .cs-hot-packages-item-info-value {
        font-size: 24px;
    }
}

@media (max-width: 1400px) {
    .cs-hot-packages-item-image {
        width: 400px
    }

    .cs-hot-packages-item-info-value del {
        font-size: 13px;
    }

    .cs-hot-packages-item-info-value {
        font-size: 20px;
    }

    .cs-hot-packages-item-info-title {
        font-size: 16px;
    }
}

@media (max-width: 1300px) {
    .cs-hot-packages-item-info-value del {
        font-size: 13px;
    }

    .cs-mining-machine-status-item-number-warp[data-lodingwarp="loading"]:after{
        font-size: 16px;
    }

    .cs-hot-packages-item-info-value {
        font-size: 30px;
    }

    .cs-hot-packages-item-info-title {
        font-size: 16px;
    }

    .cs-hot-packages-item-info {
        width: 100%;
    }

    .cs-app-warp {
        width: 450px;
    }

    .cs-download-title {

    }

    .cs-advantages-warp .cs-advantages-item:nth-child(1) {
        grid-row: 1 / 3;
        font-size: 40px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(1) {
        font-size: 74px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(2) {
        grid-row: 1 / 1;
        grid-column: 2 / 4;
        font-size: 42px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(2) {
        font-size: 73px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(3) {
        grid-row: 1 / 1;
        grid-column: 4 / 5;
        font-size: 23px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(3) {
        font-size: 34px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(4) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        font-size: 27px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(4) {
        font-size: 41px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(5) {
        grid-row: 2 / 3;
        grid-column: 3 / 5;
        font-size: 45px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(5) {
        font-size: 68px;
    }
}

@media (max-width: 1200px) {
    .mining-machine-status-item-warp {
        min-height: 300px;
    }

    .cs-mining-machine-status-item-title {
        font-size: 17px;
    }

    .cs-mining-machine-status-item-number {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    .modal-content {
        width: 900px;
        padding: 0;
    }

    .modal-content .step {
        padding: 0 50px;
        margin-bottom: 20px;
        gap: 30px;
    }

    .progress-warp {
        margin-bottom: 20px;
    }
}

@media (max-height: 700px) {
    .modal {
    }

    .modal-content {
    }
}

@media (max-width: 1000px) {
    .modal-content {
        width: 800px;
        padding: 0;
    }

    .reg-info {
        font-size: 14px;
    }

    .step h2 {
        font-size: 18px;
    }

    .reg-input-warp .reg-sub-btn {
        padding: 10px 15px;
    }

    .cs-hot-packages-item-info {
        width: calc(50% - 8px);
    }

    .cs-share-item-warp:nth-child(3) {
        width: 100%;
    }

    .cs-share-item-warp {
        height: auto;
    }

    .cs-share-item-text-warp {
        font-size: 16px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(1) {
        grid-row: 1 / 3;
        font-size: 25px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(1) {
        font-size: 74px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(2) {
        grid-row: 1 / 1;
        grid-column: 2 / 4;
        font-size: 30px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(2) {
        font-size: 73px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(3) {
        grid-row: 1 / 1;
        grid-column: 4 / 5;
        font-size: 23px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(3) {
        font-size: 34px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(4) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        font-size: 27px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(4) {
        font-size: 41px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(5) {
        grid-row: 2 / 3;
        grid-column: 3 / 5;
        font-size: 33px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(5) {
        font-size: 68px;
    }

    .cs-app-register-warp {
        flex-direction: column;
        padding: 40px;
    }

    .cs-app-image {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: .1;
        margin: 0;
    }

    .cs-app-info-warp {
        background: #334474;
        padding: 20px;
        border-radius: 10px;
    }

    .cs-register-item {
        min-height: 120px;
    }

    .cs-register-item:after {
        height: 40px;
    }

    .cs-app-sub-title {
        font-size: 30px;
    }

    .cs-app-content {
        font-size: 14px;
    }

    .cs-app-info-warp .cs-app-focus-title-style-1 {
        font-size: 24px;
    }

    .cs-app-warp {
        width: 100%;
    }

    .mining-machine-status-item-warp {
        min-height: 260px;
    }

    .cs-mining-machine-status-item-title {
        font-size: 14px;
    }

    .cs-mining-machine-status-item-number {
        font-size: 25px;
    }

    .cs-mining-machine-status-item-unit {
        font-size: 13px;
    }

    .cs-mining-machine-status-item-number-warp {
        gap: 5px;
    }

    .cs-mining-chart-title {
        font-size: 25px;
    }

    .cs-mining-chart-sub-title {
        font-size: 15px;
    }

    .cs-mining-chart-info p {
        font-size: 18px
    }

    .reg-input-warp button {
        font-size: 13px;
    }

    .reg-input-warp input {
        font-size: 13px;
        padding: 11px 13px;
    }
}

@media (max-width: 850px) {
    .modal-content .step {
        flex-direction: column;
    }

    .modal-content {
        width: 90%
    }

    .cs-logo-warp {
        width: 130px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(1) {
        grid-row: 1 / 3;
        font-size: 23px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(1) {
        font-size: 74px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(2) {
        grid-row: 1 / 1;
        grid-column: 2 / 4;
        font-size: 22px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(2) {
        font-size: 73px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(3) {
        grid-row: 1 / 1;
        grid-column: 4 / 5;
        font-size: 23px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(3) {
        font-size: 34px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(4) {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        font-size: 21px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(4) {
        font-size: 41px;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(5) {
        grid-row: 2 / 3;
        grid-column: 3 / 5;
        font-size: 28px;
    }

    .translatepress-zh_CN .cs-advantages-warp .cs-advantages-item:nth-child(5) {
        font-size: 68px;
    }

    .cs-advantages-warp {
        display: flex;
        flex-wrap: wrap;
    }

    #mining-calculator .container {
        flex-direction: column;
    }

    #mining-calculator .panel {
        width: 100%;
        margin-bottom: 20px;
    }

    #mining-calculator .left-panel,
    #mining-calculator .right-panel {
        flex: none;
    }

    #mining-calculator input,
    #mining-calculator select,
    #mining-calculator button {
        font-size: 16px;
        padding: 12px;
    }

    #mining-calculator table {
        font-size: 14px;
    }

    #mining-calculator th,
    #mining-calculator td {
        padding: 8px;
    }

    #mining-calculator .result-item {
        flex-direction: column;
        align-items: flex-start;
    }

    #mining-calculator .result-label {
        margin-bottom: 5px;
    }
}

@media (max-width: 850px) {
    .cs-advantages-warp {
        grid-template-columns: 1fr 1fr;
    }

    .cs-advantages-warp .cs-advantages-item {
        flex: 1;
        font-size: 18px !important;
        padding: 25px;
        font-weight: 400;
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(1) {
    }

    .cs-advantages-warp .cs-advantages-item:nth-child(2) {

    }

    .cs-advantages-warp .cs-advantages-item:nth-child(3) {

    }

    .cs-advantages-warp .cs-advantages-item:nth-child(4) {

    }

    .cs-advantages-warp .cs-advantages-item:nth-child(5) {

    }
}

@media (max-width: 790px) {
    .cs-hot-packages-item-warp.cs-main-warp-style-1.disable-product-item:after{
        font-size: 28px;
    }
    .cs-mining-machine-status-item-number-warp[data-lodingwarp="loading"]:after{
        font-size: 16px;
    }
    .cs-hot-packages-item-image {
        max-width: 400px;
    }

    .cs-hot-packages-item-info-value {
        font-size: 25px;
    }

    .cs-hot-packages-warp {
        width: 1380px;
    }
}

@media (max-width: 768px) {
    .cs-footer-copyright {
        font-size: 13px;
    }

    .cs-register-title {
        font-size: 18px;
    }

    .cs-register-content {
        font-size: 14px;
    }

    .cs-mining-warp {
        flex-direction: column;
    }

    .cs-mining-chart-info {
        padding: 0;
    }

    .cs-mining-chart-info {
        width: 100%;
    }

    .cs-mining-chart-warp {
        width: 100%;
    }

    .cs-mining-machine-status {
        padding-top: 100px;
    }

    .cs-global-title {
        font-size: 30px;
    }

    .cs-global-subtitle {
        font-size: 17px;
    }

    .cs-mining-hero-title {
        font-size: 40px;
    }

    .cs-mining-hero-sub-title {
        font-size: 20px;
    }

    .cs-mining-hero-title-warp {
        margin-bottom: 60px;
    }

    .mining-machine-status-item-warp:nth-child(1) {
        transform: translateY(0px);
        animation: cs-down 2s linear infinite alternate;
        animation-delay: 0s;
    }

    .mining-machine-status-item-warp:nth-child(2) {
        transform: translateY(0px);
        animation: cs-down 2s linear infinite alternate;
        animation-delay: 2s;
    }

    .mining-machine-status-item-warp:nth-child(3) {
        transform: translateY(0px);
        animation: cs-down 2s linear infinite alternate;
        animation-delay: 0s;
    }

    .mining-machine-status-item-warp:nth-child(4) {
        transform: translateY(0px);
        animation: cs-down 2s linear infinite alternate;
        animation-delay: 2s;
    }

    .mining-machine-status-item-warp:nth-child(5) {
        transform: translateY(0px);
        animation: cs-down 2s linear infinite alternate;
        animation-delay: 0s;
    }

    .mining-machine-status-item-warp:nth-child(6) {
        transform: translateY(0px);
        animation: cs-down 2s linear infinite alternate;
        animation-delay: 2s;
    }

    .cs-mining-machine-status-warp {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
    }

    .mining-machine-status-item-warp {
        min-height: 200px;
    }
}

@media (max-width: 700px) {
    .cs-advantages-item{
        min-width: 33.333%;
    }
    .cs-hot-packages-item-image {
        width: 100%;
    }

    .cs-hot-packages-item-info {
        width: 100%;
    }

    .cs-hot-packages-item-info-value {
        font-size: 20px;
    }

    .cs-hot-packages-item-week, .cs-hot-packages-item-subtitle-warp {
        font-size: 15px
    }
}

@media (max-width: 600px) {
    .down-other-warp {
        flex-direction: column;
        gap: 0;
    }

    .modal-content .step {
        gap: 0;
    }

    .reg-info {
        font-size: 14px;
    }

    .reg-input-warp .reg-sub-btn {
        margin-top: 0;
    }

    .cs-nav-down-app-warp {
        display: none;
    }

    .reg-info ol {
        height: 78px;
        overflow: auto;
        box-shadow: inset 0 0 20px 0px #02102b;
        border-radius: 5px;
        padding: 15px 15px 15px 30px;
    }

    header {
        padding: 10px 0px;
    }

    .cs-share-item-icon-title-warp {
        margin-bottom: 40px
    }

    .cs-email-item-box {
        flex-direction: column;
        align-items: baseline;
    }

    .cs-email-warp {
        margin-bottom: 30px;
    }

    .cs-register-item {

    }

    .cs-mining-hero-tag {
        font-size: 14px;
    }

    .cs-mining-machine-status-item-number {
        font-size: 20px
    }

    .cs-mining-hero-title {
        font-size: 27px;
    }

    .cs-logo-warp img {
        max-width: 150px;
        height: auto;
    }

    .cs-register img {
        width: 20px;
    }

    .cs-register {
        padding: 5px 10px;
        font-size: 14px;
        gap: 5px;
    }

    #mining-calculator {
        padding: 0;
    }

    #mining-calculator .panel {
        padding: 0;
    }

    #mining-calculator .container {
        padding: 0;
    }

    .futureResults-desc {
        position: relative;
        max-height: 300px;
    }
}

@media (max-width: 500px) {
    .cs-mining-machine-btn{
        font-size: 20px;
    }
    .cs-reason-warp.cs-main-warp-style-1{
        padding: 22px;
    }
    .cs-main-warp-style-1:before{
        inset: 8px;
    }
    .cs-mining-machine-status-item-number-warp[data-lodingwarp="loading"]:after{
        font-size: 13px;
    }
    .cs-register-icon {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .cs-register-item {
        min-height: 140px;
        padding-left: 67px;
    }

    .cs-register-item:after {
        left: 31px;
    }

    .cs-register-title {
        font-size: 18px;
    }

    .cs-mining-machine-status-item-number {
        font-size: 17px
    }

    .mining-machine-status-item-warp {
        min-height: 150px;
    }

    .cs-mining-machine-status-warp {
        grid-template-columns: repeat(2, minmax(150px, 1fr));
        margin-bottom: 100px;
    }

    .cs-mining-machine-status-item {
        padding: 20px
    }
    .cs-hot-packages-item-week, .cs-hot-packages-item-subtitle-warp{
        font-size: 13px;
    }
    
}