@charset "UTF-8";
.main_con {
  width: 90%;
  margin: auto;
  padding: 50px 0;
}

span.red {
  color: #C1272D;
}

.page_title {
  color: #07689F;
  padding-bottom: 10px;
  position: relative;
  margin: 0 -10px 25px;
}

.page_title:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #A3D5E8;
  bottom: 0;
}

.page_title h1 {
  font-size: 24px;
  margin: 0;
}

.sub_title {
  color: #A57704;
  font-size: 22px;
  position: relative;
  margin-bottom: 15px;
}

.sub_title:before {
  content: '';
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #FAB700;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 2px;
}

.sub_title .fade {
  opacity: .48;
  padding-left: 6px;
}

.service_board {
  margin: 15px auto;
}

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

.service_board.center .txt {
  max-width: 600px;
  text-align: left;
}

.service_board.mobile {
  margin-left: 40px;
}

.service_board > div {
  display: inline-block;
  vertical-align: middle;
}

.service_board .icon img {
  height: 80px;
}

.service_board .txt {
  background-color: #FFE9B3;
  color: #603813;
  padding: 12px 22px;
  border-radius: 5px;
  line-height: 2;
  position: relative;
}

.service_board .txt:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent #FFE9B3 transparent transparent;
}

.service_board .txt a {
  text-decoration: underline;
}

.main_con.webpage {
  width: 100%;
  padding: 0;
  /*消除神秘（多餘）的空白*/
  margin-bottom: -3px;
}

.main_con.webpage iframe {
  width: 100%;
}

.flight-wrap {
  height: 850px;
}

.od_title {
  font-size: 24px;
  margin-bottom: 20px;
}

.od_wrap + .od_title {
  margin-top: 40px;
}

.od_wrap {
  padding-left: 45px;
}

.od_wrap > p {
  margin-bottom: 15px;
}

.od_wrap .mrl {
  margin-left: -20px;
  line-height: 1.7;
}

.od_wrap.third {
  padding-left: 65px;
}

.od_wrap.third li {
  list-style: decimal;
  line-height: 2;
}

.od_step {
  margin-bottom: 20px;
}

.od_step > li {
  margin-bottom: 15px;
}

.od_step .step {
  color: #A57704;
  font-size: 22px;
  margin-bottom: 5px;
}

.od_step .step + p {
  padding-left: 40px;
  line-height: 2;
}

.od_step .circle,
.od_step .square {
  background-color: #FAB700;
  display: inline-block;
  margin-right: 10px;
}

.od_step .circle {
  width: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  vertical-align: middle;
}

.od_step .square {
  width: 12px;
  height: 12px;
  vertical-align: 2px;
}

.od_step li.num_style {
  list-style: decimal;
  line-height: 1.9;
}

.od_step li.num_style ~ p {
  line-height: 1.9;
}

.od_step .btn_link {
  display: inline-block;
  background-color: #428FBD;
  color: #fff;
  padding: 10px 8px;
  border-radius: 5px;
  margin-top: 5px;
  transition: .5s;
}

.od_step .btn_link:hover {
  background-color: #54a6d6;
}

.od_step .btn_link.padd {
  padding: 6px 8px;
}

.od_step li.cir_style {
  list-style: disc;
  line-height: 1.7;
}

.od_step li.cir_style.type2 {
  margin-left: 15px;
}

.od_step img.payment {
  vertical-align: -8px;
  height: 32px;
  margin-left: 5px;
}

.advantage {
  text-align: center;
  background-color: #FFE9B3;
  border-radius: 5px;
  margin: 15px 0 40px;
  padding: 10px 0;
}

.advantage p {
  line-height: 2;
  color: #603813;
}

.intro {
  margin: 15px 0 40px;
  font-size: 0;
}

.intro > div {
  display: inline-block;
  vertical-align: middle;
}

.intro .pic {
  width: calc( 40% - 25px);
  margin-left: 25px;
  padding-bottom: 22%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 2px;
}

.intro .pic.pic01 {
  background-image: url(../images/intro01.jpg);
}

.intro .pic.pic02 {
  background-image: url(../images/intro02.jpg);
}

.intro .pic img {
  width: 100%;
}

.intro .txt {
  width: 60%;
  font-size: 16px;
  padding: 0 25px;
}

li.year {
  list-style: disc;
  line-height: 2;
  margin-left: 45px;
}

ul.mr {
  margin-bottom: 40px;
}

.basic {
  background-color: rgba(202, 224, 229, 0.4);
  border-radius: 5px;
  padding: 20px;
  font-size: 0;
}

.basic .half_row,
.basic .row {
  margin: 10px 0;
}

.basic .half_row {
  display: inline-block;
  width: 50%;
}

.basic .question,
.basic .answer {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.basic .question {
  width: 100px;
  line-height: 36px;
}

.basic .answer {
  width: calc( 100% - 100px);
  padding-right: 30px;
}

.basic .answer input.style,
.basic .answer textarea {
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #CAE0E5;
  border-radius: 2px;
  padding: 5px;
}

.basic .answer input.style {
  height: 36px;
}

.basic .answer textarea {
  height: 100px;
}

.basic .answer input.code {
  width: 160px;
}

.basic .radioSty li {
  line-height: 36px;
  display: inline-block;
  margin-right: 8px;
}

.basic .codePic {
  display: inline-block;
  margin-left: 10px;
}

.submit {
  text-align: center;
  margin: 20px 0;
}

.submit .btn_submit {
  display: inline-block;
  background-color: #428FBD;
  color: #fff;
  padding: 15px 36px;
  border-radius: 5px;
  font-size: 18px;
  transition: .5s;
}

.submit .btn_submit:hover {
  background-color: #54a6d6;
}

.main_con .searchBar,
.main_con .rank {
  display: inline-block;
  position: absolute;
}

.main_con .searchBar {
  right: 0;
  top: -2px;
  border: 1px solid #428FBD;
  width: 200px;
  height: 32px;
  border-radius: 50px;
  padding: 5px 30px 5px 8px;
}

.main_con .searchBar .btn_search {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../images/icon-search.png") no-repeat center center;
  background-size: contain;
}

.main_con .searchBar input {
  -webkit-appearance: none;
  border: none;
}

.main_con .searchBar input:focus {
  outline: none;
}

.main_con .rank {
  right: 0;
  top: 44px;
  font-size: 14px;
}

.main_con .rank select {
  background-color: #FFF;
  border: 1px solid #808080;
}

.main_con .newsGroup {
  width: 94%;
  margin: 45px auto 30px;
}

.main_con .newsGroup article {
  position: relative;
  padding-bottom: 5px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  opacity: .7;
  transition: all 1s;
}

.main_con .newsGroup article:after {
  content: '...(繼續閱讀)';
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, white 15%, white 100%);
  padding-left: 28px;
  color: #bfa564;
  font-size: 14px;
}

.main_con .newsGroup .news {
  position: relative;
  padding: 10px 0px 10px 40px;
  transition: .5s;
  cursor: pointer;
}

.main_con .newsGroup .news > div {
  position: relative;
}

.main_con .newsGroup .news > div:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: rgba(255, 199, 44, 0.2);
  left: -22px;
  top: 0;
  transition: .5s;
}

.main_con .newsGroup .news:hover {
  box-shadow: 1px 3px 6px -2px #e6d6aa;
}

.main_con .newsGroup .news:hover > div:before {
  background-color: #ffc72c;
}

.main_con .newsGroup .news:hover article {
  opacity: 1;
}

.main_con .newsGroup .news.showall > div:before {
  background-color: #ffc72c;
}

.main_con .newsGroup .news.showall article {
  height: auto;
  opacity: 1;
  overflow: auto;
}

.main_con .newsGroup .news.showall article:after {
  display: none;
}

.main_con .newsGroup .news_head {
  position: relative;
  color: #A57704;
  margin: 10px 0;
}

.main_con .newsGroup .news_head time {
  position: absolute;
  left: 0;
  top: 3px;
  opacity: .7;
}

.main_con .newsGroup .news_head h3 {
  display: inline-block;
  margin: 0;
  text-indent: 110px;
  line-height: 1.3;
}

.main_con .pageBar {
  text-align: center;
  margin: 40px 0;
}

.main_con .pageBar a {
  display: inline-block;
  padding: 4px 9px;
  color: #999;
  background: transparent;
  transition: 1s;
}

.main_con .pageBar a:hover {
  background: rgba(66, 143, 189, 0.65);
  color: #fff;
}

.main_con .pageBar a.btn {
  padding: 4px 11px;
}

.main_con .pageBar a.active {
  background: #428fbd;
  color: #fff;
}

.main_con .pageBar .prev,
.main_con .pageBar .next {
  border: 1px solid #E6E6E6;
  color: #428FBD;
  transition: .5s;
}

.main_con .descript {
  line-height: 1.5;
  margin-bottom: 15px;
}

.basic.paid .question {
  width: 125px;
}

.basic.paid .answer {
  width: calc( 100% - 125px);
}

@media (max-width: 780px) {
  .od_title {
    font-size: 20px;
  }
  .od_step .step {
    font-size: 18px;
  }
  .od_step .circle {
    width: 24px;
    line-height: 24px;
    font-size: 14px;
  }
  .od_wrap {
    padding-left: 21px;
  }
  .od_wrap.mobile,
  .od_wrap.third {
    padding-left: 40px;
  }
  .intro > div {
    display: block;
  }
  .intro .pic {
    width: 80%;
    margin: 15px auto;
    padding-bottom: 40%;
  }
  .intro .txt {
    width: 100%;
    padding: 0;
  }
  .service_board.center {
    margin: 15px auto 30px;
  }
  .service_board.center .icon {
    display: block;
    margin-bottom: 10px;
  }
  .service_board.center .txt:before {
    top: -8px;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    border-color: transparent transparent #FFE9B3 transparent;
    border-width: 0 5px 8px 5px;
  }
  .service_board.mobile {
    margin-left: 0;
  }
  .service_board.mobile .icon {
    text-align: center;
  }
  .service_board.mobile .txt {
    width: calc( 100% - 90px);
  }
  .basic .half_row {
    display: block;
    width: 100%;
  }
  .basic .answer {
    padding: 0;
  }
  .main_con .newsGroup {
    width: 100%;
    margin-left: -10px;
  }
  .main_con .newsGroup .news_head {
    margin: 5px 0;
  }
  .main_con .newsGroup .news_head time {
    font-size: 14px;
    top: 4px;
  }
  .main_con .newsGroup .news_head h3 {
    text-indent: 88px;
  }
  .main_con .newsGroup article {
    font-size: 14px;
  }
  .main_con .newsGroup article:after {
    font-size: 12px;
  }
  .main_con .searchBar {
    width: 175px;
    height: 28px;
  }
  .main_con .searchBar .btn_search {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .main_con {
    padding: 30px 0;
    font-size: 14px;
  }
  .page_title {
    margin: 0 0 25px;
  }
  .intro .pic {
    margin: 20px auto;
  }
  .intro .txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .intro .txt br {
    display: none;
  }
  li.year {
    margin-left: 20px;
  }
  .basic .question,
  .basic .answer {
    font-size: 14px;
  }
  .basic .question {
    width: 88px;
  }
  .basic .answer {
    width: calc( 100% - 88px);
  }
  .basic .answer input.code {
    width: 100%;
  }
  .basic .codePic {
    display: block;
    margin: 10px 0 10px 0;
  }
  .basic.paid .question {
    width: 110px;
  }
  .basic.paid .answer {
    width: calc( 100% - 110px);
  }
}
