/* cover */
.cover {
  background: no-repeat center center / cover;
  height: 400px;
}

/*kv-swiper*/
.kv-swiper .swiper-slide img{width: 100%; height: auto;vertical-align: middle;}
.kv-swiper .swiper-slide{position: relative;}
.kv-swiper .swiper-slide a{position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: auto;}
.kv-swiper .swiper-pagination-bullet{ background-color: #fff;}

/*跑馬燈*/
.marqee{  background-color: #000;}
.marqee .swiper-slide{width:auto;font-size:20px; padding:5px 20px;color:white; display: flex; justify-content: center; align-items: center; text-align: left; white-space: nowrap;
}
.marqee .swiper-slide a{color: white; display: block;}
.marqee .swiper-slide a:hover{color: yellow;}
.marqee .swiper-wrapper {
  transition-timing-function: linear;
}

/* container */
.container {
  width: 100%;
}

.pagesize {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
}

/* plan */
h1 {
  font-size: 30px;
  color: #323232;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
h1 + p {
  font-size: 20px;
  color: #6d6d6d;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

h1::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
  background-color: #4b9af8;
}

h1.nobtline::after {
  display: none;
}
h1 .sub-tt{font-size: 24px;}
.plan-intro {
  padding: 40px 0px 30px;
  text-align: center;
}

.plan-intro h2 {
  margin: 20px 0px 10px;
  font-size: 20px;
  line-height: 34px;
}

.plan-intro h2 span.minTxt {
  font-size: 16px;
  color: #6d6d6d;
}

.plan-intro .note {
  color: #6d6d6d;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}

.plan-intro .note a {
  color: #4b9af8;
}

.plan-tab a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #a5a5a5;
  border: 2px solid #a5a5a5;
  border-radius: 25px;
  text-align: center;
  line-height: 36px;
  width: 170px;
  margin-right: 10px;
}

.plan-tab a.on {
  /* color: #4b9af8; */
  border: 2px solid #4b9af8;
  background: #4b9af8;
  color: #fff;
}

.plan-tab a:hover {
  background-color: #a5a5a5;
  color: #ffffff;
}

.plan-tab a.on:hover {
  background-color: #4b9af8;
  color: #ffffff;
}

.plan-tab .sale a {
  color: #e93074;
  border: 2px solid #e93074;
}

.plan-tab .sale a.on {
  color: #ffffff;
  background-color: #e93074;
  border: 2px solid #e93074;
}

.plan-tab .sale a:hover {
  color: #ffffff;
  background-color: #e93074;
}

.plan-desc {
  margin: 20px 0px;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

.plan-sec {  box-shadow: 0px 5px 10px #dcdcdc; border-radius: 14px; overflow: hidden;  z-index: 0; 
  height: 100%; padding-bottom: 110px; position: relative;}
.plan-frame {overflow: hidden;/*padding-bottom: 46.3%;*/position: relative; color: #fff; text-align: center; padding: 20px 5px; min-height: 200px; display: flex; justify-content: center; align-content:center;  flex-wrap: wrap; }
.plan-user{font-size: 14px; line-height: 20px; margin-bottom: 10px; flex:1 1 100%;}
.plan-tit{ font-size: 30px; line-height: 36px; font-weight: bold; margin-bottom: 15px;flex:1 1 100%;}
.plan-feature{font-size: 20px; font-weight: 700; line-height: 40px; background-color: #fff; display: inline-block; border-radius: 40px; padding: 0 10px; min-width: 160px;}



.plan-sec.type-year{ background-color: #fffcf6;}/*年約*/
.plan-sec.type-5g{ background-color: #f4f9ff;}/*5G*/
.plan-sec.type-light{ background-color: #f7fff8;}/*寬頻*/
.plan-sec.all-users{ background-color: #f8f7ff;}/*全用戶*/

.plan-sec.type-year .plan-frame{ background-color: #f18d02;}/*年約*/
.plan-sec.type-5g .plan-frame{ background-color: #007bc5;}/*5G*/
.plan-sec.type-light .plan-frame{ background-color: #24a434;}/*寬頻*/
.plan-sec.all-users .plan-frame{ background-color: #7b71e4;}/*全用戶/

.plan-sec.type-year .plan-feature{color: #f18d02;}　/*年約*/
.plan-sec.type-year .plan-feature{color: #f18d02;}/*年約*/
.plan-sec.type-5g .plan-feature{ color: #007bc5;}/*5G*/
.plan-sec.type-light .plan-feature{ color: #24a434;}/*寬頻*/
.plan-sec.all-users .plan-feature{ color: #7b71e4;}/*全用戶*/

.plan-sec .plan-btn a{background-color: #fff;}
.plan-sec.type-year .plan-btn a.color { color: #fff;  background-color: #f08d03;}
.plan-sec.type-year .plan-btn a.line { color: #f08d03; border: 2px solid #f08d03;}
.plan-sec.type-year .plan-btn a.color:hover { background-color: #f3a334;}
.plan-sec.type-year .plan-btn a.line:hover { color: #fff;  background-color: #f3a334; border: none;}

.plan-sec.type-5g .plan-btn a.color { color: #fff;  background-color: #007bc5;;}
.plan-sec.type-5g .plan-btn a.line { color: #007bc5;; border: 2px solid #007bc5;;}
.plan-sec.type-5g .plan-btn a.color:hover { background-color: #3194d1;}
.plan-sec.type-5g .plan-btn a.line:hover { color: #fff;  background-color: #3194d1; border: none;}

.plan-sec.type-light .plan-btn a.color { color: #fff;  background-color: #24a434;}
.plan-sec.type-light .plan-btn a.line { color: #24a434; border: 2px solid #24a434;}
.plan-sec.type-light .plan-btn a.color:hover { background-color: #4eb65b;}
.plan-sec.type-light .plan-btn a.line:hover { color: #fff;  background-color: #4eb65b; border: none;}

.plan-sec.all-users .plan-btn a.color { color: #fff;  background-color: #7b71e4;}
.plan-sec.all-users .plan-btn a.line { color: #7b71e4; border: 2px solid #7b71e4;}
.plan-sec.all-users .plan-btn a.color:hover { background-color: #564db9;}
.plan-sec.all-users .plan-btn a.line:hover { color: #fff;  background-color: #564db9; border: none;}


.plan-img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.plan-img img {
  width: 100%;
  transition: all 0.3s ease-out;
}

.swiper-slide:hover .plan-img img {
  transform: scale(1.05);
}

.plan-word {
  padding: 15px 28px 5px 28px; color: #333333;
  /* flex: 1; */
}

.plan-word.flex1 {
  flex: 1;
}

.plan-word h3 {
  font-size: 20px;
  color: #323232;
}

.plan-word p {
  font-size: 16px;
  line-height: 24px;
}
.plan-word .info_link a {
  font-size: 16px;
  color: #4b9af8;
  padding-left: 23px;
  background: url(../images/icon_info.svg) no-repeat left top 5px / auto 18px;
}

.plan-word .sub-tit {  color: #333333;  font-weight: 500; font-size: 18px;}

.plan-word .sub-tit .mark {
  border-bottom: 1px solid;
  color: inherit;
}

.plan-word .sub-tit.note {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 1.7;
}

.plan-word .sub-tit.giftTag {
  border-radius: 5px;
  background: #e5056a url(../images/icon_gift.svg) left 5px center no-repeat;
  background-size: 16px auto;
  display: inline-block;
  color: #fff;
  padding: 0 5px 0 25px;
  font-weight: 400;
  font-size: 14px;
}
.plan-word .sub-tit.giftTag.tag2 {
  background-color: #FF674D;
}

.plan-word .sub-tit span {
  font-size: 13px;
  color: #6d6d6d;
}

.plan-word .sub-tit span.color-red,
.plan-word .sub-tit span.color-pink,
.plan-word .sub-tit span.color-orange2,
.plan-word .sub-tit span.mark {
  font-size: inherit;
}

.plan-word .sub-tit span.mark {
  margin-right: 3px;
}

.plan-word .sub-tit span.point_list {
  font-size: inherit;
  margin-right: 3px;
  position: relative;
  padding-left: 15px;
  /* border-bottom: 1px solid; */
  color: inherit;
}

.plan-word .sub-tit span.point_list::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #dd3e3e;
  border-radius: 50%;
}

.plan-word .sub-tit a {
  color: #4b9af8;
  border-bottom: solid 1px;
}

.plan-word .sub-tit a:hover {
  opacity: .8;
}

.plan-word ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.plan-word ol li {
  list-style: disc;
  word-break: break-all;
  font-size: 16px;
}

ol.sub-ol {
  margin-bottom: 5px; 
}

.plan-word ul {
  margin-bottom: 15px;
}

.plan-word .sub-ol li {
  font-size: 16px;
}

.plan-word ul li {
  padding-left: 18px;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  letter-spacing: 0;
}

.plan-word ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #4b9af8;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 0;
}

.plan-word.dot-red ul li::before {
  content: "";
  background-color: #e35b54;
}

.plan-word.dot-green ul li::before {
  content: "";
  background-color: #43ab57;
}

.plan-word.dot-orange ul li::before {
  content: "";
  background-color: #ea7b25;
}

.plan-word.dot-purple ul li::before {
  content: "";
  background-color: #8377e6;
}

.plan-border {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
  margin: 10px 0px;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 32px 0 10px;
  vertical-align: middle;
  background-color: #fff;
  color: #6c6c6c;
  font-size: 17px;
  background-size: auto 10px;
  background-repeat: no-repeat;
  background-position: right 6px center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #a3a3a3;
  border-radius: 4px;
  background-image: url(../images/icon-down.png);
  margin-bottom: 15px;
}

select:focus {
  outline: none;
}

.plan-btn { padding: 0 30px; position: absolute; bottom: 20px; width: 100%;}
.plan-btn a { display: block;  border-radius: 4px;  font-size: 16px;  font-weight: 400;  text-align: center;  width: 100%;  height: 40px; line-height:36px;  box-sizing: border-box;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;
}



.plan-btn a.bcolor { color: #4b9af8;  background-color: #d7edfd; line-height: 34px;  /* margin-bottom: 15px; */
}

.plan-btn a.bline { color: #4b9af8; border: 2px solid #4b9af8;}


.plan-btn a.gline {
  color: #43ab57;
  border: 2px solid #43ab57;
}

.plan-btn a.gline:hover {
  background-color: #43ab57;
  color: #fff;
}

.plan-btn a.oline {
  color: #eb7b25;
  border: 2px solid #eb7b25;
}

.plan-btn a.oline:hover {
  color: #fff;
  background-color: #eb7b25;
}

.plan-btn a.pline {
  color: #e93074;
  border: 2px solid #e93074;
}

.plan-btn a.pline span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/clock.svg)no-repeat center center / contain;
  vertical-align: text-bottom;
  padding-right: 15px;
  position: relative;
  top: -2px;
}

.plan-btn a.oline span {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/clock.svg)no-repeat center center / contain;
  vertical-align: text-bottom;
  padding-right: 15px;
  position: relative;
  top: -2px;
  -webkit-filter: brightness(0) saturate(100%);
  filter: brightness(0) saturate(100%);
  -webkit-filter: invert(45%) sepia(70%) saturate(598%) hue-rotate(344deg) brightness(107%) contrast(90%);
  filter: invert(45%) sepia(70%) saturate(598%) hue-rotate(344deg) brightness(107%) contrast(90%);
}

.plan-btn a.pline:hover span,
.plan-btn a.oline:hover span {
  -webkit-filter: brightness(0) saturate(100%);
  filter: brightness(0) saturate(100%);
  -webkit-filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(338deg) brightness(105%) contrast(101%);
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(338deg) brightness(505%) contrast(101%);
}

.plan-btn a.pline:hover {
  background-color: #e93074;
  color: #fff;
}

.plan-btn a.bcolor:hover,
a.bline:hover {
  color: #ffffff;
  background-color: #4b9af8;
}

.plan-btn a.gcolor {
  color: #43ab57;
  background-color: #f0f9f3;
  line-height: 34px;
}

.plan-btn a.gcolor:hover {
  color: #ffffff;
  background-color: #43ab57;
}

.plan-btn a.ocolor {
  color: #eb7b25;
  background-color: #fff1e4;
  line-height: 34px;
}

.plan-btn a.ocolor:hover {
  color: #ffffff;
  background-color: #eb7b25;
}

.plan-btn a.pcolor {
  color: #e93074;
  background-color: #ffe1eb;
  line-height: 34px;
}

.plan-btn a.pcolor:hover {
  color: #ffffff;
  background-color: #e93074;
}

.plan-btn a+a {
  margin-top: 10px;
}

.plan-swiper {
  /* overflow: visible; */
  padding-bottom: 45px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 -15px;
}

.plan-swiper .swiper-wrapper {
  /* height: 100% !important; */
}

/* .plan-swiper .swiper-slide {
  height: 1px;

}

.plan-swiper .swiper-slide-active {
  height: auto;
} */

.plan-swiper .swiper-slide {
  max-width: 347px;
  height: auto;
}


.plan-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tabSwiper .swiper-slide {
  width: auto;
}

.swiper-button-prev::after {
  content: "";
  background: url(../images/icon-prev.png) no-repeat center / contain;
  position: absolute;
  top: 6px;
  left: -10px;
  width: 34px;
  height: 34px;
}

.swiper-button-next::after {
  content: "";
  background: url(../images/icon-next.png) no-repeat center / contain;
  position: absolute;
  top: 6px;
  left: 2px;
  width: 34px;
  height: 34px;
}

/* info */
.info-box {
  background: url(../images/bg-intro-rb.png) no-repeat center top / cover;
  margin:40px 0 0;
  position: relative; min-height: 540px;
}
/*
.info-box::before {
  content: "";
  background: url(../images/bg-intro-top.png) no-repeat center top / cover;
  position: absolute;
  width: 100%;
  height: 140px;
  top: -140px;
}

.info-box::after {
  content: "";
  background: url(../images/bg-intro-bottom.png) no-repeat center bottom / cover;
  position: absolute;
  width: 100%;
  height: 180px;
  bottom: -130px;
}*/

.info-sec {
  text-align: center;
  margin: 80px 50px 40px;
  display: flex; justify-content: space-around;
}
.info-sec li{ width: 220px;}

.info-sec img {
  width: 120px;
  height: 120px;
  padding: 15px 0px;
}

.info-sec h3 {
  color: #323232;
  font-size: 24px; line-height:28px; height: 50px;
  font-weight: bolder; margin-bottom: 30px; display: flex; justify-content: center; align-items: center;
}

.info-sec p {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0; text-align: left;
}

/* 最新消息 */
.newsBx {
  margin: 40px 0px 70px;
}

.newsBx>li {
  box-shadow: 0px 5px 10px #dcdcdc;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsBx .txt h2 {
  font-size: 20px;
}

.newsBx .txt h4 {
  color: #4b9af8;
}

.newsBx .txt {
  width: 100%;
  border-right: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  align-items: center;
}

.newsBx .txt .tit {
  width: 60%;
}

.newsBx .txt .detail {
  color: #666;
  font-size: 14px;
  width: 240px;
  flex: 0 0 auto;
  margin-left: 20px;
}

.newsBx .txt .detail li {
  list-style: circle;
}

.newsBx li a {
  line-height: 34px;
  background: #d7edfd;
  color: #4b9af8;
  padding: 0 20px;
  border-radius: 3px;
  margin-left: 20px;
  width: 108px;
  flex: 0 0 auto;
  transition: 0.2s all ease-in-out;
}

.newsBx li a:hover {
  background-color: #4b9af8;
  color: #fff;
}

/* quesiton */
.que-sec {
  margin: 40px 0px 70px;
}

.que-sec li {
  box-shadow: 0px 5px 10px #dcdcdc;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

.que-sec h3 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-right: 40px;
}

.que-sec p {
  font-size: 16px;
  color: #6d6d6d;
  line-height: 24px;
  margin-top: 15px;
}

.que-sec .que {
  position: relative;
  cursor: pointer;
}

.que-sec .que::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 26px;
  height: 26px;
  background: url(../images/icon-open.png) no-repeat center / contain;
  transition: 0.3s;
  transform: translateY(-50%);
}

.que-sec .open .que::after {
  content: "";
  background: url(../images/icon-close.png) no-repeat center / contain;
}

.que-sec .ans {
  display: none;
  border-top: 1px solid #e3e3e3;
  margin-top: 15px;
}
.que-sec .ans a{ color: #007bc5;}
.que-sec ol.project {
  list-style: decimal;
  padding-top: 15px;
  margin-left: 20px;
}

.que-sec ol.project li {
  list-style: decimal;
  font-size: 16px;
  color: #6d6d6d;
  line-height: 24px;
  box-shadow: none;
  border-radius: 0%;
  padding: 0px 0px 10px 5px;
  margin-bottom: 0px;
}

.que-sec ol.project li p {
  margin: 0px 0px 5px;
}

/* 新增區塊 */
.orange-fm {
  text-align: center;
  padding: 10px;
  font-size: 20px;
  background: #e5056a;
  color: #fff;
}


.blue-fm {
  color: #4b9af8;
  background: #e7f2ff;
  /* border: 1px solid #4b9af8; */
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  font-size: 20px;

}

/* 開通說明 */


@media screen and (min-width: 1640px) {
 /* .info-box::after {
    content: "";
    background: url(../images/bg-intro-bottom.png) no-repeat center bottom / cover;
    height: 200px;
    bottom: -140px;
  }*/
}

@media screen and (max-width: 1160px) {
    /*info*/
    .info-sec {
      margin: 40px 20px;justify-content: space-between;
    }
    .info-sec li{ width: 22%;}
    
    .info-sec img {
      width: 120px;
      height: 120px;
      padding: 15px 0px;
    }
}

@media screen and (max-width: 992px) {
  .newsBx .txt {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .newsBx .txt .tit,
  .newsBx .txt .detail {
    width: 100%;
    padding: 0;
  }

  .newsBx .txt .detail {
    margin-top: 5px;
  }


}

@media screen and (max-width: 768px) {
  .pagesize {
    padding: 0px 20px;
  }

  /* cover */
  .cover {
    background: no-repeat top center / 100% auto;
    height: auto;
    padding: 66.6% 0 0;
  }

  h1 {
    font-size: 24px;
  }

  .plan-intro h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .plan-intro h2 span.minTxt {
    display: block;
  }

  .plan-tab a {
    width: 100%;
  }

  .plan-swiper .swiper-slide {
    max-width: 100%;
  }

  .tabSwiper .swiper-slide {
    width: 100%;
    padding: 0px 50px;
  }

  /* info */
  .info-box {
    margin: 60px 0px;
  }
/*
  .info-box::before {
    content: "";
    background: url(../images/bg-intro-top-m.png) no-repeat center top / cover;
    height: 40px;
    top: -40px;
  }

  .info-box::after {
    content: "";
    background: url(../images/bg-intro-bottom-m.png) no-repeat center bottom / cover;
    height: 60px;
    bottom: -30px;
  }
*/

.plan-feature{border-radius: 20px; line-height: 24px; padding: 8px 10px;}

  .info-sec {
    margin: 20px 0px;
    display: block;
  }
  .info-sec li{ width: 100%; margin-bottom: 20px;}
  .info-sec img{width: 120px; height: 120px;}
  .info-sec h3{height: auto; margin-bottom: 10px; font-size: 24px; line-height: 24px;}
  .info-sec p{text-align: center;}

  /* quesiton */
  .que-sec {
    margin: 20px 0px 50px;
  }

  .que-sec h3 {
    line-height: 28px;
  }

  /* 新增區塊 */
  .orange-fm {
    font-size: 18px;
  }

  .orange-fm .minTxt {
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }

  .blue-fm {
    font-size: 18px;
  }

  /* 開通說明 */

}

@media screen and (max-width: 767px) {
  .newsBx {
    margin: 20px 0px 30px;
  }

  .newsBx>li {
    flex-direction: column;
  }

  .newsBx .txt,
  .newsBx li a {
    width: 100%;
    margin: 0;
  }

  .newsBx .txt {
    border-right: none;
    padding-right: 0;
  }

  .newsBx li a {
    text-align: center;
    margin-top: 10px;
  }

  /* 開通說明 */

}