body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:320px;
  height:100px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:320px;
  height:100px;
  display:box;
  border:1px solid #F84737;
  background-color: #F84737;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#img-1{
  left:115px;
}

 #img-2, #img-3, #img-4, #img-5, #img-6, #img-7, #img-8, #img-9, #img-10{
  left:125px;
}

#logo{
  left: 28px;
  top: 20px;
}

#sign{
  left: 95px;
  top: 20px;
}


#phone{
  left: 170px;
  top: 0px;
}

#left{

}

#rect{
  background-color: #F84737;
  width: 220px;
  height: 100px;
  left: 0px;
  top: 0px;
  position:absolute;
  opacity: 100;
}

#rect-2{
  background-color: #424242;
  width: 320px;
  height: 100px;
  left: 0px;
  top: 0px;
  position:absolute;
  opacity: 0;
}

#gray{
  left: 220px;
  top: 0px;
  opacity: 100;
}

#text-1{
  left: 214px;
  top:28px;
}

#text-2{
  left: 180px;
  top:22px;
}

#text-3{
  left: 175px;
  top:25px;
}

#text-4{
  left: 182px;
  top:40px;
}

#text-5{
  left: 190px;
  top:40px;
}


