.font-noto {
    font-family: 'Noto Sans TC',sans-serif;
}
.font-default {
    font-family: 微軟正黑體,sans-serif;
}
.bg-gray {
    background-color: #efefef !important;
}
.bg-gray-darker {
    background-color: #a5a4a4 !important;
}
.bg-light-green {
    background-color: #dfebd9 !important;
}
.bg-light-blue {
    background-color: #f2f3f7 !important;
}
.bg-dark-blue {
    background-color: #1d405e !important;
}
.bg-modal-blue {
    background-color: rgb(37 62 94 / 50%) !important;
}
.bg-primary-gradient {
    background: rgb(170,189,208) !important;
    background: linear-gradient(90deg, rgba(170,189,208,1) 38%, rgba(153,180,201,1) 100%) !important;
}
.text-light-blue {
    color: #7cc3e3 !important;
}
.text-primary-blue {
    color: #205676 !important;
}
.text-blue {
    color: #4c75b7 !important;
}
.text-post-gray {
    color: #535353 !important;
}
.text-shadow-1 {
    text-shadow: 0 0 6px rgb(20 56 113 / 59%);
}
.container-shrink {
    padding-left: 24px;
    padding-right: 24px;
}
.box-padding {
    padding: 10px 20px;
}
.page-body {
    margin-top: 48px;
}
.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -72px;
}

.title-lg {
    font-size: 20px;
}
.form-title {
    margin-bottom: 28px;
}
.title--bulb-icon {
    position: relative;
    line-height: 1.2;
}
.title--bulb-icon::before {
    content: "";
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 4px;
    width: 22px;
    height: 22px;
    background-image: url(../img/icon/bulb.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.title--icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 4px;
}
.border-radius-0 {
    border-radius: 0 !important;
}
.border-radius-circle {
    border-radius: 100% !important;
}
.border-radius-sm {
    border-radius: 4px !important;
}
.border-radius-sm-8 {
    border-radius: 8px !important;
}
.border-radius-md {
    border-radius: 14px !important;
}
.border-top-right-radius-0 {
    border-top-right-radius: 0 !important;
}
.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0 !important;
}
.border-top-left-radius-0 {
    border-top-left-radius: 0 !important;
}
.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0 !important;
}
.border-1-radius {
    border: 1px solid #21406F;
    border-radius: 4px;
}
.border-width-1 {
    border-width: 1px !important;
    border-style: solid !important;
}
.border-white {
    border-color: #fff !important;
}
.border-light {
    border-color: #CFCDCD !important;
}
.box-shadow-none {
    box-shadow: none !important;
}
.box-shadow-1 {
    box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
}
.box-shadow-2 {
    box-shadow: 0 2px 8px -4px rgb(0 0 0 / 10%);
}
.box-shadow-3 {
    box-shadow: 2px 3px 4px -1px rgb(0 0 0 / 10%);
}
.border-top-1 {
    border-top: 1px solid #e2e2e2;
}
.shadow-hr {
    display: block;
    width: 100%;
    height: 4px;
    border-top: 1px solid #eee;
    box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, 0.1);
}
.de-select {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.login-bg {
    position: relative;
    z-index: 0;
}
.fixed-bg {
    position: relative;
    z-index: 0;
}
.fixed-bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/deco/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: -1;
}
.fixed-bg::after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 40vh;
    background-image: url(../img/deco/page_bottom.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -40px;
    z-index: -1;
}
.fullPage-center-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
}
.page-padding-top {
    padding-top: 32px;
}
.page-padding-bottom {
    padding-bottom: 32px;
}
.padding-headerHeight {
    padding-top: 48px;
}

#loader .modal-body,
#loader .modal-content {
    background-color: transparent;
}
@media (min-width: 600px) {
    .container-shrink {
        max-width: 70%;
        margin: 0 auto;
    }
    .page-header-bg::before {
        background-position: bottom;
        background-size: cover;
        height: 50%;
    }
}
@media (max-width: 400px) {
    .container-shrink {
        padding-left: 18px;
        padding-right: 18px;
    }
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 361px) {
    .container-shrink {
        padding-left: 16px;
        padding-right: 16px;
    }
    .box-padding {
        padding: 16px;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}

/* form */
.dark-label {
    color: #514f4f;
    font-weight: 600;
}
.form-item {
    padding-bottom: 22px;
}
.pure-input-box .form-item {
    padding-bottom: 0px;
    padding-top: 4px;
    margin-bottom: 10px;
}
.form-item.sm-item {
    padding-bottom: 10px;
}
.req-star {
    color: #FC6F60;
    margin-left: 4px;
}
.warning-box {
    position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #f2f3f7 inset;
    background-color: #f2f3f7 !important;
    transition: background-color 5000s ease-in-out 0s;
}
.pure-input-box .form-control {
    border: 1px solid #cecece;
}
.form-control.border {
    border: 1px solid #cecece !important;
}
.form-control.form-control__line {
    display: block;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #acacac;
    padding: 0.575rem 0.75rem;
    padding-left: 0;
    background-clip: padding-box;
}
.form-control.form-control__line:focus {
    box-shadow: none;
}
.input-group.input-group__line .form-control.form-control__line {
    border-bottom: 0;
}
.input-group.input-group__line .input-group-append {
    padding: 8px;
    padding-top: 0;
}
.input-group.input-group__line .btn {
    border-radius: 6px !important;
}
.form-control.form-control__line:focus {
    outline: 0;
}
.form-control.form-control__line::placeholder {
    color: #c4c3c7;
}
span.alert-text,
span.alert-text2 {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    color: #FC6F60;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.4px;
    /* height: 0; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: none;
}

span.alert-text.show,
span.alert-text2.show {
    max-height: 32px;
    opacity: 1;
    visibility: visible;
    display: block;
}
input.form-control.alert-border,
select.form-control.alert-border {
    border-color: #FC6F60 !important;
    box-shadow: 0 0 0 2px rgb(252 111 96 / 54%);
}
input.form-control.form-control__line.alert-border,
select.form-control.form-control__line.alert-border {
    box-shadow: none;
}
.input-group__line .form-control__line.alert-border {
    border-bottom: 0;
}
input.form-control.form-control__line+.input-group-append::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #acacac;
}
input.form-control.form-control__line.alert-border + .input-group-append::after {
    background-color: #FC6F60;
}
.form-control.form-control__outline {
    border: 1px solid #9bb9cf;
    background-color: #fff;
    border-radius: 32px;
    height: calc(1.5em + 0.75rem + 4px);
    padding: 0.475rem 1rem;
    font-size: 1.5rem;
    line-height: 1.4;
    padding-right: 28px;
}
.deletable-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.deletable-box .deletable-icon {
    position: absolute;
    display: block;
    /* top: 50%;
    transform: translateY(-50%); */
    right: 12px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #abc5d1;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}

.deletable-box input.deletable {
    padding-right: 18px;
    box-sizing: border-box;
}
.form-check-checkbox {
    position: relative;
    display: block;
    padding-left: 28px;
}
.form-check-checkbox.checkbox-lg {
    padding-left: 34px;
    margin-bottom: 8px;
}
.form-check-checkbox label {
    width: 100%;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 500;
}
input[type="checkbox"].form-check-input {
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 0;
    outline: none;
    background-color: #CFCDCD;
    border: 0;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 0;
}
input[type="checkbox"].form-check-input.checkbox__round {
    border-radius: 50%;
}
input[type="checkbox"].form-check-input:checked {
    background-color: #66b72e;
    border-color: #66b72e;
}
.outline-primary-checkbox input[type="checkbox"].form-check-input:checked {
    background-color: #fff;
}
input[type="checkbox"].form-check-input:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    /* background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center; */
    opacity: 0;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.outline-primary-checkbox input[type="checkbox"]:after {
    filter: invert(68%) sepia(90%) saturate(2128%) hue-rotate(314deg) brightness(91%) contrast(120%);
}
input[type="checkbox"].form-check-input:checked::after {
    opacity: 1;
}
input[type="checkbox"].form-check-input.white-check {
    border-color: #acacac;
    background-color: #fff;
}
input[type="checkbox"].form-check-input.white-check:after {
    filter: brightness(0);
}
.custom-switch {
    padding-left: 2.25rem;
    width: 5.05rem;
}
.custom-switch .custom-control-label::before {
    width: 5.05rem;
    height: 2.5rem;
    border-radius: 6rem;
}
.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: 6rem;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(2.5rem);
    transform: translateX(2.5rem);
}

.form-check-input {
    margin-left: 0;
}
.form-check-label .sm-label {
    font-size: 10px;
    display: block;
    line-height: 16px;
}
.form-check-label a {
    text-decoration: underline;
    font-weight: 900;
}
.label-box {
    display: flex;
}
.section-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.label-box label {
    width: 70%;
}
.label-box a,
.label-box .right-status {
    margin-left: auto;
    font-size: 12.5px;
    color: #979797;
    text-decoration: underline;
    width: 30%;
    text-align: right;
}
.label-box .right-status {
    text-decoration: none;
    line-height: 16px;
}
.label-with-icon {
}
.label-with-icon .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.label-with-icon .text {
    display: inline-block;
    vertical-align: middle;
}
.preview-outter {
    width: 100%;
    padding-top: 108px;
    position: relative;
    margin-bottom: 6px;
}
.preview-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/icon/upload.svg');
    background-size: contain;
    background-position: center -12px;
    background-repeat: no-repeat;
    border: 2px dashed #cfcfcf;
    border-radius: 4px;
}
.output-box {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-color: #B3B3B333;
}

.pic-item .hint {
    margin-bottom: 0;
    font-size: 10px;
    color: #131313;
    font-weight: 900;
    letter-spacing: 0;
    text-align: center;
}
.pic-item .preview-outter .hint {
    text-align: center;
    pointer-events: none;
    color: #a7a7a7;
    position: absolute;
    bottom: 16px;
    width: 100%;
    font-size: 14px;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
}
[type="radio"] + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d2d2d2;
    flex-shrink: 0;
}
[type="radio"]:focus + label:before {
  box-shadow: 0;
}
[type="radio"]:checked + label:before {
  background-color: #66b72e;
}
[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
[type="radio"]:disabled + label:before {
  box-shadow: none;
  background-color: #ddd;
}
[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.form-check-label .title {
    display: inline-block;
}
.form-control.form-control-short,
.form-control.form-control-short~button {
    height: calc(1.2em + 1rem + 6px);
}
.form-control.form-control-short~button {
    line-height: 32px;
    padding: 0;
    width: 68px;
}
.lock-inputs {
    display: flex;
}
.lock-inputs .lock-inputs-item {
    flex: 1;
}
.lock-inputs .lock-inputs-item .form-control {
    border: 1px solid #cdcecd;
    background-color: #fff;
    border-radius: 0;
    border-left: 0;
}
.lock-inputs .lock-inputs-item .form-control:focus {
    background-color: #cdcecd;
}
.lock-inputs .lock-inputs-item:first-child .form-control {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-left: 1px solid #cdcecd;
}
.lock-inputs .lock-inputs-item:last-child .form-control {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
/* btn */
.btn {
    letter-spacing: 0.4px;
}
.btn-shadow {
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}
.btn.btn-rounder {
    border-radius: 10px;
}
.btn.btn-rounded {
    border-radius: 80px;
}
.btn.btn-small {
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
}
.btn.btn-semi-transparent {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid #fff;
}
.btn-primary {
    background: rgb(170,189,208);
    background: linear-gradient(90deg, rgba(170,189,208,1) 38%, rgba(153,180,201,1) 100%);
    border: 0;
}
.btn-primary.vertical {
    background: linear-gradient(180deg, rgba(152, 179, 197, 1) 50%, rgba(101, 139, 162, 1) 100%);
    border: 0;
}
.btn-salmon,
.btn-salmon:focus,
.btn-salmon:hover,
.btn-salmon:active {
    background-color: #FC6F60;
    border: 1px solid #FC6F60;
    color: #fff;
}
.reCode-btn {
    background-color: #e4edde;
    border-radius: 32px;
}
.reCode-btn .time {
    font-size: 15px;
    color: #489e0e;
}
/* toast */
.toast {
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100% - 80px);
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    box-shadow: none;
    display: flex !important;
    padding: 16px;
}
.toast .toast-body {
    border-radius: 0.6rem;
    padding: 0.75rem 32px;
}

/* modal */
.modal-body {
    padding-top: 1.4rem;
}
.modal-body p,
.modal-body .modal-info {
    word-break: break-word;
}
.modal-dialog {
    width: 90%;
    margin: auto;
}
.modal-dialog.modal-sm {
    width: 70%;
}
.modal-container {
    padding: 0 24px;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 8rem);
}
#noticeModal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 28rem);
}
.modal-title {
    font-size: 1.7rem;
    margin-bottom: 20px;
}
.modal button.close.circle-close {
    width: 28px;
    height: 28px;
    font-size: 2rem;
    line-height: 28px;
    box-shadow: 0 0 0 1px #658ca3;
    color: #658ca3;
    border-radius: 50%;
    font-size: 1.1em;
}
#noticeModal.modal button.close.circle-close {
    color: #fff;
    box-shadow: none;
    float: none;
    opacity: 1;
}
#noticeModal.modal button.close.circle-close img {
    display: inline-block;
    width: 26px !important;
    height: 26px !important;
}
#noticeModal .modal-header {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#noticeModal .modal-body {
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#noticeModal .swiper-pagination {
    position: relative;
    bottom: 0;
}
#noticeModal .swiper-pagination-bullet {
    background: #dfdfdf;
    opacity: 1;
}
#noticeModal .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #71aebd;
    opacity: 1
}
#noticeModal .form-check-checkbox {
    padding-left: 20px;
}
#noticeModal input[type="checkbox"].form-check-input {
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-top: 2px;
}
#noticeModal input[type="checkbox"].form-check-input:after {
    top: 0;
    left: 5px;
}
.modal-body button.close span {
    line-height: 1;
}
.modal .hint {
    font-size: 10px;
    color: #212121;
    line-height: 16px;
    font-weight: 600;
}
.modal-grid {
    border-radius: 10px;
    padding: 12px 8px;
    margin: 0 4px;
    margin-bottom: 8px;
    background-color: #fff;
}
.modal-grid .imgbox__inner {
    width: 100%;
    padding-top: 60%;
    position: relative;
}
.modal-grid .imgbox__inner .image {
    background-size: contain;
}
.modal-grid .sm-text {
    font-size: 13px;
    letter-spacing: 0;
    color: #acacac;
}
.modal-grid .border-text {
    border: 1px solid #919191;
    color: #515151;
    padding: 6px 0;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    line-height: 11px;
}
.modal-grid .title {
    padding-bottom: 8px;
    border-bottom: 1px solid #acacac;
    margin-bottom: 4px;
}
.two-btn-footer {
    justify-content: space-between;
}
.two-btn-footer .btn {
    width: 46%;
}
/* lightbox */
#lightbox {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.lb-data .lb-close {
    display: inline-block;
    margin-top: 8px;
    float: none;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 0 1px #fff;
    border-radius: 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.lightbox .lb-dataContainer {
    /* order: 0; */
    margin-bottom: 10px;
}

.lightbox .lb-details {
    opacity: 0;
}
.lightbox .lb-outerContainer {
    /* order: 1; */
}




/* navbar */
.navbar {
    position: fixed;
    padding: 0;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1001;
    background-image: url(../img/deco/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.keypad-page .navbar {
    background-color: transparent;
    box-shadow: none;
}
.navbar::before {
    z-index: -1;
}
.navbar.changed {
    background-color: #fff;
}
.navbar .btn-menu {
    padding: 10px;
    margin-left: auto;
    font-size: 2rem;
}
.navbar .mobile-menu.active {
    transform: translateY(0);
}
.navbar.navbar--2 {
    justify-content: flex-start !important;
}
.navbar.navbar--2 .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.rightTool {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 1.8rem;
    text-align: center;
}
.navbar.navbar--2 .rightTool {
    margin-left: auto;
    width: auto;
    
}
.rightTool > a,
.notification-link {
    padding: 8px;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    position: relative;
}
.notification-link .notification-link--icon {
    width: 32px;
    height: 32px;
    background-image: url(../img/icon/notification.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.rightTool > a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.navbar.navbar--2 .rightTool > a i {
    width: 24px;
}
.navbar.navbar--2 a .icon {
    display: inline-block;
    width: 24px;
    height: 30px;
    background-image: url(../img/icon/scan_tool.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.navbar.navbar--2 .dropdown-toggle::after {
    display: none;
}
.notification-link .notification-link--num,
.nav-item .notification-link--num {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
}
.nav-item .notification-link--num {
    top: 5px;
    right: 2px;
}
.navbar.navbar--2 .dropdown-menu {
    left: auto;
    right: 4px;
    line-height: 1.4;
    background-color: rgba(2, 32, 53, 0.6);
    border-radius: 4px;
    font-size: 0.85em;
}
.navbar.navbar--2 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent rgba(2, 32, 53, 0.6) transparent;
    transform: rotate(0deg);
}
.navbar.navbar--2 .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 6px 12px;
}
.navbar.navbar--2 .dropdown-menu .title--icon {
    width: 22px;
    height: 22px !important;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent;
}

/* sticky-navbar */
.sticky-wrapper {
    padding-bottom: 68px;
    /* height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 68px;
    padding-bottom: 28px;
    margin-top: -68px; */
}

.sticky-navbar {
    /* position: sticky;
    bottom: 0; */
    width: 100%;
    height: 68px;
    display: flex;
    padding: 0;
    background-color: #fff;
    z-index: 999;
    position: fixed;
    bottom: 0;
}
.sticky-navbar .nav-item {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #646566;
    padding: 12px 4px;
    padding-top: 8px;
    transform: translate3d(0, 0, 0);
}
.sticky-navbar .nav-item .icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 32px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 4px;
}
.sticky-navbar .nav-item span {
    font-size: 11px;
    line-height: 100%;
}
.sticky-navbar .nav-item.active:not(.index-item) .icon,
.sticky-navbar .nav-item.active:not(.index-item) span {
    color: #5db5c0;
    filter: invert(63%) sepia(68%) saturate(293%) hue-rotate(148deg) brightness(111%) contrast(87%);
}
.sticky-navbar .nav-item.index-item {
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.1);
    margin-top: -10px;
    background-color: #fff;
}
.sticky-navbar .nav-item.index-item span {
    color: #66b62e;
}
.sticky-navbar .nav-item.index-item .icon {
    background-image: url('../img/icon/logoicon_w_bg.svg') !important;
}
.sticky-navbar .nav-item.index-item span {
    color: #66b62e;
}
/* scanner */
.scanner {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
}
/* #qr-shaded-region div:not(.box) {
    display: none;
}
.scanner .box {
    --b: 5px;
    --c: red;
    --w: 20px;
    --r: 25px;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    margin: 5px;
    display: inline-flex;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.scanner .box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--c, red);
    padding: var(--b);
    border-radius: var(--r);
    -webkit-mask: linear-gradient(0deg, #000 calc(2*var(--b)), #0000 0) 50% var(--b)/calc(100% - 2*var(--w)) 100% repeat-y, linear-gradient(-90deg, #000 calc(2*var(--b)), #0000 0) var(--b) 50%/100% calc(100% - 2*var(--w)) repeat-x, linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
} */
.scanner-btn-box {
    position: fixed;
    bottom: 24px;
    left: 0;
    width: 100%;
}


/* keypad */
#store-keypad {
    margin-bottom: 0;
    font-size: 5rem;
    padding: 2px 12px;
    text-align: right;
    font-family: '微軟正黑體',Arial, Helvetica, sans-serif;
    /* border-bottom: 1px solid #c9c9c9; */
    background-color: #fff;
    border-radius: 0;
}
.keypad-wrapper {
    /* position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw; */
    background-color: transparent;
}
.keypad-wrapper .keys {
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100vw;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 70%);
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 1;
}
.keypad-wrapper .keys .key {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    border: 0;
    color: #215676;
    background-color: transparent;
    font-size: 25px;
    font-weight: 900;
    line-height: 50px;
    padding: 16px 0;
    font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
}
.keypad .key.payment-btn {
    line-height: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    /* background-color: #dfebd9; */
    transition: all 0.3s;
}
.keypad.keypad-wrapper.paymentDisabled .key.payment-btn {
    /* background-color: #dfdfdf; */
    pointer-events: none;
    color: #828282;
}
.keypad .key .payment-btn-inner {
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-btn-inner::before {
    content: "";
    display: block;
    background-image: url('../img/icon/payment.svg');
    width: 50px;
    height: 50px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.keypad.keypad-wrapper.paymentDisabled .payment-btn-inner::before {
    filter: grayscale(1);
    opacity: 0.7;
}
.payment-btn-inner.creditcard::before {
    background-image: url('../img/icon/creditcard.png');
}
.payment-btn-inner.unionpay::before {
    background-image: url('../img/icon/unionpay.png');
}
.payment-btn-inner.applepay::before {
    background-image: url('../img/icon/applepay.png');
}
.payment-btn-inner.googlepay::before {
    background-image: url('../img/icon/googlepay.png');
}
.payment-btn-inner.linepay::before {
    background-image: url('../img/icon/linepay.png');
}
.payment-btn-inner.easycard::before {
    background-image: url('../img/icon/easycard.png');
}
.payment-btn-inner.twpay::before {
    background-image: url('../img/icon/twpay.png');
}
.payment-btn-inner.samsungpay::before {
    background-image: url('../img/icon/samsungpay.png');
}
.payment-btn-inner.jkopay::before {
    background-image: url('../img/icon/jkopay.png');
}
@media (min-width: 600px) {
    .keypad .key {
        font-size: 4rem;
    }
    .keypad .key .payment-btn-inner {
        font-size: 2rem;
    }
    .keypad .key.service-key {
        font-size: 2.6rem;
    }
    .payment-btn-inner::before {
        width: 70px;
        height: 70px;
    }
}
/* pin code */
#pincode {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    color: #fff;
    padding-top: 32px;
    text-align: center;
}
#numbers {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background-color: rgb(255 255 255 / 70%);
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    transition: all 1s ease-out;
    opacity: 1;
}

#numbers.hide {
  opacity: 0.3;
}

#pincode button {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border: 0;
  color: #215676;
  background-color: transparent;
  font-size: 25px;
  font-weight: 900;
  line-height: 50px;
  padding: 16px 0;
  opacity: 1;
  outline: 0;
}

#pincode button:active {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0;
}

#fields {
  max-width: 80%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: block;
  margin-bottom: 16px;
}

#fields .numberfield {
  text-align: center;
}

#fields .numberfield span {
  height: 12px;
  width: 12px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
}

#fields .numberfield.active span {
  background-color: #fff;
}

#fields .numberfield.right span {
  background-color: #215676;
  border-color: #215676;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
@media (min-height: 700px) {
    #pincode {
        padding-top: 60px;
    }
}
@media (min-height: 800px) {
    #pincode {
        padding-top: 80px;
    }
    #fields {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}
@media (min-width: 600px) {
    #fields {
        width: 60%;
    }
    #fields .numberfield span {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 350px) {
    #pincode button {
        font-size: 20px;
        line-height: 32px;
    }
}
.grid {
  display: flex;
  flex-wrap: wrap;
}

.grid__col--1-of-3,
.grid__col--2-of-6,
.grid__col--4-of-12 {
  width: 33.33333%;
}

.grid__col--1-of-4,
.grid__col--2-of-8,
.grid__col--3-of-12 {
  width: 25%;
}
.grid__col--1-of-6 {
    width: 16.666666666%;
}
.grid__col {
  box-sizing: border-box;
  display: inline-block;

  min-height: 1px;

  vertical-align: top;
}

.grid__col--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.grid__col--d-first {
  float: left;
}

.grid__col--d-last {
  float: right;
}

.grid--no-gutter {
  margin-left: 0;
  width: 100%;
}

.grid--no-gutter .grid__col {
  padding-left: 0;
}

.grid--no-gutter .grid__col--span-all {
  margin-left: 0;
  width: 100%;
}

.grid__col--ab {
  vertical-align: bottom;
}

.grid__col--am {
  vertical-align: middle;
}

.miss {
  -webkit-animation: miss .8s ease-out 1;
  animation: miss .8s ease-out 1;
}

@-webkit-keyframes miss {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }
  20% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  30% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  40% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  70% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  80% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes miss {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  10% {
    -webkit-transform: translate(-25px, 0);
    transform: translate(-25px, 0);
  }
  20% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  30% {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }
  40% {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  60% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  70% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0);
  }
  80% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* card list */
.card-item {
    display: flex;
    align-items: center;
}
.card-item .imgbox {
    width: 14%;
    padding: 4px 8px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.card-item .imgbox__inner {
    width: 100%;
    padding-top: calc(100% * 6 / 9);
    position: relative;
}
.card-item .image {
    background-size: contain;
}
.card-item .textbox {
    line-height: 1.2;
}
.card-item i {
    width: 2.6rem;
}

/* collapse */
.collapse-btn,
.collapse-btn:hover,
.collapse-btn:active,
.collapse-btn:focus {
    display: flex;
    padding: 10px 16px;
    background-color: #5db6c1;
    border-radius: 4px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
}
.collapse-btn .icon img {
    display: inline-block;
    width: 32px !important;
    height: 26px !important;
    object-fit: contain;
    /* object-position: bottom; */
}
.collapse-btn .arrow {
    margin-left: auto;
}
.collapse-body {
    padding: 1.25rem;
    padding-top: calc(1.25rem + 1px);
    margin-top: -1px;
    background-color: #fff;
    word-wrap: break-word;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.collapse-body--item {
    display: flex;
    color: #4f4d4d;
    margin-bottom: 8px;
}
.collapse-body--item:last-child {
    margin-bottom: 0;
}
.collapse-body--item:hover,
.collapse-body--item:focus,
.collapse-body--item:active {
    color: #5db6c1;
}
.collapse-body--item::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-right: 4px;
    filter: invert(29%) sepia(7%) saturate(130%) hue-rotate(316deg) brightness(52%) contrast(87%);
}
#collapse-bank .collapse-body--item::before {
    background-image: url(../img/icon/bank.svg);
}
#collapse-activity .collapse-body--item::before {
    background-image: url(../img/icon/announce.svg);
}
.collapse-body--item:hover::before,
.collapse-body--item:focus::before,
.collapse-body--item:active::before {
    filter: invert(62%) sepia(70%) saturate(281%) hue-rotate(138deg) brightness(153%) contrast(85%);
}

/* post */
.postbox {
    display: block;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.postbox .cate {
    font-size: 1em;
    padding: 4px 6px;
    border-radius: 0;
    margin-right: 4px;
}
.postbox .badge {
    font-size: 1em;
    font-weight: 500;
    padding: 5px 8px;
}
.postbox .postbox-textbox {
    padding: 16px 14px;
}
.postbox .post-meta {
    margin-bottom: 8px;
    color: #040000;
}
.postbox .title {
    font-size: 1.1em;
    line-height: 1.3;
    font-weight: 600;
}
.postbox p {
    font-size: 0.95em;
    line-height: 1.3;
}
.postbox article p {
    margin-bottom: 8px;
}

/* popup */
.pop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1003;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
}
.pop-overlay.hidden {
    opacity: 0;
    visibility: hidden;
}
.pop-window {
    background-color: #fff;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding-bottom: 0;
    animation: ready 0.3s 1 ease both;
}
.pop-window.standby {
    animation: standby 0.3s 1 ease both;
}
@keyframes ready {
    from{bottom: -100%;}
    to{bottom: 0;}
}
@keyframes standby {
    from {bottom: 0;}
    to {bottom: -100%;}
}
.pop-window .scroll-box {
    max-height: calc(100vh - 23rem);
    overflow-y: scroll;
    padding: 15px 0;
    background-color: #eee;
}
.pop-window .form-item {
    margin-bottom: 4px;
}
.pop-window .form-item input,
.pop-window .form-item .select-on-right {
    margin-bottom: 0;
    flex: 3;
}
.pop-window .form-item label {
    font-size: 15px;
    margin-bottom: 0;
    flex: none;
    width: 25%;
}
.pop-window .distance-box input {
    flex: none;
    width: 30%;
}
.pop-window .distance-box .input-unit {
    font-size: 15px;
    color: #909090;
    padding-left: 8px;
    display: inline-block;
    vertical-align: middle;
}
.pop-window .left-box,
.pop-window .right-box {
    width: 49%;
}
.pop-window .form-item.input-group {
    margin-bottom: 8px;
}
.pop-window .input-group {
    display: flex;
    align-items: center;
}
.pop-window .btn {
    margin-bottom: 6px;
    padding: 4px;
}
.pop-window .btn.map-btn {
    padding: 0 16px;
    box-shadow: none;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
}
.pop-window .map-tab-btn {
    width: 49%;
    padding: 4px 12px;
    border: 0;
    background-color: transparent;
}
.pop-window .tabs .tab a {
    height: auto;
    padding: 4px;
    border-radius: 24px;
    line-height: 32px;
}
.pop-window .map-tab-btn.active {
    background-color: #eee;
}
.pop-window .tab-item {
    padding: 16px 0;
}
.pop-window .tab-item .hint {
    margin-bottom: 15px;
    font-weight: 700;
}
.pop-window .title {
    font-size: 16px;
}
.pop-window .title i {
    font-size: 17px;
}

.result-text {
    margin: 8px 0;
    color: #fff;
}
.payment-item {
    text-align: center;
    padding: 6px 0;
}
.payment-item .inner {
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 2px 18px;
    border-radius: 6px;
}
.payment-item .icon {
    text-align: left;
    width: 30%;
    padding-left: 16px;
}
.payment-item .icon img {
    display: inline-block;
    width: 40px;
}
.payment-item .form-check {
    width: 100%;
    padding-left: 0;
}
.payment-item [type="radio"]:not(:checked)+label, .payment-item [type="radio"]:checked+label {
    width: 100%;
    display: flex;
    align-items: center;
}
@media (min-width: 600px) {
    .pop-window .title {
        font-size: 20px;
    }
    .payment-item .icon img {
        width: 55px;
    }
}
@media (max-width: 1025px) {
    .list-item-title {
        margin-top: 8px;
    }
}
@media (max-width: 321px) {
    .title-bg-box {
        width: 120%;
    }
}

/* plan */
.plan-btn {
    padding: 8px 0;
    border-bottom: 1px solid #d9d9d9;
}
.plan-btn.active {
    background-color: #fff;
    border-bottom: 2px solid #e6e6e6;
}
.plan-btn.active::after {
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-left: 4px;
    position: absolute;
    left: auto;
}
/* notice */
.noticeSwiper .swiper-slide {
    max-height: calc(100vh - 32rem);
    overflow-y: auto;
    overflow-x: hidden;
}
/* index */
.index-topLink {
    display: flex;
}
.index-topLink .index-topLink-item {
    width: 50%;
    display: block;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    border-right: 1px solid #fff;
}
.index-topLink .index-topLink-item:last-child {
    border-right: 0;
}
.index-topLink .index-topLink-item .icon {
    display: inline-block;
    width: auto;
    height: 60px !important;
    object-fit: contain;
    margin-bottom: 10px;
}
.linkSwiper {
    padding-bottom: 10px;
    padding-top: 10px;
}
.linkSwiper .linkSwiper-item {
    display: block;
    text-align: center;
    color: #1fa0af;
}
.linkSwiper .linkSwiper-item img {
    display: inline-block;
    width: 100%;
    height: 50px !important;
    margin-bottom: 5px;
}
.linkSwiper .swiper-pagination {
    line-height: 1;
    bottom: 0;
}
.index-imgLink {
    display: block;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.index-imgLink .imgbox__inner {
    position: relative;
    padding-top: calc(100% * 1 / 2.15);
    width: 100%;
}

/* profile */
.profile-header {
    padding-top: calc(48px + 16px);
    padding-bottom: 24px;
    background-image: url(../img/deco/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.profile-header .avatar {
    padding: 12px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 3px 3px 3px 0px rgb(35 93 119 / 30%);
}
.profile-header .title {
    color: #fff;
    margin-left: 16px;
    letter-spacing: 0.4px;
}
.link-box {
    display: block;
    position: relative;
}
.link-box:last-child {
    box-shadow: 0 2px 2px -2px rgb(35 93 119 / 50%);
}
.link-box--inner {
    padding: 12px 4px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.link-box:last-child .link-box--inner,
.link-box-btn:last-child .link-box--inner {
    border-bottom: 0;
}
.link-box--inner .title--icon {
    width: 28px;
    height: 28px !important;
    margin-right: 10px;
    flex-shrink: 0;
    object-fit: contain;
}
.link-box--inner .title--icon{
    filter: invert(63%) sepia(68%) saturate(293%) hue-rotate(148deg) brightness(111%) contrast(87%);
}
.link-box--inner span,
.link-box--inner i{
    color: #5db5c0;
}
.link-box-btn {
    display: block;
    background-color: #fff;
    padding: 0 8px;
}
.link-box-btn .link-box--inner {
    padding-top: 10px;
    padding-bottom: 10px;
}
.link-box-btn .link-box--inner .title--icon,
.link-box-btn .link-box--inner span {
    color: #646566;
    filter: none;
}
.link-box-btn .link-box--inner i {
    color: #d2d2d3;
    filter: none;
}

/* info */
.total-box {
    padding: 24px 0;
    text-align: center;
    /* background-color: #eaf4e4; */
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
/* .total-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/deco/geo.png');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
} */
.total-box .tag {
    font-size: 15px;
}
.total-box .price {
    font-size: 32px;
    font-weight: 600;
    color: #1d405e;
    line-height: 1.2;
}
/* teb */
.nav-tabs {
    justify-content: center;
    margin-bottom: 16px;
}
.nav-tabs li {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content {
    position: relative;
}

.logo-box img {
    width: 80%;
    display: inline-block;
}
.section-box .label-box {
    margin-bottom: 8px;
}
.section-box .result-box,
.section-box .progress-box {
    display: flex;
    flex-wrap: wrap;
}
.section-box .result-box .left-box {
    width: 100%;
}
.section-box .result-box .left-box .item {
    margin-bottom: 12px;
}
.section-box .result-box.with-pic-box .left-box {
    width: 68%;
    flex-shrink: 0;
    /* display: flex;
    flex-wrap: wrap; */
}
.section-box .result-box.with-pic-box .right-box {
    width: 32%;
    flex-shrink: 0;
}
.section-box .result-box .left-box .item {
    padding-right: 4px;
}

.section-box .result-box .left-box .label,
.section-box .result-box .bottom-box .label {
    font-size: 10px;
    line-height: 18px;
    color: #acacac;
}
.section-box .result-box .left-box .content,
.section-box .result-box .bottom-box .content {
    word-break: break-all;
}
.section-box .progress-box .left-box {
    width: 30%;
}
.section-box .progress-box .right-box {
    width: 70%;
    padding-left: 16px;
}
.section-box .progress-box .item {
    display: flex;
    font-size: 10px;
    margin-bottom: 4px;
}
.section-box .progress-box .label {
    width: 30%;
    flex-shrink: 0;
}
.section-box .progress-box .content {
    width: 70%;
    flex-shrink: 0;
}
.section-box .progress-box .bottom-box {
    border: 1px solid #cfcdcd;
    border-radius: 4px;
    padding: 8px 0;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.progress-box .top-title {
    position: relative;
    margin: 0 8px;
}
.progress-box .top-title span {
    font-size: 12px;
    color: #acacac;
}
.progress-box .top-title h6 {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 4px;
}
.file-box {
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #3A567F;
    border-radius: 4px;
}
.file-box .pdf-outter {
    height: 200px;
    overflow-y: auto;
}
.file-box .pdf-outter.outter-lg {
    height: 512px;
}
.file-box .text-box {
    margin: 20px;
}
.file-box .text-box p {
    line-height: 20px;
}
.file-item {
    background-color: #fff;
    padding: 20px 14px;
}
.file-item .fake-file {
    background-color: rgb(179 179 179 / 20%);
    padding: 12px 10px;
    border-radius: 4px;
    flex-grow: 1;
    min-width: 0;
    font-size: 12px;
    display: flex;
    border: 1px solid #66b72e;
}
.file-item .fake-file.over {
    border: 1px solid #66b72e;
}
.file-item .fake-file .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}
.file-item .fake-file .status {
    color: #7c7c7c;
    width: 40%;
    text-align: right;
}
.file-item .fake-file .status .size {
    display: inline-block;
}
.file-item .fake-file .status .icon {
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    background-image: url('../img/icon/okay_red.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.file-item .fake-file.over .status .icon {
    background-image: url('../img/icon/false.svg');
}

.file-item .del-btn {
    width: 44px;
    margin-left: 8px;
    padding: 0;
    text-align: center;
    flex-shrink: 0;
    border-color: #B3B3B3;
}
.file-item .del-btn img {
    max-width: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 44px;
    margin-top: -2px;
}
@media (max-width: 400px) {
    .file-item .fake-file .name {
        width: 55%;
    }
    .file-item .fake-file .status {
        width: 45%;
    }
    .file-item .fake-file .status .icon {
        width: 16px;
        height: 16px;
        position: relative;
        top: -2px;
    }
}
@media (max-width: 321px) {
    .file-item .fake-file .name {
        width: 50%;
    }
    .file-item .fake-file .status {
        width: 50%;
    }
    .file-item .fake-file .status .icon {
        width: 12px;
        height: 12px;
        vertical-align: middle;
    }
}
.signature-wrapper {
    width: 100%;
    padding-top: calc(100% * 3/ 5);
    position: relative;
}
.signature-box {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 4px 10px -1px rgb(0 0 0 / 10%);
    border: 4px solid #9fd086;
}
.signature-wrapper .btn {
    width: 84px;
    padding: 0;
}
.qrcode-img {
    border: 1px solid #d9d9d9;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
}
.qrcode-img img {
    width: 100%;
    max-width: 100%;
}
.h-list .h-list-item {
    padding: 12px 0;
    border-bottom: 1px solid #efefef;
    line-height: 1.4;
    color: #434e38;
    font-size: 1.45rem;
}
.h-list .h-list-item:last-child {
    border-bottom: 0;
}
.h-list .h-list-item .inner {
    display: flex;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.h-list .h-list-item .tag {
    width: 40%;
    flex-shrink: 0;
}
.h-list .h-list-item .content {
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
    width: 60%;
    word-break: break-word;
    padding-left: 12px;
}
.h-list .sign-img img {
    background-color: #fff;
}
.h-list .h-list-item .content .pay-name {
    font-weight: 500;
    color: #acacac;
    display: inline-block;
    vertical-align: middle;
}
.h-list .h-list-item .content .pay-icon {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    margin-left: 4px;
}

@media (min-width: 576px) {
  .h-list .h-list-item .inner  {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .h-list .h-list-item .inner  {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .h-list .h-list-item .inner  {
    max-width: 660px;
  }
}
@media (max-width: 400px) {
    .h-list .h-list-item .tag {
        width: 30%;
    }
    .h-list .h-list-item .content {
        width: 70%;
    }
}
@media (max-width: 321px) {
    .h-list .h-list-item .inner {
        padding-left: 4px;
        padding-right: 4px;
    }
    .h-list .h-list-item {
        font-size: 1.4rem;
    }
}
.filter-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    padding-left: 16px;
    background-color: #fff;
    border: 0;
}
.filter-btn .arrow {
    display: inline-block;
    padding: 10px;
    width: 12%;
    flex-shrink: 0;
    background-color: #66b72e;
    color: #fff;
}
.filter-btn .arrow i {
    transition: all 0.3s;
}
.filter-btn.collapsed .arrow i {
    transform: rotate(180deg);
}
.order-list .order-item {
    display: block;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 2px 3px 4px -1px rgb(0 0 0 / 10%);
    background-color: #fff;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.order-list .order-item:last-child {
    margin-bottom: 0;
}
.order-list .order-item .date {
    color: #66b72e;
    margin-bottom: 8px;
}
.order-list .order-item .cell {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.order-list .order-item .cell .tag {
    color: #888988;
    padding-right: 12px;
    flex-shrink: 0;
}
.order-list .order-item .cell .content {
    color: #535353;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filterSection {
    border-radius: 5px;
    background-color: #ededed;
    overflow: hidden;
    box-shadow: 0 0 10px -1px rgb(0 0 0 / 10%);
}
@media (min-width: 600px) {
    .order-list .order-item {
        margin-bottom: 24px;
    }
}
/* tab */
.nav-pills .nav-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-pills .nav-item:last-child .nav-link {
    border-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.card-label {
    display: flex;
    align-items: flex-end;
}
#ccsingle {
    width: 50px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 8px;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.status-bar {
    background-color: #f3e2cc;
}
.cardback {
    width: 50px;
}
.card-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 35px;
    height: 22px;
    padding: 4px;
    border: 0.5px solid #dbdbdb;
    border-radius: 3px;
    margin-right: 4px;
}
.card-hint img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    object-fit: contain;
}