.theme,.theme[lang=zh-HK],.theme[lang=zh-HK] .h6,.theme[lang=zh-HK] .p5,.theme[lang=zh-HK] p,.theme[lang=zh-HK] .button,.theme[lang=zh-HK] .p4,.theme[lang=zh-HK] li,.theme[lang=zh-HK] .p4,.theme[lang=zh-HK] select,.theme[lang=zh-HK] option,.theme[lang=zh-HK] input,.theme[lang=zh-HK] .h5,.theme[lang=zh-HK] .h7,.theme[lang=zh-HK] .h8-md,.theme[lang=zh-HK] .h3,.theme[lang=zh-HK] .p3,.theme[lang=zh-HK] span,.theme[lang=zh-HK] h3{
    font-family: Noto Sans SC;
    margin: 0;
}
*{
    box-sizing: border-box;
    font-family: Noto Sans SC;
}
.theme[lang=zh-HK] .button{
    border: 1px solid red;
}
#app{
    position: relative;
    height: inherit;
}
.appBg{
    background: var(--Color-Grey20, #F6F6F6);
    height: auto;
    width: 100%;
}
.appBg .topup_thankyou{
    height: 100%;
}
body.v4{
    height: 100%;
    min-height: calc(100vh);
}
body.v4 header{
    border-bottom: 1px solid #C8C8C8;
}
body.v4 .swiper-button-next,body.v4 .swiper-button-prev{
    background: none;
}
.theme[lang=zh-HK] a.link,.theme[lang=en-US] a.link{
    color: red;
    text-decoration: underline;
}
.swiper-container{
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width:1200px;
	padding: 0px 0px 20px;
}
.featuresSwiper .swiper-container{
    padding: 0px 0px 50px;
}

.swiper-container-outter {		
	width:100%;
}
.swiper-button-disabled{
	display: none;
}
.swiper-wrapper {
	height: auto;
}
.swiper-navigation .swiper-button-prev {
	left: 0;
    top: 0;
    text-align: left;
}
.swiper-navigation .swiper-button-next {
	right: 0;
    top: 0;
    text-align: right;
}
.swiper-navigation {
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	top: 50%;
    position: absolute;
    z-index: 999;
    margin-top: -17px;
    height: 0px;
}

body.v4 .swiper-button-prev,body.v4  .swiper-button-next {
	width:34px !important;
	background: none;
	z-index:999;
}
.swiper-button-next{
    text-align: right;
}
.swiper-slide {
	width:100%;
	/* max-width:350px; */
	height: auto;
}
.button{
    outline: none !important;
}
header{
    border-bottom: #C8C8C8 1px solid;
    background: #fff;
    height: 80px;
}
.header_container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header_container img{
    width: 135px;
}
.header_container b{
    color: var(--Color-Black, #333);
    font-weight: 700;
    line-height: 24px; /* 150% */
    font-size: 24px;
}
.header_container b.wechatBox{
    display: flex;
    align-items: center;
}
.header_container b.wechatBox font{
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.theme[lang=en-US] .header_container b,.theme[lang=en-US] .header_container b.wechatBox font{
    font-family: "titling-gothic-fb-condensed", "sans-serif", '"Helvetica Neue"', "Arial", "sans-serif", '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"';
    font-weight: 500;
}
.back_section,.main_section{
    max-width: 980px;
    width: 100%;
}
.back_section{
    margin: 0px auto;
    padding: 40px 0px 20px;
    display: flex;
    justify-content: space-between;
}
.back_section img{
    width: 16px;
}
.theme[lang=zh-HK] .back_section a{
    display: flex;
    align-items: center;
}
.back_section span{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 24px; /* 150% */
}
.main_section{
    margin: 0 auto 80px;
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    border-radius: 20px;
    background: var(--black-white-grey-white, #FFF);
}
.main_container{
    width: 100%;
}

.order_detail{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.order_detail b{
    width: 24px;
    height: 24px;
    border: 1px #666666 solid;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    color: #666666;
    align-items: center;
    font-family: "Titling-Gothic-FB-Narrow" !important;
    font-size: 12px;
}
.order_detail .h6{
    margin-bottom: 0 !important;
}
.shipping_detail p,.form_container .p5{
    margin-bottom: 5px !important;
}
input {
    align-self: stretch;
    border-radius: 10px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 5px;
    outline: none;
}
input:focus{
    border-color: #333333; 
    outline: none;
}
.grid_box_radio,.grid_box,.grid_box2{
    display: grid;    
}
.grid_box{
    width: 100%;
    gap: 40px;
}
.grid_box2{
    width: 100%;
    gap: 20px;
}
.grid_columns_2{
    grid-template-columns: repeat(2, 150px);
    padding: 9px 0;
}
.grid_columns_3{
    grid-template-columns: repeat(3, 150px);
    padding: 9px 0;
}
.grid_columns_2_full{
    grid-template-columns: repeat(2, 1fr);
}
.grid_columns_full{
    grid-template-columns: repeat(1, 1fr);
}
.form_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto 40px;
}
.choose_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.flex_box_radio{
    display: flex;
    gap: 40px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
input[type='radio']{
    width: 38px;
    min-width: 38px;
    height: 38px;
    margin: 0px;
    appearance: none;
    padding: 10px;
    border-radius: 50%;
}
input[type=checkbox]{
    border-radius: 10px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    width: 38px;
    height: 38px;
    appearance: none;
    padding: 10px;
    margin: 0px;
}
input[type='radio']:checked,input[type=checkbox]:checked{
    appearance: auto;
}
input[type='radio']:checked,input[type=checkbox]:checked{
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
i{
    display: none;
}
input[type='radio']:checked + i{ 
    background: #fff;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 6px;
}
input[type='checkbox']:checked + i{ 
    background: #fff;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    padding: 6px;
}
label{
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}
label span{
    font-size: 16px;
}
.grid_box_radio label,.flex_box_radio label{
    margin-bottom: 0rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
input::placeholder{
    color: #D3D3D3;
}
select{
    width: 100%;
    border-radius: 10px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    margin-top: 5px;
    appearance: none;
    background: url("/gpyx/icon_arrow_down.png") no-repeat right 15px center;
    background-size: 14px;
}
select:focus{    
    border-color: #333333; 
    outline: none

}
select:disabled {
    background:url("/gpyx/icon_arrow_down_dim.png") no-repeat right 15px center #D3D3D3;
    background-size: 14px;
    color: #9C9C9C;
}
select:required:invalid {
    color: #333333;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: #333333;
}
input:disabled {
    background: #D3D3D3;
    color: #9C9C9C;
}
.error_box input, .error_box select,.error_box .mainland_phone,.error_box .captcha {
    border: 2px solid #FF0000;
}
.error_msg{
    color: var(--Color-Red---Default, #F00);
    margin-top: 5px;
}
.agree_flex .error_msg{
    margin-top: 8px;
}
.error_box select:disabled {
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
}
.mainland_phone{
    justify-content: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    padding: 15px;
    align-items: center;
    gap: 10px;
    width: auto;
}
.phone_code{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.mainland_phone input,.mainland_phone input:focus{
    padding: 0;
    border: none;
    margin: 0;
    outline: none;
}
.submitFlex{
    display: flex;
    justify-content: center;
    width: 100%;
}
.submitFlex .button,.TopupSubmitFlex .button{
    max-width: 300px;
    height: 56px;
    width: 100%;    
}
.showNumber_container{
    margin: 40px auto;
}
.showNumber_box{
    margin: 30px auto;
}
.showNumber_grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;    
    margin-bottom: 20px;
}
.number_input_box{
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    gap: 0;
    margin: 0;
}
.number_input_box input[type='radio'] {
    width: 0;
    min-width: 0;
    height: 0;
    margin: 0px;
    appearance: none;
    padding: 0;
    border: none;
}
.number_input_box span{
    color: var(--black-white-grey-black, #333);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.number_input_box svg{
    display: none;
}
.select_number_label{
    border:red 1.5px solid;
    gap: 10px;
}
.select_number_label span{
    color: red;
}
.select_number_label svg{
    display: block;
}
.agree_label{
    display: grid;
    grid-template-columns: 38px auto;
    margin-bottom: 0px;
    gap: 10px;
    align-items: center;
}
.theme[lang=zh-HK] .remark_p ,.theme[lang=en-US] .remark_p {
    color: var(--Color-Black, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.theme[lang=zh-HK] .remark_p a,.theme[lang=en-US] .remark_p a{
    color: var(--Color-Red---Default, #F00);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.menu_box{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 40px 30px;
    background-color: #fff;
    top: 0;
    right: 0;
    position: sticky;
    height: auto;
}
.menu_box hr{
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    border: none;
    margin: 20px 0;
}
.order_detail_box{
    display: grid;
    justify-content: center;
    align-items: start;
    width: 100%;
    grid-template-columns: 1fr auto;
    gap: 0 30px;
}
.order_detail_box div:nth-child(3),.order_detail_box div:nth-child(4){
    padding: 16px 0px;
}
.order_detail_box div:nth-child(3){
    cursor: pointer;
}
.order_detail_box div:nth-child(2n){
    text-align: right;
}
.order_detail_box ul{
    margin: 0;
    padding-left: 22px;
    width: 95%;
}
.order_text{
    display: flex;
    align-items: baseline;
    gap: 4px;
}
.price_des{
    color: var(--black-white-grey-black, #333);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}
.total_price{
    color: var(--Smt-Red-Red, #FD1500);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 36px;    
}
.total_price span{
    font-family: "Titling-Gothic-FB-Condensed" !important;
}
.flex_section{
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 0;
    height: auto;
    min-height: 100vh;
}
.menu_box{
    width: 400px;
}
.left_container{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    height: max-content;
}
.rignt_container{
    background: #fff;
    height: auto;
}
.triangle{
    width: 13px;
    display: inline-block;
}
.bottom_container{
    display: none;
}
.price{
    font-family: "Titling-Gothic-FB-Narrow" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.menu_container{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    background: #fff;
    padding: 20px;    
}
.slide-enter-active {
    animation: slide-in 0.3s;
  }
.slide-leave-active {
    animation: slide-in 0.3s reverse;
}
@keyframes slide-in {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0%);
    }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}
.triangleUp{
    transition:0.5s;
    transform:rotate(-180deg);
}
.closeBtn{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-bottom: 24px;
}
.closeBtn::before,.closeBtn::after {
    position: absolute;
    right: 50%;
    top: 25%;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #707070;
    transition: all .3s;
}
.closeBtn::after {
    transform: rotate(-45deg);
}
.closeBtn::before {
    transform: rotate(45deg);
}
.agree_flex{
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Color-Grey20, #F6F6F6);
}

.agree_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}
.theme[lang=zh-HK] .agree_box p{
    font-size: 14px;
}
.theme[lang=zh-HK] .agree_flex .button.size-large{
    font-size: 16px;
    padding: 12px 20px
}

/* thankyou page start */
.thankyou_container{
    display: flex;
    max-width: 960px;
    width: 100%;
    padding: 40px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin: 40px auto;
    border-radius: 20px;
    background: #FFF;
}
.thankyou_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.thankyou_img{
    width: 160px;
}
.thankyou_title{

}
.thankyou_message{
    text-align: center;
}
.thankyou_order_box{
    border-radius: 12px;
    border: 1px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    justify-content: center;
    display: grid;
    padding: 16px 40px;
    align-items: center;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    max-width: 520px;
    width: 100%;
}
.thankyou_order_box p{
    color: #9C9C9C;
    text-align: center;
   
}
.thankyou_order_box b{
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-weight: 500 !important;
    text-align: center;
    margin-top: 5px;
    display: block;
}
.checkOrder{
    display: flex;
    padding: 7px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    width: 150px;
    margin: 0 auto;
    color: var(--Color-Black, #333);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.preparation_content{
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 12px;
    background: var(--Color-Grey20, #F6F6F6);
    width: 100%;
    margin-top: 30px;
}
.preparation_content hr{
    width: 100%;
    height: 1px;
    background: #D3D3D3;
    border: none;
    margin: 0px auto;
}
.grid_item{
    display: grid;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    grid-template-columns: 40px auto;
}
.theme[lang=zh-HK] .grid_item .h8-md{
    color: var(--Color-Black, #333);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
    display: block;
}
.grid_item img{
    width: 36px;
}
.grid_item div:first-child{
    width: 40px;
    text-align: left;
}
.button_content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.button_content button{
    width: 200px;
    height: 56px;
    padding: 16px 30px;
}



/* index page start */
.index_container{
    margin: 27px auto 0px;
    background: #fff;
}
.service_banner {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
.service_banner img {
    border-radius: 20px;
    width: 100%;
}
.index_top_container{
    max-width: 1200px;
    width: 100%;
    margin: 51px auto 120px;
    text-align: center;
}
.index_top_container .title span{
    display: inline;
}
.index_top_container .title img{
    width: 40px;
    vertical-align: baseline;
    margin: 0 4px;
}
.index_top_container .lead_in{
    padding: 20px 0 40px;
}
.index_top_container .lead_in span{
    display: block;
}
.featuresBox{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 40px;
}
.featuresBox img,.featuresSwiper .swiper-slide img{
    width: 100px;
}
.featuresSwiper .swiper-slide p{
    color: #333;
}

.breadcrumb_container{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.breadcrumb_container div{
    color: #9C9C9C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}
.breadcrumb_container .breadcrumb_active{
    color: red;
    border-bottom: 3px solid var(--Color-Red---Default, #F00);
    padding-bottom: 5px;
}
.plancard_container{
    margin: 20px auto 40px;
}
.plancardBg{
    background: var(--Color-Grey20, #F6F6F6);
}
.plancardSwiper,.featuresSwiper{
    position: relative;
    width: 100%;
}
.plancardSwiper .swiper-slide{
    padding:57px 20px 40px;
}
.show-desktop	{
	display:block;
}
.show-mobile	{
	display:none;
}
.border {
    padding: 16px 12px 8px 12px;
    z-index: 0;
    background: #FFF3D9;
    margin: 20px auto;
    text-align: left;
    position: relative;
}
.border span{
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.border b{
    color: var(--Color-Black, #F00);
}
.border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(to right, #A98149, #F0B864);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}
.borderTag{
    padding: 2px 10px;
    border-radius: 6px 6px 6px 2px;
    background: linear-gradient(180deg, #F0B864 -16.67%, #A98149 100%), #CCA13E;
    text-shadow: 0px 0px 4px rgba(133, 93, 7, 0.30);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    position: absolute;
    top: -20%;
    left: 0%;
}
.plancardBox{
    padding: 30px 20px 20px 20px;
    width:100%;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    position: relative;
    height: 100%;
}
.planTag{
    position: absolute;
    display: inline-flex;
    height: 31px;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 0px solid #FFC700;
    background: var(--Color-Red---Default, #F00);
    color: var(--Color-White, #FFF);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    top: -16px;
    left: 20px;
}
.monthlyPrice{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-wrap: wrap;
}
.monthlyPrice div{
    color: var(--Color-Black, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    width: 50%;
    display: flex;
}
.monthlyPrice div:nth-child(1n){
    justify-content: flex-start;
    align-items: baseline;
}
.monthlyPrice div:nth-child(2n){
    justify-content: flex-end;
    align-items: baseline;
}
.monthlyPrice .price{

}
.monthlyPrice .price span{
    color: var(--Color-Black, #333);
    text-align: right;
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}
.monthlyPrice .price b{
    color: var(--Color-Black, #333);
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}
.monthlyPrice .price img{
    width: 30px;
    margin-right: 10px;
}
.PlanBox{
    margin: 16px auto;
    border-radius: 12px;
    border: 1.5px solid var(--Color-Grey60, #C8C8C8);
    background: rgba(255, 0, 0, 0.00);
}
.planBoxTitle{
    border-radius: 10px 10px 0px 0px;
    background: var(--Color-Grey80-or-disable-text, #9C9C9C);
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Color-White, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
}
.planItemBox{
    display: flex;
    padding: 12px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.planItemBox div{   
    display: grid;
    align-items: center;
    width: 100%;
    grid-template-columns: auto 60px;
    text-align: left;
    gap: 10px;

}
.planItemBox p{
    color: var(--Color-Black, #333);
}
.planItemBox b{
    color: var(--Color-Black, #333);
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-weight: 500 !important;
    text-align: right;
}
.planItemBox b span{
    font-weight: 700 !important;
}
.freeBox{
    display: flex;
}
.freeBox img{
    width: 32px;
}
.freeBox div{
    width: 100%;
    text-align: left;
    padding: 0 6px;
}
.theme[lang=zh-HK] .freeBox p{
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}
.freeBox span{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.buttonBox{
    display: flex;
    padding: 20px 0 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}
.buttonBox button{
    width: 100%;
}
.planRemarkBox{
    text-align: left;
}
.planRemarkBox .remarkBtn{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.planRemarkBox .p6{
    color: var(--Color-Black, #333);
    font-family: "Titling Gothic FB Narrow";
}
.planRemarkBox .icon{
    width: 16px;
    height: 16px;
    background: #9C9C9C;
    border-radius: 30px;
    margin-left: 4px;
    position: relative;
    transition: all .3s;
    color: #fff;
}
.planRemarkBox .icon::before {
    position: absolute;
    top: 4px;
    width: 2px;
    height: 8px;
    left: 7px;
    background: #fff;
    content: "";
    transition: all .3s;
}
.planRemarkBox .icon::after {
    position: absolute;
    top: 7px;
    width: 8px;
    height: 2px;
    left: 4px;
    background: #fff;
    content: "";
    transition: all .3s;
}
.remarkBtn[aria-expanded="true"] .icon::before {
    transform: rotate(90deg);
    opacity: 0;
}
.planRemarkBox .planRemarkDes{
    color: var(--Color-Black, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    margin-top: 5px;
}
.plancard_remark{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 40px;
}
.plancard_remark p{
    margin-bottom: 8px !important;
}
body.v4 footer{
    border-top: 1px solid var(--Color-Grey60, #C8C8C8);
    background: #fff;
    position: absolute;
    /* bottom: 0; */
}
footer p{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 0;
    justify-content: space-between;
}
footer a{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C) !important;
    font-size: 14px;
}
.theme[lang=zh-HK]  footer a{
    font-family: "titling-gothic-fb-condensed";
    font-weight: 500;
    line-height: 18px; /* 128.571% */
}
.theme[lang=en-US]  footer a{
    font-family: "Noto Sans SC";
    font-weight: 700;
    line-height: 18px; /* 128.571% */
}
body.v4 .gray_footer{
    background: #F6F6F6;
    border-top: none;
    bottom: auto;
}
body.v4 .topup_thankyou .gray_footer{
    bottom: 0;
    position: fixed;
}
.faq_container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.faq_item{
    padding: 28px 0;
    border-bottom: 1px solid #C8C8C8;
}
.theme[lang=zh-HK] .faq_item a{
    color: red;
    text-decoration: underline;
}
.faq_que{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq_que .icon{
    float: left;
    width: 40px;
    height: 40px;
    background: red;
    border-radius: 30px;
    margin-left: 10px;
    position: relative;
    transition: all .3s;
}
.faq_que .icon::before {
    position: absolute;
    top: 14px;
    width: 2px;
    height: 13px;
    left: 19px;
    background: #fff;
    content: "";
    transition: all .3s;
}
.faq_que .icon::after {
    position: absolute;
    top: 19px;
    width: 13px;
    height: 2px;
    left: 13px;
    background: #fff;
    content: "";
    transition: all .3s;
}
.theme[lang=zh-HK] .faq_que h6{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
}
.faq_que[aria-expanded="true"] .icon::before {
    transform: rotate(90deg);
    opacity: 0;
}
.faq_ans{
    margin-top: 15px !important;
    width: 95%;
}
.theme[lang=zh-HK] .faq_ans span{
    padding: 9px 10px;
    border-radius: 6px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-Grey20, #F6F6F6);
    color: var(--Color-Black, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 4px;
    display: inline-block;
}
.theme[lang=zh-HK]  .faq_que[aria-expanded="true"] h6 {
    color: var(--Color-Black, #333);
}
.faq_que div:first-child{
    width: 90%;
}
.theme[lang=zh-HK] .faq_remark{
    color: var(--Color-Black, #333);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 40px auto;   
    max-width: 1200px;
}

/* topup */
body.v4 .topup footer{
    border-top: none;
    background: none;
}
.topup_container{
    max-width: 960px;
    width: 100%;
    padding: 40px;
    margin: 20px auto 40px;
    border-radius: 20px;
    background: #FFF;
}
.cfm_thankyou{
    text-align: center;
}
.topup_input_container,.toopup_submit_container{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.toopup_submit_container{
    align-items: baseline;
}
.topup_input_container{
    align-items: normal;
}
.grid_columns_full>div{
    width: 100%;
}
.captcha{
    justify-content: center;
    align-self: stretch;
    border-radius: 10px;
    border: 1.5px solid var(--color-grey-50-or-disable-bkg-placeholder, #D3D3D3);
    background: var(--Color-White, #FFF);
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    padding: 10px;
}
.captcha-btn-reload{
    cursor: pointer;   
    transition: 1.5s;
    opacity: 1; 
}
.captchaDisable{
    opacity: 0;
    pointer-events: none;
}
.captchaImg{
    background: #F6F6F6;
    border-radius: 7px;
    border: 1px solid var(--Color-Grey20, #F6F6F6);
}
.captcha input{
    padding: 0;
    border: none;
    margin: 0;
    outline: none;
}
.captcha hr{
    width: 1;
    height: 18px;
    background: #D3D3D3;
    margin: 0 5px;
}
.topupTitle{
    text-align: center;
}
.attention_box{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: var(--Color-Grey20, #F6F6F6);
}
.attention_box ul{
    margin: 0;
    padding-left: 20px;
}
.payIcon{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 10px;
}
.payIcon img{
    width: 76px;
}
.payIcon img:last-child{
    width: 97px;
}
.TopupSubmitFlex{
    display: flex;
    justify-content: center;
    width: 100%;
}
.info_box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.theme[lang=zh-HK] .info_box p{
    color: var(--black-white-grey-grey-dark, #9C9C9C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
}
.info_box b{
    color: var(--black-white-grey-black, #333);
    font-family: "Titling-Gothic-FB-Condensed";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
}
.info_box div:last-child b{
    font-family: Noto Sans SC;
    font-weight: 700;
}
.tncTitle{
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.tnc_box ol{
    padding-left: 18px;
    margin-bottom: 0;
}
.tnc_box li{
    margin-bottom: 4px !important;
}
.agree_box{
    width: 100%;
}
.topup_thankyou_container{
    max-width: 960px;
    width: 100%;
    padding: 40px;
    margin: 0px auto 40px;
    border-radius: 20px;
    background: #FFF;
    margin: 60px auto;
}
.cfm_text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cfm_text h1{
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0 !important;
}
.cfm_text div{
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.cfm_text p{
    color: var(--Color-Grey80-or-disable-text, #9C9C9C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.cfm_btn{
    width: 100%;
    text-align: center;
}
.cfm_btn button{
    max-width: 300px;
    width: 100%;
    margin:  0 auto;    
    padding: 16px 30px !important;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
.maskBox{
    width: 100%;
    max-width: 480px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 45px;
    opacity: 0;
}
.wechatBox{
    max-width: 650px;
}
.maskBox p{
    color: var(--Color-Black, #333);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.theme[lang=zh-HK] .maskBox .button.size-large{
    padding: 16px 30px;
    width: 100%;
    max-width: 300px;
    margin: 40px auto 0;
    display: block;
}
.theme[lang=en-US] .maskBox button,.theme[lang=zh-HK] .maskBox button{
    margin: 0 auto;
    display: block;
}
.tips_container{
    background: var(--Color-Grey20, #F6F6F6);
    padding: 140px 0 40px;
}
.boxContentSwiper{
    position: relative;
}
.boxContent {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px;
    border-radius: 20px;
    background: var(--Color-White, #FFF);
    text-align: center;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    width: calc(100% - 40px);
}
.boxContent h1{
    color: var(--Color-Black, #333);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 20px !important;
}
.theme[lang=zh-HK] .boxContent p{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.theme[lang=zh-HK] .tips_container .boxContent p{
    font-size: 20px;
    line-height: 30px; /* 150% */
}
.mascot{
    position: absolute;
    top: -120px;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
}	
.boxContent-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    max-width: unset;
    margin: 60px auto 0;
    box-shadow: unset;
}
.theme[lang=zh-HK] .boxContent-section div p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.boxContent-section div {
    display: grid;
    align-items: center;
    gap: 12px;
    justify-content: center;
    grid-template-columns: 140px auto
}
.boxContent-section p img {
    width: 140px;
}
.boxContentTitle {
    color: var(--Color-Black, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    display: block;
    margin-bottom: 8px;
    color: var(--Color-Black, #333);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Noto Sans SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}
.boxContentTitle font{
    display: inline-block;
    font-family: "Titling-Gothic-FB-Condensed" !important;
    font-weight: 500 !important;
}
.boxContent-section div span {
    color: var(--smt-red-red, #FD1500);
}
.boxContent-section .icon_CallGuard{
    text-align: center;
}
.boxContent-section .icon_CallGuard img{
    width: 100px;
}
.theme[lang=zh-HK] .tips_remark{
    color: var(--Color-Black, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 0;
}
.display_dk{
    display: block;
}
.display_mb{
    display: none;
}
.featuresvg{
    position: relative;
    display: inline;
    margin-left: 4px;
}
.featuresvg .featureRemark{
    opacity:0 ;
    /* transition: all 0.3s; */
    position: absolute;
    z-index: 9;
    top: 40px;
    left: 8px;
    transform: translateX(-50%);
    transition: opacity 1s ease;
}
.hoverBox:hover + .featuresvg .featureRemark,.featureHover:hover  + .featureRemark{
    opacity:1;
}
.featureRemark::before{
    content: "";
    position: absolute;
    z-index: 11;
    width: 21px;
    height: 12px;
    top: -12px;
    left: 50%;
    background: url(/gpyx/arrow.png) center center;
    background-size: cover;
    transform: translateX(-50%);
}
.featuresvg .featureRemark div{
    padding: 10px 20px 10px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 250px;
    color: var(--Color-Black, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    z-index: 10;
    position: relative;
    left: 0;
    top: 0;
}
.theme[lang=zh-HK] .faq_remark a{
    color: var(--Color-Black, red);
    text-decoration: underline;
}
.maskBox .container img.qrcode {
    display: block;
    margin: 0 auto 30px auto;
}
.maskBox .container h3 {
    font-size: 34px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 30px;
    font-family: Noto Sans SC;
    font-weight: 700;
}
.maskBox .container h3 strong {
    color: red;
    font-weight: 700;
    font-family: Noto Sans SC;
}
.maskBox .container ul.guide {
    border: 1px solid #ccc;
    border-radius: 20px;
    display: flex;
    list-style: none;
    padding: 0 10px;
    margin: 0;
}
.maskBox .container ul.guide li {
    font-family: Noto Sans SC;
    font-size: 14px;
    color: #333;
    width: 33.3333334%;
    list-style: none;
    padding: 110px 10px 20px 10px;
    margin: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 30px;
    font-weight: 700;
}
.maskBox .container .close-btn {
    width: 56px;
    height: 56px;
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
}

ul.guide li:nth-child(1) {
    background: url(https://www.smartone.com/CSS_V3/smt_nav_pack/assets/images/common/icon-wechat-step1.svg);
}
ul.guide li:nth-child(2) {
    background: url(https://www.smartone.com/CSS_V3/smt_nav_pack/assets/images/common/icon-wechat-step2.svg);
}
ul.guide li:nth-child(3) {
    background: url(https://www.smartone.com/CSS_V3/smt_nav_pack/assets/images/common/icon-wechat-step3.svg);   
}
.container .close-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform-origin: center;
    background: #f6f6f6;
    border-radius: 40px;
    transform: scale(0, 0);
    transition: all .3s;
}
.container .close-btn .cross-box::before {
    transform: rotate(45deg);
}
.container .close-btn .cross-box::before,.container .close-btn .cross-box::after {
    position: absolute;
    left: 27px;
    top: 20px;
    content: " ";
    height: 16px;
    width: 2px;
    background-color: #333;
    transition: all .3s;
}
.container .close-btn .cross-box::after {
    transform: rotate(-45deg);
}
.container .close-btn {
    cursor: pointer;
}
.header_container .wechatLogo{
    width: 48px;
    flex-shrink: 0;
    margin-right: 8px;
    cursor: pointer;
}
.header_container span{
    color: var(--Color-Black, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.header_flex{
    display: flex;
}








@media (max-width:1480px) {
    .header_container,.service_banner,.breadcrumb_container,.index_top_container,.plancard_remark,.faq_container,.theme[lang=zh-HK] .faq_remark{
        padding: 0 20px;
    }
    .topup_thankyou .header_container,.topup_thankyou .gray_footer p{
        padding: 0 60px;
    }
    footer p{
        padding: 40px 20px;
    }
    .back_section{
        padding: 40px 0px 20px;
    }
}
@media (max-width:1460px) {
    .left_container{
        margin: 0 60px;
    }
}
@media (max-width:1280px) {    
    .menu_box{
        width: 320px;
    }
    .showNumber_grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width:1023px) {  
    .showNumber_grid {
        grid-template-columns: repeat(3, 1fr);
    }  
    .display_dk{
        display: none;
    }
    .display_mb{
        display: block;
    }
    .tips_container{
        padding: 40px 0;
    }
    .boxContent{
        box-shadow: none;
        background: none;
        width: 100%;
        padding: 0;
    }
    .mascot {
        width: 123px;
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto 12px;
        transform: unset;
    }
    .boxContent h1{
        font-size: 24px;
        line-height: 36px; /* 150% */
        margin-bottom: 0 !important;
    }
    .boxContent>p{
        padding: 12px 20px 0;
    }
    .boxContent-section{
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        padding: 40px 20px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        height: calc(100% - 20px);
        margin: 20px 8px;
        justify-content: flex-start;
    }
    .boxContentTitle{
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .boxContent-section p{
        color: var(--Color-Black, #333);
        text-align: center;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    body.v4 footer {
        bottom: unset;
    }
    body.v4 .gray_footer {
        bottom: 0;
        position: fixed;
        background: #fff;
    }
    .index_container{
        margin: 27px auto 0px;
    }
}

@media (max-width:980px) {
    
}
@media (max-width:960px) {
    .left_container{
        margin: 0 auto;
    }
    .rignt_container{
        display: none;
    }
    .submitFlex{
        display: none !important;
    }
    .mainland_phone{
        width: auto;
    }
    .bottom_container{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 16px;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.10);
    }
    
    .bottom_order{
        align-items: center;
        display: flex;
        cursor: pointer;
        gap: 4px;
        margin-bottom: 4px;

    }
    .bottom_order p{
        color: var(--black-white-grey-black, #333);
        font-size: 12px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 18px; /* 150% */
        margin: 0 !important;
    }
    .bottom_order .triangle{
        width: 13px;
        height: 13px;
        display: inline-block;
    }
    .bottom_container .h7, .bottom_container .h7 span{
        font-family: "Titling-Gothic-FB-Condensed" !important;
        font-weight: 500 !important;
    }
    
    .bottom_container .button{
        width: 140px;
        height: 46px;
        font-size: 16px !important;
    }
    .back_section {
        padding: 20px 20px 0;
        background: var(--black-white-grey-white, #FFF);
    }
    .main_section {
        padding: 20px;
        border-radius: 0;
        margin: 0 auto 64px;
    }
    .menu_container .menu_box {
        max-width: unset;
        padding: 0px;
        width: 100%;
    }
    .menu_btn{
        width: 90%;
        position: absolute;
        bottom: 3%;
        padding: 16px 30px;
        height: 56px;
    }
    label{
        font-size: 14px;
    }
}
@media (max-width: 839px) {
    body.v4 {
        padding-top: 0px;
    }
}
@media (max-width: 767px) {    
    .grid_columns_2_full {
        grid-template-columns: 1fr;
    }
    .grid_columns_2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid_columns_3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .showNumber_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .order_detail{
        margin-bottom: 20px;
    }
    .grid_box {
        gap: 20px;
    }
    .showNumber_box{
        margin: 20px auto 40px; 
    }

    /* thankyou page start */
    .thankyou_container{
        margin: 0;
        padding: 20px;
        border-radius: 0;
    }
    .preparation_content{
        padding: 20px;
    }
    .theme[lang=zh-HK] .preparation_content .h7{
        margin-bottom: 8px;
    }
    
    .thankyou_img {
        width: 120px;
    }
    .thankyou_title {
        margin-bottom: 10px !important;
    }
    .thankyou_order_box{
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 10px 20px;
    }
    .thankyou_order_box p,.thankyou_order_box b{
        text-align: left;
    }   
    .thankyou_order_box p{
        margin-bottom: 5px;
    }
    .button_content{
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    .button_content button{
        width: 100%;
    }
    .header_container img {
        width: 89px;
    }
    .header_container b{
        font-size: 16px;
        line-height: 24px; /* 150% */
    }
    .header_container b.wechatBox{
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .theme[lang=en-US] .header_container b.wechatBox{
        width: 190px; 
        font-weight: 500;
    }
    .show-desktop	{
        display:none;
    }
    .show-mobile	{
        display:block;
    }
    .breadcrumb_container{
        gap:40px;
        margin: 0px;
        position: sticky;
        top: 0;
        z-index: 10;
        background: #fff;
        padding: 12px 20px;
    }
    .breadcrumb_container div{
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 21px; 
    }
    .swiper-navigation .swiper-button-next{
        /* right: -22px; */
    }
    .index_top_container .title img{
        width: 32px;
    }
    .index_top_container .lead_in{
        padding: 20px 0;
    }
    .index_top_container .lead_in span{
        display: inline;
    }
    .index_top_container{
        margin: 40px auto 0;
    }
    .featuresSwiper .swiper-button-prev{
        left: -20px;
    }
    .featuresSwiper .swiper-button-next{
        right: -20px;
    }
    .theme[lang=zh-HK] .featuresSwiper p{
        padding: 0 12px;
    }
    .index_top_container .title span{
        display: block;
    }
    .plancard_remark p:first-child{
        margin-bottom: 4px !important;
    }
    body.v4 footer{
        height: 150px;
        position: relative;
    }
    footer p{
        padding: 20px;
        flex-direction: column-reverse;
        align-items: baseline;
        gap: 20px;
    }

    .back_section span{
        font-size: 14px;
    }
    .back_section img{
        width: 12px;
    }
    .order_detail b{
        font-weight: 500;
    }
    .grid_item{
        gap: 10px;
    }
    .grid_item img{
        width: 28px;
    }
    .faq_item{
        padding: 20px 0;
    }
    .faq_item .h6{
        width:90%;
    }
    .faq_que .icon{
        width: 24px;
        height: 24px;
    }
    .faq_que .icon::before {
        top: 8px;
        width: 2px;
        height: 8px;
        left: 11px;
    }
    .faq_que .icon::after {
        top: 11px;
        width: 8px;
        height: 2px;
        left: 8px;
    }

    .topup_input_container{
        gap: 20px;
        align-items: baseline;
    }
    .topup_thankyou .topup_input_container{
        align-items: center;
    }
    .toopup_submit_container{
        gap: 32px;
    }
    .attention_box{
        padding: 20px;
    }
    .TopupSubmitFlex{
        position: fixed;
        bottom: 0;
        z-index: 5;
        height: 72px;
        display: flex;
        align-items: center;
        background-color: #fff;
        left: 0;
        width: 100%;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    }
    .TopupSubmitFlex .button{
        max-width: 90%;
    }
    .info_box {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 0;
    }
    .info_box div{
        width: 50%;
    }
    .info_box div:last-child{
        width: 100%;
    }
    .topup_container,.topup_thankyou_container{
        margin: 0 auto;
        padding: 20px;
        border-radius: 0;
    }
    .topup_container{
        margin-bottom: 40px;
    }
    .cfm_text h1{
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .cfm_text p{
        font-size: 14px !important;
    }
    .cfm_btn .button{
        max-width: 100%;
        margin-top:10px !important;
    }
    .appBg{
        background:#fff;
    }
    
    .maskBox{
        width: 90%;        
        padding: 32px 20px;
    }
    .maskBox p{
        font-size: 14px;
        line-height: 21px; /* 150% */
    }
    .theme[lang=zh-HK] .maskBox .button.size-large{
        padding: 16px 30px;
        width: 100%;
        max-width: 300px;
        margin: 32px auto 0 !important;
        display: block;
    }
    
    .plancardBox{
        height: auto;
        margin: 40px 0 20px;
    }
    .border{
        margin: 24px auto 16px;
    }
    .buttonBox{
        padding: 12px 0;
    }
    .theme[lang=zh-HK] .tips_remark{
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 150% */
        margin: 20px auto 0;
    }
    .featuresvg{
        z-index: 2;
    }
    .featuresvg .featureRemark{
        top: 30px;
        z-index: 3;
    }
    .hoverBox:hover + .featuresvg .featureRemark,.featureHover:hover + .featureRemark{
        opacity:1;
    }  
    .topupTitle{
        text-align: left;
    }  
    .captcha{
        padding: 6px;
    }
   
    .attention_box ul{
        padding-left: 20px;
    }
    .plancardSwiper .swiper-slide{
        padding:0 10px;
    }
    .featuresSwiper .swiper-slide img{
        width: 70px;
    }
    .theme[lang=zh-HK] .faq_ans span{
        padding: 8px 10px;
        font-size: 12px;
    }
    .topup_thankyou .header_container,.topup_thankyou .gray_footer p{
        padding: 0 20px;
    }
    .theme[lang=zh-HK] footer .p6-md{
        color: #333333;
    }
    .featuresvg .featureRemark div{
        padding: 10px;
        font-size: 14px;
        width: 280px;
        left: 10%;
    }
    .swiper-slide:nth-child(3) .featuresvg .featureRemark div{
        left: -38%;
    }
    .swiper-slide:nth-child(1),.swiper-slide:nth-child(3){
        z-index: 2;
    }
    .swiper-slide:nth-child(3).swiper-slide-active .featuresvg .featureRemark div{
        left: 10%;
    }
    .featuresSwiper .swiper-navigation{
        top: 37%;
    }
    .plancard_container{
        margin: 12px auto 40px;
    }
    .agree_flex{
        padding: 16px;
        gap: 16px;
        flex-direction: column-reverse;
    }
    .theme[lang=zh-HK] .agree_flex .button.size-large{
        font-size: 14px;
        padding: 7px 20px;
        align-items: center;
    }
    .boxContentTitle font{
        display: block;
    }
    .theme[lang=zh-HK] .tnc_box li{
        font-size: 14px;
    }
    .theme[lang=zh-HK] .agree_box p{
        font-size: 14px;
    }
    .maskBox .container img.qrcode {
        margin-bottom: 20px;
    }
    .maskBox .container h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .container{
        padding: 0;
    }
    .maskBox .container .close-btn {
        right: -20px;
        top: -20px;
    }
    .header_container span{        
        width: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header_flex{
        flex-direction: column;
        gap: 6px;
    }

}

@media (max-width: 380px) {
    .breadcrumb_container{
        gap:20px;
    }
    body.v4 .topup_thankyou .gray_footer {
        bottom: -100px;
    }
}