.fancybox-nav span@charset "utf-8";
@font-face {
    /*仿宋*/
    font-family: 'cwTeXFangSong';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot);
    src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot?#iefix) format('embedded-opentype'), url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.woff2) format('woff2'), url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.woff) format('woff'), url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.ttf) format('truetype');
}


/*------------ basic ------------*/

body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin: 0;
    word-wrap: break-word;
    background: #17171F;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.wrapper {
    overflow: hidden;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1470px;
    box-sizing: border-box;
}

.container:after,
.list-h:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.list-inline,
.list-inline ul,
.list-h,
.list-h ul,
.list-v,
.list-v ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.list-inline > li,
.list-inline .item {
    display: inline-block;
    box-sizing: border-box;
}

.list-inline > li a,
.list-inline .item a {
    display: inline-block;
    position: relative;
}

.list-h > li,
.list-h .item {
    float: left;
    box-sizing: border-box;
}

.list-h > li a,
.list-h .item a,
.list-v li a {
    display: block;
    position: relative;
}

.pic {
    text-align: center;
    margin: 0;
    padding: 0;
}

.pic.full img {
    width: 100%;
}

button:focus,
input:focus {
    outline: none;
}


/*------------ / basic ------------*/


/*--- 最上方 ---*/
.header-sheet {
    background-color: #666;
    color: #fff;
    padding: 15px 0;
    position: relative;
    width:100%;
    height:auto;
    text-align:center;
    }

 .header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    transform: translateY(-50%);
    }
    button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    }
    .close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    }
    .header-sheet a {
    color: #d798ff;
    text-decoration: underline;}

        .header-fixed .header-sheet {
        display:none;
    }

/*--- END ---*/


/*------------ icon ------------*/

.ic {
    display: inline-block;
}

.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-image: url('../../images/common/icons.png');
}

.icon.require {
    width: 20px;
    height: 20px;
    background-position: -200px -87px;
    margin-bottom: 4px;
}


/*------------ / icon ------------*/


/*------------ btn ------------*/

.btn,
.ibtn {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}


/* Firefox: Get rid of the inner focus border */

.btn::-moz-focus-inner,
.ibtn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn:focus,
.ibtn:focus {
    outline: none;
}

.ibtn {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    background-repeat: no-repeat;
    padding: 0 !important;
    transition: none;
}

.ibtn:hover {
    background-position: 0 100%;
}

.share .btn {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
}

.share .btn.facebook {
    color: rgba(255, 255, 255, 0.3);
}

.share .btn.google {
    color: rgba(255, 255, 255, 0.3);
}

.share .btn.twitter {
    color: rgba(255, 255, 255, 0.3);
}

.share .btn:hover {
    color: rgb(255, 231, 162);
}

.fb-fans-page {
    width: 196px;
    height: 43px;
    color: #626282;
    border: 2px solid #626282;
    position: relative;
    display: block;
    margin: 30px auto 15px;
    line-height: 43px;
    text-align: center;
}

.fb-fans-page:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #626282;
}

.fb-fans-page:hover {
    color: #EEE;
}

.ibtn.back:before,
.ibtn.back:after,
.btn.normal:before,
.btn.normal:after {
    content: '';
    width: 27px;
    height: 14px;
    background: url(../../images/common/page_icon.png);
    display: inline-block;
    margin: 0 10px;
}

.ibtn.back,
.btn.normal {
    font-size: 16px;
    color: #bbb;
    text-indent: inherit;
    width: 160px;
    height: 29px;
    letter-spacing: 2px;
}

.ibtn.back:hover,
.btn.normal:hover {
    color: #fff;
}

.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}

.btn.simple {
    max-width: 250px;
    width: 100%;
    color: #bbb;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 40px;
    position: relative;
    margin: 0 8px 10px;
}

.btn.simple:hover {
    color: #FFF;
}

.btn.simple.bg2 {
    background: #1B7292;
}

.btn.simple.bg2:hover {
    background: #ABB315;
}

.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
}

.btn.simple .icon.arrowL {
    background-position: -160px -87px;
    left: 10px;
}

.btn.simple .icon.arrowR {
    background-position: -180px -87px;
    right: 10px;
}

.btn.simple .icon.check {
    background-position: 0 -87px;
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
}

.btn.simple .icon.money {
    background-position: 0 -62px;
    width: 25px;
    height: 25px;
    margin: 0 8px 4px 0;
}

.btn.normal .icon {
    width: 32px;
    height: 32px;
    margin: 0 4px 3px 0;
}

.btn.normal .icon.home {
    background-position: 0 0;
}

.btn.normal .icon.cart {
    background-position: -32px 0;
}

.btn.normal .icon.cart2 {
    background-position: -64px 0;
}

.btn.normal .icon.order {
    background-position: -96px 0;
}

.btn.normal .icon.money {
    background-position: -128px 0;
}

.btn.pure {
    color: #1A7292;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}

.btn.pure:hover {
    color: #ABB315;
    text-decoration: none;
}


/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    background: url('../../images/common/header_bg.png') repeat-x;
    width: 100%;
    min-height: 164px;
    position: fixed;
    top: 0;
    z-index: 3;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding-top: 30px;
}

.site-title .logo {
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 175px;
    height: 88px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.site-header .share {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
}

.site-header .share .ic {
    color: rgba(255, 255, 255, 0.4);
}

.site-header .share .ic:hover {
    color: rgba(255, 255, 255, 0.8);
}

.site-header.shadow {
    min-height: inherit;
    background: rgb(23, 23, 31);
    z-index: 5;
}

.site-header.shadow .share,
.site-header.shadow .language {
    display: none;
}

.site-header.shadow .site-nav {
    padding-top: 20px;
}

.site-header.shadow .site-title {
    padding: 10px 0;
}

.site-header.shadow .site-title .logo {
    width: 120px;
    height: 61px;
}

.content-nav {
    font-size: 16px;
    color: rgba(236, 236, 251, .5);
    line-height: 30px;
    text-align: center;
    margin-bottom: 80px;
}

.content-nav li a {
    border: 1px solid rgba(236, 236, 251, .5);
    padding: 0 18px;
    margin: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-nav li a:hover,
.content-nav .active a {
    border-color: #fff;
    color: #fff;
}

.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 3px 0;
}

.top-nav .icon.lock {
    background-position: -140px -87px;
}

.top-nav .icon.order {
    background-position: -100px -107px;
}

.top-nav .icon.money {
    background-position: -120px -87px;
}

.top-nav .icon.cart {
    background-position: -20px -107px;
}

.top-nav a:hover .icon.cart,
.top-nav li.active a .icon.cart {
    background-position: -20px -127px;
}

.func-menu > li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    background: url('../../images/common/border_dot_v.png') repeat-y;
}

.func-menu > li > a {
    color: #666;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 0 5px;
}

.func-menu > li > a:hover {
    text-decoration: underline;
}

.func-menu > li.gocart {
    position: relative;
}

.func-menu > li.gocart:before {
    display: none;
}

.func-menu > li.gocart > a {
    color: #2C7791;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0;
    margin: 0 10px;
}

.func-menu > li.gocart.active > a,
.func-menu > li.gocart > a:hover {
    text-decoration: none;
}

.func-menu > li.gocart .title {
    font-size: 15px;
    font-family: 'Lily Script One', cursive;
}

.func-menu > li.gocart.active > a .title,
.func-menu > li.gocart > a:hover .title {
    color: #C5CE17;
}

.func-menu > li.gocart .price {
    color: #F2856C;
    letter-spacing: 0.035em;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    left: 10px;
    right: -66px;
    top: 100%;
    border: 2px solid #DAE51E;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    width: 100%;
    background: #C5CE17;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}

.func-menu .cart-box .btn:hover {
    background: #267D9A;
}

.func-menu .cart-box .btn .icon {
    background-position: -180px -87px;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list a:hover {
    background: #eee;
}

.func-menu .cart-list .pic {
    float: left;
}

.func-menu .cart-list .txt {
    margin-left: 90px;
    line-height: 1.7;
}

.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #1B7292;
    font-size: 15px;
}

.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}

.func-menu .cart-list .qty {
    color: #F2856C;
}

.language {
    position: absolute;
    right: 170px;
    top: 20px;
    z-index: 50;
}

.language .btn {
    display: none;
}

.language li a {
    display: inline-block;
    color: #ddd;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    border-radius: 14px;
    min-width: 28px;
    text-align: center;
}

.language li + li:before {
    content: "/";
    display: inline-block;
    margin: 0 5px 0 0;
}

.language li a:hover {
    color: #73628A;
}

.site-nav {
    position: relative;
    padding-top: 65px;
    margin-left: 200px;
    text-align: right;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}


/**** menu 滑過效果 ****/
.site-nav .menu li a{
    position: relative;
}
.site-nav .menu li a::before,
.site-nav .menu li a::after {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    content: '';
   transition: all .4s ease;
       z-index: -1;
}

.site-nav .menu li a::before {
     top: 0px;
    left: 0px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
 
}
.site-nav .menu li a::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: 0px;
    right: 0px;
}
.site-nav .menu li a:hover::before,
.site-nav .menu li a:hover::after,
.site-nav .menu li.active a::before,
.site-nav .menu li.active a::after {
    width: 100%;
    opacity: 1;
    height: 100%;

}

/**** menu 滑過效果 ****/

.site-nav .menu {
    text-align: center;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
    line-height: 1.4;
    font-family: '微軟正黑體', serif;
    /*    font-family: 'cwTeXFangSong', serif;*/
    position: relative;
    overflow: hidden;
}

.site-nav .menu > li+li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, .5);
    transform: rotate(45deg);
    vertical-align: middle;
    margin: 0 13px 0 8px;
    position: relative;
    top: -13px;
}

.site-nav .menu > li > a {
    color: #ddd;
    font-size: 20px;
    letter-spacing: 0.15em;
    box-sizing: border-box;
    padding: 2px 10px;
    display: inline-block;
}

.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu > li:nth-child(n) > a:hover,
.site-nav .menu > li:nth-child(n).active > a {
    background-position: 100% 0;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.site-nav .menu > li > a span {
    display: block;
    color: #fff;
    font-family: 'Lily Script One', cursive;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.site-nav .menu li ul {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 138px;
    box-sizing: border-box;
    margin-left: 10px;
}

.site-header .search-box .form-control {
    border: 1px solid #DEE834;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}

.site-header .search-box .form-control:focus {
    border-color: #FBCFC7;
}

.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
}


/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner .slider {
    width: 100%;
    height: 100%;
}

.banner .slider .item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: no-repeat 50% 50%;
    background-size: cover;
    height: 1000px;
}

.banner .slider .item a {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner .slider .item.slick-active {
    -webkit-animation: slideZoom 7s;
    animation: slideZoom 7s;
}

.banner .slider .slick-dots,
.banner .slider .slick-dots * {
    width: auto;
    height: auto;
}

.banner .slider .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.banner .slider .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    line-height: normal;
    padding: 0;
}

.banner .slider .slick-dots li button {
    padding: 0;
    text-indent: -5000px;
    background: rgba(255, 255, 255, .5);
    width: 12px;
    height: 12px;
    border: none;
    transform: rotate(45deg);
    cursor: pointer;
}

.banner .slider .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, .8);
}

@-webkit-keyframes upDown {
    0% {
        bottom: 5%;
        opacity: 1;
    }
    50% {
        bottom: 4%;
        opacity: 0.5;
    }
    100% {
        bottom: 5%;
        opacity: 1;
    }
}

@-moz-keyframes upDown {
    0% {
        bottom: 5%;
        opacity: 1;
    }
    50% {
        bottom: 4%;
        opacity: 0.5;
    }
    100% {
        bottom: 5%;
        opacity: 1;
    }
}

@keyframes upDown {
    from {
        bottom: 5%;
        opacity: 1;
    }
    50% {
        bottom: 4%;
        opacity: 0.5;
    }
    to {
        bottom: 5%;
        opacity: 1;
    }
}

.banner .btn.scroll {
    color: #BEBEBE;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 24px;
    position: absolute;
    z-index: 3;
    bottom: 4%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 100px;
    border-color: transparent transparent rgba(255, 255, 255, .3) transparent;
    margin-left: -100px;
    text-shadow: 1px 1px 3px #000;
    -webkit-animation: upDown ease-out 1s infinite;
    -moz-animation: upDown ease-out 1s infinite;
    -o-animation: upDown ease-out 1s infinite;
    animation: upDown ease-out 1s infinite;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.banner .btn.scroll span {
    position: absolute;
    left: -23px;
    top: 65px;
}

.banner .btn.scroll:hover {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.container.detail {
    width: 100%;
    max-width: inherit;
}

.main-top {
    position: relative;
    text-align: center;
}

.main-top .container {
    height: 330px;
    padding-top: 130px;
    margin-bottom: 20px;
    max-width: inherit;
}

.main-title {
    font-family: 'Playfair Display';
    letter-spacing: 3px;
    color: rgba(255, 245, 152, 0.8);
    font-size: 43px;
    position: relative;
}

.main-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 152, 0.5);
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
}

.main-content {
    padding-bottom: 85px;
}

.content {
    min-height: 360px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-title {
    font-family: 'Ubuntu-Regular';
    color: #393939;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 40px;
    border-bottom: 2px solid #838383;
}

.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.shopping-title .icon {
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}

.shopping-title .icon.car {
    background-position: 0 -32px;
}

.shopping-title .icon.cart {
    background-position: -30px -32px;
}

.shopping-title .icon.money {
    background-position: -60px -32px;
}

.shopping-title .icon.plus {
    background-position: -90px -32px;
}

.shopping-title .icon.user {
    background-position: -120px -32px;
}

.shopping-title .icon.box {
    background-position: -150px -32px;
}

.shopping-title .icon.notice {
    background-position: -180px -32px;
}

.shopping-title .icon.msg {
    background-position: -210px -32px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding-bottom: 30px;
}


/*------------ / site_main ------------*/


/*------------ side ------------*/

.side {
    width: 250px;
    float: left;
}

.has-side .content {
    width: calc(100% - 295px);
    float: right;
    background: none;
}

.side-title {
    border: 6px solid #E1EA48;
    border-bottom: 0;
    padding: 0 3px 9px;
    margin-bottom: 10px;
    color: #E0EA47;
    font-family: 'Lily Script One', cursive;
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.side-nav,
.side-nav-top {
    position: relative;
    background: url('../../images/common/side_shadow.png') 50% 100% no-repeat;
    padding-bottom: 20px;
    font-size: 15px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 8px 16px;
}

.side-nav > li {
    padding: 10px 0;
}

.side-nav > li > a {
    color: #444;
    background: url('../../images/common/side_bg.png');
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: url('../../images/common/side_bg_hover.png');
}

.side-nav ul {
    display: none;
    padding-top: 20px;
}

.side-nav ul li a {
    border: 1px solid transparent;
    margin: 1px 0;
}

.side-nav ul li a:hover,
.side-nav ul li.active > a {
    border-color: #FBCFC7;
    color: #F2856C;
}

.side-nav ul li.active > a {
    padding-left: 32px;
}

.side-nav ul li.active > a:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/side_ic.png') no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 14px;
    top: 8px;
}

.side-nav-top > li > a {
    color: #287E9B;
    padding: 6px 16px;
}

.side-nav-top > li > a:hover,
.side-nav-top > li.active > a {
    text-decoration: underline;
}


/*------------ / side ------------*/


/*------------ site_footer ------------*/

.footer-top {
    background: url('../../images/common/index/news_bg2.jpg');
    border-top: 1px solid #2d2d3a;
}

.footer-top .container {
    background: url('../../images/common/footer_pic.png')left bottom no-repeat;
    max-width: 1440px;
    padding: 80px 15px 0;
    text-align: center;
}

.follow {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

.footer-top .logo {
    width: 175px;
    height: 88px;
    background: url('../../images/common/footer_logo.png');
}

.footer-top .qr {
    position: absolute;
    right: -13px;
    top: 0;
}

.site-info {
    padding: 15px 0 15px 140px;
    margin-right: 80px;
    color: #73628A;
    font-family: 'Lato', "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    min-height: 123px;
    box-sizing: border-box;
}

.site-info a:hover {
    text-decoration: underline;
}

.site-info > * {
    margin-right: 10px;
}

.footer-add:before,
.footer-tel:before,
.footer-fax:before,
.footer-mail:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/footer_icons.png') no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.footer-add:before {
    background-position: 0 0;
}

.footer-tel:before {
    background-position: -20px 0;
}

.footer-fax:before {
    background-position: -40px 0;
}

.footer-mail:before {
    background-position: -60px 0;
}

.footer-bottom {
    color: #4F4F68;
    font-size: 13px;
    padding: 20px 0 15px;
    background: #000;
    text-align: center;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .copyright,
.footer-bottom .author,
.footer-bottom .share {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url(../../images/common/gotop.png);
    width: 80px;
    height: 80px;
    opacity: 0.5;
    text-indent: -5000px;
}

.floating .ibtn.gotop:hover {
    opacity: 1;
}


/*------------ / floating ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    text-align: center;
    color: #c1c7d4;
    font-size: 13px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: "／ ";
}

.breadcrumb li:first-child a:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/breadcrumb_home.png') no-repeat;
    width: 15px;
    height: 15px;
}

.breadcrumb li:first-child a:hover:before {
    background-position: 0 100%;
}

.breadcrumb li a:hover {
    color: #fff;
}

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #BABABA;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

.content-top .breadcrumb li+li:before {
    content: "> ";
}

.content-top .breadcrumb li:first-child a:before {
    display: none;
}


/*------------ / breadcrumb ------------*/


/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #868686;
    font-size: 15px;
    padding: 0 5px;
    margin: 0;
    border-radius: 20px;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    text-decoration: underline;
    color: #73628a;
}

.pagination li a.controls {
    padding: 0;
}

.pagination li a.controls .icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    margin-bottom: 2px;
}

.pagination li a.prev .icon {
    background-position: -25px -62px;
    /*    background-color: #E1EA48;*/
}

.pagination li a.next .icon {
    background-position: -50px -62px;
    /*    background-color: #FBCFC7;*/
}

.pagination li a.controls:hover .icon {
    /*    background-color: #267D9A;*/
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 8px;
}

.page-info .form-control:focus {
    border-color: #267D9A;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    text-align: center;
    font-size: 14px;
    color: #bbb;
    position: relative;
    margin-bottom: 30px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #777;
    background: #FBCFC7;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    color: #fff;
    background: #F3856D;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #FBCFC7;
    border: 1px solid #FBCFC7;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    color: #fff;
    background: #F3856D;
}

.qty-box .add {
    left: 0;
}

.qty-box .less {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #ddd;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #FF722E;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #197292;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding: 0 5px;
}

.form-title {
    font-family: 'Playfair Display';
    color: #86c7e0;
    font-size: 40px;
    text-align: center;
    line-height: 1.2;
}

.form-wrap {
    margin: 0 auto;
}

.form-wrap .btn-box {
    padding: 15px 15px 45px;
}

.form-box {
    max-width: 830px;
    margin: 0 auto;
    padding: 30px;
}

.form-box .row {
    margin: 0 -24px;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 24px;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/icons.png') -200px -87px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 0 4px 4px;
}

.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: inherit;
    padding-left: 5px;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #FF732F;
}

.form-box .captcha a .icon.refresh {
    width: 30px;
    height: 30px;
    background-position: -270px -32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
}

.form-box .captcha a:hover .icon.refresh {
    background-position: -300px -32px;
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #1A7292;
    font-size: 13px;
    padding: 0 5px;
}

.form-box.type2 .tips {
    min-height: 0;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    text-align: center;
    padding: 4% 15px;
}

.has-side .success-wrap {
    padding: 6% 15px 7%;
}

.success-box {
    text-align: center;
    line-height: 2;
    color: #aaa;
}

.success-msg {
    max-width: 600px;
    border-bottom: 1px dashed #ccc;
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}

.success-msg .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
}

.success-msg .icon.check {
    background-position: -192px 0;
}

.success-msg .icon.user {
    background-position: -224px 0;
}

.success-msg .icon.mail {
    background-position: -256px 0;
}

.success-msg .icon.file {
    background-position: -288px 0;
}

.success-msg .icon.lock {
    background-position: -320px 0;
}

.success-msg .icon.user-white {
    background-position: -352px 0;
}

.success-txt strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
}

.success-txt a {
    text-decoration: underline;
    color: #F2856C;
}

.success-txt a:hover {
    text-decoration: none;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
}

.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead th {
    color: #777;
    background: #eee;
    padding: 12px;
}

.table-h tbody tr {
    border-bottom: 1px dashed #bbb;
}

.table-h tfoot tr {
    background: #FDEBE8;
    color: #555;
}

.table-h tfoot tr+tr {
    border-top: 1px solid #fff;
}

.table-h tfoot td {
    text-align: right;
    padding: 12px 30px;
}

.table-h tfoot td:last-child {
    width: 15%;
}

.table-h tfoot tr:last-child td {
    color: #2D7791;
}

.table-h tfoot tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}

.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .pd-id {
    color: #666;
    font-size: 13px;
}

.table-h .pd-name {
    color: #1B7292;
    font-size: 15px;
}

.table-h a:hover .pd-name {
    text-decoration: underline;
}

.table-h .img {
    width: 80px;
}

.table-h a.pic {
    position: relative;
    overflow: hidden;
}

.table-h a.pic:before {
    content: " ";
    background: url(../../images/common/cart/hover.png) 50% 50% no-repeat rgba(251, 207, 199, 0.80);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}

.table-h a.pic:hover:before {
    opacity: 1;
}

.table .ibtn.delete {
    background-image: url(../../images/common/cart/btn_delete.png);
    width: 30px;
    height: 30px;
}

.table td span {
    color: #EC4724;
}

.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}

.table-v tr:first-child {
    background: #FAFAFA;
}

.table-v tr:nth-child(2n) {
    background: #EDFAFA;
}

.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}

.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ccc;
}

.table-v strong {
    color: #197292;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

.fancybox-prev span,
.fancybox-next span {
    width: 50px!important;
    height: 50px!important;
    background: url(../../images/common/index/rooms_arrow.png)!important;
}

.fancybox-next span {
    background-position: 100% 100%!important;
}

body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 60px;
    height: 20px;
    right: 20px;
    top: -20px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: none;
    border-radius: 0;
    margin-top: 20px;
    color: #fff;
}

body .fancybox-inner {
    background: #fff;
    border-radius: 20px;
}

.fancybox-opened .fancybox-title {
    font-size: 15px;
    font-family: '微軟正黑體';
}

.fancybox-opened .photo-pager {
    text-align: center;
    margin-bottom: 30px;
}

.fancybox-opened .fancybox-title .photo-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none!important;
}

.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-next span {
    right: -60px !important;
}

.fancybox-prev span {
    left: -60px !important;
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    width: 600px;
    box-sizing: border-box;
}

.login-box {
    padding: 25px;
}

.lightbox-wrapper .main-title {
    background: none;
}

.lightbox-wrapper .main-title span {
    font-size: 50px;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.lightbox-wrapper .form-group {
    line-height: 36px;
}

.lightbox-wrapper .form-control {
    height: 36px;
    line-height: 34px;
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box .notice-box {
    background: #eee;
    margin-top: 40px;
    text-align: center;
    padding: 10px 15px;
}

.login-box .notice-box .title {
    color: #1B7292;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}

.login-box .success-box {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.login-box .success-msg {
    background: #1B7292;
    color: #fff;
    max-width: 220px;
    margin: 0 auto 15px;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
}

.login-box .success-box + .btn-box {
    max-width: 500px;
    margin: 0 auto;
}

.arrival-box {
    position: relative;
    padding: 60px 40px 50px;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
}

.arrival-box .pd-name {
    border: 1px dashed #DAE51E;
    border-width: 1px 0;
    color: #1B7292;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
}

.arrival-notice {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}


/*------------ / lightbox ------------*/


/*------------ mobile_menu ------------*/

.toggle-mmenu,
.toggle-mmenu-cover,
#mobile-menu {
    display: none;
}


/*------------ / mobile_menu ------------*/


/*------------ mobile_fixed ------------*/

#mobile-fixed,
#member-box,
#mobile-search {
    display: none;
}

.mmenu-show #mobile-fixed .ic-earth {
    font-size: 24px;
}


/*------------ / mobile_fixed ------------*/

@media screen and (max-width: 1580px) {
    /*------------ site_footer 1580 ------------*/
    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
    /*------------ / site_footer 1580 ------------*/
}

@media screen and (max-width: 1420px) {
    /*------------ site_header 1420 ------------*/
    .top-nav {
        right: 210px;
    }
    .site-header .search-box {
        position: absolute;
        top: 15px;
        right: 0;
    }
    .site-nav .menu {
        margin: 0 -7px;
    }
    /*------------ / site_header 1420 ------------*/
    .banner:before {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    /*------------ site_footer 1300 ------------*/
    .site-header .share {
        top: 40px;
        right: 50px;
    }
    .site-info {
        margin-right: 40px;
    }
    .site-map {
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
    }
    .site-map ul {
        display: inline;
    }
    .site-map ul li {
        display: inline-block;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
    /*------------ / site_footer 1300 ------------*/
}

@media screen and (max-width: 1300px) {
    /*------------ site_header 1200 ------------*/
    .site-title {
        padding: 20px 0 8px;
        float: none;
        text-align: center;
    }
    .site-title .logo {
        width: 100px;
        height: 51px;
    }
    .content-nav li a {
        border: 1px solid rgba(236, 236, 251, .5);
        padding: 0 18px;
        margin: 0 10px;
    }
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 10px 0 20px;
        text-align: center;
    }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }
    .site-nav .menu > li > a {
        font-size: 20px;
    }
    /*------------ / site_header 1200 ------------*/
}

@media screen and (max-width: 1050px) {
    /*------------ site_header 1000 ------------*/
    .site-header {
        position: relative;
        min-height: inherit;
        padding-bottom: 16px;
        background: url(../../images/common/index/news_bg2.jpg);
    }
    .site-title {
        float: none;
        text-align: center;
    }
    .site-header .share,
    .site-header .language {
        display: none;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .content-nav li {
        display: block;
        margin-bottom: 10px;
    }
    .content-nav li a {
        width: 100%;
        margin: 0;
    }
    .site-info {
        padding: 0 15px;
    }
    .site-info > * {
        display: block;
    }
    body .fancybox-close {
        right: inherit;
        left: 50%;
        margin-left: -30px;
        top: -35px;
    }
    .fancybox-nav span {
        top: -60px !important;
        margin-top: inherit !important;
    }
    .fancybox-prev span {
        left: -10px !important;
    }
    .fancybox-next span {
        right: -10px !important;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .content-top {
        padding: 0 15px 15px;
        margin: 0 -15px 55px;
    }
    .main-content {
        padding-bottom: 80px;
    }
    .main-top .container {
        height: 200px;
        padding-top: 10px;
    }
    .banner .btn.scroll {
        font-size: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 59px 50px 59px;
        border-color: transparent transparent rgba(255, 255, 255, .3) transparent;
        margin-left: -59px;
    }
    .banner .btn.scroll span {
        left: -19px;
        top: 42px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map,
    .footer-bottom .share {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop {
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    /*------------ / floating 1000 ------------*/
    /*------------ mobile_menu 1000 ------------*/
    .toggle-mmenu-cover {
        position: fixed;
        z-index: 600;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        display: none;
    }
    .mmenu-open .toggle-mmenu-cover {
        display: block;
    }
    .toggle-mmenu-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 28px;
        position: absolute;
        right: 5px;
        top: 5px;
    }
    .toggle-mmenu-close i {
        vertical-align: baseline;
    }
    .mmenu-open {
        overflow: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .wrapper {
        padding-top: 40px;
        position: relative;
        left: 0;
        transition: all .3s ease;
    }
    .mmenu-open .wrapper {
        left: 300px;
    }
    #mobile-menu {
        display: block;
        position: fixed;
        width: 300px;
        left: -300px;
        top: 0;
        bottom: 0;
        z-index: 1000;
        line-height: 1.6;
        background: #fff;
        transition: all .3s ease;
    }
    .mmenu-open #mobile-menu {
        left: 0;
    }
    .mmenu-open #mobile-fixed {
        left: 300px;
        right: -300px;
    }
    .mmenu-show #mobile-menu .main-menu {
        position: absolute;
        top: 40px;
        bottom: 40px;
        right: 0;
        left: 0;
        background: #17171F;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #mobile-menu .main-menu .side-title {
        display: none;
    }
    #mobile-menu .share .btn.facebook,
    #mobile-menu .share .btn.google,
    #mobile-menu .share .btn.twitter {
        color: #c1c7d4;
    }
    #mobile-menu .share .btn.facebook:hover {
        color: #405D9A;
    }
    #mobile-menu .share .btn.google:hover {
        color: #F34537;
    }
    #mobile-menu .share .btn.twitter:hover {
        color: #39A0CE;
    }
    #mobile-menu .side-nav,
    #mobile-menu .side-nav-top {
        line-height: 1.4;
        background: none;
        padding: 0;
    }
    #mobile-menu .side-nav {
        padding-bottom: 2px;
        border-bottom: 1px solid #ddd;
    }
    #mobile-menu .side-nav-top {
        padding: 15px 30px;
        display: block;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
    }
    #mobile-menu .side-nav li {
        position: relative;
    }
    #mobile-menu .side-nav li a {
        padding: 12px 30px;
        margin: 0;
    }
    #mobile-menu .side-nav > li {
        padding: 0;
        border-bottom: 1px solid #ddd;
    }
    #mobile-menu .side-nav > li > a {
        background: none;
        color: #333;
        font-size: 16px;
        font-weight: bold;
    }
    #mobile-menu .side-nav > li > a:hover {
        text-decoration: none;
    }
    #mobile-menu .side-nav > li > a:before {
        display: none;
    }
    #mobile-menu .side-nav > li.has-child:after {
        content: "\f078";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 20px;
        top: 12px;
        pointer-events: none;
    }
    #mobile-menu .side-nav > li.has-child > a {
        padding-right: 40px;
    }
    #mobile-menu .side-nav > li.active {
        background: #fff;
    }
    #mobile-menu .side-nav ul {
        padding: 0 0 15px;
    }
    #mobile-menu .side-nav ul li a {
        border: 0;
        background: none;
        color: #777;
        font-size: 14px;
        padding: 8px 30px;
    }
    #mobile-menu .side-nav ul li.active > a:before {
        top: 7px;
        left: 10px;
    }
    #mobile-menu .side-nav-top > li {
        border-bottom: 0;
    }
    #mobile-menu .side-nav-top > li a:before {
        content: "";
        display: block;
        width: 2px;
        height: 2px;
        border: 2px solid #f3856d;
        position: absolute;
        left: -15px;
        top: 11px;
    }
    #mobile-menu .side-nav-top > li > a {
        color: #444;
        padding: 6px 0;
        font-weight: normal;
    }
    #mobile-menu .menu {
        display: block;
    }
    #mobile-menu .menu li {
        position: relative;
        float: none;
        display: block;
    }
    .mmenu-show #mobile-menu .menu li a {
        display: block;
        padding: 10px 30px;
        border-bottom: 1px solid #666577;
        color: #c1c7d4;
    }
    .mmenu-show #mobile-menu .menu li a:hover,
    .mmenu-show #mobile-menu .menu li.active > a {
        color: #FFF;
    }
    #mobile-menu .menu ul {
        display: none;
    }
    .mmenu-show #mobile-menu .menu ul li a {
        padding-left: 40px;
        background: #8d8ba5;
        color: #343343;
    }
    #mobile-menu .menu ul ul li a {
        padding: 5px 30px 5px 55px;
        background: none;
        color: #666;
        border-bottom: 0;
    }
    #mobile-menu .menu ul ul li a:hover,
    #mobile-menu .menu ul ul li.active > a {}
    #mobile-menu .menu li.has-child > a {
        padding-right: 45px;
    }
    #mobile-menu .menu li.has-child > .toggle-submenu {
        position: absolute;
        right: 0;
        top: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 15px;
        color: #bbb;
        cursor: pointer;
    }
    #mobile-menu .menu li.has-child > .toggle-submenu:before {
        content: "\f067";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #mobile-menu .menu li.has-child.active > .toggle-submenu:before {
        content: "\f068";
    }
    #mobile-menu .search-box {
        position: relative;
        right: 0;
        bottom: 0;
        display: block;
        margin: 0 15px;
    }
    .mmenu-show #mobile-menu .language-menu {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #343343;
        z-index: 1100;
        margin: 0;
    }
    #mobile-menu .share {
        position: static;
        margin: 5px 0;
        display: inline-block;
    }
    #mobile-menu .language-menu {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background: #343343;
        color: #aaa;
        height: 40px;
        line-height: 20px;
    }
    #mobile-menu .language {
        padding: 5px 40px 5px 10px;
    }
    #mobile-menu .language .btn {
        display: none;
    }
    #mobile-menu .language ul li {
        display: inline-block;
        vertical-align: top;
    }
    #mobile-menu .language ul li+li:before {
        content: "| ";
    }
    #mobile-menu .language ul li a {
        padding: 5px;
    }
    #mobile-menu .language ul li a:hover {
        color: #fff;
    }
    .mmenu-show #mobile-menu .share-menu {
        background: #343343;
        border-top: none;
    }
    /*------------ / mobile_menu 1000 ------------*/
    /*------------ mobile_fixed 1000 ------------*/
    #mobile-fixed {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 500;
        transition: all .3s ease;
    }
    #mobile-fixed ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-bottom: 1px solid #4c4b61;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    #mobile-fixed li {
        display: table-cell;
        vertical-align: top;
        border-width: 1px 1px 0;
        color: #fff;
        background: #343343;
        font-size: 28px;
    }
    #mobile-fixed a {
        display: block;
        text-align: center;
        line-height: 40px;
        position: relative;
    }
    #mobile-fixed li i {
        vertical-align: middle;
        margin: 0 auto 3px;
    }
    #mobile-fixed li .icon {
        background-image: url(../../images/common/mobile_fixed.png);
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin: 0 auto 3px;
    }
    #mobile-fixed .icon.menu {
        background-position: 0 0;
    }
    #mobile-fixed .icon.search {
        background-position: -30px 0;
    }
    #mobile-fixed .icon.member {
        background-position: -60px 0;
    }
    #mobile-fixed .icon.contact {
        background-position: -90px 0;
    }
    #mobile-fixed .icon.wish {
        background-position: -120px 0;
    }
    #mobile-fixed .icon.cart {
        background-position: -150px 0;
    }
    #mobile-fixed .icon.home {
        background-position: -180px 0;
    }
    #mobile-fixed .qty {
        position: absolute;
        top: 2px;
        left: 54%;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0;
        background: #333;
        line-height: 20px;
        padding: 0 4px;
        min-width: 20px;
        border-radius: 10px;
        box-sizing: border-box;
    }
    #mobile-search {
        display: block;
        position: fixed;
        z-index: 400;
        top: -41px;
        left: 0;
        right: 0;
        background: #f3856d;
        padding: 6px;
        transition: all 0.3s ease;
    }
    #mobile-search.active {
        top: 41px;
    }
    #mobile-search .search-box {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    #mobile-search .form-control {
        margin: 0;
        background: #fff;
        border: 0;
        height: 30px;
        line-height: 30px;
        padding-right: 40px;
        padding-left: 10px;
        border-radius: 5px;
    }
    #mobile-search .ibtn.search {
        background-image: url(../../images/common/mobile_search_btn.png);
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }
    #member-box {
        display: block;
        position: fixed;
        z-index: 400;
        top: 40px;
        left: 0;
        right: 0;
        color: #fff;
        max-height: 0;
        overflow: hidden;
        text-align: center;
        transition: all .3s ease;
    }
    #member-box.active {
        max-height: 500px;
    }
    .mmenu-show #member-box li {
        border-bottom: 1px solid #666577;
    }
    #member-box li a {
        display: block;
        padding: 6px 10px;
        background: #17171F;
        font-size: 16px;
    }
    #member-box .qty {
        display: inline-block;
        background: #fff;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding: 0 6px;
        border-radius: 5px;
    }
    .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }
    @keyframes bounceInDown {
        from,
        60%,
        75%,
        90%,
        to {
            animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        }
        0% {
            opacity: 0;
            transform: translate3d(0, -3000px, 0);
        }
        60% {
            opacity: 1;
            transform: translate3d(0, 25px, 0);
        }
        75% {
            transform: translate3d(0, -10px, 0);
        }
        90% {
            transform: translate3d(0, 5px, 0);
        }
        to {
            transform: none;
        }
    }
    .bounceInDown {
        animation-name: bounceInDown;
    }
    .footer-top .container {
        background: none;
    }
    /*------------ / mobile_fixed 1000 ------------*/


/*-- 新的 --*/
.header-sheet {
    position: fixed;
    height: auto;
    bottom: 0%;
    z-index:9999;
    font-size:  14px;
    padding:  10px 0 10px;
    }
 .header-sheet .close-ontop {
    right: 0px;
    left:0px;
    top: -25px;
    margin:auto;
    text-align:center;
    background:#666;
    width:100%;
    height:35px;
    }
   button.close-ontop{
       padding:0px;
   }
    .close-ontop {
    float: none;
    }

body #keyreply-container {
     bottom: 10%;
}
.header-active #keyreply-container {
    bottom: 0%;
    transition:all .7s;
}
.header-fixed .header-sheet {
        display:block;
    }
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
}

@media screen and (max-width: 840px) {
    /*------------ site_footer 840 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .container {
        padding: 30px 15px 15px;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        display: inline-block;
        margin: 0 0 15px;
        background: none;
        padding: 0;
        min-height: 0;
    }
    /*------------ / site_footer 840 ------------*/
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    .main-title span {
        font-size: 36px;
    }
    .content-top {
        margin-bottom: 30px;
    }
    .content-title {
        float: none;
    }
    .main-content {
        padding: 0 0 60px;
    }
    .main-title {
        font-size: 31px;
    }
    .main-top .container {
        height: 150px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 36px;
    }
    .form-box {
        padding: 15px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 17px;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 10px 15px;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        width: auto;
    }
    .table-h td,
    .table-h tbody td {
        padding: 0;
        line-height: 2;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
    /*------------ / table 767 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 400 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        background: #EDFAFA;
        border: 0;
    }
    .follow {
        text-align: center;
    }
    .footer-top .qr {
        position: static;
        margin-top: 20px;
    }
    /*------------ / table 400 ------------*/
}

@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
    /*------------ mobile_menu 400 ------------*/
    #mobile-menu {
        width: 100%;
        left: -100%;
    }
    .mmenu-open #mobile-fixed {
        left: 100%;
        right: -100%;
    }
    .mmenu-open .wrapper {
        left: 100%;
    }
    /*------------ / mobile_menu 400 ------------*/
}
