#steps a p {
    margin-top: -60%;
    margin-bottom: 30%;
    color: #fff;
}

#steps img {
    border-radius: 0px;
}

#flipbox h1,
.blackcolor {
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
}

.special h2 {
    text-align: center;
    font-size: 1.6rem;
}

@media screen and (max-width: 480px) {
    .owl-caption {
        position: absolute;
        top: 2.5rem;
        height: 180px;
        overflow: auto;
        padding: 0rem 3rem 3rem 3rem;
        background-color: rgba(0, 0, 0, 0);
    }

    .owl-caption h2 {
        font-size: 1.45rem;
    }

    .owl-caption h3 {
        font-size: 1rem;
        line-height: 130%;
    }

    .special h2 {
        font-size: 1.4rem;
        margin-bottom: 0px;
    }
}

.txt {
    color: black;
    text-shadow: 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.5em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0.1em 0.3em #fff
}

.flip-card-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
}

/*我要回饋*/
a.xlearn_btn {
    /**/
    background: linear-gradient(180deg, #fff, #ccc);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%), 3px 5px #999;
    font-size: 1rem;
}

.my_row {
    border-bottom: 1px solid rgba(100, 100, 100, .4);
    padding: 10px;
}

#mission-feedback-area {
    display: none;
}

#mission-feedback-other {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin: 2rem 0 0 0;
    font-weight: bold;
}

#Msg_Area {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.hide_load {
    display: none;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.load_black {
    width: 50px;
    height: 50px;
    margin: 0px auto 0px;
    border-radius: 50%;
    border: solid 4px #ff6f00;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.warn-red {
    color: red;
}

.section-title-wrapper:after {
    background: rgba(0, 0, 0, 0) url(/img/shop/icon/cap-dark.jpg) no-repeat scroll 0 0;
}
/*lin add css s*/
.submenus {
    width: 97%;
    margin: 0 auto;
    padding: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    min-height: 50px;
}

#pro.submenus {
    width: 100%;
}

.submenus_inner {
    overflow: overlay;
}

.sub_menus {
    width: 100%;
    background: #86bc42;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    -webkit-overflow-scrolling: touch;
    padding: 0;
}

@media screen and (max-width:1199px) {
    .sub_menus {
        overflow: auto;
    }
}

.sub_menus li {
    float: left;
    width: 218.5px;
    white-space: inherit !important;
}

.sub_menus li a {
    font-size: 18px;
    display: inline-block;
    width: 218.5px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
    text-align: center;
    padding: 8px;
    transition: .25s ease;
}

.sub_menus li a:hover {
    color: #212529;
}

.post_navs {
    width: 100%;
    background: url(img/stripes.png);
    margin: 0 auto;
    overflow: auto;
    color: #fff;
    -webkit-overflow-scrolling: touch;
    padding: 0;
}

.post_navs li {
    float: right;
}

.post_navs li a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #212529;
    border-left: 1px solid #212529;
    box-sizing: border-box;
    text-align: center;
    padding: 0 8px;
    transition: .25s ease;
}

.post_navs li a:nth-child(5) {
    font-size: 24px;
}

.post_navs li a:first-child {
    border-left: 0px solid #212529;
}

.cols {
    display: inline-block;
    white-space: normal;
    font-size: 1em;
}

.introsa {
    font-size: 18px;
    margin: 20px;
}

.introSearch {
    font-size: 18px;
    margin: 10px 0 20px 0;
    display: none;
}

.pointsa {
    padding: 5px 10px;
    background: #86bc42;
    color: #fff;
    border-radius: 30px;
    margin-left: 15px;
}

.post_navs img {
    max-width: 24px !important;
}

.post_navs span.numbers {
    background: #212529;
    display: inline-block;
    color: #FFF;
    padding: 0 10px;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 5px;
}

.single-feature img {
    border-bottom: 1px solid #ccc;
}

.single-feature i {
    padding-right: 5px;
}

.single-feature img {
    width: 100%;
}

.single-feature span {
    margin-right: 5px;
}

.badge-light {
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 14px;
    color: #666666;
    background-color: #b6d4f0;
}

.imgbox {
    position: relative;
    z-index: 999;
}

.genric-btn.circle {
    border-radius: 1.25em;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #3F4391;
    margin-bottom: 1em;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.white-border {
    color: #fff;
    background: #86bc42;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: 700;
}

.imgbox_people {
    top: -50px;
    left: -20%;
}

.imgbox_people img {
    width: 80% !important;
    background-color: #fff;
    border-radius: 100%;
    padding: 2px;
}

.imgbox_outer {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.imgbox_outer img {
    width: 95px !important;
}

.parent-banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.child-banner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent-banner:hover .child-banner,
.parent-banner:focus .child-banner {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent-banner:hover .child-banner:before,
.parent-banner:focus .child-banner:before {
    display: block;
}

.parent-banner:hover a,
.parent-banner:focus a {
    display: block;
}

.child-banner:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

.parent-banner a {
    position: absolute;
    top: 45%;
    left: 35%;
    display: none !important;
}

.parent-banner:hover a,
.parent-banner:focus a {
    display: block !important;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.product-image .product-new-label {
    color: #fff;
    background: #555;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    padding: 10px 60px;
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    left: -35px;
    z-index: 1;
}

.product-image .product-out-label {
    color: #fff;
    background: #e74c3c;
    font-size: 16px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    padding: 10px 60px;
    transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    left: -46px;
    z-index: 1;
}

.imgbox .title a {
    color: #666;
    transition: all 0.3s ease 0s;
}

.imgbox .title {
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 22px;
}

.imgbox .price {
    color: #86bc42;
    font-size: 20px;
    font-weight: 700;
}

.product-content span.points {
    background: #86bc42;
    display: inline-block;
    color: #FFF;
    padding: 0 7px;
    border-radius: 30px;
    font-size: 12px;
    margin-left: 5px;
}

.links-content .title {
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 18px;
}

.myaccordion {
    margin: 20px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom-color: #EDEFF0;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #42210b;
    padding: 0;
    font-size: 0.66em;

}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #f2f2f2;
}

#accordionNews .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: #fff;
}

#accordion .panel-heading,
#accordionNews .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#accordion .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #86bc42;
    padding: 15px 42px 15px 20px;
    background: #2d3e50;
    border: 1px solid #cdcdcd;
    margin-bottom: 12px;
    position: relative;
    transition: all 0.5s ease 0s;
}

#accordionNews .panel-title a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    padding: 15px 42px 15px 20px;
    background: #86bc42;
    border: 1px solid #cdcdcd;
    position: relative;
    transition: all 0.5s ease 0s;
}


#accordion .panel-title a:after,
#accordionNews .panel-title a:after {
    content: "\f062";
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 18px;
    position: absolute;
    top: 35%;
    right: 20px;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after,
#accordionNews .panel-title a.collapsed:after {
    content: "\f063";
    top: 25%;
}

#accordion .panel-body {
    background: #f2f2f2;
    font-size: 14px;
    color: #383838;
    line-height: 25px;
    padding: 10px 20px;
    margin: 20px 0;
    text-align: justify;
}

#accordionNews .panel-body {
    background: #fff;
    font-size: 14px;
    color: #111;
    line-height: 25px;
    padding: 10px 20px;
    margin: 20px 0;
    text-align: justify;
}

#banner {
    width: 100%;
    margin: 0 auto;
}

.section-title-wrapper {
    width: 100%;
}

.post_navs li {
    text-align: right;
}

.post_navs li a {
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #212529;
    border-left: 1px solid #212529;
    box-sizing: border-box;
    text-align: center;
    padding: 0 8px;
    transition: .25s ease;
}

.post_navs li a:nth-child(5) {
    font-size: 24px;
}

.post_navs li a:first-child {
    border-left: 0px solid #212529;
}

@media screen and (max-width: 1080px) {
    .sub_menus {
        width: 100%;
        background: #fff;
    }

    .sub_menus li a {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        width: calc(100%/4);
        text-decoration: none;
        color: #fff;
        white-space: normal;
        border-right: 1px solid #2d3e50;
        background-color: #2d3e50;
        box-sizing: border-box;
        text-align: center;
        padding: 8px;
        margin: 0 5px 0 0;
        border-radius: 16px;
    }

    .introsa {
        margin: 10px 0px;
    }

    .pointsa {
        padding: 5px;
        margin-left: 0px;
    }

    #mobilemenus.row .col-lg-4 {
        float: left;
        width: 40%;
    }

    #mobilemenus.row .col-lg-8 {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    #banner {
        width: 100%;
        margin-top: 20px;
    }
}

.desktop {
    display: block;
}

.mobile {
    display: none !important;
}

@media screen and (max-width:1080px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }
    .product-h3 svg{
        display: none;
        
    }

    .thanks-quote-box h3 {
        text-indent: 0px !important;
    }

    .thanks-quote-box{
        padding: 0 !important;
    }
}

@media screen and (max-width:540px) {
    .container {
        max-width: 100%;
    }

    #mobilemenus{
        max-width: 320px;
        margin: 0 auto;
    }

    .item-box-img {
        padding: 0 15px 0 0 !important;
    }
    .info-check-box {
        font-size: 14px !important;
    }
}

.thanks-quote-box a{
    text-decoration: underline;
}

span.points {
    background: #86bc42;
    display: inline-block;
    color: #FFF;
    padding: 0 7px;
    border-radius: 30px;
    font-size: 12px;
    margin-right: 5px;
}
/*lin add css e*/

/*頁中css-1 s*/
.outerContent {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 325px;
    background-size: cover;
}

#activity .outerContent {
    width: 100%;
    height: 250px;
}

.innerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    text-align: center;
    padding: 80px 0;
    background-color: rgba(0, 0, 0, .5);
}

.mainTitle {
    color: #fff;
}

#activity .innerContent {
    width: 50%;
    padding: 42px 0;
}

@media screen and (max-width: 1080px) {
    .innerContent {
        padding: 20px 0;
    }

    .mainTitle {
        font-size: 120%;
    }

    .innerContent {
        width: 50%;
        padding: 25px 0;
    }

    #activity .innerContent {
        width: 50%;
        padding: 25px 0;
    }

    .outerContent {
        width: 100%;
        height: 180px;
    }

    #activity .outerContent {
        width: 100%;
        height: 150px;
    }

    #recomproduct .col-lg-4, #livelink .col-lg-4{
        max-width: 50%;
    }
}

@media screen and (max-width: 540px) {
    #recomproduct .col-lg-4, #livelink .col-lg-4{
        max-width: 100%;
    }

    .innerContent {
        width: 50%;
        padding: 30px 0;
    }

    .mainTitle {
        font-size: 100%;
    }
}
/*頁中css-1 e*/

/*頁中css-2 s*/
.phonebox {
    display: block;
    position: relative;
    bottom: 0;
}

.phonebox .navtab {
    position: fixed;
    bottom: -1px;
    left: 0;
    margin-bottom: 0px;
    width: 100%;
    z-index: 1000;
}

.navtab ul {
    background-color: #fff;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 66px;
}

.navtab li {
    color: #333;
    cursor: pointer;
    flex: 1;
    padding: 10px 15px 5px 15px;
    text-align: center;
    border-left: 1px solid #eee;
}

.navtab li p {
    font-size: 11px;
}
.introsearchsa{
    background-color: #fff;
    display: none;
}
/*頁中css-2 e*/

/*xiyu css s*/
#mainImage {
    width: 100%;
    /* 設定上方大圖片的最大高度 */
    overflow: hidden;
    z-index: 99;

}

.thumbnailContainer {
    overflow: hidden;
    white-space: nowrap;
    /* 讓所有小圖片在一行顯示 */
}

.thumbnail {
    width: 120px;
    /* 設定每個小圖片的寬度 */
    height: 120px;
    /* 設定每個小圖片的高度 */
    display: inline-block;
    margin-right: 3px;
    /* 設定每個小圖片之間的間距 */
    cursor: pointer;
}


#slider1 {
    position: relative;
    /* Containers need relative or absolute position. */
    height: 120px;
}

.img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 使用 cover 保持比例，可能會裁切圖片 */

}

.break-bar {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3em;
    background:
        linear-gradient(45deg, #fff 50%, transparent 50%),
        linear-gradient(45deg, transparent 50%, #e6e6e6 50%);
    background-size: 1px 1px;
    /* 設定斜線的大小 */
}

#wrap {
    position: inherit !important;
}

.product-image .product-new-label {
    color: #fff;
    background: #86bc42;
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
    padding: 5px 30px;
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: -28px;
    z-index: 1;
}

.product-h3 {
    font-weight: bold;
    line-height: 32px;
    margin-bottom: .5em;
}

.product-action {
    display: flex;
    align-items: center;
}

.product-action div {
    padding: .5em 1.5em;
    margin-right: .5em;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

.product-action div:hover {
    filter: brightness(1.1);
}

.product-btn-green {
    background-color: #86bc42;
}

.product-btn-dark {
    background-color: #313E4E;
}

.price {
    color: #86bc42;
    font-size: 32px;
    font-weight: 700;
    display: flex;

    align-items: center;

}

.price .points {
    background: #86bc42;
    display: inline-block;
    color: #FFF;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    font-size: 20px;

}

.price .points-value {
    top: 5px;
    position: relative;
}

.price .small-text {
    font-size: 18px;
    top: 5px;

    position: relative;
}

.price-bar-1 {
    flex: .7;
    align-items: center;
}

.price-bar-2 {
    flex: .3;
    text-align: right;

    align-items: center;
}

.product-text-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 1em;
}

.top-block-text {
    padding-left: 2.5em;
}

.product-text-info {
    list-style: disc;
    margin: 0 0 1.5em 0;
    padding-left: 1.5em;
}

.product-text-info li {
    font-size: 18px;
    margin-bottom: .2em;
}

.imgbox .title a {
    color: #666;
    transition: all 0.3s ease 0s;
}

.imgbox .title {
    font-weight: 500;
    margin: 0 0 7px;
    font-size: 22px;
}

.imgbox .price {
    color: #86bc42;
    font-size: 20px;
    font-weight: 700;
}

.parent-banner {
    width: 100%;
    height: 337px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.child-banner {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.parent-banner:hover .child-banner,
.parent-banner:focus .child-banner {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent-banner:hover .child-banner:before,
.parent-banner:focus .child-banner:before {
    display: block;
}

.parent-banner:hover a,
.parent-banner:focus a {
    display: block;
}

.child-banner:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
}

.parent-banner a {
    position: absolute;
    top: 45%;
    left: 35%;
    display: none !important;
}

.parent-banner:hover a,
.parent-banner:focus a {
    display: block !important;
}

.imgbox {
    overflow: hidden;
    position: relative;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: 1em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn.white-border {
    color: #fff;
    background: #86bc42;
    margin-bottom: 0.5em;
    font-size: 1em;
    font-weight: 700;
}

@media screen and (max-width: 1080px) {

    #recompproduct .col-lg-4 {
        max-width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .top-block-img {
        padding: 0px;
    }

    .top-block-text {
        padding: 0px;
    }

    .main-product {
        max-width: 100%;
    }

    .product-h3 {
        margin-top: .5em
    }

    .product-action div {
        padding: .5em 1em;
    }

    #recompproduct .col-lg-4 {
        max-width: 100%;
    }

    .product-action div {
        font-size: 90%;
    }
}

.container {
    width: 1100px;
}

.section-title-wrapper {
    width: 100%;
}

.search-info{
    font-weight: 700;
    line-height: 32px;
    color:#7E7E7E; 
    text-align: center;
    padding:25px 15px;
    position: relative;
    width:100%;
}
.search-info h3{
    margin: 0px auto;
    
}

.cartNav {
    width: 100%;
    margin: 0 auto 30px auto;
}
.cart-step-nav{
    background: #fff;
    color:#313E4E;
    text-align: center;
    
}
.cart-step-nav-item {
    border: 0.0675em solid #2d3e50;
    padding:1.125em 0;
    font-size:1.2em;
}
.tab1-active::after{
    content: "";
    border-color:transparent transparent transparent #2d3e50;
    border-width: 30px;
    border-style: solid;
    z-index: 99;
    position: absolute;
    bottom: 0%;
    right: -10.5%;
}
.tab1-normal::after{
    content: "";
    border-color:transparent transparent transparent #fff;
    border-width: 30px;
    border-style: solid;
    z-index: 99;
    position: absolute;
    bottom: 0%;
    right: -10.5%;
}

@media screen and (max-width: 540px) {
    .tab1-active::after, .tab1-normal::after{
        right: -31.5%;
    }
}

.step-active {
    background:#2d3e50;
    color:#fff;
    
}

.order-container{
    
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom:.5rem;
}
.item-box , .form-box{
    display:flex;
    margin-top:.5rem ;
    padding:15px 0px;
    cursor: pointer;
}
.item-box:hover {
    background-color: #f7f7f7;
}
.item-box div{
    display:flex;
    align-items: center;
    font-family: "å¾®è»Ÿæ­£é»‘é«”", sans-serif;
    /*height:75px;*/
}
.item-box-img{
    flex:.2;
    justify-content: center;   
    padding:0px 15px;
}
.item-box-img img{
    border:1px solid #e5e5e5;
     max-width: 100%;
}
.item-box-name{
    flex:.4;
    justify-content:flex-start;
    color:#253D4E;
    font-size:16px;
}
.item-box-quantity{
    flex:.2;
    justify-content: center;
    color:#B6B6B6;
    font-weight:700;
    font-size:18px;
    font-weight: 700;
}
.item-box-point{
    flex:.2;
    justify-content: center;
    color:#92BB55;
    font-size:18px;
    font-weight: 700;
}

.result-container div{
    display:flex;
    font-family: "å¾®è»Ÿæ­£é»‘é«”", sans-serif;
}
.result-quantity{
    justify-content: flex-start;
    font-size:16px;
}
.result-total{
    justify-content: flex-end;
    font-size:16px;
    color:#B6B6B6;
    
}
.cart-total{
    font-size:18px;
    font-weight: 700;
}
.form-box input:focus ,.form-box textarea:focus{
    border-color:#92BB55;
    box-shadow: 0 0 0 0.2rem rgba(0, 190, 16, 0.25);
}
.form-box input , .form-box textarea{
    padding:1.4rem 1.2rem;
    border:1px solid #e5e5e5;
}
.cart-form-check{
   float:left;
    height:20px;
    width: 20px;
}
.cart-form-check[type="checkbox"]:checked {
background-color:#92BB55 !important;
}
.info-check-box{
    font-size:16px;
    display:flex;
    align-items: center;
}
.info-check-box label{
    margin:0px 8px;
}
.info-check-box a {
    text-decoration: underline #92BB55;
}
.cart-form-sumbit{
    display:flex;
    justify-content: flex-end;
}
.thanks-quote-box{
    display: flex;
    flex-direction:column;
    justify-content: center;
    padding: 2rem 3rem 2rem 6rem;
    
}
.thanks-quote-box p{
    font-size: 18px;
    
}

.thanks-quote-box h3{
    text-indent: -60px;
}
/*xiyu css e*/

nav>.nav.nav-tabs {
    color: #fff;
    background: #2d3e50;
    border-radius: 0;
}

nav>div a.nav-item.nav-link,
nav>div a.nav-item.nav-link.active {
    border: none;
    padding: 1.125em 1.5625em;
    color: #2d3e50;
    background: #fff;
    border-radius: 0;
    font-size: 1.2em;
    border: 0.0675em solid #2d3e50;
    position: relative;
}

nav>div a.nav-item.nav-link.active {
    background: #2d3e50;
    color: #fff;
}

nav>div a.nav-item.nav-link.active:after {
    content: "";
    border-top: 10px solid #2d3e50;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.tab-content {
    line-height: 1.5625em;
    padding: 1.875em 1.5625em;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
    border: none;
    background: #2d3e50;
    color: #fff;
    border-radius: 0;
    border: 0.0675em solid #2d3e50;
}

.pt-3,
.py-3 {
    padding-top: 0rem !important;
}

.ticket {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.ticket .ticket_list_5col,
.ticket .ticket_list_3col {
    border: 1px solid #d2d2d2;
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}

.ticket th {
    background: #2d3e50;
    color: #fff;
    border: 1px solid #d2d2d2;
    height: 40px;
    text-align: center;
    line-height: 36px;
}

.ticket .col1 {
    width: 200px;
    padding: 5px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.ticket .col2 {
    padding-left: 25px;
    border: 1px solid #d2d2d2;
}

.ticket .col2 h2 {
    font-size: 1.2em;
    color: #2d3e50;
}

.ticket .col3 {
    width: 250px;
    padding: 25px 0px;
    border: 1px solid #d2d2d2;
    font-size: 1.2em;
    text-align: center;
}

.ticket .col4 {
    padding: 25px 0px;
    border: 1px solid #d2d2d2;
    text-align: center;
}

.ticket .col5 {
    padding: 25px 0px;
    border: 1px solid #d2d2d2;
    font-size: 1.2em;
    text-align: center;
}

.ticket .col5>a {
    padding: 10px 15px;
    margin-top: -10px;
    background: #2d3e50;
    color: #fff;
    transition: .25s ease;
}

.btn1 {
    width: 100px;
    height: 40px;
    color: #fff;
    background: #86bc42;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 10px;
    font-size: 1em;
    font-weight: 700;
    transition: .25s ease-in;
}

.btn2 {
    width: 100px;
    height: 40px;
    color: #fff;
    background: #2d3e50;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin: 10px;
    font-size: 1em;
    font-weight: 700;
    transition: .25s ease-in;
}

.notice_page {
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
}

.notice_page h3 {
    margin: 10px 0;
    font-weight: 700;
    color: #2d3e50;
    border-left: 4px solid #2d3e50;
    padding-left: 8px;
}

.notice_page ol,
.notice_page ol ol {
    padding: 2px 15px;
}

.notice_page ol li {
    line-height: 1.8;
}

.ticket .col2 h2 {
    font-size: 1.2em;
    color: #2d3e50;
}

.ticket .col2 h5 {
    font-size: 1.1em;
    color: #86bc42;
}

.ticket .col3 a {
    padding: 15px;
    margin: 5px;
    background: #86bc42;
    color: #fff;
    transition: .25s ease;
}

.section-title-wrapper {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .sub_menus {
        width: 100%;
        background: #fff;
    }

    .sub_menus li a {
        font-size: 16px;
        line-height: 20px;
        display: inline-block;
        width: calc(100%/4);
        text-decoration: none;
        color: #fff;
        white-space: normal;
        border-right: 1px solid #2d3e50;
        background-color: #2d3e50;
        box-sizing: border-box;
        text-align: center;
        padding: 8px;
        margin: 0 5px 0 0;
        border-radius: 16px;
    }
}

.datepciker_com {
    width: 100%;
    margin: 10px auto
}

.datepciker_com form {
    overflow: auto
}

.datepciker_com form .dtc {
    width: 35%;
    float: left;
    margin: 1%
}

.datepciker_com form .dbn {
    width: 7%;
    float: left;
    text-align: center;
    margin-top: 43px
}

.datepciker_com small {
    margin-left: 1%;
}

.more_btn {
    color: #fff !important;
    background: #6cc533;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
}

.clear_btn {
    color: #fff !important;
    background: #2d3e50;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(134, 188, 66, .1);
}

@media screen and (max-width: 1080px) {
    .datepciker_com form .dtc {
        width: 90%;
    }

    .datepciker_com form .dbn {
        width: 45%;
        margin: 10px auto;
    }
}

.ticket .col5 {
    border: none;
}

.ticket .ticket_list_5col {
    border: none;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    margin: 0 -15px;
}

.main-timeline .timeline-content {
    color: #EA2027;
    text-align: center;
    display: block;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-year {
    font-size: 40px;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0 0 60px;
    border-bottom: 2px dotted #555;
    position: relative;
    z-index: 1;
}

.main-timeline .timeline-year:before,
.main-timeline .timeline-year:after {
    content: '';
    background: radial-gradient(#fff, #EA2027, #EA2027);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -10px;
}

.main-timeline .timeline-year:after {
    background: #555;
    height: 55px;
    width: 3px;
    border-radius: 0;
    bottom: -55px;
    z-index: -1;
}

.main-timeline .title {
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.main-timeline .timeline .timeline-content {
    color: #666;
}

.main-timeline .timeline .timeline-year:before {
    background: radial-gradient(#fff, #666, #666);
}

.main-timeline .timeline.green .timeline-content {
    color: #92BB55;
}

.main-timeline .timeline.green .timeline-year:before {
    background: radial-gradient(#fff, #92BB55, #92BB55);
}

@media screen and (max-width:1080px) {
    .main-timeline .col-lg-4 {
        max-width: 33%;
    }

    .main-timeline h2 {
        font-size: 150% !important;
    }
}

.hide {
    display: none;
}

@media screen and (max-width: 540px) {
    .ticket {
        overflow: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .productbox1 th {
        display: none;
    }

    tr.productbox2 {
        display: block;
        clear: both;
        margin-bottom: 10px;
        width: 200%;
    }

    tr.productbox2 .col5 {
        border: none;
        padding: 10px;
    }

    .productbox2 td.break {
        float: left;
    }
}

.blueinfo {
    padding: 4px 10px;
    background-color: rgba(134,188,66,0.3);
    color: #2d3e50;
    border-radius: 15px;
}

/*menu active*/
.sub_menus li a.active {
    color: #000;
}
@media screen and (max-width: 540px) {
    .sub_menus li a.active {
        color: #ffff00;
    }
}