/* Minification failed. Returning unminified contents.
(277,1): run-time error CSS1019: Unexpected token, found '@import'
(277,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/earlyaccess/notosanstc.css)'
(2688,17): run-time error CSS1038: Expected hex color, found '#0000'
(3225,15): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider{
  margin: 0;
  padding: 0;
}
.flexslider .slides > li{
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {

  background: #fff;

  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 10px;
  float:left;
}
.flex-direction-nav {
  *height: 0;
  position: absolute;
    right: 30px;
    bottom: 20px;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
 opacity:0.7;
  float:left;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background-color:rgba(255,255,255,0.2);

  text-align:center;

}
.flex-direction-nav a:before {
  content: '';
  background-image:url(../images/leftArrow.png);
  background-position:center;
  background-size:contain;
  width:50px;
  height:50px;
  text-indent:-9999px;
  display: inline-block;
  background-color:rgba(255,255,255,0.2);

}
.flex-direction-nav a.flex-next:before{
  background-image:url(../images/rightArrow.png);
  background-position:center;
  background-size:contain;
}

.flexslider:hover .flex-direction-nav .flex-prev {
 
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {

  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

    strong{
        font-weight:bolder;
    }

    html {
        line-height: 1;
    }

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

.icon > a {
    display: inline-block;
    vertical-align: middle;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'iconfont';
    /* project id 545616 */
    src: url("//at.alicdn.com/t/font_545616_48md2jrxunvr6bt9.eot");
    src: url("//at.alicdn.com/t/font_545616_48md2jrxunvr6bt9.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_545616_48md2jrxunvr6bt9.woff") format("woff"), url("//at.alicdn.com/t/font_545616_48md2jrxunvr6bt9.ttf") format("truetype"), url("//at.alicdn.com/t/font_545616_48md2jrxunvr6bt9.svg#iconfont") format("svg");
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
}

.gotop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 30px;
    height: 30px;
    display: none;
    cursor: pointer;
    z-index: 5000;
    outline: none;
    text-indent: -9999px;
    background-color: rgba(93, 165, 183, 0.77);
    background-color: #5da5b7 \9;
    background-image: url(../images/gotop.png);
    background-size: contain;
}

a {
    text-decoration: none;
    color: #000;
    font-family: 'Noto Sans TC', sans-serif;
}

.hidescroll {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed !important;
    width: 100%;
    top: 0;
}

html.hidescroll {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed !important;
    width: 100%;
    top: 0;
}

.logo {
    float: left;
    text-indent: -9999px;
    width: 150px;
    height: 108px;
    background-image: url(../images/202111/2021logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 15px 0;
}

.container {
    margin: 0 auto;
    width: 1300px;
}

select, input {
    outline: none;
}

header {
    width: 100%;
    height: 130px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 30px;
}

    header .container {
        text-align: center;
    }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.topMenu {
    display: inline-block;
}

    .topMenu li {
        float: left;
        margin-right: 80px;
        line-height: 130px;
        position: relative;
    }

        .topMenu li a {
            font-size: 20px;
        }

            .topMenu li a .iconfont {
                font-size: 12px;
                margin: 0 5px;
            }

            .topMenu li a:hover {
                color: #348ea4;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

.mobile-menu, .member-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    left: 0;
    top: 130px;
    display: none;
}

.sonMenu {
    position: absolute;
    top: 75%;
    right: 0;
    z-index: 100;
    background: #fff;
    min-width: 100px;
    padding: 0 10px;
    border-top: 5px solid #348ea4;
    display: none;
    box-shadow: 0 2px 5px #888888;
}

.productInfoCon {
    overflow: hidden;
    /*padding-bottom: 60px;*/
}

.topIcon li .sonMenu {
    min-width: 200px;
    z-index: 9999;
}

    .topIcon li .sonMenu li {
        float: none;
        font-size: 16px;
        text-align: center;
        height: auto;
    }

        .topIcon li .sonMenu li span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: inline-block;
            width: 100px;
            line-height: 16px;
        }

.sonMenu li a {
    display: block;
    overflow: hidden;
}

.sonMenu li {
    float: none;
    margin: 0;
    line-height: 40px;
}

.blue {
    color: #3d93a8;
}

.language select {
    border: none;
    margin-top: 0px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 5px;
    font-family: 'Noto Sans TC', sans-serif;
    position: relative;
    top: -12px;
    left: -3px;
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
}

.search {
    display: none;
}

.topIcon {
    float: right;
    margin-top: -85px;
}

    .topIcon li {
        float: left;
        font-size: 13px;
        margin: 0 5px;
        position: relative;
        height: 80px;
    }

        .topIcon li:first-of-type {
            width: 200px;
            text-align: right;
        }

        .topIcon li .iconfont {
            font-size: 30px;
        }

        .topIcon li a:hover {
            color: #348ea4;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .topIcon li.language {
            margin: 0 -10px;
        }

            .topIcon li.language:hover .iconfont {
                color: #3d93a8;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

.slider {
    clear: both;
    margin: 0;
}

    .slider .flexslider .slides > li {
        position: relative;
        overflow: hidden;
    }

        .slider .flexslider .slides > li .title {
            width: 100%;
            position: absolute;
            bottom: 80px;
            color: #fff;
            display: block !important;
        }

            .slider .flexslider .slides > li .title h2 {
                font-size: 40px;
                font-weight: bold;
                width: 95%;
                overflow: hidden;
                margin: 0 auto;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .slider .flexslider .slides > li .title a {
                color: #fff;
            }

            .slider .flexslider .slides > li .title .tag {
                width: 95%;
                margin: 0 auto;
            }

                .slider .flexslider .slides > li .title .tag a {
                    border: 1px solid #fff;
                    box-sizing: border-box;
                    padding: 10px;
                    margin: 0 4px 10px;
                    display: inline-block;
                    font-size: 18px;
                    background-color: #00000080;
                }

                    .slider .flexslider .slides > li .title .tag a:hover {
                        background: #fff;
                        color: #000;
                        -webkit-transition: background 200ms ease;
                        -moz-transition: background 200ms ease;
                        -o-transition: background 200ms ease;
                        transition: background 200ms ease;
                    }

.Titleblue {
    background-image: url(../images/blue.png) !important;
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin: 30px auto 20px;
    line-height: 50px;
    color: #88c0b6;
    padding-top: 10px;
}

.scenery {
    padding-bottom: 30px;
}

    .scenery .container {
        width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

.goAtc {
    width: 30%;
    display: inline-block;
    text-align: left;
    /*background: #fafafa;*/
    background: #FFF;
    margin: 16px 10px;
    cursor: pointer;
    /*padding-bottom: 20px;*/
    position: relative;
}

.goAtc .icon{
    position: absolute;
    width: 100px;
    right: -18px;
    top: -38px;
}

.goAtc .icon img{
    width:100%;
}

    .goAtc .tleft {
        font-size: medium;
    }

    .goAtc .tright {
        font-size: medium;
        float: right;
        /*color: coral;*/
        color:#e70913;
        font-weight: bolder;
    }

        .goAtc .tright .nt {
        }

        .goAtc .tright .price {
            font-size: x-large;
            margin: 0 4px;
        }

        .goAtc .tright .up {
        }

    .goAtc .pic {
        overflow: hidden;
        height: 200px;
        background-size: cover;
    }

        .goAtc .pic img {
            width: 100%;
        }

    .goAtc h1, .goAtc p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .goAtc h1 {
        height: 50px;
        font-size: 18px;
        color: #636363;
        width: 100%;
        margin: 10px auto;
        line-height: 25px;
        text-align: left;
        font-weight: 500;
    }

    .goAtc p {
        font-size: 15px;
        color: #959595;
        width: 100%;
        margin: 0 auto 10px;
        line-height: 20px;
        text-align: left;
    }

    .goAtc .container {
        width: 95%;
        margin: 0 auto;
    }

    .goAtc .goLink {
        background: #5da5b7;
        box-sizing: border-box;
        padding: 10px;
        float: right;
        color: #fff;
    }

.foodArticle {
    /*height: 1200px;*/
    background: #f5f5f5;
    width: 100%;
    position: relative;
}

    .foodArticle .list {
        margin-top: 50px;
    }

        .foodArticle .list .goAtc:hover {
            box-shadow: 0 0 20px #fff;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

    .foodArticle .goAtc .container {
        width: 95%;
        margin: 0 auto;
    }

    .foodArticle .goLink {
        font-size: 16px;
        padding: 0 10px;
    }

    .foodArticle .whiteMask {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 94px;
        background: url(../images/cover.png);
        background-repeat: no-repeat;
    }

    .foodArticle .foodPic {
        background-image: url(images/food.jpg);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .foodArticle .mask {
        width: 100%;
        height: 90%;
        position: absolute;
        z-index: 1000;
        top: 0;
        background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.26) 29%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.26) 29%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.26) 29%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 );
        /* IE6-9 */
    }

    .foodArticle .Content {
        position: relative;
        background: none;
        z-index: 2000;
        top: 10%;
        width: 1200px;
        color: #fff;
        margin: 0 auto;
        font-size: 20px;
        line-height: 35px;
        font-weight: 300;
    }

        .foodArticle .Content h2 {
            /*background-image: url(../images/white.png);*/
            background-image: url(../images/blue.png);
            background-repeat: no-repeat;
            background-position: center top;
            text-align: center;
            font-size: 40px;
            font-weight: 500;
            line-height: 70px;
            color: #88c0b6;
            margin: 30px auto 20px;
        }

        .foodArticle .Content h3 {
            font-size: 35px;
            line-height: 45px;
            font-weight: 500;
        }

        .foodArticle .Content .date {
            font-size: 25px;
            margin: 10px 0;
            font-weight: 500;
        }

            .foodArticle .Content .date span {
                margin-right: 20px;
            }

        .foodArticle .Content .goLink2 {
            float: right;
            color: #fff;
            margin-right: 10px;
        }

            .foodArticle .Content .goLink2:hover {
                position: relative;
                left: 5px;
            }

        .foodArticle .Content .more {
            clear: both;
            color: #000;
            background: rgba(255, 255, 255, 0.8);
            font-weight: 500;
            text-align: center;
            width: 300px;
            margin: 0 auto;
            display: block;
            height: 60px;
            line-height: 60px;
            font-size: 30px;
        }

            .foodArticle .Content .more:hover {
                background: none;
                color: #fff;
                border: 1px solid;
                -webkit-transition: all 500ms linear;
                -moz-transition: all 500ms linear;
                -o-transition: all 500ms linear;
                transition: all 500ms linear;
            }

footer {
    background: #fff;
    margin-top: -40px;
}

    footer .about {
        margin: 0 auto 20px;
        width: 600px;
        position: relative;
        overflow: hidden;
        background-image: url(../images/footerline.png);
        background-repeat: repeat-x;
        background-position: center;
    }

        footer .about .center {
            width: 250px;
            margin: 0 auto;
            background: #fff;
        }

    footer .logo {
        width: 200px;
        height: 50px;
        /*background-image: url(../images/footerlogo.png);*/
        background-image: url(../images/202111/footerlogo.png);
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        margin: 0 auto 5px;
        float: none;
        padding: 0 20px;
        box-sizing: border-box;
    }

        footer .logo:hover {
            opacity: 0.8;
        }

    footer .icon {
        margin: 0 auto;
        width: 180px;
    }

        footer .icon a .iconfont {
            font-size: 30px;
            margin: 0 5px;
            color: #549e9b;
        }

            footer .icon a .iconfont:hover {
                color: #24606f;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

    footer .copyright {
        width: 100%;
        padding: 20px 0;
        /*background: #549e9b;*/
        background: #549e9b;
        color: #fff;
        text-align: center;
    }

        footer .copyright p {
        }

        footer .copyright ul {
            width: 330px;
            margin: 0 auto;
            overflow: hidden;
        }

        footer .copyright li {
            float: left;
            line-height: 30px;
            width: 33%;
        }

            footer .copyright li a {
                color: #fff;
            }

                footer .copyright li a:hover {
                    text-decoration: underline;
                }

#insurance_div p {
    color: #d0284e;
    margin: 10px 0;
    font-size: 13px;
}

.content {
    background: #f5f5f5;
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    min-height: 70vh;
}

.accept {
    margin: 10px auto 20px;
    color: #666;
    line-height: 25px;
    max-height: 100px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    position: relative;
}

    .accept.show {
        max-height: 500px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

.acpT {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 500;
    color: #5da5b7;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.acpBtn {
    background: #eee;
    line-height: 60px;
    text-align: left;
    margin-top: 10px;
}

    .acpBtn .item {
        display: inline-block;
        width: 75px;
        text-align: center;
    }

.open {
    display: block;
    width: 100%;
    height: 70px;
    background-image: url(../images/open.png);
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.accept.show .open {
    background: none;
    position: static;
    height: 30px;
    line-height: 30px;
}

.content .container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.content + footer {
    margin-top: 10px;
}

.content .list {
    margin-top: 20px;
}

    .content .list .pic {
        width: 100%;
        height: 200px;
        background-size: cover;
        overflow: hidden;
    }

    .content .list .goProduct {
        display: inline-block;
        width: 30%;
        margin: 10px;
        box-sizing: border-box;
        padding-bottom: 20px;
        background: #fff;
        position: relative;
    }

        .content .list .goProduct:hover {
            box-shadow: 0 0 20px #d8d8d8;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .content .list .goProduct h1 {
            font-size: 20px;
            clear: both;
            width: 95%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 5px auto;
            text-align: left;
            font-weight: 500;
        }

        .content .list .goProduct .link {
            position: absolute;
            z-index: 100;
            width: 100%;
            height: 100%;
            left: 0;
        }

        .content .list .goProduct .member {
            text-align: left;
            width: 95%;
            margin: 10px auto;
            font-size: 20px;
        }

            .content .list .goProduct .member span {
                font-size: 30px;
                font-weight: 500;
                color: #d0284e;
                margin-left: 10px;
            }

.content .slider {
    clear: both;
    margin: 0;
}

    .content .slider .productSlide .slides > li {
        position: relative;
        overflow: hidden;
    }

        .content .slider .productSlide .slides > li .title {
            width: 100%;
            position: absolute;
            bottom: 80px;
            color: #fff;
            display: block !important;
        }

            .content .slider .productSlide .slides > li .title h2 {
                font-size: 40px;
                font-weight: bold;
                width: 95%;
                overflow: hidden;
                margin: 0 auto;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .content .slider .productSlide .slides > li .title a {
                color: #fff;
            }

            .content .slider .productSlide .slides > li .title .tag {
                width: 95%;
                margin: 0 auto;
            }

                .content .slider .productSlide .slides > li .title .tag a {
                    border: 1px solid #fff;
                    box-sizing: border-box;
                    padding: 10px;
                    margin: 0 4px 10px;
                    display: inline-block;
                    font-size: 18px;
                }

                    .content .slider .productSlide .slides > li .title .tag a:hover {
                        background: #fff;
                        color: #000;
                        -webkit-transition: background 200ms ease;
                        -moz-transition: background 200ms ease;
                        -o-transition: background 200ms ease;
                        transition: background 200ms ease;
                    }

.productSlider {
    width: 700px;
    height: 450px;
    float: left;
    margin-bottom: 10px;
}

    .productSlider .slides {
        height: 450px;
        overflow: hidden;
    }

    .productSlider .flex-direction-nav li {
        margin-right: 5px;
        float: left;
    }

    .productSlider .flex-direction-nav {
        bottom: 45px;
    }

.flex-caption {
    width: 700px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    line-height: 30px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 10px;
}

.productStroke {
    width: 450px;
    float: right;
    margin-right: 10px;
    border-left: 1px solid #5da5b7;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

    .productStroke ol {
        list-style-type: decimal;
        list-style-position: inside;
        width: 100%;
        margin-bottom: 10px;
    }

        .productStroke ol li {
            background-image: url(../images/location.png);
            background-repeat: no-repeat;
            background-position: left top;
            background-size: 15px;
            padding-left: 20px;
            line-height: 30px;
            color: #555;
        }

    .productStroke .desc {
        color: #3d93a8;
        line-height: 25px;
    }

    .productStroke .type {
        color: #555;
        line-height: 25px;
    }

    .productStroke span.title {
        font-weight: 500;
        margin-right: 5px;
    }

    .productStroke span.price {
        font-size: 20px;
        font-weight: bold;
        color: #d0284e;
    }

    .productStroke .gray {
        color: #888;
        line-height: 25px;
    }

    .productStroke .goSign {
        text-align: center;
        color: #fff;
        background: #e91e1e;
        border-radius: 5px;
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        margin: 10px auto;
        /*cursor: pointer;*/
    }
/*.productStroke .goSign:hover {
  background: #24606f;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}*/

.proCon {
    clear: both;
}

.otherInfo {
    width: 550px;
    margin: 10px auto 0;
    overflow: hidden;
    border: 1px solid #549e9b;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 0;
    color: #888;
}

    .otherInfo .left {
        float: left;
    }

    .otherInfo h5 {
        width: 300px;
        height: 48px;
        background-image: url(../images/logoOther.png);
        background-repeat: no-repeat;
        text-indent: -9999px;
        background-position: center;
    }

    .otherInfo .small {
        margin: 5px auto;
        color: #000;
    }

    .otherInfo p {
        font-size: 13px;
        line-height: 15px;
    }

.proCon article {
    clear: both;
    margin: 20px 0;
}

    .proCon article h1, .proCon article h2{
        line-height: 50px;
        font-size: 30px;
        color: #3f6f7b;
        font-weight: 500;
    }

.infoMenu {
    overflow: hidden;
    border-bottom: 3px solid #5da5b7;
}

    .infoMenu li {
        float: left;
        line-height: 30px;
        width: 100px;
        text-align: center;
        height: 50px;
        line-height: 50px;
        background: #fff;
        margin-right: 10px;
        border: 1px solid #efefef;
    }

        .infoMenu li a {
            display: block;
        }

        .infoMenu li:hover {
            background: #e6e6e6;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .infoMenu li.active {
            background: #5da5b7;
        }

            .infoMenu li.active a {
                color: #fff;
            }

.pageNum {
    text-align: center;
    margin: 20px auto 10px;
}

    .pageNum li {
        width: 50px;
        height: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        border-radius: 50px;
        background: #eee;
        color: #549e9b;
        display: inline-block;
        cursor: pointer;
        line-height: 50px;
        margin: 0 2px;
    }

        .pageNum li:first-of-type, .pageNum li:last-of-type {
            background: none;
            font-weight: 500;
            font-size: 16px;
        }

            .pageNum li:first-of-type.active, .pageNum li:last-of-type.active {
                color: #549e9b;
                background: none;
            }

            .pageNum li:first-of-type:hover, .pageNum li:last-of-type:hover {
                background: none;
                font-weight: 700;
            }

        .pageNum li:hover {
            background: #ccc;
        }

        .pageNum li.active {
            background: #549e9b;
            color: #fff;
        }

.tag {
    width: 95%;
    margin: 0 auto;
}

    .tag p {
        float: left;
        padding: 5px 10px;
        background: #5da5b7;
        margin: 10px 5px;
        color: #fff;
    }

#SignForm .List {
    display: none;
}

.item {
    line-height: 30px;
    margin-bottom: 5px;
    clear: both;
}

    .item span {
        margin-right: 5px;
        font-weight: 500;
    }

    .item input[type="text"], .item select, .shipping_rule select {
        width: 350px;
        border: 0;
        height: 30px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        padding-left: 5px;
        font-size: 100%;
        font-weight: 500;
    }

.shipping_rule select {
    width: initial;
    margin-right: 5px;
}

        .shipping_rule span {
        }

.passenger {
    padding: 10px 5px;
    box-sizing: border-box;
    background: #eee;
    margin: 10px auto 20px;
}

    .passenger .item span {
        width: 65px;
        text-align: right;
        float: left;
    }

    .passenger .item input[type="text"] {
        width: 345px;
    }

.pType {
    text-align: left;
    line-height: 20px;
    color: #a9a9a9;
}

.error {
    color: #d0284e;
    line-height: 20px;
}

.total, .shipping_rule {
    border-top: 1px solid #5da5b7;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .total span {
        font-size: 20px;
        font-weight: bold;
        color: #d0284e;
    }

button.addCart {
    width: 100%;
    margin: 10px auto;
    height: 40px;
    color: #fff;
    border: 0;
    background: #5da5b7;
    font-size: 18px;
    font-family: 'Noto Sans TC', sans-serif;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}

button.next, button.back {
    width: 46%;
    margin: 1% 2%;
    float: left;
}

button.back {
    background-color: #e91e1e;
}

    .remark li {
        text-align: left;
    }

.remark_specs {
    background-color: #f4f3f3;
    padding-left: 20px;
    border-bottom: #549e9b 1px solid;
}

.already {
    color: #5da5b7;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.goCartLink {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #d0284e;
    font-size: 18px;
    border-radius: 5px;
}

    .goCartLink:hover {
        background: #a01837;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

.cartF {
    width: 1200px;
    margin: 10px auto;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.proImg {
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    float: left;
}

.proN {
    float: left;
    margin-left: 10px;
    max-width: 400px;
}

    .proN a {
        text-decoration: underline;
    }

        .proN a:hover {
            color: #666;
        }

.addT {
    color: #549e9b;
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    border-top: 5px solid #549e9b;
    font-weight: 500;
    text-align: left;
}

    .addT button {
        float: right;
        height: 30px;
        line-height: 30px;
        color: #fff;
        background: #549e9b;
        cursor: pointer;
        border: 0;
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 16px;
    }

        .addT button:hover {
            opacity: 0.8;
        }

.totalArea {
    color: #549e9b;
    text-align: right;
}

    .totalArea span {
        font-size: 20px;
        font-weight: bold;
        margin-right: 100px;
    }

.addArea {
    text-align: center;
}

    .addArea li {
        width: 23%;
        display: inline-block;
        margin: 0 10px;
    }

    .addArea .proPic {
        width: 100%;
        height: 200px;
        background-size: cover;
    }

    .addArea .choose {
        line-height: 30px;
        text-align: left;
        color: #549e9b;
        font-size: 18px;
    }

        .addArea .choose input {
            width: 20px;
            height: 20px;
            position: relative;
            top: 5px;
        }

    .addArea .proName {
        line-height: 24px;
        text-align: left;
    }

    .addArea .pPrice {
        font-size: 20px;
        color: #d0284e;
        margin-top: 5px;
    }

.btnArea {
    text-align: right;
    margin-top: 20px;
}

    .btnArea button {
        font-family: 'Noto Sans TC', sans-serif;
        color: #fff;
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: 0;
        font-size: 20px;
        outline: none;
        font-weight: 500;
        letter-spacing: 1px;
        display: inline-block;
        cursor: pointer;
    }

        .btnArea button.continue {
            background: #f5ab00;
            margin-right: 10px;
        }

            .btnArea button.continue:hover {
                background: #a97600;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

        .btnArea button.clear {
            background: #d0284e;
            display: inline-block;
            color: #fff;
            width: 200px;
            height: 50px;
            line-height: 50px;
            border: 0;
            font-size: 20px;
            outline: none;
            font-weight: 500;
            letter-spacing: 1px;
            text-align: center;
        }

            .btnArea button.clear:hover {
                background: #a21f3d;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

    .btnArea .goCheck, .btnArea .cart, .btnArea .clear {
        background: #d0284e;
        display: inline-block;
        color: #fff;
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: 0;
        font-size: 20px;
        outline: none;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
    }

        .btnArea .goCheck:hover, .btnArea .cart:hover {
            background: #a21f3d;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

    .btnArea .cart {
        background: #f5ab00;
    }

        .btnArea .cart:hover {
            background: #a97600;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

#css_table {
    display: table;
    width: 100%;
}

.css_tr {
    display: table-row;
}

    .css_tr:nth-of-type(odd) {
        background: #f4f4f4;
    }

.css_td {
    display: table-cell;
    line-height: 30px;
    color: #333;
    text-align: center;
    vertical-align: top;
    padding-top: 10px;
}

    .css_td.first {
        border-bottom: 5px solid #5da5b7;
        font-size: 18px;
        font-weight: 500;
        color: #000;
    }

    .css_td .delete {
        border: 0;
        background: none;
        cursor: pointer;
    }

        .css_td .delete:hover {
            opacity: 0.8;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .css_td .delete .iconfont {
            font-size: 40px;
            color: #5da5b7;
        }

.step {
    display: block;
    margin: 20px auto 60px;
}

.stepF {
    width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

    .stepF .item input[type="text"], .stepF .item select {
        width: 500px;
    }

    .stepF .btnArea {
        text-align: center;
        margin-top: 50px;
    }

        .stepF .btnArea button {
            width: 30%;
        }

            .stepF .btnArea button.clear {
                width: 30%;
                margin-right: 10px;
                cursor: pointer;
            }

        .stepF .btnArea .next1, .stepF .btnArea .back {
            font-family: 'Noto Sans TC', sans-serif;
            color: #fff;
            width: 30%;
            height: 50px;
            line-height: 50px;
            border: 0;
            font-size: 20px;
            outline: none;
            font-weight: 500;
            letter-spacing: 1px;
            display: inline-block;
            cursor: pointer;
            background: #549e9b;
        }

        .stepF .step2 .btnArea .end, .stepF .btnArea .back {
            width: 30%;
            margin-right: 10px;
        }

        .stepF .btnArea .next1:hover {
            background: #24606f;
        }

        .stepF .btnArea .goCheck, .stepF .btnArea .cart, .stepF .btnArea .clear {
            width: 30%;
            margin-right: 10px;
        }

        .stepF .btnArea .cart {
            background: #f5ab00;
        }

            .stepF .btnArea .cart:hover {
                background: #a97600;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

    .stepF .choose {
        width: 100%;
        border-top: 1px solid #3d93a8;
        margin: 20px 0;
        padding-top: 10px;
    }

    .stepF .step2 .btnArea .cart {
        width: 200px;
        margin-right: 10px;
    }

    .stepF .step2 .end {
        background: #d0284e;
        display: inline-block;
        color: #fff;
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: 0;
        font-size: 20px;
        outline: none;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: center;
        cursor: pointer;
    }

        .stepF .step2 .end:hover {
            background: #a21f3d;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

.line {
    width: 100%;
    height: 1px;
    background: #549e9b;
    margin: 20px auto;
}

.endImg, .wrongImg {
    display: block;
    margin: 50px auto;
}

.step1, .step3 {
    width: 600px;
    margin: 0 auto;
}

.step2 .css_table {
    width: 1200px;
    margin: 0 auto;
}

.step2 {
    display: none;
}

.account {
    width: 350px;
    margin: 0 auto;
    line-height: 30px;
    color: #666;
}

    .account span {
        font-weight: 500;
    }

    .account p {
        border-bottom: 1px solid #dddddd;
        padding-bottom: 5px;
    }

        .account p.attention {
            color: #d0284e;
            font-size: 18px;
            font-weight: bold;
        }

.card {
    display: none;
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 30px 10px;
    box-sizing: border-box;
}

    .card .css_td{
        text-align:left;
    }

    .card .css_tr:nth-of-type(odd) {
        background: initial !important;
    }

    .card .css_td input {
        width: 100%;
        /*width: 350px;*/
        border: 0;
        height: 30px;
        border: 1px solid #dedede;
        box-sizing: border-box;
        padding-left: 5px;
        
    }

.wrong_no, .wrong_date, .wrong_code {
    display: none;
}

.invoice {
    text-align: center;
    font-size: 20px;
}

    .invoice a {
        color: #3d93a8;
        text-decoration: underline;
    }

.invType {
    text-align: center;
}

    .invType li {
        display: inline-block;
        margin: 10px 0px;
        background: #549e9b;
        color: #fff;
        padding: 10px 6px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .invType li span {
            font-size: 12px;
            color: #eee;
        }

        .invType li.active {
            background: #24606f;
        }

        .invType li:hover {
            background: #24606f;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

.small {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.invCon {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 30px 10px;
    box-sizing: border-box;
}

    .invCon .comfirm {
        background: #666;
        width: 50px;
        color: #fff;
        text-align: center;
        padding: 10px;
        margin: 10px auto;
        cursor: pointer;
    }

.address {
    margin-top: 5px;
}

.invCon .comfirm:hover {
    background: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.invCon .type {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
}

.stepF .invCon .item input[type="text"], .stepF .invCon .item select {
    width: 450px;
}

.stepF .item.OS span {
    vertical-align: top;
}

.stepF .item.OS textarea {
    width: 548px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #dedede;
    padding-left: 5px;
    min-height: 150px;
    resize: none;
}

.invCon .inv2, .invCon .inv3, .invCon .inv4 {
    display: none;
}

/*.invCon .item span {
  width: 90px;
  display: block;
  float: left;
  text-align: right;
}*/

.inv1 label {
    display: inline-block;
    width: 85px;
    text-align: left;
}

.invCon .item span.itemInfo {
    font-weight: bold;
    font-size: 18px;
    float: none;
    display: inline-block;
}

.success {
    line-height: 40px;
    font-size: 18px;
    color: #d0284e;
    font-weight: 500;
    text-align: center;
    display: none;
}

.errorCon {
    min-height: 460px;
}

.type404 {
    background-image: url(../images/404.png);
    width: 500px;
    height: 151px;
    background-size: cover;
    margin: 100px auto 0px;
}

.errorNum {
    width: 300px;
    margin: 0 auto;
    text-align: right;
    font-weight: bold;
    font-size: 40px;
    box-sizing: border-box;
    padding-right: 50px;
    color: #666;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.errorText {
    color: #666;
    font-size: 60px;
    text-align: center;
    margin: 30px auto;
}

.goHome {
    text-align: center;
    display: block;
    color: #549e9b;
    border: 1px solid;
    width: 150px;
    padding: 10px;
    margin: 10px auto;
    font-size: 20px;
}

    .goHome:hover {
        background: #549e9b;
        color: #fff;
        -webkit-transition: background 200ms ease;
        -moz-transition: background 200ms ease;
        -o-transition: background 200ms ease;
        transition: background 200ms ease;
    }

#twzipcode div, #twzipcode input, #twzipcode select, #twzipcode2 div, #twzipcode2 input, #twzipcode2 select, #iv3_twzipcode div, #iv3_twzipcode input, #iv3_twzipcode select {
    display: inline-block;
    width: 100px;
}

#twzipcode .address, #iv3_twzipcode .address {
    width: 450px;
    margin-left: 95px;
    margin-top: 10px;
}

.contF {
    width: 600px;
    margin: 0 auto;
}

    .contF .item span {
        width: 80px;
        text-align: right;
        display: inline-block;
    }

    .contF .item input[type="text"], .contF .item textarea {
        width: 500px;
        box-sizing: border-box;
        border: 1px solid #dedede;
        resize: none;
    }

    .contF .item textarea {
        vertical-align: top;
        outline: none;
        padding-left: 5px;
        height: 200px;
        margin: 5px auto 0;
    }

    .contF .send {
        display: block;
        border: 0;
        background: #549e9b;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        font-family: 'Noto Sans TC', sans-serif;
        width: 95%;
        margin: 10px auto;
        cursor: pointer;
    }

.conIntro {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: -10px auto 30px;
}

input.numCode {
    width: 300px !important;
}

.verifi {
    display: inline-block;
    width: 100px;
    position: relative;
    top: 10px;
}

.qaCon {
    overflow: hidden;
    padding-bottom: 60px;
    width: 1000px;
    margin: 0 auto;
    line-height: 30px;
}

    .qaCon select {
        width: 250px;
        margin: 10px auto;
        display: block;
        height: 30px;
        color: #555;
    }

.qT {
    border-bottom: 1px dashed #549e9b;
    color: #549e9b;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 25px;
    font-weight: 500;
}

.qaQ {
    font-weight: 500;
    color: #333;
}

.qaA {
    color: #666;
    margin-bottom: 20px;
}


.actMenu {
    text-align: center;
}

    .actMenu li {
        display: inline-block;
        margin: 10px 20px;
    }

        .actMenu li a {
            color: #3d93a8;
        }

.actCF {
    width: 1200px;
    margin: 10px auto;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.memT {
    border-bottom: 3px solid;
    padding-bottom: 10px;
    overflow: hidden;
    color: #5da5b7;
}

    .memT h2 {
        color: #5da5b7;
        font-size: 25px;
        font-weight: 500;
    }

    .memT.InfoT h2 {
        float: left;
    }

.modify {
    float: right;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #5da5b7;
    padding: 0 10px;
    cursor: pointer;
}

    .modify:hover {
        background: #24606f;
    }

.memberCon {
    overflow: hidden;
    padding: 20px 0;
}

    .memberCon textarea {
        display: none;
        outline: none;
    }

        .memberCon textarea + .text {
            line-height: 30px;
        }

.memberPic {
    float: left;
    width: 300px;
    overflow: hidden;
    position: relative;
}

    .memberPic img {
        width: 100%;
        height: auto;
    }

    .memberPic .upload {
        position: absolute;
        width: 100px;
        background: #F5AB00;
        color: #fff;
        z-index: 1000;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        text-align: center;
        display: none;
        border: 1px solid #fff;
        box-shadow: 0 0 20px #4c4c4c;
    }

        .memberPic .upload:hover {
            background: #a97600;
        }

        .memberPic .upload input[type="file"] {
            text-indent: -9999px;
            font-size: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            cursor: pointer;
        }

        .memberPic .upload span {
            line-height: 40px;
            height: 40px;
        }

.memberInfo {
    float: right;
    width: 800px;
    line-height: 50px;
}

.row {
    height: 50px;
}

.memberInfo input {
    border: 1px solid #ccc;
    width: 700px;
    height: 30px;
    padding-left: 5px;
    box-sizing: border-box;
    display: none;
}

.memberInfo .infoT {
    width: 75px;
    text-align: right;
    display: inline-block;
    padding-right: 10px;
}

.intro {
    width: 100%;
    margin: 20px 0;
    clear: both;
    line-height: 35px;
    padding-bottom: 0px;
}

    .intro h2 {
        font-size: 18px;
    }

.memberCon textarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding-left: 5px;
}



.verCon h3 {
    color: #666;
    line-height: 30px;
    font-size: 25px;
    text-align: center;
    margin: 20px auto;
    font-weight: 500;
}

.uploadBtn {
    position: relative;
    height: 40px;
    line-height: 40px;
    width: 150px;
    text-align: center;
    margin: 20px auto;
}

    .uploadBtn input[type="file"] {
        border: 0;
        background: none;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        font-size: 0;
        cursor: pointer;
    }

        .uploadBtn input[type="file"]:hover + span {
            background: #a97600;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .uploadBtn input[type="file"] + span {
            background: #f5ab00;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            color: #fff;
        }


            .uploadBtn input[type="file"] + span:hover {
                background: #a97600;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

.verCon {
    text-align: center;
    line-height: 40px;
}

    .verCon .notice {
        color: #d0284e;
    }

.uploadImg {
    width: 100%;
    margin: 0 auto;
    display: none;
    max-width: 400px;
}

    .uploadImg img {
        width: 100%;
    }

.Btn {
    background: #549e9b;
    color: #fff;
    width: 150px;
    line-height: 40px;
    height: 40px;
    margin: 10px auto;
    cursor: pointer;
    display: none;
}

.notworking {
    width: 1000px;
    margin: 10px auto;
    padding: 10% 0;
    text-align: center;
}

.Btitle {
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
}

.browser {
    display: inline-block;
    text-align: center;
}

    .browser span {
        display: block;
    }

.recordL .invoice_link {
    color: #5391af;
    text-decoration: underline;
}

/*@media screen and (min-width:0\0) and (min-resolution:+72dpi), \0screen\,screen\9 {

   
    .uploadBtn input[type="file"] {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

}*/


meter {
    width: 100%;
}

/*#549e9b*/

meter::-webkit-meter-optimum-value {
    background: #549e9b;
}

meter::-moz-meter-bar { /* Firefox Pseudo Class */
    background:#549e9b;
}

.pend meter::-webkit-meter-optimum-value {
    background: red;
}

.pend meter::-moz-meter-bar { /* Firefox Pseudo Class */
    background: red;
}

.pend{
opacity: 0.6;
}

.template{display:none;}

#btn_same_sender{
    /*float:right;*/
    margin-left:10px;
}

#BuyAgain {
    background: #e91e63;
}

.dev-bar {
    position: fixed;
    color: #FFF;
    bottom: 0;
    z-index: 999999;
    background-color: #f44336;
    width: 100%;
    text-align: center;
    line-height: 22px;
}

.proInfo img{
    width:100%;
}

.proInfo p{
    margin-bottom: 15px;
}

.proInfo h1{
    padding:15px 0;
}

.pop_bg {
    display: flex;
    /* overflow-x: hidden; */
    background: #0000;
    align-items: flex-start;
    background-color: #000000a3;
    height: 300px;
    justify-content: center;
    /* left: 0; */
    /* overflow-y: auto; */
    position: fixed;
    bottom: 0;
    right: 0;
    width: 300px;
    z-index: 2888;
}

.pop_main {
    background-color: #f4f5f7;
    border-radius: 2px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 50%;
    min-width: 320px;
    max-width: 768px;
    z-index: 25;
}


@media screen and (max-width: 900px) {
    .pop_bg {
        overflow-x: hidden;
        overflow-y: auto;
        left: 0;
        top: 0;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        bottom: initial;
        right: initial;
    }

    .pop_main {
        margin: 40% 0 80px;
    }
        .pop_main span {
            font-size: x-large;
        }
}




    .pop_main span {
        border-radius: 50%;
        color: #42526e;
        height: 32px;
        margin: 4px;
        overflow: hidden;
        padding: 4px;
        position: absolute;
        right: 0;
        top: 0;
        transition: background-color 85ms,color 85ms;
        width: 32px;
        z-index: 2;
        cursor: pointer;
    }

.pop_main img{
    width:100%;
}
@media screen and (max-width:1300px){
	nav {
    float: left;
	}
	header .container{width:auto;}
	.logo{margin-right:50px;}
	.topIcon{margin-top:0;}
	.topIcon li{line-height:130px;height: 130px;text-align:right;}
    .topIcon li .sonMenu li{line-height:40px;}

}

@media screen and (max-width:1200px){
	header nav{display:none;}
	 header .menuIconM {
    cursor: pointer;
    float: right;
    margin-top: 51px;
    margin-left: 10px;
    
  }
     .topIcon li .sonMenu{
         display:none !important;
     }
     .member-menu .sonMenu{display:block}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px,5px);
    transform: rotate(-45deg) translate(-5px, 5px);
  }
.change .bar2 {
    opacity: 0;
  }
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-10px, -10px);
    transform: rotate(45deg) translate(-10px, -10px);
  }
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 4px;
    background-color: #000;
    margin: 7px 0;
    transition: 0.4s;
  }
.bar1 {
    margin-top: 0;
  }
.bar3 {
    margin-bottom: 0;
  }
.sonMenu{position:static;}
.mobile-menu{overflow-y:auto;}
 .mobile-menu .topMenu{
 	width:100%;margin-top:20px;    padding-bottom: 120px;
 }
  .mobile-menu .topMenu li{
		float:none;
		line-height:60px;
		width: 100%;
		text-align:center;
  }
  .topMenu li a .iconfont{
  	position:absolute;
  }
  .scenery .container{
  	width:95%;
  }
	.foodArticle .Content{
		width:95%;
	}
	.foodArticle .whiteMask{
		height:50px;
		background:#fff;
	}


.content .container{
  width:95%;
}

.productSlider{margin:10px auto;float:none;}
.productStroke{float:none;width:70%;margin:50px auto;}
.infoMenu.fix{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    background: rgba(255,255,255,0.8);
}

.cartF,.stepF{width:100%;}

.addArea li{margin:0 5px;}

.actCF{width:95%;}
.memberPic{width:30%;}
.memberInfo{width:65%;float:left;margin-left:20px;}
.memberInfo .infoT{width:100%;text-align:left;line-height:0px;}



}
@media screen and (max-width:1000px){
.addArea li {width:20%;margin:0 10px;}
.addArea .proPic{height:125px;} 

.qaCon{width:90%;}


}

@media screen and (max-width:800px){

  .infoMenu.fix nav{float:none;}
  .infoMenu.fix ul{width:100%;}
  .infoMenu.fix li { width:14%;box-sizing:border-box;margin:0;}
  .infoMenu.fix li:last-of-type{width:16%;}

  .Titleblue.proT{line-height:35px;font-size:30px;}
}

@media screen and (max-width:768px){
.goAtc,.content .list .goProduct{width:45%;}

/*.foodArticle .goAtc:nth-of-type(3){display:none;}*/
.slider .flexslider .slides > li .title .tag a{padding:5px;font-size:16px;}
.slider .flexslider .slides > li .title h2{font-size:4vw;}
.goAtc h1{font-size:2.5vw;height:50px;overflow:hidden;}
header{height:100px;padding:0 15px;}
    .topIcon li {
        line-height: 100px;
        height: initial;
    }
	header .menuIconM{margin-top:40px;}
	.logo {
    margin-right: 0;
    height: 75px;
    float: left;
    width: 100px;
	}
	.mobile-menu{top:100px;}
  .cartF .css_tr,.stepF .css_tr {
    display: block;
    margin-top: 10px;
    clear:both;
    overflow:hidden;
}
   .cartF .css_td,.stepF .css_td,.recordF .css_td,.recordL .css_td{display:block;line-height:25px;padding-top:0;}
  .cartF .css_td.first,.stepF .css_td.first,.recordF .css_td.first,.recordL .css_td.first{display:none;}
  .cartF .proImg,.cartF .proN,.stepF .proImg,.stepF .proN,.recordF .proImg,.recordF .proN,.recordL .proImg,.recordL .proN{float:none;    margin: 10px auto;}
  .css_td .delete{float:right;}
  .cartF .proImg,.stepF .proImg,.recordF .proImg,.recordL .proImg{width:250px;height:250px;margin:10px auto;}
  .cartF .proN,.cartF .proN,.recordF .proN,.recordL .proN{width:90%;text-align:center;margin:0 auto;}
  .remark li{text-align:center;}
  .proN a{font-size:20px;}
  .totalArea {text-align: center;
  border-top: 1px solid #348ea5;
    padding-top: 10px;
  }
  .btnArea{text-align: center;}
  .totalArea span{margin:0;}
.cartF .css_td:nth-of-type(1):before ,.stepF .css_td:nth-of-type(1):before,.recordF .css_td:nth-of-type(1):before,.recordL .css_td:nth-of-type(1):before {    
    display: block;
    font-weight: 500;
    font-size: 18px;
    background: #5da5b7;
    color: #fff;
    line-height: 30px;
}
.cartF .css_td:nth-of-type(2):before ,.stepF .css_td:nth-of-type(2):before,.recordF .css_td:nth-of-type(2):before,.recordL .css_td:nth-of-type(2):before,
.cartF .css_td:nth-of-type(3):before ,.stepF .css_td:nth-of-type(3):before,.recordF .css_td:nth-of-type(3):before,.recordL .css_td:nth-of-type(3):before,
.cartF .css_td:nth-of-type(4):before,.stepF .css_td:nth-of-type(4):before,.recordF .css_td:nth-of-type(4):before,.recordL .css_td:nth-of-type(4):before,
.cartF .css_td:nth-of-type(5):before,.stepF .css_td:nth-of-type(5):before,.recordF .css_td:nth-of-type(5):before,.recordL .css_td:nth-of-type(5):before 
 {
display:block;
font-weight:500;
color: #5da5b7;
font-size: 18px;
}

.cartF .css_td:nth-of-type(1):before ,.stepF .css_td:nth-of-type(1):before,.recordF .css_td:nth-of-type(1):before {
content: "購買商品";
}
.cartF .css_td:nth-of-type(2):before ,.stepF .css_td:nth-of-type(2):before,.recordF .css_td:nth-of-type(2):before {
content:"備註";
}
.cartF .css_td:nth-of-type(3):before ,.stepF .css_td:nth-of-type(3):before,.recordF .css_td:nth-of-type(3):before {
content:"價錢";
}
.cartF .css_td:nth-of-type(4):before,.stepF .css_td:nth-of-type(4):before,.recordF .css_td:nth-of-type(4):before  {
content:"數量";
}
.cartF .css_td:nth-of-type(5):before,.stepF .css_td:nth-of-type(5):before,.recordF .css_td:nth-of-type(5):before  {
content:"小計";
}

.recordL .css_td:nth-of-type(1):before {
    content: "訂單";    
}
.recordL .css_td:nth-of-type(2):before {
content:"日期";
}
.recordL .css_td:nth-of-type(3):before {
content:"訂單狀態";
}
.recordL .css_td:nth-of-type(4):before  {
content:"發票";
}
.recordL .css_td:nth-of-type(5):before  {
content:"總金額";
}
.recordL .css_td:nth-of-type(6) a,.recordL .css_td:nth-of-type(1) a{
    color:#4d41e5;
}

.skeuocard.js .cc-number input.group4{width:50px !important;font-size:1em;}
.proInfo article img {
    width: 100% !important;
    height: auto !important;
}
.memberInfo .infoT{width:75px;text-align:right;}

.memberPic{width:300px;margin:10px auto;float:none;}

.memberInfo {
    width: 100%;
    float: none;
    margin: 10px auto;
}


}

@media screen and (max-width:700px){
  .infoMenu.fix li a{font-size:2.5vw;}
  .productStroke{width:100%;}
  .productSlider{width:90%;}
  .productSlider {
    width: 90%;
    height: auto;
  }
  .flexslider .slides{height:auto;}
  .flexslider .slides img{width:100%;}

.flex-caption{width:100%;background:#333;}
.step1, .step3{width:95%;}
.stepF .item input[type="text"], .stepF .item select {
    width: 100%;
}
 .invCon .type .small {
    display: block;
}   
.stepF .invCon .item input[type="text"], .stepF .invCon .item select
{width:90%;margin:0 auto;display:block;}
.invCon .item span {
    width: 90%;
    float: none;
    text-align: left;
    margin: 0 auto;
}

#twzipcode {
    width: 90%;
    margin: 0 auto;
}

#twzipcode .address {
    width: 100%;  
    margin: 10px auto;
}

.stepF .item.OS textarea{width:100%;}









}  


@media screen and (max-width:600px){

	footer .about{width:95%;}
	footer .about .center{width:200px;}
  .addArea li{width:40%;margin:10px;}
  .addArea .proPic{height:200px;}
.step {
    display: block;
    margin: 20px auto 60px;
    width: 100%;
}

.invType li{width:50px;height:60px;padding:5px;}
.invType li span{
  display:block;margin-top:5px;
}
.invType li span.space{
      height: 12px;
      display: inline-block;
      width: 100%;
}
.invCon .type .small {
    display: block;
    line-height: 18px;
    text-align: left;
    width: 90%;
    margin: 5px auto;
}
.contF{width:95%;}
.contF .item span{text-align: left;}
.contF .item .verT {
    width: auto;
    display: inline-block;
}
.contF .item input[type="text"], .contF .item textarea{width:100%;}
.verifi{display:inline-block;}
input.numCode {
    width: 100px !important;
}
.otherInfo{
    width:90%;
}
.otherInfo .left {
    width: 250px;
    float: none;
    margin: 0 auto;
}
.otherInfo h5 {
    width: 100%;
    background-size: contain;
}
.otherInfo p{
    line-height:16px;
}




}

@media screen and (max-width:500px){
    .member-menu .sonMenu li span {
        max-width: 65%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 35px;
    height: 30px;
}

      .acpT{text-align:center}
  .btnArea button,.btnArea button.continue{
    display: block;
    margin: 10px auto;}
    .btnArea button.goCheck{margin-bottom:20px;}
  .addArea li{width:250px;margin:10px;}
  .addArea .proPic{height:250px;}
	.Titleblue,.foodArticle .Content h2{font-size:30px;}
    .errorText{font-size:35px;}
	.goAtc{

		width: 90%;
    margin: 30px auto;
    display: block;
    /*overflow: hidden;*/
    padding-bottom: 20px;
	}
  .content .list .goProduct{width:90%;}
	.goAtc h1{font-size:5vw;}
	.foodArticle .Content h3 {
    font-size: 20px;
    line-height: 30px;
	}
	/*.foodArticle{height:1550px;}*/
	.foodArticle .Content{font-size:16px;top:5%;line-height:30px;}
	.foodArticle .Content .goLink2{margin-bottom:20px;}
	.foodArticle .Content .more{width:90%;font-size:20px;}
	footer .copyright{font-size:4vw;}
	.flex-direction-nav a{width:30px;height:30px;}
	.flex-direction-nav{right:10px;bottom:10px;}
	.flex-direction-nav a:before{width:30px;height:30px;}
	.slider .flexslider .slides > li .title{bottom:50px;}
	.slider .flexslider .slides > li .title h2{font-size:25px;}
	.foodArticle .Content .date {
    font-size: 20px;
    margin: 5px 0;
}

.pageNum li{width:40px;height:40px;line-height:40px;}
.flexslider .slides{height:auto;}


.item input[type="text"], .item select{width:100%;}
.passenger .item input[type="text"]{width:100%;}
.passenger .item span{text-align:left;}
.item{line-height:25px;}
.productStroke{padding-left:10px;}
.stepF .step2 .btnArea .end, .stepF .step2 .btnArea .cart {
    width: 90%;
    margin: 5px auto;
}
.skeuocard.js {
    width: 100%;
    height: 176px;
  }
.skeuocard.js .card-body .face{height:189px;width:100%;background-size:contain;}
.stepF .btnArea .goCheck, .stepF .btnArea .cart, {
    width: 90%;
    margin-right: 10px;
}
.stepF .btnArea button.clear,.stepF .btnArea .next1{width:90%;margin:10px auto 0;}
.stepF .btnArea .goCheck, .stepF .btnArea .cart{width:90%;margin:0 auto;}
.skeuocard.js .flip-tab.front{right:-0.25em;}
.skeuocard.js .cc-number{left:10px;top:80px;}
.skeuocard.js .cc-number input.group19 {
    width: 95%;}

.skeuocard.js .cc-number input.group4{width:50px;}
.skeuocard.js .cc-number input+input{margin-left:5px;}
.skeuocard.js .cc-number input{font-size:1em;}
.skeuocard.product-visa .cc-exp,.skeuocard.product-mastercard .cc-exp ,.skeuocard.product-discover .cc-exp,.skeuocard.product-maestro .cc-exp
,.skeuocard.product-jcb .cc-exp,.skeuocard.product-unionpay .cc-exp,.skeuocard.product-amex .cc-exp


{
    left: 130px;
    top: 130px;
}
.skeuocard.product-dinersclubintl .cc-exp {
    left: 190px;
    top: 145px;
    right: 0;
}
.skeuocard.product-visa .cc-name,.skeuocard.product-mastercard .cc-name,.skeuocard.product-discover .cc-name,.skeuocard.product-maestro .cc-name 
,.skeuocard.product-jcb .cc-name,.skeuocard.product-unionpay .cc-name,.skeuocard.product-amex .cc-name,.skeuocard.product-dinersclubintl .cc-name
{
    top: inherit;
    bottom: 5px;
    width:90%;
    left:10px;
}


.skeuocard.js .cc-cvc {

    left: inherit !important;
    right: 25px !important;
    top: 82px !important;
}
.errorCon{min-height:45vh;}
.type404{width:95%;height:100px;background-position: top;background-repeat: no-repeat;background-size:contain;}
.endImg,.wrongImg{width:100%;}

#twzipcode div, #twzipcode input, #twzipcode select {
    width: 70px;
}
.conIntro{text-align: left;line-height:20px;}
#insurance_div p{text-align:center;}
.topIcon li:first-of-type{width:auto;}
.actMenu{width:100%;}
.actMenu li {
    width: 10%%;
    padding: 5px;
    width: 20%;
    box-sizing: border-box;
    margin:0
}
.verCon h3{text-align:left;}
.verCon .sample img{width:100%;}



.verCon .notice{text-align:left;line-height:20px;margin-bottom:20px;}







}

@media screen and (max-width:400px){

.infoMenu.fix li a {
        font-size: 4vw;
    line-height: 5vw;
    box-sizing: border-box;
    padding-top: 5px;
    letter-spacing: 2px;
}
.actMenu li a{font-size:3vw}
}



@media screen and (max-width:350px){
  
.pageNum li{width:35px;height:35px;line-height:35px;}
.skeuocard.js .flip-tab.back{left:-10px;}
.skeuocard.js .flip-tab.front{right:-5px;}
.memberInfo .infoT{width:100%;text-align:left;}
}
