    #list #sbox,
    #content #sbox,
    #hotkey #sbox {
      float: left
    }

    #sbox {
      margin: 0 auto;
      width: 900px;
      height: 60px;
    }

    #home #sbox {
      margin: 30px auto 15px;
      width: 650px;
      overflow: hidden
    }

    #sbox input {
      padding: 2px 5px;
      height: 44px;
      line-height: 30px;
      font-size: 17px;
      vertical-align: middle;
      float: left
    }

    #sbox input#sbutton {
      background: #19caad;
      border: none;
      color: #fff;
      width: 15%;
      cursor: pointer
    }

    #sbox input#sbutton.hover {
      background: #f45f6c;
      border-bottom: 1px solid #2868c8;
      box-shadow: 1px 1px 1px #ccc
    }

    #sbox input.stbox {
      border: 1px solid #ccc;
      border-right: 0;
      display: inline-block;
      width: 83%;
      z-index: 1
    }

    #sbox input.stbox:hover {
      border-color: #bdbdbd
    }

    @media screen and (max-width:640px) {

      #home #sbox {
        margin-left: 30px;
        margin: 20px auto;
        width: 90%
      }

      #sbox {
        margin-left: 30px;
        margin: 5px auto;
        width: 100%
      }

      #list #sbox,
      #content #sbox,
      #hotkey #sbox {
        float: none
      }

      #sbox input.stbox {
        width: 65%
      }

      #sbox input#sbutton {
        width: 30%
      }
