.v2picbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*align-content: align-content-start;*/
}
.v2pic{
    margin: 1em;

}

.v2img{
    width:250rpx;
    height:600rpx;
/*    width:250rpx;
    height:600rpx;*/
    border-radius: 1em;
    border: solid #FFFF 1px;
}


/*鼠标悬停效果*/
.v2img:hover{
    border-radius: 1em;
    border: solid #f18800 1px;
}