@media screen and (max-width:768px) {
  
    .detailed-header-box {
        width: 100%;
        height: 630px;
        --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 {
        width: 100%;
        height: 80px;
        
    }
    
    .detailed-header-imgBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        height: 65px;
    }

    .detailed-header-area {
        width: 100%;
        
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .detailed-header-img {
        height: 50px;
        margin-right: 20px;
    }

    .appexpand-lineTop,.appexpand-lineConter,.appexpand-lineBot{
        width: 25px;
        height: 2px;
        background-color: #fff;
        transition: all 0.3s ease;
    }
    .lineConter{
        margin: 6px 0;
    }
    .appexpand-conter{
        margin: 6px 0;
        display: none;
    }
    .appexpand-top{
        transform: rotate(224deg);
        margin-bottom: -2px;
    }
    .appexpand-bot{
        transform: rotate(316deg);
    }
    .detailed-header-nav {
        display: block;
        align-items: center;

    }

    .detailed-header-navBox{
        width: 100%;
        padding:0px 20px;
        position: relative;
        background-color: #fff;
        display: block;
        max-height: 0px;
        overflow: hidden;
        transition: all 3s ease;
        z-index: 10;
        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;
        transition: all 0.8s ease;
    
    }
    .detailed-header-navBox-active{
        max-height: 1000px;
        padding:  8px 20px;
        overflow: visible;
    }

    .detailed-header-nav a {
        padding: 8px 0px;
        color: rgb(0, 0, 0);
        font-weight: 500;
        height: 40px;
        
    }



    .detailed-header-nav a:hover {
        color: rgb(33, 116, 234);
    }

    .detailed-header-down {
        padding: 8px 0px;
        height: 100%;
        color: rgb(0, 0, 0);
        font-weight: 500;
        white-space: nowrap;
        display: block;
        border-top:1px solid rgb(229, 231, 235);
        border-bottom:1px solid rgb(229, 231, 235);
    }

    .detailed-header-down img {
        display: none;
    }

    .detailed-header-down-nav {
        width: 100%;
        position: static;
        
        max-height: 100px;
        padding: 8px 0px;
    }

    .detailed-header-down-nav a {
        padding: 8px 20px;
        font-weight: 500px;
        font-size: 15px;
        color: rgb(71, 85, 105);
    }


    .detailed-header-login {
        margin-left: auto;
        display: block;
        align-items: center;
    }

    .detailed-header-login-btn {
        padding: 8px 0px;
        color: rgb(0, 0, 0);
        font-weight: 500;
        height: 40px;
    }
    .detailed-header-btn{
        height: 40px;
        padding: 8px 0px;
        display: block;
        background-color: rgb(255, 255, 255);
        color: rgb(33, 116, 239);
        align-items: center;
       
    }
    .detailed-header-register-btn {
        width: 80%;
        height: 40px;
        padding: 12px 0px;
        background-color: rgb(33, 116, 239);
        color: rgb(255, 255, 255);
        margin: 0 auto 30px;
        justify-content: center;
        border-radius: 5px;
    }

    

    .header-content {
        width: 100%;
        margin: 0 auto;
        padding: 90px 20px 0px;
        display: flex;
        justify-content: space-between;
        
       
    }

    .header-content-left {
        width: 100%;
    }

    .header-content-title {
        text-align: center;
        font-size: 3rem;
        line-height: 1.1562;
        color: rgb(241 245 249);
        margin-bottom: 1rem;
        font-weight: 500;
    }

    .header-content-desc {
        color: rgb(148 163 184);
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 30px;
        text-align: center;
    }

    .header-content-box {
        display: block;
    }

    .header-content-test {
        width: 80%;
        display: block;
        padding: 12px 24px;
        background-color: rgb(47, 61, 80);
        color: #fff;
        transition: all 0.3s ease;
        margin: 0 auto ;
        text-align: center;
        border-radius: 5px;
    }

    .header-content-right-img {
        display: none;

    }

    


    .detailed-line-moduel {
        width: 100%;
        margin: 0 auto;
        padding: 45px 20px;
    }

    .detailed-line-title {
        font-size: 2.2rem;
        line-height: 1.2;
        color: rgb(30, 41, 59);
        text-align: center;
        padding-bottom: 45px;
    }

    .detailed-line-item {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }



    .detailed-line-item-img {
        width: 100%;
    }

    .detailed-line-item-right {
        width: 100%;
    }

    .detailed-line-item-title {
        color: rgb(30, 41, 59);
        margin-bottom: 12px;
        font-weight: 500;
        font-size: 2rem;
    }

    .detailed-line-item-desc {
        color: rgb(100, 116, 139);
        font-size: 1.25rem;
        line-height: 1.5;
        text-align: center;
    }

    .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: auto;
        background-color: rgb(16, 29, 45);
    }

    .detailed-price-moduel-area {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        height: auto;
    }

    .detailed-price-title {
        padding-top: 45px;
        color: rgb(241, 245, 249);
        font-size: 2.2rem;
        line-height: 1.2;
        font-weight: 600;
        text-align: center;
    }

    .detailed-price-item {
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
        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: 100%;
        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;
        margin-bottom: 30px;
    }

    .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-size: 2.2rem;
        line-height: 1.2;
        font-weight: 600;
    }

    .detailed-deploy {
        padding: 45px 30px;
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid rgb(226, 232, 240);
    }

    .detailed-deploy-title {
        text-align: center;
        margin-bottom: 16px;
    }

    .detailed-deploy-desc {
        width: 100%;
        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: normal;
        flex-wrap: wrap;
        margin: 30px 0;
        height: auto;
    }

    .detailed-deploy-server-box {
        padding: 8px;
        transition: all 0.3s ease;
        margin: 0 8px;
    }

    .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: 45px 20px;
        width: 100%;
        margin: 0 auto;
    }

    .detailed-node-title {
        font-family: var(--font-playfair-display), serif;
        margin-bottom: 16px;
        font-size: 2.2rem;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
    }

    .detailed-node-desc {
        width: 100%;
        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: 33%;
        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: 100%;
        margin: 0 auto;
        padding: 0px 20px;
    }

    .detailed-purchase-title {
        font-size: 2.2rem;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 16px;
        text-align: center;
    }

    .detailed-purchase-desc {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .detailed-purchase-list {
        width: 100%;
        padding: 40px 0;
        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: block;
        
    }

    .detailed-purchase-itemText {
        width: 100%;
        height: auto;
        margin-bottom: 45px;
    }

    .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 45px;
        position: relative;

    }

    .detailed-products {
        width: 100%;
        height: 380px;
        --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: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        padding: 45px 20px 0px;
        margin: -380px auto 0px;
        border-bottom: 1px solid rgb(226, 232, 240);
    }



    .detailed-products-descBox {
        display: block;
        height: auto;
        
    }

    .detailed-products-desc {
        width: 100%;
        position: relative;
        margin-bottom: 40px;
    }

    .detailed-products-title {
        font-size: 2.2rem;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 45px;
        font-weight: 600;
        color: rgb(241 245 249)
    }

    .detailed-products-descImgBox {
        position: relative;
        margin-bottom: 10px;


    }

    .detailed-products-itemImg {
        width: 100%;
        height: 341px;
        overflow: hidden;
    }

    .detailed-products-descImg {
        position: relative;
        z-index: 2;
        width: 100%;
        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: -15px;
        right: -15px;
        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;
        font-weight: 400;
    }

    .detailed-products-textDesc {
        font-size: 1.125rem;
        line-height: 1.5;
        color: rgb(100 116 139)
    }

    .detailed-trust {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px 45px;
    }


    .detailed-trust-title {
        font-size: 2.2rem;
        line-height: 1.2;
        text-align: center;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .detailed-trust-desc {
        font-size: 1.25rem;
        line-height: 1.5;
        width: 100%;
        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: 50%;
    }

    .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: 100%;
        margin: 0 auto;
        padding: 45px 20px;
    }

    .detailed-host-area h2 {
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 40px;
    }

    .detailed-host-item {
        width: 100%;
        margin: 0 auto;
    }

    .detailed-host-desc {

        border-bottom: 1px solid rgb(226, 232, 240);
    }

    .detailed-host-title {
        line-height: 25px;
        font-weight: 500;
        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: auto;
        background-color: rgb(241 245 249);

    }

    .detailed-initiate-area {
        width: 100%;
        margin: 0 auto;
        padding: 45px 20px;
    }

    .detailed-initiate-title {
        text-align: center;
        font-size: 2.2rem;
        line-height: 1.2;
        margin-bottom: 16px;
        font-weight: 400;
    }

    .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: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 30px 20px;
        height: auto;
        border-bottom: 1px solid rgb(226, 232, 240);
   
    }
    .detailed-footer div{
        width: 50%;
    }
    .detailed-footer-img {
        width: 80px;
        margin-bottom: 10px;
    }

    .detailed-footer-desc {
        width: 70%;
        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: 100%;
        margin: 0 auto;
        height: 87px;
        padding: 32px 0;
        color: rgb(100 116 139);
    }
}