@charset 'UTF-8';
#footer {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 306px;
    background: rgba(20, 33, 75, 1);
}

#footer .main-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .logoWrap {
    width: 210px;
    height: 149px;
    overflow: hidden;
}

#footer .logoWrap img {
    width: 100%;
}

#footer .webInfoWrap {
    margin-left: 117px;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 217px;
    color: #838DAF;
}
#footer .friendLink{
	display: flex;
    flex: 1;
    height: 217px;
    margin-left: 120px;
    flex-direction: column;
    color: #838DAF;
}
#footer .friendLink a{
    color: #838DAF;
} 
#footer .webInfoWrap .info p {
    line-height: 28px;
}
#footer  .moduleTitle {
	color: #838DAF;
	padding-bottom: 20px;
}
#footer  .line {
	width:40px;
	height:2px;
	background:#838DAF;
	margin-bottom: 27px;
}
#footer  .moduleTitle .ch{
	font-size: 16px;
}
#footer  .moduleTitle .en{
	font-size: 12px;
}
#footer .qrcodeWrap {
    width: 100px;
    margin-bottom: 119px;
    margin-right: 83px;
}

#footer .qrcodeWrap p {
    text-align: center;
    color: #ffffff;
    margin-bottom: 12px;
}

#footer .qrcode_pic {
    display: block;
    width: 100px;
    height: 100px;
    background-color: #eeeeee;
}
#footer .copyRight {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	color: #838DAF;
}