﻿@charset "utf-8";
@import url("reset.css");
@import url("jquery.fancybox.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);

/* CSS Document */

a {
    color: #001e3c;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #C0B396;
}

:active,
 :focus {
    outline: 0;
    outline: none;
}


/*Change text in autofill textbox*/

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}


/*-------font effect-----------*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #C1272D;
}

.gray {
    color: #888;
}

.brown {
    color: #631216;
}

.orange {
    color: #F15A24;
}

.blue {
    color: #1e5f90;
}

.green {
    color: #00A99D;
}

.crossLine {
    text-decoration: line-through;
}

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.italic {
    font-style: italic;
    opacity: 0.7;
    font-weight: normal;
}

.largeFont {
    font-size: 17px;
}

.nowrap {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lightLine {
    height: 1px;
    line-height: 1px;
    border-bottom: 1px solid #e0e0e0;
    margin: 20px auto;
}

.divider {
    height: 10px;
    line-height: 10px;
}

ol.number {
    list-style: decimal;
    margin-left: 20px;
    display: inline-block;
}

ul.dot {
    list-style: disc;
    margin-left: 20px;
    display: inline-block;
    font-size: 13px;
}

ol.number li {
    padding-bottom: 5px;
}

ol.number li:last-child,
ul.dot li:last-child {
    padding-bottom: 0;
}

.smallFont {
    font-size: 12px;
}

.alert {
    border: 1px solid #F2C0B5;
    background: #FFF1F0;
    padding: 15px;
    color: #D85030;
    border-radius: 5px;
}

.largeItem {
    width: 1.3em;
    height: 1.3em;
    vertical-align: text-bottom;
    margin-right: 3px;
}


/*-------img effect-----------*/

.squareThumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    opacity: 0;
}

.recThumb {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    opacity: 0;
}


/*-------btn effect-----------*/

.FBLogin {
    background-color: none;
    border: none;
    cursor: pointer;
    background-image: url(../images/fb_login.jpg);
    width: 242px;
    height: 42px;
}

.btnStyle {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #666;
    color: #666;
    background-color: #fff;
    padding: 10px 20px;
    line-height: 100%;
    font-size: 15px;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-appearance: none;
}

.btnStyle:hover {
    color: #631216;
    border: 1px solid #631216;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14);
}

.btnIcon {
    padding: 5px 10px 5px 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 16px 16px;
    font-size: 14px;
}

.btnBrown {
    background: #631216;
    border: 1px solid #631216;
    color: #fff;
}

.btnRed {
    background-color: #C1272D;
    color: #fff;
    border: 1px solid #C1272D;
}

.btnOrange {
    background-color: #F15A24;
    color: #fff;
    border: 1px solid #F15A24;
}

.btnBlue {
    background-color: #828BC6;
    color: #fff;
    border: 1px solid #828BC6;
}

.btnBrown:hover {
    color: #fff;
}

.btnPicmode {
    background-image: url(../images/picMode.svg);
}

.btnListmode {
    background-image: url(../images/listMode.svg);
}

.btnFavor {
    background-image: url(../images/favor.svg);
}

.btnNoFavor {
    background-image: url(../images/favorGray.svg);
}

a.favorSolo {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/favor.svg);
}


/*------------page--------------*/

#page {
    overflow: auto;
    text-align: center;
}

#page span {
    display: inline-block;
    margin: 0 6px 0 0;
}

#page span a {
    color: #C0B396;
    display: block;
    text-decoration: none;
    padding: 3px 10px;
    border: solid 1px #C0B396;
    border-radius: 3px;
}

#page span a:hover {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}

#page span.current a,
#page span.current a:hover {
    color: #C0B396;
    border: none;
    box-shadow: none;
}


/*---------------------- toTop ------------------------*/

#toTop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_top.svg) no-repeat #C5B098 center center;
    cursor: pointer;
    display: none;
    z-index: 123;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.5;
}

#toTop:hover {
    background: url(../images/icon_top.svg) no-repeat #999 center center;
}


/*-----------------------body-----------------------*/

html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    font-family: "Roboto", "微軟正黑體", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #000;
    line-height: 150%;
    font-size: 14px;
    font-family: "Roboto", "微軟正黑體", sans-serif;
    width: 100%;
    min-height: 100%;
    background: #f5f5f5;
}

input,
textarea,
body select {
    font-family: "Roboto", "微軟正黑體", sans-serif;
    font-size: 14px;
    padding: 0;
    color: #000;
    /*避免select長度不一*/
    box-sizing: border-box;
    display: inline-block;
    outline: none;
}

p {
    line-height: 140%;
    font-family: "Roboto", "微軟正黑體", sans-serif;
}

h1,
h2,
h3,
h4 {
    line-height: 120%;
    font-family: "Roboto", "微軟正黑體", sans-serif;
}


/*-----------------header---------------*/

#headerWrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #e6e6e6;
}

header {
    position: relative;
    width: 100%;
    height: 60px;
}

header h1 a {
    width: 150px;
	height: 30px;
    text-indent: -9999px;
    position: absolute;
    left: 15px;
    background-image: url(../images/logo.gif?v=20220331);
    background-repeat: no-repeat;
    background-size: contain;
    top: 15px;
}

h4.openMenu {
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    background-image: url(../images/bars.svg);
    background-size: auto 40%;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    z-index: 100;
}

h4.gray {
    background-color: #EFECE7;
    background-image: url(../images/close.svg);
}


/*---------------------- round btn ----------------------*/

ul#topLink {
    position: absolute;
    right: 70px;
    top: 20px;
    z-index: 99;
}

ul#topLink li {
    float: left;
    width: auto;
    margin-left: 12px;
    vertical-align: middle;
    position: relative;
}

ul#topLink li a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    text-decoration: none;
    color: #C0B396;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

ul#topLink li a:hover {
    color: #fff;
}

ul#topLink li.cart a {
    background-image: url(../images/cart.svg);
}

ul#topLink li.inbox a {
    background-image: url(../images/inbox.svg);
}

ul#topLink li.member a {
    background-image: url(../images/member.svg);
}

ul#topLink li.searchMobile a {
    background-image: url(../images/searchMobile.svg);
}

ul#topLink li.searchWhite a {
    background-image: url(../images/searchWhite.svg);
}

ul#topLink li.setting a {
    background-image: url(../images/setting.svg);
}

ul#topLink li span {
    position: absolute;
    display: block;
    font-size: 12px;
    right: -9px;
    top: -8px;
    background: #E9332F;
    border-radius: 10px;
    min-height: 15px;
    min-width: 15px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    padding: 3px 2px 0 2px;
    text-indent: 0;
    -webkit-transform: scale(0.80);
}


/*---------------memberPic---------*/

header div.memberPic {
    display: none;
}


/*---------------search---------*/

.search {
    display: none;
    position: absolute;
    width: 100%;
    background: #000;
    top: 60px;
    left: 0;
    z-index: 12;
    padding: 10px 5%;
}

.searchText {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    color: #666;
    border-radius: 100px;
    padding: 0 30px 0 15px;
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2)
}

.searchText:focus {
    border: 1px solid #A6C1CE;
    background: #F6FBFE;
    box-shadow: none;
}

.searchBtn {
    border: 0;
    width: 35px;
    height: 35px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    background-color: transparent;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 10px;
}


/*------------------menu------------------------*/

#menu {
    width: 100%;
    position: fixed;
    top: 60px;
    right: 0;
    display: none;
    z-index: 9999;
    overflow: auto;
    width: 60%;
    background: #EFECE7;
}

#menu li {
    border-bottom: 1px solid #E5DFD5;
}

#menu li:last-child {
    border-bottom: none;
}

#menu li a {
    color: #000;
    display: block;
    text-decoration: none;
    padding: 15px 0 15px 20px;
    font-size: 17px;
}

#menu li ul {
    display: none;
}

#menu li ul li {
    border-bottom: 0;
}

#menu li ul li a {
    font-size: 15px;
    padding: 10px 0 10px 45px;
    background: none;
    border-top: 1px solid #E5DFD5;
}

#menu li ul li a:hover {
    background: #4285F4;
    color: #fff;
}

#menu li.itemOpen {
    background-image: url(../images/openItem.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: right 15px top 13px;
    cursor: pointer;
}

#menu li.itemClose {
    background-image: url(../images/CloseItem.svg);
}


/*----------------- banner position -----------------------*/

.indexbanner {
    position: relative;
}

.swiper-wrapper li a {
    color: #000;
}


/*-------------content--------------------*/

article.marginTop {
    background: #fff;
    padding: 10px 10px 20px 10px;
    margin-top: 60px;
    min-height: 400px;
}

article.nomarginTop {
    margin-top: 0;
}

.contentWrapper {
    background: #fff;
    padding: 15px 10px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    position: relative;
}

#openSort,
#openSortMenu {
    padding: 15px 10px;
    background: #fff;
    font-size: 17px;
    border-bottom: 1px solid #e0e0e0;
    background-image: url(../images/controls.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 20px center;
    text-align: center;
}

#openSortMenu {
    margin: 0 -10px;
    background-image: url(../images/add.svg);
}


/*-------------left menu--------------------*/

.leftMenu li a {
    display: block;
    padding: 10px 0;
    font-size: 17px;
    color: #666;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
}

.leftMenu li:last-child a {
    border-bottom: 0;
}

.leftMenu li.selected a {
    color: #631216;
}

.leftMenu li a:hover {
    color: #C0B396;
}


/*-----------------title----------------*/

h1 {
    /*font-size: 21px;*/
    font-weight: normal;
    font-size: 17px;
}

h2 {
    font-size: 17px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    line-height: 100%;
    margin-top: -10px;
}

h2 span {
    background: #631216;
    padding: 8px 20px;
    display: inline-block;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 15px;
}


/*-----------------indexTitle--------------------*/

.indexTitle {
    text-align: center;
}

.indexTitle span {
    display: inline-block;
    padding: 0 60px;
    border-top: 1px solid #ccc;
    color: #999;
    padding-top: 7px;
    margin-top: 5px;
    line-height: 100%;
}


/*-----------------indexNotice--------------------*/

.noticeText {
    margin-top: 10px;
}


/*-----------------index prod play --------------------*/

#banner {
    position: relative;
    margin-top: 60px;
}

.indexbanner li {
    float: left;
    height: auto;
    padding: 0;
}

.indexbanner li a {
    color: #000;
}

.indexbanner li div {
    margin-bottom: 10px;
}

.more {
    position: absolute;
    top: 20px;
    right: 10px;
}

.more a {
    color: #ff5f8c;
}


/*-----------------blog title----------------*/

.blogTitle span {
    float: left;
    display: block;
    border-right: 1px solid #666;
    padding-right: 6px;
    margin-right: 6px;
}

.blogTitle div {
    width: auto;
    margin-left: 44px;
}

.blogTime {
    background-image: url(../images/time.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left center;
    padding-left: 20px;
    color: #666
}

.blogStore {
    color: #999;
    font-size: 12px;
    display: inline-block;
    max-width: 100%;
}

.BlogTopic {
    height: 40px;
    overflow: hidden;
}

.contentPadding {
    width: 90%;
    margin: 0 auto;
}


/*--------article List (通用) ---------*/

.artList li {
    overflow: auto;
    margin-bottom: 10px;
}

.artList li:last-child {
    margin-bottom: 0;
}

.artList li a {
    color: #000;
}

.artList li div.artListLeft {
    width: 90px;
    float: left;
}

.artList li div.artListRight {
    margin-left: 100px;
    width: auto;
}

.dataWrapper {
    padding: 15px 0;
}


/*------------- features ------------------*/

.features {
    margin: 10px 0;
}

.features li {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center
}

.features li:nth-child(3) {
    margin-right: 0;
}

.features li a {
    display: block;
    background-image: url(../images/iconAbout.svg);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: top center;
    padding-top: 80px;
}

.features li:nth-child(2) a {
    background-image: url(../images/iconSign.svg);
}

.features li:nth-child(3) a {
    background-image: url(../images/iconStore.svg);
}

.features li a h3 {
    color: #001E3C;
    margin-bottom: 5px;
}

.features li a p {
    color: #808080;
}


/*------------- about ------------------*/

.about {
    text-align: center;
    vertical-align: text-top;
}

.about li {
    width: 48%;
    vertical-align: text-top;
    margin-right: 4%;
    float: left;
}

.about li:nth-child(even) {
    margin-right: 0;
}

.about li h3 {
    margin: 8px 0;
    color: #C0B396;
}

.about li p {
    min-height: 70px;
    color: #001e3c;
}


/*------videoInfo------*/

.videoInfo {
    background: #eee;
    padding: 5px 10px;
}


/*-----------innerFloat---------*/

.innerFloat li {
    display: inline-block;
}

.innerFloat li div {
    float: left;
    margin-right: 10px;
}

.btnRight {
    margin-top: -31px;
}

.innerFloat li.innerFloatR {
    float: right
}


/*---------message-----------*/

#message dd {
    padding: 10px;
    margin-bottom: 10px;
    background: #f5f5f5;
}

#message dd:last-child {
    margin-bottom: 0;
}

.msgLeft {
    width: 60px;
    height: 60px;
    float: left;
}

.msgLeft .squareThumb {
    border-radius: 50px;
}

.msgRight {
    width: auto;
    margin-left: 75px;
}


/*--------------lightbox-------*/

.lightbox {
    padding: 20px;
    background: #fff;
}

#inboxList li {
    padding: 10px 10px 10px 100px;
    border-bottom: 1px solid #e0e0e0;
    width: auto;
    min-height: 100px;
    background-image: url(../images/iconInbox.svg);
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
}

#inboxList li:last-child {
    border: 0;
}


/*------下方購買按鈕-------*/

#floatBtn {
    background-color: #fff;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 991;
    text-align: center;
    border-top: 1px solid #ddd;
}

.floatBtnBlue {
    border-top: none;
    background-color: #001E3C;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 991;
    text-align: center;
}

.floatBtnMsg {
    color: #C0B396;
    background-image: url(../images/msgBlack.svg);
    background-position: left center;
    background-size: 18px 18px;
    padding-left: 25px;
    line-height: 50px;
    background-repeat: no-repeat;
}

.floatBtnBuy {
    color: #C0B396;
    border: 0;
    background-color: transparent;
    background-image: url(../images/cartBlack.svg);
    background-position: left center;
    background-size: 18px 18px;
    padding-left: 25px;
    line-height: 50px;
    background-repeat: no-repeat;
}

.footerMargin {
    margin-bottom: 50px;
}

#floatBtn ul li {
    float: left;
    width: 25%;
    height: 50px;
}

#floatBtn ul li:last-child {
    border: none;
}

#floatBtn ul li a {
    display: block;
    width: 100%;
    height: 50px;
    background-position: top 7px center;
    background-size: 16px 16px;
    padding-top: 25px;
    background-repeat: no-repeat;
    color: #000;
}

#floatBtn ul li.shop a {
    background-image: url(../images/shopBlack.svg);
}

#floatBtn ul li.pordfoot a {
    background-image: url(../images/pordBlack.svg);
}

#floatBtn ul li.blogfoot a {
    background-image: url(../images/blogBlack.svg);
}

#floatBtn ul li.chargefoot a {
    background-image: url(../images/chargeBlack.svg);
}

#floatBtn ul li.memberfoot a {
    background-image: url(../images/memberBlack.svg);
}


/*----------marquee----------------*/

#marquee {
    border: 0px solid #e0e0e0;
    width: 100%;
    line-height: 30px;
    height: 30px;
    color: #820000;
	font-size:17px;
}

#marquee marquee {
    background: #f5f5f5;
}


/*-------------footer--------------------*/

footer {
    background: #e6e6e6;
    font-size: 12px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    position: relative;
}

.SSL {
    position: absolute;
    left: 15px;
    top: 100px;
    z-index: 1
}

#footer a {
    color: #000;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    display: none;
}

#share {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -90px
}

#share p {
    margin: 10px 0;
}

#copyright {
    text-align: center;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 80px;
}

#copyright span {
    display: block;
}

#copyright a {
    padding: 0 2px;
    color: #000
}

/*-------------counter--------------------*/
.counter {
	width:100%;
	display:block;
	height: 30px;
}
.counter p{
	letter-spacing: 2px;
	color: #666;
	line-height: 30px;
	text-align:center;
	width:100%;
	font-size:13px;
	font-style:oblique;
}
