html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* basic */
body {
	background-image:url("".jpg);
	font-family:"微軟正黑體", "Microsoft JhengHei", "ＭＳ Ｐゴシック", "MS UI Gothic", Tahoma, Arial, Helvetica,"新細明體", "PMingLiU",sans-serif;
	color: #4d004d;
}

a {
	outline: none;
	color:#7300e6;
}
a:link ,a:visited ,a:active {color:#7300e6;}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

img {
	border: 0;
}

/*topbar*/

/*main*/
#main{
	width: 100%;
	height: 800px;
	padding: 50px 0 0 0;
	margin: 0 auto;
}
#pmain{
	width:100%;
	height:700px;
	padding:20px 0 0 0;
	margin:0;
}
#productList {
	width: 100%;
	height: 800px;
	margin: 0 auto;
	overflow:hidden;
}
.smallBox{
	width: 24%;
	height: 210px;
	margin: 10px 2px 2px 2px;
	float: left;
	text-align: center;
	background:linear-gradient(top,rgba(220, 220, 220,0.8),#FFF);
	background:-moz-linear-gradient(top,rgba(220, 220, 220,0.8),#FFF);
	background:-webkit-linear-gradient(top,rgba(220, 220, 220,0.8),#FFF);
	
	display: inline-block;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
}
.actShow {
	background:linear-gradient(top,rgba(115, 0, 230,0.9),#b366ff);
	background:-moz-linear-gradient(top,rgba(115, 0, 230,0.9),#b366ff);
	background:-webkit-linear-gradient(top,rgba(115, 0, 230,0.9),#b366ff);
}
  


.smallBox ul{
	list-style-type:none;
	margin: 10px 0 0 0;
}
.smallBox li{
	font-size:14px;
	line-height:25px;
}
.smallBox li h3{
	font-size:17px;
}
.smallBox:hover {
	transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
}
.smallBox a{
	width:100%;
	height:100%;
	text-decoration:none;
	padding:10px auto;
	display:block;
	color: #8c1aff;
	
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-property: transform;
	-webkit-transition-property: transform;
	-moz-transition-property: transform;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
}
.actShow a{
	color:#FFF;
}

.smallBox a:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
}

.smallBox a img{
	width: 100px;
	margin: 25px 0 10px 0;
}
.smallBox a p{
	text-decoration:none;
	margin:15px 0 0 0;
	font-size: 18px;
}


/*Product*/
#photoBox{
	margin:0;
	padding: 10px 0 0 0;
	width: 100%;
	height: 250px;
	cursor:pointer;
	/*background:;*/
}
#photoBox img{
	display: block;
	margin: 0 auto;
	float: none;
}
#photoBoxS{
	/*margin:0 10% 0 10%;*/
	margin: 0 auto;
	padding: 10px 0 0 0;
	/*width: 80%;*/
	align-content: center;
	height: 100%;
	display: block;
	cursor:pointer;
}
#TVno{
	background:url(../photo/Picon/ptBG.png) no-repeat;
	list-style-type: none; 
	margin: 5px 0 10px 0;
}
#TVno li{
	margin: 0 0 0 20px;
	font: "Arial";
	font-size:15px;
	color:#FFFFFF;
}
#TVno li h2{
	font: "Arial Black";
	font-size:22px;
}
.pinfo {
	margin:30px 0 0 0;
	width: 100%;
	height: 560px;
}
.pinfo img{
	margin: 0 0 10px 0;
}
.spec {
	width:100%;
	margin: 0 auto;
	border: none;
}
.spec tr{
	width:100%;
	margin: 0 0 20px 0;
}
.spec th{
	width:25%;
	background:linear-gradient(left,rgba(230, 230, 230,0.7),#FFF);
	background:-moz-linear-gradient(left,rgba(230, 230, 230,0.7),#FFF);
	background:-webkit-linear-gradient(left,rgba(230, 230, 230,0.7),#FFF);
	padding: 10px 0 10px 0;
	margin: 0 5px 0 5px;
	font-size: 18px;
	border-radius: 0 40px 0 0;
}
.spec td{
	width:auto;
	padding: 15px 0 15px 20px;
	margin: 0 0 0 10px;
	font-size: 15px;
	border-bottom-style:dotted;
	border-bottom-width:2px;
}

#underIcon {
	width:100%;
}
#underIcon img {
	display:block;
	margin:auto;
}


/**/
#Modal{
	display: none; 
	position: fixed;
    z-index: 15;
    padding-top: 100px;
	left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
	transform:0.3s;
    background-color: rgba(0,0,0,0.9);
}
#Modal:target{
	display: block; 
}
#Modal a{
	text-decoration:none;
}
#slot{
	display:block;
	width: 500px;
	overflow:hidden;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.imgpack{
	display:none;
}
.imgslot{
	float: left;
	width: 33%;
	background:#000;
}
.img01 {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
}
.img02 {
    margin: auto;
	cursor: pointer;
    display: block;
}

.imgS{
	margin: auto;
    display: block;
    width: 90%;
	max-width:900px;
}
.demo{
	opacity: 0.8;
	transition: 0.5s ease;
}
.active,
.demo:hover {
	opacity: 1;
	transition: 1s ease;
}


.close {
    position: absolute;
    top: 15px;
    right: 30px;
}
.close a{;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close a:hover,
.close a:focus {
    color: #AAA;
    text-decoration: none;
    cursor: pointer;
}

/*footer*/
#footer {
	bottom:0px;
	width:100%;
	height:30px;
	margin:0;
	color: #7300e6;
	line-height:30px;
	text-align:center;
	font-size: 16px;
	overflow:hidden;
}
#footer a{
	text-decoration:none;
}

/*mobile mode*/

/*
/*media-queries*/
/*960px or less*/
@media screen and (max-width: 960px) {

.smallBox li{
	font-size:10px;
	line-height:23px;
}
.smallBox li h3{
	font-size:18px;
}
}
/*840px or less*/
@media screen and (max-width: 840px) {
.spec tr{
	margin: 0 0 10px 0;
}
.spec th{
	padding: 5px 0 5px 0;
}
.spec td{
	padding: 10px 0 10px 20px;
}
}
/*768px or less*/
@media screen and (max-width: 768px) {

/*main*/
#main {
	padding: 10px 0 0 0;
	height: 1000px;
}
#productList {
	 width:100%;
	 height:750px;
	 margin: 0 auto;
}
.pinfo {
	margin:15px 0 0 0;
	height: 470px;
}
.pinfo img{
	margin: 0;
}
.spec th{
	width:30%;
	font-size: 16px;
}
.spec td{
	font-size: 12px;
}
.smallBox{
	width:32%;
	height: 180px;
	margin: 10px 3px 0 3px;
}

.modal-content {
        width: 100%;
    }
#footer {
	bottom: 0px;
	font-size: 10px;
}
}
@media screen and (max-width: 480px) {
#main{
	padding: 0 0 0 0;
}
.pinfo br{
	display:none;
}
#TVno li{
	font-size:12px;
}
#TVno li h2{
	font-size:18px;
}
#photoBox{
	height: 200px;
}
#photoBox img{
	height: 200px;
}
.spec{
	margin:0 0 15px 0;
}
.spec th{
	font-size: 14px;
}
.spec td{
	border-bottom-width:1px;
}
#underIcon {
	width:85%;
	margin:0 auto;
}

.smallBox{
	width:31.5%;
}
.smallBox li h3{
	font-size: 14px;
}
.smallBox li{
	font-size: 8px;
}
.smallBox:hover {
	box-shadow:none;
}
#slot{
	width: 100%;
	margin:0 auto;
}
}
