.fuwuliucheng {
  padding: 80px 0;
  text-align: center;
}

.fuwuliucheng-biaoti {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 48px;
  color: var(--hei);
}

.fuwuliucheng-biaoti::before,
.fuwuliucheng-biaoti::after {
  content: "\2014";
  margin: 0 15px;
  color: #999;
}

.fuwuliucheng-nei {
  display: flex;
  width: 960px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
}

.liucheng-zuo {
  flex: 1;
  padding-right: 60px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.liucheng-hengfu {
  background-color: #8c735a;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-family: "Microsoft YaHei", sans-serif;
}

.liucheng-dabiaoti {
  display: flex;
  justify-content: space-between;
  font-size: 52px;
  font-weight: 700;
  color: #4a3b32;
  margin: 0 0 12px;
  font-family: "Microsoft YaHei", sans-serif;
}

.liucheng-fubiaoti {
  text-align: center;
  color: #8c735a;
  font-size: 16px;
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-family: "Microsoft YaHei", sans-serif;
}

.liucheng-liebiao {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.liucheng-hang {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #8c735a;
  font-family: "Microsoft YaHei", sans-serif;
}

.liucheng-biaoqian {
  border: 1px solid #8c735a;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 14px;
  color: #8c735a;
  margin-right: 15px;
  white-space: nowrap;
  min-width: 85px;
  text-align: center;
  font-family: "Microsoft YaHei", sans-serif;
}

.liucheng-jiantou {
  color: #8c735a;
  font-size: 14px;
  margin-right: 12px;
  font-weight: 700;
}

.liucheng-wenzi {
  color: #8c735a;
  font-weight: 500;
}

.liucheng-fengexian {
  width: 1px;
  background-color: #eaeaea;
  margin: 0 40px;
  align-self: stretch;
}

.liucheng-you {
  width: 320px;
  padding: 60px 0 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.biaodan-zu {
  position: relative;
  width: 100%;
}

.biaodan-xuanze,
.biaodan-shuru {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  color: #333;
  outline: none;
  background-color: #fff;
  font-family: inherit;
}

.biaodan-xuanze:focus,
.biaodan-shuru:focus {
  border-color: #8c735a;
}

.biaodan-shuru::placeholder {
  color: #bbb;
}

.biaodan-xuanze {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  cursor: pointer;
  color: #666;
}

.biaodan-dingwei {
  position: relative;
}

.dingwei-an {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #888;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: inherit;
}

.tijiao-an {
  background-color: #8c735a;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

.tijiao-an:hover {
  background-color: #755f4a;
}

.xianxiamendian {
  padding: 80px 0;
  text-align: center;
}

.xianxiamendian-biaoti {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 48px;
  color: var(--hei);
}

.xianxiamendian-biaoti::before,
.xianxiamendian-biaoti::after {
  content: "\2014";
  margin: 0 15px;
  color: #999;
}

.xianxiamendian-nei {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  height: 600px;
}

.mendian-ditu {
  width: 100%;
  height: 100%;
}

.mendian-celan {
  position: absolute;
  right: 20px;
  top: 30px;
  bottom: 30px;
  width: 340px;
  background: #fff;
  box-shadow: -2px 0 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 10;
  font-family: "Microsoft YaHei", sans-serif;
  border-radius: 8px;
}

.mendian-sousuo {
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.mendian-shuru {
  width: 100%;
  padding: 10px 36px 10px 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  outline: none;
  font-family: inherit;
}

.mendian-shuru:focus {
  border-color: #8c735a;
}

.mendian-sousuo-tubiao {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
}

.mendian-liebiao {
  flex: 1;
  overflow-y: auto;
}

.mendian-ka {
  padding: 24px 20px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mendian-ka:hover {
  background-color: #fafafa;
}

.mendian-ka.huoyue {
  background-color: #fcfbfa;
  border-left: 3px solid #8c735a;
}

.mendian-ming {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.mendian-biaoqian-zu {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.mendian-biaoqian {
  font-size: 12px;
  padding: 3px 14px;
  border-radius: 20px;
  border: 1px solid #8c735a;
  color: #8c735a;
  font-family: "Microsoft YaHei", sans-serif;
}

.mendian-xinxi {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.mendian-tubiao {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  margin-top: 3px;
  flex-shrink: 0;
}

.mendian-xinxi-wenzi {
  flex: 1;
}

.mendian-an {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}

.mendian-an-biankuang {
  flex: 1;
  padding: 6px 0;
  text-align: center;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #8c735a;
  color: #8c735a;
  background: #fff;
  font-family: inherit;
}

.mendian-an-shixin {
  flex: 1;
  padding: 6px 0;
  text-align: center;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #8c735a;
  background: #8c735a;
  color: #fff;
  font-family: inherit;
}

.mendian-an-shixin svg {
  vertical-align: middle;
  margin-right: 4px;
}

.mendian-an-biankuang:hover,
.mendian-an-shixin:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .fuwuliucheng-nei {
    flex-direction: column;
  }

  .liucheng-zuo {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .liucheng-fengexian {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .liucheng-you {
    width: 100%;
  }

  .liucheng-dabiaoti {
    font-size: 36px;
  }

  .fuwuliucheng {
    padding: 50px 0;
  }

  .fuwuliucheng-biaoti,
  .xianxiamendian-biaoti {
    font-size: 26px;
    margin-bottom: 32px;
  }

  .xianxiamendian {
    padding: 50px 0;
  }

  .xianxiamendian-nei {
    height: auto;
  }

  .mendian-ditu {
    height: 350px;
  }

  .mendian-celan {
    position: static;
    width: 100%;
    max-height: 400px;
  }
}
