.header-img img{width: 100%;}
.header-img{position: relative;}
.header-img .header-title{
    position: absolute;
    bottom: 0;
    left: 0.2rem;
    background: RGBA(221, 31, 47, 0.9);
    min-width: 2.02rem;
    height: 0.91rem;
    color: #FFFFFF;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 0.32rem;
    font-weight: bold;
    padding: 0.17rem;
    box-sizing: border-box;
}
.header-img .header-title .en{
    font-size: 0.22rem;
    color: rgba(255,255,255,0.4);
}