@charset "utf-8";
/* CSS Document */

/*--------reset----------*/
html {
  box-sizing: border-box;
}
.nav img{
	float:left;
	
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  /* font-weight: normal; */
  font-family: "微軟正黑體", "Microsoft JhengHei",sans-serif;
}

ol, ul {
  /*list-style: none;*/
	padding-left: 30px;
}

img {
  vertical-align: bottom;
	border: 0;
}

body{
	background-attachment: fixed;
	background-size:cover;
}

.wrapper{
	width: 840px;
	margin: 0 auto;
	background-color: #f9fafc;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #333;
}

tr {
    border-bottom: 1px solid rgba(97, 97, 97, 0.281);
}

th {
    line-height: 4rem;
    font-size: 23px;
	color: #006f00;
}

td {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0;
    font-weight: 600;
}
th, td {
    text-align: inherit;
}
col.brand { 
	width: 8%; 
}
col.items {
	width: 40%;
}
col.spec  { 
	width: 10%; 
}
col.price { 
	width: 29%; 
}
th.brand, td.brand { 
	text-align: center; padding-left: 20px; 
}
th.items, td.items { 
	text-align: left; padding-left: 50px; 
}
th.spec, td.spec   { 
	text-align: left; 
}
th.price, td.price { 
	text-align: right; padding-right: 20px; 
}

h1 {
	text-align: center;
	color: #fff;
    font-size: 40px;
}

.tit_a{
    font-size: 50px;
    color:#0fa0d2 ;
}
.tit{
	padding-top: 10px;
	padding-bottom: 10px;
    background-color: #00ae00;
}
.brand{
    width: 8%;
    text-align: center;
	padding-left: 20px;
}
.items{
    width: 45%;
    text-align: left;
    padding-left: 50px;
}
.spec{
  width: 8%;
  text-align: left;
}
td.spec{
	font-size: 18px;
}
.price{
    width: 29%;
    text-align: right;
	font-weight: 600;
    padding-right: 20px;
}
.price span{
    text-align: right;
    color: #6e6e6e;
	font-weight:500 ;
	font-size: 16px;
}
.price .discount {
    color: #f55e18;
    font-weight: 600;
	font-size: 20px; 
}
.back {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    background-color: #00ae00;
    color: #fff;
    text-decoration: none;
}

.back:hover {
    color: #fff;
	background-color: #006f00;
    text-decoration: none; 
}


.footer{
	clear: both;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color: #1a1a1a;
}
.footer a{
	color: #1a1a1a;
	text-decoration: none;
}
.footer a:hover{
	color: #3d3d3d;
    text-decoration: none;
}
.gotop {
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 50%;
	opacity: 80%;
	background-image: linear-gradient(#f1ab41, #ee9035);
	cursor: pointer;
	position:fixed;
	right: 1rem;
	bottom: 1rem;
	display: none;
}
.gotop::before, .gotop::after {
	width: 28px;
	height: 6px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	content: "";
}
.gotop::before {
	transform: rotate(-50deg) translate(0, -90%);
	left: 12px;
}
.gotop::after {
	transform: rotate(50deg) translate(0, -90%);
	right: 12px;
}
.gotop:focus {outline: none;}