/*#footer {*/
/*	background: #333333;*/
/*	border-top: 1px solid #000;*/
/*	padding-top: 0.4rem;*/
/*}*/
.flex_start{
	/*width: 2.45rem;*/
    /*margin: 0 auto;*/
	margin-top: .2rem;
}
.footImgBox{
	width: 0.35rem;
	height: 0.35rem;
	margin-right: 0.14rem;
	border: 0.01rem solid #828282;
	border-radius: 0.05rem;
	display: flex;
    justify-content: center;
    align-items: center; 
	cursor: pointer;
	padding: 5px;
}

.record{
	/*margin-top: 0.36rem;*/
	/*padding-bottom: 0.2rem;*/
	background: #060606;
	padding: .16rem 0;
}

#footer .record p {
	font-size: 0.16rem;
	color: #919191;
	line-height: 0.19rem;
}
#footer .record .flex_box1,
#footer .record .flex_box2 {
	flex: 0 0 auto;
	width: fit-content;
}
#footer .record .flex_box {
	justify-content: center;
}

#footer{
    background: #333333;
}

.footTop{
    display: flex;
    padding: .8rem 0 1.2rem;
    justify-content: space-between;
}

.footLogo{
    width: 2.15rem;
    height: .5rem;
    display: flex;
    /*margin-right: 1.26rem;*/
}

.footLogo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footNav{
    display: flex;
    flex-direction: column;
    /*margin-right: 1rem;*/
}

.footNav:last-child{
    margin-right: 0;
}

.footNav a.footNavTit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
    opacity: 1;
    transition: all .3s;
}

.footNav a{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: .12rem;
    opacity: .7;
    height: auto;
    display: flex;
    height: 100%;
}

.footNav a:last-child{
    margin-bottom: 0;
}

.footNav a:hover{
    opacity: 1;
}

.footConItem{
    display: flex;
    opacity: .7;
    white-space: nowrap;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: .12rem;
}

.footConItem a{
    opacity: 1;
}

.footConItem:hover{
    opacity: 1;
}