  .blankFooter
    {
    	margin: 100px auto ;
    }
    #searchBar
    {
    	margin-bottom: 30px;
    }
     #fontTopFloatCricleRoundButton {
      text-align: center;
      line-height: 50px;
      right: 15px;
      bottom: 60px;
      position: fixed;
      width: 50px;
      height: 50px;
      background-color: rgb(36,221,113);
      z-index: 9999;
      border-radius: 100%;
      overflow: hidden;
  }

  #jiaoSeSelectOptionView {
  	  /*color: white;*/
      display: none;
      border-radius: 8px;
      width: 60px;
      height: 220px;
      background-color: lightgray;
      text-align: center;
      line-height: 50px;
      right: 10px;
      bottom: 120px;
      position: fixed;
      z-index: 9999;
  }

  .fbdRoundButton {
      margin: 10px auto;
      text-align: center;
      line-height: 50px;
      width: 50px;
      height: 50px;
      background-color: rgb(36,221,113);
      border-radius: 100%;
      overflow: hidden;
  }