.flower-cover {
    height: 29rem;
    background: url('../images/flower/cover.png') no-repeat center / cover;
}

.flower-container {

    padding: 0 .6rem 5rem;
}

.flower-bd {
    min-height: 60vh;
    margin-top: -10rem;
    background-color: #efeeed;
    border-radius: 0.8rem 0.8rem 0 0;
}

.flower-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .8rem;
}

.flower-item {
    width: 16.7rem;
    margin-bottom: 1.2rem;
}

.flower-page .flag {
    /* width: 30.7rem ;
    height: 11.2rem; */
    width: 22rem;
    height: 7rem;
    background:  url('../images/home/flag.gif') no-repeat center / cover;
    position: absolute;
}

.flower-item .thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 10rem;
    background-color: #f5f6f7;
    border-radius: .4rem;
}

.flower-item .thumb .img {
    width: 100%;
    height: 100%;
}

.flower-item .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.infopic {
    position: absolute;
    width: 45%;
    padding: .1rem .3rem;
    right: .5rem;
    top:.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    border-radius: 1rem;
}

.infopic .action-item {
   align-items: center;
   font-size: 1.4rem;
   float: left;
}

.infopic .action-item .fa {
    margin-right: .5rem;
    margin-left: .6rem;
    font-size: 1.4rem;
    color: #ffffff;
 }


.infovr {
    position: absolute;
    right: 0rem;
    top:0rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
}

.infovr .action-item {
   align-items: center;
   font-size: 1.4rem;
   float: left;
}



.flower-item .info .name {
    flex: 1;
    font-size: 1.5rem;
    color: #333;
    font-weight: bold;
    margin-top: 0.5rem;
}

