.s-yuyue-section {
    position: relative;
    background: linear-gradient(180deg, #f0f7ff 0, rgba(240, 245, 255, 0) 100%);
    overflow: hidden
}

@media screen and (max-width:499px) {
    .s-yuyue-section {
        display: none
    }
}

@media screen and (min-width:500px) and (max-width:600px) {
    .s-yuyue-section {
        display: none
    }
}

@media screen and (max-width:850px) {
    .s-yuyue-section {
        display: none
    }
}

.s-yuyue-box {
    display: flex;
    width: 1200px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    justify-content: space-between
}

@media screen and (min-width:500px) and (max-width:600px) {
    .s-yuyue-box {
        flex-direction: column;
        width: 100%;
        height: 845px;
        justify-content: space-between
    }
}

@media screen and (min-width:500px) and (max-width:893px) {
    .s-yuyue-box {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        height: 845px;
        align-items: center
    }
}

.s-yuyue-box-1 {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 48px;
    position: relative;
    z-index: 1
}

@media screen and (min-width:500px) and (max-width:600px) {
    .s-yuyue-box-1 {
        padding-top: 100px;
        padding-bottom: 0;
        padding-left: 30px
    }
}

@media screen and (min-width:500px) and (max-width:893px) {
    .s-yuyue-box-1 {
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 100px
    }
}


.s-yuyue-title {
    font-size: 40px;
    line-height: 48px;
    color: #111111;
    font-weight: 600
}

.s-yuyue-subtitle {
    font-size: 40px;
    line-height: 48px;
    color: #111111;
    font-weight: 600;
    margin-top: 4px
}


.s-yuyue-box-1-1 {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    margin-top: 40px
}

.s-yuyue-box-1-1.no-desc>div {
    padding: 20px 0 20px 34px
}

.s-yuyue-box-card {
    border: 1px solid #c5dbff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: rgba(225, 234, 255, .5);
    width: 172px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    color: #1c50c9;
    margin-right: 12px
}

.s-yuyue-box-card-1 {
    display: flex;
    align-items: center
}

.s-yuyue-box-card-t1 {
    margin-left: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    white-space: pre-wrap
}

.s-yuyue-box-card-t2 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.c-success {
    color: #05917f;
}




.c-warning {
    color: #d17104;
}


.s-yuyue-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 52px;
    background:#1c50c9;
    color:#ffffff;
    border-radius: 8px;
}
