.menu-list {
  width: 100%;
  height: 18.7rem;
  background: #fff;
  opacity: 1;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 4%;
  padding-right: 4%;
  position: absolute;
  bottom: 6.2rem;
  left: 0;
}

.menu-li {
  flex-shrink: 1;
  width: 25%;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}

/* .menu-li:not(:nth-child(4n)) {
  margin-right: 1%;
} */

.menu-img {
  width: 3.6rem;
  height: 3.6rem;
  margin-bottom: 0.8rem;
}

.menu-txt {
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1.7rem;
  color: #39463a;
  height: 3.6rem;
  text-align: center;
}

.tab-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6.2rem;
  display: flex;
  background-color: #fff;
  box-shadow: 0 -4px 0.6rem 0 rgba(4, 0, 0, 0.05);
  width: 100%;
}

.tab-bar-item {
  width: 25%;
  flex: 1;
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fa8a5;
  z-index: 999;
  flex-direction: column;
}

.tab-bar-item.active {
  color: #03b19d;
}

.item,
.item navigator {
  width: 100%;
  height: 6.2rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tab-bar-item .tab-img {
  width: 2.4rem;
  height: 2.4rem;
}

.tab-bar-item .tab-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #9fa8a5;
  margin-top: 2px;
}

/* 牦牛统计信息 */
.maoniu-statistic {
  width: auto;
  height: 2.8rem;
  background: #fff;
  box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem;
  position: absolute;
  top: 0.6rem;
  left: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  color: #333333;
  box-sizing: border-box;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
}

.map-layer {
  position: absolute;
  top: 0.6rem;
  right: 1.5rem;
  width: 3.8rem;
  height: 13.8rem;
  background: #ffffff;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  opacity: 1;
  border-radius: 0.6rem;
  display: block;
}

.location,
.map_ {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 4.4rem;
  position: relative;
}

.location::after {
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  width: 2rem;
  height: 2px;
  background: rgba(239, 239, 239, 0.39);
  border-radius: 0.6rem;
  content: ' ';
}
/* .map-layer.caodi_layer {
  height: 13.6rem;
} */
/* .map-layer.caodi_layer .edit::after {
  position: absolute;
  bottom: 0;
  left: 0.8rem;
  width: 2rem;
  height: 2px;
  background: rgba(239, 239, 239, 0.39);
  border-radius: 0.6rem;
  content: ' ';
} */
.caodi-info.zang{
  height: 24.4rem;
}
.caodi-info.zang .des-li{
  width: 100%;
  justify-content: space-between;
}
.caodi-info.zang .des-li .name{
  width: auto;
}
.layer-img {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.6rem;
}

.layer-txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #333333;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.maoniu-des {
  width: 92%;
  height: 13.4rem;
  background: #ffffff;
  border-radius: 1.2rem 1.2rem 0 0;
  position: absolute;
  left: 4%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  display: flex;
  bottom: 6.1rem;
}

.maoniu-des .title,
.caodi-info .title {
  width: 80%;
  height: 4rem;
  box-sizing: border-box;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.2rem;
  color: #333;
}

.des-ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.des-li {
  width: 50%;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  margin-top: 0.6rem;
  box-sizing: border-box;
}



.des-li .name {
  color: #999999;
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 2rem;
  width: 8.5rem;
  flex-shrink: 0;
}
.des-li .name.long{
  width: 8.5rem;
}

.des-li .value {
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 2rem;
  color: #333333;

}
.des-li.long .value{
  flex: 1;
}
.close {
  position: absolute;
  top: 1.9rem;
  right: 0.9rem;
  width: 1.5rem;
  height: 1.5rem;
}

/* 草地详情 */
.caodi-info {
  width: 92%;
  height: 19.4rem;
  background: #ffffff;
  border-radius: 1.2rem 1.2rem 0 0;
  position: absolute;
  left: 4%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
  display: flex;
  bottom: 6.1rem;
}
.caodi-info.index{
  height: 15rem;
}

.c-title {
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 2rem;
  color: #999999;
  box-sizing: border-box;
}

.c-progress {
  margin-top: 0.06rem;
  width: 100%;
  height: 2.8rem;
  border-radius: 0.4rem;
  background-color: rgba(3, 175, 153, 0.1);
  position: relative;
}

.c-current {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #03af99;
  text-align: right;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.8rem;
  box-sizing: border-box;
  padding-right: 1.2rem;
  border-radius: 0.4rem;
}


.des-li.long {
  width: 100%;
}
.des-li .time {
  width: auto;
  padding: 0 4px;
  background: #03af99;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}

.show {
  z-index: 999;
  display: flex;
}
.map-box {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem 1.6rem 0 0;
  position: relative;
}

.hide {
  display: none;
}
.list-bar {
  width: 100%;
  height: 6rem;
  background: #03af99;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 11.2rem;
  padding-right: 11.2rem;
}
.tab-item {
  /* width: 100%; */
  flex: 1;
  height: 4.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  background: transparent;
  box-sizing: border-box;
  justify-content: center;
}

.tab-item.active {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

.tab-item.active::after {
  position: absolute;
  content: ' ';
  bottom: 0.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.4rem;
  height: 4px;
  background: #fff;
  border-radius: 4px;
}
.caodi-edit-box {
  display: none;
  width: 100%;
  height: 19rem;
  background: #fff;
  position: absolute;
  /* bottom: 6.2rem; */
  bottom: 0;
  flex-direction: column;
  z-index: 999;
  align-items: center;
}
.input-box {
  width: 92%;
  height: 4.4rem;
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 1.3rem;
  padding-right: 3.2rem;
  background: #f3f3f3;
  border-radius: 1.2rem;
}
.input-box:nth-of-type(2n) {
  margin-top: 1.6rem;
  padding-right: 0.8rem;
}
.input-box .label {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333;
}
.input-box input {
  border: none;
  background-color: transparent;
  text-align: right;
}
.ic-more {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0.8rem;
  top: 1.6rem;
}
.btns-box{
  width: 92%;
  height: 4.4rem;
  margin-top: 1.6rem;
  display: flex;
  justify-content: space-between;
}
.save-btn {
  width: 48%;
  height: 4.4rem;
  background-color: #03af99;
  border-radius: 1.2rem;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.cancel-btn{
  width: 48%;
  height: 4.4rem;
  background-color: #C2C2C2;
  border-radius: 1.2rem;
  border: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}
.c-type-input {
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}
.c-type-value {
  color: #333;
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  /* display: none; */
}
.c-acreage-input {
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333;
}
.c-acreage-input::placeholder {
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}
/* 选择弹窗 */
.select-pop {
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10001;
}
.mask {
  width: 100%;
  flex: 1;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
.pop-close{
  position: absolute;
  top: 1.9rem;
  right: 1.4rem;
  width: 1.5rem;
  height: 1.5rem;
}
.select-body {
  width: 100%;
  height: 15rem;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.title {
  width: 100%;
  height: 5rem;
  font-size: 1.8rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  position: relative;
  flex-shrink: 0;
}
.title::after {
  position: absolute;
  bottom: 0;
  left: 4%;
  width: 92%;
  height: 2px;
  background: #efefef;
}
.select-ul {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.select-li {
  width: 100%;
  height: 50%;
  font-size: 1.4rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.select-li.active {
  font-weight: bold;
  color: #03AF99;
}

.nav-bar {
  width: 100%;
  height: 10.5rem;
  background: linear-gradient(180deg, #03AF99 20%, #FFF 100%);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.8rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFF;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 1.6rem;
}

.nav-back {
  width: 0.95rem;
  height: 1.7rem;
  position: absolute;
  top: 1.8rem;
  left: 1rem;
}