@font-face {
    font-family: 'Gilroy-blod';
    src: url('../../font/gilroy-bold-4.otf');
}

@font-face {
    font-family: 'Gilroy-regular';
    src: url('../../font/gilroy-regular-3.otf');
}

.dyadv .wp {
    min-width: 1170px;
    max-width: 1300px;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.dyadv_banner {
    position: relative;
}

.dyadv_banner img {
    max-width: 100%;
}

.dyadv_banner .tbox {
    position: absolute;
    top: 10.15625vw;
    left: 16.51%;
    width: 33.85%;
    min-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.dyadv_banner .tbox .t1 {
    max-width: 100%;
    margin: 0 0 30px 0;
    width: 33.85416666666667vw;
    min-width: 430px;
}

.dyadv_banner .tbox .t2 {
    min-width: 280px;
    width: 17.1875vw;
    max-width: 330px;
    margin: 0 0 25px 0;
}

.dyadv_banner .tbox .t3 {
    min-width: 280px;
    width: 16.8229vw;
    max-width: 323px;
}

.dyadv_banner .tbox .hotbtn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 9px 0 20px rgba(44, 95, 253, 0.2);
    background: linear-gradient(to right, #8609ff, #2a61fd);
    border-radius: 31px;
    padding: 10px;
    z-index: 15;
    width: 200px;
    margin: 35px 0 0 0;
}

.dyadv_banner .tbox .hotbtn:hover {
    animation: sandlong3 0.8s normal 1 ease-in-out;
    animation-delay: 0.3s;
}

.dyadv_banner .tbox .hotbtn p {
    font-size: 22px;
    color: #fff;
    margin: 0 20px 0 0;
    letter-spacing: 2px;
}

.dyadv_banner .tbox .hotbtn span {
    width: 42px;
    height: 42px;
    background: #fff;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyadv_problem {
    background: #eff3fe;
}

.dyadv .wp .titledemo {
    text-align: center;
    padding: 97px 0 46px 0;
}

.dyadv .wp .titledemo .title {
    font-size: calc(1.5vw + 17.2px);
    color: #333;
    text-align: center;
    font-weight: bold;
}

.dyadv .wp .titledemo .title span {
    color: #e51f14;
}

.dyadv .wp .titledemo .desc {
    font-size: 12px;
    color: #cccccc;
    text-align: center;
}

.dyadv_problem .list {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 110px 0;
}

.dyadv_problem .list .item {
    width: calc(100% / 3 - 10px);
    margin: 0 15px 0 0;
    position: relative;
    height: 255px;
    background: #fff;
    box-shadow: 3px 0 14px rgba(111, 111, 111, 0.11);
}

.dyadv_problem .list .item:last-child {
    margin: 0;
}

.dyadv_problem .list .item .num {
    color: #bdc0cf;
    font-size: calc(0.5vw + 14.4px);
    position: absolute;
    left: 20px;
    top: 30px;
    font-family: 'Gilroy-blod';
}

.dyadv_problem .list .item img {
    position: absolute;
    right: 35px;
    top: 20px;
}

.dyadv_problem .list .item:hover img {
    animation: swing 0.6s
}

.dyadv_problem .list .item .title {
    font-size: 26px;
    color: #1c224c;
    font-weight: bold;
    padding: 136px 0 20px 20px;
}

.dyadv_problem .list .item .lin {
    display: block;
    position: absolute;
    width: 22px;
    height: 1px;
    background: #1c224c;
    bottom: 40px;
    left: 20px;
}

.dyadv_no_effect .wp {
    position: relative;
}

.dyadv_no_effect .wp .effectpic {
    display: block;
    margin: 30px auto 100px;
}

.dyadv_no_effect .wp .effectpic:hover {
    animation: pulse 0.8s;
}

.dyadv_no_effect .wp .tbox {
    position: absolute;
}

.dyadv_no_effect .wp .tbox.t1 {
    left: 8%;
    top: 37%;
}

.dyadv_no_effect .wp .tbox.t2 {
    left: 11%;
    top: 64%;
}

.dyadv_no_effect .wp .tbox.t3 {
    right: 4%;
    top: 37%;
}

.dyadv_no_effect .wp .tbox.t4 {
    right: 6%;
    top: 64%;
}

.dyadv_no_effect .wp .tbox p {
    color: #000;
    font-size: 22px;
}

.dyadv_no_effect .wp .tbox .btm {
    margin: 5px 0 0 0;
    position: relative;
}

.dyadv_no_effect .wp .tbox .btm .line {
    height: 1px;
    display: inline-block;
    position: absolute;
    background: #eac9ff;
    bottom: -24px;
}

.dyadv_no_effect .wp .tbox .btm .c_b {
    width: 48px;
    height: 48px;
    background: rgba(181, 64, 255, 0.2);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.dyadv_no_effect .wp .tbox .btm .c_b .c_s {
    width: 18px;
    height: 18px;
    background: #b540ff;
    border-radius: 50%;
    animation: sandbig1 5s normal infinite ease-in;
}

.dyadv_no_effect .wp .tbox.t1 .btm .line {
    width: 415px;
    right: -138px;
}

.dyadv_no_effect .wp .tbox.t2 .btm .line {
    width: 336px;
    right: -136px;
}

.dyadv_no_effect .wp .tbox.t3 .btm .line {
    width: 420px;
    left: -75px;
}

.dyadv_no_effect .wp .tbox.t4 .btm .line {
    width: 350px;
    left: -84px;
}

.dyadv_no_effect .wp .tbox.t1 .btm .c_b {
    right: -167px;
    bottom: -47px;
}

.dyadv_no_effect .wp .tbox.t2 .btm .c_b {
    right: -167px;
    bottom: -47px;
}

.dyadv_no_effect .wp .tbox.t3 .btm .c_b {
    left: -99px;
    bottom: -48px;
}

.dyadv_no_effect .wp .tbox.t4 .btm .c_b {
    left: -110px;
    bottom: -47px;
}

@keyframes sandbig1 {
    0% {
        /* width: 48px;
        height: 48px;
        right: -167px;
        bottom: -47px; */
        transform: scale(1);
        opacity: 1;
    }
    100% {
        /* width: 18px;
        height: 18px;
        right: -148px;
        bottom: -32px; */
        transform: scale(1.5);
        opacity: 0;
    }
}

.dyadv_booking {
    height: 220px;
    width: 100%;
    background: url(../../picture/dyadv/bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.dyadv_booking .arrowdown {
    position: absolute;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}

.dyadv_booking .wp .wrap {
    width: calc(100% - 88px);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dyadv_booking .wp .wrap .lside {
    max-width: 50%;
}

.dyadv_booking .wp .wrap .lside p {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}

.dyadv_booking .wp .wrap .rside {
    width: 350px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 9px 0 20px rgba(44, 95, 253, 0.2);
    background: linear-gradient(to right, #8609ff, #2a61fd);
    border-radius: 31px;
}

.dyadv_booking .wp .wrap .rside:hover {
    animation: sandlong 0.6s normal 1 ease-in-out;
    animation-delay: 0.3s;
}

@keyframes sandlong {
    0% {
        width: 350px;
    }
    25% {
        width: 330px;
    }
    50% {
        width: 350px;
    }
    75% {
        width: 340px;
    }
    100% {
        width: 350px;
    }
}

.dyadv_booking .wp .wrap .rside p {
    font-size: 20px;
    color: #fff;
    margin: 0 10px 0 0;
}

.dyadv_booking .wp .wrap .rside span {
    width: 42px;
    height: 42px;
    background: #fff;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyadv_operate {
    background: #f0f4fe;
    padding: 0 0 90px 0;
}

.dyadv_operate .wp .catelist {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0 16px 0;
    width: calc(100% - 88px);
    margin: 0 44px 40px 44px;
    border-bottom: 1px solid #dde5f9;
}

.dyadv_operate .wp .catelist .cate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 30px 0 0;
    position: relative;
    cursor: pointer;
}

.dyadv_operate .wp .catelist .cate img {
    margin: 0 5px 0 0;
}

.dyadv_operate .wp .catelist .cate span {
    font-size: 18px;
    color: #000;
    user-select: none;
    letter-spacing: 1px;
    -webkit-user-select: none;
}

.dyadv_operate .wp .catelist .cate .line {
    width: 58px;
    height: 0px;
    display: block;
    position: absolute;
    bottom: -20px;
    background: linear-gradient(to right, #ff3e61, #344fed);
    left: 50%;
    transform: translateX(-50%);
    transition: 0.1s;
}

.dyadv_operate .wp .catelist .active .line {
    height: 8px;
    transition: 0.1s;
}

.dyadv_operate .wp .swiperbox {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.dyadv_operate .wp .swiperbox .phone {
    position: absolute;
    right: 0;
    bottom: 90px;
    z-index: 15;
    width: 29%;
}

.dyadv_operate .wp .swiperbox .btn {
    position: absolute;
    left: 80px;
    bottom: 46px;
    width: 195px;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 9px 0 20px rgba(44, 95, 253, 0.2);
    background: linear-gradient(to right, #8609ff, #2a61fd);
    border-radius: 31px;
    padding: 0 10px 0 0;
    z-index: 15;
}

.dyadv_operate .wp .swiperbox .btn p {
    font-size: 16px;
    color: #fff;
    margin: 0 10px 0 0;
}

.dyadv_operate .wp .swiperbox .btn span {
    width: 42px;
    height: 42px;
    background: #fff;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyadv_operate .wp .swiperbox .btn:hover {
    animation: sandlong2 0.8s normal 1 ease-in-out;
    animation-delay: 0.3s;
}

@keyframes sandlong2 {
    0% {
        width: 195px;
        /* padding: 0 10px 0 0; */
    }
    25% {
        width: 175px;
        /* padding: 0 25px 0 0; */
    }
    50% {
        width: 195px;
        /* padding: 0 10px 0 0; */
    }
    75% {
        width: 180px;
        /* padding: 0 15px 0 0; */
    }
    100% {
        width: 195px;
        /* padding: 0 10px 0 0; */
    }
}

@keyframes sandlong3 {
    0% {
        width: 200px;
    }
    25% {
        width: 180px;
    }
    50% {
        width: 200px;
    }
    75% {
        width: 190px;
    }
    100% {
        width: 200px;
    }
}

.dyadv_operate .wp .swiperbox .swiper {
    height: 390px;
    width: 100%;
    border-radius: 30px 30px 0 30px;
    /* overflow: hidden; */
    background: #fff;
    /* overflow-x: hidden; */
}

.dyadv_operate .wp .swiperbox .swiper .swiper-wrapper .swiper-slide {
    border-radius: 30px;
    background: #fff;
    padding: 90px 0 0 0;
    border-radius: 30px 30px 0 30px;
}

.dyadv_operate .wp .swiperbox .swiper .swiper-wrapper .swiper-slide p {
    font-size: calc(1vw + 10.4px);
    color: #000000;
    line-height: calc(1vw + 16.4px);
    font-weight: bold;
    position: relative;
    width: max-content;
    z-index: 0;
    margin: 0 0 0 80px;
    display: block;
}

.dyadv_operate .wp .swiperbox .swiper .swiper-wrapper .swiper-slide p::before {
    content: '';
    width: 100%;
    height: 12px;
    background: linear-gradient(to right, #eac9ff, #ffffff);
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: -1;
}

.dyadv_operate .wp .swiperbox .swiper .swiper-wrapper .swiper-slide p span {
    font-size: calc(1vw + 12.4px);
    line-height: calc(1vw + 16.4px);
    color: #b53fff;
    font-family: 'Gilroy-blod';
    margin: 0 8px 0 0;
}

.dyadv_operate .wp .swiperbox .swiper .swiper-wrapper .swiper-slide i {
    font-style: normal;
    font-size: calc(0.5vw + 10.4px);
    max-width: 510px;
    color: #000;
    line-height: calc(1vw + 16.4px);
    display: block;
    margin: 25px 0 0 80px;
}

.dyadv_whychose .wp .list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1170px;
    width: 62.5vw;
}

.dyadv_whychose .wp .list .item {
    width: max-content;
    text-align: center;
}

.dyadv_whychose .wp .list .item>div {
    position: relative;
}

.dyadv_whychose .wp .list .item>div p {
    font-size: calc(4vw + 13.2px);
    font-weight: bold;
    background-image: linear-gradient(174deg, #ff3e61 34%, #344fed 69%);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.3;
}

.dyadv_whychose .wp .list .item>div i {
    font-size: calc(0.5vw + 10.2px);
    color: #8709ff;
    font-style: normal;
    position: absolute;
    right: -15px;
    top: 22px;
}

.dyadv_whychose .wp .list .item span {
    font-size: 20px;
    color: #222;
    text-align: left;
    width: max-content;
    display: block;
}

.dyadv_whychose .wp .list .item:first-child {
    text-align: left;
}

.dyadv_whychose .wp .list .item:last-child span {
    text-align: center;
    width: 100%;
}

.dyadv_whychose .wp .more {
    width: 26.73vw;
    max-width: 475px;
    height: 3.64vw;
    min-height: 60px;
    box-shadow: 9px 0 20px rgba(44, 95, 253, 0.2);
    background: linear-gradient(to right, #8609ff, #2a61fd);
    border-radius: 31px;
    font-size: calc(0.5vw + 12.4px);
    margin: 3vw auto;
    color: #fff;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyadv_ouradv {
    background-color: #fafafa;
}

.dyadv_ouradv .swiper {
    height: 42.8125vw;
    max-height: 822px;
    min-height: 580px;
    overflow: hidden;
    position: relative;
}

.dyadv_ouradv .swiper .arrowdown {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide .bgpic {
    /* animation: advbgchange 12s alternate infinite ease-in-out; */
    position: absolute;
    left: 0;
    top: 0;
}

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide {
    background: url(../../picture/dyadv/advbg.jpg) no-repeat center;
}

.dyadv_ouradv .swiper .catelist {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    width: 62.5vw;
    min-width: 1150px;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.64vw;
    z-index: 9;
}

.dyadv_ouradv .swiper .catelist .item {
    width: calc(100% / 4 - 4px);
    margin: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8191a4;
    border-right: none;
    padding: 20px 0;
}

.dyadv_ouradv .swiper .catelist .item:last-child {
    margin: 0;
    border-right: 1px solid #8191a4;
}

.dyadv_ouradv .swiper .catelist .item img {
    margin: 0 10px 0 0;
}

.dyadv_ouradv .swiper .catelist .item:hover img {
    animation: pulse 0.4s normal 1 ease-in;
}

.dyadv_ouradv .swiper .catelist .item .tbox {
    opacity: 0.4;
    user-select: none;
    -webkit-user-select: none;
}

.dyadv_ouradv .swiper .catelist .item .tbox p {
    font-size: calc(0.5vw + 10.4px);
    color: #fff;
}

.dyadv_ouradv .swiper .catelist .item .tbox span {
    color: #fff;
    font-size: 14px;
}

.dyadv_ouradv .swiper .catelist .active .tbox {
    opacity: 1;
}


/* @keyframes advbgchange {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
} */

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide .wrap {
    max-width: 1200px;
    width: 62.5vw;
    min-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide .wrap .tbox {
    padding: 9.895vw 0 0 0;
    width: 49%;
}

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide .wrap .tbox .enname {
    font-size: calc(3vw + 7.6px);
    color: #3e5985;
    opacity: 0.3;
    font-family: 'Gilroy-blod';
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px 0;
}

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide .wrap .tbox .cnname {
    font-size: calc(1vw + 14.8px);
    color: #fff;
    font-weight: bold;
}

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide .wrap .tbox .desc {
    font-size: calc(0.5vw + 12.4px);
    color: #fff;
    margin: 20px 0 0 0;
}

.dyadv_ouradv .swiper .swiper-wrapper .swiper-slide .wrap .bigpic {
    width: 32.8125vw;
    max-width: 630px;
    min-width: 400px;
}

.dyadv_ouradv .swiper .swiper-pagination-bullets {
    bottom: 38%;
    left: 50%;
    text-align: left;
    transform: translateX(-50%);
    width: 62.5vw;
    min-width: 1150px;
    max-width: 1200px;
}

.dyadv_ouradv .swiper .swiper-pagination-bullet {
    width: 53px;
    height: 3px;
    border-radius: 0;
    background: #fff;
}

.dyadv_ouradv .swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.dyadv_grade .swiper .swiper-wrapper {
    padding: 0 0 30px 0;
}

.dyadv_grade .swiper .swiper-pagination-bullet {
    background: #656565;
    opacity: 1;
}

.dyadv_grade .swiper .swiper-pagination-bullet-active {
    background: #e51f14;
}

.dyadv_grade {
    padding: 0 0 50px 0;
}

.dyadv_marketing {
    background: url(../../picture/dyadv/marketingbg.jpg) no-repeat center;
    padding: 0 0 6vw 0;
}

.dyadv_marketing .swiper {
    height: 510px;
    margin: 0 0 0 16.666%;
    overflow: hidden;
    width: 83.333%;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide {
    background: #241e52;
    width: 407px;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide .top {
    padding: 40px 15px;
    width: calc(100% - 30px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide .top .num {
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide .top .num .span {
    font-size: calc(0.5vw + 10.4px);
    font-family: 'Gilroy-regular';
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide .top span {
    font-size: calc(0.5vw + 12.4px);
    color: #fff;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide-active .top .num {
    border: 1px solid #e51f14;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide-active .top .num .span {
    width: 35px;
    height: 35px;
    background: #e51f14;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Gilroy-regular';
    font-size: 16px;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide .pbox {
    max-height: 370px;
}

.dyadv_marketing .swiper .swiper-wrapper .swiper-slide .pbox img {
    width: 100%;
}

.dyadv_marketing .wp .titledemo .title {
    color: #fff;
}

.dyadv_process {
    background: #ecf1fe;
    padding: 0 0 calc(2vw + 21.4px) 0;
}

.dyadv_process .wp .list {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1170px;
    width: 62.5vw;
}

.dyadv_process .wp .list .item {
    border-radius: 10px;
    background: #fff;
    width: calc(100% / 5 - 20px);
    margin: 0px 25px 0px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 60px 0 0 0;
    box-shadow: 3px 0 14px rgba(111, 111, 111, 0.11);
    height: 190px;
}

.dyadv_process .wp .list .item:last-child {
    margin: 0;
}

.dyadv_process .wp .list .item:hover {
    margin-top: -20px;
    transition: all 0.5s;
    box-shadow: 3px 0 14px rgba(111, 111, 111, 0.51);
}

.dyadv_process .wp .list .item p {
    font-size: 20px;
    color: #404040;
    margin: 20px 0 0 0;
    user-select: none;
    -webkit-user-select: none;
}

.dyadv_process .wp .more {
    width: 8.41vw;
    max-width: 163px;
    height: 41px;
    box-shadow: 9px 0 20px rgba(44, 95, 253, 0.2);
    background: linear-gradient(to right, #8609ff, #2a61fd);
    border-radius: 31px;
    font-size: calc(0.5vw + 10.4px);
    margin: 3vw auto;
    color: #fff;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyadv_process .wp .more:hover {
    animation: moandmore 0.8s normal 1 ease-in-out;
}

@keyframes moandmore {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.dyadv_mission .wp .wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1170px;
    width: 62.5vw;
    padding: 0 0 7vw 0;
}

.dyadv_mission .wp .wrap .pbox {
    width: 45%;
}

.dyadv_mission .wp .wrap .pbox img {
    max-width: 100%;
}

.dyadv_mission .wp .wrap .tbox {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.dyadv_mission .wp .wrap .tbox p {
    font-size: calc(0.5vw + 15.4px);
    line-height: calc(2vw + 11.2px);
    color: #555;
}

.dyadv_mission .wp .wrap .tbox .more {
    width: 9.41vw;
    max-width: 163px;
    height: 41px;
    box-shadow: 9px 0 20px rgba(44, 95, 253, 0.2);
    background: linear-gradient(to right, #8609ff, #2a61fd);
    border-radius: 31px;
    font-size: calc(0.5vw + 10.4px);
    margin: 3vw 0;
    color: #fff;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dyadv_mission .wp .wrap .tbox .more:hover {
    animation: askfor 0.6s normal 1 ease-in-out;
}

@keyframes askfor {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}