* {
  margin: 0;
  padding: 0;
}
.FS8 {
  font-size: 8px !important;
}
.FS10 {
  font-size: 10px !important;
}
.FS16 {
  font-size: 16px !important;
}
.FS18 {
  font-size: 18px !important;
}
.FS19 {
  font-size: 19px !important;
}
.FS25 {
  font-size: 25px !important;
}
.FS28 {
  font-size: 28px !important;
}
.FS30 {
  font-size: 30px !important;
}
.FS32 {
  font-size: 32px !important;
}
.FS34 {
  font-size: 34px !important;
}
.FS40 {
  font-size: 40px !important;
}
.Color0 {
  color: #ffffff;
}
.Color1 {
  color: #089cd0;
}
.Color2 {
  color: #949798;
}
.Color3 {
  color: #e3e3e3;
}
.Color4 {
  color: #599af1;
}
.C1 {
  color: orange;
}
.C2 {
  color: green;
}
.C3 {
  color: blue;
}
.C4 {
  color: red;
}
.C5 {
  color: purple;
}
.C6 {
  color: white;
}
.C7 {
  color: #ff943e;
}
.C8 {
  color: #333333;
}
.LS2 {
  letter-spacing: 2px;
}
.FW400 {
  font-weight: 400;
}
.CL {
  color: #bdc1c2 !important;
}
.BGC1 {
  background-color: #06aff6;
}
.BGC2 {
  background-color: #f6f6f6!important;
}
.BGC3 {
  background-color: #ffffff!important;
}
.BGC4 {
  background-color: #599af1!important;
}
.BGC5 {
  background-color: #bdc1c2!important;
}
.MT5 {
  margin-top: 5px;
}
.MT8 {
  margin-top: 8px;
}
.MT10 {
  margin-top: 10px;
}
.MT2 {
  margin-top: 2px;
}
.MT15 {
  margin-top: 15px;
}
.ML5 {
  margin-left: 5px!important;
}
.MR5 {
  margin-right: 5px!important;
}
.MR10 {
  margin-right: 10px!important;
}
.ML10 {
  margin-left: 10px;
}
.ML15 {
  margin-left: 15px;
}
.ML20 {
  margin-left: 20px;
}
.ML40 {
  margin-left: 40px;
}
.FL {
  float: left;
}
.FR {
  float: right;
}
.FS12 {
  font-size: 12px!important;
}
.FS14 {
  font-size: 14px!important;
}
.FS15 {
  font-size: 15px!important;
}
.FS20 {
  font-size: 20px!important;
}
.FS24 {
  font-size: 24px!important;
}
.BB1 {
  border-bottom: 1px solid #dcdcdc!important;
}
.kbbox {
  width: 100%;
  height: 10px;
}
.kbbox1 {
  width: 100%;
  height: 30px;
}
.kbbox2 {
  width: 100%;
  height: 20px;
}
.kbbox3 {
  width: 100%;
  height: 5px;
}
.kbbox4 {
  width: 100%;
  height: 50px;
}
.kbbox5 {
  width: 100%;
  height: 7px;
}
.kbbox6 {
  width: 100%;
  height: 60px;
}
.ls1 {
  letter-spacing: 1px;
}
.OFH {
  overflow: hidden!important;
}
.OFA {
  overflow: auto!important;
}
.lsd-msg-container {
  width: auto;
  padding: 5px;
  background-color: #2b2b2b;
  border-radius: 3px;
  color: #fff;
  z-index: 99999;
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hide {
  display: none;
}
.me-top-r-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 20px;
}
.ellipsis1 {
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 超出部分用省略号表示 */
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 设置你想显示的最大行数 */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
/* 在对应的 CSS 文件中添加以下样式 */
.avatar-container {
  text-align: center;
  padding: 20px 0 10px;
}
.avatar-box2 {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.avatar-box3 {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.avatar-box2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.edit-avatar-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.edit-avatar-btn img {
  width: 16px;
  height: 16px;
}
.profile-form {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: 0 20px;
}
.form-item {
  margin-bottom: 20px;
}
.label {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.input-field {
  width: calc(100% - 24px);
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.gender-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.gender-buttons button {
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gender-buttons button.active {
  background-color: #50adfe;
  color: white;
}
.gender-buttons button:not(.active) {
  background-color: #f0f0f0;
  color: #333;
}
.select-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  background-color: white;
}
.select-item span {
  font-size: 14px;
  color: #666;
}
.save-button {
  width: calc(100% - 40px);
  height: 36px;
  line-height: 36px;
  background-color: #50adfe;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  margin-left: 20px;
  text-align: center;
}
.save-button:hover {
  background-color: #e0e0e0;
}
.textarea-field {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  min-height: 80px;
  resize: none;
}
.char-count {
  text-align: right;
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}
.kbbox2 {
  width: 100%;
  height: 20px;
}
/* 省市区选择器样式 */
.city-picker-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
}
.city-picker-content {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  width: 80%;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.city-picker-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.city-picker-header h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.city-picker-header button {
  background: none;
  border: none;
  color: #007AFF;
  font-size: 16px;
  cursor: pointer;
  padding: 5px 10px;
}
.city-picker-header button:first-child {
  color: #999;
}
.province-selector,
.city-selector,
.area-selector {
  margin-bottom: 15px;
}
.province-selector select,
.city-selector select,
.area-selector select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f8f8f8;
  font-size: 16px;
  -moz-appearance: none;
       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='currentColor' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.province-selector select:focus,
.city-selector select:focus,
.area-selector select:focus {
  outline: none;
  border-color: #007AFF;
  background-color: white;
}
.province-selector select:disabled,
.city-selector select:disabled,
.area-selector select:disabled {
  background-color: #f0f0f0;
  color: #999;
  opacity: 0.6;
}
/* 城市选择项样式 */
.select-item {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background-color: #f8f8f8;
  border-radius: 6px;
  border: 1px solid #ddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.select-item span {
  color: #333;
  font-size: 14px;
}
/* 响应式设计 */
@media (max-width: 480px) {
  .city-picker-content {
    width: 90%;
    padding: 15px;
  }
  .city-picker-header h3 {
    font-size: 16px;
  }
  .province-selector select,
  .city-selector select,
  .area-selector select {
    padding: 10px;
    font-size: 14px;
  }
}
.menus {
  width: 100%;
  height: 52px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.menus .item {
  width: 33.33%;
  height: 52px;
  float: left;
}
.menus .item .box {
  width: 100%;
  height: 35px;
  line-height: 40px;
  text-align: center;
}
.menus .item .box3 {
  width: 100%;
  text-align: center;
  color: #0c0c0c;
}
.main {
  width: 100%;
  height: auto;
}
.topbar {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: fixed;
  top: 0;
}
.search {
  margin-left: 3%;
  width: 94%;
  height: 40px;
  border: 1px solid #06aff6;
  border-radius: 25px;
  vertical-align: middle;
}
.search .span1 {
  width: 20px;
  margin-left: 10px;
  color: #bdc1c2;
}
.search .search-input {
  width: 60%;
  height: 34px;
  line-height: 34px;
  text-align: left;
  margin-left: 5px;
  font-size: 14px;
  border: 0;
  margin-top: 3px;
}
.search .span2 {
  width: 80px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  border: 1px solid #06aff6;
  background-color: #06aff6;
  color: white;
  margin-left: 10px;
  display: inline-block;
  float: right;
  text-align: center;
}
.shoptype {
  width: 94%;
  height: 80px;
  line-height: 80px;
  margin: auto;
  margin-top: 10px;
}
.shoptype .shoptype-item {
  width: 20%;
  height: 80px;
  float: left;
  text-align: center;
}
.shoptype .shoptype-item .shoptype-icon {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.shoptype .shoptype-item .shoptype-text {
  width: 100%;
  height: 30px;
  line-height: 20px;
  text-align: center;
}
.shoptype .shoptype-item .shoptype-text2 {
  width: 40px;
  margin: auto;
  height: 22px;
  line-height: 20px;
  color: #599af1;
  border-bottom: 1px solid #599af1;
}
.hot_lottery input:focus {
  border: 0;
  outline: none;
  /* 移除默认的聚焦轮廓 */
}
.search-input:focus {
  border: 0;
  outline: none;
  /* 移除默认的聚焦轮廓 */
}
.shoplist {
  width: 94%;
  margin: auto;
  overflow-y: auto;
}
.shoplist .shoplist-item {
  width: 100%;
  height: 120px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 10px;
}
.shoplist .shoplist-item .shoplist-item-imgbox {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平居中 */
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
}
.shoplist .shoplist-item .shoplist-item-imgbox .shoplist-item-img {
  max-width: 100px;
  max-height: 100px;
}
.shoplist .shoplist-item .shoplist-item-rightbox {
  width: calc(100% - 130px);
  height: 120px;
  float: right;
  padding-right: 10px;
}
.shoplist .shoplist-item .shoplist-item-rightbox .shoplist-item-rightbox1 {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 550;
  letter-spacing: 1px;
}
.shoplist .shoplist-item .shoplist-item-rightbox .shoplist-item-rightbox2 {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #bdc1c2;
}
.shoplist .shoplist-item .shoplist-item-rightbox .shoplist-item-rightbox3 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.shoplist .shoplist-item .shoplist-item-rightbox .shoplist-item-rightbox3 .shoplist-item-rightbox3span {
  width: auto;
  background-color: #fef7e5;
  border-radius: 5px;
  padding: 0 5px;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  float: left;
}
.shoplist .shoplist-item .shoplist-item-rightbox .shoplist-item-rightbox4 {
  width: 100%;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}
.ellipsis {
  white-space: nowrap;
  /* 禁止换行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
/*店铺页面*/
.main-backbox {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 10px;
  left: 5px;
  z-index: 100;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.shopBottom {
  width: 100%;
  height: 52px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  border-top: 1px solid #fff;
}
.shopBottom .shopBottom-box1 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-left: 15px;
  margin-top: 6px;
  border-radius: 20px;
  background-color: #06aff6;
  text-align: center;
}
.shopBottom .shopBottom-box2 {
  width: 100px;
  height: 53px;
  float: left;
  margin-left: 15px;
  line-height: 53px;
}
.shopBottom .shopBottom-box3 {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
  margin-right: 15px;
  background-color: #06aff6;
  margin-top: 6px;
  border-radius: 20px;
}
.main-body {
  width: 100%;
}
.main-body .main-shop-Topbox {
  width: 100%;
  height: 200px;
  position: relative;
}
.main-body .main-shop-Topbox .main-shop-Topbox1 {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.main-body .main-shop-Topbox .main-shop-Topbox1 img {
  width: 100%;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 {
  width: 94%;
  height: 120px;
  position: absolute;
  top: 60px;
  left: 3%;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-l {
  width: 70%;
  float: left;
  height: 100%;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-l .main-shop-Topbox2-lbox1 {
  width: 94%;
  margin-left: 3%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 550;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-l .main-shop-Topbox2-lbox2 {
  width: 94%;
  margin-left: 3%;
  height: 40px;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-l .main-shop-Topbox2-lbox2 .main-shop-Topbox2-lbox2L {
  width: 50px;
  height: 40px;
  float: left;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-l .main-shop-Topbox2-lbox2 .main-shop-Topbox2-lbox2L .main-shop-Topbox2-lbox2T {
  width: 50px;
  height: 18px;
  font-size: 14px;
  color: #bdc1c2;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-l .main-shop-Topbox2-lbox2 .main-shop-Topbox2-lbox2L .main-shop-Topbox2-lbox2B {
  width: 50px;
  font-size: 15px;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-l .main-shop-Topbox2-lbox3 {
  width: 94%;
  margin-left: 3%;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-r {
  width: 30%;
  float: left;
  height: 100%;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-r .main-shop-Topbox2-rbox1 {
  width: 60px;
  height: 60px;
  overflow: hidden;
  float: right;
  margin: 10px;
}
.main-body .main-shop-Topbox .main-shop-Topbox2 .main-shop-Topbox2-r .main-shop-Topbox2-rbox1 img {
  width: 100%;
  height: auto;
}
.main-body .main-shop-Middlebox {
  width: 100%;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox1 {
  width: 94%;
  height: 40px;
  margin: auto;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox1 .main-shop-Middlebox1-box1 {
  width: 38px;
  height: 40px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox1 .main-shop-Middlebox1-box1 .main-shop-Middlebox1-boxT {
  width: 38px;
  height: 26px;
  text-align: center;
  font-size: 18px;
  font-weight: 550;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox1 .main-shop-Middlebox1-box1 .main-shop-Middlebox1-boxB {
  width: 18px;
  margin: auto;
  height: 4px;
  border-radius: 2px;
  background-color: #06aff6;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 {
  width: 100%;
  box-shadow: 0 -1px 1px rgba(140, 140, 140, 0.1);
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-l {
  width: 22%;
  height: 100%;
  float: left;
  background-color: #f2f2f2;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 550;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-l .main-shop-typebox {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-l .main-shop-typeboxchoose {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #ffffff;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r {
  width: 78%;
  float: right;
  height: 100%;
  overflow-y: auto;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rTit {
  width: 96%;
  margin: auto;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 550;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList {
  width: 94%;
  margin-left: 3%;
  height: 120px;
  margin-bottom: 20px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-l {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
  float: left;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-l img {
  width: 100%;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r {
  width: calc(100% - 120px);
  float: left;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r .main-shop-Middlebox2-rList-rbox1 {
  width: 94%;
  margin-left: 3%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: 550;
  letter-spacing: 1px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r .main-shop-Middlebox2-rList-rbox2 {
  width: 94%;
  margin-left: 3%;
  height: 60px;
  line-height: 20px;
  font-size: 12px;
  color: #bdc1c2;
  display: -webkit-box;
  /* 使用 WebKit 盒模型 */
  -webkit-box-orient: vertical;
  /* 设置盒模型的方向为垂直 */
  -webkit-line-clamp: 3;
  /* 限制显示的行数为3行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  letter-spacing: 1px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r .main-shop-Middlebox2-rList-rbox3 {
  width: 94%;
  margin-left: 3%;
  height: 40px;
  line-height: 40px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r .main-shop-Middlebox2-rList-rbox3 .main-shop-Middlebox2-rList-rbox3-l {
  height: 40px;
  line-height: 40px;
  float: left;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r .main-shop-Middlebox2-rList-rbox3 .main-shop-Middlebox2-rList-rbox3-r {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  float: right;
  margin-right: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #06aff6;
  margin-top: 10px;
  font-size: 20px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r .main-shop-Middlebox2-rList-rbox3 .main-shop-Middlebox2-rList-rbox3-r2 {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  float: right;
  text-align: center;
  color: #ffffff;
  background-color: #06aff6;
  margin-top: 10px;
  font-size: 20px;
}
.main-body .main-shop-Middlebox .main-shop-Middlebox2 .main-shop-Middlebox2-r .main-shop-Middlebox2-rList .main-shop-Middlebox2-rList-r .main-shop-Middlebox2-rList-rbox3 .main-shop-Middlebox2-rList-rbox3-M {
  width: 30px;
  height: 20px;
  line-height: 20px;
  margin-top: 10px;
  float: right;
  text-align: center;
}
/*订单支付页面----------*/
.show_can {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  background: #DCDBDC;
  opacity: .8;
}
.show_can .brqyu {
  width: 70%;
  height: 130px;
  border-radius: 20px;
  color: #fff;
  opacity: 1;
  background-color: #212933;
  position: fixed;
  top: 30%;
  left: 15%;
}
.show_can .brqyu .ts {
  width: 100%;
  font-size: 16px;
  height: 85px;
  text-align: center;
  line-height: 85px;
}
.show_can .brqyu .huisye {
  display: inline-block;
  text-align: center;
  width: 35%;
  border-radius: 30px;
  border: 2px solid #08b0f6;
  float: left;
  left: 10%;
  height: 24px;
  line-height: 23px;
  margin-left: 20px;
  font-size: 14px;
}
.show_can .brqyu .guanbi {
  display: inline-block;
  float: right;
  right: 10%;
  width: 35%;
  border-radius: 30px;
  text-align: center;
  border: 1px solid #e21918;
  height: 24px;
  line-height: 22.4px;
  margin-right: 20px;
  font-size: 14px;
}
.hied_can {
  display: none;
}
/*收货地址信息*/
.addressBox {
  position: relative;
  padding: 12px 0 12px 10px;
  border-bottom: 5px dashed #FF0000;
  background-color: #F5F5F5;
}
.addressBox.noAddress {
  height: 24px;
}
.addressBox.noAddress p {
  text-align: center;
}
.addressBox.noAddress svg {
  top: 16px;
}
.addressBox span {
  font-size: 14px;
  color: #333333;
  margin-right: 40px;
}
.addressBox p {
  font-size: 14px;
  color: #666666;
  width: 256px;
  margin-top: 10px;
}
.addressBox svg {
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 14px;
  color: #999999;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.txdz {
  height: 80px;
  width: 100%;
  text-align: center;
  line-height: 80px;
  border-bottom: 2px solid #3a526b;
}
.txdz .tiaozhuanl {
  float: right;
  width: 15%;
  height: 80px;
}
.txdz .tiaozhuanl image {
  width: 70%;
  height: auto;
}
.txdz .miaos {
  font-size: 14px;
  float: left;
  margin-left: 10px;
}
/*购买商品*/
.proBuybox {
  overflow: hidden;
  border-bottom: 4px solid #CCCCCC;
}
/*金额结算*/
.feiyong {
  margin: 8px 10px 12px 10px;
}
.priceLine {
  margin-bottom: 10px;
  color: #333333;
  font-size: 14px;
}
.priceLine .priceStyle {
  float: right;
  font-size: 16px;
}
.gwcIcon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  border-radius: 50%;
}
/*提交订单*/
.tjDingdan {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9900;
  width: 100%;
  height: 50px;
  border-top: 1px solid #CCCCCC;
}
.tjDingdan p {
  position: absolute;
  right: 130px;
  font-size: 16px;
}
.tjDingdan p label {
  height: 50px;
  line-height: 50px;
}
.tjDingdan .tjBtn {
  position: absolute;
  top: 0;
  right: 0;
  background: #06aff6;
  width: 120px;
  height: 50px;
  line-height: 50px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  bottom: 0;
}
.orderDetails {
  padding: 10px;
  background-color: #fff;
  margin-top: 10px;
}
.shopName {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cartItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.cartItem img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.cartItemInfo {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cartItemName {
  width: 80%;
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
}
.cartItemPrice {
  width: 20%;
  float: right;
  font-size: 15px;
  font-weight: 550;
  text-align: right;
}
.feiyong {
  margin-top: 10px;
}
.priceLine {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
/*我的*/
.me-top {
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.me-top .me-top-l {
  width: 80px;
  height: 80px;
  float: left;
}
.me-top .me-top-l .me-top-l-img {
  width: 60px;
  margin: 10px;
}
.me-top .me-top-r {
  width: calc(100% - 80px);
  height: 80px;
  float: left;
}
.me-top .me-top-r .me-top-r-name {
  width: 100%;
  height: 50px;
  line-height: 60px;
  font-size: 16px;
  font-weight: 550;
}
.me-top .me-top-r .me-top-r-phone {
  width: 100%;
  height: 30px;
}
.me-mid-body {
  width: 100%;
  margin: auto;
}
.me-mid-body .me-mid-box1 {
  width: 100%;
  height: 45px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.me-mid-body .me-mid-box1 .me-mid-box1-l {
  width: 13%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 5px;
  float: left;
}
.me-mid-body .me-mid-box1 .me-mid-box1-r {
  width: 87%;
  height: 45px;
  line-height: 45px;
}
.borTop1 {
  border-top: 1px solid rgba(229, 229, 229, 0.4);
}
.borBot1 {
  border-bottom: 1px solid rgba(229, 229, 229, 0.8);
}
.borleft1 {
  border-left: 1px solid rgba(229, 229, 229, 0.8);
}
/*登录*/
.loginDom {
  width: 100%;
  padding-top: 5%;
  height: 100%;
  background-color: #f3f3f4;
}
.loginDom .tuBiao {
  width: 100%;
  height: 150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平居中 */
}
.loginDom .tuBiao img {
  width: 100px;
}
.shouJH {
  width: 78%;
  height: 40px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 16px;
}
.shouJH img {
  width: 9%;
  vertical-align: inherit;
}
.shouJH .kuangimg {
  width: 30px ;
  height: 40px;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直居中 */
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平居中 */
}
.shouJH .kuangimg img {
  width: 100%;
  max-width: 100%;
  /* 图片宽度不超过容器宽度 */
  max-height: 100%;
  /* 图片高度不超过容器高度 */
}
.shouJH .kuang {
  border: 2px solid #dadada;
  border-radius: 10px;
  float: left;
  width: 84%;
  height: 36px;
  line-height: 36px;
  margin-left: 10px;
  background-color: #fff;
  font-size: 16px;
  overflow: hidden;
}
.shouJH .kuang input {
  padding-left: 8%;
  color: #c1c1c1;
  border: 0;
  background-color: #fff;
  height: 36px;
  width: 85%;
  outline: none;
}
.shouJH .kuang input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.shouJH .yanZM {
  font-size: 12px;
  color: #e12b3a;
  text-align: center;
  font-weight: 600;
  float: right;
  width: auto;
  margin-right: 10px;
  height: 36px;
}
.dengL {
  width: 140px;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background-color: #599af1;
  height: 37px;
  border-radius: 23px;
  letter-spacing: 4px;
  color: #fff;
}
.bottomtu {
  position: fixed;
  bottom: 35px;
  width: 40%;
  left: 29%;
}
.zcbox {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
}
.register {
  width: 90%;
  margin: auto;
  height: 300px;
}
.register .register_box {
  width: 90%;
  margin: auto;
  border: 1px solid #dadada;
  height: 40px;
}
.register .register_box input {
  padding-left: 5%;
  padding-right: 5%;
  color: #c1c1c1;
  border: 0;
  background-color: #fff;
  height: 40px;
  width: 90%;
  outline: none;
}
.registerBTN {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.TC {
  text-align: center;
}
.registerbtn1 {
  width: 90%;
  margin: auto;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.MerchantsSettleBtn {
  padding: 5px 10px;
  color: #fff;
  background-color: #06aff6;
  border: none;
  margin: 6px auto 0;
  border-radius: 2px;
}
.amap-sug-result {
  display: none!important;
}
.MerchantsSettleImgBox {
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.PL2 {
  padding-left: 2%!important;
}
.main-shop-Middlebox1-box2 {
  width: 65px;
  height: 40px;
  margin-right: 5px;
}
.main-shop-Middlebox1-box2 .main-shop-Middlebox1-boxT2 {
  width: 65px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 550;
  color: #599af1;
}
.main-shop-Middlebox1-box2 .main-shop-Middlebox1-boxT3 {
  width: 65px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  font-size: 14px;
  color: #797979;
}
.main-shop-Middlebox1-box2 .main-shop-Middlebox1-boxB2 {
  width: 36px;
  margin: auto;
  height: 4px;
  border-radius: 2px;
  background-color: #599af1;
}
.goodsManageBotbox {
  width: 25%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
}
.goodsManagegoodbox {
  width: 94%;
  margin-left: 3%;
  height: 130px;
  margin-bottom: 10px;
}
.goodsManagegoodbox .goodsManagegoodboxT {
  width: 100%;
  height: 80px;
}
.goodsManagegoodbox .goodsManagegoodboxT .goodsManagegoodboxT1 {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 2px;
  float: left;
}
.goodsManagegoodbox .goodsManagegoodboxT .goodsManagegoodboxT1 img {
  width: 100%;
}
.goodsManagegoodbox .goodsManagegoodboxT .goodsManagegoodboxTl {
  width: calc(100% - 80px);
  float: left;
}
.goodsManagegoodbox .goodsManagegoodboxT .goodsManagegoodboxTl .goodsManagegoodboxT2 {
  width: 94%;
  margin-left: 3%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 550;
  letter-spacing: 1px;
}
.goodsManagegoodbox .goodsManagegoodboxT .goodsManagegoodboxTl .goodsManagegoodboxT3 {
  width: 94%;
  margin-left: 3%;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
}
.goodsManagegoodbox .goodsManagegoodboxB {
  width: 100%;
  height: 40px;
}
.goodsManagegoodbox .goodsManagegoodboxB .goodsManagegoodboxB2 {
  border: 1px solid #c1c1c1;
  width: 60px;
  height: 30px;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}
/*骑手页面*/
.reder-top-box1 {
  width: 33.3%;
  height: 50px;
  float: left;
}
.reder-top-box2 {
  width: 100%;
  height: 40px;
  line-height: 60px;
  text-align: center;
}
.FW550 {
  font-weight: 550;
}
.reder-top-box3 {
  width: 36px;
  margin: auto;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  margin-top: 3px;
}
.RiderBody {
  width: 100%;
  overflow-y: auto;
}
.Rider_box {
  width: 96%;
  margin-left: 2%;
  height: 220px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.Rider_boxT {
  width: 92%;
  margin: auto;
  height: 40px;
}
.Rider_boxT1 {
  height: 40px;
  line-height: 40px;
  float: left;
}
.Rider_boxT2 {
  height: 40px;
  line-height: 40px;
  float: right;
}
.Rider_boxB {
  width: 92%;
  margin: auto;
  height: 70px;
}
.Rider_boxC {
  width: 92%;
  margin: auto;
  height: 60px;
}
.Rider_boxB1 {
  width: 100%;
  height: 30px;
}
.Rider_boxB3 {
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.Rider_boxB2 {
  width: 100%;
  height: 35px;
  overflow: hidden;
}
.Rider_boxD {
  width: 90%;
  height: 37px;
  line-height: 37px;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background-color: #06aff6;
}
/*订单页*/
.cart_box {
  width: 96%;
  margin-left: 2%;
  height: 165px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.cartbody {
  width: 100%;
  overflow-y: auto;
}
.cart_title {
  width: 92%;
  margin-left: 4%;
  height: 60px;
}
.cart_title2 {
  width: 92%;
  margin-left: 4%;
}
.cart_title_left {
  width: 80%;
  height: 40px;
  float: left;
}
.cart_title_left .cart_title_left_img {
  width: 60px;
  height: 80px;
  float: left;
  overflow: hidden;
}
.cart_title_left .cart_title_left_img img {
  width: 100%;
  height: 60px;
}
.cart_title_left .cart_title_left_img2 {
  width: 60px;
  height: 20px;
  text-align: center;
}
.cart_title_left .cart_title_left_img3 {
  width: 30px;
  height: 40px;
  float: left;
  overflow: hidden;
}
.cart_title_left .cart_title_left_img3 img {
  width: 100%;
  height: 30px;
}
.cart_title_left .cart_title_left_name {
  width: calc(100% - 70px);
  height: 40px;
  float: left;
  margin-left: 10px;
  line-height: 30px;
}
.cart_title_right {
  width: 20%;
  height: 50px;
  float: right;
  text-align: center;
}
.cart_title_right2 {
  width: 20%;
  height: 40px;
  line-height: 30px;
  float: right;
  text-align: center;
}
.cart_title_right_price {
  width: 100%;
  height: 25px;
  margin-top: 20px;
}
.cart_title_right_num {
  width: 100%;
  height: 20px;
}
.FlyPlacebox1 {
  width: 94%;
  height: 20px;
  margin-left: 3%;
  background-color: #fff;
}
.FlyPlacebox2 {
  width: 94%;
  height: 45px;
  padding: 0 3%;
  background-color: #fff;
}
.FlyPlacebox3 {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
}
.FlyPlacebox4 {
  height: 45px;
  line-height: 45px;
}
.FlyPlacebox5 {
  width: 92%;
  height: 45px;
  padding: 0 4%;
  background-color: #fff;
}
.saveBtn {
  font-size: 16px;
  text-align: center;
  line-height: 37px;
  margin-left: 5%;
  width: 90%;
  height: 37px;
  color: #fff;
  background-color: #06aff6;
  border: none;
  border-radius: 37px;
}
.saveBtn1 {
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  margin-left: 10%;
  width: 80%;
  height: 34px;
  color: #fff;
  background-color: #06aff6;
  border: none;
  border-radius: 5px;
  margin-top: 8px;
}
.saveBtn2 {
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  margin-left: 2.5%;
  width: 30%;
  height: 35px;
  color: #fff;
  background-color: #06aff6;
  border: none;
  border-radius: 5px;
}
.Managebox {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.Managebox1 {
  width: 95%;
  height: 45px;
  line-height: 45px;
  margin-left: 5%;
}
.Managebox2 {
  width: 25%;
  height: 45px;
  line-height: 45px;
  float: left;
}
.Managebox3 {
  height: 45px;
  line-height: 45px;
  float: right;
}
.Managebox4 {
  width: 100%;
  height: 40px;
  background-color: #fff;
}
.ManageCategoriesbox {
  height: 45px;
  line-height: 45px;
}
.ManageCategoriesbox1 {
  height: 40px;
  line-height: 40px;
}
.ManageCategoriesbox2 {
  height: 40px;
}
.ManageCategoriesinput {
  width: 90%;
  height: 40px;
  outline: none;
}
.shopBottom2 {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.shopBottom1 {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.shopBottom1 {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.shopBottom1 {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.shopBottom1 {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.shopBottom1 {
  width: 100%;
  height: 100px;
}
.shopBottom2 {
  width: 100%;
  height: 45px;
  background-color: #fff;
}
.shopBottombox {
  width: 100%;
  height: 50px;
}
.shopBottomboxinput {
  width: 85%;
  height: 30px;
  outline: none;
  margin-left: 6%;
  padding: 0 3%;
  margin-top: 8px;
}
.shopBottombox1 {
  width: 70%;
  height: 50px;
  float: left;
}
.shopBottombox2 {
  width: 30%;
  height: 50px;
  float: left;
}
.shopBottom2 {
  width: 100%;
  height: 52px;
  position: fixed;
  bottom: 0;
  z-index: 10;
  border-top: 1px solid #fff;
}
.outline {
  outline: none;
}
.goodaddbox {
  width: 100%;
  height: 38px;
}
.goodaddbox1 {
  width: 23%;
  height: 38px;
  line-height: 38px;
}
.goodaddbox2 {
  width: 75%;
  height: 38px;
  line-height: 38px;
}
.goodaddboxinput {
  width: 90%;
  height: 36px;
  line-height: 38px;
  border: none;
}
.PL5 {
  padding-left: 5px;
}
.shadow-bottom {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.shadow-left {
  box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
}
.banner-container2 {
  position: relative;
  height: 100px;
  overflow: hidden;
}
.pet-videos {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 从左边开始排列 */
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  /* 添加间距 */
}
.pet-video-item:last-child {
  margin-right: 0;
}
.pet-itemtop {
  width: 100% ;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.pet-video-item {
  width: 32%;
  /* 每个视频占 32% 的宽度 */
  height: 150px;
  overflow-y: hidden;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.pet-video-image {
  width: 100%;
  height: 110px;
  object-fit: cover;
  border-radius: 5px;
}
.pet-video-info {
  width: 100%;
  padding: 5px;
  text-align: left;
  font-size: 12px;
  color: #333;
}
.pet-video-title {
  margin: 0 5px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  /* 使用 WebKit 盒模型 */
  -webkit-box-orient: vertical;
  /* 设置盒模型的方向为垂直 */
  -webkit-line-clamp: 2;
  /* 限制显示的行数为3行 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  letter-spacing: 1px;
}
.pet-video-time {
  margin: 2px 0;
  color: #666;
  font-size: 10px;
}
.pet-video-like {
  color: #fff;
  position: absolute;
  top: 90px;
  right: 10px;
}
.icon3 {
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin-right: 5px;
}
.pet-item2 {
  width: 90%;
  padding: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.pet-detail-card {
  background: white;
  margin: 16px;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: relative;
}
.pet-header h1 {
  font-size: 20px;
  margin: 0;
  color: #333;
}
.pet-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}
.M10 {
  margin: 10px 0;
}
.gender-icon {
  font-size: 16px;
  color: #ff69b4;
}
.gender-icon2 {
  font-size: 16px;
  color: #50adfe;
}
.pet-info-row {
  width: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 12px 0;
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 0;
  right: 20px;
}
.pet-description {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #333;
}
.tags-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}
.tag-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.05);
}
.tag-icon {
  width: 12px;
  height: 12px;
}
.notice-box {
  background: #fff9e6;
  padding: 8px;
  border-radius: 6px;
  margin: 16px 0;
  font-size: 12px;
  color: #d48806;
  text-align: center;
}
.requirements {
  margin: 16px 0;
  height: 160px ;
}
.requirement-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
  width: 50%;
  float: left;
}
.check-icon {
  width: 12px;
  height: 12px;
}
.reminder {
  background: #fff9e6;
  padding: 12px;
  border-radius: 6px;
  margin: 16px 0;
  font-size: 12px;
  color: #d48806;
  line-height: 1.5;
}
.owner-info-section {
  margin-top: 16px;
}
.owner-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.arrow-icon {
  width: 12px;
  height: 12px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.arrow-icon.up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.owner-content {
  padding: 12px 0;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666;
}
.bottom-actions {
  width: 100%;
  height: 60px;
  background: white;
  border-top: 1px solid #eee;
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.action-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.action-item img {
  width: 20px;
  height: 20px;
}
.apply-btn {
  width: 96px;
  height: 36px;
  background: #50adfe;
  color: white;
  border: none;
  border-radius: 18px;
  font-size: 14px;
  float: right;
  margin-right: 12px;
  margin-top: 12px;
  line-height: 30px;
  text-align: center;
}
.owner-info-section {
  margin-top: 15px;
}
.owner-info-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.owner-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.owner-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 12px;
}
.owner-details {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.owner-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.owner-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0;
}
.owner-status img {
  height: 20px;
}
.verified-badge {
  background-color: #e6f7ff;
  color: #1890ff;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 6px;
}
.last-visit {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.owner-stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-top: 1px solid #eee;
  padding-top: 12px;
}
.stat-item {
  text-align: center;
}
.stat-number {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.stat-label {
  font-size: 12px;
  color: #666;
}
.backbox {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  background-color: #50adfe;
  border-radius: 18px;
  z-index: 999;
  text-align: center;
}
.backbox img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.addbox {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 20px;
  bottom: 145px;
  background-color: #50adfe;
  border-radius: 18px;
  z-index: 999;
  text-align: center;
}
.addbox img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
/* pets.css */
.banner-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.banner-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.banner-item {
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.banner-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.dot.active {
  background: #fff;
}
.middle-section {
  padding: 15px;
}
.search-pet-button {
  background: linear-gradient(to right, #4facfe, #00f2fe);
  height: 50px;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.voice-and-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.half-box {
  width: 48%;
  height: 100px;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.voice-wall {
  background: linear-gradient(to right, #ff9a9e, #fad0c4);
}
.menu-box {
  background: linear-gradient(to right, #a1c4fd, #c2e9fb);
}
.box-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.categories-section {
  padding-left: 15px;
  padding-right: 15px;
}
.petsection-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 10px 0 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 4px solid #4facfe;
}
.section-inpbox {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #f6f6f6;
}
.categories-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category-item {
  width: 28%;
  height: 16px;
  background: white;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.category-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}
.category-name {
  font-size: 14px;
}
.bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}
.nav-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #999;
}
.nav-item.active {
  color: #4facfe;
}
.nav-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}
.BGC2 {
  background-color: #f5f5f5;
}
/* 宠物分类 - 一行显示 */
.categories-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 15px;
}
.category-item {
  padding: 8px 15px;
  border-radius: 20px;
  background-color: #f0f0f0;
  text-align: center;
  cursor: pointer;
}
.category-item.active {
  background-color: #4facfe;
  color: white;
}
.category-item .category-name {
  font-size: 14px;
}
/* 宠物列表 */
.pets-list {
  padding: 0 15px 70px 15px;
  /* 底部留出空间避免被导航栏遮挡 */
}
.pet-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  position: relative;
}
.pet-image {
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.pet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pet-info {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pet-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}
.pet-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.pet-details span {
  font-size: 12px;
  padding: 2px 6px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin-right: 5px;
}
.pet-type {
  color: #4facfe;
}
.pet-btn {
  background-color: #4facfe!important;
  color: #fff;
}
.pet-age {
  color: #ff9a9e;
}
.pet-gender {
  color: #a1c4fd;
}
.pet-description {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lybtn {
  position: absolute;
  width: 50px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  top: 10px;
  right: 10px;
  color: #4facfe;
  border-radius: 5px;
  border: 1px solid #4facfe;
}
.header-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
}
.header-info {
  padding-top: 30px;
  text-align: center;
}
.header-info h2 {
  font-size: 1.4em;
  margin: 0;
}
.header-info p {
  font-size: 0.9em;
  margin: 5px 0 0;
}
.stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.stat-item {
  text-align: center;
}
.bio {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.bio p {
  line-height: 1.5;
  color: #333;
}
.works-container {
  padding: 15px 15px 0 15px;
  background-color: #fff;
}
.works-container h3 {
  margin: 0 0 10px;
  font-size: 1.1em;
  color: #333;
}
.works-grid {
  width: 100%;
  overflow-y: auto;
}
.work-item {
  width: 33.3%;
  height: 160px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  float: left;
  margin-bottom: 2px;
  overflow: hidden;
}
.work-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.work-title {
  padding: 5px;
  font-size: 0.8em;
  text-align: center;
  color: #333;
}
.likes {
  font-size: 0.7em;
  color: #999;
  text-align: center;
}
.MR3 {
  margin-right: 3%;
}
.mainbody {
  background-color: #f5f5f5;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.video-container {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.footer-section {
  padding: 15px 20px;
  background-color: white;
  border-top: 1px solid #eee;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.user-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.user-text {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.username {
  font-weight: bold;
  color: #333;
}
.follow-count {
  font-size: 12px;
  color: #666;
}
.interaction-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 10px 0;
}
.interaction-bar button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.icon2 {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.upload-video-btn {
  width: calc(100% - 30px);
  padding: 0 15px;
  height: 34px;
  background-color: #fff;
  border: 2px dashed #ddd;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s;
  text-align: left;
}
.upload-video-btn:hover {
  border-color: #4CAF50;
  background-color: #f9f9f9;
}
.cover-upload-area {
  width: 60%;
  min-height: 80px;
  position: relative;
}
.cover-preview {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
/* My.css */
.mainbody {
  font-family: 'Microsoft YaHei', sans-serif;
  background-color: #f5f5f5;
  min-height: 100vh;
}
.user-info-container {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.user-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.avatar-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.avatar-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-details h2 {
  font-size: 18px;
  margin: 0;
  color: #333;
}
.user-details p {
  margin: 5px 0 0;
  color: #666;
  font-size: 14px;
}
.edit-btn {
  color: #333;
  font-size: 16px;
  width: 38px;
  height: 30px;
  transition: all 0.3s ease;
  border-radius: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  box-shadow: 0 2px 6px rgba(111, 143, 253, 0.3);
}
.textbox {
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  float: left;
  font-size: 14px;
}
.iconbox {
  width: 20px;
  height: 20px;
  margin: 5px;
  float: left;
}
.iconbox img {
  width: 20px;
}
.nav-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 10px 0 0;
}
.nav-item2 {
  text-align: center;
  width: 30%;
  height: 60px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8f9ff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  position: relative;
}
.nav-item2 .icon-wrapper {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6eeff;
  border-radius: 50%;
  padding: 8px;
  margin: 0 auto;
}
.nav-item2 .icon-wrapper img {
  width: 15px;
  height: 15px;
}
.nav-item2 span {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  color: #333;
  font-size: 12px;
  font-weight: 500;
}
.list-section,
.management-section {
  margin: 20px 0;
  padding: 0;
}
.list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: white;
}
.list-item:first-child {
  border-radius: 12px 12px 0 0;
}
.list-item:last-child {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}
.list-item:hover {
  background-color: #f8faff;
}
.item-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-color: #e6f7ff;
  border-radius: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}
.item-icon img {
  width: 100%;
  height: 100%;
}
.list-item span {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 16px;
}
.arrow-right {
  color: #999;
  font-size: 16px;
}
.contact-info {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
}
.contact-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.contact-item span {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}
.contact-btn {
  background-color: #FFA500;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-btn:hover {
  background-color: #e69500;
}
.work-time {
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.footer-message {
  text-align: center;
  padding: 20px;
  color: #999;
  font-size: 14px;
  margin-bottom: 80px;
  /* 为底部导航留出空间 */
}
.bottom-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: white;
  padding: 15px 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.bottom-nav .nav-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
  height: auto;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 0;
}
.bottom-nav .nav-item.active {
  color: #FFA500;
}
.bottom-nav .nav-item img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}
.bottom-nav .nav-item span {
  font-size: 12px;
  color: #666;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
.bottom-navigation {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: white;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.nav-item {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #999;
}
.nav-item.active {
  color: #4facfe;
}
.nav-icon {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}
.image-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
  overflow-x: auto;
  /* 滚动支持 */
  padding: 0 8px;
}
.image-item {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remove-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff4d4d;
  color: white;
  border: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
.upload-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f9f9f9;
  transition: all 0.3s;
}
.upload-btn:hover {
  background-color: #f0f0f0;
}
.upload-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
.upload-btn span {
  font-size: 12px;
  color: #666;
}
/* 添加标题样式 */
.section-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 20px 0 10px 0;
  padding-left: 10px;
  border-left: 4px solid #4facfe;
}
/* 宠物列表样式 */
.pets-list2 {
  margin-top: 10px;
}
.OVFA {
  overflow-y: auto;
}
.pet-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  cursor: pointer;
}
.pet-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.pet-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pet-info {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pet-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.pet-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.pet-details span {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  margin-right: 8px;
}
.pet-type {
  background-color: #e3f2fd;
  color: #1976d2;
}
.pet-age {
  background-color: #e8f5e9;
  color: #388e3c;
}
.pet-gender {
  background-color: #f3e5f5;
  color: #7b1fa2;
}
.pet-description {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  overflow: hidden;
}
/* 添加 section-header 样式 */
.section-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.o3d {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.o5d {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.section-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
  border-left: 4px solid #4facfe;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.add-pet-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.add-pet-btn img {
  width: 25px;
}
.nav-section-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 15px;
  background-color: white;
  margin-top: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.nav-item-small {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3%;
  padding: 8px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.nav-item-small:hover {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.icon-wrapper-small {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}
.icon-wrapper-small img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-item-small span {
  font-size: 13px;
  color: #333;
  margin-left: 5px;
}
.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.form-container {
  padding: 20px;
  background-color: #f9f9f9;
}
.form-item {
  margin-bottom: 20px;
}
label {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.publishlabel {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.radio-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.radio-btn {
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #f0f0f0;
  color: #666;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.radio-btn.selected {
  background-color: #FFA500;
  color: white;
}
.select-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: white;
  cursor: pointer;
}
.arrow {
  color: #999;
}
.textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  resize: none;
}
.hint-text {
  color: #FFA500;
  font-size: 12px;
  margin: 15px 0;
  text-align: center;
}
.next-btn {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #50adfe;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}
.backbox {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  background-color: #50adfe;
  border-radius: 18px;
  z-index: 999;
  text-align: center;
}
.backbox img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.radioselect-box {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: white;
}
.adoption-conditions {
  background-color: #f9f9f9;
  border-radius: 8px;
}
.adoption-conditions h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.checkbox-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.checkbox-item input[type="checkbox"] {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  accent-color: #FFA500;
}
.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.form-container {
  padding: 20px;
}
.form-item2 {
  margin-bottom: 10px;
}
.Toadoptlabel {
  display: block;
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.radio-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.radio-btn {
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #f0f0f0;
  color: #666;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
.radio-btn.selected {
  background-color: #50adfe;
  color: white;
}
.select-box {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: white;
}
.select-inpbox {
  width: calc(100% - 24px);
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: white;
}
.arrow {
  color: #999;
}
.submit-btn {
  width: calc(100% - 40px);
  height: 36px;
  line-height: 36px;
  background-color: #50adfe;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  position: absolute;
  left: 20px;
  bottom: 40px;
}
.backbox {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  background-color: #50adfe;
  border-radius: 18px;
  z-index: 999;
  text-align: center;
}
.backbox img {
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
