.desktopMenu{
    display: block;
    position: relative;
}
.desktopMenu span::before{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 0%;
    height: 3px;
    background: red;
    transition: all .2s;
    transition-timing-function: cubic-bezier(1, 0.01, 0.3, 0.8);
}
.desktopMenu span:hover::before{
    width: 100%;
}
.desktopMenu span:hover a{
    color: red !important;
}
.mobilePreorderBtn{
    display: none;
}
.preorderButton{
    height: 40px;
}
.theme .desktopMenu span a, .theme .mobileMenuItem div a{
    color: #333333;
}
.mobileMenu{
    display: none;
}
.theme .popupBannerContainer{
    max-width: 1024px;
    max-height: 470px;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    overflow: hidden;
}
.popupBannerContainer img{
    max-width: 1024px;
    display: block;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.topConatiner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px 0;
    position: sticky;
    background: white;
    top: 0;
    z-index: 999;
    border-bottom: 1px solid #C8C8C8;
    height: 83px;
    box-sizing: border-box;
}
.topConatiner a{
    text-decoration: none;
}
.tabConatiner{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.tabConatiner span{
    position: relative;
    cursor: pointer;
}
.theme .tabConatiner .activeTabName{
    color: #FF0000;
}
.activeTabName::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: red;
    transition: all .2s;
    transition-timing-function: cubic-bezier(1, 0.01, 0.3, 0.8);
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .3s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
#menu-btn {
    padding: 0px;
}
#menu-btn .icon {
    display: block;
    position: relative;
    width: 36px;
    height: 36px;
}
#menu-btn .icon-bar.first {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    top: 12px;
}
#menu-btn .icon-bar.second {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    top: 16px;
}
#menu-btn .icon-bar.last {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}
#menu-btn .icon-bar {
    position: absolute;
    background-color: #333;
    width: 20px;
    margin: 0px;
    top: 20px;
    left: 10px;
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: -o-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.site-btn {
    display: inline-block;
    text-decoration: none;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    float: right;
    /* background-color: #fbfbfb; */
    border-radius: 60px;
    /* border: 1px solid #ddd; */
    /* margin: 10px 0px; */
    font-size: 12px;
    font-weight: bold;
    color: #999;
}
.navbar-nav {
    margin: 0px;
    text-align: center;
    float: none;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
#navMenu>li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
.collapsing{
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
.mobileMenuContainer{
    padding: 0 20px;
}
.mobileMenuItem{
    display: flex;
    flex-wrap: wrap;
}
.mobileMenuItem div{
    width: 100%;
    border-top: 1px solid #EBECEE;
    padding: 20px 20px 20px 0;
}
.mobileMenuItem div:nth-child(1){
    border-top: 1px solid #c2c2c2;
}
.theme .vanSwiperContainer .cardContainer{
    background: white;
}
.footerContainer{
    border-top: 1px solid #D9D9D9;
    margin: 40px 60px;
    padding-top: 40px;
    color: #666666;
}
.theme .iphone4LifePopupBox .van-popup__close-icon--top-right{
    top: 20px;
    right: 35px;
}
.theme #app .van-popup{
    overflow: hidden;
}
.bannerContainer{
    max-width: 1200px;
    margin: 40px auto 0;
    width: 100%;
}
.bannerContainer div{
    position: relative;
}
.bannerContainer div a{
    display: block;
    position: absolute;
    width: 100%;
}
.bannerContainer img{
    width: 100%;
    display: block;
}
.logoBox{
    margin: auto 0;
}
.theme .van-popup__close-icon{
    color: #9C9C9C;
}
.theme[lang=en-US] .langSpan{
    font-family: var(--typography-fontFamilyHeaderMix) !important;
}
body{
    color: var(--Color-Black, #333);
}
.app_container{
    max-width: 1200px;
    width: auto;
    margin: 40px auto 80px;
}
.appleCareImg{
    width: 160px;
    height: 160px;
}
.top_section{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.second_section{
    margin: 40px auto;
}
.phone_container{
    display: grid;
    gap: 20px;
    align-self: stretch;
    grid-template-columns: repeat(2, 380px);
    justify-content: center;
}
.phone_item{
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    text-align: center;
}
.phone_img{
    display: flex;
    gap: 6px;
}
.phone_img img{
    height: 120px;
}
.theme[lang=zh-HK] .price_need,.theme[lang=en-US] .price_need{
    margin: 4px auto;
}
.theme[lang=zh-HK] .h7.phone_price{
    font-family: 'titling-gothic-fb-condensed';
    font-weight: 500;
}
.theme[lang=en-US] .h7.phone_price{
    font-family: 'titling-gothic-fb-condensed';
    font-weight: 500;
}
.text_content{
    height: 100%;
}
.theme[lang=zh-HK] .text_content b.h8,.theme[lang=en-US] .text_content b.h8{
    display: block;
}
.theme[lang=zh-HK] .text_content b.h8 span,.theme[lang=en-US] .text_content b.h8 span{
    display: block;
}
.view_detail{
    display: flex;
    padding: 12px 0px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid var(--Color-Red---Default, #F00);
    background: var(--Color-White, #FFF);
    color: var(--Color-Black, #333);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans TC";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; 
    margin: 20px auto 0;
    width: 160px;
    box-sizing: border-box;
    height: 45px;
}
.theme[lang=zh-HK] .view_detail:hover,.theme[lang=en-US] .view_detail:hover{
    background-color: #CA1100;
    color: #fff;
    outline: none;
    border: 2px solid var(--Color-Red---Default, #CA1100);
}
.remark_tnc_section p{
    margin-bottom: 12px;
}
.remark_tnc_section ul{
    margin-left: 21px;
    list-style: disc;
}
.remark_tnc_section ul li{
    margin-bottom: 6px;
}
.theme[lang=zh-HK] .lead_in p{
    margin-bottom: 12px;
}
.theme[lang=zh-HK] .lead_in p:last-child{
    margin-bottom: 0;
}
.theme[lang=en-US] .lead_in p{
    margin-bottom: 12px;
}
.theme[lang=en-US] .lead_in p:last-child{
    margin-bottom: 0;
}
.mobileContainer{
    display: none;
}
/*section3 start*/
.text-center{
    text-align: center;
}

.table_container {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
    border-top: 1px solid #D3D3D3;
    border-spacing: 0;
    border-collapse: separate;
}

table tr th:first-child, table tr td:first-child {
    border-left: 1px solid #D3D3D3;
}

.gray_th {
    background-color: #9C9C9C;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    line-height: 24px;
}

table tr th, table tr td {
    border-right: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    color: var(--color-black, #333);
    font-family: "titling-gothic-fb-narrow", "Noto Sans", "Noto Sans TC", "MHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 20px;
}

tr td {
    font-weight: 500;
}

th, td {
    border-collapse: collapse;
    /* border: 1px solid #D3D3D3; */
    padding: 20px;
}

table tr th:first-child, table tr td:first-child {
    border-left: 1px solid #D3D3D3;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 24px;
}

table tr th:first-child, table tr td:first-child {
    border-left: 1px solid #D3D3D3;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 24px;
}

.coverage-area {
    text-align: left;
}

.mon_price p {
    font-size: 20px;
    font-weight: 400;
    font-family: "titling-gothic-fb-narrow", "Noto Sans", "Noto Sans TC", "MHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    margin-bottom: 16px !important;
}

.mon_price .main b {
    font-size: 32px;
    font-weight: 700;
    font-family: "titling-gothic-fb-condensed", "Noto Sans", "Noto Sans TC";
    line-height: 48px;
}

.mon_price .main span {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    line-height: 30px;
    font-family: "titling-gothic-fb-condensed", "Noto Sans", "Noto Sans TC";
    white-space: nowrap;
}

.change_remark_section{
    margin: 24px 0;
}

.change_tnc_section{
    gap: 16px;
}

.color-red{
    color: red;
}

    .button-bar .highlight{
        width: 50%;
        height: 100%;
        border-radius: 30px;
        position: absolute;
        left: 0;
        top: 0;
        background: #FF0000;
        text-align: center;
        line-height: 56px;
        transition: 0.2s all linear;
    }

    .button-bar a{
        transition: 0.2s all linear;
        color: #333333;
        font-size: 16px;
        font-weight: 700;
        width: 50%;
        line-height: 56px;
        text-align: center;
        z-index: 10;
        font-family: "titling-gothic-fb-condensed", "Noto Sans", "Noto Sans TC";
    }
    .button-bar a:link{
        text-decoration:none;
    }
    .button-bar a.active{
        color: #fff;
    }
    body.v4-english .button-bar a{
        font-weight: 500;
    }
    .Charge_section{
        padding-bottom: 80px;
    }
    .tnc{
        max-width: 1200px;
        margin: 0 auto;
        color: var(--palette-grey-80);
    }
    .tnc p{
        color: var(--palette-black-main);
        font-size: 14px !important;	
        font-family: "Noto Sans","Noto Sans TC";
        font-weight: 400;
    }
    .tnc ul{
        margin-left: 22px;
    }
    .tnc ul li{
        font-family: "Noto Sans","Noto Sans TC";
        color: var(--palette-black-main);
        font-size: 14px !important;
        font-weight: 400;
	}
    .tnc-icon {
        width: 18px;
        height: 18px;
        background: red;
        border-radius: 30px;
        margin-left: 10px;
        position: relative;
        transition: all .3s;
        display: inline-block;
    }
    .tnc-icon::before {
        position: absolute;
        top: 4px;
        width: 2px;
        height: 10px;
        left: 8px;
        background: #fff;
        content: "";
        transition: all .3s;
    }
    a[aria-expanded="true"] .tnc-icon::before {
        width: 0;
        height: 0;
    }
    .tnc-icon::after {
        position: absolute;
        top: 8px;
        width: 10px;
        height: 2px;
        left: 4px;
        background: #fff;
        content: "";
        transition: all .3s;
    }
    .theme .tnc a{
		color: red !important;
	}

    .tnc ul{
        list-style: disc;
    }

    .tnc .innerpage-remark b{
        color: var(--palette-black-main);
        font-size: 14px !important;
        font-family: "Noto Sans", "Noto Sans TC";
    }
    .tnc-bar {
        font-size: 16px;
        display: flex;
        align-items: start;
        position: relative;
        justify-content: space-between;
        /* padding: 50px 0 20px; */
        color: #333333;
        margin-bottom: 0;
    }
    .theme[lang=zh-HK] .collapsed .tnc_question {
        font-size: 24px;
        font-weight: 700;
        width: 90%;
        line-height: 36px;
        color: #9C9C9C;
    }
    .theme[lang=zh-HK] .tnc_question {
        color: #333;
        font-size: 24px;
        width: 90%;
        font-weight: 700;
        line-height: 36px;
    }
    .theme[lang=zh-HK] .card {
        font-family: "Noto Sans TC", "sans-serif", '"Helvetica Neue"', "Arial", "sans-serif", '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"' !important;
    }
    .theme[lang=en-US] .collapsed .tnc_question {
        font-size: 24px;
        font-weight: 500;
        width: 90%;
        line-height: 36px;
        color: #9C9C9C;
    }
    .theme[lang=en-US] .tnc_question {
        color: #333;
        font-size: 24px;
        width: 90%;
        font-weight: 500;
        line-height: 36px;
    }
    .theme[lang=en-US] .card {
        font-family: "titling-gothic-fb-condensed", "Noto Sans", "Noto Sans TC" !important;
    }
    .tnc_solution p{
        font-size: 20px !important;
        line-height: 150% !important;
        font-weight: 400;
        font-family: "Noto Sans", "Noto Sans TC", "MHei", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    }
    .tnc_solution p {
        margin-top: 20px !important;
    }
    .line__hr {
        margin: 50px 0;
        border-bottom: 1px solid #EBEBED;
    }
    .faq_container {
        display: grid;
        grid-template-columns: 25% 75%;
        margin-bottom: 0;
        gap: 30px;
    }
    .faq_box {
        background: #F5F6F7;
        padding: 40px;
        border-radius: 20px;
        margin-bottom: 20px;
        margin-right: 20px;
        max-width: 300px;
        height: fit-content;
    }
    .faq_box h5 {
        margin-bottom: 30px;
        cursor: pointer;
    }
    .faq_box .active b {
        color: #333333;
    }
    .faq_box h5 b {
        color: #9C9C9C;
    }
    .theme[lang=zh-HK] .faq_box b {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        font-weight: 700;
    }

    .theme[lang=en-US] .faq_box b {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        font-weight: 500;
    }

    .faq_box h5 {
        margin-bottom: 20px !important;
        cursor: pointer;
    }

    .faq_list_tnc .icon {
        float: left;
        width: 38px;
        height: 38px;
        background: red;
        border-radius: 30px;
        margin-left: 10px;
        position: relative;
        transition: all .3s;
    }
    .faq_list_tnc .icon::before {
        position: absolute;
        top: 9px;
        width: 3px;
        height: 20px;
        left: 18px;
        background: #fff;
        content: "";
        transition: all .3s;
    }
    .faq_list_tnc .icon::after {
        position: absolute;
        top: 18px;
        width: 20px;
        height: 2px;
        left: 10px;
        background: #fff;
        content: "";
        transition: all .3s;
    }
    .tnc_solution a {
        color: red !important;
        text-decoration: underline !important;
    }
    .faq_list_tnc .icon.active::before {
        transform: rotate(90deg);
        opacity: 0;
    }
    .theme[lang=zh-HK]  .button_container .service_line_button, .button_container .service_line_button:hover{
        padding: 20px 30px !important;
        font-weight: 700 !important;
        font-size: 20px !important;
    }
    .theme[lang=en-US]  .button_container .service_line_button, .button_container .service_line_button:hover{
        padding: 20px 30px !important;
        font-weight: 500 !important;
        font-size: 20px !important;
    }
    .button_container .service_line_button svg {
        margin-left:15px;
    }
    .button_container .service_line_button:hover img {
        filter: invert(1);
    }
    .button_container .service_line_button:hover svg path {
        fill:#ffffff;
    }
    .hidden_problem {
        display: none;
    }
    .button_container {
        text-align: center;
    }
    .table_ratio_50{
        width: 50%;
    }
    @media (min-width: 1024px) {
        .hidden-lg-up {
            display: none !important;
        }
    }
    @media (max-width: 1024px) {
        .hidden-md-down {
            display: none !important;
        }
    }
    @media (max-width: 1024px) {
        .theme[lang=zh-HK] .tnc_question {
            font-size: 16px;
            line-height: 24px;
        }
        .theme[lang=zh-HK] .collapsed .tnc_question {
            line-height: 24px;
            font-size: 16px;
        }
        .theme[lang=en-US] .tnc_question {
            font-size: 16px;
            line-height: 24px;
        }
        .theme[lang=en-US] .collapsed .tnc_question {
            line-height: 24px;
            font-size: 16px;
        }
        .tnc_solution p {
            font-size: 14px !important;
        }
        .faq_container {
            grid-template-columns: 100%;
        }
        .button_container {
            margin: 32px 0 0 0;
            text-align: center;
        }
        .button_container .service_line_button, .button_container .service_line_button:hover {
            padding: 12px 20px;
            font-size: 14px;
            line-height: 21px;
            white-space: nowrap;
        }
        .button_container a{
            width: max-content !important;
        }
        .line__hr {
            margin: 20px 0;
        }
        .faq_list_tnc .icon {
            width: 24px;
            height: 24px;
        }
        .faq_list_tnc .icon::before {
            top: 5px;
            width: 2px;
            height: 13px;
            left: 11px;
        }
        .faq_list_tnc .icon::after {
            top: 10px;
            width: 12px;
            height: 2px;
            left: 6px;
        }
        .select-opener{
            color: #333333;
            font-size: 14px !important;
            padding: 10px 15px 10px 9px !important;
            background: #F6F6F6;
            border-radius: 100px !important;
            outline: none;
            position: relative !important;
            appearance: none;
            border: none !important;
            width: 100%; 
        }
    }
/*section3 end*/
/*smartshare start*/
.button-bar{
    background: #f2f2f2;
    border-radius: 30px;
    max-width: 700px;
    width: 100%;
    position: relative;
    display: flex;
    margin: 40px auto;
    transform: translate(0px, 0px);
    align-items: center;
    height:56px;
}
.button-bar .highlight{
    width: 50%;
    height: 100%;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FF0000;
    text-align: center;
    line-height: 56px;
    transition: 0.2s all linear;
}

.button-bar a{
    color: var(--Color-White, #FFF);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.button-bar a:link{
    text-decoration:none;
}
.button-bar a.active{
    color: #fff;
}
body.v4-tchinese .button-bar a{
    /* font-family: 'titling-gothic-fb-condensed'; */
}
body.v4-english .button-bar a{
    font-family: 'titling-gothic-fb-condensed';
    font-weight: 500;
}
.lead_in_center{
    text-align: center;
}
.gray_section{
    display: grid;
    grid-template-columns: 66% 33%;
    gap: 20px;
    margin: 20px auto 40px;
}
.gray_section>div{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Color-Grey20, #F6F6F6);
    text-align: left;
}
.compatible_title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.compatible_title span{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background: red;
    border-radius: 100%;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    flex-shrink: 0;
    display: inline-block;
    font-family: 'titling-gothic-fb-condensed';
}
.theme[lang=zh-HK] .compatible_title span.h8-md,.theme[lang=en-US] .compatible_title  span.h8-md{
    font-family: 'titling-gothic-fb-condensed-medium';
}
.need_to_use{
    display: block;
}
.devices_list{
    display: flex;
    justify-content: flex-start;
    gap:8px 12px;
    align-items: normal;
    width: 100%;
}
.devices_list img{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.ExpandOnOff{
    color: red;
}
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

ul li{
    margin-bottom: 4px;
}
.how_to_subscribe_title{
    margin-bottom: 12px;
}

.call_our_text{
    display: flex;
    width: 1200px;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    background: var(--Color-Grey20, #F6F6F6);
    box-sizing: border-box;
    margin-bottom: 80px;
}
.theme[lang=zh-HK] .call_our_text .p5,.theme[lang=en-US] .call_our_text .p5{
    margin: 0;
}
.img-thumbnail{
    width: 240px;
}
.img_arrow{
    width: 18px;
    height: auto;
    margin: 0 auto;
}
.swiper-slide:last-child .img_arrow{
    opacity: 0;
}
.swiper_container{
    position: relative;
    margin: 40px auto;
}
.swiper{
    overflow: hidden;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    opacity: 0;
}
.swiper-button{
    width: 74px;
    background-size: cover;
    height: 74px;
    top: 34%;
}
.swiper-button-next{
    background-image: url(https://www.smartone.com/Home5GBroadband/web/img/icon/Next_Btn_Red_Pc.png);
    right: -1%;
}
.swiper-button-prev{
    background-image: url(https://www.smartone.com/Home5GBroadband/web/img/icon/Previous_Btn_Red_Pc.png);
    left: -5.8%;
}
.swiper_flex_grid{
    display: flex;
    justify-content: center;
    align-items: center;
}
.placeholder{
    display: none;
}
.swiper_text{
    width: 240px;
}
.swiper_text .h7{
    margin: 20px auto 8px;
}
.swiper_text p{
    margin: 0 ;
}
.display_dk{
    display: block;
}
.display_mb{
    display: none;
}
.lead_in_family .theme[lang=zh-HK] .p3,.lead_in_family .theme[lang=en-US] .p3{
    margin-bottom: 8px;
}
.lead_in_family ul li{
    text-align:left;
}
.lead_in_family ul{
    list-style-type: disc;
    margin-left: 20px;
}
.how_to_subscribe_section{
    text-align: center;
}
.change_remark_ul{
    list-style: disc;
    padding-left: 20px;
}

.change_remark_ul a{
    color: red !important;
}

.select-item.selected.hover::before{
    content: '✔';
    padding-right: 10px;
}

.change_remark_section p{
    margin-bottom: 0px !important;
}

.table_ratio_50{
    width: 50%;
}
.theme[lang=zh-HK] .buttonContainer button,.theme[lang=en-US] .buttonContainer button{
    height: 56px;
    font-size: 16px;
}
.theme[lang=en-US] .handsetPhoneBox .h9{
    font-family: "titling-gothic-fb-narrow", "sans-serif", '"Helvetica Neue"', "Arial", "sans-serif", '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"';
}
.theme[lang=zh-HK] li,.theme[lang=en-US] li{
    font-size: 14px ;
}
.theme[lang=zh-HK] .speciFicationConatiner div span.priceDec{
    font-family: "Noto Sans TC","sans-serif",'"Helvetica Neue"',"Arial","sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"';
    
}
.theme .speciFicationConatiner div span{
    color: #333333;
}
.theme .speciFicationConatiner div.selectActive span{
    color: #f00;
}
/*smartshare end*/
@media (max-width: 1350px) {
    /*smartshare start*/
    .swiper-button-next{
        right: 0%;
    }
    .swiper-button-prev{
        left: 0%;
    }
    .call_our_text{
        width: 100%;
    }
    /*smartshare end*/
}

@media (max-width:1200px) {
    .phone_container{
        grid-template-columns: repeat(2, 1fr);
    }
    .app_container{
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .desktopMenu{
        display: none;
    }
    .mobileMenu{
        display: block;
        margin: auto 0;
    }
}
@media (max-width: 767px) {
    #mainNavMenu {
        background: #fbfbfb;
    }
    .mobilePreorderBtn{
        display: block;
    }
    .theme .popupBannerContainer{
        max-width: 230px;
        /* max-height: 230px; */
        background: center;
    }
    .popupBannerContainer img{
        width: 100%;
        height: 100%;
        max-width: 230px;
        top: 50%;
        max-height: 420px;
    }
    .mobileContainer{
        display: flex;
    }
    .theme .popupBannerContainer .van-popup__close-icon--top-right{
        top: 30px;
        right: 10px;
    }
    .mobileMenu .van-popup{
        padding: 0 !important;
        height: 100%;
    }
    .topConatiner{
        position: sticky;
        padding: 20px 20px 10px;
        margin: auto;
        height: auto;
        align-items: center;
    }
    .mobileMenuBox{
        justify-content: space-between;
    }
    .mobilePreorderBtn{
        margin-left: 10px;
    }
    .topConatiner div a img{
        width: 90px;
    }
    .footerContainer{
        margin: 20px 0 0 0;
        padding: 20px;
    }
    .mobileMenuContainer div img{
        width: 90px;
        margin: 30px 0 20px;
    }
    .bannerContainer{
        margin-top: 20px;
    }
    .phone_container{
        grid-template-columns: 100%;
    }
    .app_container{
        margin: 20px 0px 40px;
        width: auto;
        padding: 0 20px;
    }
    .top_section {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }
    .appleCareImg{
        width: 100px;
        height:100px;
    }    
    .theme[lang=zh-HK] .second_section a {
        width: auto;
    }
    .theme[lang=en-US] .second_section a {
        width: auto;
    }
    .phone_img img{
        height: 100px;
    }
    .second_section {
        margin: 32px auto;
    }
     /*section3 start*/
     .mon_price p {
        font-size: 14px !important;
    }
    .mon_price .main b {
        font-size: 20px;
    }
    
    .mon_price .main span {
        font-size: 14px;
    }
    
    /*section3 end*/
    /*smartshare start*/
    .img-thumbnail,.swiper_text{
        margin: 0 auto;
    }
    .swiper-button{
        display: none;
    }
    .need_to_use{
        display: inline;
    }
    .gray_section{
        grid-template-columns: 100%;
        gap: 12px;
        margin: 12px auto 80px;
    }
    .compatible_title span{
        width: 25px;
        height: 25px;
        line-height: 26px;
    }
    .devices_list img{
        width: 28px;
        height: 32px;
    }
    .gray_section>div{
        padding: 20px;  
    }
    .display_mb{
        display: block;
    }
    .display_dk{
        display: none;
    }
    .devices_list{
        flex-wrap: wrap;
    }
    .devices_list .display_mb{
        width: 100%;
    }
    .devices_list ul li{
        margin-bottom: 8px;
    }
    .swiper_container{
        margin: 20px auto;
    }
    .call_our_text{
        width: 100%;
    }
    .placeholder{
        display: block;
    }
    .swiper_flex_grid{
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: 60px auto 60px;
    }
    .button-bar{
        margin: 20px auto;
    }
    .topTitle{
        margin-bottom: 20px;
    }
    .handsetPhoneContainer{
        gap: 20px !important;
    }
    .theme[lang=zh-HK] li, .theme[lang=en-US] li{
        font-size: 12px;
    }
    /*smartshare end*/
}