/* cover */
.cover {
  background: no-repeat center center / cover;
  height: 400px;
}

/* 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 + p span {
  font-size: 18px;
  color: #4b9af8;
}
h1::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -33px;
  background-color: #4b9af8;
}

h1.nobtline::after {
  display: none;
}

.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;
  min-width: 140px;
  padding: 0 20px;
  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 .cht a {
  color: #ea7b25;
  border: 2px solid #ea7b25;
}

.plan-tab .cht a.on {
  color: #ffffff;
  background-color: #ea7b25;
  border: 2px solid #ea7b25;
}

.plan-tab .cht a:hover {
  color: #ffffff;
  background-color: #ea7b25;
}

.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;
  transform: rotate(0deg);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.plan-frame {
  overflow: hidden;
  padding-bottom: 46.3%;
  position: relative;
}

.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: 10px 15px 0px;
  /* flex: 1; */
}

.plan-word.flex1 {
  flex: 1;
}

.plan-word h3 {
  font-size: 20px;
  color: #323232;
}

.plan-word p {
  font-size: 17px;
  color: #6d6d6d;
  margin-top: 5px;
  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: #000;
  font-weight: 500;
}

.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 span {
  color: #beedff;
}
.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: decimal;
  word-break: break-all;
  color: #6d6d6d;
  font-size: 17px;
}

ol.sub-ol {
  margin-bottom: 5px;
}

.plan-word ul {
  margin-bottom: 15px;
}

.plan-word .sub-ol li {
  font-size: 16px;
}
.ico_new {
  border: 1px solid #e93074;
  border-radius: 4px;
  font-size: 11px;
  padding: 0 4px;
  color: #e93074;
  margin-right: 5px;
}

.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 ul.red li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #e35b54;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 0;
}

.plan-word.dot-green ul li::before {
  content: "";
  background-color: #43ab57;
}

.plan-word.dot-orange ul li::before {
  content: "";
  background-color: #ea7b25;
}

.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: 10px 15px 20px;
}

.plan-btn a {
  display: block;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 34px;
  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: 15px;
}

.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;
  width: 333.333px;
  margin-right: 40px;
}


.plan-a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tabSwiper {
  padding: 0px 50px;
}

.tabSwiper .swiper-wrapper{
  /*justify-content:center;*/
}

.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.png) no-repeat center bottom / cover;
  margin: 180px 0px 160px;
  position: relative;
}

.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-box .pagesize {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.info-sec {
  text-align: center;
  width: 260px;
  margin: 40px 50px;
  z-index: 1;
}

.info-sec img {
  width: 160px;
  height: 160px;
  padding: 15px 0px;
}

.info-sec h3 {
  color: #eb7b25;
  font-size: 22px;
  font-weight: 500;
}

.info-sec p {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
}

.video-sec {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.video-sec iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
  height: auto;
}

/* 最新消息 */
.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:300px;
  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 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: #ef8b01;
  color: #fff;
}
.fm-list {
  display: flex; 
  justify-content: center; 
  align-items:stretch;
}
.fm-list li {
  background-color:#fff1e4; 
  color: #ef8b01; 
  border-radius: 4px; 
  padding: 5px; 
  margin-right: 25px; 
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  flex: 1;
}
.fm-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  border-radius: 3px;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #fff1e4;
}
.fm-list li:last-child {
  margin-right: 0;
}
.fm-list li:last-child::after {
  display: none;
}

.blue-fm {
  color: #4b9af8;
  background: #e7f2ff;
  /* border: 1px solid #4b9af8; */
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  font-size: 20px;
}

.pink-fm {
  text-align: center;
  padding: 10px;
  font-size: 20px;
  background: #e5056a;
  color: #fff;
}

.fmtit-bx{ 
  color: #ef8b01; 
  border-radius: 4px;
  padding: 5px 10px 5px 45px; 
  margin-right: 10px;
  font-weight: bold;
  background: #fff url(../images/icon-gift.png) no-repeat left 5px center / 35px auto;
}
@media screen and (max-width: 767px) {
  .fmtit-bx{ 
    margin: 0 0 10px 0 ;
  }
}
.flex-fm{
  display: flex; 
  justify-content: center; 
  align-items: center;
}


/* 開通說明 */


@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-sec {
    margin: 40px 20px;
  }
}

@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%; padding: 0 10px;
  }

  .plan-swiper .swiper-slide {
    max-width: 100%;
  }
  .tabSwiper .swiper-wrapper{
    justify-content: flex-start;
  }
  .tabSwiper .swiper-slide {
    width: 100%;
    padding: 0px 50px;
  }

  /* info */
  .info-box {
    background-color: #fff7ef;
    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;
  }

  .info-sec {
    margin: 20px 0px;
  }

  /* quesiton */
  .que-sec {
    margin: 20px 0px 50px;
  }

  .que-sec h3 {
    line-height: 28px;
  }

  /* 新增區塊 */
  .orange-fm, .blue-fm, .pink-fm {
    font-size: 18px;
  }

  .orange-fm .minTxt {
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }

  .flex-fm{
    display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
  }
  /* 開通說明 */

}

@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;
  }

  /* 開通說明 */

}