@charset "utf-8";
#app {
  /*消除iphone電話號碼顏色異常*/
  /*取消IE的input右側clear按鈕*/
  /*取消Chrome自動填入input淡黃色背景色*/
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
}
#app * {
  box-sizing: border-box;
  font-family: "Calibri", Sans-serif;
}
#app ul,
#app ol {
  list-style-type: none;
}
#app div,
#app p,
#app a,
#app li,
#app td {
  -webkit-text-size-adjust: none;
}
#app .for-mobile {
  display: none;
}
@media all and (max-width: 800px) {
  #app .for-mobile {
    display: block;
  }
}
#app .for-desktop {
  display: block;
}
@media all and (max-width: 800px) {
  #app .for-desktop {
    display: none;
  }
}
#app a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
#app ::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#app input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#app *::-webkit-scrollbar {
  background-color: #fff;
  width: 7px;
  height: 7px;
}
#app *::-webkit-scrollbar-track {
  background-color: #fff;
}
#app *::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
#app *::-webkit-scrollbar-thumb {
  background-color: #00498D;
  border-radius: 16px;
  border: 1px solid #fff;
}
#app *::-webkit-scrollbar-thumb:hover {
  background-color: #00498D;
  border: 1px solid #fff;
}
#app .el-scrollbar__bar.is-horizontal {
  display: block!important;
  height: 5px;
}
#app .el-scrollbar__bar.is-horizontal .el-scrollbar__thumb {
  opacity: 0.6;
  background-color: #00498D;
  transition: background-color 0.3s ease;
}
#app .el-scrollbar__bar.is-horizontal .el-scrollbar__thumb:hover {
  opacity: 0.9;
  background-color: #00498D;
}
#app .el-scrollbar__bar.is-vertical {
  display: block!important;
  width: 5px;
}
#app .el-scrollbar__bar.is-vertical .el-scrollbar__thumb {
  opacity: 0.6;
  background-color: #00498D;
  transition: background-color 0.3s ease;
}
#app .el-scrollbar__bar.is-vertical .el-scrollbar__thumb:hover {
  opacity: 0.9;
  background-color: #00498D;
}
#app .font-bold {
  font-weight: bold;
}
#app .el-button {
  background-color: #fff;
  padding: 10px;
  font-size: 13px;
  line-height: 1;
  height: 30px;
  width: auto;
}
#app .el-button .for-hover {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#app .el-icon {
  width: 20px;
  height: 20px;
}
#app .el-input__wrapper {
  border-radius: 5px;
  padding: 1px 1px;
  background-color: #fff;
}
#app .el-input__inner {
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 0;
  height: 30px;
  border-radius: 5px;
  padding: 0 0px 0 10px;
}
#app .el-input__prefix {
  align-items: center;
}
#app .el-button--primary {
  color: #01498d;
  border-color: #01498d;
}
#app .el-button--primary:hover {
  color: #fff;
  background-color: #01498d;
}
#app .el-button--primary:hover .for-hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
#app .el-button--primary:hover .default {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#app .is-disabled {
  background-color: transparent;
  filter: grayscale(1) opacity(0.5);
}
#app .is-disabled:hover {
  color: #5f5f5f;
  background-color: transparent;
}
#app .is-disabled:hover .for-hover {
  display: none;
  opacity: 0;
  visibility: hidden;
}
#app .is-disabled:hover .default {
  display: block;
  opacity: 1;
  visibility: visible;
}
#app .el-button {
  padding: 10px 12px;
}
#app .el-button--primary.primary-reverse {
  color: #fff;
  border-color: #01498d;
  background-color: #01498d;
}
#app .el-button--primary.primary-reverse:hover {
  color: #01498d;
  background-color: #fff;
}
#app .el-slider__runway {
  height: 4px;
}
#app .el-slider__bar {
  height: 4px;
}
#app .el-slider__marks-text {
  top: -46px;
}
#app .el-table .el-table .el-table__cell {
  padding: 12px 0;
}
#app .el-table th.el-table__cell {
  background-color: #0b72b5;
  color: #fff;
  font-size: 14px;
  padding: 5px 0;
  border-color: #ddd;
}
#app .el-table th.el-table__cell .cell {
  display: flex;
  align-items: center;
}
#app .el-table td.el-table__cell {
  font-size: 13px;
  border-color: #ddd;
}
#app .el-table td.el-table__cell .cell {
  line-height: 1.3;
}
#app .el-table td.el-table__cell .cell a {
  text-decoration: underline!important;
}
#app .el-table table.el-table__header {
  margin: 0;
}
#app .el-table .el-table__body {
  border-left: none;
}
#app .el-table .el-table__body tr:nth-child(2n) td.el-table__cell {
  background: #f7f8f8;
}
#app .el-table .el-table__body .cell img {
  width: 18px;
  max-width: 18px;
}
#app .el-table .el-table__body td.el-table__cell {
  padding: 0 3px;
}
#app .el-table .sort-caret.descending {
  border-top-color: #6daad3;
}
#app .el-table .sort-caret.descending:hover {
  border-top-color: #fff;
}
#app .el-table .sort-caret.ascending {
  border-bottom-color: #6daad3;
}
#app .el-table .sort-caret.ascending:hover {
  border-bottom-color: #fff;
}
#app .el-table .descending .sort-caret.descending {
  border-top-color: #fff;
}
#app .el-table .ascending .sort-caret.ascending {
  border-bottom-color: #fff;
}
#app .el-table .cell .el-checkbox__input {
  line-height: 0;
}
#app .el-table--border .el-table__inner-wrapper::after,
#app .el-table--border::after,
#app .el-table--border::before,
#app .el-table__inner-wrapper::before {
  border-color: #ddd;
}
#app .el-table__border-left-patch {
  background-color: #ddd;
}
#app .el-pager li.number {
  border: solid 1px #929292;
  border-radius: 50%;
  line-height: 1;
  margin-right: 10px;
}
#app .el-pager li.more {
  margin-right: 10px;
}
#app .el-pager li:last-child {
  margin-right: 0;
}
#app .el-pager li.is-active {
  background-color: #01498d;
  color: #fff;
}
#app .el-pagination {
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  #app .el-pagination {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 500px) {
  #app .el-pagination {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 500px) {
  #app .el-pagination .el-pagination__sizes {
    width: calc(100% - 70px);
    margin-bottom: 8px;
  }
}
@media all and (max-width: 1024px) {
  #app .el-pagination .el-pagination__jump {
    display: none;
    margin-top: 10px;
  }
}
#app .el-pagination .el-input__inner {
  padding: 0;
}
#app .el-pagination .el-pager li.number {
  max-width: 24px;
}
@media all and (max-width: 500px) {
  #app .el-pagination .el-pager li.number {
    margin-right: 5px;
  }
}
#app .el-pagination .btn-prev .el-icon,
#app .el-pagination .btn-next .el-icon {
  display: flex;
  align-items: center;
}
@media all and (max-width: 500px) {
  #app .el-pagination .btn-prev {
    margin-left: 0;
  }
}
#app .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #fff;
}
#app .el-checkbox__inner::after {
  border-color: #000;
}
#app .el-checkbox {
  margin-bottom: 10px;
  height: 21px;
}
#app table .el-checkbox {
  margin-bottom: 0px;
}
#app .el-checkbox-group {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 10px;
  max-height: 130px;
  overflow: scroll;
  overflow-x: hidden;
}
#app .el-checkbox-group .el-checkbox {
  margin-bottom: 7px;
}
#app .el-checkbox__inner {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
#app .el-checkbox__inner:after {
  width: 4px;
  height: 6px;
  left: 4px;
  border-width: 2px;
}
#app .el-checkbox__label {
  font-size: 14px;
}
#app .el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
  top: 8px;
}
#app .el-checkbox__input.is-checked .el-checkbox__inner {
  background-color: #24333e;
}
#app .el-checkbox__input.is-checked .el-checkbox__inner:after {
  border-color: #fff;
}
#app .el-slider {
  padding: 0 10px;
}
#app .el-tabs--card > .el-tabs__header {
  border: none;
}
#app .el-tabs__nav {
  border: none;
}
#app .el-tabs__item {
  border-radius: 8px;
  border: 1px solid #0B72B5!important;
  color: #0B72B5;
  margin-right: 10px;
  width: 150px;
  text-align: center;
  transition: all 0.3s ease;
}
#app .el-tabs__item.is-active {
  color: #fff;
  background-color: #0B72B5;
}
#app .el-dialog {
  width: 90%;
  max-width: 1200px;
  border-radius: 20px;
}
#app .el-dialog .el-dialog__header {
  border-bottom: solid 1px #e4e4e4;
  margin: 0;
}
#app .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 28px;
  font-weight: bold;
}
#app .el-dialog .el-dialog__body {
  padding-top: 15px;
}
#app .el-loading-mask {
  z-index: 9;
}
#app button:hover {
  background-color: initial;
  border-color: initial;
}
#app .el-form-item {
  flex-direction: column;
}
#app .el-form-item .el-form-item__label {
  justify-content: flex-start;
  font-size: 18px;
  font-weight: bold;
}
#app .el-form-item .el-input__wrapper {
  border-radius: 7px;
}
#app .crumbs-box {
  width: 90%;
  max-width: 1600px;
  margin: 20px auto;
  font-size: 15px;
  display: flex;
  align-items: center;
  line-height: 1;
}
#app .crumbs-box > span {
  color: #0B72B5;
}
#app .crumbs-box > span a {
  color: #232527;
  transition: all 0.3s ease;
}
#app .crumbs-box > span a:hover {
  color: #0B72B5;
}
#app .crumbs-box > span img {
  margin-right: 5px;
  margin-bottom: 3px;
  width: 13px;
}
#app .crumbs-box .slash {
  margin: 0 5px;
  color: #232527;
}
.el-message.filter-message-box {
  left: auto;
  right: 30px;
  transform: translateX(0);
}
.el-message.filter-message-box .el-message__content {
  font-size: 16px;
}
.e-con-inner {
  padding: 0;
  --widgets-spacing: 15px;
}
#app .for-desktop {
  display: block;
}
@media all and (max-width: 1024px) {
  #app .for-desktop {
    display: none;
  }
}
#app .for-mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  #app .for-mobile {
    display: block;
  }
}
#app .table-list-box {
  margin: 80px 0;
}
#app .table-box {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  #app .table-box {
    display: none;
  }
}
#app .table-box .table-title {
  color: #0b72b5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media all and (max-width: 1024px) {
  #app .table-box .table-title {
    font-size: 20px;
  }
}
#app .table-box .table-title .title {
  color: #0b72b5;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}
#app .table-box .table-title .text {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1;
}
#app .table-box .table-title .btn-contact a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  line-height: 1;
  font-weight: bold;
  background-color: #0b72b5;
}
#app .table-box .wrap {
  padding: 15px 20px;
  border-radius: 7px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  box-shadow: 0px 4px 6px 0px rgba(56, 56, 56, 0.11);
}
#app .table-box .el-table .cell {
  padding: 6px 12px;
}
#app .table-box .small-td {
  display: flex;
}
#app .table-box .td {
  display: flex;
}
#app .table-box .td .td-tag {
  background-color: #ffb72a;
  color: #333;
  margin-left: 7px;
  padding: 0 5px;
  font-size: 12px;
  min-width: 35px;
  height: 20px;
  border-radius: 2px;
}
#app .table-box .pagination-box {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
#app .table-box:last-child {
  margin-bottom: 0;
}
#app .table-box.for-mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  #app .table-box.for-mobile {
    display: block;
  }
}
#app .table-box.for-mobile > ul {
  margin: 0;
  border-radius: 10px;
  border: 1px solid #D8D8D8;
  overflow: hidden;
}
#app .table-box.for-mobile > ul > li {
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  padding: 20px;
  border-bottom: solid 1px #d8d8d8;
}
#app .table-box.for-mobile > ul > li .col {
  margin-bottom: 10px;
}
#app .table-box.for-mobile > ul > li .col .col-title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
#app .table-box.for-mobile > ul > li .col .col-value {
  line-height: 1.5;
}
#app .table-box.for-mobile > ul > li .col .col-value a {
  display: block;
  margin-top: 5px;
}
#app .table-box.for-mobile > ul > li .col:last-child {
  margin-bottom: 0;
}
#app .table-box.for-mobile > ul > li:nth-child(2n-1) {
  background-color: #F9F9F9;
}
#app .not-found-box {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
