.header-img{
    /*width: 19rem;*/
    width: 100%;
    height: 5.07rem;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.header-img img{width: 100%;}
.header-img .header-title{
    width: 2.46rem;
    height: 1.4rem;
    background: RGBA(232, 38, 43, 0.9);
    position: absolute;
    bottom: 0;
    left: 1.6rem;
    padding-left: 0.27rem;
    flex-flow: column;
    font-size: 0.36rem;
    color: #FFFFFF;
    font-weight: bold;
}
.header-img .header-title .en{
    color: rgba(255,255,255,0.3);
}