@charset "utf-8";
/**食材箱首頁區塊背景**/
.FoodBoxbackground{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#FoodBoxbackground1{
    background: url(https://www.17buyfruit.com.tw/templates/food/images/bg_indexFoodboxR.png) no-repeat 100% bottom;
    -webkit-filter: blur(0.125rem);
	-moz-filter: blur(0.125rem);
	-o-filter: blur(0.125rem);
	-ms-filter: blur(0.125rem);
	filter: blur(0.125rem);
}
#FoodBoxbackground2{
    background: url(https://www.17buyfruit.com.tw/templates/food/images/bg_indexFoodboxL.png) no-repeat 0 0;
    -webkit-filter: blur(0.125rem);
	-moz-filter: blur(0.125rem);
	-o-filter: blur(0.125rem);
	-ms-filter: blur(0.125rem);
	filter: blur(0.125rem);
}

/**食材商品頁面**/
.foodbox-article {
	margin:  0 auto;max-width: 700px;
	}

.foodbox-article h2 {
	font-size: 2rem;
	font-weight: bold;
	background: #f2f0e8;
	color: #534437;
	padding: 8px 10px;
	margin-bottom: 20px;
	}

.foodbox-article h4 {
	 font-size: 18px;
	 margin-bottom:0.5rem;
	 padding: 0 10px;
	 color: #534437;
	}

.foodbox-article p {
	margin: 0 auto;
	display: block;
	padding: 0 10px;
	padding-bottom: 25px;
	}

.foodbox-article img {
	margin: 0 auto;
	display: block;
	}

/**食材商品頁面 end**/

/**專頁  注意要分手機版**/
/* =====================
  specialContent
===================== */

.specialContent img {
	vertical-align: top;
	max-width: 100%;
}
.pc-on {
	display: none;
}
.topOrderWrap {
	width: 100%;
	height: 110px;
}
.topOrder {
	clear: both;
	max-width: 950px;
	margin: 0 auto;
}
.topOrderTxt {
	max-width: 55%;
	float: left;
	padding-top: 20px;
}
.topOrderTxt img {
	width: 100%;
}
.topOrderBtn {
	max-width: 45%;
	float: left;
	position: relative;
	text-align: right;
	padding: 10px 0px 0px 10px;
}
.topOrderBtn img {
	width: 95%;
}
.boxInfoWrap {
	background: url('https://www.17buyfruit.com.tw/templates/food/images/bg_foodbox.jpg') repeat left top;
	padding-bottom: 40px;
}
.boxInfo {
	padding: 30px 0 20px;
}
.boxInfo h1 {
	margin-bottom: 15px;
}
.boxInfo p {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    color: #5b391d;
}
.boxRecipe {
	width: 60%;
}
.foodContainer{
	/**left: -15px;**/
    position: relative;
}
.foodRow {
	max-width: 750px;
	margin: 0 auto;
}
.foodCard {
	background: #fff;
	border-radius: 5px;
}

.foodCard>div {
    padding: 0px 10px 1px;
}
.infoOrderBtn {
	max-width: 330px;
	margin: 0 auto;
}

.foodContent {
    margin: 0 auto;
    background: url('https://www.17buyfruit.com.tw/templates/food/images/bg_foodboxList.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.zone {
    padding: 30px 0px;
    margin: 0 auto;
    max-width: 700px;
}
.zone-1 {
    padding: 30px 0px;
    margin: 0 auto;
    max-width: 680px;
}
.area {
    padding:0px 0px 20px 0px;
    background: #fff;
}
.offerArea {
    font-size: 20px;
    color: #fff;
}
.foodItem {
    border-bottom: 2px dotted #f0babf;
    margin: 20px 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.boxImgae {
	float: left;
    max-width: 305px;
}
.boxImgae img{
	width: 100%;
}
.boxDetail {
	float: right;
    max-width: 305px;
}
.boxDetail img{
	width: 100%;
	}
.boxBtn {
	position:  relative;
	top: 20px;
}
.foodSpirit {
	margin: 0 auto;
    background: url('https://www.17buyfruit.com.tw/templates/food/images/bg_foodboxsp.jpg') no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-y: -180px;
}
.foodSpirit .zone {
	padding: 0;
	padding-bottom: 30px;
}
.foodSpirit .area {
	background: url('https://www.17buyfruit.com.tw/templates/food/images/bg_foodSpirit.jpg') repeat center top;
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
	padding: 0;
}
.foodSpirit .column {
	float: left;
	width: calc(100% / 3);
	text-align: center;
}
.foodSpirit .imgbox {
	position: relative;
    width: 93%;
    margin: 0 auto;
    padding-top: 5%;
}
.foodSpirit .column .imgbox img{
	width: 100%;
	height: auto;
}
.foodSpirit .column .imgbox::before {
	content:'';
	display: block;
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 0;
	border-bottom: 12px solid #f3f1ee;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	margin-left: -12px;
}
.foodSpirit .column .txt {
    margin: 20px 10px 10px;
}
.foodSpirit .column .ttl {
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin: 5px 0 10px;
}
.foodSpirit .column .sub1 {
	background: url('https://www.17buyfruit.com.tw/templates/food/images/spirit_01.png') no-repeat center top;
    background-size: 32px;
    padding-top: 15px;
    color: #db4c77;
}
.foodSpirit .column .sub2 {
	background: url('https://www.17buyfruit.com.tw/templates/food/images/spirit_02.png') no-repeat center top;
    background-size: 32px;
    padding-top: 15px;
    color: #1d93a9;
}
.foodSpirit .column .sub3 {
	background: url('https://www.17buyfruit.com.tw/templates/food/images/spirit_03.png') no-repeat center top;
    background-size: 32px;
    padding-top: 15px;
    color: #387816;
}
.foodSpirit .btnMore a {
	position: relative;
	display: block;
    background: #fff;
    width: 80px;
    margin: 0 auto;
    color: #5b391d;
    border: 1px solid #5b391d;
    border-radius: 25px;
    padding: 5px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.foodSpirit .btnMore a:hover {
	color: #fff;
	background: #5b391d;
}
.foodSpirit .column p {
	margin-bottom: 20px;
	font-size: 0.95em;
    letter-spacing: 0.05em;
}
.clearFix {
	clear: both;
}
.txtDashed {
	border: dashed #dbc3ac;
	border-width: 0px 1px;
}
.boxFooter {
    background: #fff;
    max-width: 1170px;
    padding: 20px 10px;
    margin: 0 auto;
}
.boxFooter ul {
	text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.boxFooter ul li {
	display: inline-block;
	list-style-type: none;
	max-width: 345px;
	padding: 0 10px;
	margin: 1% 0;
}
.boxFooter img {
	width: 100%;
}
/* =====================
  900以下使用 
===================== */
@media screen and (max-width:900px) {
   .zone {
    width: 80%;
    }
   .topOrderWrap {
   	height: auto ;
   	margin-bottom: 12%;
   }
   .boxDetail, .boxImgae{
   	float: none;
   	margin: 0 auto;
   	max-width: 355px;
   }
	.boxImgae img {
	margin-bottom: 20px;
	}
   .foodItem {
   	padding-bottom: 10px;
   }
}

/* =====================
  phones 
===================== */
@media screen and (min-width: 320px) and (max-width: 992px) {
	.foodContainer{
	margin: 0px;
	max-width: 100%;
	}
	.foodSpirit {
 	background-position-y: 0;
	}
	.boxRecipe {
	width: 95%;
	}
}
/* =====================
  phones 
===================== */
@media screen and (max-width: 640px){
	.pc-on {
		display: block;
	}
	.pc-off {
		display: none;
	}
	.topOrderWrap {
		margin: 0 auto;
	}
	.topOrderWrap, .topOrder {
		width: 100%;
		height: auto;
		padding-bottom: 5px;
	}
	.topOrderTxt {
		max-width: 100%;
		padding-top: 2%;
		text-align: center;
		float: none;
	}
	.topOrderBtn {
		max-width: 100%;
		padding-top: 2%;
		text-align: center;
		float: none;
	}
	.topOrderTxt img {
		width: 95%;
	}
	.topOrderBtn img {
		width: 70%;
	}
	.foodContainer {
	left: 0px;
    position: relative;
	}
 	 .offerArea {
    font-size: 16px;
 	}
 	.foodSpirit .area {
 	background: none;
	box-shadow: none;
 	}
  	.foodSpirit .column {
	float: none;
    width: 100%;
    margin: 0 0 8%;
    background: url('https://www.17buyfruit.com.tw/templates/food/images/bg_foodSpirit.jpg');
    box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
	}
	.foodSpirit .column .txt {
    margin: 5% 3%;
    min-height: inherit;
    }
	.foodSpirit .column .btnMore {
	padding-bottom: 5%;
	}
	.p640 {
	padding-bottom: 20px;
	}
	.txtDashed {
		border: none;
	}
	#FoodBoxbackground1{
	    background: none;
	}
	#FoodBoxbackground2{
	    background: none;
	}
}
/**專頁 end**/


