.weui-cell_radio .weui-check + .weui-icon-checked.weui-icon-is-checked {
  color: var(--weui-BRAND);mask-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.657%2018.435L3%2012.778l1.414-1.414%204.95%204.95L20.678%205l1.414%201.414-12.02%2012.021a1%201%200%2001-1.415%200z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
}
.weui-cell_checkbox .weui-check + .weui-icon-checked {
  mask: none;background: transparent url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.1' y='0.6' width='22.8' height='22.8' rx='11.4' stroke='black' stroke-opacity='0.3' style='stroke:black;stroke-opacity:0.3;' stroke-width='1.2'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;background-size: 100% 2.4em;
}
.weui-cell_checkbox .weui-check + .weui-icon-checked.weui-icon-is-checked {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='24' height='24' rx='12' fill='%2307C160' style='fill:%2307C160;fill:color(display-p3 0.0275 0.7569 0.3765);fill-opacity:1;'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2712 16.2899L6.5 12.5187L7.44281 11.5759L10.7426 14.8757L18.2851 7.33325L19.2279 8.27606L11.214 16.2899C10.9537 16.5503 10.5316 16.5503 10.2712 16.2899Z' fill='white' style='fill:white;fill-opacity:1;'/%3E%3C/svg%3E%0A");
}
.weui-cell_wxss.weui-cell_wxss::before {
  display: flex;
}
.weui-cell_radio .weui-check + .weui-icon-checked {
  color: transparent;
}
.weui-cell_radio .weui-check + .weui-icon-checked {
  background-color: transparent;
}
.weui-cell_radio .weui-check + .weui-icon-checked.weui-icon-is-checked {
  /* skyline 不支持 attribute selector */
  background-color: var(--weui-BRAND);
}
.weui-cell_checkbox .weui-check + .weui-icon-checked.weui-icon-is-checked {
  /* skyline 不支持 attribute selector */
}


