

.check-switch-container[data-v-60ba9a7c] {
  width: 100%;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 1.25rem;
  border: 0.0625rem solid #d6d8de;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.check-switch-container.disabled[data-v-60ba9a7c] {
  opacity: 0.8;
}
.check-switch-container .checked-item[data-v-60ba9a7c],
.check-switch-container .unchecked-item[data-v-60ba9a7c] {
  width: 50%;
  text-align: center;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 400;
  color: #b2b5bf;
  line-height: 2.5rem;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.check-switch-container .checked-item.actived[data-v-60ba9a7c],
.check-switch-container .unchecked-item.actived[data-v-60ba9a7c] {
  color: #ffffff;
  font-weight: 600;
}
.check-switch-container .switch-node[data-v-60ba9a7c] {
  position: absolute;
  left: 0.0625rem;
  top: 0.0625rem;
  width: 50%;
  height: 2.25rem;
  background: #005bb5;
  -webkit-box-shadow: 0 0.125rem 0.1875rem 0 rgba(15, 44, 104, 0.3);
          box-shadow: 0 0.125rem 0.1875rem 0 rgba(15, 44, 104, 0.3);
  border-radius: 1.125rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.check-switch-container .switch-node.actived2[data-v-60ba9a7c] {
  left: 50%;
}
.check-switch-container.checkType3 .checked-item[data-v-60ba9a7c] {
  width: 25%;
}
.check-switch-container.checkType3 .switch-node[data-v-60ba9a7c] {
  width: 25%;
}
.check-switch-container.checkType3 .switch-node.actived2[data-v-60ba9a7c] {
  left: 25%;
}
.check-switch-container.checkType3 .switch-node.actived3[data-v-60ba9a7c] {
  left: 50%;
}
.check-switch-container.checkType3 .switch-node.actived4[data-v-60ba9a7c] {
  left: 75%;
}
[data-v-60ba9a7c]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

.execute-list-container[data-v-ea0d6b40] {
  margin-bottom: 0.75rem;
}
.execute-list-container .execute-field[data-v-ea0d6b40] {
  padding-left: 2.25rem;
  background: #fff;
}
.execute-list-container .execute-item[data-v-ea0d6b40] {
  background: #ffffff;
  padding: 0.75rem 1rem;
  background: #fff;
  -webkit-box-shadow: inset 0 0.0625rem 0 0 #e5e6eb;
          box-shadow: inset 0 0.0625rem 0 0 #e5e6eb;
}
.execute-list-container .execute-item[data-v-ea0d6b40]:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.execute-list-container .execute-item .execute-title[data-v-ea0d6b40] {
  font-size: 1rem;
  font-weight: 400;
  color: #0b0d0f;
  line-height: 1.375rem;
}
.execute-list-container .execute-item .el-icon-location[data-v-ea0d6b40] {
  color: #005BB5;
}
.execute-list-container .execute-item .el-icon-location[data-v-ea0d6b40] .van-field__label {
  margin-left: 0.1875rem;
  color: #005BB5;
  margin-top: -0.125rem;
}
.execute-list-container .execute-item .el-icon-location[data-v-ea0d6b40] .van-field__control {
  margin-left: -1.6875rem;
  color: #005BB5;
  margin-top: -0.125rem;
}
[data-v-ea0d6b40]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

.content[data-v-492a101c] {
  background-color: #f7f8fa;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10rem;
}
.content .nav-title[data-v-492a101c] {
  padding: 0.625rem;
  color: #0279ff;
}
.content .section[data-v-492a101c] {
  padding: 0.875rem 1rem;
  margin-bottom: 0.75rem;
  background: #fff;
}
.content .section .title[data-v-492a101c] {
  border-radius: 0.25rem;
  border: 0.0625rem solid #d5d9dd;
  padding: 0.5625rem 0.75rem;
}
.content .section .title .label[data-v-492a101c] {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 1.375rem;
}
.content .section .title .value[data-v-492a101c] {
  font-size: 1.0625rem;
  font-weight: normal;
  color: #0b0d0f;
  line-height: 1.5rem;
}
.content .footer-bar[data-v-492a101c] {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 1rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 6.875rem;
  padding: 1rem;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.16);
}
[data-v-492a101c]:export {
  menuBg: #005BB5;
  mainColor: #0B0D0F;
  secondColor: #576675;
  thirdColor: #8A99A8;
  dangerColor: #F53D3D;
}

