* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    font-family: '微軟正黑體', 'Poppins', sans-serif;
    background-repeat: repeat;
    color: #585858;

}

html ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

html ::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

html ::-webkit-scrollbar-thumb {
    background-color: #ffd900;
    border-radius: 5px;
}

img {
    max-width: 100%;
}

.h1-title h1 {
    font-size: 1.6em;
    color: #585858;
}

a {
    color: #888888;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #888888;
}

input {
    outline: none;
}

.checklist-box {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #cbcbcb;
    border-radius: 15px;
}

.checklist-title {
    font-size: 21px;
    font-weight: 700;
}

.checklist-item div {
    padding: 5px;
    border: 1px solid #eee;
    margin: 5px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checklist-item div svg {
    display: none;
}

.checklist-item div.active {
    background-color: #ffec96;
}

.checklist-item div.active svg {
    display: block;
}

.checklist-clear {
    display: flex;
    justify-content: center;
}

.checklist-clear a {
    padding: 5px;
    background-color: #ff5d5d;
    color: #fff !important;
    margin: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.english_area {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.english_player {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid #c3c3c3;
}

.english_player audio {
    width: 100%;
}

.english_box {
    margin-bottom: 15px;
}

.english_title {
    font-weight: 700;
    font-size: 18px;
}

.playing {
    font-size: 14px;
    padding: 5px;
}

.stock_red {
    background-color: #ffd4d4;
}

.stock_green {
    background-color: #d2e6d6;
}

.stock_open {
    background-color: #8cccff;
}

.stock_now {
    background-color: #e5e5ff;
}

.mobile-open {
    overflow: hidden;
}

header {
    flex: 1;
}

main {
    flex: 1 auto;
}

footer {}

.prompt {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgb(0 0 0 / 50%);
}

.prompt-panel {
    padding-top: 100px;
}

.prompt-content img {
    width: 100%;
    max-width: 600px;
}

.prompt-action {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: right;
}

.prompt-action a {
    color: #fff;
    font-weight: bold;
}

.works {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.works_box {
    width: 50%;
    padding: 25px;
}

.works_box:nth-child(even) {
    width: 50%;
    padding: 25px;
    margin-top: 60px;
}

.works_title {
    font-size: 24px;
    font-weight: 700;
    color: #666;
    padding-bottom: 10px;
}

.readonly {
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contract_design_img img {
    max-height: 150px;
    cursor: pointer;
}

.Img-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.Img-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.70);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Img-box {
    max-width: 1170px;
    margin: 10px;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    max-height: calc(100vh - 100px);
    overflow: auto;
    text-align: center;
}

.CreateOrder-panel,
.Record-panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 998;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}

.CreateOrder-panel.active,
.Record-panel.active,
.Img-panel.active {
    display: flex;
}

.CreateOrder-bg,
.Record-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.70);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CreateOrder-box {
    max-width: 500px;
    margin: 10px;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
}

.Record-box {
    max-width: 1170px;
    margin: 10px;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    z-index: 1;
    max-height: calc(100vh - 100px);
    overflow: auto;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}

.CreateOrder-title {
    font-weight: 600;
}

.case-box div {
    padding: 15px;
    border: 2px #c3c3c3 solid;
    border-radius: 10px;
    margin-top: 10px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
    cursor: pointer;
}

.case-box div:hover {
    background-color: #c3c3c3;
    color: #fff;
}

.case-box span {
    font-size: 0.8rem;
    color: #ff0000;
    padding-left: 15px;
}

.member-index {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.member-index div {
    flex: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

.member-index div a {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border: 2px #cacaca solid;
    border-radius: 10px;
    margin: 10px;
}

.hy-table {}

.hy-table td,
.hy-table th {
    padding: .5rem;
    vertical-align: middle;
}

.expirydate {
    font-size: 0.9rem;
    color: #888888;
}

.expirydate span {
    color: #ff0000;
}

.expirydate span.p {
    margin-left: 5px;
}

.service3-panel {
    display: flex;
}

.service3-box-left {
    flex: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.service3-box-right {
    flex: 0 0 400px;
    width: 400px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
}

.service3-box {
    flex: 1;
}

.service3-box div {
    background-color: #ffd900;
    margin: 10px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 10px;
    font-weight: bolder;
    font-size: 1.125rem;
}

.m-linebtn {
    display: none;
}

.login-panel {}

.login-panel * {
    -webkit-touch-callout: auto !important;
    -webkit-user-select: auto !important;
    -khtml-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}

.account-panel {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #dadce0;
    margin-bottom: 25px;
    border-radius: 8px;
}

.login-panel-box {
    max-width: 500px;
    margin: 0 auto;
}

.about,
.service {
    width: 100%;
}

.section-title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #585858;
}

.about h1,
.service h1 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #585858;
}

.about h4,
.service h4 {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #585858;
}

.about p,
.service p {
    letter-spacing: 0.125rem;
    color: #888888;
    margin-bottom: 30px;
}

.service hr {
    border: 1px dashed #ababab;
    margin: 30px 0;
}

.service strong {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.v-line {
    height: 50px;
    width: 1px;
    border: 1px #888 solid;
    margin: 50px auto;
}

.v-line-m {
    height: 50px;
    width: 1px;
    border: 1px #888 solid;
    margin: 15px auto;
}

#bootstrap-touch-slider-bg {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
}

.home-banner {
    display: flex;
}

.banner-left {
    flex: 2;
    width: 100%;
    max-width: 750px;
}

.banner-right {
    flex: 1;
    width: 100%;
    padding-left: 10px;
    max-width: 390px;
}

.stock_tip {
    margin-top: 10px;
    font-size: 0.9rem;
}

.stock {
    margin: 10px 0px;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.stock li {
    padding: 2px 10px;
    border: 1px #a2a2a2 solid;
    font-size: 1rem;
    background-color: #eee;
    color: #a2a2a2;
    cursor: pointer;
    margin: 5px;
    flex: 0 auto;
}

.stock li.active {
    border: 1px #ffd900 solid;
    background-color: #ffd7e7;
    color: #ffd900;
}

.stock-count {
    color: #ffd900;
}

.footer-logo {
    text-align: center;
}

.footer-logo img {
    max-height: 80px;
}

.title-img {
    text-align: center;
}

.product_box img {
    width: auto !important;
    height: auto !important;
}

.login-input {
    border-bottom: 1px #cacaca solid;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
}

.login-input div {}

.label-100 .login-input {
    padding-left: 125px;
}

.label-100 .login-input label {
    width: 125px;
}

.login-input label {
    width: 60px;
    margin: 0;
    text-align: center;
    color: #585858;
    font-size: 1rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    position: absolute;
    left: 0;
}

.login-input input {
    flex: 1 auto;
    width: 100%;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0px 10px;
    height: 40px;
    background-color: transparent;
}

.body-flex {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 80px);
}

.original-price {
    text-decoration: line-through;
    color: #8e8e8e;
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.terms-important {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 15px;
}

.terms-important span {
    text-decoration: underline;
    color: #4688ff;
}

.product-panel {
    display: flex;
    /* Make products flex in row direction (default) */
    flex-wrap: wrap;
    /* Make products overflow on new row */
}

.product-6 {
    flex: 0 16.666%;
    width: 16.666%;
}

.product-4 {
    flex: 0 25%;
    width: 25%;
}

.product-3 {
    flex: 0 33.33%;
    width: 33.33%;
}

.product {
    /* Prevent the extra space around content */
    display: flex;
    /* Display as flex */
    flex-direction: column;
    /* Display flex in column */
    align-items: center;
    /* Align items on center */

}

.product img {
    transition: transform 1s ease;
}

.product:hover img {

    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.product a {
    flex-grow: 1;
    /* Keep p's same size */
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.product h5 {
    flex: 0 100%;
    font-size: 0.9rem;
    font-weight: 300;
    padding: 5px;
}

.product p {
    flex-grow: 1;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 7px;
    color: #ffd900;
}

.ad_box {
    display: flex;
    flex-wrap: wrap;
}

.ad_content {
    flex: 0 25%;
    width: 25%;
    display: flex;
    justify-content: center;
}

.product_carousel {
    max-width: 500px;
    margin: 0 auto;
}

.user_price {
    padding: 0px 0px 10px 0px;
    color: #333;
}

.send-show {
    display: none;
}

.footer-contact {
    font-size: 0.9em;
}

.footer-contact h4 {
    font-size: 1.2em;
}

.base_icon {}

.base_icon img {
    max-width: 45px;
}

.no-case {
    text-align: center;
    color: #c3c3c3;
    padding: 20px;
}

.captcha_box {
    flex: 1 auto;
    width: 100%;
    display: flex;
    position: relative;
    align-items: flex-end;
}

.captcha_box span {
    position: absolute;
    font-size: 0.8rem;
    top: -15px;
    right: 0;
}

.captcha_box img {
    cursor: pointer;
}

.captcha_note {
    font-size: 0.8rem;
    color: #666;
    display: flex;
}

.login-btn-box {
    flex: 0 auto;
    width: 100%;
}

.login-btn {
    display: flex;
    height: 38px;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
}

.login-btn:hover {
    background-color: #585858;
    color: #fff;
}

.note-box {
    flex: 0 0 100px;
    width: 100px;
    text-align: right;
}

.coupon-box {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffe6f0;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lineicon {
    background-color: #00b900;
    color: #fff;
}

.lineicon:hover {
    background-color: #13c513;
    color: #fff;
}

.googleicon {
    background-color: #4081ec;
    color: #fff;
}

.googleicon:hover {
    background-color: #4f8cf1;
    color: #fff;
}

.coupon-box input {
    width: 100px;
    margin: 0px 10px;
    outline: none;
}

.coupon-btn {
    background-color: #ffd900;
    color: #fff;
    padding: 5px 15px;
    font-size: 1rem;
    height: 30px;
}

.coupon-btn:hover {
    background-color: #ffd900;
    color: #fff;
}

.or-line {
    padding: .875rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.line {
    border: 1px solid #cacaca;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.account-note {
    padding: 0px 15px;
}

.account-note ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: square;
}

.other-login,
.other-register {
    display: flex;
}

.other-register a {
    flex: 1;
    height: 38px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 5px 1px;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #888;
}

.other-login a {
    flex: 1;
    height: 38px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 5px 1px;
    font-size: 1rem;
}

.or-txt {
    color: #cacaca;
    padding: 0 1rem;
    text-transform: uppercase;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    clear: both;
    content: "";
}

.ajax-success-show {
    display: none;
}

.line-box-btn {
    display: flex;
}

.line-box-btn a {
    border: 2px solid #eee;
    padding: 10px 15px;
    margin: 0px 5px;
    cursor: pointer;
}

.pagination-panda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination-panda li a {
    padding: 10px 7px;
    font-weight: bold;
    color: #8a8a8a;
}

.cart-tip {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #bf3f3f;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 0.1em;
    display: none;
}

.cart-tip.show {
    display: block;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    padding-top: 100px;
    display: none;
}

.loading strong {
    color: #fff;
    display: block;
    font-size: 1.6em;
}

.loading span {
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: .6em;
    margin: .19em;
    background: #007DB6;
    border-radius: .6em;
    animation: loading 1s infinite alternate;
}

.loading span:nth-of-type(2) {
    background: #008FB2;
    animation-delay: 0.2s;
}

.loading span:nth-of-type(3) {
    background: #009B9E;
    animation-delay: 0.4s;
}

.loading span:nth-of-type(4) {
    background: #00A77D;
    animation-delay: 0.6s;
}

.loading span:nth-of-type(5) {
    background: #00B247;
    animation-delay: 0.8s;
}

.loading span:nth-of-type(6) {
    background: #5AB027;
    animation-delay: 1.0s;
}

.loading span:nth-of-type(7) {
    background: #A0B61E;
    animation-delay: 1.2s;
}

@keyframes loading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.accordion {
    margin-bottom: 20px;
}

.acctitle {
    display: block;
    position: relative;
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    padding: 10px 0 10px 0px;
}

.acctitlec {
    cursor: auto;
}

.acctitle:first-child {
    border-top: none;
}

.acctitle i {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.row.col-no-margin {
    margin: 0 !important;
    padding: 0 !important;
}

.col-no-margin [class^="col-"] {
    margin: 0 !important;
    padding: 0 !important;
}

.portfolio-item:not(.no-overlay):hover .portfolio-slider .owl-stage-outer:after,
.portfolio-item:not(.no-overlay):hover .portfolio-image:after,
.portfolio-item:not(.no-overlay):hover .portfolio-video:after,
.portfolio-item:not(.no-overlay):hover .grid-slider .owl-stage-outer:after,
.portfolio-item:not(.no-overlay):hover .grid-image:after,
.portfolio-item:not(.no-overlay):hover .grid-video:after,
.grid-item:not(.no-overlay):hover .portfolio-slider .owl-stage-outer:after,
.grid-item:not(.no-overlay):hover .portfolio-image:after,
.grid-item:not(.no-overlay):hover .portfolio-video:after,
.grid-item:not(.no-overlay):hover .grid-slider .owl-stage-outer:after,
.grid-item:not(.no-overlay):hover .grid-image:after,
.grid-item:not(.no-overlay):hover .grid-video:after {
    opacity: 0.5;
}

.portfolio-item .portfolio-image:after,
.portfolio-item .portfolio-video:after,
.portfolio-item .grid-image:after,
.portfolio-item .grid-video:after,
.grid-item .portfolio-image:after,
.grid-item .portfolio-video:after,
.grid-item .grid-image:after,
.grid-item .grid-video:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #585858;
    transition: all 0.3s ease-out;
    opacity: 0;
    content: ' ';
    z-index: 2;
}

.portfolio-item .portfolio-description,
.portfolio-item .grid-description,
.grid-item .portfolio-description,
.grid-item .grid-description {
    left: 0;
    margin: 0 auto;
    padding: 20px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    transform: translate3d(0px, -38%, 0px);
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    width: 70%;
    z-index: 3;
}

.portfolio-item:not(.no-overlay):hover .portfolio-description,
.portfolio-item:not(.no-overlay):hover .grid-description,
.grid-item:not(.no-overlay):hover .portfolio-description,
.grid-item:not(.no-overlay):hover .grid-description {
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    visibility: visible;
}

.copyright-text {
    color: #020202;
}

.acctitle i.acc-open,
.acctitlec i.acc-closed {
    display: none;
}

.acctitlec i.acc-open {
    display: block;
}

.panda-form-login .col_full {
    margin-bottom: 10px;
}

.account-title {
    display: block;
    position: relative;
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    padding: 20px 15px 0px 15px;
}

.account-content {
    position: relative;
    padding: 15px;
}

.account-content .login-input:last-child {
    border-bottom: 0px #cacaca solid;
    margin-bottom: 0px;
    position: relative;
}

.acc_content {
    position: relative;
    padding: 0 0 15px 0px;
}

.fright {
    float: right;
}

.jFiler-input-dragDrop {
    width: 100%;
    background-color: #fafafa;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-info {
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 6px 10px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: all 0.12s;
    transition: all 0.12s;
}

.btn-primary,
.sweet-alert button.confirm,
.wizard>.actions a {
    background-color: #01a9ac;
    border-color: #01a9ac;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.jFiler-input-choose-btn {
    border: 1px solid #01a9ac;
    padding: 10px 25px;
    background: #01a9ac;
    color: #fff !important;
}

.service-box {}

.service-img {
    padding-bottom: 10px;
}

.mobile-show {
    display: none;
}

.mobile-hide {
    display: block;
}

.new_list {
    padding: 0px 0px 10px 0px;
    margin: 0;
}

.new_list li {
    border-bottom: 1px #d6d6d6 solid;
    list-style: none;
}

.new_list a {
    text-decoration: none;
    display: block;
    line-height: 2.6em;
}

.ellipsis {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.price_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.price_item {
    width: 50%;
}

.price_item_full {
    width: 100%;
}

.price_table {
    background-color: #fff;
    margin: 10px;
}

.price_table strong {
    padding: 7px;
    margin: 0;
}

.price_table_group {
    display: flex;
    padding: 10px 7px 0px 7px;
}

.price_table_group:last-child {
    padding: 10px 7px 10px 7px;
}

.price_table_group>label {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    display: flex;
    width: 110px;
    border-right: 1px #dadce0 solid;
    margin-right: 10px;
    margin-bottom: 0;
}

.price_table_group>div {
    max-width: 100%;
    width: 100%;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.center {
    float: none !important;
    margin: 0 auto;
}

.clear-top-fix {}

.add-top-fix {
    margin-top: 80px;
}

.breadcrumb-bg {
    background-color: #3e3e3e !important;
}

.trigger-menu {
    cursor: pointer;
}

.border-line {
    height: 1px;
    border-bottom: 1px #ffd900 solid;
    margin: 10px 0px;
}

/** 電腦版 **/
.container {
    max-width: 1170px;
}

.container-big {
    max-width: 1600px;
}

.container-full {
    padding: 0px 60px;
    transition: all .4s ease-in-out;
}

#header {
    position: relative;
    width: 100%;
    z-index: 199 !important;
    height: 80px;
    line-height: 80px;
    /*sticky version*/
    /*dark*/
    /*transparent*/
    /*transparent dark*/
    /*transparent light*/
    /*transparent light*/
    /*colored*/
    /*header extras*/
    /*Responsive mobile menu*/
}

#header.sticky {
    position: fixed;
    width: 100%;
    z-index: 199 !important;
    height: 80px;
    line-height: 80px;
    top: 0;
    transition: all .4s ease-in-out;
}

#header.sticky #header-wrap {
    transition: all .4s ease-in-out;
}

#header.sticky #header-wrap:hover {
    background-color: rgb(255 255 255 / 75%);
    transition: all .4s ease-in-out;
}

#header.sticky.move #header-wrap {
    background-color: rgb(255 255 255 / 75%) !important;
    transition: all .4s ease-in-out;
}

#header.sticky.move .container-full {
    transition: all .4s ease-in-out;
}

#header .container {
    position: relative;
}

#header #mainMenu-trigger-member {
    position: absolute;
    display: none;
    height: 80px;
    z-index: 1;
}

#header #header-wrap {
    -webkit-backface-visibility: hidden;
    left: 0;
    right: 0;
    transition: all .4s ease-in-out;
    /*logo*/
}

#header #header-wrap #logo {
    float: left;
    font-size: 28px;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#header #header-wrap #logo a>img {
    vertical-align: inherit;
    transition: all .4s ease-in-out;
    width: 100%;
    max-width: 220px;
    display: block;
}

#header #mainMenu-trigger {
    position: absolute;
    display: none;
    height: 80px;
    z-index: 1;
}

#header #mainMenu-trigger button {
    background: none;
    border: 0;
    padding: 0;
}

#header #mainMenu-trigger button:focus {
    outline: 0;
}

#header #mainMenu-trigger button i {
    font-size: 17px;
}

#mainMenu {
    padding: 0;
    /*Menu Styles*/
    /*Menu Positions*/
    /*Menu options*/
}

#mainMenu>.container {
    padding: 0 !important;
    /*   width:100%;
	max-width:1170px;
	*/
}

#mainMenu [class*="col-md-"] {
    line-height: 24px !important;
}

#mainMenu nav {
    float: right;
}

#mainMenu nav>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainMenu nav>ul>li {
    float: left;
    border: 0;
    transition: all .3s ease;
    margin-left: 6px;
}

#mainMenu nav>ul>li>a {
    position: relative;
    font-family: 'Noto Sans TC', 'Poppins', sans-serif;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
    line-height: normal;
}

#mainMenu nav>ul>li>a>i {
    margin-left: 2px;
    font-size: 16px;
}

#mainMenu nav>ul>li>a:after,
#mainMenu nav>ul>li>a:before {
    transition: all .3s ease;
}

#mainMenu nav>ul>li.hover-active>a,
#mainMenu nav>ul>li.hover-active>span,
#mainMenu nav>ul>li.current>a,
#mainMenu nav>ul>li.current>span,
#mainMenu nav>ul>li:hover>a,
#mainMenu nav>ul>li:hover>span,
#mainMenu nav>ul>li:focus>a,
#mainMenu nav>ul>li:focus>span {
    color: #333;
}

#mainMenu nav>ul>li .dropdown-menu {
    background-position: right bottom;
    background-repeat: no-repeat;
    display: none;
    min-width: 230px;
    top: auto;
    background-color: #ffffff;
    border: 0;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px !important;
    left: auto;
    margin: 0;
    margin-top: -6px;
    border-radius: 4px;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
    padding: 10px;
}

#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
    font-family: 'Noto Sans TC', 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: .3s ease;
}

#mainMenu nav>ul>li .dropdown-menu>li>a:focus,
#mainMenu nav>ul>li .dropdown-menu>li>a:hover,
#mainMenu nav>ul>li .dropdown-menu>li>a:active,
#mainMenu nav>ul>li .dropdown-menu>li>span:focus,
#mainMenu nav>ul>li .dropdown-menu>li>span:hover,
#mainMenu nav>ul>li .dropdown-menu>li>span:active,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a:focus,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a:hover,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a:active {
    background-color: transparent;
    color: #8e8e8e;
    cursor: pointer;
}

#mainMenu nav>ul>li .dropdown-menu>li>a>i,
#mainMenu nav>ul>li .dropdown-menu>li>span>i,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a>i {
    margin-left: -4px;
    margin-right: 6px;
    min-width: 14px;
}

#mainMenu nav>ul>li .dropdown-menu>li.current>a,
#mainMenu nav>ul>li .dropdown-menu>li.current>span,
#mainMenu nav>ul>li .dropdown-menu>li:hover>a,
#mainMenu nav>ul>li .dropdown-menu>li:hover>span,
#mainMenu nav>ul>li .dropdown-menu>li:focus>a,
#mainMenu nav>ul>li .dropdown-menu>li:focus>span,
#mainMenu nav>ul>li .dropdown-menu>li:active>a,
#mainMenu nav>ul>li .dropdown-menu>li:active>span,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>a,
#mainMenu nav>ul>li .dropdown-menu>li.hover-active>span {
    color: #8e8e8e !important;
}

#mainMenu nav>ul>li.mega-menu-item {
    position: static;
}

#mainMenu nav>ul>li.mega-menu-item>.dropdown-menu {
    left: 0;
    right: 0;
    overflow: hidden;
    width: 1140px;
    max-width: 100%;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content {
    padding: 20px;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content .mega-menu-title {
    font-family: 'Noto Sans TC', 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 12px;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content li~.mega-menu-title {
    margin-top: 12px;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content>a,
#mainMenu nav>ul>li.mega-menu-item .mega-menu-content>span,
#mainMenu nav>ul>li.mega-menu-item .mega-menu-content [class*="col-"]>ul>li>a {
    padding: 10px 0px 10px 0px;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content>a>i,
#mainMenu nav>ul>li.mega-menu-item .mega-menu-content>span>i,
#mainMenu nav>ul>li.mega-menu-item .mega-menu-content [class*="col-"]>ul>li>a>i {
    margin-left: 0px;
    margin-right: 8px;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content [class*="col-"]>ul>li:first-child>a {
    padding-top: 0;
}

#mainMenu nav>ul>li.mega-menu-item .mega-menu-content [class*="col-"]>ul>li:last-child>a {
    padding-bottom: 0;
}

#mainMenu nav>ul>li.dropdown {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#mainMenu nav>ul>li.dropdown .plus {
    padding-left: 5px;
}

#mainMenu nav>ul>li .dropdown-submenu {
    position: relative;
}

#mainMenu nav>ul>li .dropdown-submenu .plus {
    position: absolute;
    right: 5px;
    top: 13px;
    transition: all .2s ease;
}

#mainMenu nav>ul>li .dropdown-submenu:hover>a>.plus,
#mainMenu nav>ul>li .dropdown-submenu:hover>span>.plus {
    right: 9px;
    top: 11px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #8e8e8e !important;
}

#mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu {
    margin-left: -6px;
    left: 100%;
    top: -1px;
}

#mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu.menu-invert {
    right: 100%;
    left: auto;
}

#mainMenu nav>ul>li .dropdown-submenu:hover:before {
    right: 14px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mainMenu nav>ul>li .dropdown-submenu:hover>ul {
    /*opacity:1;
	visibility:visible;*/
}

#mainMenu nav>ul>li:hover>ul {
    /*opacity:1;
	visibility:visible;*/
}

#mainMenu nav>ul>li:last-child {
    margin-right: 0;
}

#mainMenu nav>ul>a.btn {
    margin-top: 4px;
}

#mainMenu nav>ul li ul {
    list-style: none;
    padding: 0;
}

#mainMenu nav>ul .label {
    font-size: 8px;
    padding: 2px 4px;
    line-height: 8px;
    margin: 0 4px;
}

/** owl-carousel **/
.owl-fullscreen .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-center-box {
    position: relative;
    padding: 20px;
    background-color: rgba(22, 22, 22, 0.6);
}

.owl-fullscreen-title {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    font-size: 2em;
    border-bottom: 5px #fff solid;
}

.owl-fullscreen-text {
    display: block;
    color: #fff;
    font-size: 1em;
    margin-top: 20px;
    padding: 5px;
}

.breadcrumb {
    background-color: transparent;
    font-size: 12px;
    margin: 5px 0px;
    padding: 0;
    text-align: left;
    display: inline-block;
}

.breadcrumb ul {
    display: inline;
    margin: 0 auto;
    padding: 0;

}

.breadcrumb ul li {
    display: inline;
    position: relative;
    margin-left: 10px;
}

.breadcrumb ul li.active {
    color: #fff;
}

.breadcrumb ul li:first-child {
    margin-left: 0px;
}

.breadcrumb ul li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #eee;

}

.breadcrumb ul li a {
    color: #cecece;
}

.section {
    padding: 60px 0px 60px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.section.white {
    background-color: #fff;
    color: #333;
}

.section.black {
    background-color: #333;
    color: #eee;
}

.hr-title {
    line-height: 2.2em;
    position: relative;
    outline: 0;
    border: 0;
    text-align: center;
    height: auto;
}

.hr-title:before {
    content: '';
    background: linear-gradient(to right, transparent, #ffd900, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-title:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    letter-spacing: .2em;
    font-size: 1.2em;
    color: #ffd900;
    border: 1px #ffd900 solid;
}

.section.white .hr-title:after {
    background-color: #fff;
}

#footer .hr-title:after {
    background-color: #f7f7f7;
}

.btn_line {
    margin-top: 2em;
}

.btn_line a {
    font-size: 14px;
    background-color: #333;
    color: #fff;
    padding: 10px 25px;
    border-radius: .25rem;
}

.icon-box {
    padding: 25px;
    margin-bottom: 25px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #eee !important;
    transition: all .3s ease;
    width: 100%;
}

.icon-box .icon {
    text-align: center;
    background-color: transparent;
    margin: 0 auto 22px;
    position: relative;
}

.icon-box p {
    color: #888;
    transition: all .3s ease;
}

.icon-box .icon i {
    background-color: transparent !important;
    color: #505050;
    line-height: 56px;
    font-size: 28px;
    border: 3px solid #505050;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: all .3s ease;
}

.blog-post {
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.blog-post-item {
    padding: 10px;
    font-size: 1em;
    color: #505050;
    margin: 0;
}

.blog-post-item p {
    color: #888;
}

#footer {
    border-top: 1px solid #e5e5e5;
}

#footer .section-footer {
    padding: 40px 0;
    position: relative;
    z-index: auto;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-color: #f7f7f7;
}

.list-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-ul li {
    padding: 5px 0px;
}

.list-icon {
    margin: 0;
    padding: 0px 15px;
    list-style: none;
}

.list-icon-c li {
    padding-left: 45px;
    position: relative;
    margin-bottom: 5px;
}

.list-icon-c i {
    color: #505050;
    line-height: 36px;
    font-size: 18px;
    border: 3px solid #505050;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
    text-align: center;
    position: relative;
    margin-left: -45px;
    margin-right: 5px;
}

.copyright-content {
    padding: 50px 0px;
    font-size: 1rem;
}

.ad_text {
    background-color: #fff;
    color: #333;
    margin: 0;
    padding: 10px;
}

.h_title {
    margin-bottom: 10px;
    color: #ffd900;
    font-size: 1.2rem;
}

.footer_link div {
    line-height: 35px;
}

.footer_link_title {
    font-size: 24px;
    color: #ffd900;
}

.flex-item-center {
    justify-content: left;
    align-items: center;
    display: flex;
}

.flex-order-2 {
    justify-content: flex-end !important;
}

.CreateOrder-important {
    margin-top: 10px;
    color: #ff0000;
}

.order-2 {
    order: 2;
}

.leon-tab {
    display: flex;
}

.leon-tab a {
    flex: 1;
    white-space: normal;
    position: relative;
    line-height: 60px;
    text-align: center;
    justify-content: center;
    background-color: #eee;
    color: #333;
}

.leon-tab a.active {
    background-color: #888;
    color: #fff;
}

.leon-tab-content {}

.leon-tab-content .tabx {
    display: none;
    padding: 15px 0px;
}

.leon-tab-content .tabx.active {
    display: block;

}

.fast_btn {
    display: flex;
}

.fast_btn a {
    flex: 1;
    white-space: normal;
    position: relative;
    line-height: 80px;
    text-align: center;
    justify-content: center;
}

.fast_btn .color-1 {
    color: white;
    background-color: #ab2323;
}

.fast_btn .color-2 {
    color: white;
    background-color: #2b7990;
}

.fixed-right-area {
    position: fixed;
    right: 15px;
    bottom: 45px;
    z-index: 98;
}

.fixed-right-area .ad {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    letter-spacing: 2px;
    width: 60px;
    padding: 25px 0;
    border-radius: 8px;
    -webkit-box-shadow: 4.5px 5.4px 24px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4.5px 5.4px 24px 0 rgba(0, 0, 0, 0.4);
    border: solid 1px white;
    background-color: #c53131;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

.lineacc {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 99;
}

.line-qrcode {
    position: fixed;
    display: none;
    right: 65px;
    bottom: 60px;
    background-color: rgb(191 191 191 / 18%);
    padding: 20px;
    border-radius: 20px;
}

.lineacc a:hover .line-qrcode {
    display: block;
}

.gotop {
    position: fixed;
    right: 15px;
    bottom: 5px;
    z-index: 99;
    text-align: center;
    display: none;
}

.gotop i {
    background-color: transparent !important;
    color: #ffd900;
    line-height: 50px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.footer-fix {
    display: flex;
    background: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 90;
    align-items: center;
}

.footer-shopee {
    background: #FF5151;
    outline: none;
    box-shadow: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0;
    flex-basis: 100%;
    flex-shrink: 1;
}

.footer-add {
    background: #FF95CA;
    outline: none;
    box-shadow: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0;
    flex-basis: 100%;
    flex-shrink: 1;

}

.footer-car {
    background: #ffd900;
    outline: none;
    box-shadow: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0;
    flex-basis: 100%;
    flex-shrink: 1;
}

.footer-ad {
    background: #ffd900;
    outline: none;
    box-shadow: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0;
    flex-basis: 100%;
    flex-shrink: 1;
}

.footer-shopee a,
.footer-add a,
.footer-car a,
.footer-ad a {
    color: #fff;
    display: flex;
    padding: 0px 5px;
    font-size: 0.9rem;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.footer-phone {
    text-align: center;
    flex: 0 60px;
    width: 60px;
}

.footer-phone i {
    background-color: #f3cd44 !important;
    color: #ffffff;
    line-height: 50px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.footer-line {
    flex: 0 0;
    flex-basis: 60px;
    background-color: #00b900;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-line img {
    color: #fff;
    line-height: 50px;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
}

.pricing-table {
    padding-top: 50px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.pricing-table .plan {
    transition: all .3s ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pricing-table .plan:hover {
    margin-top: -10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.pricing-table .plan .plan-header {
    position: relative;
    background-color: #ffffff;
    padding: 40px 22px 22px 22px;
    text-align: center;
}

.pricing-table .plan .plan-header {
    border-width: 1px;
    position: relative;
    text-align: center;
}

.pricing-table .plan .plan-header .plan-price {
    font-size: 3em;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 0;
    color: #ef6161;
}

.pricing-table .plan .plan-header .plan-price sup {
    font-size: 24px;
    position: relative;
    top: -16px;
    color: #ef6161;
}

.pricing-table .plan .plan-header .plan-price span {
    font-size: 16px;
    color: #bdc3c7;
}

.pricing-table .plan-header>h4 {
    margin-bottom: 0;
}

.web-price strong {
    display: block;
    color: #ef6161;
    font-size: 30px;
    font-weight: 600;
}

.footer-icon a {
    font-size: 3em;
}

.contact-us div {
    display: inline-block;
}

.contact-us a {
    font-size: 3em;
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: block;
    color: #fff;
    border-radius: 10px;
}

.contact-us .facebook {
    background-color: #4267b2;
}

.contact-us .line {
    background-color: #00b900;
}

.class-ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    display: flex;
}

.class-ul>li:first-child {
    border-top: 0px;
}

.class-ul>li {
    font-weight: 500;
    font-size: 16px;
    flex: 1;
    text-align: center;
}

.class-ul>li.active {
    font-weight: 500;
    font-size: 16px;
}

.class-ul>li.active::after {
    width: 50px;
}

.class-ul a {
    display: block;
    position: relative;
    padding: 10px 0px;
}

.class-ul>li::after {
    transition: all 0.3s ease;
    border-bottom: 2px #888 solid;
    content: '';
    display: block;
    width: 0px;
    margin: 0 auto;
}

.class-ul>li:hover::after {
    width: 50px;
}

.class-ul .plus {
    position: absolute;
    top: calc(50% - 12px);
    right: 8px;
}

.class-ul .dwon {
    padding: 0px 0px 0px 1em;
    margin: 0;
    list-style: none;
    background-color: #fff;
    display: none;
}

.class-mobile-box {
    position: fixed;
    top: 80px;
    left: -5px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    display: none;
    z-index: 98;
}

.class-toggle {
    background-color: #ffd900;
    padding: 10px;
    border-radius: 10px;
    font-size: 1rem;
    color: #fff;
    display: block;
}

.class-toggle.show {
    display: block !important;
}

.class-mobile-box-bg {
    display: none;
}

.dom-add-btn {
    margin-top: -15px;
}

.dom-add-btn a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 auto;
    display: table;
    background: #ef7272;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: box-shadow 0.2s;
}

.dom-add-btn .plus {
    width: 3px;
    height: 3px;
    margin: 20px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 -3px #fff, 0 3px #fff, -3px 0 #fff, 3px 0 #fff, 0 -6px #fff, 0 6px #fff, -6px 0 #fff, 6px 0 #fff, 0 -9px #fff, 0 9px #fff, -9px 0 #fff, 9px 0 #fff, 0 -10px #fff, 0 10px #fff, -10px 0 #fff, 10px 0 #fff;
}

.news-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.news-list li {
    padding-bottom: 10px;
    border-bottom: 1px #e0e0e0 solid;
    margin-bottom: 10px;
}

.news-list li span {
    padding-right: 1em;
}

.google-map iframe {
    width: 100% !important;
    height: 350px !important;
}

.shop-buy-box {}

.shop-buy-box .description {
    text-align: left;
}

.shop-buy-box .price {
    color: #d0011b;
    font-size: 1.875rem;
    font-weight: 500;
    display: inline-flex;

}

.shop-buy-box .price-old {
    font-size: 1rem;
    text-decoration: line-through;
    color: #929292;
    display: inline-flex;
}

.cart-item-del {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    display: block;
    cursor: pointer;
}

.shop-buy-btn {}

.shop-buy-btn-flex {
    display: flex;
}

.shop-buy-btn-flex a {
    flex: 1;
    padding: 10px 0px;
    margin-top: 15px;
    text-align: center;
}

.panda-btn {
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    padding: 10px 10px 10px 70px;
    margin-top: 10px;
}

.panda-btn:active {
    top: 2px;
}

.panda-btn:before {
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 1.5em;
    width: 60px;
    padding: 5px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

.flex-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button-style-1 {
    background: #ffd900;
    border-radius: 100px;
    padding: 10px 0px;
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    flex: 1;
}

.button-style-1:hover {
    background: #c12062;
    color: #fff;
}

.shop-buy-btn .buy-shopee {
    background: #FF5151;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.shop-buy-btn .buy-shopee:hover {
    background: #e43737;
}

.shop-buy-btn .buy-shopee:active {
    background: #e43737;
}

.shop-buy-btn .buy-shopee:before {
    content: "\e057";
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
    margin-right: 10px;
}

.shop-buy-btn .buy-now {
    background: #FF95CA;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.shop-buy-btn .buy-now:hover {
    background: #ec6ead;
}

.shop-buy-btn .buy-now:active {
    background: #ec6ead;
}

.shop-buy-btn .buy-now:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-right: 10px;
}

.shop-buy-important {
    padding: 10px 0px;
}

.shop-buy-btn .add-car {
    background: #ffd900;
    color: #fff;
}

.shop-buy-btn .add-car:hover {
    background: #d43375;
}

.shop-buy-btn .add-car:active {
    background: #d43375;
}

.shop-buy-btn .add-car:before {
    content: "\f217";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-right: 10px;
}

.select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.select .placeholder {
    position: relative;
    display: block;
    background-color: #393d41;
    z-index: 1;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.select .placeholder:hover {
    background: #34383c;
}

.select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f107';
    z-index: 10;
}

.select.is-open .placeholder:after {
    content: '\f106';
}

.select.is-open ul {
    display: block;
}

.select.select--white .placeholder {
    background: #fff;
    color: #999;
}

.select.select--white .placeholder:hover {
    background: #fafafa;
}

.select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
    max-height: 170px;
    box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, 0.05);
    border: 1px #eee solid;
}

.select ul li {
    display: block;
    text-align: left;
    padding: 5px;
    color: #999;
    cursor: pointer;
}

.select ul li:hover {
    background: #4ebbf0;
    color: #fff;
}

.quantity {
    position: relative;
    margin: 0 auto;
}

.quantity .qty {
    padding: 0px 40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.quantity .minus {
    position: absolute;
    left: 0;
    top: 0;
}

.quantity .plus {
    position: absolute;
    right: 0;
    top: 0;
}

.quantity .plus,
.quantity .minus {
    display: block;
    cursor: pointer;
    border: 0px transparent;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    border: 1px solid #DDD;
}

.quantity .plus:hover,
.quantity .minus:hover {
    background-color: #DDD;
}

.quantity .qty:focus,
.quantity .plus:focus,
.quantity .minus:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.cart-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px #eee solid;
}

.cart-title {
    background-color: #eee;
    padding: 10px;
    width: 100%;
}

.cart-img img {
    max-width: 100%;
    padding: 10px 0px 10px 10px;
}

.cart-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.cart-txt {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.cart-txt-full {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.table-vertical-center td {
    vertical-align: inherit;
}

.cart-list .shop-buy-box {
    background-color: #fff;
}

.evaluate_list {
    width: 20%;
    float: left;
}

.panda-form {}

.panda-form .panda-form-box {
    position: relative;
    margin-bottom: 20px;
}

.panda-form .panda-form-box input {
    padding: 0px 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #DDD;
    background-color: #fff;
    margin-bottom: 0;
    outline: 0;
    border-radius: 5px;
    color: #777;
}

.panda-form .panda-form-box input:focus {
    border: 2px solid #DDD;
}

.panda-form .panda-form-box input:focus+label {
    opacity: 1;
}

.panda-form .panda-form-box label {
    opacity: 1;
    position: absolute;
    top: -12px;
    left: 15px;
    background-color: #fff;
    padding: 0px 5px;
    margin: 0;
}

.price-info-box {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.price-info-box div {
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
    margin-bottom: 5px;

}

.price-info-box .price {
    color: #d0011b;
    font-size: 1.675rem;
    font-weight: 500;
    line-height: 24px;
}

.price-info-box .pl {
    vertical-align: baseline;
}

.price-info-box .pr {
    float: right;
}

@media (max-width: 1200px) {
    .mobile-show {
        display: initial;
    }

    .mobile-hide {
        display: none;
    }

    .product-6 {
        flex: 0 20%;
        width: 20%;
    }

    .clear-top-fix {
        margin-top: 80px;
    }

    .container-full {
        padding: 0px 10px;
    }

    .product-4-view {
        flex: 0 25%;
        width: 25%;
    }

    .container {
        max-width: 100%;
    }

    #header #mainMenu-trigger {
        position: absolute;
        display: block;
        height: 80px;
        z-index: 1;
        top: 0;
        left: 0;
    }

    #header #mainMenu-trigger-member {
        position: absolute;
        display: block;
        height: 80px;
        z-index: 1;
        top: 0;
        right: 0;
        padding-right: 10px;
    }

    .cart-tip {
        top: 20px;
    }

    #header #mainMenu-trigger-member a {
        padding: 0 15px;
        display: inline-block;
        color: #333;
        position: relative;
    }

    #header #mainMenu-trigger a {
        padding: 0 25px;
        display: block;
        color: #585858;
    }

    #header #header-wrap #logo {
        float: none;
        font-size: 28px;
        position: relative;
        z-index: 1;
        max-width: 180px;
        height: 80px;
        line-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    #header #header-wrap #logo a>img {
        display: block;
    }

    #mainMenu-bg {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }

    #mainMenu-bg.open {
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }

    #mainMenu-trigger.open {
        display: none !important;
    }

    #header.sticky #header-wrap:hover {
        background-color: transparent;
    }

    #mainMenu nav {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        max-width: 320px;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 80%;
        background-color: rgb(0 0 0 / 0.7);
        z-index: 900;
        overflow: auto;
        margin-left: -320px;

    }

    #mainMenu nav.open {
        margin-left: 0px;
        opacity: 1;
        visibility: visible;
    }

    #mainMenu nav>ul>li {
        float: none;
        margin: 0;
    }

    #mainMenu nav>ul>li>a {
        display: block;
        padding: 14px;
        color: #eee;
    }

    #mainMenu nav>ul>li .dropdown-menu {
        width: 100%;
        display: none;
        transition: none;
        opacity: 1;
        visibility: unset;
    }

    #mainMenu nav>ul>li .dropdown-submenu:hover>ul {
        opacity: 1;
        /*display: block;*/
    }

    .dropdown-menu {
        position: relative;
        left: 0;
        float: none;
    }

    #mainMenu nav>ul>li .dropdown-submenu>.dropdown-menu {
        left: 0;
        opacity: 1;
        margin-left: 0px;
        top: 0px;
        margin-top: 0px;
    }
}

/** 手機板 **/
@media (max-width: 768px) {
    .works {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .works_box {
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .works_box:nth-child(even) {
        width: 100%;
        padding: 0px;
        margin-top: 0px;
    }

    .works_title {
        font-size: 18px;
        font-weight: 700;
        color: #666;
        padding-bottom: 10px;
    }

    .member-index {
        display: flex;
    }

    .class-ul {
        flex-direction: column;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .about h1,
    .service h1 {
        font-size: 1.8rem;
    }

    .v-line,
    .v-line-m {
        height: 25px;
        margin: 10px auto;
    }

    .section {
        padding: 30px 0px 30px 0px;
    }

    .title-img img {
        max-width: 200px;
    }

    .service3-box-right {
        flex: 1 1 60px;
        width: 100%;
    }

    .service3-box {
        flex: 1 50%;
    }

    .service3-panel {
        flex-direction: column;
    }

    .m-linebtn {
        display: block;
        position: fixed;
        top: 0;
        right: 15px;
    }

    .lineacc {
        display: none;
    }

    .container-full {
        padding: 0px 10px;
    }

    .home-banner {
        flex-direction: column;
    }

    .banner-right {
        display: flex;
        padding-left: 0px;
        max-width: 100%;
    }

    .banner-right a {
        flex: 1;
    }

    .clear-top-fix {
        margin-top: 80px;
    }

    .product-3 {
        flex: 0 50%;
        width: 50%;
    }

    .product-6 {
        flex: 0 50%;
        width: 50%;
    }

    .ad_content {
        flex: 0 50%;
        width: 50%;
    }

    .product-4 {
        flex: 0 50%;
        width: 50%;
    }

    .flex-box {
        flex-direction: column;
    }

    .button-style-1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile-show {
        display: initial;
    }

    .mobile-hide {
        display: none;
    }

    .class-mobile-box {
        display: block;
    }

    .order-2 {
        order: 0;
    }

    .h_title {
        font-size: 1.2rem;
        padding: 10px 0px;
        padding: 10px 0px 10px 0px;
    }

    .footer-contact .col-md-4 {
        padding: 10px;
        margin: 0px 10px;
        border-bottom: 1px solid #cecece;
    }

    .ad_text {
        text-align: left;
        padding: 50px 10px;
    }

    .flex-order-2 {
        justify-content: left !important;
    }

    .evaluate_list {
        width: 50%;
    }

    .class-box {
        position: fixed;
        left: 0;
        top: 80px;
        z-index: 99;
        max-width: 300px;
        width: 85%;
        background-color: rgb(0 0 0 / 0.7);
        display: none;
        height: calc(100% - 80px);
        overflow: auto;
    }

    .class-ul a {
        color: #fff;
    }

    .class-box.open {
        display: block;
    }

    .class-mobile-box-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        top: 80px;
        left: 0;
        z-index: 98;
    }

    .cart-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cart-img img {
        padding: 10px;
    }

    .cart-txt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }
}