@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: #C9BC9C;
}
: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;
}
.blue {
	color: #1e5f90;
}
.darkRed {
	color: #ff5f8c;
}
.hidden {
	display: none;
}
.gray {
	color: #888;
}
.brown {
	color: #631216;
}
.green {
	color: #00A99D;
}
.orange {
	color: #F15A24;
}
.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: 19px;
}
.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;
}
ul.dot {
	list-style: disc;
	margin-left: 20px;
}
ol.number li {
	padding-bottom: 10px;
}
ol.number li:last-child, ul.dot li:last-child {
	padding-bottom: 0;
}
.smallFont {
	font-size: 13px;
}
.alert {
	border: 1px solid #F2C0B5;
	background: #FFF1F0;
	padding: 15px;
	color: #D85030;
	border-radius: 5px;
}
.fancyboxAlert {
	margin: 0;
	font-size: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.DefaultStyleSheet {
	word-break: break-all;
	overflow: hidden;
}
/*-------img effect-----------*/
.squareThumb {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	opacity: 0;
}
.recThumb {
	width: 100%;
	height: 0;
	padding-bottom: 70%;
	opacity: 0;
}
.wideThumb {
	width: 100%;
	height: 0;
	padding-bottom: 56%;
	opacity: 0;
}
#albumLarge {
	opacity: 0;
}
/*-------btn effect-----------*/
.FBLogin {
	background-color: none;
	border: none;
	cursor: pointer;
	background-image: url(../images/fb_login.jpg);
	width: 242px;
	height: 42px;
	opacity: 0.8;
}
.FBLogin:hover {
	opacity: 1;
	box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.3);
}
.btnStyle {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #666;
	color: #666;
	background-color: #fff;
	padding: 8px 20px;
	line-height: 100%;
	font-size: 16px;
	vertical-align: middle;
	border-radius: 5px;
}
.btnStyle:hover, #prodList li:hover .btnStyle {
	color: #fff;
	border: 1px solid #C7B299;
	background-color: #C7B299;
	box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}
.btnRed {
	background-color: #ff5f8c;
	color: #fff;
	border: 1px solid #ff5f8c;
}
.btnOrange {
	background-color: #F15A24;
	color: #fff;
	border: 1px solid #F15A24;
}
.btnBlue {
	background-color: #828BC6;
	color: #fff;
	border: 1px solid #828BC6;
}
.btnIcon {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 16px 16px;
	font-size: 14px;
}
.btnFavor {
	background-image: url(../images/favor.svg);
}
.btnNoFavor {
	background-image: url(../images/favorGray.svg);
}
.btnCart {
	background-image: url(../images/cartWhite.svg);
	background-position: left 160px center;
}
.btnNoFavor:hover {
	background-image: url(../images/favorWhite.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);
}
a.favorAdd {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/favorGray.svg);
}
/*------------page--------------*/
#page {
	overflow: auto;
	text-align: center;
}
#page span {
	display: inline-block;
	margin: 0 6px 0 0;
}
#page span a {
	color: #C9BC9C;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	border: solid 1px #C9BC9C;
	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: #C9BC9C;
	border: none;
	box-shadow: none;
}
/*---------------------- toTop ------------------------*/
#toTop {
	position: fixed;
	right: 20px;
	bottom: 50px;
	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, body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 15px;
	line-height: 160%;
	outline: none;
	-webkit-appearance: none;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}
input, textarea, body select {
	font-family: "Roboto", "微軟正黑體", sans-serif;
	font-size: 15px;
	padding: 0;
	color: #000;
	/*避免select長度不一*/
	box-sizing: border-box;
	display: inline-block;
	outline: none;
}
p {
	line-height: 160%;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}
h1, h2, h3, h4 {
	line-height: 120%;
	font-family: "Roboto", "微軟正黑體", sans-serif;
}
.largeItem {
	width: 1.1em;
	height: 1.1em;
	vertical-align: text-bottom;
	margin-right: 3px;
}
/*-----------------header---------------*/
#headerWrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 9999;
	background: #E6E6E6;
}
header {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	z-index: 10;
	height: 60px;
}
header h1 a {
	width: 170px;
	height: 40px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	background-image: url(../images/logo.gif?v=20220333);
	background-repeat: no-repeat;
	background-size: contain;
	top: 10px;
}
/*---------------------- round btn ----------------------*/
ul#topLink {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 10;
}
ul#topLink li {
	float: left;
	width: auto;
	margin-left: 15px;
	vertical-align: middle;
}
ul#topLink li:first-child {
	border-left: none;
}
ul#topLink li a {
	display: block;
	text-decoration: none;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	position: relative;
}
ul#topLink li a:hover {
	color: #1E5A90;
}
ul#topLink li.admin a {
	padding: 0;
}
ul#topLink li.searchMobile {
	display: none;
}
ul#topLink li.cart a {
	background-image: url(../images/cart.svg?v=1);
}
ul#topLink li.cart a:hover {
	background-image: url(../images/cartHover.svg?v=1);
}
ul#topLink li.inbox a {
	background-image: url(../images/inbox.svg);
}
ul#topLink li.inbox a:hover {
	background-image: url(../images/inboxHover.svg);
}
ul#topLink li.fb a {
	background-image: url(../images/fb.svg);
}
ul#topLink li.member a {
	background-image: url(../images/member.svg);
}
ul#topLink li.logout a {
	background-image: url(../images/logout.svg);
}
ul#topLink li.logout a:hover {
	background-image: url(../images/logoutHover.svg);
}
ul#topLink li.setting a {
	background-image: url(../images/setting.svg);
}
ul#topLink li.setting a:hover  {
	background-image: url(../images/settingHover.svg);
}
ul#topLink li span {
	position: absolute;
	display: block;
	font-size: 12px;
	left: -8px;
	top: -2px;
	background: #E9332F;
	border-radius: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	-webkit-transform : scale(0.80);
	transform : scale(0.80);
}
/*---------------memberPic---------*/
ul#topLink div.memberPic {
	width: 30px;
	height: 30px;
	float: left;
}
ul#topLink div.memberPic .squareThumb {
	border-radius: 60px;
	margin-right: 5px;
}
h4.openMenu {
	display: none;
}
/*-------------search--------------------*/
.search {
	position: absolute;
	left: 240px;
	top: 15px;
}
.searchText {
	width: 240px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	color: #666;
	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: 30px;
	height: 30px;
	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: 0;
	top: 0;
}
/*-------------counter--------------------*/
#counter_container{
	position: absolute;
	display:block;
	right: 280px;
	top: 15px;
}
.countertext{
	margin-top:3px;
	margin-right:5px;
	display:block;
	float:left;
}
.counter {
	border-radius: 5px;
	width: auto;
	height: 30px;
	border: 1px solid #ddd;
	padding: 0 15px 0 15px;
	box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.2);
	background: #F6FBFE;
	border-radius: 5px;
	float:right;
}
.counter span{
	letter-spacing: 2px;
	color: #666;
	line-height: 30px;
	text-align:center;
	width:100%;
	font-size:13px;
	font-style:oblique;
}

/*------------------menu------------------------*/
#menuWrapper {
	width: 100%;
	height: 50px;
	background: #fff;
	min-width: 1024px;
	z-index: 9998;
	/*box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);*/
	position: fixed;
	left: 0;
	top: 60px;
}
#menu {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
}
#menu li {
	float: left;
	width: 12.5%;
	position: relative;
}
#menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
	text-align: center;
}
#menu li a:hover, #menu li.selected a, #menu li.choosed a {
	color: #001e3c;/*background: #f2f2f2;*/
}
#menu li ul {
	position: absolute;
	display: none;
	width: 100%;
	border: 1px solid #999;
}
#menu li ul li {
	border: 0;
	position: relative;
	z-index: 995;
	float: none;
	width: 100%;
}
#menu li ul li a, #menu li.selected ul li a, #menu li.choosed ul li a {
	display: block;
	background: #fff;
	line-height: 40px;
	color: #000;
	font-weight: normal;
	font-size: 15px;
}

#menu li ul li a:hover {
	background: #f2f2f2;
}
/*----------------- banner position -----------------------*/
.indexbanner {
	position: relative;
}
.indexbanner .swiper-button-next {
	right: -30px;/*margin-top: -50px;*/
}
.indexbanner .swiper-button-prev {
	left: -30px;/*margin-top: -50px;*/
}
/*-------------content--------------------*/
article {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
	position: relative;
	min-height: 400px;
}
article.marginTop {
	margin-top: 110px;
}
article.marginTopStore {
	margin-top: 60px;
}
#left {
	float: left;
	width: 280px;
}
#right {
	float: right;
	width: 860px;
}
/*-------------left menu--------------------*/
.leftMenu {
	border: 1px solid #E0E0E0;
	border-radius: 8px;
}
.leftMenu li a {
	display: block;
	padding: 10px 20px;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #e0e0e0;
}
.leftMenu li:last-child a {
	margin-bottom: 0;
	border: 0;
}
.leftMenu li.selected a {
	background: #f2f2f2;
}
.leftMenu li a:hover {
	color: #C9BC9C;
}
#sidebar.sticky {
	float: none;
	position: fixed;
	top: 0;
	z-index: 6;
	left: auto;
	width: 280px;
}
/*---------QA memu-----------*/
.leftMenu li dl {
	display: none;
	padding: 5px 0;
}
.leftMenu li dl dd a {
	font-size: 14px;
	padding: 0 0 5px 60px;
	background: none;
}
.leftMenu li dl dd a.red {
	color: #C9BC9C;
}
.leftMenu li.itemOpen {
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: right 10px top 10px;
	cursor: pointer;
}
.leftMenu li.itemClose {
	background-image: url(../images/CloseItem.svg);
}
/*-----------------title----------------*/
h1 {
	font-size: 27px;
	font-weight: normal;
}
.artWrapper h2 {
	font-size: 17px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	margin-top: -10px;
}
.artWrapper h2 span {
	background: #001e3c;
	padding: 6px 20px;
	display: inline-block;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
}
/*-----------------indexTitle--------------------*/
.indexTitle {
	border-bottom: 1px solid #999;
	margin: 0 auto;
	padding-bottom: 10px;
}
.indexTitle span {
	color: #ff5f8c;
}
/*-----------------index prod play --------------------*/
#banner {
	position: relative;
	margin-top: 110px;
}
.indexbanner li {
	float: left;
	height: auto;
	margin-bottom: 50px;
}
.indexbanner li a {
	color: #000;
}
.indexbanner li h4 {
	margin-top: 20px;
}
.indexProd li {
	padding: 10px;
	border: 1px solid #FFF;
}
.indexProd li:hover {
	border: 1px solid #CAB79F;
}
.QAslide li {
	border: 1px solid #fff;
	padding-bottom: 20px;
}
.QAslide li:hover {
	border: 1px solid #CAB79F;
}
/*-----------------blog title----------------*/
.blogTitle {
	font-size: 16px;
}
.align_c .blogTitle {
	display: inline-block;
}
.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;
	display: inline-block;
}
.blogStore {
	color: #999;
	font-size: 12px;
	display: inline-block;
	max-width: 100%;
}
.BlogTopic {
	height: 50px;
	overflow: hidden;
}
.BlogTopicPadding {
	height: 50px;
	overflow: hidden;
	padding: 0 15px;
}
/*--------blogWrapper----------*/
.blogWrapper {
	width: 90%;
	margin: 0 auto;
}
/*--------article List (通用) ---------*/
.artWrapper {
	width: 100%;
	border: 1px solid #E0E0E0;
	padding: 0 10px;
}
.artList li {
	overflow: auto;
	margin-bottom: 10px;
	line-height: 130%;
}
.artList li a {
	color: #000;
}
.artList li div.artListLeft {
	width: 80px;
	float: left;
}
.artList li div.artListRight {
	margin-left: 90px;
	width: auto;
}
.dataWrapper {
	padding: 15px 0;
}
/*------------- features ------------------*/
.features {
	margin: 10px 0;
}
.features li {
	float: left;
	width: 33%;
	text-align: center
}
.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;
	color: #001E3C;
}
.features li a:hover h3 {
	color: #C9BC9C;
}
.features li a:hover {
	background-image: url(../images/iconAboutHover.svg);
}
.features li:nth-child(2) a {
	background-image: url(../images/iconSign.svg);
}
.features li:nth-child(2) a:hover {
	background-image: url(../images/iconSignHover.svg);
}
.features li:nth-child(3) a {
	background-image: url(../images/iconStore.svg);
}
.features li:nth-child(3) a:hover {
	background-image: url(../images/iconStoreHover.svg);
}
/*------------- about ------------------*/
.about {
	vertical-align: text-top;
}
.about li {
	width: 49%;
	float: left;
	margin-bottom: 20px;
	margin-right: 2%;
}
.about li:nth-child(even) {
	margin-right: 0;
}
.about li img {
	float: left;
	margin-right: 20px;
}
.about li h3 {
	color: #C9BC9C;
	margin-top: 10px;
}
.about li:first-child h3 {
	margin-top: 0;
}
.about li p {
	color: #001e3c;
}
/*------videoInfo------*/
.videoInfo {
}
.videoInfo li {
	display: inline-block;
	width: 33%;
}
/*-----------innerFloat---------*/
.innerFloat {
}
.innerFloat li {
	float: left;
}
.innerFloat li:last-of-type {
	float: right;
}
.innerFloat li div {
	float: left;
	margin-right: 10px;
}
/*---------message-----------*/
#message dd {
	padding: 20px;
	border: 3px solid #ededed;
	margin-bottom: 20px;/*background:#f5f5f5;*/
}
#message dd:last-child {
	margin-bottom: 0;
}
.msgLeft {
	width: 80px;
	height: 80px;
	float: left;
}
.msgLeft .squareThumb {
	border-radius: 50px;
}
.msgRight {
	width: auto;
	margin-left: 100px;
}
.msgReply {
	background: #f1f1f1;
	padding: 20px;
	margin: 20px -20px -20px -20px;
}
/*--------------lightbox-------*/
.lightbox {
	padding: 20px;
}
#inboxList li {
	padding: 10px 0 10px 60px;
	border-bottom: 1px solid #e0e0e0;
	width: auto;
	min-height: 70px;
	background-image: url(../images/iconInbox.svg);
	background-position: left top 10px;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
#inboxList li:last-child {
	border: 0;
}
#inboxList li.opened {
	background-image: url(../images/iconInboxOpen.svg);
}
#inboxList li.opened, #inboxList li.opened a {
	color: #999;
}
/*-----------------------*/
.termsWrapper {
	border: 1px solid #e0e0e0;
	padding: 20px;
}
.termsWrapper h1 {
	background: #ccc;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
}
.aboutH1 {
	background: #65c8d0;
	padding: 10px 20px;
	color: #fff;
}
/*-------------footer--------------------*/
footer {
	background: #e6e6e6;
	font-size: 15px;
	width: 100%;
	min-width: 1200px;
}
footer a {
	color: #000;
}
footer a:hover {
	text-decoration: underline;
}
#footer {
	margin: 0 auto;
	padding: 40px 0;
	width: 1200px;
	position: relative;
}
#footer ul {
	margin: 0 0 0 30%;
}
#footer li {
	display: inline-block;
	padding: 0 80px;
	vertical-align: text-top;
}
#footer li:first-child {
	padding-left: 0;
}
#footer li h3 {
	color: #001e3c;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#footer li a {
	display: block;
}
#footerLogo {
	position: absolute;
	left: 0;
	top: 30px;
}
#share {
	position: absolute;
	right: 0;
	bottom: 30px;
}
#shareLeft {
	float: left;
}
#shareRight {
	float: right;
}
#share p {
	margin-bottom: 10px;

}
#copyright {
	text-align: center;
	width: 100%;
		border-top:1px solid #ccc;
	padding: 10px 0;
}
#copyright a {
	padding: 0 5px;
}
.SSL {
	display: none
}
/*.marker{
	background-color: Yellow;
}*/

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

