.weui-btn_primary {
  height: 45px;
  border-radius: 25px!important;
  background-color: #1E9FFF !important;
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  color: #1E9FFF !important;
}
.weui-btn_primary:not(.weui-btn_disabled):active,
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  background-color: #1E9FFF !important;
}
/*弹框确定样式*/
.weui-dialog__btn_primary{
  color:#1E9FFF ;
}
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  border-color: #1E9FFF !important;
}
body {
  width: 100%;
}
.basics {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.basics_bg {
  display: block;
  width: 100%; object-fit: cover;
  /* height: 810px; */
}
.basics_box {
  position: absolute;
  left: 5%;
  top: 15px;
  width: 90%;
  /* height: 740px; */
  height: auto;
  background-color: #fff;
  box-shadow: -1px 1px 0px 0px rgba(254, 247, 232, 0.57);
  border-radius: 10px;
}
.basics_box .logo_box {
  text-align: center;
  font-size: 12px;
  color: #222;
  font-weight: bold;
}
.basics_box .logo {
  margin: 60px auto 50px;
  display: inline-block;
  height: 50px;
}
.basics_box .input_box {
  margin: 15px;
  padding: 0 15px;
  height: 45px;
  background: #F5F5F5;
  border-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.basics_box .input_box .label {
  display: inline-block;
  width: 49px;
  color: #222;
  font-weight: bold;
}
.basics_box .input_box.img_sec {
  height: 60px;
}
.basics_box .input_box .img {
  display: block;
  width: 40px;
  height: 40px;
}
.basics_box .input_box .input {
  flex: 1;
  height: 100%;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  background: #F5F5F5;
}
.basics_box .input_box .input.text_right {
  text-align: right;
}
.basics_box .input_box .iconfont {
  color: #0075C1;
  font-size: 18px;
}
.basics_box.xl_box {
  padding-bottom: 30px;
  top: 85px;
  height: auto;
}
.basics_box.xl_box .logo_l {
  position: absolute;
  width: 220px;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
.basics_box.xl_box .tip_title {
  margin: 70px auto 15px;
  height: 90px;
}
.basics_box.xl_box .basics_btn {
  margin-top: 30px;
}
.basics .tips_box {
  margin: 25px 15px 50px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.basics .tips_box .title {
  font-weight: bold;
  color: #222;
}
.basics_btn {
  display: block;
  margin: 15px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1E9FFF;
  border-radius: 20px;
}
.basics_btm {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  padding: 12px 0; margin-top: 50px;
  width: 100%;
  height: auto;
  line-height: 23px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #1E9FFF;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
}
.basics_btm .weui-flex {
  margin-bottom: 5px;
}
.basics_btm .weui-flex__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.basics_btm .weui-flex__item .img {
  display: inline-block;
  margin-right: 8px;
}
.basics_btm .weui-flex__item .img.img1 {
  position: relative;
  top: -1px;
  width: 15px;
  height: 14px;
}
.basics_btm .weui-flex__item .img.img2 {
  width: 18px;
  height: 14px;
}
.basics_btm::after {
  display: block;
  content: '';
  position: absolute;
  top: 34%;
  left: 50%;
  width: 1px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.basics_logo {
  margin-bottom: 25px;
  text-align: center;
}
.basics_logo .logo {
  display: inline-block;
  height: 25px;
}
.basics_user {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.basics_user .user_box {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #1E9FFF;
  font-weight: bold;
  background-color: #E7C68F;
  border-radius: 10px;
  overflow: hidden;
}
.basics_user .user_box .avatar_box {
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  overflow: hidden;
}
.basics_user .user_box .avatar_box .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basics_user .user_box .btn {
  display: inline-block;
  width: 70px;
  line-height: 25px;
  font-size: 12px;
  background: #1E9FFF;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border-radius: 13px;
}

		
.back_btn { position: absolute; top: 15px; left: 15px; z-index: 1; width: 40px; height: 40px; }

.basics_user .user_opre {
  height: 40px;
}
.basics_user .opre_item {
  flex: 1;
  justify-content: center;
  font-size: 13px;
  color: #222;
}
.basics_user .opre_item .img {
  display: inline-block;
  margin-right: 5px;
  width: 12px;
}
.basics_user .opre_item:not(:last-child) {
  border-right: 1px solid #ececec;
}
.basics_egg {
  position: absolute;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
}
.basics_egg .egg_content {
  position: relative;
  padding: 15px;
  min-height: 550px;
  background-color: #fff;
  box-shadow: -1px 1px 0px 0px rgba(254, 247, 232, 0.57);
  border-radius: 10px;
}
.basics_egg .egg_content.mt {
  margin-top: 15px;
}
.basics_egg .egg_content .egg_label {
  padding-bottom: 10px;
  font-size: 16px;
  color: #222;
  font-weight: bold;
  background-color: #fff;
}
.basics_egg .egg_content .concat {
  position: absolute;
  padding: 10px;
  width: 45px;
  right: 15px;
  line-height: 15px;
  bottom: 100px;
  font-size: 12px;
  color: #fff;
  word-break: break-all;
  text-align: center;
  background: #1E9FFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 20px 20px;
}
.basics_egg .egg_content .concat .img {
  display: inline-block;
  margin-bottom: 5px;
  width: 24px;
}
.basics_egg .egg_content .egg_scroll {
  height: 430px;
  overflow-y: scroll;
}
.basics_egg .egg_content .no_list {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  color: #999999;
}
.basics_egg .egg_content .no_list .img {
  margin-bottom: 15px;
  display: block;
  width: 105px;
}
.basics_egg .egg_content .tips_box {
  margin: 15px 0;
}
.basics_egg .egg_item {
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 150px;
  background: url('../img/ok_bg.png') no-repeat;
  background-size: 100% 100%;
}
.basics_egg .egg_item.grey {
  filter: grayscale(1);
}
.basics_egg .egg_item .logo_box {
  margin-bottom: 15px;
  justify-content: flex-start;
}
.basics_egg .egg_item .logo_box .logo {
  height: 25px;
}
.basics_egg .egg_item .logo_box .tag {
  padding: 0 5px;
  margin-left: 5px;
  line-height: 20px;
  font-size: 14px;
  color: #F6C152;
  background: #773A28;
  border-radius: 2px;
}
.basics_egg .egg_item .item_con {
  font-size: 14px;
  color: #773A28;
  line-height: 22px;
}
.basics_egg .egg_item .btn{
  display: inline-block;
  margin-top: 15px;
  padding: 0 10px;
  line-height: 23px;
  font-size: 14px;
  color: #F6C152;
  text-align: center;
  background: #773A28;
  border-radius: 10px;
}
.basics_egg .egg_item .btn.ywc {
  color: #999;
  background-color: #666666;
}
.basics_egg .egg_item .status {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 0 5px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
}
.basics_egg .egg_item .status.wsy {
  background: #F56800;
}
.basics_egg .egg_item .status.ztz {
  background: #0074BC;
  color: #FCE133;
}
.basics_egg .egg_item .status.fwz {
  background: #00BC0D;
}
.basics_egg .egg_item .status.ywc {
  background: #666666;
}
.basics_egg .egg_box {
  margin-top: 20px;
}
.basics_egg .egg_box .box_label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.basics_egg .egg_box .box_item {
  display: inline-flex;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  background: #FAFAFA;
  border-radius: 5px;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #fff;
}
.basics_egg .egg_box .box_item.addr_p {
  height: 60px;
}
.basics_egg .egg_box .box_item .placeholder {
  color: #666666;
}
.basics_egg .egg_box .box_item .iconfont {
  display: inline-block;
}
.basics_egg .egg_box .box_item .iconfont.icon-map-h {
  margin-right: 8px;
  color: #1E9FFF;
}
.basics_egg .egg_box .box_item .iconfont.icon-right {
  font-size: 12px;
}
.basics_egg .egg_box .box_item .weui-flex__item {
  display: inline-flex;
  align-items: center;
}
.basics_egg .egg_box .box_item .date_box {
  display: inline-block;
  padding: 0 6px;
  line-height: 22px;
  border: 1px solid #666666;
  border-radius: 5px;
}
.basics_egg .egg_box .box_item .date_box.mlr {
  margin: 0 2px;
}
.basics_egg .egg_box .box_item .send_num {
  padding-left: 50px;
}
.result {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #666;
  background-color: #fff;
}
.result .img {
  margin-bottom: 30px;
  display: block;
  width: 70px;
}
.result .label {
  margin-bottom: 15px;
  font-size: 18px;
  color: #0272C4;
}
.service_page {
  padding-bottom: 20px;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.service_page .basics_egg {
  position: relative;
}
.service_page .egg_content {
  min-height: auto;
  height: auto;
}
.service_page .egg_content.editplan .box_item {
  padding: 0;
  height: 30px;
  color: #999999;
  background-color: #fff;
  pointer-events: none;
}
.service_page .egg_content.editplan .box_item .label {
  color: #222;
}
.service_page .egg_content.editplan .box_item.addr_p {
  margin-bottom: 10px;
  height: 40px;
}
.service_page .egg_content.editplan .box_item.addr_p .placeholder {
  color: #222;
}
.service_page .egg_content.editplan .box_item .iconfont.icon-right,
.service_page .egg_content.editplan .box_item .send_num {
  display: none;
}
.service_page .egg_content.editplan .box_item.allow {
  color: #222;
  pointer-events: auto;
}
.service_page .egg_content.editplan .box_item.allow .iconfont.icon-right,
.service_page .egg_content.editplan .box_item.allow .send_num {
  display: inline-block;
}
.service_page .egg_content.editplan .box_item.allow .fixed_num {
  display: none;
}
.service_page .egg_content.editplan,
.service_page .egg_content.fahuo {
  display: none;
  opacity: 0;
  height: 0;
  transition: all .3s;
}
.service_page .egg_content.editplan.show,
.service_page .egg_content.fahuo.show {
  display: block;
  opacity: 1;
  height: auto;
}
.service_page .fa_plan {
  position: relative;
  z-index: 1;
  margin-top: -26px;
  padding: 15px 0 0;
  background-color: #fff;
}
.service_page .fa_plan .more {
  font-size: 12px;
  color: #222;
  text-align: center;
}
.service_page .fa_plan .more .iconfont {
  display: inline-block;
  font-size: 12px;
}
.service_page .fa_plan .more.open .iconfont {
  transform: rotate(180deg);
}
.service_page .plan_line {
  padding: 15px 0 10px;
}
.service_page .plan_label {
  position: relative;
  font-size: 14px;
  color: #222;
  text-align: center;
  font-weight: bold;
}
.service_page .plan_label .line {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
}
.service_page .plan_label .label {
  position: relative;
  z-index: 1;
}
.service_page .plan_item {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 5px 0;
  width: calc(33.33% - 6px);
  height: 165px;
  font-size: 14px;
  border-radius: 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.service_page .plan_item .status {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 28px;
}
.service_page .plan_item .label {
  margin-bottom: 10px;
}
.service_page .plan_item .btn {
  display: inline-block;
  margin: 5px auto 0;
  width: 65px;
  line-height: 18px;
  font-size: 10px;
  border: 1px solid transparent;
  border-radius: 18px;
  text-align: center;
}
.service_page .plan_item.ywc,
.service_page .plan_item.opre {
  color: #222222;
  background-color: #F5F5F5;
}
.service_page .plan_item.ywc .btn,
.service_page .plan_item.opre .btn {
  border-color: #222222;
}
.service_page .plan_item.fhz {
  color: #fff;
  background-color: #FF6B6B;
}
.service_page .plan_item.fhz .btn {
  border-color: #ffffff;
}
.service_page .plan_item.dfh {
  color: #773A28;
  background-color: #E7C68F;
}
.service_page .plan_item.dfh .btn {
  border-color: #773a28;
}
.service_page .plan_item:nth-child(3n) {
  margin-right: 0;
}
.service_page .plan_item.opre {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.service_page .plan_item.opre .img {
  display: block;
  margin-bottom: 10px;
  width: 30px;
}
.service_page .opre_sec {
  margin-top: 10px;
  text-align: right;
}
.service_page .opre_sec .btn {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 32px;
  font-size: 13px;
  border: 1px solid #222222;
  border-radius: 15px;
}
.service_page .opre_sec .btn.save {
  color: #fff;
  border-color: #1E9FFF;
  background-color: #1E9FFF;
}
.ti {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #FAFAFA;
}
.ti_bg {
  position: relative;
  width: 100%;
  height: 140px;
}
.ti_bg .bg {
  width: 100%;
  height: 100%;
}
.ti_bg .iconfont {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  font-size: 14px;
  color: #000;
}
.ti_box {
  position: relative;
  margin: 15px;
  padding: 15px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.ti_box .logo {
  display: block;
  margin: -35px auto 10px;
  width: 140px;
  height: 45px;
}
.ti_box .label {
  font-size: 14px;
  color: #333;
  text-align: left;
}
.ti_box .date_con {
  text-align: right;
}
.ti_box .time {
  color: #0060AF;
  font-size: 14px;
  font-weight: bold;
}
.ti_box .time.send {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}
.ti_box .edit {
  display: inline-block;
  margin-top: -2px;
  width: 30px;
  height: 15px;
  line-height: 15px;
  border: 1px solid #0276C6;
  border-radius: 8px;
  font-size: 9px;
  color: #0060AF;
  text-align: center;
  vertical-align: middle;
}
.ti_box .send_head {
  margin-bottom: 15px;
  height: 25px;
  line-height: 25px;
}
.ti_box .send_head .tab_con {
  text-align: right;
  border-radius: 5px;
  border: 1px solid #0060AF;
  box-sizing: border-box;
  overflow: hidden;
}
.ti_box .send_head .tab_con .tab_item {
  display: inline-block;
  width: 70px;
  line-height: 23px;
  text-align: center;
  color: #0060AF;
  font-size: 12px;
}
.ti_box .send_head .tab_con .tab_item.active {
  color: #fff;
  background: linear-gradient(0deg, #0070c0 0%, #20aff5 100%);
}
.ti_box .send_box {
  background-color: #FAFAFA;
}
.ti_box .send_box .send_item {
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.ti_head {
  margin-top: -60px;
  font-weight: bold;
}
.ti .addr_box {
  position: relative;
  overflow: hidden;
}
.ti .addr_box .icon {
  width: 16px;
  height: 16px;
}
.ti .addr_box .icon .addr {
  display: block;
  width: 100%;
  height: 100%;
}
.ti .addr_box .con_box {
  text-align: left;
}
.ti .addr_box .con_box .name {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.ti .addr_box .con_box .name .tel {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}
.ti .addr_box .con_box .addr {
  font-size: 13px;
  color: #666;
}
.ti .addr_box .iconfont {
  font-size: 13px;
  color: #999;
}
.ti .addr_box .iconfont.icon-gou {
  position: relative;
  top: -3px;
  font-weight: bold;
  color: #1E9FFF;
  font-size: 16px;
}
.ti .addr_box .check_btn {
  width: 40px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  border: 1px solid #8A857C;
  border-radius: 15px;
  font-size: 12px;
  color: #808080;
}
.ti .addr_box .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.ti .addr_box .addr_opre {
  position: relative;
  top: 5px;
  padding-top: 10px;
  justify-content: space-between;
}
.ti .addr_box .addr_opre::before {
  display: block;
  content: '';
  position: absolute;
  left: -50%;
  bottom: 30px;
  width: 200%;
  height: 1px;
  background-color: #eee;
}
.ti .addr_box .addr_opre .opre_status {
  font-size: 12px;
  color: #666;
}
.ti .addr_box .addr_opre .opre_status .iconfont {
  position: relative;
  margin-right: 5px;
  top: 1px;
  font-size: 16px;
  color: #B0A99E;
}
.ti .addr_box .addr_opre .opre_status .iconfont.icon-finish {
  color: #1E9FFF;
}
.ti .addr_box .addr_opre .opre_status.active {
  color: #1E9FFF;
}
.ti .addr_box .addr_opre .opre_item {
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}
.ti .addr_box .addr_opre .opre_item .iconfont {
  margin: 5px;
  font-size: 12px;
  color: #999;
}
.ti_btn {
  display: block;
  margin: 80px auto 15px;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #0060AF;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(0deg, #f5de1e 0%, #fff100 100%);
  border-radius: 20px;
}
.ti .addr_foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #FAFAFA;
}
.ti .addr_foot .addr_btn {
  display: block;
  margin: 20px 15px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1E9FFF;
  border-radius: 20px;
}
.page_modal {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: all .3s;
  background-color: rgba(0, 0, 0, 0.5);
}
.page_modal.show {
  top: 0;
}
.page_modal .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding: 15px;
  width: 300px;
  font-size: 14px;
  color: #222;
  line-height: 22px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.page_modal .label {
  margin-bottom: 15px;
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.page_modal .label .icon {
  display: inline-block;
  width: 20px;
}
.page_modal .btn {
  display: inline-block;
  margin-top: 15px;
  width: 115px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1E9FFF;
  border-radius: 20px;
}
.page_modal.member_modal .modal_content {
  position: relative;
  padding: 0;
  width: 300px;
  background-color: transparent;
}
.page_modal.member_modal .bg {
  display: block;
  width: 100%;
}
.page_modal.member_modal .img_btn {
  position: absolute;
  width: 240px;
  left: 50%;
  top: 340px;
  transform: translateX(-50%);
}
.page_modal.member_modal .img_btn .img {
  display: block;
  width: 100%;
}
.page_modal.member_modal .iconfont.icon-guanbi {
  display: block;
  margin-top: 30px;
  font-size: 36px;
  color: #fff;
}
.page_modal.member_modal.service_modal {
	padding-top: 50px; text-align: center;
}
.page_modal.member_modal.service_modal .icon { display: inline-block; margin-top: -100px; width: 40px; }
.order_status {
  position: relative;
  z-index: 9;
  margin: -120px 0 0 15px;
  width: 136px;
  height: 55px;
}
.order_status .status {
  width: 100%;
  height: 100%;
}
.order_head {
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background-color: #FEE301;
  font-size: 18px;
  color: #222;
  font-weight: bold;
}
.order_head .iconfont {
  top: 0;
}
.order_box .box_center {
  margin-bottom: 8px;
  align-items: center;
}
.order_box .box_center .desc {
  font-size: 12px;
  color: #666;
}
.order_box .label {
  font-size: 14px;
  color: #222;
  font-weight: bold;
}
.order_box .wuliu {
  display: inline-block;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #FEE301;
  border-radius: 10px;
  color: #0060AF;
  font-size: 12px;
}
.order_box .order_info {
  font-size: 14px;
  color: #222;
  text-align: left;
}
.order_box .order_product,
.order_box .order_item {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  text-align: left;
}
.order_box .order_item {
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
}
.wuliu {
  background-color: #fff;
}
.wuliu .order_head {
  background-color: #fff;
}
.wuliu_box {
  padding: 15px 0;
}
.wuliu_head {
  padding-bottom: 10px;
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.wuliu_tips {
  padding-top: 10px;
  font-size: 13px;
  color: #333;
}
.wuliu_list {
  position: relative;
}
.wuliu_item {
  position: relative;
  padding: 12px 0;
  margin-left: 24px;
  border-bottom: 1px solid #eee;
  color: #999;
  font-size: 12px;
}
.wuliu_item::before {
  position: absolute;
  left: -17px;
  top: 17px;
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  background: #ddd;
  border-radius: 50%;
}
.wuliu_item::after {
  position: absolute;
  left: -13px;
  top: 20px;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
}
.wuliu_item:first-child {
  color: #222;
}
.wuliu_item:first-child::before {
  background: rgba(30, 76, 43, 0.9);
}
.wuliu_item:first-child::after {
  background: rgba(30, 76, 43, 0.9);
}
.wuliu_item:last-child::after {
  display: none;
}
.add-addr .weui-label,
.add-addr .weui-cell__bd,
.add-addr .weui-input {
  font-size: 14px;
}
.add-addr .addr_default .weui-cell__bd {
  text-align: right;
}
.add-addr .addr_default .weui-cell__bd .weui-switch {
  transform: scale(0.8);
}
.add-addr .addr_bot {
  margin-top: 30px;
}
.add-addr .addr_bot .weui-flex__item {
  margin-right: 30px;
}
.add-addr .addr_bot .weui-flex__item:last-child {
  margin: 0;
}
.add-addr .addr_bot button {
  color: #fff;
}
.add-addr .addr_bot button.del-btn {
  background-color: #fff!important;
  color: #999;
}
.add-addr .addr_bot button::after {
  display: none;
}
.team {
  height: 100vh;
  background-color: #fafafa;
}
.team_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  height: 150px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #1E9FFF;
  box-sizing: border-box;
}
.team_box .num {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}
.team_box::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #fafafa;
  border-radius: 10px 10px 0 0;
}
.team_list {
  padding: 150px 15px 15px;
}
.team_item {
  padding: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  border-radius: 10px;
}
.team_item .name {
  margin-bottom: 5px;
  font-size: 14px;
  color: #222;
}
.team_item .avatar_box {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.team_item .avatar_box .img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.feedback_box {
  padding: 15px;
  margin: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.feedback_box .textarea {
  width: 100%;
}
.feedback_box .upload_box {
  position: relative;
  margin: 10px 10px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #F5F5F5;
  border-radius: 5px;
  vertical-align: top;
}
.feedback_box .upload_box .img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback_box .upload_box .iconfont {
  font-size: 30px;
  color: #CCCCCC;
}
.feedback_btn {
  display: block;
  margin: 50px 15px 20px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1E9FFF;
  border-radius: 20px;
}
.invite {
  height: 100vh;
  background-color: #FFEFD2;
}
.invite .qrcode {
  width: 100%;
}
.invite .btn {
  margin: 30px;
  display: inline-block;
  width: calc(100% - 60px);
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: #FE6209;
  border-radius: 25px;
}
.page {
  padding-bottom: 50px; /* 为底部导航栏预留空间 */
}

/* 快捷入口样式 */
.shortcut-grid {
  background-color: #fff;
  margin-top: 5px;
  padding: 10px 0;
}

.shortcut-title {
  font-size: 14px;
  color: #666;
  padding: 0 15px 10px;
}

.weui-grid {
  padding: 12px 0;
}

.weui-grid__icon {
  width: 40px;
  height: 40px;
}

.weui-grid__label {
  font-size: 13px;
  margin-top: 5px;
}

/* 待办事项样式 */
.todo-section {
  margin-top: 10px;
  background-color: #fff;
}

.section-title {
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title__more {
  color: #2d8cf0;
  font-size: 13px;
}

.todo-item {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.todo-item__text {
  font-size: 14px;
}

.todo-item__badge {
  background-color: #ff4d4f;
  color: #fff;
  border-radius: 12px;
  padding: 2px 8px;
  font-size: 12px;
}

/* 公告通知样式 */
.notice-item {
  padding: 6px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
}

.notice-item__icon {
  width: 36px;
  height: 36px;
  background-color: #e8f3ff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}

.notice-item__content {
  flex-grow: 1;
}

.notice-item__title {
  font-size: 14px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-item__time {
  font-size: 12px;
  color: #999;
}

/* 底部导航固定样式 */
.weui-tabbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  background-color: #fff;
  border-top: 1px solid #eee;
}
/**/
.weui-bar__item_on >.weui-tabbar__label{
  color: #0d65a3 !important;
}
.weui-tabbar__item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.weui-tabbar__icon {
  width: 24px;
  height: 24px;
}

.weui-tabbar__label {
  font-size: 11px;
  margin-top: 2px;
}

/* 消息提示点 */
.badge-dot {
  position: absolute;
  top: 3px;
  right: 18px;
  width: 8px;
  height: 8px;
  background-color: #ff4d4f;
  border-radius: 50%;
}
/*项目*/
.project-item {
  margin:5px 3px;
  padding:6px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.project-row {
  display: flex;
  margin-bottom: 6px;
  font-size: 14px;
}
.project-label {
  min-width: 70px;
  color: #999;
}
.project-value {
  flex: 1;
  min-width: 140px;
  word-break: break-all;

}
.status-badge {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 12px;
}
/*进行中*/
.status-1 { background: #e6f7ff; color: #1890ff; }
/*已完成*/
.status-2 { background: #f6ffed; color: #52c41a; }
/*已延期*/
.status-3 { background: #fff2f0; color: #f5222d; }
/* 操作按钮样式 */
.action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 5px;
}

.action-btn {
  font-size: 14px;
  color: #409eff;
}
.add-btn {
  position: fixed;
  right: 15px;
  top: 30%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #409eff;
  color: white;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
/*任务列表样式*/
/* 顶部固定区域 */
/* 顶部固定区域 */
.fixed-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid #eee;
}

/* 分类滚动容器 */
.category-scroll {
  overflow-x: auto;
  white-space: nowrap;
  padding: 5px 15px;
  background-color: #fff;
  -ms-overflow-style: none;  /* IE和Edge */
  scrollbar-width: none;  /* Firefox */
}
.category-scroll::-webkit-scrollbar {
  display: none;
}
/* 分类项样式 */
.category-item {
  display: inline-block;
  padding: 8px 12px;
  margin-right: 10px;
  font-size: 15px;
  color: #666;
  position: relative;
  cursor: pointer;
}

.category-item.active {
  color: #5DADE2; /* 浅蓝色 */
  font-weight: 500;
}

.category-item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background-color: #5DADE2; /* 浅蓝色下划线 */
  border-radius: 1px;
}

/* 条件选择区域 */
.filter-row {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
}

.month-select, .status-select {
  flex: 1;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
}

.month-select {
  margin-right: 10px;
}

/* 搜索区域 */
.search-row {
  display: flex;
  padding: 5px 15px;
  background-color: #fff;
  border-top: 1px solid #f5f5f5;
}

.search-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  outline: none;
}

.search-btn {
  padding: 8px 15px;
  background-color: #5DADE2; /* 浅蓝色按钮 */
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  cursor: pointer;
}

/* 任务列表容器 */
.task-list-container {
  margin-top: 150px; /* 固定区域高度 */
  padding-bottom: 20px;
  margin-bottom: 100px;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important; /* 启用原生滚动 */
}

/* 任务项样式 */
.task-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 15px;
  margin:  0px 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  position: relative;
  margin-bottom: 10px;
}

/* 任务状态标签 */
.task-status {
  position: absolute;
  top: 12px;
  right: 15px;
  padding: 3px 8px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
}

.status-pending {
  background-color: #FFF3CD;
  color: #856404;
}

.status-completed {
  background-color: #D4EDDA;
  color: #155724;
}

.status-rejected {
  background-color: #F8D7DA;
  color: #721C24;
}

/* 四列网格布局 */
.four-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 10px;
  margin-bottom: 10px;
}

.grid-item {
  font-size: 14px;
}

.grid-label {
  color: #888;
  margin-right: 4px;
}

.grid-value {
  color: #333;
}

/* 单独行的项目 */
.single-row-item {
  margin-bottom: 8px;
}

.item-label {
  display: inline-block;
  width: 70px;
  color: #888;
  font-size: 14px;
  vertical-align: top;
}

.item-content {
  display: inline-block;
  width: calc(100% - 75px);
  font-size: 14px;
  line-height: 1.5;
}

/* 操作按钮区域 */
.task-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #eee;
}

.action-btn {
  padding: 5px 12px;
  margin-left: 8px;
  font-size: 13px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.btn-view {
  background-color: #E8F4FD;
  color: #5DADE2;
}

.btn-edit {
  background-color: #FFF8E1;
  color: #FF9800;
}

.btn-delete {
  background-color: #FEE;
  color: #F44336;
}

/* 滚动条样式优化 */
::-webkit-scrollbar {
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

/*    员工弹框*/
.employee-list {
  background-color: #fff;
}
.employee-item {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}


.weui-mask {
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}
.weui-mask_show {
  opacity: .7;
  pointer-events: auto;
}
/*.weui-dialog {*/
/*  transform: translate(0, 50%);*/
/*  transition: transform .3s;*/
/*  opacity: 0;*/

/*}*/
.weui-dialog_show {
  transform: translate(0, -50%);
  opacity: 1;
}
.dialog-content {
  max-height: 60vh;
  overflow-y: auto;
  width: 100%;
}
/*弹出的输入框的样式*/
/*.custom-classname > .weui-dialog{*/
/*  left: 10%;*/
/*  top:20%*/
/*}*/

/* 弹窗背景遮罩 */
.employee-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  justify-content: flex-end;
}

/* 弹窗容器 */
.employee-popup {
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
/*员工弹框样式选择*/
/* 弹窗显示状态 */
.employee-mask.show {
  display: flex;
}

.employee-mask.show .employee-popup {
  transform: translateY(0);
}

/* 弹窗标题栏 */
.employee-header {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.employee-title {
  width: 120px;
  font-size: 16px;
  font-weight: bold;
  color: #1E9FFF;
}

/* 搜索框样式 */
.employee-search {
  padding: 16px;
}

/* 员工列表样式 */
.employee-list {
  flex: 1;
  overflow-y: auto;
}

.employee-item {
  padding: 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.employee-item:hover {
  background-color: #f5f5f5;
}

.employee-info {
  flex: 1;
}
.employee-name {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.employee-phone {
  font-size: 14px;
  color: #666;
}

.employee-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
}

/* 空状态样式 */
.empty-state {
  padding: 40px 20px;
  text-align: center;
  color: #999;
}

.empty-state .weui-icon-info-circle {
  font-size: 50px;
  margin-bottom: 16px;
  color: #ccc;
}