.honor_container{
 gap: 40px;
}
.honor_main{
border: 1px solid rgba(153,153,153,0.5);
padding: 11px 50px 20px 50px;
margin-top: 30px;
position: relative;
}
.honor_img{
    width: 217px;
    height: 299px;
    transition: all .3s;
}
.honor_view{
    overflow: hidden;
}
.honor_img:hover{
    transform: scale(1.1);
}
.honor_title{
font-weight: 400;
font-size: 18px;
color: #333333;
margin-top: 30px;
text-align: center;
max-width: 217px;
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.framework{
    padding: 30px 0 60px 0;
}
.framework img{
    max-width: 100%;
    /* height: 1251px; */
}
.honor_mask{
    position: absolute;
    top: 10px;
    right: 10px;

}
.window_layer{
    width: 50px;
    height: 50px;
    background: rgba(51,51,51,.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}
.window_icon{
    width: 30px;
    height: 30px;
}
.reserve_media{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}