@charset "utf-8";

#foot{
    background-color: #f197b0;
    padding-top: 40px;
    padding-bottom: 40px;

}

#foot_tbox{
	min-height: 150px;
	padding: 0 0 10px;
    min-width: 280px;
	float:left;
}
.foot_title{
	text-align:center;
	margin-bottom:20px;
	padding-bottom:20px;
	background:url(../images/icon_line03.png) no-repeat center bottom;
	color:#fff;
	font-size:24px;
}

#foot .title{
	line-height: 35px;
    display: table;
    margin-right: 5px;
    color: #3c3c3c;
    text-align: left;
    padding: 0 20px;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 17px;

}


.cop{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    float: right;
    line-height: 20px;
    text-align:right;
}
.design_by_gw {
	background: #289ba8;
	background: -moz-linear-gradient(top,  #289ba8 59%, #55b0bc 100%);
	background: -webkit-linear-gradient(top,  #289ba8 59%,#55b0bc 100%);
	background: linear-gradient(to bottom,  #289ba8 59%,#55b0bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#289ba8', endColorstr='#55b0bc',GradientType=0 );


	text-align:center;
   	color:#fff;
	font-size:12px;
    width: 90px;
    height: 20px;
    line-height:20px;
    letter-spacing:-0.5px;
    display: inline-block;
    overflow: hidden;
    border-radius:10px;

}

.design_by_gw:hover{
    background: #55b0bc;
	background: -moz-linear-gradient(top,  #55b0bc 0%, #289ba8 41%);
	background: -webkit-linear-gradient(top,  #55b0bc 0%,#289ba8 41%);
	background: linear-gradient(to bottom,  #55b0bc 0%,#289ba8 41%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55b0bc', endColorstr='#289ba8',GradientType=0 );

	transition: none;
}
#foot_menu{
	margin:0 10px;
    min-height: 150px;
    float: left;
}

#foot_menu .title{
    background: #af84b2;

}
#foot_menu ul{
	float: left;
    margin:0 auto;
    display:table;
}
#foot_menu li{
	clear:both;
}
#foot_menu li a{
    padding:0 20px;
    color:#fff;
    font-size:14px;
    line-height:25px;
}
#foot_menu li a:hover{
    color: #fcdc3c;
}
.contact_info{
	margin:0 10px;
	width:25%;
	float: left;

}
.contact_info img{
	margin:0 5px;
}

.contact_info p{
	text-align: center;
    clear: both;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
.contact_info span {
    color: #fcdc3c;
    font-size: 16px;
    font-weight: 700;
}
.contact_info .title{
    background: #fcdc3c;

}
#link_cooperation{
    padding: 0 0px 20px 20px;
    margin-bottom: 20px;
    clear:both;
    overflow:hidden;
    border-bottom:1px #ffb7b9 solid;
}

#link_cooperation a{
    display: block;
    width: 100%;
    height: 30px;
    margin: 0 5px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    float: none;
}
#link_cooperation a img{
    opacity:0.8;
 
}
#link_cooperation a:hover img{
    opacity:1;
}



#link_community{
    padding-bottom:20px;
    clear:both;
    overflow:hidden;
}

#link_community a{
	float: right;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    overflow: hidden;
}
#link_community a img{
    opacity:0.8;
 
}
#link_community a:hover img{
    opacity:1;
}

/*quick_links*/
.quick_links .btnblock,.quick_links.shop .btnblock{
  width: 100px;
}
.quick_links .btnblock a,.quick_links.shop .btnblock a{
	width: 100%;
    background: #5db8c4;
    color:#fff;


}
.quick_links .btnblock span,.quick_links.shop .btnblock span{
	color:#fff;
	letter-spacing: 0px;
}



.quick_links .btnblock img,.quick_links.shop .btnblock img {
    margin-left: -15px;
    width: 30px;
    top: 5px;
}
.quick_links .btnblock.gocart{
	position: relative;
}
.quick_links .btnblock.gocart .number{
	right: 50% ;
    position: absolute;
    top: 0;
    z-index: 200;
    width: 30px;
    border-radius: 10px;
    height: 20px;
    background: #bf3a4a;
}
.quick_links .btnblock.gocoin{
	position: relative;
}
.quick_links .btnblock.gocoin .number{
	left: 50%;
    position: absolute;
    top: 0;
    z-index: 200;
    width: 30px;
    border-radius: 10px;
    height: 20px;
    background: #e0783a;
}

.quick_links.shop{
	
}
.quick_links.shop .join{
	display: none;
}


/*------------- RWD 各裝置調整 ----------------*/

@media screen and (max-width: 1450px){

.quick_links .btnblock,.quick_links.shop .btnblock{
  width: 60px;
}
.quick_links .btnblock span,.quick_links.shop .btnblock span{
	letter-spacing: -1px;
}
}

@media screen and (max-width: 1200px){
	#foot{
		padding:20px 3%;
	}
	

    .contact_info {
    	width:30%;
    }
    #foot_tbox {
		border-top: solid #fff 1px;
    	width: 100%;
    	clear:both;
		padding: 30px 0 10px 0;
    	margin-top: 20px;
    }
    #link_community{
		margin: 0 auto;
	    display: table;
    }
    .cop{
    	text-align: center;
	    float: none;
	    width: 100%;
    }
    #link_cooperation{
    	display: block;
    border-bottom:1px #fff solid;
}
	#link_cooperation a{
    float: left; width: auto; margin: 0 5px 5px;
}
}
@media screen and (max-width: 1024px){
	#foot{
		padding-bottom:60px;
	}
    
	
	.cop {
		width: 100%;
		clear: both;
		margin-bottom:20px;
	}
	.design_by_gw{
	    clear: both;
		margin: 0 auto;
		display: block;
	}
	#contact_info {
		float: none;
		padding: 10px 0;
		clear: both;
		width: 100%;	
	}
	
	#contact_info p {
		clear: none;
		float: left;
		margin-right: 20px;
	}

	.quick_links .btnblock,.quick_links.shop .btnblock{
		width:calc(100%/5);
	}
	.quick_links .btnblock.news{
		display: none;
	}

	.quick_links.shop .join{
		background: #a97fab;
		width: calc(100%/5*2);
		font-size: 20px;
	}
	.quick_links.shop .join a{
		background: #a97fab !important;
	}

	.quick_links .btnblock a,.quick_links.shop .btnblock a{
		    background: #5db8c4;
	}
	.quick_links .btnblock span,.quick_links.shop .btnblock span{
		font-family:Arial;
	}

	.quick_links .btnblock img,.quick_links.shop .btnblock img{
	    margin-left: -15px;
	    width: 30px;
	    top: 5px;
	}

	.quick_links.shop .gologin{
		display: none;
	}
	.quick_links.shop .join{
		display: block;
	}
}

@media screen and (max-width: 900px){
	#foot_menu{
		display:none;
	}
	.contact_info {
	    width: 48%;
		margin: 0;
	}

	.quick_links,.quick_links.shop{
		bottom:0;
		width:100%;
	}

	.quick_links .btn,.quick_links.shop .btn{
		float:left;
	}
}

@media screen and (max-width: 500px){

	.contact_info {
	    width: 100%;
	    margin-bottom:30px;
	}
	#link_cooperation a{
    float: none; margin: 0 calc((100% - 250px)/2) 5px;
}
}

@media screen and (max-width: 360px){
	.quick_links.shop .join{
		letter-spacing: -2px;
	}
}


/*20161128客戶提出底部區塊隱藏 , 由jerry調整css*/
#foot_tbox {
    padding:0px 0 10px;
}
#link_community {
    padding-bottom: 0px;
    clear: both;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.35) !important;
    padding-top: 10px;
    margin-top: 16px;
}
#foot_tbox img.qrline{
    background: #ef7d9b;
    border-radius: 10px;
    padding: 0px 5px 5px;
}
@media screen and (max-width: 1200px){
	#foot_tbox {
    padding:0px 0 10px;
    text-align: center;
}
	#link_community {
	    padding-bottom: 0px;
	    clear: both;
	    overflow: hidden;
	    border-top: 0px solid rgba(255,255,255,0.35) !important;
	    padding-top: 10px;
	    margin-top: 16px;
	}
}