.yj2_text-center{
	padding-top: 15px;
    padding-bottom: 15px;
}
.yj2_text_wrap{
	text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 34px 20px;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%)
}
.yj2_text_wrap:hover{
	background: #F1F5FE;
    transition: .5s;
    box-shadow: none;
}
.yj2_item_imgwrap{
	display: inline-block;
    height: 90px;
    width: 90px;
    background: #FEF5F8;
    text-align: center;
    position: relative;
    transition: .5s;
    z-index: 1;
    border-radius: 50%;
	margin: auto;
    overflow: hidden;
}
.yj2_item_imgwrap img{
	width:100%;
}
.yj2_item_imgwrap .img-0{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.yj2_item_imgwrap .img-1{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #14212A;
    z-index: -1;
    transform: scale(0);
    border-radius: 50%;
    transition: .5s;
    color: #fff;
}
.advantage_yj2_content li:hover .img-0 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.advantage_yj2_content li:hover .img-1 {
    transform: scale(1);
}
.yj2_item_nr{
	padding-top: 24px;
}
.yj2_item_nr .name{
	font-size: 25px;
    margin: 2px 0 0;
	font-weight: 700;
}
.yj2_item_nr .desc{
	padding-top: 5px;
    margin-bottom: 25px;
	color: #5c727d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.yj2_item_number{
	position: relative;
    margin-bottom: -55px;
}
.yj2_item_number span{
	background: #D00A2B;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 17px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    transition: .5s;
}
.advantage_yj2_content li:hover .yj2_item_number span{
	background:#14212a;
	
}
@media(max-width: 767px) {
	.yj2_item_nr .name{
		font-size: 20px;
	}
}