@charset "UTF-8";
@import url("fonts.css");

@font-face {
  font-family: "nowe";
  src: url("../fonts/nowe.eot");
  src: url("../fonts/nowe.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nowe.woff") format("woff"),
    url("../fonts/nowe.ttf") format("truetype"),
    url("../fonts/nowe.svg#nowe") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  padding: 0;
  margin: 0;
}

*, ::after, ::before {
  box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 15px;
  color: #4D5154;
}
sup.sm{font-size: 14px;position: relative;top: -3px;}

button,a{cursor: pointer;}

.bold {
  font-weight: 700;
}

.font_medium {
  font-weight: 500;
}

.mt-15 {
  margin-top: 15px;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_20{margin-bottom: 20px;}
.mb_40{margin-bottom: 40px;}
.mb_50{margin-bottom: 50px;}

.light-bg{background-color: #f5f5ff;}

.line-through{
  text-decoration: line-through;
}

.promotion_banner img,.banner_autoswitch img{
  width: 100%;
  outline: none;
}

.promotion_banner img.desktop,.banner_autoswitch img.desktop{
  display: block;
}
.promotion_banner.mobile,.promotion_banner img.mobile,
.banner_autoswitch.mobile,.banner_autoswitch img.mobile{
  display: none;
}

.promotion_banner .slick-slide,.banner_autoswitch .slick-slide{margin: 0 0 0 0;padding:0}

.slick-prev, .slick-next{
  width: 20px;
  height: 35px;;
}
.slick-prev:before{
  content: '';
  background-image: url("../img/icon/arrow_left.svg");
  width: 20px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-next:before{
  content: '';
  background-image: url("../img/icon/arrow_right.svg");
  width: 20px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-prev{left: 15px;}
.slick-next{right: 15px;}

.page_head_img, .page_head_img img, .page_head_img_mobile img {
  width: 100%;
  height: auto;
}

.page_head_img img.desktop {
  display: block;
}

.page_head_img img.mobile, .page_head_img_mobile {
  display: none;
}

.page_content .container {
  padding: 0 22px;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.page_content {
  position: relative;
  color: rgb(77, 81, 84);
}

.text-center {
  text-align: center;
}

.primary-color {
  color: #33058d;
}

.secondary-color {
  color: #e620a0;
}

.page_content .container.section_title {
  margin: 50px auto;
  ;
  text-align: center;
}

.iPhone_headline {
  margin: 50px 0;
}

.section{padding: 40px 22px;}

.section_1 {
  text-align: center;
  padding: 40px 0 30px 0;
}

.section_1 h2 {
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section_1 h2 .price-wrap {}

.section_1 h3 {
  margin-bottom: 20px;
}

.section_1 h4 {
  margin-bottom: 20px;
}

.section_1 .tc_onlyHK, .comboprice_at {
  margin-top: 15px;
}
.comboprice_at.nomargin{margin-top: 0;}

.section_1 .split-icons {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.section_1 .split-icons div {
  margin: 0 50px;
}

.section_1 .split-icons p {
  margin: 0;
}

.section_1 .split-icons img {
  max-height: 120px;
  width: auto;
  max-width: 100%;
}

.point_form{
  max-width: 100%;
  margin: 0 auto;
  align-items: flex-start;display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.section_1 ol.dots{
  max-width: 480px;
  margin: 30px auto;
}
.section_1 ol.dots.xs{max-width: 250px;}
.section_1 ol.dots.sm{max-width: 400px;}

.dots_row_wrap{
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin: 30px auto 0 auto;
}

.dots_row{
  margin-bottom: 30px;
}

.dots_row:last-child{margin-bottom: 0;}

.dots_row span{
  position: relative;
  display: inline-block;
  margin: 0 30px;
  padding-left: 8px;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 700;
}

.dots_row span::before{
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translate(0,-50%);
  height: 6px;
  width: 6px;
  background-color: #4D5154;
  border-radius: 50%;
  display: inline-block;
  content: '';
}

ol.dots{
  margin:20px 0;
  padding: 0 0 0 15px;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  font-size: 18px;
}
ol.dots li{
  list-style: disc;
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
}

ol.dots li:last-child{margin-bottom: 0;}



.point_form ul{
  margin:20px 20px;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  font-size: 18px;
}
.point_form ul li{
  text-align: left;
  margin-bottom: 15px;
}
.point_form ul li:last-child{margin-bottom: 0;}

.icon_display{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  padding: 0 22px;
  margin:0 auto;
}

.icon_display .item{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: 20px 0;
}
.icon_display .item img{
  align-self: center;
  height: 50px;
  width: auto;
  margin-bottom: 10px;
}
.icon_display h4{
  margin: 0 0 5px 0 !important;
}
.icon_display p{margin:0;font-size: 16px;}


.nowrap {
  white-space: nowrap;
}

.iPad_wrapper .card_promotion {
  padding-top: 0;
}

.limited-sections {
  background-color: #f5f5ff;
  text-align: center;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
  margin-top: 30px;
}

.limited-sections .title {
  position: relative;
  margin-bottom: 10px !important;
  color: #fff;
  display: inline-block;
  background-color: #e620a0;
  padding: 10px 20px;
  top: -25px;
}
.limited-sections .item-tnc{margin-top: 30px;}
.limited-sections .item-tnc p{margin:0 0 15px 0;}
.limited-sections .item-tnc p:last-child{margin-bottom: 0;}

.limited-sections p.notes{font-size: 14px;}

.items-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  margin: 30px 0 0 0;
  justify-content: center;
}

.limited-sections .item {
  width: 33.33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.limited-sections .item .img-wrap {
  display: flex;
  align-items: center;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.limited-sections .item img.beIN {
  height: 32px;
}

.limited-sections .item img.TheClub {
  height: 28px;
}

.limited-sections .item img.csl {
  height: 40px;
}

.limited-sections .item img.csl_mirror {
  height: 55px;
}

.limited-sections .item .desc {
  font-size: 18px;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
}

.limited-sections .item .desc span {
  font-size: 14px;
  position: relative;
  top: -2px;
}

.price-wrap {
  font-size: 38px;
  color: #e620a0;
}

.price-wrap.tc {
  font-size: 42px;
}

.price-wrap.medium {
  font-weight: 500;
}

.price_only {
  font-size: 18px !important;
  margin: 0 -4px;
}

.original-price {
  font-size: 14px !important;
  text-decoration: line-through;
  font-weight: normal;
  color: rgb(77, 81, 84) !important;
}

/* image column */
.column_image_section .image-container {
  max-width: 800px;
  text-align: center;
  margin: 20px auto;
}

.column_image_section .image-container img {
  width: 100%;
}

.comparsion {
  margin-top: 0;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.comparsion .item {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}

.comparsion .name {
  font-weight: 500;
  font-size: 18px;
}

.comparsion .suggested {
  font-size: 14px;
}

.comparsion .only {
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
}

span.save {
    font-size: 14px;
    display: inline-block;
    color: #e620a0;
}

.comparsion .price {
  display: block !important;
  font-size: 28px;
  font-weight: 500;
  color: #e620a0;
  display: inline-block;
  margin-bottom: 20px;
}


/* section 2 */
.img_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.img_section.reverse {
  flex-direction: row-reverse;
}

.show_img {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.show_img.ae{
  padding:0 22px;
}

.show_img img {
  max-width: 100%;
}



.img_section p {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  margin: 0 0 15px 0;
}

p.suggested_price {
  margin-top: 5px;
  font-size: 14px;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
}

.img_section .content {
  display: flex;
  align-items: center;
  width: 50%;
  padding:40px 50px;
}

.img_section.iPhone_section .content{
  padding-left: 100px;
}

.img_section .desc {
  display: flex;
  flex-direction: column;
}

.img_section .desc .title {
  margin-bottom: 15px;
  line-height: 1.2;
}

.img_section .desc ul {
  padding: 0 15px;
  margin:0 0 10px 0;
}
.img_section .desc ul li{
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.img_section .desc ul li{
  list-style: decimal;
}

.img_section .desc ul.general{
  color: #4D5154;
  padding: 0 0 0 20px;
}

.img_section .desc ul.general li{
  list-style: disc;
  margin-bottom: 15px;
}

.desc .spec-name {
  font-size: 18px;
  white-space: nowrap;
}

.type-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.tc_onlyHK, .section_subline {
  font-size: 16px;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  color: rgb(77, 81, 84);
}

.comboprice_at {
  font-size: 14px;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  color: rgb(77, 81, 84);
}

.type-title span.sys {
  position: relative;
  top: -10px;
  font-size: 16px;
}

.type-title span.sys.sm {
  position: relative;
  top: -8px;
  font-size: 14px;
}

.device_tab {
  margin: 10px 0 30px 0;
}

.device_tab button {
  cursor: pointer;
  background-color: #f5f5ff;
  border: 0;
  border-bottom: 2px solid #fff;
  margin: 0;
  outline: none;
  font-size: 18px;
  color: #4D5154;
  padding: 8px 15px;
  border-radius: 3px;
  margin-right: 10px;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
}

.device_tab button.active {
  color: #fff;
  background-color: #33058d;
}

.content_hidden {
  display: none;
}

.img_section .content .price {
  color: #e620a0;
}
.img_section .content .discount-title {
  font-size: 14px;
  font-weight: normal;
  color: rgb(77, 81, 84);
}
.img_section .content .original-price {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: normal;
  color: rgb(77, 81, 84);
}

.img_section .content .price .only, .combo_pack .price-wrap .only {
  font-size: 18px !important;
  margin: 0 -4px;
  font-weight: 400;
}
.img_section .content .price .only.sm{font-size: 14px !important;}
.img_section .content .price .only.grey{color: rgb(77, 81, 84);}

/* link btn */
.link-btn {
  width: auto;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin: 10px 0;
}

.link-btn.text-center{
  display: block;
  text-align: center;
}

.link-btn.central {
  display: block;
  width: 100%;
  margin-top: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.link-btn img.logo {
  width: auto;
  max-height: 80px;
  align-self: flex-start;
  margin-bottom: 15px;
}

.link-btn img.channel_logos {
  width: auto;
  max-width: 100%;
  max-height: 55px;
  align-self: flex-start;
  margin-bottom: 15px;
}

.page_btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 5, 141);
  border-radius: 100px;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  transition: color .2s, background-color .2s, border-color .2s;
  height: 40px;
  border:0;
  padding: 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

.page_btn:hover {
  background-color: rgb(82, 43, 158);
}

.page_btn.disabled{
  background: #4D5154;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  white-space: nowrap;
}

.outofstock_btn{
  align-self: flex-start;
  display: inline-flex;
  width: auto;
  background: #4D5154;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  height: 40px;
  border-radius: 30px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}


.btn-withlink{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.withapp a{margin: 10px 0}

.btn-withlink a:first-child,
.btn-withlink button:first-child{margin-right: 20px;}

.appstore_wrap{
  display: flex;
  align-items: center;
}
.app-sote-btn{
  width: auto;
  height: 40px;
  margin-right: 0;
}

.t_n_c {
  width: 100%;
  padding: 20px 50px;
  background-color: #f5f5ff;
}

.t_n_c p {
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  font-size: 14px;
  color: #818181;
  margin-bottom: 20px;
  line-height: 1.4;
}

.t_n_c a{
  color: #e620a0;
  text-decoration: none;
}

.t_n_c a:hover{
  font-weight: 500;
}

.pink_link {
  color: #e620a0;
  text-decoration: none;
}

.pink_link:hover {
  color: #c3003a;
}

.text-link{
  color: #33058d;
  text-decoration: none;
}
.text-link:hover{
  font-weight: 500;
}

.text-linkU{
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #33058d;
  text-decoration: underline;
}
.text-linkU:hover{
  font-weight: 500;
}


/* basic info */
.basic-info_title {
  margin-top: 50px;
  padding: 0 50px;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}

.basic-info {
  font-size: 16px;
  padding: 0 50px 0 50px;
  border-top: 1px solid #d8d8d8;
}

.basic-info .title {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

.details-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.details-wrap .column {
  width: 50%;
  padding-top: 20px;
  padding-right: 70px;
}

.details-wrap .column:last-child {
  border-left: 1px solid #d8d8d8;
  padding-left: 70px;
}

.basic-info p {
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  margin: 0 0 15px 0;
  font-size: 16px;
}

/* ads */
.ads_image {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 50px;
}

.ads_image img {
  border-radius: 6px;
  width: 100%;
  max-width: 786px;
}

/* pinkbox */
.pink-box {
  margin: 40px 0;
  text-align: center;
}

.pink-box span {
  color: #e620a0;
  font-weight: 500;
  display: inline-block;
  border-bottom: 3px solid #e620a0;
  background-color: #;
  padding: 5px 0;
  font-size: 24px;
}

.section.combo_pack {
  margin-top: 40px;
  text-align: center;
  justify-content: center;
}


/* landing page */
.landing_wrapper{
  padding: 40px 0;
}


.banner_split_wrap{
  display: flex;
  flex-wrap: wrap;
  margin:30px -15px;
}

.banner_split_wrap .item{
  width: 50%;
  padding:15px;
}
.banner_split_wrap .item img{
  max-width: 100%;
}
.banner_split_wrap .item img.mobile{display: none;}


.banner_split_wrap_varItem{
  display: flex;
  flex-wrap: wrap;
  margin:30px -15px;
}

.banner_split_wrap_varItem .item{
  width: 20%;
  padding:15px;
}
.banner_split_wrap_varItem .item a{
  text-decoration: none;
  display: block;
}

.banner_split_wrap_varItem .item .img{
  width: 100%;
  border:1px solid #eeeeee;
  border-radius: 8px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 8px;
  background:linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.14) 100%);
}

.banner_split_wrap_varItem .item img{
  max-width: 90%;
  max-height: 90px;
}

.banner_split_wrap_varItem .item h4{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  margin:0;
}

.banner_split_wrap_varItem .item h5{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  color: #33058D;
}

.banner_split_wrap_varItem .item a:hover h4{
  color: #E620A0;
}

.banner_split_wrap_varItem sup {vertical-align: top;}

.full-block-image img{
  width: 100%;
  max-width: 100%;
}

img.showimg.desktop{display: block;}
img.showimg.mobile{display:none ;}


.banner_split_wrap.smartTV .item{
  width: 33.33%;
  padding: 15px;
}

.banner_split_wrap.smartTV  .item a{
  text-decoration: none;
  display: block;
}


.banner_split_wrap.smartTV  .item .img{
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 8px;
  background: #fff;
}

.banner_split_wrap.smartTV .item img{
  width: 100%;
  height: auto;
  border:1px solid #eeeeee;
  border-radius: 8px;
}

.banner_split_wrap.smartTV  .item h4{
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  margin:0;
  display: inline-block;
}

.banner_split_wrap.smartTV  .item a:hover h4{
  color: #E620A0;
}

.banner_split_wrap.smartTV  .item a h4:after{
  content: '';
  font-family: "nowe" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\64";
  position: absolute;
  right: -18px;
  top: 5px;
  font-size: 16px;
}

.steps-guide{
  padding: 0 50px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}
.steps-guide p{text-align: center;color: rgb(77, 81, 84);}

/* all in one */
.banner_split_wrap.allinone{
  max-width: 900px;
  margin: 0 auto;
  justify-content: center;
}
.banner_split_wrap.allinone .item{
  width: 33.33%;
  padding: 15px;
  max-width: 270px;
}

.banner_split_wrap.allinone  .item a{
  text-decoration: none;
  display: block;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
}


.banner_split_wrap.allinone .item .img{
  width: 100%;
  border:1px solid #eeeeee;
  border-radius: 8px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 8px;
  background:linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.14) 100%);
}

.banner_split_wrap.allinone .item img {
    max-width: 90%;
    max-height: 90px;
  }

.banner_split_wrap.allinone  .item h4{
  position: relative;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  margin:0;
  display: inline-block;
}

.banner_split_wrap.allinone  .item a:hover h4{
  color: #E620A0;
}

.banner_split_wrap.allinone  .item a h4:after{
  content: '';
  font-family: "nowe" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\64";
  position: relative;
  right:0;
  top: 2px;
  font-size: 16px;
}

.banner_split_wrap.allinone .item h5{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  color: #33058D;
}

/* end of all in one */

.border-dash{
  padding: 15px;
  border: 2px dashed #ddd;
}

.image-display{
  display: flex;
  max-width: 100%;
  flex-direction: row;
  margin-bottom: 25px;
}
.image-display .item {
  text-align:left;
  width: 50%;
}
.image-display .item:last-child{
  padding-left: 15px;
}
.image-display .item img{
  max-width: 160px;
  width: 100%;
  margin-bottom: 10px;
}

.image-display .item h4{
  font-size: 16px;
}

/* font style */
h2 {
  font-size: 38px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.text-16{font-size: 16px !important;}

h2 span.superscript {
  position: relative;
  font-size: 20px;
  top: -16px;
  left: -5px;
}

.section.heading h2{margin-bottom: 0;}

.section.nowe_voucher_title{margin-bottom: 0;padding: 0 22px 22px 22px;}

.redeemcode {margin-top: 60px;}



.img-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.img-title h3{
  position: relative;
  font-weight: 700;
  margin: 0;
  margin-left: 50px;
}

.img-title img{
  width: auto;
  height: 70px;
  margin: 0 10px 0 0;
  position: relative;
}

.wrap-img {
  position: relative;
}

.wrap-img.second{
  margin-left: 50px;
}

.wrap-img:after{
  position: absolute;
  content:'+';
  font-size: 40px;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  top: 50%;
  font-weight: 700;
  transform: translate(0, -50%);
  right: -30px;
  color: #33058d;
  line-height: 1;
}



p.suggested_price.calculation{
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  font-size: 14px;
  color: rgb(77, 81, 84);
  margin-bottom: 5px;
}

.pickup_location{
  padding: 50px 30px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.pickup_location p{
  font-size: 18px;
  color: rgb(77, 81, 84);
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  line-height: 1.5;
}


/* steps style */

.grid_column{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.grid_column img{
  width: 100%;
  max-width: 300px;
}

.grid_column .item{
  position: relative;
  padding:0 10px;
  text-align: center;
  margin-bottom: 30px;
  width: 33.33%;
}

.grid_column .item:after{
  position: absolute;
  content: '';
  background-image: url("../img/icon/primary_arrow_right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 35px;
  top: 100px;
  right: -10px;
}

.grid_column .item:nth-child(3):after,.grid_column .item:last-child:after{
  background-image:none;
}

.grid_column .item p{
  width: 100%;
  font-size: 18px;
  color: #4D5154;
}

/* section box  */
.boxdetail_wrapper{
  width: 100%;
  text-align: center;
}
.boxdetail_wrapper img{
  max-width: 100%;
  height: auto;
}

img.box_functions{
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}

.box_includes{margin-bottom: 40px;}
.box_includes h2{
  margin-bottom: 40px;
}
.box_includes .item_wrap{
  display: flex;
  flex-direction: row;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_includes .item{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25%;
  padding: 0 15px;
}
.box_includes .item img{
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

/* xiaomi sections */
.xiaomi_section_1{
  background-color: #27282a;
  padding: 60px 0;
}
.xiaomi_section_1 h4{
  font-size: 14px;
  color: #fff;
}
.xiaomi-section-sample{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.xiaomi-section-sample img{
  width: 100%;
  height: auto;
}

/* product table */
.product_table{
  padding: 0 22px;
  color: #4D5154;
}
.product_table h3{
  margin-bottom: 30px;
}
.product_table .row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 22px;
}
.product_table .row label{
  display: inline-flex;
  width: 25%;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 500;
}
.product_table .row .detail{
  border-bottom: 1px solid #ddd;
  padding-bottom: 22px;
  width: 75%;
}
.product_table .detail p{
  margin: 0 0 15px 0;
  font-family: 'Montserrat','Noto Sans TC', sans-serif;
  font-size: 16px;
}
.product_table .detail p:last-child{margin-bottom: 0;}

.product_table .detail ul{
  margin:0;
  padding: 0 0 0 15px;
}
.product_table .detail ul li{
  margin-bottom: 15px;
}
.product_table .detail ul li:last-child{
  margin: 0;
}

@media screen and (max-width: 1400px) {
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 18px;
  }

  .price-wrap {
    font-size: 32px;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 14px;
  }
  .icon_display p{font-size: 14px;}

  .price-wrap {
    font-size: 28px;
  }

  .price-wrap.tc {
    font-size: 32px;
  }

  .img_section .content, .t_n_c {
    padding: 20px 30px;
  }


  .basic-info {
    font-size: 16px;
    padding: 0 30px 0 30px;
  }

  .basic-info_title, .ads_image {
    padding: 0 30px
  }

  .desc .spec-name {
    font-size: 14px;
  }

  .device_tab button {
    font-size: 16px;
    padding: 8px 12px;
    margin-right: 8px;
  }

  .pink-box {
    margin: 30px 0;
  }

  .pink-box span {
    font-size: 20px;
  }

  .img_section.iPhone_section .content{padding-left: 30px;}

  .dots_row span{
    padding-left: 6px;
    font-size: 14px;
  }

  .dots_row span::before{
    left: -6px;
    height: 5px;
    width: 5px;
  }

}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }
  .text-16{font-size: 14px !important;}

  .hidden_960{display: none;}
  .section_1 h2 {
    margin-bottom: 25px;
  }

  .section_1 h3 {
    margin-bottom: 15px;
  }

  .section_1 h4 {
    margin-bottom: 15px;
  }

  .point_form ul{font-size: 14px;}

  .img_section .desc ol.dots li,.img_section p {
    font-size: 14px;
  }
  ol.dots li{font-size: 14px;}
  .section_1 ol.dots.sm{max-width: 300px;}
  .ae-card-offers p{font-size: 14px;}

  .price-wrap {
    font-size: 24px;
  }

  .price-wrap.tc {
    font-size: 28px;
  }

  .tc_onlyHK, .section_subline, .comboprice_at {
    font-size: 14px;
  }

  .img_section .content .price .only, .price_only, .combo_pack .price-wrap .only {
    font-size: 14px !important;
    margin: 0;
  }

  .limited-sections .title {
    top: -20px
  }

  /* basic info */
  .basic-info .title, .basic-info p {
    font-size: 14px;
  }

  .comparsion {
    flex-direction: column;
  }

  .comparsion .item {
    position: relative;
  }

  .comparsion .item .page_btn {
    position: absolute;
    right: 0;
    bottom: 15px;
  }

  .comparsion .price {
    margin-bottom: 0;
  }

  .section_1 .split-icons {
    margin-bottom: 0;
  }

  .section_1 .split-icons div {
    margin: 0 30px;
  }

  .section_1 .split-icons img {
    max-height: 100px;
  }

  h2 span.superscript {
    font-size: 18px;
    top: -10px;
    left: -2px;
  }

  .device_tab {
    margin: 5px 0 20px 0;
  }

  .pink-box span {
    font-size: 18px;
  }

  .type-title span.sys.sm {
    position: relative;
    top: -6px;
    font-size: 12px;
  }

  .border-dash{padding: 10px;}

  .pickup_location{
    padding: 20px 22px;
  }
  .pickup_location p{
    font-size: 14px;
  }

  .img-title img{
    height: 60px;
  }

  .banner_split_wrap_varItem{margin-left: -10px;margin-right: -10px;}
  .banner_split_wrap_varItem .item{width: 33.33%;
  padding: 10px;}

  .banner_split_wrap_varItem .item h4,
  .banner_split_wrap.smartTV  .item h4{
    font-size: 16px;
  }
  .banner_split_wrap.allinone{flex-direction: column;align-items: center;}
  .banner_split_wrap_varItem .item h5{
    font-size: 12px;
  }

  /* steps */
  .grid_column .item p,.steps-guide p{font-size: 14px;}

}


@media screen and (max-width: 720px) {
  .promotion_banner.desktop,.promotion_banner img.desktop,
  .banner_autoswitch.desktop,.banner_autoswitch img.desktop{
    display: none;
  }

  .promotion_banner.mobile,.promotion_banner img.mobile,
  .banner_autoswitch.mobile,.banner_autoswitch img.mobile{
    display: block;
  }

  .dots_row_wrap{max-width: 250px;
  margin: 0 auto;}
  .dots_row_wrap .dots_row{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .dots_row span{
    align-items: flex-start;
    margin-top: 20px;
  }

  .img_section {
    flex-direction: column;
    margin: 0 0 30px 0;
  }

  .show_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .img_section .content, .t_n_c {
    width: 100%;
    padding: 22px 22px;
  }

  .link-btn {
    margin: 10px 0;
  }

  .page_head_img img.desktop {
    display: none;
  }

  .page_head_img img.mobile {
    display: block;
  }

  .page_head_img {
    display: none;
  }

  .page_head_img img.mobile, .page_head_img_mobile {
    display: block;
  }

  .page_head_img.details {
    display: block;
  }

  .page_content .container.section_title {
    margin: 30px auto;
    ;
    text-align: center;
  }

  .point_form{
    margin-top: 20px;
    flex-direction: column;
  }
  .point_form ul{margin: 0 0 0 0;padding-left: 22px;}
  .point_form ul li:last-child{margin-bottom: 15px;}

  .icon_display .item{
    width: 33%;
  }
  .icon_display .item{margin: 15px 0;}
  .icon_display .item img{height: 40px;}
  /* img section */
  .img_section.lg {
    flex-direction: column;
  }

  .img_section.lg .show_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .img_section.lg .content {
    width: 100%;
  }

  /* iphone */
  .iPhone_section.img_section .content {
    padding-bottom: 0;
    padding-left: 30px;
  }

  .img_section.iPhone_section {
    margin-bottom: 0;
  }

  .img_section.iPhone_section p {
    text-align: center;
  }

  .comparsion {
    flex-direction: row;
  }

  .comparsion .item {
    position: relative;
  }

  .comparsion .item .page_btn {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .comparsion .price {
    margin-bottom: 20px;
  }

  /* limited offer */
  .limited-sections {
    padding-bottom: 30px;
    margin-bottom: 30px;
    ;
  }

  .limited-sections .item .desc,.limited-sections p {
    font-size: 14px;
  }
  .limited-sections .item-tnc{margin-top: 20px;}

  .limited-sections .item img {
    height: 75px;
  }

  .limited-sections .item {
    width: 100%;
    margin-bottom: 20px
  }

  .limited-sections .item:last-child {
    margin-bottom: 0;
  }

  .limited-sections .item {
    margin-bottom: 40px;
  }

  .limited-sections .items-wrap {
    margin-top: 10px;
  }

  .limited-sections .item .img-wrap {
    height: 35px;
    margin-bottom: 10px;
  }

  .limited-sections .item img.beIN {
    height: 27px;
  }

  .limited-sections .item img.TheClub {
    height: 20px;
  }

  .limited-sections .item img.csl {
    height: 35px;
  }
  .limited-sections .item img.csl_mirror {height: 45px;}

  .link-btn.central {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  /* basic information */
  .basic-info {
    margin-top: 0;
  }

  .details-wrap .column {
    width: 100%;
    padding-top: 15px;
    padding-right: 0;
  }

  .details-wrap .column:last-child {
    padding: 0;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-btn img.logo {
    max-height: 60px;
  }

  /* ads section */
  .basic-info_title {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .basic-info_title, .ads_image, .basic-info {
    padding: 0 22px
  }

  /* iphone */
  .iPhone_headline {
    margin: 40px 0;
  }

  .section_1 .split-icons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .section.combo_pack {
    margin: 0 0 50px 0;
  }

  /* landing page */
  .banner_split_wrap .item{width: 100%;}
  .banner_split_wrap .item img.desktop{display: none;}
  .banner_split_wrap .item img.mobile{display: block;}

  img.showimg.desktop{display: none;}
  img.showimg.mobile{display: block;}

  .banner_split_wrap_varItem .item,
  .banner_split_wrap.smartTV .item{width: 50%;}

  .img_section .desc ul li{font-size: 14px;}

  .img_section .desc{width: 100%;}
  .img-title{margin-bottom: 10px;}
  .img-title h3{text-align: left;}
  .wrap-img:after{font-size: 30px;}
  .img-title img{margin: 0}

  .pickup_location{
    padding: 0 22px 20px 22px;
  }
  sup.sm{font-size: 12px;position: relative;top: -3px;}

  /* all in one */
  .banner_split_wrap.allinone .item{width: 100%;}

  /* steps */
  .grid_column{
    flex-direction: column;
  }
  .grid_column .item{width: 100%;padding:0 0 30px 0; }
  .grid_column img{
    max-width: 240px;
    position: relative;
    left: -10px;
  }


  .grid_column .item:after{
    width: 15px;
    height: 27px;
    top: auto;
    right:auto;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0) rotate(90deg)
  }

  .grid_column .item:nth-child(3):after{
    content: '';
    background-image: url("../img/icon/primary_arrow_right.svg");
  }

  .grid_column .item:last-child:after{
    content: '';
    background-image: none;
  }

  /* product table */
  .product_table .row{flex-direction: column;}
  .product_table .row label{
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
  }
  .product_table .row .detail{width: 100%;}
  .product_table .detail p{
    font-size: 14px;
  }

}

@media screen and (max-width: 575px) {
  .img_section.lg h2, .img_section.lg h4 {
    text-align: center;
  }

  .comparsion {
    flex-direction: column;
  }

  .comparsion .item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .comparsion .item:last-child {
    margin-bottom: 0;
  }

  .comparsion .page_btn {
    align-items: center;
    align-self: center;
  }

  .iPad_wrapper h2{
    font-size:22px;
  }

  .icon_display .item{width: 100%;}

  .highlight-box{font-size: 11px;}

  .box_includes h2{margin-bottom: 20px;}
  .box_includes .item{width: 50%;padding: 15px;}
}

@media screen and (max-width: 500px) {
  .iPad_wrapper h2.ss_name{
    font-size:18px;
  }
}

@media screen and (max-width: 410px) {
  .iPad_wrapper h2.ss_name{
    font-size:16px;
  }
}


@media screen and (max-width: 360px) {
  .iPad_wrapper h2.ss_name{
    font-size:14px;
  }
}


/*20210528*/
.dpy-inline-block {
  display: inline-block;
}

/*20210615*/
.btn_2lv {
color: rgb(51, 5, 141);
    border: 2px solid rgb(51, 5, 141);
    background-color: #fff;
  }

  .btn_2lv:hover {
color: rgb(255, 255, 255);
  }


  .arrow_link {
  position: relative;
  font-family: 'Barlow','Noto Sans TC', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #33058d;
}

.arrow_link:hover {
  font-weight: 500;
}
.arrow_link:after {
  content: '';
  font-family: "nowe" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\64";
  position: absolute;
  right: -18px;
  top: 3px;
  font-size: 16px;
}


/*20210707*/
.litbg {background-color:#F5F5FF;}



/*20210708*/

.page_content_promotion .page_container {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 22px;
}

.page_content_promotion {
  margin: 80px 0;
}

.page_content_promotion.sm {
  margin: 40px 0;
}


@media screen and (max-width: 720px) {
  .page_content_promotion {
    margin: 50px 0;
  }
  .page_content_promotion.sm {
    margin: 30px 0;
  }
}
  /*20210723*/
 p.footnote{
    font-size:15px;
    color:#999;
  }

@media screen and (max-width: 960px){
  p.footnote{
    font-size:13px;
  }
}

.highlight_colour { color: #e620a0 !important; }

/*20210825*/
p {
    font-family: 'Barlow','Noto Sans TC', sans-serif;
}
