html {
	font-size: 5.2083333vw;
}

html,
body,
div,
h1,
h2,
p {
	padding: 0;
	margin: 0;
}

ul,
li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none;
}

.footer {
	width: 100% !important;
	max-width: 100% !important;
	/* height: 3.64rem !important; */
	background: rgba(24, 23, 42, 1);
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	overflow:hidden;
}

.footerContainer {
	width: 16rem;
	margin: 0 auto;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footerMain {
	width: 100%;
	/* height: 3.04rem; */
	padding-top: 0.72rem;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	justify-content: space-between;
}

.footerOne {
	text-align: left;
	/* margin-left: 2rem; */
}

.footerOne>h2 {
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(229, 229, 229, 1);
	line-height: 0.2rem;
}

.footerOne>p {
	font-size: 0.32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 0.8rem;
}

.footerOne>ul {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	flex-direction: column;
}

.footerOne>ul>li {
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(114, 132, 178, 1);
	line-height: 0.32rem;
}

.footerTwo {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	/* margin-left: 1.2rem; */
}

.footerA {
	/* padding: 0 0.6rem; */
}

.footerA>h2 {
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: rgba(229, 229, 229, 1);
	line-height: 0.34rem;
	margin-bottom: 0.2rem;
}

.footerA>ul {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	flex-direction: column;
}

.footerA>ul>li>a {
	display: block;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(114, 132, 178, 1);
	line-height: 0.36rem;
	font-style: oblique;
}

.footerThree {
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	/* margin-left: 0.94rem; */
}

.QRcode {
	margin-left: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
}

.QRcode>img {
	display: block;
	width: 100%;
	height: 100%;
}

.QRcode>p {
	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 0.4rem;
	opacity: 0.8;
}

.codeDialog {
	height: 1.54rem;
	display: -ms-flex;
	/* 兼容IE */
	display: flex;
	align-items: center;
	margin-left: 0.42rem;
}

.dislogMsg {
	padding: 0.04rem;
}

.dislogMsg>p {
	width: 1.6rem;
	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.24rem;
}

.bracket-left,
.bracket-right {
	width: 0.08rem;
	height: 0.5rem;
	border: 1px solid rgba(242, 241, 241, 0.3);
}

.bracket-left {
	border-right: none;
}

.bracket-right {
	border-left: none;
}


.footerBetween {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(247, 249, 248, 0.1);
	position: absolute;
	bottom: 0.58rem;
}

.footer_links {
	width: 100%;
	display: flex;
	justify-content: start;
	margin-top: 0.14rem;
}

.footer_links>p {
	width: 1rem;
	min-width: 1rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 0.02rem;
	line-height: 0.6rem;
	margin-left: 0.05rem;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer_links>ul{
	display: flex;
	flex-wrap: wrap;
}


.footer_link {
	height: 0.4rem;
	margin-left: 0.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer_link>a {
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #52525B;
	line-height: 0.6rem;
	vertical-align: top
}

.recordsMsg {
	width: 100%;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.2);
	line-height: 0.6rem;
}
