@charset "UTF-8";

.down-center{padding:.20rem 0; box-sizing:border-box;}
.down-center > .down-flex{width:100%; padding:0 .06rem; background: url(../images/down-center-bg.png) no-repeat center; height:2.90rem;
	background-size:contain; margin-left: -.07rem;
	display:-moz-box;
	/* -moz-box-pack:center; */
	-moz-box-align:center;
	display:-webkit-box;
	/* -webkit-box-pack:center; */
	-webkit-box-align:center;
	display:box;
	/* box-pack:center; */
	box-align:center;
	display:-ms-flexbox;
	/* -ms-flex-pack:center; */
	-ms-flex-align:center;
}
.down-center > .down-flex > .down-flex-items{max-width:50%; text-align:center; font-size:.22rem; color:#fff;}
.down-center > .down-flex > .down-flex-items:nth-of-type(1){margin-left:.25rem; width:1.60rem;}
.down-center > .down-flex > .down-flex-items:nth-of-type(2){margin-left:.80rem; width:1.54rem;}
.down-center > .down-flex > .down-flex-items:nth-of-type(3){margin-left:.10rem; width:1.54rem;}
.down-center > .down-flex > .down-flex-items:nth-of-type(1) > a{display:inline-block;width:1.54rem;height:.41rem;
	background: url(../images/down-link.png) no-repeat center; background-size:contain; margin-top:.20rem;
}

.down-center > .down-flex > .down-flex-items:nth-of-type(1) > i{display:block; width:.68rem; height:.88rem;
	background:url(../images/logo.png) no-repeat center; background-size:contain; margin:0 auto;
}
.down-center > .down-flex > .down-flex-items:nth-of-type(2) > .qr-code,
.down-center > .down-flex > .down-flex-items:nth-of-type(3) > .qr-code{width:1.54rem; height:1.54rem;
	border:0px solid #87c6de; display:inline-block;
}
.down-center > .down-flex > .down-flex-items:nth-of-type(2) > .qr-code > img,
.down-center > .down-flex > .down-flex-items:nth-of-type(3) > .qr-code > img{display:block; width:100%; height:100%;}
.down-center > .down-flex > .down-flex-items > p{font-size:.16rem; font-weight:bold;}
.down-center > .down-flex > .down-flex-items > p > span{font-size:.14rem; font-weight:normal;}
