@charset "utf-8";

.footer{
    background-color: #999999;
}

@media screen and (min-width:1024px) {
.footer{
	padding: 30px 0;
	background-color: var(--main-color);/*統一參數*/
	color: #fff;
	}
	.foo_logo{
		width: 990px;
		margin: 0 auto;
		text-align: center;
		
	}
	.foo_logo ul{
		display:inline-block;
	}
	.foo_ul li{
		display:inline-block;
		margin: 0 15px;
	}
	.foo_ul_p{
		font-size: 14px;
		padding: 5px 0 0 0;
		letter-spacing: 3px;
	}
	.foo_text{
		font-size: 13px;
		color: #E7E7E7;
		text-align: left;
		line-height: 20px;
	}
	.foo_text a{
		font-size: 13px;
		color: #E7E7E7;
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		text-align: left;
		border-right: solid 1px #E5E5E5;
		line-height: 10px;
		transition: all 0.5s ease;
	}
	.foo_text a:hover{
		color: #bfa065;
		transition: all 0.5s ease;
	}
	.foo_text a:last-child{
		border-right: none;
	}
	.foo_ul_svg2{
		width: 162px;
		height: 36px;
	}
	.foo_ul_svg3{
		width: 156px;
		height: 70px;
	}
}
@media  screen and (min-width: 768px) and (max-width: 1023px) {
	.footer{
	padding: 30px 0;
	background-color: var(--main-color);/*統一參數*/
	color: #fff;
	}
	.foo_logo{
		width: 90%;
		margin: 0 auto;
		text-align: center;
		
	}
	.foo_logo ul{
		display:inline-block;
		margin: 0 0 30px 0;
	}
	.foo_ul li{
		display:inline-block;
		margin: 0 25px;
	}
	.foo_ul_p{
		font-size: 14px;
		padding: 5px 0 0 0;
		letter-spacing: 3px;
	}
	.foo_text{
		font-size: 13px;
		color: #E7E7E7;
		text-align: left;
		line-height: 20px;
	}
	.foo_text a{
		font-size: 13px;
		color: #E7E7E7;
		display: inline-block;
		margin: 0 10px 0 0;
		padding: 0 10px 0 0;
		text-align: left;
		border-right: solid 1px #767676;
		line-height: 10px;
		transition: all 0.5s ease;
	}
	.foo_text a:hover{
		color: #bfa065;
		transition: all 0.5s ease;
	}
	.foo_text a:last-child{
		border-right: none;
	}
	.foo_ul_svg2{
		width: 162px;
		height: 36px;
	}
	.foo_ul_svg3{
		width: 156px;
		height: 70px;
	}
}

@media screen and (max-width: 767px) {
	.footer{
	padding: 30px 0;
	background-color: var(--main-color);/*統一參數*/
	color: #fff;
	}
	.foo_logo{
		width: 95%;
		margin: 0 auto;
		text-align: center;
		
	}
	.foo_logo ul{
		display:inline-block;
		margin: 0 0 30px 0;
	}
	
	.foo_ul li{
		display:inline-block;
		margin: 0 25px 20px;
	}
	.foo_ul_p{
		font-size: 14px;
		padding: 5px 0 0 0;
		letter-spacing: 3px;
	}
	.foo_text{
		width: 100%;
		font-size: 13px;
		color: #E7E7E7;
		text-align: center;
		line-height: 25px;
	}
	.foo_text a{
		
		font-size: 16px;
		color: #E7E7E7;
		display:block;
		margin: 0 0 10px  0;
		padding: 20px 0;
		text-align: center;
		border-bottom: solid 1px #fff;
		line-height: 10px;
		transition: all 0.5s ease;
	}
	.foo_text a:hover{
		color: #bfa065;
		transition: all 0.5s ease;
	}
	.foo_text a:last-child{
		border-right: none;
	}
	.foo_ul_svg2{
		width: 162px;
		height: 36px;
	}
	.foo_ul_svg3{
		width: 156px;
		height: 70px;		
	}
}