.mainNav > ul > li:nth-child(4) > a { color:#00babc; font-weight:bold;}
@media screen and (max-width: 980px) {
	
.mainNav > ul > li:nth-child(4) > a { color:#333; }

}

.wrap {
  width: 100%;
  position: relative;
  line-height: 1.6;
  font-size: 1em;
}
.unitName {
  background: #22a928;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ header ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.wrap .contanier {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 10px 100px;
}
a.product_try:hover {
  background-color: #16c7ba;
  border: 1px solid #16c7ba;
  color: #fff;
  transition: .3s;
}
a.product_try {
  display: inline-block;
  padding: 5px 20px;
  margin: 20px 0;
  background-color: #fff;
  color: #16c7ba;
  border: 1px #16c7ba solid;
  letter-spacing: 1px;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
h1 {
  font-size: 60px;
  color: #01b0b1;
  border-bottom: 2px solid #01b0b1;
  font-weight: 600;
}
li.title.text-large {
  font-size: 2.2em !important;
  color: #01b0b1;
  line-height: 1.5;
}
.blue li.title.text-large {
  color: #2796db;
}
.list li {
  list-style: none;
  font-size: 15px;
}
.titleQQ {
  margin-bottom: 32px !important;
}
.title-LR-line {
  margin: 1em auto 3em;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 價目表 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.price-list-wrap {
  background: #f8f8f8;
  font-family: 'Noto Sans TC', "微軟正黑體";
}
.price-list-wrap .container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 20px;
}
.price-list-wrap .advantage {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #585858;
}
.price-list-wrap .advantage p {
  margin: 10px;
}
.price-list-wrap .advantage p i {
  margin-right: 5px;
}
@media screen and (max-width:800px) {
  .price-list-wrap .advantage {
    text-align: center;
  }
}
.price-list {
  text-align: center;
}
.price-list .icon img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.price-list .list h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.price-list .list h3 p {
  font-size: 80%;
  font-weight: 400;
  margin: 0;
}
.price-list .list h3 p i {
  font-size: 110%;
  position: relative;
  line-height: 1;
  vertical-align: sub;
}
.price-list .list .price {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
}
.price-list .list .price span {
  font-size: 80%;
  position: relative;
  top: -4px;
}
.price-list .list .note {
    font-size: 14px;
    background: #e6e6e6;
    padding: 2px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.price-list .list ol {
  list-style: none;
}
.price-list .list ol li {
  font-size: 18px;
  padding: 30px;
}
.price-list.product_a1pro .list {
  width: 28%;
  max-width: unset;
  height: 625px;
  margin: 0 20px 30px;
  border-radius: 10px;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, .1);
}
.price-list.product_a1pro.line2 .list {
    height: 410px;
    width: 20%;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 加值服務 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.product_a1pro p.price {
  margin-bottom: 30px;
}
ul.plus li:nth-child(odd) {
  background-color: #f6f6f6;
}
ul.plus {
  color: #01b0b1;
  font-weight: bold;
  width: 75%;
  margin: 10px auto;
}
ul.plus li {
  text-align: left;
  padding: 0 20px;
  margin: 0 -8px;
}
.price-list .list .btn-more {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 8px;
  font-size: 16px;
  box-shadow: none;
  background-color: #01b0b1;
  border-radius: 5px;
  position: absolute;
  bottom: 20px;
}
.product_a1pro p.price.t1 {
  margin-bottom: 5px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 電子發票 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.invoice ol li {
  padding: 15px 15px 0px !important;
  margin-bottom: 5px;
}
.invoice p.price.t1 {
  margin-bottom: 5px;
}
.invoice .btn-more {
  margin-top: 93px !important;
}
.plus a {
  color: #01b0b1;
}
@media screen and (max-width:1200px) {
  .price-list .list {
    width: 46%;
    max-width: none;
    margin: 0 3px 30px;
  }
}
@media screen and (max-width:800px) {
  .price-list .list {
    max-width: none;
  }
}
@media screen and (max-width:640px) {
  .price-list .list {
    margin: 0 auto 30px;
  }
  ul.plus li {
    padding: 0 30px;
  }
}
/*-------------顏色---------------*/
.t1 {
  color: #01b0b1;
}
a.t1 {
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
a.t1:hover {
  color: #2796db;
  text-decoration: underline;
}
.t2 {
  color: #f86763;
}
.t3 {
  color: #2796db;
}
.t4 {
  color: #e89300;
}
a.t4 {
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}
a.t4:hover {
  color: #c17a00;
  text-decoration: underline;
}
.t5 {
  color: #0db2ac;
}
.b2 {
  background: #f86763;
  border-color: #eb4f4b;
}
.b2:hover {
  background: #eb4f4b;
}
.b3 {
  background: #2796db !important;
  border-color: #2796db;
}
.b3:hover {
  background: #179b95;
}
.b4 {
  background: #e89300;
  border-color: #d58700;
}
.b4:hover {
  background: #d58700;
}
.b5 {
  background: #0db2ac;
  border-color: #08a39d;
}
.b5:hover {
  background: #08a39d;
}
.btn-wrap {
  max-width: 1000px;
  margin: 0 auto 7% !important;
}
.btn-buy {
  font-size: 20px;
  padding: 12px;
  width: 90%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #000;
  box-shadow: 2px 5px 15px 5px rgba(0, 0, 0, .2);
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}
.btnColor-darkorange {
  background-color: #ff8d00;
  border: 0;
}
.btnColor-darkorange:hover {
  background: #ff6600;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版本比較 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.compare {
  width: 100%;
  max-width: 1100px;
  margin: 3% auto 0;
  border: 1px solid #dbdbdb;
}
.compare th {
  font-weight: bold;
  line-height: 30px;
  font-size: 1.5em;
  border: 1px solid #dbdbdb;
  padding: 10px;
  background: #01b0b1;
  color: #fff;
}
.compare td {
  line-height: 30px;
  font-size: 1em;
  border: 1px solid #dfdfdf;
  padding: 5px;
  background: #f0f0f0;
}
.compare .mainA {
  background: #4dd27f;
  color: #fff;
}
.compare .mainB {
  background: #ff7e7e;
  color: #fff;
}
.compare .mainC {
  background: #00a3ff;
  color: #fff;
}
.compare .itemTh {
  background: #e7e7e7;
}
.compare .itemTh2 {
  background: #989898;
  color: #fff;
  font-weight: bold;
}
.compare .itemTh3 {
  background: #ccc;
  color: #333;
  font-weight: bold;
}
.compare .itemTh4 {
  background: #00a3ff;
  color: #fff;
  font-weight: bold;
}
.compare .itemTh5 {
  background: #e0f3ff;
}
.compare .checkA:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  font-size: 1.5em;
  color: #4dd27f;
}
.compare .checkB:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  font-size: 1.5em;
  color: #ff7e7e;
}
.compare .checkC:before {
  font-family: 'FontAwesome';
  content: "\f14a";
  font-size: 1.5em;
  color: #00a3ff;
}
/*.tbTitle{ position:fixed; z-index:100; top:10%; left:0; right:0; }*/
.tbFixed {
  z-index: 10;
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 會員權益 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.order-header {
  width: 100%;
}
.order-header .content {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.order-header .content > * {
  vertical-align: middle;
}
.order-header .content .text {
  padding: 10px;
  text-align: left;
  font-size: 1em;
  position: absolute;
  max-width: 350px;
  margin-left: 5%;
  margin-top: 3%;
}
.order-header .content .text h2 {
  font-size: 3em;
  font-weight: bold;
  line-height: 1.2;
}
.order-header .content .pic {
    padding: 0 10px;
    float: right;
    position: relative;
    margin: 0 auto;
}
.order-header .content .pic img {
  margin: 0 auto;
  max-width: 100%;
}
.part01 {
  background: #fff;
  margin-top: 2%;
}
.part01 .content .text {
  color: #555;
}
.part01 .content .text h2 {
  font-size: 36px;
  color: #555;
}
.part01 .content .text p {
  font-size: 18px;
  padding-top: 15px;
  line-height: 1.8;
}
.part03 {
  background: #01b0b1;
  margin-top: 3%;
}
.part03 .content .text {
  padding-top: 3%;
  color: #fff;
  max-width: 400px;
}
.part03 .content .text h2 {
  font-size: 3em;
  color: #fff;
}
.part03 .content .text p {
  font-size: 2em;
}
.order .table-text th {
  background: #e9fffc;
}
.table-text-trBorder tr td {
  background-color: #e9fffc;
}
.order {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.order .title-LR-line {
  color: #01b0b1;
  margin: 1.4em auto;
}
.order .title-LR-line hr {
  border-top: 1px solid #01b0b1;
}
.order .icon {
  display: inline;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.table-width {
  width: 90%;
  max-width: 800px;
  margin: 30px auto
}
.btns {
  max-width: 760px;
  width: 100%;
}
.btns a {
  width: 30%;
}
.btn-comingsoon, .btn-comingsoon:hover {
  background: #b6b6b6;
  color: #fff;
  cursor: default;
}
.support-wrap * {
  display: inline-block;
}
.support-wrap .text {
  vertical-align: top;
  margin: 10px 0 0;
}
.support-wrap .text p {
  line-height: 2;
}
.learning {
  padding-left: 6% !important;
}
span.title {
  font-size: 36px;
  color: #01b0b1;
  font-weight: 600;
}
.assist .text {
  text-align: right;
  margin-left: 5%;
}
.support-wrap .learning .text:after {
  content: '';
  border-right: 2px solid #01b0b1;
  height: 200px;
  display: inline-block;
  transform: rotateZ(15deg);
  position: absolute;
  left: 98%;
  top: -2%;
}
.learning .img {
  margin-left: -10%;
}
.demo-block {
  background-color: #01b0b1;
  padding: 50px 0;
  margin-bottom: 60px;
}
.demo-block .word {
  margin-left: 2%;
  padding-left: 2% !important;
}
.demo-title {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 7px;
}
.demo-list {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 5px;
}
.demo-list i {
  margin-right: 5px;
}
a.demo-btn {
    background-color: #02898a;
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    padding: 6px 61px;
    display: inline-block;
    border-radius: 100px;
    margin-top: 25px;
    letter-spacing: 4px;
    transition: .3s;
    white-space: nowrap;
}
a.demo-btn:hover {
    text-decoration: none;
    background-color: #02696a;
    color: #ffffff;
    transition: .3s;
}
.price-list .event.nodes .btn-more {
  margin-top: 134px !important;
}
.list.event.nodes ol {
  margin-top: 38px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 其他設定 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.priceBtn {
  margin: 20px auto;
  padding: 10px;
  font-size: 1.375em;
  width: 50%;
  font-weight: bold;
}
.h3 {
  font-size: 2.250em;
  font-weight: bold;
  color: #555;
  text-align: center;
  margin: 2% 0px;
}
.highlightA {
  color: #4dd27f;
}
.highlightB {
  color: #ff7e7e;
}
.highlight2 {
  color: #ff4940;
}
.h2Price {
  padding: 40px 0;
}
.note {
  font-size: 60%;
  font-weight: normal;
  line-height: 20px;
}
.note2 {
  font-size: 12px;
  font-weight: normal;
}
.win {
  position: absolute;
  z-index: 5;
  top: 5px;
  right: 5px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 10月活動限定 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.price-list .list ol li {
  font-size: 18px;
  padding: 15px 9px 26px;
}
.price-list .list {
    height: 430px;
    width: 19%;
    position: relative;
    border-radius: 10px;
    margin: 0 20px 30px;
    box-shadow: 0 0 12px 3px rgba(0, 0, 0, .1);
    text-align: center;
    max-width: 300px;
    background: #fff;
    padding: 32px 8px;
}
.list.event {
  border: 3px solid #ff9900;
  padding: 0 5px 29px;
  letter-spacing: 0;
}
.event .t1 {
  color: #ff9900 !important;
  margin-top: -5px;
}
.price-list .event .btn-more {
  background-color: #ff9900 !important;
  margin-top: 59px !important;
}
.event .titleQQ {
  margin-top: 23px !important;
  margin-bottom: 9px !important;
  font-size: 28px !important;
}
.event img {
  width: 50px;
  margin-top: 20px;
}
.event li {
  padding: 10px 0px !important;
  margin-top: 5px;
  margin-bottom: 18px;
}
/*
.event p.price.t1 {
    padding-top: 27px;
}
*/
.price-list-wrap .container {
  max-width: 1300px !important;
}
.price-list-wrap .advantage {
  margin-top: 20px;
}
.event li span {
  font-weight: bold;
}
.ec .btn-more {
  margin-top: 128px !important;
}
.account .btn-more {
  margin-top: 159px !important;
}
.price-list .list.ec ol li {
  padding: 15px 15px 0;
}
.list.event.phone {
  display: none !important;
}
.event .note {
  background-color: #fe6e5c !important;
  color: #fff;
  font-weight: bold;
  font-size: 14px !important;
}
@media screen and (max-width: 992px) {
  .phone-vertical > * {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
  .list li {
    font-size: 14px;
  }
  .price-list .list .note {
    font-size: 12px;
  }
  .price-list .list ol li {
    font-size: 13px;
  }
}
/*-------------筆電---------------*/
@media screen and (max-width: 1366px) {}
/*-------------pad---------------*/
@media screen and (max-width: 1024px) {
  .learning, .assist {
    display: inline-block;
    text-align: center;
    margin: 3% 0;
  }
  .support-wrap .learning .text:after {
    height: unset;
  }
}
@media screen and (max-width: 968px) {
 .order-header .content .text {
    text-align: center;
    font-size: 90%;
    padding-top: 10px;
    position: relative;
    margin: 0 auto;
}
    .price-list.product_a1pro .list {
    max-width: unset !important;
    width: 93% !important;
/*    margin: 0 auto;*/
}
.price-list .list {
    width: 93% !important;
    max-width: unset !important;
/*    margin: 0 20px 30px;*/
}    

}
@media screen and (max-width: 786px) {
  .order-header .content .text {
    margin: 0 auto;
    text-align: center;
  }
  .win {
    top: -10px;
    right: 0px;
    width: 30%;
  }
  .demo-block .word {
    text-align: center;
    margin-left: 0;
  }
  img.device {
    height: auto !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
}
/*------手機版--------*/
@media screen and (max-width: 640px) {
  .order-name {
    font-size: 1em;
  }
  .order .title-LR-line .title {
    font-size: 16px;
  }
  .support-wrap .learning .text:after {
    display: none;
  }
  .img img {
    width: 100%;
    max-width: 200px;
  }
  .support-wrap .text {
    margin: -10px 0;
  }
  .support-wrap .text p {
    line-height: 1.5;
    text-align: left;
  }
  .price-list .list {
    height: 100% !important;
    max-width: 90% !important;
    margin: 0 auto 25px !important;
  }
  .price-list .list .btn-more {
    margin-top: 60px !important;
    position: relative;
  }
  .list.event.phone {
    display: inline-block !important;
  }
  .list.event.web, .product_try.web {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .win {
    width: 50%;
    top: -20px;
  }
}
.plusone p.price.t1 {
  font-size: 24px;
}
.plusone li {
  margin-bottom: 15px;
}
.event.plusone .btn-more {
  position: relative !important;
}
/*促單加值立即訂購*/
.list.event.nodes .plus li {
  text-align: center;
  padding: 10px !important;
  margin: 0 auto;
}
.list.event.nodes .note {
  margin-bottom: 25px;
}
.list.event.web.nodes .price {
  margin-bottom: 5px;
}
.list.event.phone .plus li {
  padding: 5px 20px !important;
  margin: 0 5px;
}
.list.event.phone .price {
  margin-bottom: 0px;
}
li.des {
  background-color: #fe6e5c !important;
  color: #fff;
  font-weight: bold;
  font-size: 14px !important;
  padding: 2px 20px !important;
  border-radius: 15px;
  display: inline-block;
}
/*調整上方間距*/
@media screen and (max-width: 1450px) {
  .order-header .content .pic img {
    max-width: 440px;
    width: 100%;
  }
  .title-LR-line {
    margin: 1em auto 1.5em;
  }
  .price-list-wrap .container {
    padding: 10px 10px 120px !important;
  }
}
@media screen and (max-width: 786px) {
  .price-list-wrap .container {
    padding: 10px 10px 50px !important;
  }
}
@media screen and (max-width: 576px) {
  .order-header .content .pic img {
    max-width: 340px;
  }
  h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 400px) {
  .order-header .content .pic img {
    max-width: 250px;
  }
  h1 {
    font-size: 40px;
  }
  .part01 .content .text p {
    font-size: 16px;
  }
}