.top{
  /*background: #009dff;*/
   background:linear-gradient(to right,#f5697c 0,#f5697c 100%);
   position:fixed;
   z-index:1031;
   top:0;
   left:0;
   height:4px;
   transition:all 1s;
   width:0;
   overflow: hidden;
 }
.colors{
    width: 100%;
    height: 4px;
}
