.banner {
  display: block;
  width: 100%;
  height: 502px;
  background: url("../img/taste_banner.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

.container-md {
  padding: 0;
}

.empty_box2 {
  width: 100%;
  height: 76px;
  background-color: #000;
}

.banner img {
  max-width: 100%;
  display: block;
}

.content {
  padding-top: 106px;
}

.content h6 {
  font-size: 32px;
  line-height: 45px;
  color: #222;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

.content .policy {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  margin: 20px auto 0;
  width: 640px;
  font-weight: 400;
  text-align: center;
}

.content .policy_wrap {
  padding: 108px 0 77px;
}

.content .policy_item {
  margin: 0 auto 52px;
  font-size: 0;
}

.content .policy_item.left {
  text-align: right;
}

.content .policy_item.right {
  text-align: left;
}

.content .policy_item .left_box {
  display: inline-block;
  vertical-align: middle;
}

.content .policy_item.left .left_box {
  margin-right: 104px;
  text-align: left;
}

.content .policy_item.right .left_box {
  margin-left: 104px;
  text-align: left;
}

.content .policy_item .left_box h5 {
  font-size: 24px;
  color: #222;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: 400;
}

.content .policy_item .left_box p {
  width: 304px;
  font-size: 16px;
  color: #999;
  line-height: 22px;
  font-weight: 400;
}

.content .policy_item .right_box {
  display: inline-block;
  vertical-align: middle;
  width: 642px;
}

.content .policy_item .right_box img {
  max-width: 100%;
  display: block;
}

.content .search_box {
  padding: 0;
  margin: 0 auto;
}

.content .search_box h5 {
  float: left;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 37.8px;
  margin-bottom: 0;
}

.content .search_box .input-group {
  width: 250px;
  float: right;
  vertical-align: middle;
}

input::-webkit-input-placeholder {
  color: #b6b6b6;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b6b6b6;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b6b6b6;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b6b6b6;
}

.content .search_box .input-group .form-control {
  font-size: 12px;
  line-height: 17px;
  padding: 10px 18px 9px 27px;
  height: auto;
  position: relative;
  z-index: 1;
  border-color: #cdcdcd;
}

.content .search_box .input-group .search_icon {
  width: 14px;
  height: 14px;
  background: url("../img/taste_search.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: 8px;
  top: 12px;
  z-index: 2;
}

.content .search_box .input-group .btn {
  font-size: 14px;
  color: #fff;
  background: #f75500;
  border-color: #f75500;
}

.content .search_box .input-group .btn:focus {
  box-shadow: none;
}

.content .list_box {
  padding: 0;
  overflow-x: hidden;
}

.content .listbox .empty_box {
  text-align: center;
  padding-top: 65px;
}

.content .listbox .empty_box .empty_page {
  width: 157px;
  margin: 0 auto;
  display: block;
}

.content .listbox .empty_box .empty_tips {
  font-size: 18px;
  line-height: 18px;
  color: #9c9c9c;
  margin-bottom: 35px;
}

.content .list_wrap {
  padding-top: 24px;
  margin-right: -60px;
}

.content .list_wrap .list_item {
  float: left;
  width: 240px;
  margin-right: 60px;
  margin-bottom: 36px;
  cursor: pointer;
}

.content .list_wrap .list_item .taste_page {
  width: 100%;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
}

.content .list_wrap .list_item .taste_page img {
  max-width: 100%;
  display: block;
}

.content .list_wrap .list_item .taste_name {
  font-size: 14px;
  color: #222;
  line-height: 20px;
  margin-top: 4px;
}

.content .list_wrap .list_item .address {
  font-size: 12px;
  color: #222;
  line-height: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.content .list_wrap .list_item .icon-address {
  font-size: 12px;
  color: #222;
  margin-right: 4px;
  line-height: 17px;
}

.content .apply_btn {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  background: #f75500;
  border-color: #f75500;
  padding: 10px 61px;
  margin: 24px auto;
  border-radius: 2px;
}

.content .apply_btn:focus {
  background: #f75500;
  border-color: #f75500;
  box-shadow: none;
}

.content .apply_btn:not(:disabled):not(.disabled).active {
  background: #f75500;
  border-color: #f75500;
  box-shadow: none;
}

.content .btn-primary:not(:disabled):not(.disabled):active {
  background: #f75500;
  border-color: #f75500;
  box-shadow: none;
}

.content .btn_groups {
  font-size: 0;
  text-align: center;
  padding: 89px 0 101px;
  overflow-x: hidden;
}

.content .btn_wrap {
  margin-right: -147px;
}

.content .btn_groups .btn_item {
  cursor: pointer;
  width: 960px;
  display: inline-block;
  border-radius: 3px;
  background: #fff;
  margin-right: 147px;
  box-shadow: 0px 0px 25px 0px rgba(212, 214, 217, 0.56);
}

.content .btn_groups .btn_pro {
  width: 960px;
  height: 292px;
  background: url("../img/store.png") center no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner {
    height: 407px;
  }

  .content {
    padding-top: 81px;
  }

  .content h6 {
    font-size: 30px;
    line-height: 42px;
  }

  .content .list_wrap {
    padding-top: 25px;
    margin-right: -40px;
  }

  .content .policy_item.left .left_box {
    margin-right: 70px;
  }

  .content .policy_item.right .left_box {
    margin-left: 70px;
  }

  .content .policy_item .right_box {
    width: 582px;
  }

  .content .search_box h5 {
    font-size: 16px;
  }

  .content .policy_wrap {
    padding: 98px 0 59px;
  }

  .content .list_wrap .list_item {
    float: left;
    width: 210px;
    margin-right: 40px;
    margin-bottom: 26px;
  }

  .content .listbox .empty_box .empty_page {
    width: 188px;
  }

  .content .list_wrap .list_item .taste_page {
    height: 118px;
  }

  .content .listbox .empty_box .empty_tips {
    font-size: 16px;
    line-height: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .empty_box2 {
    height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .empty_box2 {
    height: 40px;
  }

  .content {
    padding-top: 70px;
  }

  .content .policy_item.left .left_box {
    margin-right: 37px;
  }

  .content .policy_item.right .left_box {
    margin-left: 37px;
  }

  .content .policy_item .right_box {
    width: 465px;
  }

  .content .policy_wrap {
    padding: 80px 0 39px;
  }

  .content .policy_item .left_box h5 {
    font-size: 20px;
    line-height: 28px;
  }

  .content .policy_item .left_box p {
    width: 213px;
    font-size: 14px;
    line-height: 20px;
  }

  .banner {
    height: 313px;
  }

  .content .list_wrap {
    padding-top: 20px;
    margin-right: -74px;
  }

  .content .list_wrap .list_item .taste_page {
    height: 108px;
  }

  .content .search_box h5 {
    font-size: 16px;
  }

  .content .list_wrap .list_item {
    float: left;
    width: 190px;
    margin-right: 74px;
    margin-bottom: 24px;
  }

  .content .listbox .empty_box .empty_page {
    width: 167px;
  }

  .content .listbox .empty_box .empty_tips {
    font-size: 16px;
    line-height: 16px;
  }

  .content .policy {
    font-size: 14px;
    line-height: 20px;
    margin: 5px auto 49px;
    width: 560px;
  }

  .content h6 {
    font-size: 28px;
    line-height: 40px;
  }

  .content .btn_groups {
    padding: 50px 0 92px;
  }

  .content .btn_wrap {
    margin-right: -91px;
  }

  .content .btn_groups .btn_item {
    width: 715px;
    background: #fff;
    margin-right: 91px;
  }

  .content .btn_groups .btn_pro {
    width: 715px;
    height: 217px;
  }

  .content .apply_btn {
    padding: 8px 45px;
    font-size: 12px;
    line-height: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    height: 188px;
  }

  .content {
    padding-top: 30px;
  }

  .empty_box2 {
    height: 40px;
  }

  .content .listbox .empty_box {
    padding-top: 13px;
  }

  .content .search_box .input-group .search_icon {
    top: 14px;
  }

  .banner .banner_text {
    width: 423px;
    height: 183px;
    left: 107px;
    bottom: 228px;
  }

  .content .list_wrap .list_item .taste_page {
    height: 81px;
  }

  .banner .banner_btn {
    width: 173px;
    height: 42px;
    left: 107px;
    bottom: 143px;
  }

  .content .search_box h5 {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 16px;
  }

  .content .search_box .input-group {
    width: 100%;
    float: none;
    border-bottom: 0.5px solid #d9d9d9;
  }

  .content .search_box .input-group .form-control {
    border-color: transparent;
    font-size: 12px;
    line-height: 17px;
  }

  .content .search_box .input-group .btn {
    width: 33px;
    height: 20px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: #f75500;
    border-color: #f75500;
    transform: translateY(10px);
  }

  .content .listbox .empty_box .empty_page {
    width: 151px;
  }

  .content .listbox .empty_box .empty_tips {
    font-size: 14px;
    line-height: 14px;
  }

  .content .search_box .input-group .search_icon {
    width: 12px;
    height: 12px;
  }

  .content {
    padding-top: 20px;
  }

  .content .search_box {
    padding: 0 18px;
  }

  .content .list_wrap {
    margin-right: 0;
  }

  .content .list_wrap .list_item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0 18px 16px;
  }

  .content .list_wrap .list_item .taste_name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .content .list_wrap .list_item .address {
    font-size: 12px;
    line-height: 17px;
  }

  .content .list_wrap {
    padding-bottom: 10px;
  }

  .border_bottom {
    width: 100%;
    height: 5px;
    background: #f7fafc;
  }

  .content .ht-page {
    padding: 0;
  }

  .content .listbox .empty_box {
    margin-top: 20px;
  }

  .content .policy {
    font-size: 12px;
    line-height: 17px;
    margin: 5px auto 0;
    width: auto;
    padding: 0 36px;
  }

  .content h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .content .policy_wrap {
    padding: 70px 20px 24px;
  }

  .content .policy_item {
    width: 100%;
    margin: 0 auto 61px;
  }

  .content .policy_item .left_box {
    display: block;
    text-align: center;
    margin: auto;
  }

  .content .policy_item.left .left_box {
    margin-right: auto;
  }

  .content .policy_item.right .left_box {
    margin-left: auto;
  }

  .content .policy_item .left_box h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
    text-align: center;
  }

  .content .policy_item .left_box p {
    width: 303px;
    font-size: 12px;
    line-height: 17px;
    margin: 0 auto 10px;
    text-align: center;
  }

  .content .policy_item .right_box {
    width: 100%;
  }

  .content .btn_groups {
    padding: 40px 19px 10px 20px;
  }

  .content .btn_wrap {
    margin-right: 0;
  }

  .content .btn_groups .btn_item {
    width: 100%;
    background: #fff;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .content .btn_groups .btn_pro {
    width: 100%;
    height: 217px;
  }

  .content .apply_btn {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 45px 8px;
    margin: 18px auto;
  }
}

@media only screen and (min-width: 650px) and (max-width: 768px) {
  .content .list_wrap .list_item .taste_page {
    height: 165px;
  }
}

@media only screen and (min-width: 550px) and (max-width: 650px) {
  .content .list_wrap .list_item .taste_page {
    height: 140px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 550px) {
  .content .list_wrap .list_item .taste_page {
    height: 120px;
  }

  .banner {
    height: 168px;
  }
}
