/* 重置 */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei",Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #4c4c4c;
}

h3 {
	margin-bottom: 0;
}

p {
	/* margin-bottom: 5px; */
}

.min-content {
	min-height: 630px;
}


/* 文字顏色 */
.color_h3 {
	background: -webkit-linear-gradient(left, #b44382 0%, #b44382 45%, #2370f2 50%, #b44382 55%, #b44382 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color_66 {
	background: -webkit-linear-gradient(left, #b44382 0%, #b44382 35%, #2370f2 50%, #b44382 65%, #b44382 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text_deep-black {
	color: #4c4c4c;
}

.text_light-black {
	color: #797979;
}

.text_Uitralight-black {
	color: #b7b7b7;
}

.text_blue {
	color: #147bb6;
}

.text_deep-blue {
	color: #283593;
}

.text_yellow {
	color: #fff252;
}

.text_boue_w {
	color: #d3edfb;
}

.text_purple {
	color: #b44382;
}

/* 文字連結 */
.text_deep-black-a {
	color: #4c4c4c;
}

.text_deep-black-a:hover {
	color: #797979;
}

/* 文字大小 */
.text_20 {
	font-size: 20px;
}

.text_24 {
	font-size: 26px;
}

.text_32 {
	font-size: 32px;
}

.text_15 {
	font-size: 15px;
}

/* 按鈕樣式 */
.btn_hollow_blue {
	display: inline-block;
	color: #147bb6;
	letter-spacing:2px;
	border: 1px solid #147bb6;
	border-radius: 30px;
}

.btn_hollow_blue:hover {
	background-color: #147bb6;
	color: #fff;
	text-decoration: none;
}

.btn_hollow_white {
	display: inline-block;
	color: #fff;
	letter-spacing:2px;
	border: 1px solid #fff;
	border-radius: 30px;
}

.btn_hollow_white:hover {
	background-color: #fff;
	color: #147bb6;
	text-decoration: none;
}

.btn_blue {
	display: inline-block;
	background-color: #147bb6;
	border-radius: 3px;
	color: #fff;
	padding: 6px 20px;
	text-align: center;
}

.btn_blue:hover {
	background-color: #044e78;
	color: #fff;
	text-decoration: none;
}

/* 背景顏色 */
.bk-gray {
	background-color: #f3f3f3;
}

.bg-a {
	background-color: #2D4C88;
}

.bg-b {
	background-color: #F4E5DA;
}

.bg-c {
	background-color: #BBC6E1;
}

.bg-d {
	background-color: #E8AFAE;
}



/* 通用 */
.border-k {
	border: 1px solid #000;
}

.b-bottom {
	border-bottom: 2px solid #4c4c4c;
}

.Separate_blue {
	width: 100%;
	height: 1px;
	background-color: #a2d6e5;
}

.Separate_white {
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.Separate_eee {
	width: 100%;
	height: 1px;
	background-color: #eee;
}

.ulli li {
	margin-left: -20px;
}

.bg-boue {
	background: #0277bd;
    background: -moz-linear-gradient(left, #0277bd 0%, #039be5 25%, #039be5 75%, #0277bd 100%);
	background: -webkit-linear-gradient(left, #0277bd 0%,#039be5 25%,#039be5 75%,#0277bd 100%);
	background: linear-gradient(to right, #0277bd 0%,#039be5 25%,#039be5 75%,#0277bd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0277bd', endColorstr='#0277bd',GradientType=1 );
}

.bg_light-boue {
	background: #69bad3;
	background: -moz-linear-gradient(left, #69bad3 0%, #f3f5e4 100%);
	background: -webkit-linear-gradient(left, #69bad3 0%,#f3f5e4 100%);
	background: linear-gradient(to right, #69bad3 0%,#f3f5e4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69bad3', endColorstr='#f3f5e4',GradientType=1 );
}

.bg_deep_boue {
	background-color: #1c253d;
	font-size: 15px;
}

.li_decimal li {
	list-style-type: decimal;
}

.navbox {
	width: 100%;
	background-color: rgba(255, 255, 255, .8);
}

.bannerbox {
	position: relative;
}

.topborder {
	width: 100%;
	height: 4px;
	background: #e64a87;
    background: -moz-linear-gradient(left, #e64a87 18%, #336fea 100%);
    background: -webkit-linear-gradient(left, #e64a87 18%,#336fea 100%);
    background: linear-gradient(to right, #e64a87 18%,#336fea 100%);
}

.logo {
	width: 155px;
	height: 80px;
}

.login_btn {
	padding: 5px 20px;
}

.icon_btn {
	display: block;
	width: 36px;
	height: 36px;
	background-color: #147bb6;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
}

@media (max-width: 991.98px) {
	.icon_btn {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 20px;
	}
}

.icon_btn:hover {
	color: #147bb6;
	background-color: #fff;
	border: 1px solid #147bb6;

}

.shopping-icon {
	position: relative;
}

.shopping-icon-number {
	width: 26px;
	height: 26px;
	font-size: 12px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background-color: #af4486;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	bottom: -4px;
}

.munebox {
	margin-top: 15px;
}

.munebox li {
	position: relative;
	padding: 0 10px;
	border-right: 1px solid #e2e2e2;
	list-style-type: none;
	/* background-color: #1de9b6; */
}

.munebox li:last-child {
	/* padding: 0 0 0 20px; */
	border: 0;
}

.munebox li ul {
	width: 180px;
	position: absolute;
	z-index: 9;
	top: 30px;
	left: 10px;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow:0px 0px 3px #575757;
	/* border: 1px solid #8a8a8a; */
	display: none;
}

.munebox li ul li {
	border: 0;
	padding: 3px;
	margin: 0;
	margin: 5px;
}


@media (max-width: 991.98px) {
	.munebox li {
		/* width: 100%; */
		text-align: center;
		padding: 0 10px;
		/* border: 1px solid #000; */
	}

	.munebox li:last-child {
		/* padding: 0 0 0 10px; */
		padding: 0;

	}
	
	.munebox li ul {
		width: 100%;
		position: static;
		z-index: 9;
		/* padding: 15px; */
		background-color: rgba(226, 226, 226, .5);
		/* background-color: transparent; */
		border-radius: 0px;
		box-shadow:0px 0px 0px #fff;
		/* border: 1px solid #8a8a8a; */
		/* display: none; */
	}

}

.munebox li a {
	display: block;
	color: #4c4c4c;
	letter-spacing:2px;
}

.munebox li a:hover {
	color: #797979;
}

.munebox li a.action {
	background-color: #147bb6;
	color: #fff;
	border-radius: 20px;
	padding: 2px 12px;
}

.taggbox {
	display: none;
}

.tagg {
	width: 46px;
	height: auto;
	cursor: pointer;
}

.btn_x {
	display: none;
}

.topbtnbox {
	display: block;
}

@media (max-width: 991.98px) { 
	.color_h3 {
		background: -webkit-linear-gradient(left, #b44382 0%, #b44382 35%, #2370f2 50%, #b44382 65%, #b44382 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.logo {
		width: 110px;
		height: auto;
		padding-bottom: 10px;
	}

	.btn_x {
		display: block;
		width: 46px;
		height: auto;
		cursor: pointer;
		float: right;
		margin-right: 15px;
		margin-top: 15px;
	}

	.topbtnbox {
		display: none;
		/* position: absolute; */
		/* height: 100%; */
		position: fixed;
		z-index: 99;
		overflow: auto;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, .9);
	}

	.taggbox {
		display: block;
	}

	.iconbox {
		margin-top: 100px;
	}

	.munebox {
		margin-bottom: 30px;
	}

	.munebox li {
		padding: 0;
		margin-top: 20px;
		margin-left: -40px;
		border-right: 0;
		list-style-type: none;
	}
}

.in_newsbox {
	margin: 0;
	padding: 0;
}

.in_newsbox li {
	list-style-type: none;
}

.in_newsbox a {
	color: #4c4c4c;
}

.in_newsbox a:hover {
	color: #797979;
}

.tag-box {
	display: block;
	width: 70px;
	text-align: center;
	color: #fff;
	padding: 2px 10px;
	border-radius: 15px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: lighter;
}

.tag-news {
	background-color: #af4486;
}

.tag-blue {
	background-color: #266ff0;
}

.tag-green {
	background-color: #74ba5e;
}

.shoppbox {
	position: relative;
	border: 1px solid #d7d7d7;
	overflow: hidden;
	border-radius: 10px;
}

.shoppbox .shoppimg {
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;

}
.shoppbox:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.shoppboxImg {
	width: 100%;
	height: 100%;
}

.shoppboxImg img {
	max-width: 100%;
	max-height: 100%;
}

.shoppboxImg a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.scolltop {
	display: none;
	position: fixed;
	z-index: 9;
	bottom: 160px;
	right: 100px;
	font-size: 50px;
	opacity: .5;
	cursor: pointer;
	transition:all .5s linear;
}

.scolltop:hover {
	opacity: 1;
}

@media (max-width: 991.98px) { 
	.scolltop {
		bottom: 100px;
		right: 15px;
	}
}

.verification {
	width: 105px;
	height: auto;
}

.breadcrumbsbox {
	background-color: #f3f3f3;
	font-size: 14px;
	margin: 0;
	/* padding: 12px; */
}

.mapbox {
	background-color: #f3f3f3;
	font-size: 14px;
	margin: 0;
	padding: 12px;
}

.mapall {
	margin-bottom: 0;
}

.mapall li {
	padding: 0 12px;
	border-right: 1px solid #e2e2e2;
	list-style-type: none;
}

.mapall li:last-child {
	border: 0;
}

@media (max-width: 991.98px) {
	.mapall li {
		padding: 0 10px;
	}

	.mapall li:last-child {
		padding: 0 0 0 10px;
	}

	.mapall {
		margin-bottom: 20px;
	}

	.mapall li {
		padding: 0;
		margin-top: 20px;
		margin-left: -40px;
		border-right: 0;
		list-style-type: none;
	}
}

.mapall li a {
	display: block;
	color: #4c4c4c;
	letter-spacing:2px;
}

.mapall li a:hover {
	color: #797979;
}













.img-zoo img {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.sub-nav {
	padding-left: 0;
}

.sub-nav li {
	list-style-type: none;
	margin-top: 15px;
}

.sub-nav li a {
	color: #797979;
}

.sub-nav li a:hover {
	color: #000;
}

.sub-nav li a.action {
	display: block;
	background-color: #af4486;
	color: #fff;
	padding: 4px 8px;
	border-radius: 3px;
}

.sub-nav li a.action:hover {
	text-decoration: none;
}

.breadcrumbs {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0;
}

.breadcrumbs li {
	list-style-type: none;
	margin-right: 7px;
}

.breadcrumbs li a {
	color: #147bb6;
}

.breadcrumbs li a:hover {
	color: #283593;
}

.navsort_mb .box {
	font-size: 20px;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	padding: 8px 15px;
	cursor: pointer;
}


@media (max-width: 991.98px) { 
	.navsortbpx {
		display: none;
		position: fixed;
		z-index: 99;
		overflow: auto;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255, 255, 255, .9);

	}

	.sorttop {
		margin-top: 100px;
		text-align: center;
	}

	.sub-nav li {
		text-align: center;
		margin-top: 20px;
	}
}

.cart-item-img {
	width: 25%;
}

.cart-item-com {
	width: 65%;
}

.cart-item-x {
	float: right;
}

.cart-img {
    position: relative;
    height: 0;
    padding-bottom: 100%;
}

.cart-img div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
}

.cart-img div img {
	max-width: 100%;
	max-height: 100%;
}

.qabtn {
	border-bottom: 1px dashed #ebebeb;
	padding-bottom: 15px;
	cursor: pointer;
}

@media (max-width: 991.98px) { 
	.table-w-600 {
		min-width: 600px;
    }
}

.qa-p p {
	margin-bottom: 0;
	line-height: 30px;
}

.qa-ul ul {
	padding-left: 15px;
	margin-bottom: 0;
}

.qa-ul ul li {
	line-height: 30px;
}

/* 2/19新增 */
.page-color a {
	color: #616A72;
}


.page-color .action {
	background-color: #616A72;
	color: #fff;
	cursor: default;
}

.page-color .action:hover {
	background-color: #616A72;
	color: #fff;

}

.business_title {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid #fff252;
}

.privy_table {
	width: 100%;
	table-layout: fixed;
}

.privy_table th, .privy_table td {
	border: 1px solid #b5b5b5;
	padding: 4px;
	text-align: center;
}

.privy_trb {
	border-bottom: 2px solid #535353;
}

.privy_lh p {
	line-height: 28px;
}

.privy_po {
	height: 100%;
	position: relative;
	font-size: 14px;
}

.privy_pobox {
	width: 110px;
	position: absolute;
	left: -61%;
	top: 20%;
	z-index: 9;
	text-align: center;
}

@media (max-width: 1160px) { 
	.privy_pobox {
		left: -94%;
	}
}

@media (max-width: 991.98px) { 
	.privy_pobox {
		width: 100%;
		padding: 10px;
		position: static;
		left: 0;
		top: 0;
		margin-top: 0;
		text-align: center;
	}
}

.largitem {
	border: 2px solid #3a3a3a;
	border-radius: 5px;
	background-color: #eee;
}






















