/*---Reset CSS---*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background: linear-gradient(270deg, rgba(123, 28, 34, 1)8%, rgba(205, 20, 30, 1)10%);
	background: -moz-linear-gradient(270deg, rgba(123, 28, 34, 1)8%, rgba(205, 20, 30, 1)10%);
	background: -webkit-linear-gradient(270deg, rgba(123, 28, 34, 1)8%, rgba(205, 20, 30, 1)10%);
	background: -o-linear-gradient(270deg, rgba(123, 28, 34, 1)8%, rgba(205, 20, 30, 1)10%);
	font-family:Arial, Helvetica, "微軟正黑體",sans-serif; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	display: block;
}
img:hover{
/*	transform: scale(1.01);
	filter: brightness(1.08) contrast(100%);/*CSS3圖片變亮濾鏡*/
}
*{
	box-sizing: border-box;
}

/*==========電腦版==========*/
body{}

.WRAPPER{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.WRAPPER .AD{
	width:100%;
	height: auto;
}

.AD header{
	width: 100%;
	height: 60px;
	background-color: #7b1c22;
	position: relative;
}

/*LOGO們*/
.AD header h3{
	float: left;
	margin-left: 30px;
}

.AD header h3 a{}

.TATUNG3C_LOGO{
	position: absolute;
	width: 15%;
	height: auto;
	left: 0px;
	top: 2px;
}

.TATUNG3C_LOGO img{
	width: 100%;
	height: auto;
}

.TATUNG_FB_LOGO{
	position: absolute;
	right: 270px;
	top:13px;
}

.TATUNG_LINE_LOGO{
	position: absolute;
	right: 220px;
	top:13px;
}

.SEARCH{
	margin-top: 13px;
}

.SEARCH a{
	position: absolute;
	width: 170px;
	height: 35px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	color: rgba(255, 255, 255,0.8);
	line-height: 40px;
	right: 30px;
}

.SEARCH a:hover{
	font-weight: bold;
	background-color: rgba(255,255,255,0.3);
	border-radius: 15px;
}

/*主視覺*/
mian{
	width: 100%;
	height: auto;
}

.MIAN{
	width: 100%;
	height: auto;
}

.MIAN img{
	width: 100%;
	height: auto;
}

/*返回選單*/
.BACK{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 99;
}
	
.BACK a{
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	font-size: 34px;
	color: #ab8546;
	background-color: #ffea3f;
	border-radius: 50%;
}
	
.BACK a:hover{
	font-size: 40px;
}

/*選單*/

.MEUN{
	z-index: 99;
}
nav{
	width: 100%;
	height: auto;
}

nav ul{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-left: 1px;
}

nav ul li{
	float: left;
	width: 16.66%;
	height: 3em;
	text-align: center;
	border-left: 1px rgba(255,255,255,0.70) solid;
	border-right: 2px rgba(0,0,0,0.20) solid;
}

nav ul li:hover{
	border-left: 2px rgba(0,0,0,0.20) solid;
	border-right: 2px rgba(255,255,255,0.70) solid;
}

nav ul li a{
	display: block;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 2.8;
	background-color: #a71e25;
}

nav ul li a:hover{
	font-weight: bold;
	background-color: #e71f21;
}

/*商品內容區*/
section img{
	padding: 1px;
}

.NO img{
	padding: 0;
}

/*商品內容區標頭*/
article h5{
	display: block;
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: 45px;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	letter-spacing: 1em;
	text-indent: 0.5em;
	background-color: #a71e25;
	border-bottom: 4px rgba(0,0,0,0.50) solid;
	border-top: 4px rgba(255,255,255,0.35) solid;
	border-right: 4px rgba(255,255,255,0.20) solid;
	border-left: 4px rgba(255,255,255,0.20) solid;
	margin-top: 5px;
}

/*銀行刷卡優惠*/
.BANK{
	clear: both;
	width: 100%;
	height: auto;
}

.BANK h3{
}

.BANK p{
	clear: both;
	width: 100%;
	height: auto;
	padding: 0.2em 1em 0.2em 2em;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-indent: -1em;
	background-color: #e576a9;
}

.BANK img{}

/*特惠*/
.SALE{
	clear: both;
	width: 100%;
	height: auto;
}

/*夯品*/
.HOT{
	clear: both;
	width: 100%;
	height: auto;
}

.LIFE{
	clear: both;
	width: 100%;
	height: auto;
}

/*廣告*/
.BANNER{
	clear: both;
	width: 100%;
	height: auto;
}

/*空調*/
.AIR{
	clear: both;
	width: 100%;
	height: auto;
}

/*冰箱*/
.FRIDGE{
	clear: both;
	width: 100%;
	height: auto;
}

/*洗衣機*/
.WASHER{
	clear: both;
	width: 100%;
	height: auto;
}

/*冰箱&洗衣機*/
.FW{
	clear: both;
	width: 100%;
	height: auto;
}

/*視聽影音*/
.AV{
	clear: both;
	width: 100%;
	height: auto;
}

/*暖心家電夯品推薦*/
.HOT{
	clear: both;
	width: 100%;
	height: auto;
}

/*歐風極簡小家電*/
.EUROPE{
	clear: both;
	width: 100%;
	height: auto;
}

/*冬季防疫好幫手*/
.WINTER{
	clear: both;
	width: 100%;
	height: auto;
}

/*小型家電*/
.SMALL{
	clear: both;
	width: 100%;
	height: auto;
}

/*義大利不沾鍋具*/
.BIALETTI{
	clear: both;
	width: 100%;
	height: auto;
}

/*資訊商品*/
.INFORMATION{
	clear: both;
	width: 100%;
	height: auto;
}

/*支付*/
.PAY{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.PAY aside{
	width: 90%;
	height: auto;
}

.PAY h3{
	width: 60%;
	float: left;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #ffffff;
	line-height: 60px;
	text-indent: 2em;
}

.PAY a{
	display: block;
	float: right;
	width: 40%;
	height: auto;
	padding-top: 7px;
}

.PAY img{
	display: block;
	width: 100%;
}

mian .BN{
	width: 100%;
	height: auto;
	float: left;
}

mian .BN img{
	width: 100%;
	height: auto;
}

section{
	clear: both;
}

section .BN{
	width: 100%;
	height: auto;
	float: left;
}

section .BN img{
	width: 100%;
	height: auto;
}

section .BN_S{
	display: none;
}

section .BN_S img{
	width: 100%;
	height: auto;
}

section .BN1{
	width: 100%;
	height: auto;
	float: left;
}

section .BN1 img{
	width: 100%;
	height: auto;
}

.BN2{
	width: 100%;
	height: auto;
}

.BN2 img{
	width: 50%;
	height: auto;
	float: left;
}

.BN2_2{
	width: 100%;
	height: auto;
}
.BN2_2 img{
	width: 50%;
	height: auto;
	float: left;
}

.BN3{
	width: 100%;
	height: auto;
}

.BN3 img{
	width: 33.31%;
	height: auto;
	float: left;
}

.BN3_2{
	width: 100%;
	height: auto;
}

.BN3_2 img{
	width: 33.33%;
	height: auto;
	float: left;
}

.BN4{
	width: 100%;
	height: auto;
}

.BN4 img{
	width: 25%;
	height: auto;
	float: left;
}

.BN4_2{
	width: 100%;
	height: auto;
}

.BN4_2 img{
	width: 25%;
	height: auto;
	float: left;
}

.BN5{
	width: 100%;
	height: auto;
}

.BN5 img{
	width: 20%;
	height: auto;
	float: left;
}

.BN5_2{
	width: 100%;
	height: auto;
}

.BN5_2 img{
	width: 39.95%;
	height: auto;
	float: left;
}

.BN6{
	width: 100%;
	height: auto;
}

.BN6 img{
	width: 16.66%;
	height: auto;
	float: left;
}

.BN6_2{
	width: 100%;
	height: auto;
}

.BN6_2 img{
	width: 16.6666%;
	height: auto;
	float: left;
}

.BN7{
	width: 100%;
	height: auto;
}

.BN7 img{
	width: 14.28%;
	height: auto;
	float: left;
}

.BN8{
	width: 100%;
	height: auto;
}

.BN8 img{
	width: 12.5%;
	height: auto;
	float: left;
}

/*頁尾版權宣告*/
footer{
	clear: both;
	width: 100%;
	height: auto;
	bottom: 0;
	right: 0;
	margin-left: 0 auto;
}

footer p{
	width: 100%;
	height: auto;
	font-size: 1em;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	color: #ffffff;
	padding: 10px 0;
}

/*==========手機版==========*/
@media screen and (max-width:767px){
	
	body{}

	.WRAPPER{
		width: 100%;
/*
		background: linear-gradient(270deg, rgba(15, 60, 170, 1)5%, rgba(255, 0, 0, 1)15%, rgba(255, 220, 0, 1)25%);
		background: -moz-linear-gradient(270deg, rgba(15, 60, 170, 1)5%, rgba(255, 0, 0, 1)15%, rgba(255, 220, 0, 1)25%);
		background: -webkit-linear-gradient(270deg, rgba(15, 60, 170, 1)5%, rgba(255, 0, 0, 1)15%, rgba(255, 220, 0, 1)25%);
		background: -o-linear-gradient(270deg, rgba(15, 60, 170, 1)5%, rgba(255, 0, 0, 1)15%, rgba(255, 220, 0, 1)25%);
*/
	}

	.WRAPPER header{
		width: 100%;
	}

	/*LOGO們*/
	.AD{}

	.AD header h3{
		margin-left: 1em;
	}

	.AD header h3 a{}

	.AD header h3 img:hover{}

	.TATUNG3C_LOGO{
		width: 35%;
		padding-top: 0.4em;
	}

	.TATUNG3C_LOGO img{}

	.TATUNG_FB_LOGO{
		right: 4em;
	}

	.TATUNG_LINE_LOGO{
		right: 1em;
	}

	.SEARCH{
		display: none;
	}

	.SEARCH a{}

	.SEARCH a:hover{}

	/*主視覺*/
	mian{}

	.MIAN{}

	.MIAN img{}

	.MIAN_S{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.MIAN_S img{
		width: 100%;
		height: auto;
	}

	/*返回選單*/
	.BACK{
		display: none;
	}

	.BACK a{}

	.BACK a:hover{}
	
	/*選單*/
	nav{
		position: fixed;
		bottom: 0;
		background-color: #ffffff;
		border-top: 2px rgba(255,255,255,1) solid;
	}

	nav ul{
		
		margin-left: 0;
	}

	nav ul li{
		width: 33.33%;
		height: auto;
		border-bottom: 2px rgba(0,0,0,0.20) solid;
		border-top: 2px rgba(255,255,255,1) solid;
		word-break: break-all;
	}

	nav ul li:hover{}

	nav ul li a{
		font-size: 1em;
		line-height: 3.8em;
	}

	nav ul li a:hover{}

	/*商品內容區標頭*/
	article h5{
		text-align: center;
		text-indent: 1em;
	}

	/*銀行刷卡優惠*/
	.BANK{}
	
	.BANK p{
		width: 100%;
		padding: 0.4em 1.6em 0.4em 2em;
		font-size: 0.9em;
		text-indent: -1em;
		text-align: justify;
	}

	/*空調*/
	.AIR{}

	/*冰箱*/
	.FRIDGE{}

	/*洗衣機*/
	.WASHER{}
	
	/*冰箱&洗衣機*/
	.FW{}
	
	/*視聽影音*/
	.AV{}

	/*小型家電*/
	.SMALL{}

	/*資訊商品*/
	.INFORMATION{}

	/*支付*/
	.PAY{}

	.PAY aside{
		width: 90%;
		margin: 0 auto;
	}

	.PAY h3{
		width: 100%;
		margin: 0 auto;
		font-size: 1.2em;
		text-align: center;
		letter-spacing: 0.2em;
		line-height: 1.5;
		text-indent: 0;
	}

	.PAY a{
		float: left;
		width: 100%;
		padding-top: 0;
	}

	.PAY img{
		width: 80%;
		margin: 0 auto;
	}
	
	mian .BN{}

	mian .BN img{}
	
	mian .BN2{}

	mian .BN2 img{
		width: 50%;
	}
	
	section{}
	
	section .BN{
		display: none;
	}

	section .BN img{}
	
	section .BN_S{
		display: block;
	}

	section .BN_S img{}
	
	.BN1{}

	.BN1 img{}

	.BN2{}

	.BN2 img{
		width: 100%;
	}
	
	.BN2_2{}
	
	.BN2_2 img{
		width: 100%;
	}

	.BN3{}

	.BN3 img{
		width: 100%;
	}
	
	.BN3_2{}

	.BN3_2 img{
		width: 50%;
	}

	.BN4{}

	.BN4 img{
		width: 50%;
	}
	
	.BN4_2{}

	.BN4_2 img{
		width: 100%;
	}
	
	.BN5{}

	.BN5 img{
		width: 50%;
	}
	
	.BN5_2{}

	.BN5_2 img{
		width: 100%;
	}
	
	.BN6{}

	.BN6 img{
		width: 50%;
	}
	
		
	.BN6_2{}

	.BN6_2 img{
		width: 50%;
	}
	
	.BN7{}

	.BN7 img{
		width: 50%;
	}
	
	.BN8{}

	.BN8 img{
		width: 50%;
	}

	/*頁尾版權宣告*/
	footer{
		margin-bottom: 8em;
	}

	footer p{
		font-size: 0.7em;
	}
	
}
