/*--特別商品--*/

.ezbg1 {  
    padding-top:30px;
}

.ezbg2 {  
    margin:20px 10px;
}

.ezPro {
    float: left;
    margin: 0px -5px 10px -5px;
    background: #fff;
    padding: 0;
    border-radius: 0 0 10px 10px;
    border: 1px #ffcc00 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 a {
    background-color: #fcffc7;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


.ezPro: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;
	
}

.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;
}

.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);
*/
}

span.ProTitle1 {
    color: #111;
    font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 10px 5px 1px 5px;
	margin: 0 0 0 -7px;
}

.GridTxt {
    padding: 5px 12px;
/*	margin-left: -7px;*/
}
.GriPri {
    color: #E74231;
    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;
}


/*--- Img ----*/


.BigImg{
	position:relative;
	width: 100%;
}


.BigImgBG{
	background: url(../images/Img.jpg) center no-repeat;
	min-height: 500px;

}

.BigImgBG2{
	background: url(../images/Img2.jpg) center no-repeat;
	min-height: 500px;

}

.BigImgBG3{
	background: url(../images/Img3.jpg) center no-repeat;
	min-height: 400px;

}

.BigImgBottom{
	position: absolute;
	bottom:0;
	z-index: 200;
}

.ImgBig{
    max-width: 1140px;
    min-height:500px;
	margin:0 auto;
}


.navB{
    background-color: #eee;
}

.green {
    background-color: #ca3030;
    border-radius: 10px 10px 0 0;
	line-height: 45px;
	font-size: 18px;
	color: #FFF;
	font-weight:500;
	letter-spacing:10px; 
}
/*--- 錨點 ----*/

.target-fix {
    position: relative;
    top: -230px; 
    display: block;
    height: 0;
    overflow: hidden;
}


/* ------------------*/

@media (min-width: 992px){
.bdL {
	border-top-left-radius:15px;
}

.bdR {
	border-top-right-radius:15px;
}
}

.bg-img-responsive{
    max-width: 100%;
    height: auto;
}


/* ----- Event ------ */

.img {
    float: right;
}


/* ----- 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: "微軟正黑體";
}

.ezbg0 {
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
}

body {
    background-image: url(../images/BG2.jpg);
    background-attachment: fixed;
    background-position: center bottom;
    background-repeat:repeat;
}
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: #5e5e5e;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 35px;
}

.BuLink:hover {
    color: #fff;
    background-color: #ca3030;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.BuLinkOn {
    float: left;
    background-color: #ca3030;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 35px;
}

.BuLinkOff {
    float: left;
    background-color: #5e5e5e;
    color: #8d8d8d;
    font-size: 15px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 35px;
}

.bd1 {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
}

.bd2 {
    border-bottom: 1px #fff solid;
}


/* ----- Product ------ */


.ezbg {
    background-color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.ezbg3 {
    background-color:#edf8fe;
    padding:0 0 30px 0;
    border-radius: 15px;
    margin-top: 30px;
}

.TT {
    font-size: 15px;
    letter-spacing: 1px;
    float: left;
    background-image: url(../images/TT.gif);
    height: 55px;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #FFF;
    text-align: center;
    line-height: 55px;
    width: 100%;
    margin-top: 20px;
}

.TL {
    float: left;
    background-image: url(../images/Icon.gif);
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #F01A4D;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    padding: 1px 0 2px 20px;
    margin: 10px 0 0px 10px;
}

.TTint {
    /*
    border: 1px #ff5e0e solid;
    border-radius: 10px;
    background-color: #ff5e0e;
*/
    color: #201902;
    padding: 5px 30px;
    font-size: 16px;
    line-height: 270%;
    text-decoration: none;
}


/*
.TTint:hover {
    background-color: #ff732d;
    border: 1px #ff732d solid;
    text-decoration: none;
    color: #fff;
}
*/

.TTint a {
    color: #201902;
    text-decoration: none;
}

.TTint a:hover {
    color: #000000;
    text-decoration: none;
}

.Pro {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px dotted #999;
}

.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;
}

.ProM {
    color: #ff3333;
    font-weight: bold;
    text-align: right;
    /*line-height: 35px; */
}

.ProD {
    font-size: 14px;
    color:#6F6F6F;
    padding-left: 5px;
}

.ProM2 {
    color: #ff3333;
    font-weight: bold;
    text-align: right;
    line-height: 35px;
}

.ProS {
    font-size: 14px;
    color: #959595;
	padding-left: 5px;
}

.ProSs {
    font-size: 14px;
    color: #00a0e9;
}

.ProEnd {
    height: 50px;
    width: 100%;
    margin: 0 0 50px 0;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}


/* ----- 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: 1700px) {
	.ezbg0 {
    background-color: #daf2f6;
        background-image: url(../images/BG2.jpg);
}
}
*/

@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: #ca3030 !important;
}

.apst-button:hover {
    background-color: #009900 !important;
}