﻿@charset "utf-8";
.footer0020{
	width: 100%;
    height: auto;
    background: var(--OneColor);
    position: relative;
	padding-top: 1.875rem;
	padding-top: 6vh;
	padding-bottom: 3vh;
	position: relative;
}


.foot0020{
	width:73vw;
	width:var(--mainwidth);
	height: auto;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 2vh;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.foot0020_left{
	width:70%;
	height: auto;
}
.foot0020_1{ 
	font-size: 1.625rem;
	color: var(--FontWhiColor);
}

.foot0020_2{
	font-size: 1.125rem;
	color: var(--FontWhiColor);
	
}
.foot0020_2>span{
	padding: 0px 2vh;
	color:  var(--FontWhiColor);
	height: 6rem;
	line-height: 6rem;
}
.foot0020_2 a{
	font-size: 1.125rem;
	color: var(--FontWhiColor);
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.foot0020_2 a:hover{
	text-decoration: underline;
}
.foot0020_3{
	font-size: 1.125rem;
	color: rgba(255,255,255,0.5);
	line-height: 2rem;
}
.foot0020_3 a{
	color: rgba(255,255,255,0.5);
}


.foot0020_right{
	width:13%;
	height: auto;
}
.foot0020_right_code{
	width:100%;
	height: auto;
}
.foot0020_right_code img{
	width:100%;
	height: auto;
}
.foot0020_mid_1{
	text-align: center;
	color: rgba(255,255,255,0.5);
	line-height: 3.5rem;
}

.foot0020_typeright{
	width:73vw;
	width:var(--mainwidth);
	
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	color: var(--FontWhiColor);
	padding-top:2vh;
}
.foot0020_typeright_left{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	line-height: 1.5rem;
	color: rgba(255,255,255,0.5);
	font-size: 0.875rem;
}
.foot0020_typeright_left a{
	color: rgba(255,255,255,0.5);
}
.foot0020_typeright_right{
	display: flex;
	align-items: center;
	
}
.foot0020_typeright_right img{
	height: 2.25rem;
	width: auto;
}




@media screen and (max-width:1023px)and (min-width:300px){
.footer0020{
		padding-top: 3vh;
		padding-bottom: 1vh;
	}
	.foot0020{
		width:96vw;
		flex-direction: column;
		justify-content: center;
		padding-bottom: 2vh;
	}
	.foot0020_left{
		width:100%;
		height: auto;
	}
	.foot0020_1{ 
		font-size: 1.5rem;
		text-align: center;
	}
	.foot0020_2{
		font-size: 1.125rem;
		text-align: center;

	}
	.foot0020_2 span{
		padding: 0px 2vh;
		height: 3rem;
		line-height: 3rem;
	}

	.foot0020_3{
		font-size: 1.125rem;
		line-height: 1.8rem;
		text-align: center;
	}

	.foot0020_right{
		display: none;
	}

	.foot0020_typeright{
		width:96vw;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		padding-top:2vh;
	}
	.foot0020_typeright_left{
		line-height: 1.5rem;
		text-align: center;
		margin-top: 1vh;
	}

	.foot0020_typeright_right{
		padding-top: 1vh;
		justify-content: center;
	}



}







