page .anyui-switch-wrap {
  background-color: #fff;
  width: 98rpx;
  height: 58rpx;
  border-width: 2;
  border: 2rpx solid #e8e8e8;
  border-radius: 29rpx 29rpx 29rpx 29rpx;
}

page .anyui-switch-circle {
  background-color: #fff;
  width: 54rpx;
  height: 54rpx;
  border-width: 2;
  border: 2rpx solid #e8e8e8;
  border-radius: 29rpx 29rpx 29rpx 29rpx;
}