#banner{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  background-color: #000;  

}

.retina{
  position: absolute;
  width: 300px;
  height: 250px;
  top:0px;
  left:0px;
}

#border {
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0px;
  left: 0px;
  border:1px solid #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999999;
}


.button{
  position: absolute;
  bottom:110px;
  right:35px;
  height: 35px;
  width: auto;
}

#logoCircle{
  position: absolute;
  top:15px;
  left:75px;
}

.linesWrapper {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
}

.lines{
  flex: 1; 
  background-color: yellow;
}

#lines1, #lines7{
  background-color: #fdba39;
}
#lines2, #lines8{
  background-color: #eb8a25;
}

#lines3, #lines9{
  background-color: #ee7128;
}

#lines4, #lines10{
  background-color: #e50417;
}

#lines5, #lines11{
  background-color: #2198dd;
}

#lines6, #lines12{
  background-color: #0c3e8c;
}

.guideInc{
  position: absolute;
  top: 85px;
  left: 122px;
  width: 60px;
  height: auto;
}

.checkWrapper{
  position: absolute;
  width:155px;
  height: 67px;
  top:50px;
  left:50px;
}

.check{
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
}

#bg{
  background-color: #000;

}

.buttonLine{
    position: absolute;
    top: 224px;
    left: 115px;
    width: 70px;
    height: 3px;
    background-color: #f5e33d;
}

#buttonLine1{
  background-color: #f5e33d;
}

#buttonLine2{
  width: 0px;
  background-color: #e50417;
}


.logo{
  position: absolute;
  bottom:15px;
  left:20px;
  width:56px;
  height: auto;
}