#side_wrapper a{
    width: 280px;
    margin: 0 auto;
    background: #ff9933;
    z-index:99999;
    text-align: center;
    border-radius:10px;
    text-align: center;
    line-height: 150%;
    padding:20px 0;
    display: none;
    color:#ffffff;
}
.flow_content{
  position: fixed;
  z-index: 99999;
  top: 60px;
  right:20px;
  display: none;
}
#side_wrapper a ul{
  list-style:none;
  margin:0;
  padding:0;
}
#side_wrapper a ul li{
  margin:0 0 10px;
  padding:0;
  font-size:21px;
}
#side_wrapper a ul li:first-child{
  margin:0 0 20px;
}
@media screen and (max-width:768px){
  #side_wrapper{display: none;}
  #side_wrapper a{display: none;}
  .flow_content{display: none;}
}
