.banner {
  display: block;
  width: 100%;
  height: 606px;
  background: url("../img/taste_banner.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

.container-md {
  padding: 0;
}

.empty_box {
  width: 100%;
  height: 76px;
  background-color: #000;
}

.content {
  padding: 84px 0 0;
}

.content.content2 {
  padding: 150px 0 0;
}

.content .word_box {
  width: 100%;
  padding: 42px 85px;
  margin-bottom: 190px;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  font-weight: 600;
  text-align: center;
  position: relative;
}

.content .word_box p {
  margin-bottom: 0;
}

.content .word_box p::before {
  content: "";
  width: 36px;
  height: 30px;
  background: url("../img/comma_top.png") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 22px;
  display: block;
}

.content .word_box p::after {
  content: "";
  width: 36px;
  height: 30px;
  background: url("../img/comma_bottom.png") center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0px;
  right: 22px;
  display: block;
}

.content .word_box img {
  max-width: 100%;
  display: block;
}

.content .pro_box {
  width: 100%;
}

.content .pro_box img {
  max-width: 100%;
  display: block;
}

.content .desc_box {
  margin-top: 100px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 25px 0px rgba(212, 214, 217, 0.5);
}

.content .desc_box .desc_title {
  font-size: 24px;
  line-height: 33px;
  color: #222;
  padding: 23px 0 22px;
  border-bottom: 0.5px solid #ebebeb;
  font-weight: bold;
}

.content .desc_box .tips_box {
  padding: 40px 172px 53px;
}

.content .desc_box:first-child .tips_box .tip_item:first-child {
  margin-bottom: 43px;
}

.content .desc_box .tips_box p {
  font-size: 14px;
  line-height: 20px;
  color: #222;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}

.content .desc_box .desc_title span {
  font-size: 24px;
  line-height: 33px;
  color: #ff4d00;
}

.content .desc_box img {
  max-width: 100%;
  display: block;
}

.content .title {
  font-size: 34px;
  line-height: 48px;
  color: #222;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.content .title span {
  font-size: 24px;
  line-height: 48px;
}

.content .title h5 {
  font-size: 34px;
  line-height: 48px;
  color: #222;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.category_box {
  font-size: 0;
  padding: 63px 0 31px;
  border-radius: 3px;
}

.category_box .category_item {
  display: inline-block;
  width: 316px;
  text-align: center;
  vertical-align: bottom;
}

.category_box .category_item:first-child {
  width: 188px;
  text-align: center;
  border-left: 0.5px solid rgba(237, 237, 237, 0.5);
}

.category_box .category_item:first-child .good_name {
  box-sizing: border-box;
}

.category_box .category_item.hover {
  cursor: pointer;
}

.category_box .category_item.hover:hover .good_name {
  background: #fcf5f3;
  color: #e9550d;
}

.category_box .category_item.hover:hover .good_header_hover {
  display: block;
}

.category_box .category_item:last-child {
  border-right: 0.5px solid rgba(237, 237, 237, 0.5);
}

.category_box .category_item .good_header_hover {
  border-radius: 3px 3px 0px 0px;
  display: none;
  background: linear-gradient(313deg, #f49b19 0%, #f35a16 100%);
  color: #fff;
  height: 101px;
  padding-top: 17px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 84px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.category_box .category_item .good_header {
  height: 84px;
  font-size: 22px;
  line-height: 84px;
  color: #222;
  position: relative;
  background: linear-gradient(180deg, #f7f7f7 0%, #dddddd 100%);
}

.category_box .category_item .good_name {
  font-size: 18px;
  line-height: 70px;
  height: 70px;
  color: #222;
  border-bottom: 0.5px solid rgba(237, 237, 237, 0.5);
}

.category_box .category_item .good_name .iconfont {
  font-size: 20px;
}

.content .title_tips {
  font-size: 22px;
  line-height: 30px;
  color: #222;
  text-align: center;
  font-weight: 500;
}

.content .pro_desc {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  text-align: center;
  font-weight: 400;
}

.content .apply_btn {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  background: #f75500;
  border-color: #f75500;
  padding: 12px 32px;
  margin: 35px auto 130px;
}

.content .apply_btn.bottom {
  margin: 60px auto 20px;
}

.content .tel {
  font-size: 14px;
  color: #222;
  line-height: 20px;
  text-align: center;
  margin-bottom: 63px;
}

.content .tel .bold {
  font-weight: bold;
}

.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 .title_wrap1 {
  width: 100%;
  height: 253px;
  background: url("../img/taste_title.jpg") center no-repeat;
  background-size: cover;
}

.content .title_wrap {
  width: 100%;
}

.content .title_wrap img {
  max-width: 100%;
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner {
    height: 443px;
  }

  .content.content2 {
    padding: 75px 0 0;
  }

  .content .desc_box .tips_box {
    padding: 40px 108px 53px;
  }

  .content .title {
    margin-bottom: 44px;
  }

  .category_box {
    padding: 53px 0 5px;
  }

  .category_box .category_item:first-child {
    width: 160px;
  }

  .category_box .category_item {
    width: 266px;
  }

  .category_box .category_item .good_header_hover {
    height: 95px;
    padding-top: 12px;
    font-size: 18px;
    line-height: 84px;
  }

  .category_box .category_item .good_header {
    font-size: 18px;
  }

  .category_box .category_item .good_name {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
  }

  .category_box .category_item .good_name .iconfont {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .empty_box {
    height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .empty_box {
    height: 40px;
  }

  .content.content2 {
    padding: 75px 0 0;
  }

  .banner {
    height: 368px;
  }

  .content .desc_box .tips_box {
    padding: 40px 72px 53px;
  }

  .content .title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .content .title span {
    font-size: 18px;
    line-height: 40px;
  }

  .category_box {
    padding: 80px 0 5px;
  }

  .category_box .category_item:first-child {
    width: 120px;
  }

  .category_box .category_item {
    width: 200px;
  }

  .category_box .category_item .good_header_hover {
    height: 62px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 54px;
  }

  .category_box .category_item .good_header {
    font-size: 14px;
    line-height: 54px;
    height: 54px;
  }

  .category_box .category_item .good_name {
    font-size: 12px;
    line-height: 48px;
    height: 48px;
  }

  .category_box .category_item .good_name .iconfont {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    height: 188px;
  }

  .content.content2 {
    padding: 60px 0 0;
  }

  .empty_box {
    height: 40px;
  }

  .desc_wrap {
    padding: 0 20px;
  }

  .content .word_box {
    padding: 15px 30px;
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 27px;
  }

  .content .word_box p::before {
    width: 14px;
    height: 10px;
    left: 20px;
  }

  .content .word_box p::after {
    width: 14px;
    height: 10px;
    right: 20px;
  }

  .content .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
  }

  .category_box {
    padding: 15px 0 7px;
    margin: 0 5px 0 7px;
  }

  .category_box .category_item:first-child {
    width: 16%;
  }

  .category_box .category_item {
    width: 28%;
  }

  .category_box .category_item.hover:hover .good_header_hover {
    display: none;
  }

  .category_box .category_item.hover:hover .good_name {
    color: #222;
    background: #fff;
  }

  .category_box .category_item .good_header {
    font-size: 1.97vw;
    line-height: 2.67vw;
    padding: 1.6vw 4.27vw;
    box-sizing: border-box;
    height: 8.53vw;
  }
  .category_box .category_item .good_header.last {
    padding: 0;
    text-align: center;
    line-height: 8.53vw;
  }

  .category_box .category_item .good_name {
    font-size: 1.97vw;
    line-height: 8.27vw;
    height: 8.27vw;
  }

  .category_box .category_item .good_name .iconfont {
    font-size: 3.2vw;
  }

  .content .pro_box.t300 {
    padding: 0 5px 0 7px;
  }

  .content .title span {
    font-size: 14px;
    line-height: 28px;
  }

  .content .title h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .content .title_tips {
    font-size: 12px;
    line-height: 24px;
    font-weight: bold;
  }

  .content .pro_desc {
    font-size: 12px;
    line-height: 17px;
    padding: 0 46px;
  }

  .content .apply_btn {
    margin: 30px auto 50px;
  }

  .content .desc_box .tips_box {
    padding: 20px 15px 38px;
  }

  .content .desc_box .desc_title {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
  }

  .content .desc_box .desc_title span {
    font-size: 14px;
    line-height: 20px;
  }

  .content .desc_box .tips_box p {
    font-size: 12px;
    line-height: 17px;
  }

  .content .desc_box:first-child .tips_box .tip_item:first-child {
    margin-bottom: 13px;
  }

  .content .desc_box {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 650px) and (max-width: 768px) {
}

@media only screen and (min-width: 550px) and (max-width: 650px) {
}

@media only screen and (min-width: 375px) and (max-width: 550px) {
  .banner {
    height: 168px;
  }
}
