.direction-box-container ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    padding: 0;
}
.direction-box-container li {
    overflow: hidden;
    position: relative;
    margin: 10px;
    width: calc(33.33333% - 20px);
}
.direction-box-container .box{
    overflow: hidden;
    display: block;
    position: relative;
    padding-top: 100%;
    width: 100%;
    height: 0;
    border-radius: 8px;
}
.direction-box-container .normal {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border-radius: 8px;
    pointer-events: none;
}
.direction-box-container .normal::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .4;
}
.direction-box-container .normal[data-image="1"]::before { background-image: url('/child/img/sub/partners/partners-category1.jpg'); }
.direction-box-container .normal[data-image="2"]::before { background-image: url('/child/img/sub/partners/partners-category2.jpg'); }
.direction-box-container .normal[data-image="3"]::before { background-image: url('/child/img/sub/partners/partners-category3.jpg'); }
.direction-box-container .normal[data-image="4"]::before { background-image: url('/child/img/sub/partners/partners-category4.jpg'); }
.direction-box-container .normal[data-image="5"]::before { background-image: url('/child/img/sub/partners/partners-category5.jpg'); }
.direction-box-container .normal[data-image="6"]::before { background-image: url('/child/img/sub/partners/partners-category6.jpg'); }
.direction-box-container .normal[data-image="7"]::before { background-image: url('/child/img/sub/partners/partners-category7.jpg'); }
.direction-box-container .normal[data-image="8"]::before { background-image: url('/child/img/sub/partners/partners-category8.jpg'); }
.direction-box-container .normal[data-image="9"]::before { background-image: url('/child/img/sub/partners/partners-category9.jpg'); }

.direction-box-container .normal .title .icon{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0570E8;
}
.direction-box-container .normal .title .icon + span{
    position: relative;
}
.direction-box-container .normal .title .icon svg{
    width: auto;
    height: 38px;
    fill: #ffffff;
}
.direction-box-container .info {
    position: absolute;
    top: 0;
    left: 0;
    display:block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #ffffff;
    border-radius: 8px;
    background-color: #0570E8;
    transform: translate(100.1%, 0);
    pointer-events: none;
}
.direction-box__body{
    display: flex;
    align-items: center;
    height: calc(100% - 80px);
    padding:35px;
}
.direction-box-container .info .title{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
}
.direction-box-container .info .title .icon{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
}
.direction-box-container .info .title .icon svg{
    width: auto;
    height: 30px;
    fill: #ffffff;
}
.direction-box-container .info p{
    margin-top: 22px;
    opacity: .7;
}

.direction-box__more{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
    padding:10px 35px;
    background-color: #022852;
}
.direction-box__more .svg-footprint{
    width: 24px;
    height: 26px;
    margin-right: 10px;
}
.direction-box__more .svg-arrow-right{
    width: 35px;
    height: 15px;
    margin-left: auto;
}
.direction-box__more .svg-footprint path, .direction-box__more .svg-arrow-right polygon{
    fill:#fff;
}
.direction-box-container .info .more{
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color:#fff;
    /* background: url('/child/img/icon/arrow-right.svg') no-repeat bottom left; */
}
.in-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: in-top 300ms ease 0ms 1 forwards;
    animation: in-top 300ms ease 0ms 1 forwards;
}
.in-right .info {
    transform-origin: 100% 0%;
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
}
.in-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}
.in-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: in-left 300ms ease 0ms 1 forwards;
    animation: in-left 300ms ease 0ms 1 forwards;
}
.out-top .info {
    transform-origin: 50% 0%;
    -webkit-animation: out-top 300ms ease 0ms 1 forwards;
    animation: out-top 300ms ease 0ms 1 forwards;
}
.out-right .info {
    transform-origin: 100% 50%;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
}
.out-bottom .info {
    transform-origin: 50% 100%;
    -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
    animation: out-bottom 300ms ease 0ms 1 forwards;
}
.out-left .info {
    transform-origin: 0% 0%;
    -webkit-animation: out-left 300ms ease 0ms 1 forwards;
    animation: out-left 300ms ease 0ms 1 forwards;
}
@-webkit-keyframes in-top {
    from {
        transform: translate(0, -100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes in-top {
    from {
        transform: translate(0, -100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@-webkit-keyframes in-right {
    from {
        transform: translate(100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes in-right {
    from {
        transform: translate(100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
@-webkit-keyframes in-bottom {
    from {
        transform: translate(0, 100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes in-bottom {
    from {
        transform: translate(0, 100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@-webkit-keyframes in-left {
    from {
        transform: translate(-100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes in-left {
    from {
        transform: translate(-100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
@-webkit-keyframes out-top {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -100.1%);
    }
}
@keyframes out-top {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -100.1%);
    }
}
@-webkit-keyframes out-right {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100.1%, 0);
    }
}
@keyframes out-right {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100.1%, 0);
    }
}
@-webkit-keyframes out-bottom {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, 100.1%);
    }
}
@keyframes out-bottom {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, 100%);
    }
}
@-webkit-keyframes out-left {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-100.1%, 0);
    }
}
@keyframes out-left {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-100.1%, 0);
    }
}


@media(max-width:1200px){
    .direction-box-container .normal { font-size: 20px; }
    .direction-box-container .normal .title .icon { margin: 8px; width: 54px; height: 54px; }
    .direction-box-container .normal .title .icon svg { height: 22px; }
    .direction-box__body{
        height: calc(100% - 60px);
    }
    .direction-box__more{
        height: 60px;
    }
    .direction-box-container .info .title{
        font-size: 18px;
    }
    .direction-box-container .info p{
        font-size: 16px;
    }
    .direction-box-container .info .more{
        font-size: 16px;
    }
}
@media (max-width:992px){
    .direction-box-container li{
        width: calc(50% - 20px);
    }
}
@media(max-width:768px){
    .direction-box-container ul { margin: -7px; }
    .direction-box-container li {
        width: calc(50% - 14px);
        margin: 7px;
    }
    .direction-box-container .box{
        height: auto;
        padding-top: 0;
    }
    .direction-box-container .normal {
        position: static;
        top: auto;
        left: auto;
        font-size: 15px;
        padding: 15px 0;
    }
    .direction-box-container .normal .title .icon { margin: 8px; width: 54px; height: 54px; }
    .direction-box-container .normal .title .icon svg { height: 22px; }
    .direction-box-container .info {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        z-index: 1;
        transform: none;
        animation: none;
        border-radius: 0;
        opacity: 1;
        padding: 0;
        pointer-events:auto;
        background-color: #268afa;
    }
    .direction-box-container .info .title, .direction-box-container .info .title .icon{display:none;}
    .direction-box-container .info .title{
        font-size: 16px;
    }
    .direction-box-container .info p, .direction-box-container .info .more{
        font-size: 14px;
    }
    .direction-box-container .info p{
        margin-top:0;
        opacity: 1;
    }
    .direction-box__more .svg-arrow-right{
        width: 23px;
        height: 10px;
    }
}
@media(max-width:576px){
    .direction-box-container li {
        width: 100%;
    }
    .direction-box__body{
        padding:25px 20px;
    }
    .direction-box__more{
        padding:10px 20px;
    }
}
