﻿.walkInto .bannerBox .bg {
	width: 100%;
}

.qiyeBox {
	padding: 6vw 0;
	background-color: #F4F6FB;
}

.bannerBox {
	position: relative;
	overflow: hidden;
	background-image: url('img/zoujinwanwei_banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	display: flex;
}

.bannerBox .titleBox {
	width: 70vw;
	margin: auto;
}

.bannerBox .titleBox .t {
	font-size: 3.3vw;
	color: #fff;
	line-height: 4vw;
}

.bannerBox .titleBox .line {
	display: inline-block;
  width: 8vw;
  height: 0.4vw;
  background-color: #fff;
  margin-top: 4vw;
  transform: skewX(-30deg);
}

.qiyeBox .content {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.qiyeBox .content .titleBox {
	text-align: center;
}

.qiyeBox .titleBox .t {
	font-size: 1.8vw;
	font-weight: 700;
	color: #040D14;
}

.qiyeBox .titleBox .e {
	font-size: 1.2vw;
	color: #444452;
	margin: .5vw 0;
}

.qiyeBox .titleBox .l {
	width: 4vw;
	height: 4px;
	background: #000;
	margin: auto;
	transform: skewX(-30deg);
	margin-top: 1vw;
}

.qiyeBox .content .infoBox {
	display: flex;
	padding-top: 5vw;
}

.qiyeBox .content .infoBox .left {
	font-size: .8vw;
	color: #444452;
	line-height: 1.6vw;
}

.qiyeBox .content .infoBox .right {
	margin-left: 1.5vw;
}

.qiyeBox .content .infoBox .right .img {
	width: 80vw;
}

.qiyeBox .content .itemBox {
	display: flex;
	align-items: center;
	margin-top: 4vw;
}

.qiyeBox .content .itemBox .item {
	flex: 1;
	text-align: center;
}

.qiyeBox .content .itemBox .item .num {
	font-size: 2vw;
	font-weight: 700;
	color: #005CE6;
}

.qiyeBox .content .itemBox .item .lable {
	font-size: 1vw;
	color: #444452;
}

.lichengBox {
	padding: 6vw 0;
	background-color: #fff;
	position: relative;
}

.lichengBox .content .titleBox {
	text-align: center;
	margin-bottom: 6vw;
}

.lichengBox .titleBox .t {
	font-size: 1.8vw;
	font-weight: 700;
	color: #040D14;
}

.lichengBox .titleBox .e {
	font-size: 1.2vw;
	color: #444452;
	margin: .5vw 0;
}

.lichengBox .titleBox .l {
	width: 4vw;
	height: 4px;
	background: #000;
	margin: auto;
	transform: skewX(-30deg);
	margin-top: 1vw;
}

.lichengSwiperBox .itemBox {
	display: flex;
	position: relative;
	width: 80vw;
	margin: auto;
	position: relative;
}

.lichengSwiperBox::after {
	content: '';
	width: 100%;
	position: absolute;
	top: 52%;
	left: 0;
	height: 1px;
	background-color: #D9D9D9;
	transform: translate(0, -50%);
}

.lichengSwiperBox .itemBox .item1 {
	position: relative;
	padding-left: 1vw;
	height: 13vw;
	flex: 1;
}

.lichengSwiperBox .itemBox .itemM {
	margin-top: 21%;
}

.lichengSwiperBox .itemBox .item1::after {
	content: '';
	position: absolute;
	left: 1px;
	height: 13vw;
	width: 1px;
	background-color: #E6E6E6;
	top: 0;
}

.lichengSwiperBox .itemBox .item1::before {
	content: '';
	position: absolute;
	left: 0;
	height: 1.5vw;
	width: 3px;
	background-color: #005CE6;
	top: 0;
	z-index: 9;
}

.lichengSwiperBox .itemBox .item1 .time {
	font-size: 1.2vw;
	font-weight: bold;
	margin-bottom: 1vw;
}

.lichengSwiperBox .itemBox .item1 .text .i {
	display: flex;

	margin-bottom: 1vw;
}

.lichengSwiperBox .itemBox .item1 .text .i:last-child {
	margin-bottom: 0;
}

.lichengSwiperBox .itemBox .item1 .text .i .y {
	width: 5px;
	height: 5px;
	background: #005CE6;
	flex: 0 0 5px;
	border-radius: 100%;
	margin-right: 10px;
	margin-top: 10px;
}

.lichengSwiperBox .itemBox .item1 .text .i .t {
	flex: 1;
	font-size: .8vw;
	line-height: 1.4vw;
}

.lichengSwiperBox .itemBox .item2 {
	position: relative;
	padding-left: 1vw;
	min-height: 10vw;
}

.lichengSwiperBox .itemBox .item2::after {
	content: '';
	position: absolute;
	left: 1px;
	height: 100%;
	width: 1px;
	background-color: #E6E6E6;
	top: 0;
}

.lichengSwiperBox .itemBox .item2::before {
	content: '';
	position: absolute;
	left: 0;
	height: 1.5vw;
	width: 3px;
	background-color: #005CE6;
	top: 0;
	z-index: 9;
}

.lichengSwiperBox .itemBox .item2 .time {
	font-size: 1.4vw;
	font-weight: bold;
}

.lichengSwiperBox .itemBox .item2 .text .i {
	display: flex;
	align-items: center;
	margin-bottom: 1vw;
}

.lichengSwiperBox .itemBox .item2 .text .i:last-child {
	margin-bottom: 0;
}

.lichengSwiperBox .itemBox .item2 .text .i .y {
	width: 5px;
	height: 5px;
	background: #005CE6;
	flex: 0 0 5px;
	border-radius: 100%;
	margin-right: 5px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.lichengSwiperBox .itemBox .item2 .text .i .t {
	flex: 1;
	font-size: .9vw;
	line-height: 1.5vw;
}

.lichengBox .swiper-button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 4vw;
}


  .lichengBox .swiper-button .btnBox{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
    z-index: 9999;

  }
  .lichengBox .swiper-button .btnBox .prevSwiper{
	flex: 0 0 2.1vw;
	width: 2.1vw;
	height: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	background-size: 100%;
	background-repeat: no-repeat;
	margin-right: 3vw;
  }
  .lichengBox .swiper-button .btnBox .prevSwiper:hover{
	background-image: url('img/right.png');
	transform: rotate(180deg);
	background-size: 100%;
  }
  .lichengBox .swiper-button .btnBox .nextSwiper{
	flex: 0 0 2.1vw;
	margin-left: 3vw;
	height: 2.1vw;
	width: 2.1vw;
	cursor: pointer;
	background-image: url('img/left.png');
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-size: 100%;
  }
  .lichengBox .swiper-button .btnBox .nextSwiper:hover{
	background-image: url('img/right.png');
	transform: rotate(0);
	background-size: 100%;
  }

.dynamic {
	background-color: #F6F7FC;
}
.dynamic .content .titleBox2{
	display: none;
}
.dynamic .content {
	position: relative;
	height: 40vw;
}



.dynamic .titleBox .t {
	font-size: 1.8vw;
	font-weight: 700;
	color: #fff;
}

.dynamic .titleBox .e {
	font-size: 1.2vw;
	color: #444452;
	margin: .5vw 0;
}

.dynamic .titleBox .l {
	width: 4vw;
	height: 4px;
	background: #fff;
	transform: skewX(-30deg);
	margin-top: 1vw;
}

.dynamic .dynamicSwiper {
	height: 100%;
	position: relative;
}
.dynamic .dynamicSwiper .swiper-slide{
	display: flex;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}
.dynamic .dynamicSwiper .allBox{
	width: 1200px;
	margin: 8vw auto auto auto;
}


.dynamic .dynamicSwiper .allBox .name {
	font-size: 1.2vw;
	color: #fff;
	font-weight: 700;
	margin-top: 4vw;
	margin-bottom: 1vw;
}

.dynamic .dynamicSwiper .allBox .itemBox {
	padding: 1vw 0;
}

.dynamic .dynamicSwiper .allBox .itemBox .item {
	display: flex;
	margin-bottom: 1vw;
	align-items: baseline;
}

.dynamic .dynamicSwiper .allBox .itemBox .item:last-child {
	margin-bottom: 0;
}

.dynamic .dynamicSwiper .allBox .itemBox .item .dian {
	width: .5vw;
	flex: 0 0 .5vw;
	height: .5vw;
	background: #fff;
}

.dynamic .dynamicSwiper .allBox .itemBox .item .text {
	margin-left: 10px;
	font-size: .9vw;
	flex: 1;
	line-height: 1.6vw;
	color: #fff;
}
.dynamic .dynamicSwiper .allBox .head2{
	display: none;
}
.dynamic .dynamicSwiper .swiper-pagination {
	bottom: 4vw;
    left: 50%;
    max-width: 1200px;
    transform: translate(-50%, 0);
    text-align: left;
}
.dynamic .dynamicSwiper .swiper-pagination .swiper-pagination-bullet{
	background-color: rgba(255, 255, 255, 0.5);
	width: 10px;
	height: 10px;
	margin: 0 20px;
}
.dynamic .dynamicSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background-color: rgba(255, 255, 255, 1);
}

.dynamic .swiper-button-next {
	top: 65%;
}

.dynamic .swiper-button-prev {
	top: 65%;
}

.zizhiBox {
	padding: 6vw 0;
	background-color: #EFEFF7;
}

.zizhiBox .content {
	width: 80vw;
	margin: auto;
	position: relative;
}

.zizhiBox .content .titleBox {
	text-align: center;
}

.zizhiBox .content .titleBox .t {
	font-size: 1.8vw;
	color: #040D14;
	font-weight: 700;
}

.zizhiBox .content .titleBox .e {
	font-size: 1.2vw;
	color: #040D14;
	margin: 1vw 0;
	display: flex;
	align-items: center;
	font-weight: 700;
	justify-content: center;
}

.zizhiBox .content .titleBox .e span {
	font-size: 3vw;
	color: #005CE6;
	display: flex;
	font-weight: 700;
}
.zizhiBox .content .titleBox .e span .j{
	font-size: 1.5vw;
	color: #005CE6;
	margin-right: 1vw;
}

.zizhiBox .content .titleBox .l {
	width: 4vw;
	height: 4px;
	background: #040D14;
	transform: skewX(-30deg);
	margin: 1vw auto auto auto;

}

.zizhiBox .content .imgBox {
	margin-top: 6vw;
}

.zizhiBox .content .imgBox .img {
	width: 100%;
}

.qiyezizhiBox {

}

.qiyezizhiBox .content .img{
	width: 100%;
}

.qiyezizhiBox .content .titleBox {
	text-align: center;
}

.qiyezizhiBox .titleBox .t {
	font-size: 1.8vw;
	color: #fff;
	font-weight: 700;
}

.qiyezizhiBox .titleBox .e {
	font-size: 1.2vw;
	color: #fff;
	margin: 1vw 0;
}

.qiyezizhiBox .titleBox .l {
	width: 1.5vw;
	height: 2px;
	background: #fff;
	margin: auto;
}

.qiyezizhiBox .content .itemBox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 7vw;
}

.qiyezizhiBox .content .itemBox .item {
	flex: 0 0 33.3333%;
	font-size: 1.4vw;
	color: #fff;
	margin-bottom: 8vw;
	text-align: center;
}

.huojiangBox {
	background-color: #ECECF4;
	background-image: url('img/grid_decoration.png');
	background-size: cover;
}

.huojiangBox .content {
	width: 80vw;
	margin: auto;
	position: relative;
}

.huojiangBox .title {
	padding: 6vw 0;
	font-size: 1.4vw;
	line-height: 2.4vw;
	text-align: center;
	background-color: #ececf4;
	font-weight: 700;
	color: #15152F;
}

.huojiangBox .title span {
	position: relative;
	z-index: 9;
	font-weight: 700;
	color: #15152F;
}

.huojiangBox .title span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #B8D9F9;
	z-index: -1;
}

.huojiangBox .content .itemBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 3vw;
	padding-top: 2vw;
}

.huojiangBox .content .itemBox .item {
	flex: 0 0 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 1vw;
	margin-right: 3.33333%;
	margin-bottom: 4vw;
}

.huojiangBox .content .itemBox .item .t {
	flex: 1;
	margin: 0 .8vw;
	text-align: center;
	font-size: 1.2vw;
	font-weight: 600;
}

.huojiangBox .content .itemBox .item .icon {
	width: 1vw;
	flex: 0 0 1vw;

}

.huojiangBox .content .itemBox .item .icon2 {
	width: 1vw;
	flex: 0 0 1vw;
	transform: rotate(180deg);
}

.huojiangBox .content .itemBox .item .lineBox {
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
}

.huojiangBox .content .itemBox .item .lineBox .i {
	flex: 0 0 40%;
	height: 1px;
	background: #005CE6;
}

.huojiangBox .content .itemBox .item .lineBox .d {
	width: 8px;
	height: 8px;
	background: #005CE6;
	flex: 0 0 8px;
	border-radius: 100%;
	margin: 0 10px;
}

@media screen and (max-width:1024px) {
	.bannerBox{
		height: 7.8rem;
		background-image: url('img/zoujinwanwei_banner.png');
	}
	.bannerBox .titleBox .t{
		font-size: .42rem;
		line-height: 1.6;
	}
	.bannerBox .titleBox .msg{
		font-size: .3rem;
		line-height: 1.6;
		margin-top: .3rem;
	}
	.bannerBox .content .line{
		width: 1.25rem;
		height: .06rem;
		margin-top: .3rem;
	}
	.qiyeBox .content {
		width: auto;
	}

	.dynamic .content {
		width: auto;
		height: auto;
	}

	.zizhiBox .content {
		width: auto;
	}

	.qiyezizhiBox .content {
		width: auto;
	}

	.huojiangBox .content {
		width: auto;
	}

	.qiyeBox .content .infoBox {
		display: block;
		padding-top: .4rem;
	}

	.qiyeBox .content .infoBox .right {
		margin-left: 0;
		padding: .3rem;
	}

	.qiyeBox .content .infoBox .right .img {
		width: 100%;
	}

	.qiyeBox {
		padding: .8rem .32rem;
	}

	.qiyeBox .content .titleBox .t {
		font-size: .36rem;
	}

	.qiyeBox .content .titleBox .e {
		font-size: .24rem;
		margin: .2rem 0;
	}
	.qiyeBox .content .itemBox{
		margin-top: .6rem;
	}
	.qiyeBox .content .infoBox .left {
		font-size: .26rem;
		line-height: .52rem;
	}
	.qiyeBox .content .itemBox .item .num{
		font-size: .5rem;
	}
	.qiyeBox .content .itemBox .item .lable{
		font-size: .24rem;
		margin-top: .2rem;
	}
	.qiyeBox .titleBox .l{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.lichengBox {
		padding: .8rem .32rem;
	}

	.lichengBox .content .titleBox .t {
		font-size: .36rem;
	}
	.lichengBox .titleBox .l{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.lichengBox .content .titleBox .e {
		font-size: .24rem;
		margin: .2rem 0;
	}
	.dynamic .content .titleBox{
		display: block;
	}
	.dynamic .content .titleBox .t {
		font-size: .36rem;
		color: #222;
		text-align: center;
	}
	.dynamic .titleBox .l{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
		background-color: #222;
	}
	.dynamic .content .titleBox .e {
		font-size: .24rem;
		margin: .2rem 0;
	}



	.lichengBox .content .titleBox {
		margin-bottom: .8rem;
	}

	.lichengSwiperBox .itemBox .item1 {
		flex: 0 0 50%;
	}

	.lichengSwiperBox .itemBox .itemM2 {
		margin-left: -.8rem;
	}

	.lichengSwiperBox .itemBox .item1 .time {
		font-size: .52rem;
		margin-bottom: .3rem;
	}

	.lichengSwiperBox .itemBox .item1 .text .i {
		font-size: .26rem;
		line-height: .52rem;
		margin-bottom: .15rem;
	}

	.lichengSwiperBox .itemBox .item1 {
		height: auto;
	}

	.lichengSwiperBox .itemBox {
		width: auto;
		padding: 0 0.3rem;
	}



	.lichengSwiperBox .itemBox .item1::after {
		height: 3.5rem;
	}

	.lichengSwiperBox .itemBox .itemM {
		margin-top: 80%;
	}

	.lichengSwiperBox::after {
		top: 54%;
	}
	.lichengSwiperBox .itemBox .item1::before{
		height: .26rem;
	}
	.lichengBox .swiper-button {
		padding: .3rem 0 0 0;
		display: none;
	}

	.lichengBox .swiper-button .btnBox .prevSwiper{
		width: .56rem;
		height: .56rem;
		margin-right: .5rem;
		flex: 0 0 .56rem;
	}
	.lichengBox .swiper-button .btnBox .nextSwiper{
		width: .56rem;
		height: .56rem;
		margin-left: .5rem;
		flex: 0 0 .56rem;
	}
	.dynamic .newDivBox {
		display: none;
	}

	.dynamic {
		padding: .8rem 0;
	}

	.dynamic .dynamicSwiper .head .imgurl {
		width: 1.6rem;
		height: 1.6rem;
	}


	.dynamic .content{
		height: auto;
	}
	.dynamic .dynamicSwiper .head {
		top: -.8rem;
		margin: auto;
		position: relative;
	}

	.dynamic .dynamicSwiper .head .imgurl {
		margin: auto;
	}
	.dynamic .dynamicSwiper .allBox{
		text-align: center;
	}
	.dynamic .dynamicSwiper .allBox .titleBox{
		display: none;
	}
	.dynamic .dynamicSwiper .allBox .head2{
		margin-bottom: .32rem;
		display: block;
	  }
	  .dynamic .dynamicSwiper .allBox .head2 .imgurl2{
		width: 1.4rem;
		height: 1.4rem;
		margin: auto;
		border-radius: 100%;
	  }
	.dynamic .dynamicSwiper .allBox .name {
		text-align: center;
		font-size: .52rem;
		margin-bottom: .3rem;
		margin-top: .3rem;
	}

	.dynamic .dynamicSwiper .allBox .itemBox2 {
		height: auto;
		padding: .3rem;
		width: 100%;
	}

	.dynamic .dynamicSwiper .allBox .itemBox .item {
		margin-bottom: .24rem;
	}

	.dynamic .dynamicSwiper .allBox .itemBox .item .text {
		font-size: .26rem;
		line-height: 1.6;
		margin-left: 0;
		color: rgb(255 255 255 / 70%);
	}

	.dynamic .dynamicSwiper .allBox .itemBox .item .dian {
		flex: 0 0 .1rem;
		width: .1rem;
		height: .1rem;
		display: none;
	}
	.dynamic .dynamicSwiper .swiper-pagination{
		display: none;
	}
	.dynamic .content .titleBox2{
		display: block;
	}
	.dynamic .content .titleBox .t {
		font-size: .38rem;
	}

	.dynamic .content .titleBox .e {
		font-size: .24rem;
	}

	.dynamic .dynamicSwiper {
		margin-top: .6rem;
	}

	.zizhiBox {
		padding: .8rem 0;
	}

	.zizhiBox .content .titleBox .t {
		font-size: .36rem;
	}

	.zizhiBox .content .titleBox .e {
		font-size: .28rem;
		margin: .2rem 0;
	}
	.zizhiBox .content .titleBox .l{
		height: .04rem;
		width: .53rem;
		margin: .2rem auto;
	}
	.zizhiBox .content .titleBox .e span {
		font-size: .50rem;
	}

	.zizhiBox .content .imgBox {
		margin-top: .8rem;
		padding: 0 .3rem 0 .3rem;
	}

	.qiyezizhiBox {

	}

	.qiyezizhiBox .content .titleBox .t {
		font-size: .38rem;
	}

	.qiyezizhiBox .content .titleBox .e {
		font-size: .24rem;
	}

	.qiyezizhiBox .content .itemBox {
		margin-top: 1rem;
	}

	.qiyezizhiBox .content .itemBox .item {
		flex: 0 0 50%;
		font-size: .28rem;
		text-align: center;
		margin-bottom: .52rem;
	}

	.qiyezizhiBox .content {
		width: 100%;
	}

	.huojiangBox .title {
		font-size: .3rem;
		line-height: .54rem;
		padding: .6rem .7rem;
	}

	.huojiangBox .content .itemBox {
		display: none;
	}

	.huojiangBox .content .jiangBox .titleJ {
		padding: 0 0 .7rem 0;
		font-size: .32rem;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2.5rem;
		margin: auto;
	}

	.huojiangBox .content .jiangBox .titleJ .t {
		flex: 1;
		margin: 0 .3rem;
		text-align: center;
		font-size: .32rem;
		font-weight: 600;
	}

	.huojiangBox .content .jiangBox .titleJ .icon {
		width: .25rem;
		flex: 0 0 .25rem;

	}

	.huojiangBox .content .jiangBox .titleJ .icon2 {
		width: .25rem;
		flex: 0 0 .25rem;
		transform: rotate(180deg);
	}

	.huojiangBox .content .jiangBox .listBox2 {

		padding: .36rem;
		margin: 0 .3rem;
	}

	.huojiangBox .content .jiangBox .listBox2 .titleJ{
		margin: 0;
		width: auto;
	}
	.huojiangBox .content .jiangBox .listBox2 .titleJ .t{
		font-size: .28rem;
	}
	.huojiangBox .content .jiangBox .listBox2 .item2 {
		font-size: .28rem;
		text-align: center;
		margin-bottom: .36rem;
	}

	.huojiangBox .content .jiangBox .listBox2 .item2:last-child {
		margin-bottom: 0;
	}

	.huojiangBox .content .jiangBox .swiper-pagination {
		bottom: 0;
	}

	.huojiangBox .content .jiangBox .swiper {
		padding-bottom: .6rem;
	}

	.huojiangBox .content .jiangBox {
		padding-bottom: .7rem;
	}

	.lichengSwiperBox .itemBox .item1 .text .i .t {
		font-size: .28rem;
		line-height: .48rem;
	}

	.lichengSwiperBox .itemBox .item1 {
		padding-left: .4rem;
	}

	.dynamic .dynamicSwiper .allBox {

		background-image: url('img/bg.png');
		background-size: cover;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: self-start;
		height: 100%;
		margin: auto;
	}
	.dynamic .dynamicSwiper .swiper-slide{
		width: 6.2rem;
		height: auto;
	}
	.huojiangBox .title span::after {
		height: .1rem;
	}
	.lineBox{
		padding: 0 .3rem;
		border-left: solid 1px #D9D9D9;
	}
	.lineBox .list{
		margin-bottom: .6rem;
	}
	.lineBox .list .time{
		font-size: .34rem;
		margin-bottom: .24rem;
		position: relative;
	}
	.lineBox .list .time::after{
		content: '';
		position: absolute;
		width: .04rem;
		height: 100%;
		background: #005CE6;
		top: 0;
		left: -.3rem;
		transform: skewY(30deg);
	}
	.lineBox .list .text .i{
		display: flex;
	}
	.lineBox .list .text .i .y{
		width: .12rem;
		height: .12rem;
		background: #005CE6;
		flex: 0 0 .12rem;
		border-radius: 100%;
		margin-top: .18rem;
	}
	.lineBox .list .text .i .t{
		font-size: .26rem;
		color: #444452;
		margin-left: .12rem;
		line-height: .52rem;
	}
}