.yk_about_banner{
    width: 100%;
    height: 800px;
    background: linear-gradient(180deg, #FE3C3E 0%, #FF7F60 100%);
    flex-shrink: 0;
    overflow: hidden;
}

.yk_about_banner_sc {
    width: 100%;
    height: 800px;
    flex-shrink: 0;
    overflow: hidden;
    background: url("../images/lunbo/gongyinglian.png") no-repeat;
    background-size: 100% 100%;
}

.yk_color_FFF{
    color: #FFF;
}

.yk_color_FB7D4F{
    color: #FB7D4F;
}

.yk_color_000{
    color: #000;
}

.yk_color_000_5{
    color: rgba(0, 0, 0, 0.50);
}

.yk_flex_row_gap_20{
    display: flex;
    flex-direction: row;
    gap: 20px
}

.yk_flex_column_start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.yk_flex_column_center{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.yk_inline_flex_column_start{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}

.yk_gap_10{
    gap: 10px;
}

.yk_gap_20{
    gap: 20px;
}

.yk_gap_30{
    z-index: 99;
    gap: 30px;
}

.yk_gap_30:hover img{
    -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_gap_50{
    gap: 50px;
}


.yk_flex_column_start_font_1{

    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk_flex_column_start_font_2{

    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yk_flex_column_start_font_3{

    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 75% */
}

.yk_flex_column_start_line{
    width: 113px;
    height: 10px;
}


.yk_flex_column_start_font_4{
    width: 615px;

    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
}

.yk_flex_column_start_button{
    display: flex;
    width: 120px;
    height: 40px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.yk_flex_column_start_button:hover{
    cursor: pointer;
}

.yk_flex_column_start_button_1{
    border-radius: 4px;
    background: #FFF;
}

.yk_flex_column_start_button_2{
    border-radius: 4px;
    border: 1px solid #FFF;
    color: #FFF;
}

.yk_flex_column_start_button_2:hover{
    border-radius: 4px;
    background: #FFF;
    color: #FB7D4F;
}

.yk_flex_column_start_button_font{
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 168.75% */
}

.yk_main_pic_1{
    width: 533px;
    height: 382px;
    flex-shrink: 0;

    border-radius: 10px;
    border: 6px solid #FFF;
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/main_1.png') lightgray 50% / cover no-repeat;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.yk_main_pic_2{
    width: 169px;
    height: 361px;
    flex-shrink: 0;

    /*border-radius: 10px;*/
    /*border: 6px solid #FFF;*/
    background: url('https://yuanyue.oss-cn-beijing.aliyuncs.com/www/static/static/yuki_png/merchantes/main_2.png')  no-repeat ;
    background-size: cover;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);*/
}

.yk_main_pic_2, .yk_main_pic_1{
    position: absolute;
    top: 0;
    left: 0;
}

.yk_container {
    position: relative;
    width: 100%; /* Use percentage to make it responsive */
    /*max-width: 600px; !* Max width for better responsiveness *!*/
    margin: 0 auto; /* Center the container */
}


.yk_flex_center_gap_30{
    display: flex ;
    align-items: center;
    gap: 30px;
}


.yk_label_icon_title{
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.yk_flex_center_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 新代码css */

.bgIntroduce {
    width: 896px;
    margin: 0 auto;
}


.bgIntroduce .bg-list-item-1 {
    display: flex;
    border-radius: 20px;
    align-items: center;
    padding: 30px 52px;
    border: 5px solid transparent;
    border-image: linear-gradient(to right, #FF4945, transparent) 1;
}
.bgIntroduce .bg-list-item-1 div .bg-title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bgIntroduce .bg-list-item-1 div .bg-subtitle {
    margin-top: 16px;
    color: rgba(0, 0, 0, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bgIntroduce .bg-list-item-2 {
    display: flex;
    margin: 30px 0;
    border-radius: 20px;
    align-items: center;
    padding: 30px 52px;
    border: 5px solid transparent;
    border-image: linear-gradient(to right, transparent, #FF4945) 1;
}

.bgIntroduce .bg-list-item-2 div .bg-title {
    color: #000;
    text-align: right;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.bgIntroduce .bg-list-item-2 div .bg-subtitle {
    margin-top: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-ours {
    text-align: center;
}