/*--- Img ----*/


.BigImg{
	position:relative;
	width: 100%;
}

.BigImgBG{
	background: url(../images/Img.jpg)  center no-repeat;
	min-height: 500px;
}

.BigImgBottom{
	position: absolute;
	bottom:0;
	z-index: 200;
}

.ImgBig{
    max-width: 1140px;
    min-height:500px;
	margin:0 auto;
}

.ImgS{
	background:url(../images/bg1.gif?0110) center -2px no-repeat;
	margin: 0 auto; 
	width:80%;
}

.Img1{
  	animation-delay: 300ms;
	position:absolute;
	z-index:1;
}

.Img2{
  	animation-delay: 1500ms;
	z-index:0;
	position:absolute;
}

.Img3{
  	animation-delay: 900ms;
	z-index:2;
	position:absolute;
}

.Img4{
  	animation-delay: 2000ms;
	z-index:2;
	position:absolute;
}

.clear { 
clear: both;
}

.imgTT{
    margin-bottom:-52px;
/*    margin-top:15px;*/
    position: relative;
    z-index: 998;
    right: 8px;
}
/*----　商品圖-----*/

.hotp li {
    list-style-type: none;
}

.hotp li:before {
    content: "\1F4F7";
    margin-right: 5px;
}



.hotp {
    padding: 3px 0;
	margin-bottom: 15px;
    color: #FFF;
    background-color: #c90000;
    text-shadow: 0px 0px 3px rgba(66, 61, 9, 0.2);
    font-size: 15px;
}

.hotp1 {
    padding: 3px 0;
    color: #FFF;
    background-color: #FFE900;
    text-shadow: 0px 0px 3px rgba(66, 61, 9, 0.2);
    font-size: 15px;
}

p.hot2 {
    top: 11px;
    left: 3px;
    position: absolute;
    /*    background: rgba(255,150,0, 0.9);*/
    padding: 5 10px;
    color: #fff;
    /*box-shadow: 0px 0px 3px rgb(53,231,255);
    border-top: 1px solid rgba(255,150,0, 0.3);
    border-right: 1px solid rgba(255,150,0, 0.3);
    border-bottom: 1px solid rgba(255,150,0, 0.3);*/
}

.img {
    border: none;
}

.ImgHot{
	
    position:relative;
	margin: 0 auto;
}


p.hotTop{
    position: absolute;
    bottom: -35px;
    right: -10px;
    padding: 0;
    color: #fff;
    /*
    box-shadow: 0px 0px 3px rgb(53, 231, 255);
    border-top: 1px solid rgba(216, 57, 4, 0.3);
    border-right: 1px solid rgba(216, 57, 4, 0.3);
    border-bottom: 1px solid rgba(216, 57, 4, 0.3);
*/
}
p.hot {
    position: absolute;
    top: -41px;
    left: -28px;
    padding: 0;
    color: #fff;
    /*
    box-shadow: 0px 0px 3px rgb(53, 231, 255);
    border-top: 1px solid rgba(216, 57, 4, 0.3);
    border-right: 1px solid rgba(216, 57, 4, 0.3);
    border-bottom: 1px solid rgba(216, 57, 4, 0.3);
*/
}

/* ----- 5格欄位 ------ */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* ----- 7格欄位 ------ */

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-7ths {
    width: 14.285714285714285714285714285714%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-7ths {
        width: 14.285714285714285714285714285714%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-7ths {
        width: 14.285714285714285714285714285714%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-7ths {
        width: 14.285714285714285714285714285714%;
        float: left;
    }
}


/* ----- Font ------ */

.ezfont {
    font-family: "微軟正黑體";
}

#nav-footer {
    font-family: "微軟正黑體";
}

#nav-header {
    font-family: "微軟正黑體";
}

body a {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}


/* ----- Content ------ */

.BuLink {
    float: left;
    background-color: #7b87ff;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
}

.BuLink:hover {
    color: #fff;
    background-color: #ff7baa;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.BuLinkOn {
    float: left;
    background-color: #ff7baa;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
}

#BuLinkOnHover:hover {
    background-color: #ff7baa;
}

.BuLinkOn2 {
    float: left;
    background-color: #bf78ff;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
}

.BuTitel {
    float: left;
    background-color: #690000;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.bd1 {
    border-right: 1px #fff solid;
}

.bd2 {
    border-bottom: 1px #fff solid;
}


/*GRID*/

.ezGrid {
    box-shadow: 0px 0px 3px #71D5E2;
}

.GridTxt {
    padding: 10px 12px;
/*	margin-left: -7px;*/
}

.ezPro {
    font-size: 18px;
    color: #FFF;
    float: left;
    margin: 0px -5px 10px -5px;
    background: #000000;
    padding: 0;
    border-radius: 0 0 10px 10px;
    border: 1px #000000 solid;
/*
    -webkit-box-shadow: 1px 1px 10px rgb(202, 202, 202);
    -moz-box-shadow: 1px 1px 10px rgb(202, 202, 202);
    box-shadow: 1px 1px 10px rgb(202, 202, 202);
*/
}



.ezPro:hover {
    color: #FFE900;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
	
}

.ezPro img {
    width: 100%;
/*    border-radius: 8px 8px 0 0;*/
}

.ezPro p {
    font-size: 14.5px;
    line-height: 1.7em;
    font-weight: 400;
    color: #b2001c;
	padding-top: 2px;
}

.ezProIimg {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.ezProIimgB {
    width: 100%;
    border-radius: 8px;
}

.ezPro0 p {
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
}

span.ProTitle {
    color: #5e5e5e;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 10px 0 0 0;
}

span.ProTitle1 {
	color: #FFF;
    font-size: 18px;
	font-weight: bold;
    text-decoration: none;
    padding: 10px 5px 1px 5px;
	margin: 0 0 0 -7px;
}

.ezLine {
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    display: block;
    margin: 0.6em 0 0.8em 0;
}

.GriPri {
    color: #FFE900;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    margin: -5px 0 0 0;
}

.red {
    font-size: 23px;
    font-weight: bold;
    font-family: sans-serif;
}


/* ----- Product ------ */

body{    
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url(../images/bg.jpg) 0 0 no-repeat;
    background-attachment: fixed;
    background-position:center bottom;
	background-color:#FFE900;
/*    background-image: url(../images/BG.jpg);*/
}

.ezbgFB {
    padding: 0;
}

.ezbg {
    float: center;
    margin: 0px -5px 10px -5px;
    background: #fff;
    padding: 9px;
    background-color: #FFF;
    border: 1px #ffa477 solid;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 6px rgb(63, 26, 26);
    -moz-box-shadow: 1px 1px 6px rgb(63, 26, 26);
    box-shadow: 1px 1px 6px rgb(63, 26, 26);
}
.ezbg0 {
        background:url(../images/bg1.gif) center -2px no-repeat;
		width: 100%;
	    background-size: contain;
}
.ezbg1 {  
/*    padding-top:5px;*/
}

.ezbg2 {
    position: relative;
    width: 100%;
    background-color: #b2001c;
    margin-top: -2px;
    /*    background: #ffcb24 url(../images/bg.jpg) center -2px no-repeat;*/
    /*    padding: 186px 20px 40px 20px;*/
}

.ezbg3 {
    position: relative;
    width: 100%;
    background: #b2001c url(../images/bg2.jpg) center -2px no-repeat;
    padding: 86px 20px 40px 20px;
}

.margin01 {
    margin-bottom: 100px;
}

.TT {
    background-image: url(../images/TT.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 56px;
    float: left;
	padding: 3px 0 0 5px;
	margin:15px 0px 20px 0;
	font-size: 18px;
    color: #FFF;
    text-align: center;
    font-weight:bold;
	letter-spacing:2.1px;
    line-height: 50px;
	
}

.TL {
    float: left;
    background-image: url(../images/Icon.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #fb64a8;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    padding: 3px 0 0 20px;
    margin: 15px 0 0px 5px;
}

.TTin {
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    color: #ff5e0e;
    text-decoration: none;
}

.TTint {
    border: 1px #ff5e0e solid;
    border-radius: 3px;
    background-color: #ff5e0e;
    padding: 5px 25px;
    color: #fff;
    font-size: 15px;
    line-height: 270%;
    text-decoration: none;
}

.TTint2 {
    border: 1px #ff5e0e solid;
    border-radius: 3px;
    background-color: #ff5e0e;
    padding: 5px 35px;
    color: #fff;
    font-size: 15px;
    line-height: 270%;
    text-decoration: none;
}

.TTint3 {
    border: 1px #ff5e0e solid;
    border-radius: 3px;
    background-color: #ff5e0e;
    padding: 5px 18px;
    color: #fff;
    font-size: 15px;
    line-height: 270%;
    text-decoration: none;
}

.TTint:hover,
.TTint2:hover,
.TTint3:hover {
    background-color: #FFE900;
    border: 1px #ff732d solid;
    text-decoration: none;
    color: #fff;
}

.TTint1 {
    border: 1px #00a8ff solid;
    border-radius: 3px;
    background-color: #00a8ff;
    padding: 5px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 270%;
    text-decoration: none;
}

.TTint1:hover {
    background-color: #00a8ff;
    border: 1px #00a8ff solid;
    text-decoration: none;
    color: #fff;
}

.Pro51 {
	height: 51px;
}

.Pro35 {
	height: 38px;
}

.Pro306 {
	height: 30.6px;
}

.ProX {
    width: 100%;
    float: left;
    padding: 11px 0;
}

.ProN {
    width: 100%;
    float: left;
    padding: 15px 0;
    height: 60px;
}


.Pro {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px dashed #b3b8ab;
}
.Pro a {
    background-color: #ffffdc;
    color: #a40001;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.Pro:hover {
    background-color: #ffffdc;
    color: #a40001;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


.ProW {
    color: #111;
    font-size: 15px;
    font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	
}

.ProM {
    color: #E74231;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    margin: 0;    
	font-family: 微軟正黑體;
	padding-left: 0;
    /*line-height: 35px; */
}

.ProMred{
	font-size: 20px;
    font-weight: bold;
    font-family: sans-serif;
}

.ProS {
    font-size: 14px;
    color: #b567cc;
}

.ProD {
    font-size: 14px;
    color:#ff5c93;
    padding-left: 6px;
}

.ProDRed {
    font-size: 14px;
    color: #c90000;
}

.ProEnd {
    height: 40px;
    width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.bottomL {
    border-bottom: 1px dashed #ccc;
    /* padding-bottom: 20px;
    margin-bottom: 20px;
*/
}

.img-icon {
    margin-right: 8px;
/*    margin-top: 10px;*/
    margin-bottom: 10px;
}

.ProDt {
    margin: 5px 5px 5px 0;
    padding: 5px;
    border: 2px solid #777;
    font-size: 18px;
    color: #777;
    text-align: center;
    float: left;
}

.ProDt-txt {
    text-align: center;
    font-size: 15px;
    color: #777;
    float: right;
    padding-top: 8px;
}

.ProInfo {
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding: 50px 0px;
}


/* ----- Top ------ */

.apst-wrapper,
.apst-wrapper::before,
.apst-wrapper::after,
.apst-wrapper *,
.apst-wrapper *::before,
.apst-wrapper *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.apst-wrapper {
    display: none;
    position: fixed;
    z-index: 99999;
    cursor: pointer;
    box-sizing: border-box;
    /* No blue highlight when clicking on element on mobile devices */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.apst-top {
    top: 20px;
}

.apst-bottom {
    bottom: 20px;
}

.apst-left {
    left: 20px;
}

.apst-center {
    left: 50%;
    margin-left: -40px;
}

.apst-right {
    right: 20px;
}

.apst-button {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.apst-button::before {
    content: "";
    display: block;
    position: relative;
    left: 29px;
    top: 33px;
    width: 22px;
    height: 22px;
    border-right: 6px solid white;
    border-top: 6px solid white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.apst-button:hover {
    background-color: #333;
}

.apst-button:hover::before {
    border-color: white;
}

@media only screen and (max-width: 640px) {
    .apst-center {
        margin-left: -35px;
    }
    .apst-button {
        width: 70px;
        height: 70px;
    }
    .apst-button::before {
        left: 25px;
        top: 27px;
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .apst-center {
        margin-left: -30px;
    }
    .apst-button {
        width: 60px;
        height: 60px;
    }
    .apst-button::before {
        left: 21px;
        top: 23px;
        width: 18px;
        height: 18px;
        border-width: 5px;
    }
}

.apst-button {
    background-color: #20201e !important;
}

.apst-button:hover {
    background-color: #ff0468 !important
}

.title-question {
    color: white;
}

.title-txt {
    color: #FFF;
    font-size: 14px;
    padding: 10px;
/*    background-color: #af936c;*/
    margin: 0;
    text-decoration: none;
}

.fb-txt {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    line-height: 15px;
}

.fb-txt:hover,
.fb-txt:active {
    color: yellow;
    text-decoration: none;
}

.title-txt1 {
    color: white;
    font-size: 17px;
    margin-bottom: 6px;
    margin-top: 20px;
}

.title-txt2 {
    color: white;
    font-size: 17px;
}

.title-txt img {
    margin: auto;
}

.title-txt1 img {
    margin: auto;
}

.title-txt2 img {
    margin: auto;
}
.ezPro1 {
    margin-bottom: 40px;
    background: #fff;
    padding: 30px 16px;
    background-color: #FFF;
    border-radius: 15px;
    border: 4px #050001 solid;
/*
    -webkit-box-shadow: 1px 1px 6px rgb(63, 26, 26);
    -moz-box-shadow: 1px 1px 6px rgb(63, 26, 26);
    box-shadow: 1px 1px 6px rgb(63, 26, 26);
*/
}
.ezPro2 {
    float: left;
    margin: 20px 15px;
    background: #fff;
    padding: 30px 16px;
    background-color: #FFF;
    border-radius: 15px;
    width: 100%;
/*
    -webkit-box-shadow: 1px 1px 6px rgb(63, 26, 26);
    -moz-box-shadow: 1px 1px 6px rgb(63, 26, 26);
    box-shadow: 1px 1px 6px rgb(63, 26, 26);
*/
}

.bdL {
    border-radius: 6px 0px 0px 6px; 
}

.bdR {
    border-radius: 0px 6px 6px 0px;

.navA {
margin-top: 30px;    
}
