* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-family: Arial !important;
}
.footer_wrap{
    position: relative;
    background: url('../img/footer/footer.png') no-repeat;
    background-size: 100% 100%;
}
.footer {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    position: relative;
    flex-direction: column;
    z-index: 100;
}

.footers {
    width: 14.5rem;
    width: 18rem;
    display: flex;
    justify-content: space-between;
    padding-top: 1.57rem;
    align-items: flex-start;
}

.footer-left {
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 3.91rem;
}

.footer-left ul {
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    row-gap: 0.2rem;
}

.footer-left ul li:nth-child(2) {
    display: flex;
    align-items: center;
    position: relative;
}

.footer-left ul li:nth-child(2) input {
    width: 3.91rem;
    height: 0.47rem;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: 0rem 0.3rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.09rem 0.09rem 0.09rem 0.09rem;
    border: 0.01rem solid #FFFFFF;
    opacity: 0.7;
    padding-left: 0.15rem;
    font-size: 0.18rem;
    color: #0C3949;
    outline: none;
}

.footer-left ul li:nth-child(2) a{
    display: inline-block;
    position: absolute;
    right: 0.22rem;
    width: 0.21rem;
    height: 0.21rem;
}

.footer-left ul li:nth-child(2) img {
    display: block;
    width: 0.21rem;
    height: 0.21rem;
}

.footer-left ul li:nth-child(3) {
    margin-top: 0.15rem;
}

.footer-left ul li:nth-child(3),
.footer-left ul li:nth-child(4),
.footer-left ul li:nth-child(5) {
    display: flex;
    align-items: center;
    margin-left: 0;
    /*flex-wrap: wrap;*/
    column-gap: 0.12rem;
}

.footer-left ul li:nth-child(3) p,
.footer-left ul li:nth-child(4) p,
.footer-left ul li:nth-child(5) p {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: 800;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-content: center;
}

.footer-left ul li:nth-child(3) p:first-child,
.footer-left ul li:nth-child(4) p:first-child,
.footer-left ul li:nth-child(5) p:first-child{
    flex-shrink: 0;
}

.footer-left ul li:nth-child(3) p span,
.footer-left ul li:nth-child(4) p span,
.footer-left ul li:nth-child(5) p span {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-content: center;
}




.footer-right {
    display: flex;
    align-items: flex-start;
    /*column-gap: 0.7rem;*/
    column-gap: 0.2rem;
    margin: 0 ;
}

.footer-right-list p {
    height: 0.24rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.20rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-right-list ul {
    margin-top: 0.28rem;
}

.footer-right-list ul li a {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #C2D6DD;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}



.footer-qun {
    width: 14.5rem;
    width: 18rem;
    padding-top: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-logo {
    width: 14.5rem;
    width: 18rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0.2rem;
}

.footer-logo a {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0;
}
.footer-logo a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-border {
    width: 100%;
    height: 0rem;
    border: 0.01rem solid #FFFFFF;
    opacity: 0.39;
    position: relative;
}

.footer-copy {
    height: 1rem;
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.16rem;
    color: #5A8389;
    text-align: left;
    font-style: normal;
    text-transform: none;
    align-content: center;
}

.footer-left ul li:nth-child(1){
    width: 4rem;
    height: 0.6rem;
}
.footer-left ul li:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.a1 {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    /*pointer-events: none;*/
    z-index: -1;
}

.footer-a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    animation: rippleEffect 1s ease-out;
    z-index: 1;
}

@keyframes rippleEffect {

    0% {
        width: 0;
        height: 0;
        opacity: 0.4;
    }

    100% {
        width: 5rem;
        height: 5rem;
        opacity: 0;
    }
}


/* body {
	background-color: #147;    
	margin: 0;
	overflow: hidden;
	background-repeat: no-repeat;
} */
/* .label {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 15px;
	color: #eee;
	font-size: 13px;
	background-color: rgba(0, 0, 0, .15);
} */
/* .instructions {
	position: absolute;
	bottom: 0%;
	left: 0;
	padding: 5px 15px;
	color: #eee;
	font-size: 13px;
	background-color: rgba(0, 0, 0, .15);
} */
#canvas {
    display: block;
    width: 100%;
    position: absolute;
    z-index: 99;
}

#canvas_2 {
    display: none;
}

.footer-left ul li:nth-child(2) input::-webkit-input-placeholder{
font-family: Dream Han Sans CN, Dream Han Sans CN;
font-weight: normal;
font-size: 0.18rem;
color: #0C3949;
text-align: left;
font-style: normal;
text-transform: none;
}

@media only screen and (max-width: 1024px){
	.footers{
		width:100%;
		flex-direction: column;
	}
	.footer-left{
		justify-content:center;
		align-items:center;
		margin: auto;
	}
	.footer-right{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		width: 100%;
		margin-top: 0.5rem;
	}
	.footer-right-list p{
		text-align:center;
	}
	.footer-right-list{

		margin-top:0.2rem;
		text-align:center;
	}
	.footer-logo{
		width:100%;
		justify-content: center;
		margin-top: 0.5rem;
	}
	.footer-qun{
		width:100%;
	}
}