.Unlimited-port {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background: #FFFFFF;

    .Unlimited-port-content {
        max-width: 1440px;
        width: 100%;
        margin: 0 auto;
        text-align: center;

        &>h1 {
            font-weight: 400;
            font-size: 40px;
            color: #333333;
            text-align: center;
        }

        &>p {
            text-align: center;
            font-weight: 400;
            font-size: 15px;
            color: #666666;
            margin-top: 8px;
        }

        &>.head-tabs-button {
            display: flex;
            justify-content: center;
            margin-top: 30px;

            &>div {
                display: flex;
                border-radius: 6px;
                padding: 4px;
                // border: 1px solid #333333;
                border: 1px solid #E5E5E5;

                .button-item {
                    padding: 10px 12px;
                    border-radius: 6px;
                    // background-color: #101010;
                    color: #666666;
                    cursor: pointer;
                    transition: all .3s;
                    // border: 1px solid #333333;
                }

                .active {
                    background-color: #101010;
                    color: #ffffff;
                }
            }
        }

        &>.unlimited-bandwidth {
            width: 100%;
            text-align: center;


            &>p {
                margin-top: 16px;
                font-weight: 400;
                font-size: 16px;
                color: #333333;
            }

            &>.unlimited-bandwidth-package {
                display: flex;
                column-gap: 20px;
                row-gap: 20px;
                justify-content: center;
                flex-wrap: wrap;
                margin-top: 56px;

                &>.bandwidth-package-item {
                    border-radius: 7px 7px 7px 7px;
                    border: 1px solid #E5E5E5;
                    background: url('/static/common/package/img/unlimited_hover.png') no-repeat;
                    background-size: 100% auto;
                    padding: 30px;
                    position: relative;

                    .best-popular {
                        position: absolute;
                        top: -25px;
                        left: 0;
                        width: 100%;
                        box-sizing: border-box;
                        padding: 4px;
                        text-align: center;
                        background-color: #000000;
                        color: #FFFFFF;
                        border-radius: 6px 6px 0px 0px;
                    }

                    &>.package-item-interior {
                        width: 280px;
                        height: 400px;
                        box-sizing: border-box;

                        .select-box {
                            margin-top: 16px;
                            width: 100%;
                            box-sizing: border-box;
                            padding: 11px 8px;
                            background: #FFFFFF;
                            border-radius: 4px 4px 4px 4px;
                            border: 1px solid #EEEEEE;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            position: relative;

                            &>p {
                                font-weight: 400;
                                font-size: 16px;
                                color: #000000;
                            }

                            &>img {
                                width: 18px;
                                height: 18px;
                                transition: all .3s;
                            }

                            &>div{
                                position: absolute;
                                top: 40px;
                                left: 0;
                                display: none;
                                width: 100%;
                                padding-top: 6px;
                            }

                            .select-item-box {
                                width: 100%;
                                border-radius: 6px;
                                background-color: #FFFFFF;
                                text-align: left;
                                z-index: 6;
                                box-sizing: border-box;
                                padding: 6px;
                                
                                max-height: 200px;
                                overflow: auto;

                                .select-item {
                                    width: 100%;
                                    box-sizing: border-box;
                                    padding: 6px 8px;
                                    border-radius: 6px;
                                    cursor: pointer;
                                }

                                .select-item:hover {
                                    background-color: #edf4ff;
                                }
                            }


                        }

                        .select-box:hover {
                            &>div {
                                display: block;
                            }

                            &>img {
                                transform: rotate(180deg);
                            }
                        }

                        &>.total-price {
                            text-align: center;
                            font-weight: 600;
                            font-size: 20px;
                            color: #333333;
                            margin-top: 20px;
                        }

                        &>.package-item-head {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;

                            &>h3 {
                                font-weight: 600;
                                font-size: 24px;
                                color: #000000;
                            }

                            &>span {
                                font-weight: 600;
                                font-size: 15px;
                                color: #0BAF63;
                                background: rgba(11, 175, 99, 0.1);
                                border-radius: 31px 31px 31px 31px;
                                width: 98px;
                                height: 32px;
                                text-align: center;
                                line-height: 32px;
                            }
                        }

                        .package-item-content {
                            margin-top: 56px;

                            &>p {
                                text-align: center;
                                font-weight: 600;
                                font-size: 15px;
                                color: #333333;
                                line-height: 18px;
                                margin-top: 8px;
                            }

                            &>h2 {
                                font-weight: 600;
                                font-size: 48px;
                                color: #000000;
                            }
                        }

                        .package-item-content>div {
                            display: flex;
                            align-items: flex-end;
                            justify-content: center;
                            color: #5329FC;

                            &>p {
                                font-weight: 600;
                                font-size: 40px;
                                /* color: #333333; */
                                line-height: 45px;
                            }

                            &>span {
                                font-weight: 600;
                                font-size: 20px;
                                /* color: #333333; */
                                /* line-height: 45px; */
                            }
                        }

                        .package-item-bottom {
                            margin-top: 40px;

                            &>p {
                                text-align: center;
                                font-weight: 600;
                                font-size: 15px;
                                color: #A09E9F;
                                line-height: 18px;
                                margin-bottom: 14px;
                            }

                            &>a {
                                width: 100%;
                                display: inline-block;
                                text-align: center;
                                line-height: 44px;
                                font-weight: 600;
                                font-size: 15px;
                                color: #FFFFFF;
                                height: 44px;
                                background: #000000;
                                border-radius: 4px 4px 4px 4px;
                                transition: all 0.3;
                                border: 1px solid rgba(255, 255, 255, 0.2);
                            }

                            /* &>a:hover{ background-color: rgba(83,41,252,0.9); } */
                        }

                    }


                }

                &>.bandwidth-package-item:hover{
                    background: url('/static/common/package/img/unlimited_hover.png') no-repeat;
                    background-color: #F0EDFF;
                    background-size: 100%;
                    border: 1px solid #5329FC;

                    .best-popular {
                        background-color: #5329FC;
                    }
                }
            }
        }

        &>.Unlimited-port-box {
            width: 100%;
            text-align: center;


            &>p {
                margin-top: 16px;
                font-weight: 400;
                font-size: 16px;
                color: #333333;
            }

            &>.unlimited-port-package {
                display: flex;
                column-gap: 20px;
                row-gap: 20px;
                justify-content: center;
                flex-wrap: wrap;
                margin-top: 56px;

                &>.port-package-item {
                    border-radius: 7px;
                    border: 1px solid #E5E5E5;
                    background: url('/static/common/package/img/unlimited_hover.png') no-repeat;
                    background-color: #FFFFFF;
                    background-size: 100%;
                    padding: 30px;
                    position: relative;

                    .best-popular {
                        position: absolute;
                        top: -25px;
                        left: 0;
                        width: 100%;
                        box-sizing: border-box;
                        padding: 4px;
                        text-align: center;
                        background-color: #000000;
                        color: #FFFFFF;
                        border-radius: 6px 6px 0px 0px;
                    }

                    &>.package-item-interior {
                        width: 210px;
                        height: 400px;
                        box-sizing: border-box;

                        .select-box {
                            margin-top: 24px;
                            width: 100%;
                            box-sizing: border-box;
                            padding: 11px 8px;
                            background: #FFFFFF;
                            border-radius: 4px 4px 4px 4px;
                            border: 1px solid #EEEEEE;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            position: relative;

                            &>p {
                                font-weight: 400;
                                font-size: 16px;
                                color: #000000;
                            }

                            &>img {
                                width: 18px;
                                height: 18px;
                                transition: all .3s;
                            }

                            &>div{
                                position: absolute;
                                top: 40px;
                                left: 0;
                                display: none;
                                width: 100%;
                                padding-top: 6px;
                            }

                            .select-item-box {
                                width: 100%;
                                border-radius: 6px;
                                background-color: #FFFFFF;
                                text-align: left;
                                z-index: 6;
                                box-sizing: border-box;
                                padding: 6px;
                                max-height: 200px;
                                overflow: auto;

                                .select-item {
                                    width: 100%;
                                    box-sizing: border-box;
                                    padding: 6px 8px;
                                    border-radius: 6px;
                                    cursor: pointer;
                                }

                                .select-item:hover {
                                    background-color: #edf4ff;

                                }
                            }


                        }

                        .select-box:hover {
                            &>div {
                                display: block;
                            }

                            &>img {
                                transform: rotate(180deg);
                            }
                        }

                        &>.total-price {
                            text-align: center;
                            font-weight: 600;
                            font-size: 20px;
                            color: #333333;
                            margin-top: 20px;
                        }

                        &>.package-item-head {
                            display: flex;
                            justify-content: space-between;
                            align-items: center;

                            &>h3 {
                                font-weight: 600;
                                font-size: 24px;
                                color: #000000;
                            }

                            &>span {
                                font-weight: 600;
                                font-size: 15px;
                                color: #0BAF63;
                                background: rgba(11, 175, 99, 0.1);
                                border-radius: 31px 31px 31px 31px;
                                width: 64px;
                                height: 32px;
                                text-align: center;
                                line-height: 32px;
                            }
                        }

                        .package-item-content {
                            margin-top: 60px;

                            &>p {
                                text-align: center;
                                font-weight: 600;
                                font-size: 15px;
                                color: #333333;
                                line-height: 18px;
                                margin-top: 8px;
                            }

                            &>h2 {
                                font-weight: 600;
                                font-size: 48px;
                                color: #000000;
                            }
                        }

                        .package-item-content>div {
                            display: flex;
                            align-items: flex-end;
                            justify-content: center;
                            color: #5329FC;

                            &>p {
                                font-weight: 600;
                                font-size: 40px;
                                /* color: #333333; */
                                line-height: 45px;
                            }

                            &>span {
                                font-weight: 600;
                                font-size: 20px;
                                /* color: #333333; */
                                /* line-height: 45px; */
                            }
                        }

                        &>.stepper {
                            display: flex;
                            column-gap: 4px;
                            row-gap: 4px;
                            margin-top: 20px;

                            // &>div {
                            //     width: 100%;
                            //     border-radius: 4px 4px 4px 4px;
                            //     background-color: #FFFFFF;
                            //     border: 1px solid #EEEEEE;
                            //     text-align: center;
                            //     display: flex;
                            //     align-items: center;
                            //     justify-content: center;
                            // }

                            span {
                                display: inline-block;
                                color: #333333;
                                font-size: 26px;
                                min-width: 40px;
                                height: 40px;
                                text-align: center;
                                line-height: 40px;
                                border-radius: 4px 4px 4px 4px;
                                border: 1px solid #EEEEEE;
                                background-color: #FFFFFF;
                                cursor: pointer;
                                user-select: none;
                            }

                            .stepper-value {
                                // width: calc(100% - 72px);
                                width: 44px;
                                text-align: center;
                                
                                height: 40px;
                                line-height: 40px;
                                background: transparent;
                                background-color: #FFFFFF;
                                border-radius: 6px;

                                // border: none;
                                border: 1px solid #EEEEEE;
                                font-weight: 600;
                                font-size: 20px;
                                color: #000000;
                            }
                        }

                        .package-item-bottom {
                            margin-top: 20px;

                            &>p {
                                text-align: center;
                                font-weight: 600;
                                font-size: 15px;
                                color: #A09E9F;
                                line-height: 18px;
                                margin-bottom: 14px;
                            }

                            &>a {
                                width: 100%;
                                display: inline-block;
                                text-align: center;
                                line-height: 44px;
                                font-weight: 600;
                                font-size: 15px;
                                color: #FFFFFF;
                                height: 44px;
                                background: #000000;
                                border-radius: 4px 4px 4px 4px;
                                transition: all 0.3;
                                border: 1px solid rgba(255, 255, 255, 0.2);
                            }

                            /* &>a:hover{ background-color: rgba(83,41,252,0.9); } */
                        }

                    }


                }

                &>.port-package-item:hover {
                    background: url('/static/common/package/img/unlimited_hover.png') no-repeat;
                    background-color: #F0EDFF;
                    background-size: 100%;
                    border: 1px solid #5329FC;

                    .best-popular {
                        background-color: #5329FC;
                    }
                }
            }
        }

        &>.unlimited-bandwidth-title {
            max-width: 1440px;
            width: 100%;
            box-sizing: border-box;
            padding: 12px;
            border-radius: 8px;
            border: 1px solid #EEEEEE;
            margin-top: 30px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-bottom: 80px;
            column-gap: 30px;
            row-gap: 30px;

            .bandwidth-title-left {
                display: flex;
                // justify-content: space-between;
                flex-wrap: wrap;
                align-items: center;
                // column-gap: 30px;
                // row-gap: 30px;
                // width: 200px;
            }

            .bandwidth-title-right {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                column-gap: 30px;
                row-gap: 30px;

                .title-box {
                    display: flex;
                    flex-direction: column;
                    column-gap: 20px;
                    row-gap: 20px;
                }

                .title-item {
                    display: flex;
                    align-items: center;
                    width: 350px;
                    column-gap: 8px;
                    row-gap: 8px;
                    font-size: 14px;
                    color: #333333;
                }
            }
        }

        &>.hot-country {
            margin: 80px 0;

            h2 {
                font-weight: 600;
                font-size: 40px;
                color: #333333;
            }

            &>div {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                column-gap: 20px;
                row-gap: 20px;
                margin-top: 40px;
                max-width: 100%;

                .hot-country-item {
                    display: flex;
                    justify-content: space-between;
                    max-width: 100%;
                    &>div {
                        display: flex;
                        align-items: center;
                        column-gap: 6px;
                        row-gap: 6px;
                        width: 223px;
                        max-width: 100%;
                        border-radius: 10px;
                        box-sizing: border-box;
                        border: 1px solid #EEEEEE;
                        padding: 12px;

                        img {
                            width: 40px;
                            height: 40px;
                        }
                    }
                }
            }

            &>div::after {
                // content: '';
                // flex: 1;
            }
        }
    }

    .unlimited-faqs {
        max-width: 2560px;
        width: 100%;
        margin: 0 auto;
        padding: 80px 0px;
        background-color: #F9F9F9;
    }
}

.black-button {
    &>a {
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 44px;
        // font-weight: 600;
        font-size: 15px;
        color: #FFFFFF;
        height: 44px;
        background: #000000;
        border-radius: 4px 4px 4px 4px;
        transition: all 0.3;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
}

.faq-list-cont {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    // margin-bottom: 54px;
    // margin-top: 100px;
    // background: #fff;
    padding: 100px 20px;
    text-align: left;
}

.faq-list-cont>h2 {
    font-weight: bold;
    font-size: 40px;
    color: #000000;
    line-height: 48px;
    text-align: center
}

.faq-list-cont>.faq-list {
    border-bottom: 1px solid #CCCCCC;
    padding: 14px 0;
    cursor: pointer;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.faq-list-cont>.faq-list.on>div:nth-of-type(1)>span {
    transform: rotate(180deg)
}

.faq-list-cont>.faq-list>div:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0
}

.faq-list-cont>.faq-list>div:nth-of-type(1)>p {
    font-weight: bold;
    font-size: 20px;
    color: #09162E;
    line-height: 24px
}

.faq-list-cont>.faq-list>div:nth-of-type(1)>span {
    min-width: 40px;
    min-height: 40px;
    background: url(../img/faq_select.png) no-repeat center center;
    background-size: cover;
    cursor: pointer
}

.faq-list-cont>.faq-list>div.faq-answer {
    display: none;
    font-size: 16px;
    color: rgba(3, 0, 87, 0.4);
    line-height: 22px;
    text-align: left;
}

@media screen and (max-width: 1440px) {
    .Unlimited-port {
        box-sizing: border-box;
        padding: 80px 20px;
    }

    .Unlimited-port>.Unlimited-port-content>.Unlimited-port-box>.unlimited-port-package>.port-package-item{
        // width: 100%;
        // text-align: center;

        &>.package-item-interior{
            // width: 100%;
        }
    }
}