@media screen and (min-width: 768px) and (max-width: 992px) {
  .content .search_box input {
    width: 75%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) and screen and (max-width: 768px) {
  .content .search_box b {
    background: url(../images/ss-x.png) no-repeat #e59838 50%;
  }
  .content .search_box b:hover {
    background: url(../images/ss-x.png) no-repeat #e59838 50%;
  }
  .content .search_box {
    min-width: 375px;
    height: 35px;
    padding: 5px;
  }
  .content .search_box input {
    width: 65%;
    height: 20px;
    font-size: 13px;
    margin-left: 10px;
  }
  .content .search_box b {
    width: 35px;
    height: 35px;
  }
  .content .search_box .all_picture {
    width: 80px;
    height: 30px;
    font-size: 12px;
    margin-right: 30px;
  }
  .content .search_box .all_picture span {
    height: 16px;
  }
  .content .search_box .all_picture ul {
    top: 30px;
  }
  .content .search_box .all_picture ul li {
    width: 79px;
    height: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #bdb9b3;
    line-height: 30px;
  }
  .content .search_box .all_picture ul li a {
    width: 80px;
    height: 30px;
    color: #333;
    font-size: 12px;
  }
}
