
html,body{
  background-color:#f2f2f2;
}
.con{
  width: 375px;
  margin:0 auto;
  background-color:#fff;
}
.row0{
  width: 375px;
  height: 140px;
  position: relative;
}
.row0>div{
  width: 325px;
  position: absolute;
  left: 25px;
  top: 20px;
}

.row2{
  width: 375px;
  height: 130px;
  position: relative;
}
.row2 > div{
  width: 355px;
  position: absolute;
  left: 10px;
  font-size: 16px;
  top: 0px;
}
.row2 > div span{
  color:red;
}
.row3{
  width: 375px;
  height: 266px;
  position: relative;
}
.row3 img{
  width: 355px;
  height: 266px;
  margin-left:10px;
}
.row4{
  width: 355px;
  margin-left:10px;
  font-size: 12px;
  top: 0px;
}
.row5{
  width: 355px;
  margin-left:10px;
  margin-top:20px;
  font-size: 16px;
  top: 0px;
  padding-bottom: 10px;
  
}
