.weui-btn_primary {
  height: 45px;
  border-radius: 25px!important;
  background-color: #1e4c2b !important;
}
.weui-cells_checkbox .weui-check:checked + .weui-icon-checked:before {
  color: #1e4c2b !important;
}
.weui-btn_primary:not(.weui-btn_disabled):active,
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  background-color: #1e4c2b !important;
}
.weui-switch-cp__input:checked ~ .weui-switch-cp__box,
.weui-switch:checked {
  border-color: #1e4c2b !important;
}
body {
  width: 100%;
  min-height: 100vh;
}
.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: 15px;
  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: 15px;
  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: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1e4c2b;
  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: #1e4c2b;
  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: #1e4c2b;
  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: #1e4c2b;
  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: #1e4c2b;
  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: 15px;
  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: #1e4c2b;
}
.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: 15px;
  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: #1e4c2b;
  background-color: #1e4c2b;
}
.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: 15px;
  color: #000;
}
.ti_box {
  position: relative;
  margin: 15px;
  padding: 15px;
  font-size: 15px;
  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: #1e4c2b;
  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: #1e4c2b;
}
.ti .addr_box .addr_opre .opre_status.active {
  color: #1e4c2b;
}
.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: 15px;
  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: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1e4c2b;
  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: 15px;
  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: 15px;
  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: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #1e4c2b;
  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: 15px;
  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: 15px;
  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: #1e4c2b;
  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: 15px;
  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: 15px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #1e4c2b;
  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;
}
