
  .boxx a{
    text-decoration: none;
    color: #333;
  }
  .listbox{
    height: 250px;
    background: #eee;
    text-align: center;
    margin-bottom: 40px;

  }
  .listbox:hover{
  
    background: #DADADA;

  }
  
  .listbox p{
    padding:20px;

  }
  .item{
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 0 0 100% 0 ;
    padding: 6px;
    color: #fff;
    
  }
  .iconBox{
    width: 100px;
    height: 100px;
    background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);

    
    border-radius: 100%;
    margin: 0 auto;

  }
 
  .iconBox img{
    width: 50%;
  }



 /* .account a{
    display: inline-block;
  }*/

    .account a .ProxyBox{
    background: #000;
  }

.member-info{
    width: 100%;   
    /*background: #F7F7F7;*/
    padding: 25px; 
    margin: 0px auto;
    box-sizing: border-box;
}
.member-info ul{
  list-style: none;
  margin-bottom: 30px;
}
.member-info li {
  display: block;
  border-bottom: 1px #eee solid;
  margin-bottom: 10px; 
}
.Proxy-btn{
  /*display: inline-block;*/
  background: #888;
  max-width: 150px;
  color: #fff;
}



.ProxyBox{
  text-align: center;
  background: #eee;
  padding: 50px 10px;
  border-radius: 10px;  
}
.ProxyBox a{
  color: #555;
  text-decoration: none;
}
.ProxyBox a:hover{
  color: #e5b14e;
  text-decoration: none;
}
.ProxyBox h3{
  line-height: 2;
}

  .flex{
    display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .flex-icon{
    display: -webkit-flex;
    display:flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  @media (max-width: 991px){
  .flex{    
    display:block;
  }
  .ProxyBox{
    margin: 50px;
  }
}