* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

a {
    display: inline-block;
    text-decoration: none;
}

.detailed-header-box {
    width: 100%;
    height: 696px;
    --tw-bg-opacity: 1;
    background-color: rgb(16 29 45 / var(--tw-bg-opacity));
    clip-path: polygon(0 0, 5760px 0, 5760px calc(100% - 352px), 0 100%);

}

.detailed-header {
    height: 80px;
    
    /* position: fixed;
    z-index: 999;*/
    width: 100%; 
    background-color: rgb(16 29 45)
    
}

.detailed-header-area {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.detailed-header-img {
    /* width: 140px; */
    height: 50px;
    margin-right: 20px;
}
.detailed-header-navBox{
    width: 100%;
    display: flex;
    align-items: center;
}

.detailed-header-nav {
    display: flex;
    align-items: center;

}

.detailed-header-nav a {
    padding: 8px 20px;
    color: rgb(148, 163, 184);
    font-weight: 500;
    display: flex;
}

.detailed-header-nav a:hover {
    color: rgb(33, 116, 234);
}

.detailed-header-down {
    padding: 8px 20px;
    height: 100%;
    color: rgb(148, 163, 184);
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
}

.detailed-header-down img {
    width: 16px;
    margin-left: 4px;
    margin-top: 4px;
}

.detailed-header-down-nav {
    width: 150px;
    position: absolute;
    top: 40px;
    right: 0;
    max-height: 0px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;


}

.detailed-header-down-nav a {
    padding: 8px 20px;
    font-weight: 500px;
    transition: all 0.3s ease;
}

.detailed-header-down-nav a:hover {
    color: #000;
}

.detailed-header-down:hover .detailed-header-down-nav {
    max-height: 100px;
    padding: 8px 0px;
    overflow: visible;
}

.detailed-header-login {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.detailed-header-login-btn {
    padding: 8px 20px;
    color: rgb(148, 163, 184);
    font-weight: 500;
}

.detailed-header-register-btn ,.detailed-header-btn{
    padding: 12px 24px;
    background-color: rgb(33, 116, 234);
    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.detailed-header-register-img {
    width: 17px;
    margin-left: 5px;
    transition: all 0.3s ease;

}

.detailed-header-btn:hover{
    background-color: rgb(29, 78, 216);
}
.detailed-header-register-btn:hover {
    background-color: rgb(29, 78, 216);
}

.detailed-header-btn:hover .detailed-header-register-img {
    transform: translateX(6px);
}

.detailed-header-register-btn:hover .detailed-header-register-img {
    transform: translateX(6px);
}

.header-content {
    width: 1300px;
    margin: 0 auto;
    padding: 160px 0;
    display: flex;
    justify-content: space-between;
}

.header-content-left {
    width: 620px;
}

.header-content-title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 1.1562;
    color: rgb(241 245 249);
    margin-bottom: 1rem;
}

.header-content-desc {
    color: rgb(148 163 184);
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

.header-content-box {
    display: flex;
}

.header-content-test {
    margin-left: 16px;
    padding: 12px 24px;
    background-color: rgb(47, 61, 80);
    color: #fff;
    transition: all 0.3s ease;
}

.header-content-test:hover {
    background-color: rgb(30, 41, 59)
}

.header-content-right-img {
    width: 300px;
    height: 360px;
    animation: brightnessChange 4s infinite;

}

@keyframes brightnessChange {
    0% {
        filter: brightness(0.5);
    }

    50% {
        filter: brightness(1.5);
    }

    100% {
        filter: brightness(0.5);
    }
}


.detailed-line-moduel {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
}

.detailed-line-title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    color: rgb(30, 41, 59);
    text-align: center;
    padding-bottom: 80px;
}

.detailed-line-item {
    display: flex;
    justify-content: space-between;
}



.detailed-line-item-img {
    width: 540px;
}

.detailed-line-item-right {
    width: 540px;
}

.detailed-line-item-title {
    color: rgb(30, 41, 59);
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 2rem;
}

.detailed-line-item-desc {
    color: rgb(100, 116, 139);
    font-size: 1.25rem;
    line-height: 1.5;
}

.detailed-line-item-right-top {
    margin-bottom: 30px;
}

.detailed-line-text {
    width: 100%;
    height: auto;
    padding: 12px 20px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    margin-bottom: 12px;
    display: flex;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(33 116 234 / var(--tw-text-opacity));
}

.fill-current {
    fill: currentColor;
}

.shrink-0 {
    flex-shrink: 0;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.mt-1 {
    margin-top: .25rem;
}

.mr-4 {
    margin-right: 1rem;
}

.detailed-line-textBox h4 {
    color: rgb(30, 41, 59);
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 24px;

}

.detailed-line-textBox p {
    color: rgb(100, 116, 139)
}

.detailed-line-text-active {
    border: 2px solid rgb(86, 150, 255);
}

.detailed-price-moduel {
    width: 100%;
    height: 640px;
    background-color: rgb(16, 29, 45);
}

.detailed-price-moduel-area {
    width: 1300px;
    margin: 0 auto;
}

.detailed-price-title {
    font-weight: 500;
    padding-top: 80px;
    color: rgb(241, 245, 249);
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
}

.detailed-price-item {
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}

.text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity));
}

.fill-current {
    fill: currentColor;
}

.shrink-0 {
    flex-shrink: 0;
}

.w-3 {
    width: .75rem;
}

.h-3 {
    height: .75rem;
}

.mr-3 {
    margin-right: .75rem;
}

.detailed-price-box {
    position: relative;
    width: 300px;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 20px 24px;
    box-sizing: content-box;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
        rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.detailed-price-Hot {
    position: absolute;
    background-color: rgb(167, 243, 208);
    width: 80px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: rgb(4 120 87);
    border-radius: 30px;
    top: -18px;
    right: 20px;
}

.detailed-price-Boxtitle {
    color: rgb(30, 41, 59);
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 600;
}

.detailed-price-Boxprice {
    margin-bottom: .75rem;
}

.detailed-price-price {
    color: rgb(100, 116, 139);
    font-weight: 500;
    font-size: 2rem;
}

.detailed-price-price-num {
    font-family: var(--font-playfair-display), serif;
    color: #000;
    font-size: 3rem;
}

.detailed-price-price-unit {
    color: rgb(148, 163, 184);
    font-weight: 500;
}

.detailed-price-BoxModel {
    color: rgb(100, 116, 139);
}

.detailed-price-boxTop {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(226, 232, 240);
    margin-bottom: 1rem;
}

.detailed-price-Boxdesc {
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 18px;
    margin-bottom: 12px;
}

.detailed-price-Boxlist {
    list-style: none;
    margin-bottom: 24px;
}

.detailed-price-Boxlist-item {
    display: flex;
    margin-top: 12px;
    align-items: center;
}

.detailed-price-Boxlist-item svg {
    margin-right: 12px;
}

.detailed-price-Boxlist-item p {
    color: rgb(100, 116, 139);
}

.detailed-price-Boxbtn {
    padding: 8px 16px;
    height: auto;
    background-color: rgb(248, 250, 252)
}

.detailed-price-Boxbtn a {

    width: 100%;
    height: 35px;
    background-color: rgb(33, 116, 234);


    color: #fff;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    justify-content: center;
    font-weight: 600;

}

.detailed-price-register-img {
    width: 17px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.detailed-price-Boxbtn a:hover {
    background-color: rgb(29, 78, 216);
}

.detailed-price-Boxbtn a:hover img {
    transform: translateX(10px);
}

.detailed-deploy-title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 16px;
}

.detailed-deploy {
    padding-top: 200px;
    width: 1300px;
    margin: 0 auto;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(226, 232, 240);
}


.detailed-deploy-desc {
    width: 768px;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 50px;
}

.detailed-deploy-server {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px 0;
    height: 100px;
}

.detailed-deploy-server-box {
    padding: 8px;
    transition: all 0.3s ease;
}

.detailed-deploy-server-box-active {

    background-color: rgb(216, 230, 252);
    border-radius: 10px;
}

.detailed-deploy-server-img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.detailed-deploy-serverDesc {
    width: 100%;
    background-color: rgb(243 244 246);
    padding: 10px;
    border-radius: 6px;
    margin: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.detailed-node {
    padding: 80px 0;
    width: 1300px;
    margin: 0 auto;
}

.detailed-node-title {
    font-weight: 500;
    font-family: var(--font-playfair-display), serif;
    margin-bottom: 16px;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
}

.detailed-node-desc {
    width: 768px;
    margin: 0 auto;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 48px;
}

.detailed-node-nav {
    display: flex;
    flex-wrap: wrap;

    margin-bottom: 48px;
}

.detailed-node-nav-item {
    width: 16.6%;
    display: flex;

    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease;
    padding: 20px 0;
    border-radius: 5px;
}

.detailed-node-nav-img {
    width: 25px;
}

.detailed-node-nav-item p {
    font-size: 1.125rem;
    line-height: 1.5;
    color: rgb(30 41 59);
    margin-top: 10px;
}

.detailed-node-nav-item:hover {
    padding: 20px;
    background-color: rgb(219 234 254)
}

.detailed-purchase {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
}

.detailed-purchase-title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 16px;
    text-align: center;
}

.detailed-purchase-desc {
    width: 768px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.5;
}

.detailed-purchase-list {
    padding: 40px 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailed-purchase-list div {
    background-color: rgb(243 244 246);
    padding: 8px 16px;
    margin: 0 8px;
    color: rgb(96 165 250);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.detailed-purchase-listNav {
    background-color: rgb(33 116 234) !important;
    color: #FFF !important;
}

.detailed-purchase-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 50px;
}

.detailed-purchase-itemText {
    width: 30%;
    height: auto;
}

.detailed-purchase-itemImg {
    width: 64px;
    /* height: 64px; */
    margin-bottom: 16px;
}

.detailed-purchase-itemText h4 {
    font-size: 1.5rem;
    line-height: 1.415;
    margin-bottom: 8px;
}

.detailed-purchase-itemText p {
    font-size: 1.125rem;
    line-height: 1.5;
    color: rgb(100 116 139);
}


.detailed-products-box {
    width: 100%;
    margin: 0 auto 170px;
    position: relative;

}

.detailed-products {
    width: 100%;
    height: 553px;
    --tw-bg-opacity: 1;
    background-color: rgb(16 29 45 / var(--tw-bg-opacity));
    clip-path: polygon(0 0, 5760px 0, 5760px calc(100% - 352px), 0 100%);
}

.detailed-products-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1300px;
    padding: 80px 0;
    margin: 0 auto;
    border-bottom: 1px solid rgb(226, 232, 240);
}



.detailed-products-descBox {
    display: flex;
    justify-content: space-between;
}

.detailed-products-desc {
    width: 341px;
    position: relative;
}

.detailed-products-title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 80px;
    color: rgb(241 245 249)
}

.detailed-products-descImgBox {
    position: relative;
    margin-bottom: 10px;


}

.detailed-products-itemImg {
    width: 341px;
    height: 341px;
    overflow: hidden;
}

.detailed-products-descImg {
    position: relative;
    z-index: 2;
    width: 341px;
    height: 341px;
    transition: all 0.3s ease;
}

.detailed-products-descImgBox-line {
    width: 100%;
    height: 341px;
    border: 1px solid rgb(33, 46, 64);
    position: absolute;
    top: -30px;
    right: -30px;
    transition: all 0.3s ease;
}





.products-icon-num {
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50px;
    z-index: 2;
    fill: #ffffff;
    background-color: #2174ea;

}


.w-16 {
    width: 4rem;
}

.h-16 {
    height: 4rem;
}

.detailed-products-desc:hover .detailed-products-descImg {
    transform: translateZ(0) scale(1.03);

}

.detailed-products-desc:hover .detailed-products-descImgBox-line {
    top: 0px;
    right: 0px;

}

.detailed-products-textTitle {
    font-size: 1.5rem;
    line-height: 1.415;
    margin-bottom: 8px;
}

.detailed-products-textDesc {
    font-size: 1.125rem;
    line-height: 1.5;
    color: rgb(100 116 139)
}

.detailed-trust {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
}


.detailed-trust-title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 12px;
}

.detailed-trust-desc {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 768px;
    margin: 0 auto 80px;
    text-align: center;
    color: rgb(100 116 139)
}

.detailed-trust-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}

.detailed-trust-item {
    width: 25%;
}

.detailed-trust-itemImgBox {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    margin: 0 auto 15px;
}

.detailed-trust-itemImgBox img {
    max-width: 80px;
    max-height: 80px;
}

.detailed-trust-item p {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
}

.detailed-host {
    width: 100%;
    background-color: rgb(248 250 252);
}

.detailed-host-area {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
}

.detailed-host-area h2 {
    font-size: 3rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 80px;
}

.detailed-host-item {
    width: 768px;
    margin: 0 auto;
}

.detailed-host-desc {

    border-bottom: 1px solid rgb(226, 232, 240);
}

.detailed-host-title {
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(33 116 234 / var(--tw-text-opacity));
}

.fill-current {
    fill: currentColor;
}

.rotate-180,
.scale-100 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
}

.shrink-0 {
    flex-shrink: 0;
}

.w-4 {
    width: 1rem;
}

.h-4 {
    height: 1rem;
}

.ml-8 {
    margin-left: 2rem;
}

.detailed-desc-p {
    color: rgb(100 116 139);

    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;

}

.detailed-desc-p-active {
    max-height: 1000px;
    padding-bottom: 20px;
    overflow: visible;
}

.host-arrowhead {
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.detailed-initiate {
    width: 100%;
    height: 400px;
    background-color: rgb(241 245 249);

}

.detailed-initiate-area {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0;
}

.detailed-initiate-title {
    font-weight: 500;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 16px;
}

.detailed-initiate-title span {
    color: rgb(16 185 129)
}

.detailed-initiate-desc {
    color: rgb(100 116 139);
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

.detailed-initiate-btn {
    width: 170px;
    padding: 12px 24px;
    background-color: rgb(33 116 234);
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #fff;
}

.detailed-initiate-img {
    width: 17px;
    margin-left: 5px;
    transition: all 0.3s ease;
}

.detailed-initiate-btn:hover {
    background-color: rgb(29, 78, 216);

}

.detailed-initiate-btn:hover .detailed-initiate-img {
    transform: translateX(6px);
}

.detailed-footer {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    height: auto;
    border-bottom: 1px solid rgb(226, 232, 240);
}

.detailed-footer-img {
    width: 100px;
    margin-bottom: 10px;
}

.detailed-footer-desc {
    width: 320px;
    font-size: .875rem;
    line-height: 1.5715;
}

.detailed-footer-list h4 {
    font-size: .875rem;
    line-height: 1.5715;
    margin-bottom: 8px;
    font-weight: 600;
}

.detailed-footer-list ul {
    list-style: none;
}

.detailed-footer-list li {
    margin-bottom: 8px;
    font-size: .875rem;
    line-height: 1.5715;

}

.detailed-footer-list li a {
    color: rgb(100 116 139);
}

.detailed-footer-list li a:hover {
    color: rgb(33 116 234);
}

.detailed-footer-bottom {
    width: 1300px;
    margin: 0 auto;
    height: 87px;
    padding: 32px 0;
    color: rgb(100 116 139);
}

.lazyHiddn{
    opacity: 0;
}
.hidden-active {
    opacity: 1;
    animation: fadeInUp 2s ease;
}
@keyframes fadeInUp {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}
