*{
    margin: 0;
    padding: 0;
}
.footer{
    /*width: 19.2rem;*/
    width: 100%;
    height: auto;
    background: #002353;
    margin-top: 0.72rem;
}
.footer .footer_top{
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
    padding-bottom: 0.51rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer_bottom{
    width: 100%;
    height: 0.73rem;
    border-top: 0.01rem solid rgba(255,255,255,0.1);
}


.foot_fl .foot_logo{
    width: 2.63rem;
    height: 0.84rem;
    overflow: hidden;
    margin-bottom: 0.24rem;
}
.foot_fl .foot_logo img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.foot_fl .container{
    display: flex;
	align-items: center;
	width: 3.6rem;
	height: 0.4rem;
	border-radius: 0.05rem;
	margin-right: 0.14rem;
    border: 0.01rem solid rgba(255,255,255,0.3);
    margin-bottom: 0.24rem;
}

.foot_fl .container .input {
	position: relative;
	width: 3.2rem;
	height: 0.4rem;
	display: flex;
}
.foot_fl .container .picker{
    width: 1.25rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-weight: 400;
	font-size: 0.14rem;
	padding-left: 0.12rem;
	box-sizing: border-box;
	position: relative;
	background-image: url(../img/down1.png);
	background-position: 1.07rem center;
	background-repeat: no-repeat;
	background-size: 0.06rem 0.04rem;
	user-select: none;
    color: #fff;
}
.foot_fl .container .picker::before {
	content: "";
	position: absolute;
	width: 0.01rem;
	height: 0.1rem;
	background-color: #D8D8D8;
	right: 0;
	top: 0.15rem;
}

.foot_fl .container .picker-list {
	list-style: none;
	padding: 0.13rem 0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0.46rem;
	width: 1.27rem;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.05rem;
	line-height: 0.35rem;
	display: none;
	z-index: 999;
}

.foot_fl .container .picker-list>li {
	padding-left: 0.13rem;
	font-weight: 400;
	font-size: 0.14rem;
	color: #000000;
}

.foot_fl .container .picker-list>li:hover {
	color: #C91420;
	cursor: pointer;
}


.foot_fl .container .search_input {
	width: calc(100% - 1.25rem);
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0.11rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.14rem;
	background: none;
	color: #fff;
}

.foot_fl .container .search_input::placeholder{
    color: rgba(255,255,255,0.4);
}
.foot_fl .container .search {
	width: 0.4rem;
	height: 0.4rem;
	background: #C91420 url(../img/search_icon.png) center no-repeat;
	background-size: 0.26rem;
	border-radius: 0rem 0.05rem 0.05rem 0rem;
}
.foot_fl .foot_url{
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.4);
    line-height: 0.25rem;
}
.foot_fl .foot_url ul{
    width: 3.18rem;
    display: flex;
    flex-wrap: wrap;
}
.foot_fl .foot_url ul li a{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.4);
    line-height: 0.25rem;
    margin-bottom: 0.06rem;
    margin-right: 0.13rem;
    white-space: nowrap;
    cursor: pointer;
}
.foot_fl .foot_url ul li a:hover{
    color: #fff;
}

.foot_cent .foot_class{
    font-weight: bold;
    font-size: 0.25rem;
    color: #FFFFFF;
    margin-bottom: 0.25rem;
}
.foot_cent .foot_list .foot_txt{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.14rem;
}
.foot_cent .foot_list .foot_txt:last-child{
    margin-bottom: 0;
}


.foot_fr{
    display: flex;
}
.foot_fr .foot_code{
    width: 1.2rem;
}
.foot_fr .foot_code:last-child{
    margin-left: 0.28rem;
}
.foot_fr .foot_code .code_img{
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    margin-bottom: 0.14rem;
}
.foot_fr .foot_code .code_img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.foot_fr .foot_code span{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.5);
    line-height: 0.2rem;
}


.footer_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_bottom span{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.5);
    margin: 0 0.14rem;
    display: flex;
    align-items: center;
}
.footer_bottom span img{
    width: 0.14rem;
    margin-right: 0.09rem;
}

@media screen and (max-width:1024px){
    .footer{
        margin-top: 0;
    }
    .foot_fl .container{
        display: none;
    }
    .footer .footer_top{
        width: 95%;
        margin: 0 auto;
        padding: 10px 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .foot_fl .foot_logo{
        /*width: 100%;*/
    }
    .foot_fl .foot_url{
        font-size: 14px;
    }
    .foot_fl .foot_url ul li a{
        font-size: 14px;
    }
    .foot_cent{
        margin-bottom: 10px;
    }
    .foot_cent .foot_class{
        font-size: 16px;
    }
    .foot_cent .foot_list .foot_txt{
        font-size: 14px;
    }
    .foot_fr .foot_code{
        width: 120px;
    }
    .foot_fr .foot_code .code_img{
        width: 120px;
        height: 120px;
    }
    .foot_fr .foot_code span{
        font-size: 14px;
        line-height: 1.5;
    }
    .footer .footer_bottom{
        padding: 10px;
        height: auto;
        flex-direction: column;
    }
    .footer_bottom span{
        font-size: 12px;
    }
    .foot_fr{
        margin: 0 auto;
    }
    .footer_bottom span img{
        width: 14px;
        height: auto;
    }
    
}