.page-main {
  background-color: #F7F7F7;
  padding-top: 20px;
  padding-bottom: 50px;
}

.breadcrumb {
  display: flex;
  font-size: 14px;
}

.breadcrumb li a {
  color: #11CA95;
}

.bread-nav {
  padding: 20px 0;
  font-size: 14px;
}

.bread-nav span {
  color: #11CA95;
}

.category-box {
  line-height: 46px;
  background-color: #fff;
  padding: 0 25px;
  margin-top: 20px;
  border-radius: 10px;
}

.category-box .bd {
  height: 47px;
  border-bottom: 1px dashed #DDEDE8;
}

.category-box p {
  float: left;
  width: 56px;
  margin-right: 20px;
  font-size: 14px;
}

.category-box a {
  font-size: 14px;
  padding: 7px 13px;
}

.category-box a.active {
  background-color: #DCFFF5;
  border-radius: 6px;
}

.content-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.list {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.list .list-hd {
  height: 42px;
  line-height: 41px;
  font-size: 14px;
  padding-left: 22px;
}

.list .list-hd ul {
  display: flex;
}

.list .list-hd ul li {
  margin-right: 30px;
}

.list .list-hd ul li a.active {
  position: relative;
  font-weight: 700;
}

.list .list-hd ul li a.active::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #11CA95;
}

.list .list-bd .list-item {
  padding: 0 20px;
}

.list .list-bd .list-item:hover {
  background-color: #EBF6F2;
}

.list .list-bd .list-item a {
  display: flex;
  border-top: 1px dashed #DDEDE8;
  padding: 20px 0;
}

.list .list-bd .list-item a .img {
  overflow: hidden;
  width: 184px;
  height: 104px;
  border-radius: 5px;
  margin-right: 20px;
}

.list .list-bd .list-item a .img img {
  width: 100%;
  height: 100%;
}

.list .list-bd .list-item a .text {
  /* width: 597px; */
  flex: 1;
  font-size: 14px;
  color: #80878C;
}

.list .list-bd .list-item a .text .tit {
  font-size: 16px;
  color: #19232B;
}

.list .list-bd .list-item a .text .tit .price {
  font-size: 14px;
  color: #80878C;
  margin-left: 12px;
}

.list .list-bd .list-item a .text .tit .collect {
  float: right;
  font-size: 14px;
  color: #FF361C;
  margin-left: 12px;
}

.list .list-bd .list-item a .text .intro {
  line-height: 20px;
  margin-top: 13px;
  margin-bottom: 9px;
}

.recommend {
  width: 320px;
  height: 663px;
  background-color: #fff;
  border-radius: 10px;
}

.recommend h3 {
  height: 65px;
  line-height: 65px;
  padding-left: 16px;
}

.recommend li {
  height: 98px;
  padding: 10px 16px;
}

.recommend li:hover {
  background-color: #EBF6F2;
}

.recommend li .img {
  float: left;
  width: 138px;
  height: 78px;
  border-radius: 5px;
  margin-right: 6px;
}

.recommend li p {
  line-height: 22px;
}

.recommend li .price {
  font-size: 14px;
  color: #80878C;
  line-height: 22px;
  margin-top: 9px;
}

.recommend li .price.red {
  color: #FF4C4C;
  font-size: 13px;
}

.recommend li .price.red i {
  font-size: 16px;
}

.pagination {
  display: flex;
  justify-content: end;
  height: 31px;
  line-height: 31px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.pagination .page {
  display: flex;
  margin-left: 25px;
}

.pagination .page li {
  width: 31px;
  height: 31px;
  text-align: center;
  border: 1px solid #D9D9D9;
  margin-right: 9px;
}

.pagination .page li a {
  display: block;
  width: 100%;
  height: 100%;
}

.pagination .page li a.active {
  background-color: #11CA95;
  color: #fff;
}

.pagination select {
  width: 100px;
  padding-left: 15px;
  margin-right: 16px;
  margin-left: 8px;
}

.pagination input {
  width: 47px;
  text-align: center;
  margin: 0 8px;
}

.country-hd {
  display: flex;
  flex-wrap: wrap;
  height: 42px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
}

.country-hd li {
  line-height: 42px;
  padding: 0 25px;
  font-size: 14px;
}

.country-hd li a.active {
  position: relative;
  font-weight: 700;
}

.country-hd li a.active::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #11CA95;
}

.country-bd ul {
  display: flex;
  flex-wrap: wrap;
}

.country-bd li {
  width: 285px;
  height: 248px;
  background-color: #fff;
  margin-top: 20px;
  margin-right: 20px;
}

.country-bd li img {
  border-radius: 10px;
}

.country-bd li .tit {
  margin-top: 15px;
}

.country-bd li .addr {
  font-size: 14px;
  color: #80878C;
  height: 20px;
  line-height: 20px;
  padding-left: 20px;
  margin-top: 5px;
}

.country-bd li:nth-child(4n) {
  margin-right: 0;
}

.route-box .list .tag {
  padding: 4px 11px;
  margin-right: 10px;
  background-color: #EAFBF6;
  border-radius: 2px;
  font-size: 14px;
  color: #0DAD7F;
}

.route-box .list .price {
  float: right;
  color: #FF4C4C;
  font-weight: 600;
}

.route-box .list .price i {
  font-size: 20px;
}

/* 响应式代码 */
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}