.vmd {
	display: block;
	position: relative;
	width: 100%;
}
.vmd img {
	display: block;
	width: 100%;
}
.vmd_txt {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    line-height: 26px;
    color: #fff;
    background: #142c46;
}
.vmd_price {
	display: block;
	margin: .5rem;
	padding: .4rem .22rem;
	overflow: auto;
	background-color: #d02c2b;
}
.vmd_oh {
	/*position: relative;*/
	overflow: auto;
}
.vmd_price_box {
	width: 22.2rem;
	color: #fff;
}
.vmd_price_box ul{
	float: left;
}
.vmd_tit {
	width: 2.4rem;	
	background: #d02c2b;
}
.bg_blue .vmd_tit {
	background: #2d92c0;
}
.vmd_tit li{
	display: block;
	width: 2.2rem;
	line-height: .8rem;
}
.vmd_tit li b{
	display: block;
    background-color: #fff;
    color: #d02c2b;
    margin-bottom: .3rem;
    font-size: .34rem;
    font-weight: 600;
}
.vmd_tit li b:last-child{
    margin-bottom: 0;
}
.vmd_desc li > div {
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    float: left;
    width: 3rem;
    font-size: .28rem;
    height: .8rem;
    margin-bottom: .3rem;
    border: 0.02rem solid #fff;
    margin-right: .3rem;
}
}
.vmd_desc li:last-child > div {
	margin-bottom: 0;
}
.vmd_desc li > div span {
	font-size: .2rem;
}
.bg_blue {
	background-color: #2d92c0;
}
.bg_blue .vmd_tit li  b {
	color: #2d92c0;
}
.vmd_tit_add {
	position: absolute;
}
.vmd_desc_add {
	margin-left: 2.4rem;	
}