@charset "UTF-8";
.block-link a{
  display: block;
}

.banner{
  width: 290px;
  height: 35px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border: 2px rgb(64, 40, 185) solid;
   border-radius: 10px;
   text-align: center;
   padding: 8px;
  position: relative;
}
.banner-icon{
  position: absolute;
  left: 14px;
  top: 11px;
  float: left;
}
.banner-letter{
  position: absolute;
  font-size: 19px;
  left: 50px;
  top: 11px;
  float: left;
  color: #333;
}

.banner-icon2{
  position: absolute;
  right: 15px;
  top: 14px;
  float: left;
  color: #0D0051;

}
.banner a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;

}

.banner2{
  width: 290px;
  height: 35px;
  margin-bottom: 10px;
  background-color: rgb(255, 255, 255);
  border: 2px rgb(60, 208, 235) solid;
   border-radius: 10px;
   text-align: center;
   padding: 8px;
   position: relative;

}
.banner2-icon{
  position: absolute;
  left: 10px;
  top: 2px;
  float: left;
}
.banner2-letter{
  position: absolute;
  font-size: 19px;
  left: 50px;
  top: 11px;
  float: left;
  color: #333;

}
.banner2-icon2{
  position: absolute;
  right: 15px;
  top: 14px;
  float: left;
  color: #0D0051;
}
.banner2 a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;

}
.banner3{
  width: 290px;
  height: 35px;
  background-color: rgb(255, 255, 255);
  border: 2px rgb(237, 133, 58) solid;
   border-radius: 10px;
   text-align: center;
   padding: 8px;
   position: relative;

}
.banner3-icon{
  position: absolute;
  left: 12px;
  top: 13px;
  float: left;
}
.banner3-letter{
  position: absolute;
  font-size: 19px;
  left: 50px;
  top: 11px;
  float: left;
  color: #333;

}
.banner3-icon2{
  position: absolute;
  right: 15px;
  top: 14px;
  float: left;
  color: #0D0051;

}
.banner3 a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;

}

@media (max-width:480px){
  .banner{
    width: 100%;
    height: 55px;
  }
  .banner2{
    width: 100%;
    height: 55px;
  }
  .banner3{
    width: 100%;
    height: 55px;
  }
}
@media (max-width:350px){
  .banner{
  font-size: 15px;
  }
  .banner2{
  font-size: 15px;
  }
  .banner3{
  font-size: 15px;
  }
}
