/* footer */
.footer_cont{
    padding-top: 0.6rem;
}
.footer_wrap{
	background: linear-gradient( 318deg, #014099 0%, #6EB92B 100%);
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #707070;
	width: 100%;
	padding-top: 0.6rem;
}
.footer_left{
	justify-content: space-between;
}
.footer_logo{
	max-width: 2.8rem;
	    max-height: 0.35rem;
}
.footer_right{
	margin-top: 0.4rem;
	border-top: 1px solid rgba(255,255,255,0.18);
	display: flex;
	justify-content: space-between;
}
.footer_ul{
	padding: 0.5rem 0rem 1.28rem;
	justify-content: space-between;
	align-items: self-start !important;
}
.footer_li{
	flex: 0 0 auto;
	padding-right: 0.8rem;
}
.footer_li:last-child{
	padding: 0;
}
.footer_li a{
	font-family: Catamaran, Catamaran;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	text-align: left;
}
.footer_list a{
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-top: 0.22rem;
	/* opacity: 0.4; */
	transition: all 0.5s;
}
.footer_copy{
	padding: 0.2rem 0 0.2rem;
	border-top: 1px solid rgba(255,255,255,0.18);
	justify-content: space-between;
}
.footer_copy p,.footer_copy a{
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	opacity: 0.5;
	width: auto;
}
.footer_copyR{
	flex: 0 0 auto !important;
}
.footer_copyR a:last-child{
	margin-left: 0.25rem;
}
.footer_cont .header_li{
}
.footer_contact{
	/* padding-right: 0.8rem; */
	flex: 0 0 21%;
	padding-top: 0.5rem;
}
.footer_contact_p{
	font-family: Catamaran, Catamaran;
	font-weight: bold;
	font-size: 0.18rem;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
}
.footer_p{
	margin-bottom: 0.15rem;
}
.footer_p img{
	width: 0.26rem;
	height: 0.26rem;
}
.footer_p p{
	font-family: Catamaran, Catamaran;
	font-weight: 500;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-left: 0.1rem;
	display: flex;
}
.footer_p a,.footer_p span{
	font-family: Catamaran, Catamaran;
	font-weight: 500;
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-left: 0.05rem;
}
.footer_p:last-child{
	align-items: flex-start;
}
.footer_subscrbe{
	flex: 0 0 auto;
	padding-top: 0.5rem;
}
.footer_subscrbe form{
	height: 0.42rem;
}
.footer_subscrbe input{
	flex: 0 0 auto;
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	background: rgba(255,255,255,0.07);
	border-radius: 5px 0px 0px 5px;
	border: 1px solid rgba(255,255,255,0.48);
	height: 0.42rem;
	border-right: none;
	padding-left: 0.12rem;
}
.footer_subscrbe input::placeholder{
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
}
.footer_subscrbe button{
	padding: 0 0.16rem;
	height: 0.42rem;
	background: #6EB92B;
	border-radius: 0px 5px 5px 0px;
	font-family: Catamaran, Catamaran;
	font-weight: 400;
	font-size: 0.14rem;
	color: #FFFFFF;
	border: none;
}

@media only screen and (max-width: 1024px){
    .footer_cont .header_li{
        width: .4rem;
        height: .4rem;
    }
    .footer_cont .header_li img{
        width: .4rem;
        height: .4rem;
    }
    .footer_right{
        flex-direction: column;
    }
    .footer_contact_p{
        font-size: 14px;
    }
    .footer_p p{
        font-size: 12px;
    }
    .footer_li{
        padding-right: 0rem;
        width: 48%;
        margin-top: .5rem;
    }
    .footer_li a{
        font-size: 12px;
    }
    .footer_p a,
    .footer_p span{
        font-size: 12px;
    }
    .footer_ul{
        gap: 2%;
        flex-wrap: wrap;
        padding-top: 0;
    }
    .footer_copy{
        flex-direction: column;
        align-items: center;
    }
    .footer_copy p,
    .footer_copy a{
        font-size: 12px;
    }
    
    
    
}