.yk_share_banner{
    overflow: hidden;
    height: 800px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #3555FF 0%, #70AFF9 100%);
}

.yk_flex_center_center{
    display: flex;
    justify-content: center;
    align-items: center;
}


.yk_inline_flex_column{
    display: flex;
    align-items: center;
    gap: 30px;
}

.yk_flex_column_start_26_imglst{
    width: 786px;
    height: 800px;
    flex-shrink: 0;
}

.yk_phone_pic_1{
    width: 180px;
    height: 391.304px;
    transform: rotate(20deg);
    flex-shrink: 0;
    border-radius: 10px;
    border: 6px solid  #FFF;
}

.yk_phone_pic_2{
    width: 180px;
    height: 389.143px;
    transform: rotate(20deg);
    flex-shrink: 0;
    border-radius: 10px;
    border: 6px solid  #FFF;
}

.yk_phone_pic_3{

    margin-top: 40px;
    margin-right: 100px;

    width: 180px;
    height: 390.423px;
    transform: rotate(20deg);
    flex-shrink: 0;

    border-radius: 10px;
    border: 6px solid  #FFF;
    /*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.yk_phone_pic_4{
    width: 180px;
    height: 391px;
    transform: rotate(20deg);
    flex-shrink: 0;

    border-radius: 10px;
    border: 6px solid  #FFF;
    /*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.yk_phone_pic_5{
    /*width: 180px;*/
    width: 165px;
    height: 391px;
    transform: rotate(20deg);
    flex-shrink: 0;

    border-radius: 10px;
    border: 6px solid #FFF;
    /*background: url(<path-to-image>) lightgray 50% / cover no-repeat;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}


.yk_flex_column_start_26{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

.yk_title_text{
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.yk_title_text_font{
    color: #6198FA;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 216.667% */
}

.yk_title_text_item{
    color: #426AFD;
    font-family: Arial;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yk_flex_column_start_26_right{
    width: 786px;
    height: 800px;
    flex-shrink: 0;
}

.yk_title_text_line{
    width: 120px;
    height: 8px;
    background: #FFF;
}

.yk_title_areatext{
    width: 560px;

    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.10);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 180% */
}

.yk_title_button{
    display: flex;
    width: 160px;
    height: 50px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 60px;
    background: #FFF;
}


.yk_lable_part_flex_center_center{
    display: flex;
    /*width: 1920px;*/
    padding: 50px 0px;
    justify-content: center;
    align-items: center;
    gap: 50px;
}


.yk_inline_flex_column_center{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    /*background: #FAFAFA;*/
}

.yk_flex_center_gap_30{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
}
.yk_flex_center_gap_30_img:hover{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;

    cursor: pointer;
}

.yk_inline_flex_column_center_text{
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk_lease_part{
    display: flex;
    /*width: 1920px;*/
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #FFF;
}

.yk_lease_part_gap_20{
    display: flex;
    /*width: 1920px;*/
    padding: 20px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.yk_lease_part_gap_20_padding_40{
    display: flex;
    /*width: 1920px;*/
    padding: 40px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.yk_lease_part_gap_20_padding_40_card_1{
    width: 295px;
    height: 200px;
    flex-shrink: 0;

    border-radius: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/f1.png") lightgray 50% / cover no-repeat;
}

.yk_lease_part_gap_20_padding_40_card_2{
    width: 295px;
    height: 200px;
    flex-shrink: 0;

    border-radius: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/f2.png") lightgray 50% / cover no-repeat;
}

.yk_lease_part_gap_20_padding_40_card_3{
    width: 295px;
    height: 200px;
    flex-shrink: 0;

    border-radius: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/f3.png") lightgray 50% / cover no-repeat;
}

.yk_lease_part_gap_20_padding_40_card_4{
    width: 295px;
    height: 200px;
    flex-shrink: 0;

    border-radius: 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/f4.png") lightgray 50% / cover no-repeat;
}

.yk_lease_part_gap_20_padding_40_card_column{
    /*display: flex;*/
    /*!*width: 119.457px;*!*/
    /*height: 72.6px;*/
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    /*gap: 20px;*/
    /*flex-shrink: 0;*/

    /*padding: 20px;*/

    /*border-radius: 20px;*/

    display: flex;
    width: 260px;
    height: 200px;
    padding: 20px 55px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;

}


.yk_lease_part_gap_20_item{
    display: flex;
    width: 255px;
    height: 240px;
    padding: 0px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;

    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.16);
}

.yk_lease_part_icon{
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
}

.yk_lease_part_icon:hover{
    cursor: pointer;
    transform: scale(1.2);
}

.yk_lease_part_content{
    /*width: 1920px;*/
    /*height: 640px;*/
    height: 740px !important;
    flex-shrink: 0;
    background: #FFF;
    /*background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_svg/yuanquan.svg") lightgray 50% / cover no-repeat;*/
}

.yk_lease_part_circular{
    width: 538px;
    height: 538px;
    flex-shrink: 0;
    border-radius: 538px;
    border: 60px solid #F4F5F7;

    margin: 51px 691px;
}

.yk_flex_end{
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: flex-end;
}

.yk_lease_part_circular_1{
    width: 204px;
    height: 441px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/03.png") lightgray 50% / cover no-repeat;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.10);
}

.yk_lease_part_circular_2{
    width: 225px;
    height: 487px;
    flex-shrink: 0;

    border-radius: 20px;
    border: 6px solid #000;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/06.png") lightgray 50% / cover no-repeat;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.10);
}

.yk_lease_part_circular_3{
    width: 204px;
    height: 441px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/01.png") lightgray 50% / cover no-repeat;
    box-shadow: 0px 24px 24px 0px rgba(0, 0, 0, 0.10);
}

.yk_lease_part_circular_icon{
    width: 80px;
    height: 80px;
    flex-shrink: 0;

    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 10px 12px 0px rgba(5, 27, 70, 0.16);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    img{
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    cursor: pointer;
}


.yk_font1{
    color:  #000;

    /* 网页标题02 */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.yk_font2{
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk_font3{
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk_font4{
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yk_font5{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.yk_center_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.yk_flex_start_gap_40{
    display: flex;
    padding: 40px 410px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    background: #FAFAFA;
    /*background: red;*/
}

.yk_flex_column_start_gap_20{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.yk_flex_start_gap_40_item{
    display: flex;
    width: 360px;
    height: 42.5px;
    padding: 20px 20px 20px 50px;
    align-items: center;
    gap: 20px;

    border-radius: 10px;

    cursor: pointer;
}

.yk_flex_start_gap_40_item_img{
    width: 775.603px;
    height: 491.954px;
    flex-shrink: 0;

    border-radius: 20px;
}

.yk_flex_start_gap_40_font{
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yk_2_background{
    background: #3474F9;
}
.yk_3_background{
    background: #F5A158;
}
.yk_4_background{
    background: #00BCA3;
}

.content-div {
    width: 980px;
    height: 500px;
    margin-left: 30px;
}

.yk_blue_background{
    background: #0064FF;
}

.yk_white_background{
    background: #FFF;
}

.yk_skyblue_background{
    background: #E0F7FA;
}

.yk_pink_background{
    background: #FFEAEA;
}

.yk_blackblue_background{
    background: #E0EEF8;
}

.yk_null_background{
    background: #FAFAFA;
}

.yk_yellow_background{
    background: #FCF7DD;
}

.yk_white_color{
    color: #FFF;
}

.yk_black_color{
    color: #000;
}


.yk_flex_center_gap_10{
    display: flex;
    align-items: center;
    gap: 10px;
}

.yk_flex_center_gap_10_areatext{
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 143.75% */

    align-self: stretch;
}

.yk_flex_center_gap_10_click_font{
    color: #2355EF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    cursor: pointer;
}


.yk_big_picture{
     display: flex;
     padding: 50px 0px;
     flex-direction: column;
     align-items: center;
     gap: 10px;
     align-self: stretch;

     background: #FFF;
 }

.yk_big_picture_back{
    width: 1200px;
    height: 600px;

    /*background: url("https://tmp-hd101.vx-cdn.com/file-667e6a5f35c6e-667e6a95280e6/big_image.png") lightgray 50% / cover no-repeat;*/
}

.yk_flex_column_center_gap_30{
    display: flex;
    /*width: 1920px;*/
    padding: 40px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.yk_flex_column_center_gap_30_card_1{
    width: 380px;
    height: 230px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/gongxiang1.png") lightgray 50% / cover no-repeat;
}

.yk_flex_column_center_gap_30_card_2{
    width: 380px;
    height: 230px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/gongxiang2.png") lightgray 50% / cover no-repeat;
}
.yk_flex_column_center_gap_30_card_3{
    width: 380px;
    height: 230px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/gongxiang3.png") lightgray 50% / cover no-repeat;
}
.yk_flex_column_center_gap_30_card_4{
    width: 380px;
    height: 230px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/gongxiang4.png") lightgray 50% / cover no-repeat;
}
.yk_flex_column_center_gap_30_card_5{
    width: 380px;
    height: 230px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/gongxiang5.png") lightgray 50% / cover no-repeat;
}
.yk_flex_column_center_gap_30_card_6{
    width: 380px;
    height: 230px;
    flex-shrink: 0;

    border-radius: 20px;
    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/gongxiang6.png") lightgray 50% / cover no-repeat;
}

.yk_flex_column_center_gap_30_card_mask{

    width: 380px;
    height: 230px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(102, 102, 102, 0.08) 105.85%);
}

.yk_flex_column_center_gap_30_card_item{
    display: flex;
    width: 159.277px;
    height: 92.767px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    padding: 50px 25px;

}


.yk_flex_column_center_gap_30_card_item_title{
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yk_flex_column_center_gap_30_card_item_footer{
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    cursor: pointer;
}

.yk_footer{
    display: flex;
    /*width: 1920px;*/
    padding: 50px 0px;
    flex-direction: column;
    align-items: center;
    gap: 26px;

    background: url("https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/shareinternet.png");
}


.yk_footer_font{
    color: #FFF;

    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.yk_footer_font_1{
    color: #FFF;

    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.yk_footer_button{
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 60px;
    background: #FFF;
}

.yk_footer_button:hover{
    cursor: pointer;
    box-shadow: 5px 5px 5px #0e1730;
}

.yk_footer_button_font{
    color: #2A4BBD;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.yk_icon_font{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk_flex_column_start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.yk_inline_flex_column_start{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.yk_gap_30{
    gap:30px;
}

