.yk2_font_title_lable{
    display: flex;
    /*width: 1920px;*/
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.yk2_font_title_30{
    color: #000;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yk2_font_title_24{
    width: 1300px;

    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk2_flex_column_center_gap_10{
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    background: #FFF;
}

.yk2_phone_item{
    position: relative;
    width: 787.34px;
    height: 500px;
}
.yk2_phone_1{
    width: 148.949px;
    height: 300px;
    flex-shrink: 0;
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/phone_3.png');
}

.yk2_phone_2{
    width: 198.598px;
    height: 400px;
    flex-shrink: 0;
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/phone_2.png');
}

.yk2_phone_3{
    width: 248.248px;
    height: 500px;
    /*flex-shrink: 0;*/
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/phone_1.png');
}

.yk2_phone_4{
    width: 198.598px;
    height: 400px;
    flex-shrink: 0;
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/phone_4.png');
}

.yk2_phone_5{
    width: 148.949px;
    height: 300px;
    flex-shrink: 0;
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/phone_5.png');
}

.yk2_flex_between{
    display: flex;
    width: 1300px;
    justify-content: space-between;
    align-items: center;
}

.yk2_flex_between_item{
    display: flex;
    width: 550px;
    height: 200px;
    padding: 0px 30px;
    align-items: center;
    gap: 40px;

    border-radius: 20px;
}

.yk2_flex_end_card{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
    flex: 1 0 0;
}

.yk2_flex_start_card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}

.yk2_flex_between_title{
    color: #014AE0;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yk2_flex_between_font{
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    align-self: stretch;
}

.yk2_flex_between_icon{
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 10px;

    border-radius: 10000px;
    background: #014AE0;
}

.yk2_flex_start_gap_54{
    display: flex;
    align-items: flex-start;
    gap: 54px;
}

.yk2_space_between_center{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.yk2_center_between_img{
    width: 667px;
    height: 350px;
    flex-shrink: 0;

    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/yk_backmanagement.png') lightgray 50% / cover no-repeat;
}
.yk2_flex_icon_list{
    display: flex;
    padding: 100px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 200px;
}


.yk2_flex_icon_list_item{
    display: flex;
    width: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-shrink: 0;
}

.yk2_flex_icon_list_item_font{
    color: #000;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yk2_flex_feature_icon_list{
    display: flex;
    padding: 50px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

.yk2_flex_feature_icon_list_title{
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yk2_flex_feature_icon_list_font{
    align-self: stretch;

    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk2_flex_feature_icon_list_card{
    display: flex;
    width: 300px;
    height: 300px;
    padding: 20px 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.yk2_flex_feature_icon_list_card:hover img{

    cursor: pointer;
}


.yk2_flex_feature_icon_list_card:active img{

    /*animation: fireworks 2s 0.5s linear infinite;*/
    animation: explode 1.5s ease-out;
    cursor: pointer;
}

.yk_our_serve{
    display: flex;
    width: 1300px;
    padding: 50px 0px 100px 0px;
    justify-content: space-between;
    align-items: center;

}

.yk_our_serve_item_img{
    width: 495px;
    height: 495px;
    flex-shrink: 0;

    border-radius: 100000px;
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/short/our_serve.png') lightgray 50% / cover no-repeat;
}

.yk_our_serve_item_body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

.yk_our_serve_item_left{
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    align-self: stretch;

}

.yk_our_serve_item_right{
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;


}

.yk_our_serve_title{
    color: #014AE0;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yk_our_serve_title_text{
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk_flex_center_gap_10{
    display: flex;
    align-items: center;
    gap: 10px;
}

.yk_single_pic_1{
    width: 169px;
    height: 353.9px;
    flex-shrink: 0;

    /*border-radius: 12px;*/
    /*border: 6px solid #FFF;*/
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/single_1.png');
    background-size: cover;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);*/
}

.yk_single_pic_2{
    width: 220px;
    height: 476.754px;
    flex-shrink: 0;

    border-radius: 18px;
    /*border: 6px solid #FFF;*/
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/single_2.png');
    background-size: cover;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);*/
}

.yk_single_pic_3{
    width: 165px;
    height: 359.141px;
    flex-shrink: 0;

    border-radius: 12px;
    /*border: 6px solid #FFF;*/
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/single_3.png');
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);*/
    background-size: cover;
}

/*//爆炸效果*/
@keyframes fireworks {
    0% {
        transform: scale(0, 0);
    }
    60% {
        transform: scale(1, 1);
        opacity: 1;
    }
    95%{
        transform: scale(0.9, 0.9);
    }
    100%{
        transform: scale(0.9, 0.9);
        opacity: 0;
    }
}

@keyframes explode {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    40% {
        transform: scale(1.5);
        opacity: 1;
    }
    75%{
        transform: scale(2.5);
    }
    100% {
        transform: scale(3);
        opacity: 0;
    }
}