@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
body, html {
	font-family: century Gothic, "微軟正黑體";
	color: #4b4e53;
	font-size: 15px;
	line-height: 1.5;
	color: #666666;
	-webkit-text-size-adjust: none;/*background:url(../Images/E/bg.png);*/
	
}
body.index {
	background: #f5f5f5;
}
body.active, html.active {
	overflow: hidden;
}
.Category_m.pro {
	display: none;
}
#menuBtn {
	display: none;
}
header {
	padding: 15px;
	background: #1558a0;
}
h1 {
	width: 180px;
	margin: 0;
	float: left;
}
h1 img {
	width: 100%;
}
.search {
	float: right;
	margin: 7px 0 0 0;
}
.search input[type=text] {
	width: 230px;
	height: 35px;
	padding: 0 0 0 10px;
	border: none;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
	font-size: 15px;
	vertical-align: top;
	outline: none;
}
.search input[type=button] {
	width: 65px;
	height: 35px;
	background: #F28B23;
	color: #FFF;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	cursor: pointer;
	vertical-align: top;
}
.search.mobile{
	display: none;
}
/*btn*/
.btn {
	letter-spacing: 1px;
	transition: all 0.15s ease-out;
	font-size: 15px;
	color: #FFF;
	padding: 10px 20px;
	font-weight: bolder;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.btn.small {
	padding: 6px 30px;
}
.btn:hover {
	color: #FFF;
}
.btn-fb {
	background: #3b5998;
	color: #FFF;
}
.btn-fb:hover {
	background: #23527c;
}
.btn.Blue {
	background: #1558a0;
}
.btn.Blue:hover {
	background: #0f4c8e;
}
.btn.Org {
	background: #F28B23;
}
.btn.Org:hover {
	background: #e87d11;
}
.btn.Gray {
	background: #999;
}
.btn.Gray:hover {
	background: #666;
}
/*a_Color*/
.ac_blue {
	color: #6bb8c6;
}
.ac_blue:hover {
	color: #459aaa;
}
.ac_yellow {
	color: #fff95e;
}
.ac_yellow:hover {
	color: #ede629;
}
/*Color*/
.c_red {
	color: #ff5656;
}
.c_green {
	color: #5cb85c;
}
/*input*/
.checkbox, .radio {
	margin: 15px 0;
}
.checkbox label, .radio label {
	padding: 0 0 0 30px;
}
.radio input[type=radio], .radio input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin: 0 3px 0 -30px;
	background: #FFF;
	top: 2px;
	vertical-align: middle;
}
/**/
.menu {
	background: #1b5ea7;
	border-bottom: 1px solid #CCC;
}
.menu ul {
	display: flex;
	flex-flow: row;
	margin: 0;
}
.menu ul li {
	width: 15%;
	padding: 10px 0;
	transition: all 0.15s ease-out;
}
.menu ul li:hover,.menu ul li.active {
	background: #1558a0;
	transition: all 0.15s ease-out;
	color:#FF6;
}
.menu ul li a {
	padding: 5px 0;
	display: block;
	color: #FFF;
	text-align: center;
	border-right: 1px solid #2d71bb;
}
.menu ul li:first-child a {
	border-left: 1px solid #2d71bb;
}
.menu ul li a:hover,.menu ul li.active a {
	text-decoration: none;/*color: #1558a0;*/
	color:#FF6;	
}
.Banner {
}
.Banner .w_bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: rgba(255,255,255,0.6);
}
.Banner .active.center .w_bg {
	background: rgba(255,255,255,0);
}
.Banner .owl-nav {
	margin-top: 0px;
	cursor: pointer;
}
.Banner .owl-nav [class*=banner-] {
	transition: all 0.15s ease-out;
}
.Banner .owl-nav [class*=banner-]:hover {
	opacity: 0.75;
	transition: all 0.15s ease-out;
}
.Banner .banner-prev {
	position: absolute;
	top: 40%;
	left: 25px;
	display: block !important;
	border: 0px solid black;
	padding: 0px !important;
	background-color: transparent !important;
}
.Banner .banner-next {
	position: absolute;
	top: 40%;
	right: 25px;
	display: block !important;
	border: 0px solid black;
	padding: 0px !important;
	background-color: transparent !important;
}
.Banner .banner-prev i, .Banner .banner-next i {
	background-color: #ffffff;
	color: #cccccc;
	font-size: 35px;
	width: 50px;
	line-height: 50px;
	box-shadow: 0 2px 5px 0 rgba(155,155,155,0.5);
	border-radius: 25px;
}
.Sort {
}
.Sort ul {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
}
.Sort ul li {
	width: 10%;
}
.Sort ul li a {
	border-right: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.05);
	background: #FFF;
	color: #000;
	text-align: center;
	display: block;
	transition: all 0.15s ease-out;
}
.Sort ul li a:hover {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 1;
	border-color: rgba(0,0,0,.12);
	box-shadow: 0 0 1.3rem 0 rgba(0,0,0,.05);
	transition: all 0.15s ease-out;
	text-decoration: none;
}
.Sort ul li a .img {
	padding: 15px;
	margin: 0;
}
.Sort ul li a .img img {
	width: 70%;
}
.Sort ul li a .text {
	font-size: 0.75rem;
}
.Pro {
	padding: 25px 0 0 0;
}
.Pro .container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.Pro .container:before, .Pro .container:after {
	display: none;
}
.Pro .big_title {
	width: 100%;
	color: #1558a0;
	font-size: 1.8rem;
	font-weight: 600;
}
.Pro .box {
	overflow: hidden;
	margin-bottom: 25px;
	width: 19%;
}
.Pro .box a {
	overflow: hidden;
	display: block;
	color: #000;
	position: relative;
	background: #FFF;
}
.Pro .box a:hover {
	text-decoration: none;
}
.Pro .box a > p {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Pro img {
	width: 100%;
	transition: all 0.3s ease-out;
}
.Pro .box a:hover img {
	transform: scale(1.1);
	transition: all 0.5s ease-out;
}
.Pro .box .detail {
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.Pro .box .detail > * {
	font-size: 0.7rem;
	position: relative;
	z-index: 2;
}
.Pro .box .detail h3 {
	margin-bottom: 5px;
	margin-top: 0;
	color: #1558a0;
}
.Pro .box .detail h3:before {
	content: '【';
}
.Pro .box .detail h3:after {
	content: '】';
}
.Pro .box .detail h4 {
	font-size: 0.75rem;
	line-height: 1.4;
	margin-top: 0;
	height: 40px;
}
.Pro .box .detail p {
	margin: 0;
	text-align: right;
}
.Pro .box .detail p o {
	text-decoration: line-through;
	color: #bbbaaa;
}
.Pro .box .detail p b {
	font-size: 1.5rem;
	margin: 0 0 0 10px;
	color: #ec3728;
}
.Pro .box .detail p b:before {
	content: "網路價 $";
	font-size: 0.7rem;
	font-weight: normal;
	margin: 0 3px 0 0;
	color: #000;
}
/**/
/*footer*/
footer {
	margin: 60px 0 0 0;
	background: #1558a0;
	color: #FFF;
}
footer span {
	display: inline-block;
	width: 180px;
	height: 72px;
	text-align: center;
	/*background: #FFF;*/
	border-radius: 5px;
	vertical-align: bottom;
}
footer img {
	max-width: 180px;
	max-height: 72px;
}
footer span.ec {
	font-size: 12px;
}
footer span.ec img {
	width: 100px;
}
footer .copy {
	overflow: hidden;
	padding: 35px 0;
	font-size: 13px;
	text-align: center;
}
footer .copy p {
	display: inline-block;
	padding: 25px 0 0 0;
}
footer .copy i {
	margin: 0 5px 0 10px;
}
/*bread*/
.Bread {
}
.breadcrumb {
	background: none;
	padding: 15px 0;
	margin: 0;
	font-size: 13px;
}
.breadcrumb a {
	color: #1558a0;
}
/*guid*/

.guide {
	background: #0f4c8e;
	height: 40px;
	line-height: 40px;
	color: #6bb8c6;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	width: 100%;
	z-index: 999;
	font-size: 13px;
}
.guide .row {
	position: relative;
	z-index: 999;
}
.guide ul.smenu {
	margin: 0;
	float: right;
	color: #FFF;
}
.guide ul.smenu li {
	display: inline-block;
	position: relative;
}
.guide ul.smenu li > a {
	padding: 0 0 0 15px;
	display: inline-block;
	color: #FFF;
	margin: 0 0 0 10px;
}
.guide ul li > a i {
	margin: 0 4px 0 0;
}
.guide ul li > a i.no {
	margin: 0 0 0 5px;
}
.guide ul li div {
	position: absolute;
	width: 175px;
	border: 1px solid #eaeaea;
	border-top: 0;
	background: #fff;
	opacity: 0;
	transition: opacity 0.15s ease-out;
	left: -9999px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.guide ul li div a {
	border-bottom: 1px solid #eaeaea;
	height: 33px;
	line-height: 33px;
	display: block;
	color: #666;
	padding: 0 15px;
	transition: all 0.15s ease-out;
}
.guide ul li div a:hover {
	background: rgba(107,184,198,0.1);
	text-decoration: none;
}
.guide ul li div a:last-child {
	border: none;
}
.guide ul li:hover {
	z-index: 999;
}
.guide ul li:hover div {
	opacity: 1;
	left: 25px;
}
.mobile_menu {
	display: none;
}
/*pro_list*/
.Main {
	padding-top: 15px;
}
.pro_list div.col-sm-2 {
	padding: 0;
}
.pro_list .thumbnail {
	border: none;
	padding: 15px 0;
	transition: all 0.15s ease-out;
	margin: 0;
}
.pro_list .thumbnail:hover {
	text-decoration: none;
}
.pro_list .thumbnail:hover h2 {
	text-decoration: underline;
}
.pro_list a.thumbnail:hover span {
	text-decoration: none;
}
.pro_list .thumbnail .img {
	width: 100%;
	vertical-align: middle;
	background: #FFF;
	text-align: center;
}
.pro_list .thumbnail .img img {
	max-width: 100%;
}
.pro_list .thumbnail .caption {
	padding: 9px 5px 0 5px;
}
.pro_list h2 {
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	height: 38px;
}
.pro_list span {
	font-size: 17px;
	font-weight: bolder;
	color: #c00;
}
.pro_list span o {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	margin: 0 5px 0 0;
}
/*Index_pro*/
.Index_pro {
	border: 2px solid #1558a0;
	overflow: hidden;
	padding: 1px;
}
/*pro_list*/
.pro_list.col-sm-2 {
	padding-left: 0;
}
.pro_list .list-group {
	border-radius: 5px;
	overflow: hidden;
}
.pro_list .title {
	text-align: center;
	padding: 25px 0;
	background: #1558a0;
	color: #FFF;
}
.pro_list .title span {
	font-size: 12px;
	font-weight: normal;
	display: block;
	color: #FFF;
}
.pro_list .list-group ul {
	padding: 0;
}
.pro_list .list-group-item {
	padding: 0;
}
.pro_list .list-group-item:hover {
	background: rgba(107,184,198,0.1);
}
.pro_list .list-group-item.active {
	background: rgba(107,184,198,0.1);
	border: 1px solid #ddd;
	color: #666;
}
.pro_list .list-group-item a {
	display: block;
	font-size: 13px;
	box-sizing: border-box;
	padding: 8px 10px;
	transition: all 0.15s ease-out;
	color: #666;
}
.pro_list .list-group-item > a {
	background: url(../Images/arrow_s.png) no-repeat right 10px bottom 13px;
}
.pro_list .list-group-item.active > a, .pro_list .list-group-item.active:hover > a {
	background: url(../Images/arrow_sd.png) no-repeat right 10px bottom 13px;
	color: #1558a0;
	font-weight: bolder;
}
.pro_list .list-group-item.no a {
	background: none;
}
.pro_list .list-group-item a:hover {
	color: #1558a0;
	text-decoration: none;
}
.pro_list .list-group-item-inner li.active a {
	color: #1558a0;
	text-decoration: underline;
}
.pro_list .list-group-item a span {
	color: #999;
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 3px;
	font-weight: normal;
}
.list-group-item ul {
	display: none;
	background: #FFF;
}
.pro_list .list-group-item.active ul {
	display: block;
}
.pro_list .list-group-item.active ul li a {
	padding: 5px 10px;
}
.pro_list .list-group-item.active ul li a.focus {
	color: #1558a0;
}
.pro_list .list-group-item.active ul li a:before {
	content: "●";
	padding-left: 5px;
	display: inline-block;
	margin: 0 3px 0 -4px;
	font-size: 12px;
}
/*pro_list_r*/
.pro_list_r.col-sm-10 {
	padding: 0;
}
.pro_list_r .condition .breadcrumb {
	background: none;
	padding: 15px;
	margin: 0;
	text-align: right;
	border-radius: 5px;
	background: #f0f0f0;
}
.pro_list_r .condition .breadcrumb a {
	color: #1558a0;
}
.pro_list_r .pro_list {
	margin: 15px 0 0 0;
	overflow: hidden;
}
.pro_list_r .Index_pro.pro_list {
	margin: 0 0 15px 0;
}
.pro_list_r .Index_pro.pro_list .thumbnail {
	padding: 15px;
}
.pro_list_r .Index_pro.pro_list .thumbnail:hover {
	text-decoration: none;
}
.owl-carousel.Index_pro .owl-item img {
	width: auto;
	margin: 0 auto;
	display: initial;
}
/*more*/
.pro_list_r.more {
	padding: 0;
}
/*store*/

.e_store_box{
	 display: flex;
	flex-flow: row wrap;
}
.all_title {
    font-size: 33px;
    font-weight: bolder;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dddddd;
    color: #1558a0;
	width: 100%;
	margin: 0 0 20px 0;
}
.e_store_box a{
	width:19%;
	margin: 0 0.5% 25px 0.5%;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
	color: #333;
}

.e_store_box a img{
	max-width: 100%;
}

.e_store_box a p{ 
	padding: 5px 0 0 0;
}
@media (max-width: 1025px) {
#menuBtn {
	display: block;
	position: fixed;
	top: 14px;
	left: 10px;
	width: 50px;
	height: 35px;
	cursor: pointer;
	z-index: 10000;
}
.menu-btn {
	display: block;
}
.menu-btn span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 45px;
	background: #FFF;
	transition: all .5s ease-out;
}
.menu-btn .line-2 {
	top: 14px;
}
.menu-btn .line-3 {
	top: 28px;
}
.menu-btn.active .line-1 {
	top: 14px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-btn.active .line-2 {
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-btn.active .line-3 {
	top: 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.Category_m.pro {
	width: 100%;
	position: fixed;
	top: 59px;
	left: 0;
	margin: 0;
	padding: 0 0 100px 0;
	background: #FFF;
	z-index: 1000;
	overflow: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
.Category_m.pro .c-list > a {
	font-size: 17px;
	padding: 15px;
	font-weight: bolder;
}
.Category_m.pro > li.no > a {
	background: none;
}
.Category_m.pro .c-list:hover {
	background: none;
}
.Category_m.pro .c-list > a {
	padding: 18px 15px;
	font-size: 17px;
	font-weight: bolder;
	background: url(../Images/arrow_s.png) no-repeat right 15px bottom 19px;
}
.Category_m.pro .c-list > a.focus {
	color: #1558a0;
	text-decoration: none;
	background: url(../Images/arrow_sd.png) no-repeat right 15px bottom 20px;
}
.c-list-inner_m {
	padding: 0;
	display: none;
}
.c-list-inner_m.open {
	display: block;
}
.c-list-inner_m li {
	border-bottom: 1px solid #CCC;
}
.c-list-inner_m li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: #888;
}
.c-list-inner_m li a:before {
	content: "●";
	margin: 0 5px 0 0;
}
header {
	padding: 10px 15px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
h1 {
	width: 100px;
	float: none;
	margin: 0 auto;
}
.search {
	display: none;
}
.search.mobile{
	display: block;
	float: none;
	position: fixed;
	z-index: 3;
	top: 101px;	
	width: 100%;
	padding: 10px;
	background: #1558a0;
	margin: 0;
}
.search.mobile input[type=text]{
	width:calc(100% - 70px);
}
.menu {
	position: fixed;
	top: 59px;
	width: 100%;
	z-index: 3;
}
footer .copy {
	text-align: center;
	padding: 20px 0 70px 0;
}
footer .copy p {
	padding: 25px 10px 0 10px;
}
footer .copy p b {
	display: block;
}
footer .copy i {
	margin: 0 5px 0 0;
}
footer span {
	float: none;
	margin: 0 auto;
}
footer span.ec {
	margin: 15px auto 0 auto;
}
.menu ul li {
	width: 33.3333%;
	padding: 0;
}
.menu ul li a {
	padding: 10px 0;
}
.Banner {
	padding: 156px 0 0 0;
}
.Sort ul li {
	width: 20%;
}
.guide {
	display: none;
}
.Pro .box {
	width: 48%;
}
.c-list {
	position: relative;
	border-bottom: 1px solid #dededb;
	transition: all 0.15s ease-out;
	display: block;
}
.c-list > a {
	background: url(../Images/arrow_s.png) no-repeat right 15px bottom 13px;
	display: block;
	color: #666;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 1;
}
.c-list.no > a {
	background: none;
}
.c-list:hover {
	background-color: rgba(107,184,198,0.1);
}
.c-list > a:hover {
	text-decoration: none;
}
.c-list a span {
	padding: 0 0 0 3px;
	display: inline-block;
	font-size: 12px;
	color: #999;
}
.Main {
	padding-top: 171px;
}
.pro_list.left {
	display: none;
}
.pro_list_r {
	width: 100%;
}
/*store*/
.e_store_box a{
	width:24%;
}
}

@media (max-width: 768px) {
.Sort ul li {
	width: 25%;
}
.e_store_box a{
	width:32.33333%;
}
}

@media (max-width: 468px) {
.e_store_box{
	justify-content: space-between;
}
.e_store_box a{
	width:48%;
	margin: 0 0 25px 0;
	padding: 0;
}
}
