@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  display: block;
}

a, img {
  border: none;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

/*---------------------------------------------------------------------*/


body {
    font-family: 微軟正黑體;

}

a {
    color: #fff;
}

*:focus {
    outline: none;
}


hr {
    margin: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
}

.wow:first-child {
    visibility: hidden;
}

h1 {
    text-indent: 101%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 100%;
}

.container {
    width: 100%;
}

.a1 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-green.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 80px 0px;
    overflow: hidden;
    clear: both;
}

.a2 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-orange.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 80px 0px;
    overflow: hidden;
    clear: both;
}

.a3 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-blue.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 80px 0px;
    overflow: hidden;
    clear: both;
}

.a4 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-pink.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 80px 0px;
    overflow: hidden;
}


.shopping-a1 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../images/shopping/shopping-bg1.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 80px 0px;
    overflow: hidden;
    clear: both;
}

.shopping-a2 {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    background-image: url(../images/shopping/shopping-bg2.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 40px 0px;
    overflow: hidden;
    clear: both;
}



.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
}

.box {
    width: 93%;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.align-center {
    margin: 0 auto;
}

.title-align-left {
    float: left;
}

.title-align-right {
    float: right;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.notch-left {
    background: linear-gradient(135deg, transparent 80px, #ffffff 0) top left;
}

.notch-right {
    background: linear-gradient(-135deg, transparent 80px, #ffffff 0) top left;
}


.theme-title {
    width: 100%;
    float: left;
    position: absolute;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
    display: block;
    z-index: 500;
}

.theme-title img {
    margin-top: 10px;
}

.theme-title-tt {}

.theme-title-tt img {
    margin: 0 auto;
}

/*.theme-title img {float:left; max-width:250px;}*/
.content {
    width: 40%;
    padding: 0px 0px 25px 0px;
}

.theme-pic {
    width: 60%;
}

.theme-pic-carousel {
    width: 60%;
}

.theme-pic-carousel img {
    width: 100%;
}

.content p {
    float: left;
    padding: 15px 35px;
    font-size: 19px;
    line-height: 40px;
    font-weight: bold;
    color: #626262;
}

.button-group {
    padding: 0px 15px;
    width: 95%;
    margin: 0 auto;
}

.button-group-btn {
    float: left;
    width: 45%;
    margin: 0px 5px;
}

.btn-align-1 {
    text-align: right;
}

.btn-align-2 {
    text-align: left;
}

.button-group-one {
    padding: 0px 15px;
    width: 95%;
    margin: 0 auto;
}

.button-group-one-btn {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    clear: both;
}

.content-theme {
    width: 43%;
}

.content-theme p {
    float: left;
    padding: 15px 15px 15px 45px;
    font-size: 19px;
    line-height: 46px;
    font-weight: bold;
    color: #626262;
}

.title-introduce {
    font-size: 17px;
    font-weight: bold;
    color: #626262;
    padding: 20px;
}

.recommend {
    width: 90%;
    margin: 0 auto;
}

.recommend-bg {
    float: left;
    background: #ffffff;
}

.featured-img {
    width: 55%;
    float: left;
}

.featured-img img {
    width: 100%;
}

.featured-content {
    width: 42%;
    float: left;
    padding: 20px 10px 5px 40px;
}

.featured-tt {
    font-size: 30px;
    font-weight: bold;
    color: #82ae23;
    border-bottom: 1px dotted #dcdcdc;
    line-height: 46px;
}

.featured-special {
    font-size: 24px;
    font-weight: bold;
    color: #fc4c02;
    padding: 10px 0px;
}

.featured-con {
    font-size: 17px;
    font-weight: bold;
    color: #626262;
    min-height: 150px;
}

.featured-content ul {
    padding: 10px;
}

.featured-content ul li {
    width: 100%;
    float: left;
    padding: 5px;
}

.list-icon {
    text-indent: -10px;
    padding-left: 10px;
}

.big-price {
    font-size: 36px;
    font-weight: bold;
    color: #ffff00;
    padding: 0px 5px;
}

.btn-order {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.stroke {
    width: 90%;
    margin: 20px auto;
}

.icon-location {
    width: 100%;
    height: 25px;
    float: left;
    background: url(../images/shopping/icon-location.png) 0 0 no-repeat;
    padding-left: 20px;
    line-height: 24px;
}

.con-txt {
    font-size: 17px;
    line-height: 34px;
    position: absolute;
    top: 30%;
    padding: 5px 35px;
    width: 40%;
    font-family: 微軟正黑體;
}

.con-txt-spacing {
    padding: 10px 0px;
}

.con-txt-right {
    right: 0;
}

.shopping-name {
    color: #fb6fab;
    font-size: 24px;
    font-weight: bold;
}

.shopping-time {
    color: #fb6fab;
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
}

.shopping-en {
    color: #fb6fab;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    float: left;
}

.shopping-btn {
    padding-left: 8px;
}

.shopping-btn a {
    background: #fb6fab;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    padding: 5px 10px;
    font-weight: bold;
}

.shopping-btn a:hover {
    background: #eb6100;
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    padding: 5px 10px;
    font-weight: bold;
}

.txt-pc {
    display: block;
}

.txt-phone {
    display: none;
}

.txt-foreword {
    width: 86%;
    padding: 10px;
    line-height: 35px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333333;
}

.bg-foreword1 {
    background: #ffd4e7;
}

.bg-foreword2 {
    background: #fdaece;
}

/*
@media screen and (max-width:1850px) {
.content-theme {width:36%;}
}

@media screen and (max-width:1645px) {
.content-theme {width:30%;}
}

@media screen and (max-width:1510px) {
.content-theme {width:100%;}
}
*/



@media screen and (max-width:1500px) {

    /*.con-txt {font-size:16px; line-height: 32px; position: absolute; top:35%; padding:5px 35px; width:40%;}	*/
    .con-txt {
        font-size: 15px;
        line-height: 26px;
        position: absolute;
        top: 35%;
        padding: 5px 35px 5px 50px;
        width: 50%;
    }

    .con-txt-spacing {
        padding: 15px 0px;
    }

    .shopping-name {
        color: #fb6fab;
        font-size: 21px;
        font-weight: bold;
    }

    .shopping-time {
        color: #fb6fab;
        font-size: 14px;
        font-weight: bold;
        padding-left: 8px;
    }

    .shopping-btn a {
        background: #fb6fab;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        padding: 5px 10px;
        font-weight: bold;
    }
}

@media screen and (max-width:1200px) {
    .con-txt {
        font-size: 15px;
        line-height: 26px;
        position: absolute;
        top: 28%;
        padding: 5px 35px;
        width: 50%;
    }

    .theme-title img {
        width: 25%;
        margin-top: -15px;
    }

    .con-txt-spacing {
        padding: 5px 0px;
    }
}

/**/

@media screen and (max-width: 960px) {
    .con-txt {
        font-size: 15px;
        line-height: 26px;
        position: absolute;
        top: 12%;
        padding: 5px 35px;
        width: 100%;
    }

    .theme-title img {
        width: auto;
        margin-top: -60px;
    }
}


@media screen and (min-width: 769px) {
    .shopping-bigpic {
        display: block;
    }

    .shopping-smallpic {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .con-txt {
        font-size: 14px;
        line-height: 26px;
        position: absolute;
        top: 12%;
        padding: 5px 30px;
        width: 100%;
    }

    .theme-title img {
        width: 100%;
        margin-top: -40px;
        max-width: 230px;
    }

    .shopping-bigpic {
        display: none;
    }

    .shopping-smallpic {
        display: block;
    }

    .txt-pc {
        display: none;
    }

    .txt-phone {
        display: block;
    }

    .txt-foreword {
        font-size: 14px;
        line-height: 28px;
    }
}

@media screen and (max-width: 600px) {
    .con-txt {
        font-size: 13px;
        line-height: 25px;
        position: absolute;
        top: 13%;
        padding: 5px 25px;
        width: 100%;
    }

    .shopping-name {
        color: #fb6fab;
        font-size: 17px;
        font-weight: bold;
    }

    .shopping-time {
        color: #fb6fab;
        font-size: 14px;
        font-weight: bold;
        padding-left: 8px;
    }
}

@media screen and (max-width: 468px) {}

@media screen and (max-width: 400px) {
    .con-txt {
        font-size: 13px;
        line-height: 25px;
        position: absolute;
        top: 14%;
        padding: 5px 23px;
        width: 100%;
    }

    .shopping-en {
        color: #fb6fab;
        font-size: 11px;
        font-weight: bold;
        overflow: hidden;
    }
}

/*
@media screen and (max-width:1300px) {
.featured-img {width:50%;}
.featured-content {width:42%; padding:20px 20px 5px 25px;}
.featured-con {min-height:0px;}
	
}

@media screen and (max-width:1024px) {
	
.featured-img {width:100%;}
.featured-img img {float:left; width:100%;}
.featured-content {width:94%; padding:20px 20px 15px 25px;}
.featured-con {min-height:0px;}
.btn-order {width:90%; margin:0 auto; text-align: center;}
}

@media screen and (min-width:1251px) {
.theme-big {display: block;}	
.theme-small {display: none;}	
}


@media screen and (max-width:1250px) {
.content {width:100%; padding:0px 0px 25px 0px;}
.theme-pic {width:100%;}
	
.theme-big {display: none;}	
.theme-small {display: block;}
	
.theme-pic-carousel {width:100%;}

}



@media screen and (min-width: 961px) {
.bigpic {display:block;}
.smallpic {display: none;}
.phonepic {display: none;}
}

@media screen and (max-width:960px) {
.bigpic {display: none;}
.smallpic {display: block;}
.phonepic {display: none;}
}

@media screen and (max-width:467px) {
.bigpic {display: none;}
.smallpic {display: none;}
.phonepic {display: block;}

.button-group-btn {float:left; width:100%; margin:0px 5px;}
.btn-align-1 {text-align:center;}
.btn-align-2 {text-align:center;}
	
/*.theme-title {margin:0 auto; margin-top:-50px;}*/
/*.theme-title img {max-width:75%; margin:0 auto;}
.title-align-left {float:none;}
.title-align-right {float:none;}	
	
.content-theme {margin-top:30px;}
}
*/



/*
==============================================
head-route1
==============================================
*/
.head-route1 {

    -webkit-animation-name: head-route1;
    animation-name: head-route1;

    animation-duration: 0.5s;
    -webkit-animation-duration: 2s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}



@-webkit-keyframes head-route1 {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes head-route1 {

    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

/*
==============================================
head-route2
==============================================
*/
.head-route2 {

    -webkit-animation-name: head-route2;
    animation-name: head-route2;

    animation-duration: 0.5s;
    -webkit-animation-duration: 2s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}



@-webkit-keyframes head-route2 {

    0%,
    30%,
    63%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    43%,
    46% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes head-route2 {

    0%,
    30%,
    63%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    43%,
    46% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}



.btn-more a {
    background: #ff8c6a;
    color: #ffffff;
    padding: 10px;
    float: right;
    margin-right: 10px;
    text-decoration: none;
}

.btn-more a:hover {
    background: #f67853;
    color: #ffffff;
    padding: 10px;
    float: right;
    margin-right: 10px;
    text-decoration: none;
}

.stroke-btn {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.stroke-btn:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.stroke-btn:hover {
    -webkit-transform: translateY(1%);
    -moz-transform: translateY(1%);
    -ms-transform: translateY(1%);
    transform: translateY(1%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}