@charset "UTF-8";
.gTopWrapper.yaauc {
  border-color: #FF7800 !important;
}

.help-wrapper {
  margin-bottom: 3rem;
}
.help-wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FF7800;
  height: 155px;
}
.help-wrapper-header .header-title {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.help-wrapper-header .header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 465px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  padding-left: 1rem;
  font-size: 16px;
  font-weight: 400;
}
.help-wrapper-header .header-search > i {
  color: #AAAAAA;
  width: 1rem;
  margin-right: 1rem;
}
.help-wrapper-header .header-search > input {
  width: calc(100% - 1rem - 1rem - 1rem - 66px);
  height: 40px;
  border: 0;
  padding: 0.2rem;
  color: #000000;
}
.help-wrapper-header .header-search > input:focus {
  outline: none;
}
.help-wrapper-header .header-search > input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.help-wrapper-header .header-search > input::-moz-placeholder {
  color: #AAAAAA;
}
.help-wrapper-header .header-search > input:-ms-input-placeholder {
  color: #AAAAAA;
}
.help-wrapper-header .header-search > input::-ms-input-placeholder {
  color: #AAAAAA;
}
.help-wrapper-header .header-search > input::placeholder {
  color: #AAAAAA;
}
.help-wrapper-header .header-search > input::-ms-input-placeholder {
  color: #AAAAAA;
}
.help-wrapper-header .header-search-button {
  width: 66px;
  height: 36px;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  margin: 0 2px 0 1rem;
  color: #ffffff;
  background-color: #FF7800;
  cursor: pointer;
  border: 0;
}
.help-wrapper-header .header-search-button:hover {
  opacity: 0.6;
}
.help-wrapper-content {
  max-width: 1350px;
  min-width: 1140px;
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help-wrapper-content .content-left {
  width: 408px;
  margin-right: 7rem;
}
.help-wrapper-content .content-left-item {
  margin-bottom: 2.3rem;
}
.help-wrapper-content .content-left-item .item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}
.help-wrapper-content .content-left-item .item-header-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}
.help-wrapper-content .content-left-item .item-header-title:hover {
  color: #FF7800;
}
.help-wrapper-content .content-left-item .item-header i {
  font-size: 17px;
  color: #000000;
  cursor: pointer;
}
.help-wrapper-content .content-left-item .item-header i::after {
  font-family: "Font Awesome 5 pro";
  content: "\f078";
  font-style: normal;
}
.help-wrapper-content .content-left-item .item-header.is-open i::after {
  font-family: "Font Awesome 5 pro";
  content: "\f077";
  font-style: normal;
}
.help-wrapper-content .content-left-item ul.item-content {
  display: none;
  margin-left: 1rem;
}
.help-wrapper-content .content-left-item ul.item-content li {
  margin-bottom: 0.8rem;
}
.help-wrapper-content .content-left-item ul.item-content li:last-child {
  margin-bottom: 0;
}
.help-wrapper-content .content-left-item ul.item-content li > a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
.help-wrapper-content .content-left-item ul.item-content li > a:hover {
  color: #FF7800;
}
.help-wrapper-content .content-left-item ul.item-content li.is-select a {
  color: #FF7800;
}
.help-wrapper-content .content-right {
  width: calc(100% - 408px - 7rem);
}
.help-wrapper-content .content-right-total {
  margin-bottom: 2rem;
}
.help-wrapper-content .content-right-list {
  margin-bottom: 3rem;
}
.help-wrapper-content .content-right-list li {
  padding: 1rem 0;
  border-bottom: 1px dashed #cccccc;
}
.help-wrapper-content .content-right-list li a {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.help-wrapper-content .content-right-list li a:hover {
  color: #FF7800;
}
.help-wrapper-content .content-right-pagination {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.help-wrapper-content .content-right-pagination a {
  color: #888888;
  text-decoration: none;
  margin-right: 0.3rem;
}
.help-wrapper-content .content-right-pagination a:hover {
  color: #FF7800;
}
.help-wrapper-content .content-right-pagination .pagination-now {
  font-size: 16px;
  color: #FF7800;
  margin-right: 0.3rem;
}
.help-wrapper-content .content-right-page {
  clear: both;
  overflow: hidden;
  padding: 1.2rem 0;
  margin: 6rem auto 0;
  font-size: 12px;
}
.help-wrapper-content .content-right-page .page-left {
  float: left;
}
.help-wrapper-content .content-right-page .page-right {
  float: right;
}
.help-wrapper-content .content-right-page .page-button {
  color: #AAAAAA;
  background-color: #ffffff;
  padding: 0.9rem;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 380px;
  display: block;
  line-height: 1rem;
}
.help-wrapper-content .content-right-page .page-button:hover {
  color: #ffffff;
  background-color: #FF7800;
  border-color: #FF7800;
}
.help-wrapper-content .content-right-question {
  display: block;
  margin-top: 2rem;
  padding-top: 4rem;
  border-top: 1px solid #AAAAAA;
  font-size: 14px;
  font-weight: 400;
}
.help-wrapper-content .content-right-question .question-title {
  color: #000000;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.help-wrapper-content .content-right-question .question-subtitle {
  color: #AAAAAA;
  margin-bottom: 1rem;
}
.help-wrapper-content .content-right-question .question-subtitle a {
  text-decoration: underline;
  color: #AAAAAA;
}
.help-wrapper-content .content-right-question .question-subtitle a:hover {
  color: #FF7800;
}
.help-wrapper-content .content-right-question .question-textarea {
  width: 100%;
  min-height: 6.5rem;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  color: #000000;
  border: 1px solid #AAAAAA;
}
.help-wrapper-content .content-right-question .question-textarea::-webkit-input-placeholder {
  color: #AAAAAA;
}
.help-wrapper-content .content-right-question .question-textarea:focus {
  outline: none;
}
.help-wrapper-content .content-right-question .question-textarea.is-disabled {
  pointer-events: none;
}
.help-wrapper-content .content-right-question .question-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.help-wrapper-content .content-right-question .question-footer-left {
  color: #AAAAAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.help-wrapper-content .content-right-question .question-footer-left input {
  margin-right: 0.5rem;
  border: 1px solid #AAAAAA;
}
.help-wrapper-content .content-right-question .question-footer-right button {
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  background-color: #000000;
  color: #ffffff;
}
.help-wrapper-content .content-right-question .question-footer-right button:hover {
  background-color: #FF7800;
}
.help-wrapper-content .content-right-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.help-wrapper-content .content-right-breadcrumbs li {
  font-size: 18px;
  font-weight: 600;
  color: #888888;
}
.help-wrapper-content .content-right-breadcrumbs li a {
  color: #888888;
}
.help-wrapper-content .content-right-breadcrumbs li a:hover {
  color: #FF7800;
}
.help-wrapper-content .content-right-breadcrumbs li::after {
  position: relative;
  content: " 》";
}
.help-wrapper-content .content-right-breadcrumbs li:last-child::after {
  content: "";
}
.help-wrapper-content .content-right-breadcrumbs li.is-now {
  color: #000000;
}
.help-wrapper-content .content-right-breadcrumbs li.is-now a {
  color: #000000;
}
.help-wrapper-content .content-right-main iframe {
  width: 100%;
}
.help-wrapper-content .content-right-main img {
  max-width: 100%;
}

::-moz-selection {
  background: rgba(255, 194, 28, 0.4);
  color: #000000;
  font-weight: bold;
}

::selection {
  background: rgba(255, 194, 28, 0.4);
  color: #000000;
  font-weight: bold;
}

.my a {
  font-size: 15px;
  color: #F00;
  text-decoration: none;
}
.my a:hover {
  color: #0C9;
}

.letao-help-highlight {
  background: #fff8a9;
}
.letao-help-main {
  /*----------------tiro目錄指引----------------*/
  /*------------ 主內容 ---------------*/
}
.letao-help-main-tiro-page00 ul {
  width: 760px;
  padding-top: 10px;
  color: #666666;
}
.letao-help-main-tiro-page00 ul li {
  list-style-type: none;
  float: left;
  padding: 5px;
  width: 170px;
  margin-right: 10px;
  height: 300px;
  font-size: 13px;
  line-height: 150%;
  text-shadow: 1px 1px 1px #ffffff;
}
.letao-help-main-tiro-page00 .arrow ul li {
  width: 19px;
  height: 23px;
  background-image: url(//letaoimg.s3.ap-northeast-1.amazonaws.com/twimg/intro/images/help/00_ar_001.gif);
  background-repeat: no-repeat;
}
.letao-help-main-title {
  font-size: 1.1rem;
  font-weight: #000000;
  font-weight: bold;
  margin-bottom: 2rem;
}
.letao-help-main-text, .letao-help-main-text2, .letao-help-main-text3 {
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 1rem;
  line-height: 1.6;
  padding-left: 20px;
}
.letao-help-main-text-b, .letao-help-main-text2-b, .letao-help-main-text3-b {
  font-weight: bold;
  font-size: 1.1rem;
  color: #5b5b5b;
  margin-right: 10px;
  line-height: 150%;
}
.letao-help-main-text-h, .letao-help-main-text2-h, .letao-help-main-text3-h {
  width: 735px;
  margin-top: 15px;
  height: auto;
  margin-bottom: 10px;
  font-size: 15px;
  color: #006BBD;
  line-height: 140%;
}
.letao-help-main-text-h a, .letao-help-main-text2-h a, .letao-help-main-text3-h a {
  font-size: 1rem;
  color: #006BBD;
  text-decoration: none;
  text-align: center;
  outline: none;
}
.letao-help-main-text-h a:hover, .letao-help-main-text2-h a:hover, .letao-help-main-text3-h a:hover {
  color: #FF7800;
  text-decoration: none;
}
.letao-help-main-text-pic, .letao-help-main-text2-pic, .letao-help-main-text3-pic {
  height: auto;
  background: #ffffff;
}
.letao-help-main-text-img-q, .letao-help-main-text2-img-q, .letao-help-main-text3-img-q {
  width: 30px;
  height: 30px;
  background-image: url(//letaoimg.s3.ap-northeast-1.amazonaws.com/twimg/intro/images/help/help_icon_q.gif);
  background-repeat: no-repeat;
}
.letao-help-main-text-img-a, .letao-help-main-text2-img-a, .letao-help-main-text3-img-a {
  width: 30px;
  height: 30px;
  background-image: url(//letaoimg.s3.ap-northeast-1.amazonaws.com/twimg/intro/images/help/help_icon_a.gif);
  background-repeat: no-repeat;
}
.letao-help-main-text-top-title, .letao-help-main-text2-top-title, .letao-help-main-text3-top-title {
  font-size: 15px;
  color: #5b5b5b;
  line-height: 2;
  background-color: #ffffff;
  padding: 10px;
  padding-left: 0;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #ffffff;
  margin-top: 10px;
}
.letao-help-main-text-top-title2, .letao-help-main-text2-top-title2, .letao-help-main-text3-top-title2 {
  font-size: 15px;
  color: #5b5b5b;
  line-height: 170%;
  background-color: #ffffff;
  padding: 20px;
  padding-left: 0;
  margin-top: 10px;
}
.letao-help-main-text-top-title2 table tr td, .letao-help-main-text2-top-title2 table tr td, .letao-help-main-text3-top-title2 table tr td {
  padding: 5px;
}
.letao-help-main-text-top-title2-box, .letao-help-main-text2-top-title2-box, .letao-help-main-text3-top-title2-box {
  width: 207px;
  height: 175px;
  position: absolute;
  margin-left: 450px;
  margin-top: 30px;
}
.letao-help-main-text-top-title3, .letao-help-main-text2-top-title3, .letao-help-main-text3-top-title3 {
  font-size: 13px;
  color: #5b5b5b;
  line-height: 2;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.letao-help-main-text-top-title4, .letao-help-main-text2-top-title4, .letao-help-main-text3-top-title4 {
  font-size: 13px;
  color: #5b5b5b;
  line-height: 2;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 5px;
}
.letao-help-main-text-mark, .letao-help-main-text2-mark, .letao-help-main-text3-mark {
  color: #000000;
  background-color: #fff8a9;
}
.letao-help-main-text-mark-inside-left, .letao-help-main-text2-mark-inside-left, .letao-help-main-text3-mark-inside-left {
  color: #5b5b5b;
  font-size: 13px;
  line-height: 170%;
  float: left;
  width: 480px;
}
.letao-help-main-text-mark2, .letao-help-main-text2-mark2, .letao-help-main-text3-mark2 {
  color: #000000;
  font-weight: bold;
}
.letao-help-main-text-mark2-1, .letao-help-main-text2-mark2-1, .letao-help-main-text3-mark2-1 {
  color: #000000;
  font-weight: bold;
  float: right;
  width: 200px;
  text-align: right;
}
.letao-help-main-text-mark2-2, .letao-help-main-text2-mark2-2, .letao-help-main-text3-mark2-2 {
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
.letao-help-main-text-mark3, .letao-help-main-text2-mark3, .letao-help-main-text3-mark3 {
  color: #FF7800;
}
.letao-help-main-text-mark4, .letao-help-main-text2-mark4, .letao-help-main-text3-mark4 {
  text-decoration: line-through;
  color: #000000;
  font-size: 17px;
  font-weight: bold;
}
.letao-help-main-text-mark5, .letao-help-main-text2-mark5, .letao-help-main-text3-mark5 {
  width: 660px;
  height: auto;
}
.letao-help-main-text-mark6, .letao-help-main-text2-mark6, .letao-help-main-text3-mark6 {
  font-size: 15px;
  background-color: #FFBB08;
  padding: 5px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #FF7800;
  font-weight: bold;
  -webkit-border-radius: 2px;
}
.letao-help-main-text-link a, .letao-help-main-text2-link a, .letao-help-main-text3-link a {
  color: #006BBD;
  text-decoration: none;
  outline: none;
}
.letao-help-main-text-link a:hover, .letao-help-main-text2-link a:hover, .letao-help-main-text3-link a:hover {
  color: #FF7800;
}
.letao-help-main-text-link2, .letao-help-main-text2-link2, .letao-help-main-text3-link2 {
  color: #ffffff;
  background-color: #006BBD;
  padding: 5px 15px;
  text-decoration: none;
  outline: none;
  font-size: 17px;
  text-shadow: none;
  -webkit-box-shadow: 4px 4px 1px #ccc;
          box-shadow: 4px 4px 1px #ccc;
  border-radius: 3px;
}
.letao-help-main-text-link2 a, .letao-help-main-text2-link2 a, .letao-help-main-text3-link2 a {
  color: #ffffff;
}
.letao-help-main-text-link2:hover, .letao-help-main-text2-link2:hover, .letao-help-main-text3-link2:hover {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  top: 1px;
}
.letao-help-main-divOver {
  background-color: #fff8a9;
  color: #FF7800;
  text-shadow: 0px 0px 0px #ffffff;
}
.letao-help-main-divOver2 {
  background-color: #ffffff;
  color: #FF7800;
  text-shadow: 0px 0px 0px #ffffff;
  border-right-width: 20px;
  border-right-style: solid;
  border-right-color: #fff8a9;
}
.letao-help-main-divOver3 {
  background-color: #fff8a9;
  color: #FF7800;
  text-shadow: 0px 0px 0px #ffffff;
  background-image: url(//letaoimg.s3.ap-northeast-1.amazonaws.com/twimg/intro/images/help/help-icon-0001.gif);
  background-position: bottom;
  background-repeat: no-repeat;
}

#letao-help-searchbar {
  padding: 15px 0px;
}

#letao-help-searchbar .btn-search {
  height: 30px;
  background-color: #4070FF;
  width: 100px;
  margin-left: 10px;
  color: #FFF;
  cursor: pointer;
  letter-spacing: 0px;
  /*text-indent: 10px;*/
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  font-size: 15px;
  border: 0 none;
}

#letao-help-searchbar .input-box {
  height: 22px;
  width: 200px;
  margin-left: 10px;
  font-size: 15px;
  color: #555;
}