

body {
  min-height: 100vh;
 /* min-height: -webkit-fill-available;*/
  font-family: 'Montserrat', sans-serif;
  background:#eef2f8;
}
.container{
    max-width: 1140px;
}
.nav li{
    margin-right:50px;
}
.nav a{
    text-decoration: none;
    color:#666;
    font-weight: 500;
}

.img{
    width:100%;
    height: 300px;
    
}
.img>div{
         width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #eee;
    border-radius:7px 7px 0 0;
}

.item-value span{
    font-weight: 600;
    font-size: 16px;
}
.item-value p{
    font-size:13px;
    color:#999
}

.item-name{
    height: 50px;
    overflow: hidden;
}
.item-name a{
    font-size:14px;
    font-weight:500;
    color:#bb2d3b;
}
.fs-14{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-24{
    font-size:20px;
}
