
.honour-content-box>img{
    width: 33%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    object-fit: contain;
}
.fengcai-top{
    position: relative;
}
.fengcai-bottom>div{
    position: relative;
}
.title-shadow{
    display: none !important;
    background: rgba(0,0,0,0.3);
    position: absolute;
    height: 10%;
    padding-right: 20px;
    padding-left: 20px;
    bottom: 0;
    left: 0;
    color: #ffffff;
    margin-bottom: 1px;
    /* display: flex;
    align-items: center;
    align-content: center;
    justify-content: center; */
}
.fengcai-top:hover .title-shadow, .fengcai-bottom>div:hover .title-shadow{
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* animation: whgrowp;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    font-size: 20px; */
}
@keyframes whgrowp {
    0%{
         height: 10%;
         width: auto;
     }
    30%{
        height: 30%;
        /*width: 50%;*/
    }
    70%{
        height: 70%;
        width: 100%;
    }
    100%{
        height: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    .fengcai-bottom>div:hover .title-shadow{
        font-size: 14px;
    }
}


.model-content{
    position: relative;
    top: -30px;
}
.success-change{
    margin-left: 20px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgb(51 51 51 / 30%);
    padding: 30px 0;
}
.success-change>ul>li{
    cursor: pointer;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0070C0;
}
.success-change>ul>li:last-child{
    border: none;
}
.success-change-text>div{
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.3);
}
.success-change>ul>li:hover{
    background: #0070C0;
    color: #ffffff;
    font-weight: bold;
}
.success-active{
    background: #2472ba;
    color: #ffffff !important;
    font-weight: bold;
}
.success-change-text .success-show{
    display: block;
    padding: 30px;
}
.success-show {
    color: #666666 ;
}
.f-wb{
    font-weight: bold;
}
.fengcai-imgBox div>img{
    width: 250px;
    height: 250px;
}