@charset "utf-8";
/* CSS Document */
a.link{
	border: 1px solid #dfe3ed;
    border-radius: 4px;
	
	color: #3c4858;
    display: block;
    overflow: hidden;
    -webkit-text-decoration: none;
    text-decoration: none;
	}
.container{
	min-height: 98px;
    padding: 20px;
	
    background-color: #FFFFFF;
    box-sizing: content-box;
    position: relative;}
.picture-group{
	display: flex;}
.item-picture img{
	max-height:96px;}
.item-picture {
	width: 130px;
	
	height: 98px;
    margin-right: 16px;
	
	background-color: #f7f8fb;
    border-color: #dfe3ed;
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	
	border: 1px solid #e4e4e4;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 2px;
    background-color: #fbfbfb;}
.item-picture figure{
	float: left;
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
	margin:0;}
.item-key-data{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	
	-webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 32px;}
.price h6{
	color: #f9423a;
	
	font-size: 18px;
    line-height: 25px;
    font-weight: 600;
	margin:0px}

