

.hy-section {
    padding-top: 52px;
    padding-bottom: 68px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .hy-section {
        align-items: flex-start;
        width: 100%;
        padding-left: 24px
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-section {
        align-items: flex-start;
        padding-top: 60px;
        padding-bottom: 54px;
        max-width: 905px
    }
}

.hy-section-h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 40px
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .hy-section-h1 {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-section-h1 {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 32px
    }
}

.hy-section-content {
    max-width: 1184px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 1184px
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .hy-section-content {
        justify-content: center;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-section-content {
        justify-content: flex-start;
        max-width: 1040px;
        margin-left: 24px
    }
}

.hy-card-box {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    max-width: 224px;
    width: 224px;
    height: 280px;
    max-height: 280px;
    position: relative;
    box-sizing: border-box;
    cursor: default;
    overflow: hidden;
}

.hy-card-box .active {
    height: 100%;
    border-radius: 16px;
    padding: 23px 24px 25px
}

.hy-card-box .active H1 {
    font-size: 30px;
    line-height: 46px
}

.hy-card-box .active .option_desc {
    font-size: 16px;
    line-height: 24px
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .hy-card-box {
        margin-left: 16px
    }

    .hy-card-box:nth-of-type(1) {
        margin-left: 0
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-card-box {
        width: 197px;
        max-width: 197px;
        max-height: 246.5px;
        height: 246.5px;
        margin-left: 14px
    }

    .hy-card-box:nth-of-type(1) {
        margin-left: 0
    }

    .hy-card-box .active {
        height: 100%;
        border-radius: 16px;
        padding: 20px 20px
    }

    .hy-card-box .active H1 {
        font-size: 26px;
        line-height: 36px;
        font-weight: 500
    }

    .hy-card-box .active .option_desc {
        font-size: 14px;
        line-height: 22px
    }
}

.hy-card-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    display: block
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-card-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600
    }
}

.hy-card-info-t1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-card-info-t1 {
        font-size: 14px;
        line-height: 21px
    }
}


.hy-card-info {
    margin-top: 4px;
    display: flex;
    flex-direction: row;
    align-items: center
}
.hy-card-info2 {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.hy-card-btn{
   
    height:35px;
    font-size:14px;
    color:#fff;
    background:#00d6b9;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    margin-top:20px;
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-card-info {
        margin-top: calc(3.5vw / 6)
    }
    .hy-card-info2 {
        margin-top: calc(3.5vw / 6)
    }
}

.hy-section-more-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center
}

.hy-section-more-box {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative
}

.hy-section-more-box:active img,
.hy-section-more-box:hover img {
    right: -24px
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .hy-section-more-box {
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-section-more-box {
        margin-top: calc(24vw / 6);
        margin-left: auto;
        margin-right: auto
    }
}

.hy-card {
    padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    width: 224px;
    /* height: 92px; */
    height: 280px;
    position: absolute;
    top: 190px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    transition: height .2s ease-in-out;
    background: linear-gradient(6.85deg, #2d3efe .52%, rgba(65, 60, 170, 0) 236.49%);
    overflow: hidden;
    box-sizing: border-box;
    cursor: default
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-card {
        height: 81px;
        width: 197px;
        padding-top: 10.5px;
        padding-bottom: 13px;
        padding-left: 21px;
        max-width: 197px
    }
}

.hy-card-info-img {
    width: 12px;
    height: 12px;
    display: block;
    margin-left: 4px
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-card-info-img {
        height: 10.5px;
        margin-left: calc(3.5vw / 6);
        width: 10.5px
    }
}

.hy-section-more-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 4px;
    position: absolute;
    right: -20px
}

.hy-section-box {
    -ms-overflow-style: none;
    scrollbar-width: none
}

@media screen and (min-width:600px) and (max-width:904px) {
    .hy-section-box {
        overflow: auto;
        width: 100%
    }
}

@media screen and (min-width:905px) and (max-width:1239px) {
    .hy-section-box {
        overflow: auto;
        width: 100%
    }
}

.hy-section-box::-webkit-scrollbar {
    display: none
}





@media screen and (min-width:600px) and (max-width:904px) {
    .hy-section {
        background: linear-gradient(180deg, #605cff 0, #9691ff 100%)
    }
}
