

.Facts-wrap {
    margin-top: 90px;
    transform: translateX(2%) scale(1);
}
.Facts-wrap .rt-box{
    width: 75%;

}
.Facts-wrap .items-center{
    text-align: center;
}

.black-num{
    font-size: 56px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.black-num i{
    position: absolute;
    right: -30px;
    top: 10px;
    font-size: 30px;
    font-style: normal;
    vertical-align: top;
}

.orange-num{
    font-size: 56px;
    color:#ec6b17;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 10px;
}

.orange-num i{
    font-size: 20px;
    font-style: normal;
    vertical-align: top;
    position: absolute;
    transform: translate(14px, 6px);
}

.black-num:after{
    display: block;
    background: #ec6b17;
    content: "";
    height: 14px;
    width: 100%;
}
.Facts-wrap .item .c{
    max-width: 40%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;

}
.Facts-wrap .item{
    padding: 10px;
    box-sizing: border-box;
    width: 25%;
    border-right: 1px solid #efefef;
}
.Facts-wrap .item .img{
    margin-top: 60px;
}
.Facts-wrap .rt-box .item{
    width: 33.33%;
}

.Facts-wrap .rt-box .item:nth-child(4),
.Facts-wrap .rt-box .item:nth-child(5){
    width: 50%;
    margin-top: 30px;
}

.Facts-wrap .rt-box .item:nth-child(4) .black-num{
    margin-right: 50px;
}
