.hmhy-feature .item{
    overflow: hidden;
}
.hmhy-feature .item .flex{
    align-items: center;
}
.hmhy-feature .item .text{
    flex: 1;
    min-width: 300px;
    padding-right: 40px;
}
.hmhy-feature .item .img{
    flex: 1;
    min-width: 300px;
    position: relative;
    padding: 40px 0 40px 40px;
}
.hmhy-feature .item .img:before{
    content: '';
    display: block;
    height: 100%;
    width: 50vw;
    min-width: 300px;
    background: linear-gradient(180deg, #FFF0E5 0%, rgba(250, 251, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.hmhy-feature .item .img img{
    display: block;
    max-width: 100%;
    transition: all .2s linear;
}
.hmhy-feature .item .text>strong{
    font-size: 1.8rem;
    padding-bottom: 15px;
    display: block;
}
.hmhy-feature .item:nth-child(odd) .text{
    order: 2;
    padding-right: 0;
    padding-left: 40px;
}
.hmhy-feature .item:nth-child(odd) .img{
    padding: 40px 40px 40px 0;
}
.hmhy-feature .item:nth-child(odd) .img:before{
    content: '';
    left: auto;
    right: 0;
}
.hmhy-worth>strong{
    font-size: 2rem;
    display: block;
    text-align: center;
}
.hmhy-worth{
    background: #FAFBFF;
    padding: 5vmax 0;
}
.hmhy-worth .tab_li{
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    gap: 0;
}
.hmhy-worth .tab_li li{
    padding: 10px 0;
    flex: 1;
    border-radius: 20px;
    border: none;
    text-align: center;
}
.hmhy-worth .tab_li li.active{
    color: #fff;
    background: #ff6a00;
}
.hmhy-worth .tab_con .img{
    flex: 1;
    min-width: 300px;
    padding: 30px 0;
    order: 2;
}
.hmhy-worth .tab_con .img img{
    transition: all .2s linear;
    max-width: 100%;
}
.hmhy-worth .tab_con .text{
    flex: 1;
    min-width: 300px;
    order: 1;
}
.hmhy-worth .tab_con>.flex{
    align-items: center;
    gap: 1.5rem;
}
.hmhy-worth .tab_con .text h5{
    font-size: 1.8rem;
    font-weight: bold;
}
.hmhy-sence .item{
    overflow: hidden;
}
.hmhy-sence .item .img{
    max-height: 420px;
}
.hmhy-sence .item .text{
    position: absolute;
    background: rgba(61, 61, 61, 0.37);
    backdrop-filter: blur(10px);
    padding: 30px 30px 5vmax 30px;
    color: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    transform: translateY(-80px);
    transition: all .2s linear;
}
.hmhy-sence .item .text h5{
    line-height: 1;
    margin-bottom: 32px;
    text-align: center;
}

@media (any-hover: hover) {
    .hmhy-sence .item:hover .img img{
		transform: translate(-50%,-50%) scale(1.05);
	}
	.hmhy-feature .item:hover .img img,.hmhy-worth .tab_con:hover .img img{
	    transform: scale(1.05);
	}
	.hmhy-sence .item:hover .text{
	    transform: translateY(-100%);
	}
	.hmhy-feature .item:hover .text>strong,.hmhy-worth .tab_con:hover .text h5{
	    color: #ff6a00;
	}
}

@media screen and (max-width: 768px){
    .hmhy-sence .row{row-gap:1.5rem;}
}
@media screen and (max-width: 480px){
    .hmhy-worth .tab_li{display:none}
    .hmhy-feature .item .text{padding:0 0 15px!important;}
    .hmhy-feature .item .img{padding:40px 0!important}
    .hmhy-feature .item .img:before{width:100%}
    .hmhy-feature .item:nth-child(odd) .text{order:0}
    .hmhy-worth .tab_con{display:block;margin-bottom:30px;}
    .hmhy-worth .tab_con:last-child{margin-bottom:0}
    .hmhy-sence .item .text{transform: translateY(-100%);}
}