/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
:root {
  --N00-raw: 255, 255, 255;
  --N00: rgb(var(--N00-raw));
  --ud-neutral-color-1: var(--N00);
  --N50-raw: 245, 246, 247;
  --N50: rgb(var(--N50-raw));
  --ud-neutral-color-2: var(--N50);
  --N100-raw: 242, 243, 245;
  --N100: rgb(var(--N100-raw));
  --ud-neutral-color-3: var(--N100);
  --N200-raw: 239, 240, 241;
  --N200: rgb(var(--N200-raw));
  --ud-neutral-color-4: var(--N200);
  --N300-raw: 222, 224, 227;
  --N300: rgb(var(--N300-raw));
  --ud-neutral-color-5: var(--N300);
  --N400-raw: 187, 191, 196;
  --N400: rgb(var(--N400-raw));
  --ud-neutral-color-6: var(--N400);
  --N500-raw: 143, 149, 158;
  --N500: rgb(var(--N500-raw));
  --ud-neutral-color-7: var(--N500);
  --N600-raw: 100, 106, 115;
  --N600: rgb(var(--N600-raw));
  --ud-neutral-color-8: var(--N600);
  --N650-raw: 81, 86, 93;
  --N650: rgb(var(--N650-raw));
  --ud-neutral-color-9: var(--N650);
  --N700-raw: 55, 60, 67;
  --N700: rgb(var(--N700-raw));
  --ud-neutral-color-10: var(--N700);
  --N800-raw: 43, 47, 54;
  --N800: rgb(var(--N800-raw));
  --ud-neutral-color-11: var(--N800);
  --N900-raw: 31, 35, 41;
  --N900: rgb(var(--N900-raw));
  --ud-neutral-color-12: var(--N900);
  --B500-raw: 51, 112, 255;
  --B500: rgb(var(--B500-raw));
  --primary-pri-500: var(--B500);
  --B400-raw: 78, 131, 253;
  --B400: rgb(var(--B400-raw));
  --primary-pri-400: var(--B400);
  --B600-raw: 36, 91, 219;
  --B600: rgb(var(--B600-raw));
  --primary-pri-600: var(--B600);
  --text-title: var(--N900);
  --static-white: #ffffff;
  --text-disabled: var(--N400);
  --bg-body: var(--N00);
  --udtoken-component-outlined-bg: var(--bg-body);
  --fill-disabled: var(--N400);
  --R500-raw: 245, 74, 69;
  --R500: rgb(var(--R500-raw));
  --function-danger-500: var(--R500);
  --primary-pri-500-raw: var(--B500-raw);
  --udtoken-btn-text-bg-pri-hover: rgba(var(--primary-pri-500-raw), 0.1);
  --udtoken-btn-text-bg-pri-pressed: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-btn-pri-text-disabled: var(--static-white);
  --B300-raw: 130, 167, 252;
  --B300: rgb(var(--B300-raw));
  --primary-pri-300: var(--B300);
  --R400-raw: 247, 105, 100;
  --R400: rgb(var(--R400-raw));
  --function-danger-400: var(--R400);
  --R600-raw: 216, 57, 49;
  --R600: rgb(var(--R600-raw));
  --function-danger-600: var(--R600);
  --R300-raw: 249, 142, 139;
  --R300: rgb(var(--R300-raw));
  --function-danger-300: var(--R300);
  --N350-raw: 208, 211, 214;
  --N350: rgb(var(--N350-raw));
  --line-border-component: var(--N350);
  --udtoken-btn-se-bg-neutral-hover: var(--N100);
  --udtoken-btn-se-bg-neutral-pressed: var(--N200);
  --udtoken-component-text-disabled-loading: var(--N500);
  --B100-raw: 225, 234, 255;
  --B100: rgb(var(--B100-raw));
  --primary-pri-100: var(--B100);
  --udtoken-btn-se-bg-pri-hover: var(--primary-pri-100);
  --B200-raw: 186, 206, 253;
  --B200: rgb(var(--B200-raw));
  --primary-pri-200: var(--B200);
  --udtoken-btn-se-bg-pri-pressed: var(--primary-pri-200);
  --R100-raw: 253, 226, 226;
  --R100: rgb(var(--R100-raw));
  --function-danger-100: var(--R100);
  --udtoken-btn-se-bg-danger-hover: var(--function-danger-100);
  --R200-raw: 251, 191, 188;
  --R200: rgb(var(--R200-raw));
  --function-danger-200: var(--R200);
  --udtoken-btn-se-bg-danger-pressed: var(--function-danger-200);
  --icon-n1: var(--N800);
  --icon-disabled: var(--N400);
  --udtoken-btn-text-bg-neutral-hover: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-text-bg-neutral-pressed: rgba(var(--N900-raw), 0.2);
  --text-placeholder: var(--N500);
  --function-danger-500-raw: var(--R500-raw);
  --udtoken-btn-text-bg-danger-hover: rgba(var(--function-danger-500-raw), 0.1);
  --udtoken-btn-text-bg-danger-pressed: rgba(var(--function-danger-500-raw), 0.2);
  --fill-hover: rgba(var(--N900-raw), 0.08);
  --fill-pressed: rgba(var(--N900-raw), 0.12);
  --fill-selected: rgba(var(--primary-pri-500-raw), 0.08);
  --bg-tips: var(--N900);
  --bg-float: var(--N00);
  --line-border-card: var(--N300);
  --bg-mask: rgba(0, 0, 0, 0.4);
  --line-divider-default: rgba(var(--N900-raw), 0.15);
  --shadow-default-raw: var(--N900-raw);
  --shadow-s5-down: 0px 10px 36px 10px rgba(var(--shadow-default-raw), 0.04), 0px 8px 24px rgba(var(--shadow-default-raw), 0.04), 0px 6px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --G400-raw: 98, 210, 86;
  --G400: rgb(var(--G400-raw));
  --function-success-400: var(--G400);
  --function-info-400: var(--B400);
  --O400-raw: 255, 165, 61;
  --O400: rgb(var(--O400-raw));
  --function-warning-400: var(--O400);
  --shadow-default-md: rgba(var(--N900-raw), 0.1);
  --shadow-md-down: 0px 4px 8px var(--shadow-default-md);
  --B50-raw: 240, 244, 255;
  --B50: rgb(var(--B50-raw));
  --function-info-50: var(--B50);
  --R50-raw: 254, 241, 241;
  --R50: rgb(var(--R50-raw));
  --function-danger-50: var(--R50);
  --G50-raw: 240, 251, 239;
  --G50: rgb(var(--G50-raw));
  --function-success-50: var(--G50);
  --O50-raw: 255, 245, 235;
  --O50: rgb(var(--O50-raw));
  --function-warning-50: var(--O50);
  --text-caption: var(--N600);
  --icon-n2: var(--N600);
  --icon-n3: var(--N500);
  --udtoken-input-bg-disabled: var(--N200);
  --fill-tag: rgba(var(--N900-raw), 0.1);
  --bg-base: var(--N100);
  --fill-active: rgba(var(--primary-pri-500-raw), 0.12);
  --udtoken-sliding-block-bg-disabled-loading: var(--N00);
  --shadow-s1-down: 0px 1px 2px -2px rgba(var(--shadow-default-raw), 0.02), 0px 2px 4px rgba(var(--shadow-default-raw), 0.02), 0px 2px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-down: 0px 4px 16px 4px rgba(var(--shadow-default-raw), 0.03), 0px 4px 8px rgba(var(--shadow-default-raw), 0.02), 0px 2px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s3-down: 0px 6px 18px 6px rgba(var(--shadow-default-raw), 0.03), 0px 3px 6px -6px rgba(var(--shadow-default-raw), 0.05), 0px 4px 8px rgba(var(--shadow-default-raw), 0.03);
  --Y500-raw: 255, 198, 10;
  --Y500: rgb(var(--Y500-raw));
  --udtoken-table-bg-expand: var(--N100);
  --udtoken-table-bg-head: var(--N100);
  --udtoken-table-bg-hover: var(--N200);
  --udtoken-table-bg-pressed: var(--N300);
  --shadow-s1-right: 1px 0px 2px -2px rgba(var(--shadow-default-raw), 0.02), 2px 0px 4px rgba(var(--shadow-default-raw), 0.02), 2px 0px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s1-left: -1px 0px 2px -2px rgba(var(--shadow-default-raw), 0.02), -2px 0px 4px rgba(var(--shadow-default-raw), 0.02), -2px 0px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --udtoken-steps-bg-hover: rgba(var(--primary-pri-500-raw), 0.08);
  --B700-raw: 28, 76, 186;
  --B700: rgb(var(--B700-raw));
  --B800-raw: 19, 60, 154;
  --B800: rgb(var(--B800-raw));
  --B900-raw: 12, 41, 110;
  --B900: rgb(var(--B900-raw));
  --C100-raw: 253, 221, 239;
  --C100: rgb(var(--C100-raw));
  --C200-raw: 249, 174, 217;
  --C200: rgb(var(--C200-raw));
  --C300-raw: 245, 122, 192;
  --C300: rgb(var(--C300-raw));
  --C400-raw: 241, 75, 169;
  --C400: rgb(var(--C400-raw));
  --C50-raw: 254, 241, 248;
  --C50: rgb(var(--C50-raw));
  --C500-raw: 240, 29, 148;
  --C500: rgb(var(--C500-raw));
  --C600-raw: 199, 16, 119;
  --C600: rgb(var(--C600-raw));
  --C700-raw: 158, 19, 97;
  --C700: rgb(var(--C700-raw));
  --C800-raw: 122, 15, 75;
  --C800: rgb(var(--C800-raw));
  --C900-raw: 82, 10, 50;
  --C900: rgb(var(--C900-raw));
  --G100-raw: 217, 245, 214;
  --G100: rgb(var(--G100-raw));
  --G200-raw: 183, 237, 177;
  --G200: rgb(var(--G200-raw));
  --G300-raw: 142, 224, 133;
  --G300: rgb(var(--G300-raw));
  --G500-raw: 52, 199, 36;
  --G500: rgb(var(--G500-raw));
  --G600-raw: 46, 161, 33;
  --G600: rgb(var(--G600-raw));
  --G700-raw: 35, 123, 25;
  --G700: rgb(var(--G700-raw));
  --G800-raw: 24, 96, 16;
  --G800: rgb(var(--G800-raw));
  --G900-raw: 18, 75, 12;
  --G900: rgb(var(--G900-raw));
  --I100-raw: 224, 226, 250;
  --I100: rgb(var(--I100-raw));
  --I200-raw: 180, 185, 243;
  --I200: rgb(var(--I200-raw));
  --I300-raw: 123, 131, 234;
  --I300: rgb(var(--I300-raw));
  --I400-raw: 97, 106, 229;
  --I400: rgb(var(--I400-raw));
  --I50-raw: 242, 243, 253;
  --I50: rgb(var(--I50-raw));
  --I500-raw: 73, 84, 230;
  --I500: rgb(var(--I500-raw));
  --I600-raw: 41, 51, 199;
  --I600: rgb(var(--I600-raw));
  --I700-raw: 22, 31, 162;
  --I700: rgb(var(--I700-raw));
  --I800-raw: 10, 18, 133;
  --I800: rgb(var(--I800-raw));
  --I900-raw: 12, 18, 100;
  --I900: rgb(var(--I900-raw));
  --L100-raw: 238, 246, 198;
  --L100: rgb(var(--L100-raw));
  --L200-raw: 223, 238, 150;
  --L200: rgb(var(--L200-raw));
  --L300-raw: 210, 231, 106;
  --L300: rgb(var(--L300-raw));
  --L400-raw: 195, 221, 64;
  --L400: rgb(var(--L400-raw));
  --L50-raw: 247, 250, 229;
  --L50: rgb(var(--L50-raw));
  --L500-raw: 179, 214, 0;
  --L500: rgb(var(--L500-raw));
  --L600-raw: 143, 172, 2;
  --L600: rgb(var(--L600-raw));
  --L700-raw: 102, 121, 1;
  --L700: rgb(var(--L700-raw));
  --L800-raw: 73, 87, 0;
  --L800: rgb(var(--L800-raw));
  --L900-raw: 53, 66, 0;
  --L900: rgb(var(--L900-raw));
  --N1000-raw: 0, 0, 0;
  --N1000: rgb(var(--N1000-raw));
  --N950-raw: 15, 17, 20;
  --N950: rgb(var(--N950-raw));
  --O100-raw: 254, 234, 210;
  --O100: rgb(var(--O100-raw));
  --O200-raw: 254, 212, 164;
  --O200: rgb(var(--O200-raw));
  --O300-raw: 255, 186, 107;
  --O300: rgb(var(--O300-raw));
  --O500-raw: 255, 136, 0;
  --O500: rgb(var(--O500-raw));
  --O600-raw: 222, 120, 2;
  --O600: rgb(var(--O600-raw));
  --O700-raw: 178, 98, 6;
  --O700: rgb(var(--O700-raw));
  --O800-raw: 143, 79, 4;
  --O800: rgb(var(--O800-raw));
  --O900-raw: 107, 57, 0;
  --O900: rgb(var(--O900-raw));
  --P100-raw: 236, 226, 254;
  --P100: rgb(var(--P100-raw));
  --P200-raw: 205, 178, 250;
  --P200: rgb(var(--P200-raw));
  --P300-raw: 173, 130, 247;
  --P300: rgb(var(--P300-raw));
  --P400-raw: 147, 90, 246;
  --P400: rgb(var(--P400-raw));
  --P50-raw: 246, 241, 254;
  --P50: rgb(var(--P50-raw));
  --P500-raw: 127, 59, 245;
  --P500: rgb(var(--P500-raw));
  --P600-raw: 100, 37, 208;
  --P600: rgb(var(--P600-raw));
  --P700-raw: 78, 27, 167;
  --P700: rgb(var(--P700-raw));
  --P800-raw: 56, 13, 130;
  --P800: rgb(var(--P800-raw));
  --P900-raw: 39, 5, 97;
  --P900: rgb(var(--P900-raw));
  --R700-raw: 172, 47, 40;
  --R700: rgb(var(--R700-raw));
  --R800-raw: 129, 37, 32;
  --R800: rgb(var(--R800-raw));
  --R900-raw: 98, 28, 24;
  --R900: rgb(var(--R900-raw));
  --S100-raw: 255, 255, 204;
  --S100: rgb(var(--S100-raw));
  --S200-raw: 255, 252, 163;
  --S200: rgb(var(--S200-raw));
  --S300-raw: 255, 246, 122;
  --S300: rgb(var(--S300-raw));
  --S400-raw: 255, 242, 88;
  --S400: rgb(var(--S400-raw));
  --S50-raw: 254, 255, 240;
  --S50: rgb(var(--S50-raw));
  --S500-raw: 255, 233, 40;
  --S500: rgb(var(--S500-raw));
  --S600-raw: 229, 206, 0;
  --S600: rgb(var(--S600-raw));
  --S700-raw: 194, 168, 0;
  --S700: rgb(var(--S700-raw));
  --S800-raw: 143, 124, 0;
  --S800: rgb(var(--S800-raw));
  --S900-raw: 92, 79, 0;
  --S900: rgb(var(--S900-raw));
  --T100-raw: 213, 246, 242;
  --T100: rgb(var(--T100-raw));
  --T200-raw: 169, 239, 230;
  --T200: rgb(var(--T200-raw));
  --T300-raw: 100, 232, 214;
  --T300: rgb(var(--T300-raw));
  --T400-raw: 20, 225, 198;
  --T400: rgb(var(--T400-raw));
  --T50-raw: 234, 250, 248;
  --T50: rgb(var(--T50-raw));
  --T500-raw: 0, 214, 185;
  --T500: rgb(var(--T500-raw));
  --T600-raw: 4, 180, 156;
  --T600: rgb(var(--T600-raw));
  --T700-raw: 7, 131, 114;
  --T700: rgb(var(--T700-raw));
  --T800-raw: 3, 99, 86;
  --T800: rgb(var(--T800-raw));
  --T900-raw: 2, 75, 65;
  --T900: rgb(var(--T900-raw));
  --V100-raw: 248, 222, 248;
  --V100: rgb(var(--V100-raw));
  --V200-raw: 239, 185, 239;
  --V200: rgb(var(--V200-raw));
  --V300-raw: 229, 143, 229;
  --V300: rgb(var(--V300-raw));
  --V400-raw: 219, 102, 219;
  --V400: rgb(var(--V400-raw));
  --V50-raw: 252, 238, 252;
  --V50: rgb(var(--V50-raw));
  --V500-raw: 209, 54, 209;
  --V500: rgb(var(--V500-raw));
  --V600-raw: 178, 32, 178;
  --V600: rgb(var(--V600-raw));
  --V700-raw: 140, 33, 140;
  --V700: rgb(var(--V700-raw));
  --V800-raw: 104, 18, 104;
  --V800: rgb(var(--V800-raw));
  --V900-raw: 70, 11, 70;
  --V900: rgb(var(--V900-raw));
  --W100-raw: 217, 243, 253;
  --W100: rgb(var(--W100-raw));
  --W200-raw: 177, 232, 252;
  --W200: rgb(var(--W200-raw));
  --W300-raw: 126, 218, 251;
  --W300: rgb(var(--W300-raw));
  --W400-raw: 80, 206, 251;
  --W400: rgb(var(--W400-raw));
  --W50-raw: 236, 249, 254;
  --W50: rgb(var(--W50-raw));
  --W500-raw: 20, 192, 255;
  --W500: rgb(var(--W500-raw));
  --W600-raw: 4, 159, 215;
  --W600: rgb(var(--W600-raw));
  --W700-raw: 3, 126, 170;
  --W700: rgb(var(--W700-raw));
  --W800-raw: 0, 97, 133;
  --W800: rgb(var(--W800-raw));
  --W900-raw: 0, 71, 97;
  --W900: rgb(var(--W900-raw));
  --Y100-raw: 250, 241, 209;
  --Y100: rgb(var(--Y100-raw));
  --Y200-raw: 248, 230, 171;
  --Y200: rgb(var(--Y200-raw));
  --Y300-raw: 247, 220, 130;
  --Y300: rgb(var(--Y300-raw));
  --Y400-raw: 250, 211, 85;
  --Y400: rgb(var(--Y400-raw));
  --Y50-raw: 253, 249, 237;
  --Y50: rgb(var(--Y50-raw));
  --Y600-raw: 220, 155, 4;
  --Y600: rgb(var(--Y600-raw));
  --Y700-raw: 170, 120, 3;
  --Y700: rgb(var(--Y700-raw));
  --Y800-raw: 121, 81, 1;
  --Y800: rgb(var(--Y800-raw));
  --Y900-raw: 92, 58, 0;
  --Y900: rgb(var(--Y900-raw));
  --N00-10: rgba(var(--N00-raw), 0.1);
  --N00-15: rgba(var(--N00-raw), 0.15);
  --N00-20: rgba(var(--N00-raw), 0.2);
  --N00-30: rgba(var(--N00-raw), 0.3);
  --N00-40: rgba(var(--N00-raw), 0.4);
  --N00-5: rgba(var(--N00-raw), 0.05);
  --N00-50: rgba(var(--N00-raw), 0.5);
  --N00-60: rgba(var(--N00-raw), 0.6);
  --N00-70: rgba(var(--N00-raw), 0.7);
  --N00-80: rgba(var(--N00-raw), 0.8);
  --N00-90: rgba(var(--N00-raw), 0.9);
  --N900-10: rgba(var(--N900-raw), 0.1);
  --N900-15: rgba(var(--N900-raw), 0.15);
  --N900-20: rgba(var(--N900-raw), 0.2);
  --N900-30: rgba(var(--N900-raw), 0.3);
  --N900-40: rgba(var(--N900-raw), 0.4);
  --N900-5: rgba(var(--N900-raw), 0.05);
  --N900-50: rgba(var(--N900-raw), 0.5);
  --N900-60: rgba(var(--N900-raw), 0.6);
  --N900-70: rgba(var(--N900-raw), 0.7);
  --N900-80: rgba(var(--N900-raw), 0.8);
  --N900-90: rgba(var(--N900-raw), 0.9);
  --bg-base-raw: var(--N100-raw);
  --bg-body-raw: var(--N00-raw);
  --bg-body-overlay: var(--N50);
  --bg-body-overlay-raw: var(--N50-raw);
  --bg-content-base: #f8f9fa;
  --bg-content-base-raw: 248, 249, 250;
  --bg-filler: var(--N200);
  --bg-filler-raw: var(--N200-raw);
  --bg-float-raw: var(--N00-raw);
  --bg-float-base: var(--N100);
  --bg-float-base-raw: var(--N100-raw);
  --bg-float-overlay: var(--N50);
  --bg-float-overlay-raw: var(--N50-raw);
  --bg-float-push: rgba(var(--N00-raw), 0.8);
  --bg-mask-raw: 0, 0, 0;
  --bg-pricolor: var(--primary-pri-400);
  --primary-pri-400-raw: var(--B400-raw);
  --bg-pricolor-raw: var(--primary-pri-400-raw);
  --bg-sub-navigation: var(--bg-body-overlay);
  --bg-sub-navigation-raw: var(--bg-body-overlay-raw);
  --bg-text-selection: rgba(var(--B600-raw), 0.3);
  --bg-tips-raw: var(--N900-raw);
  --fill-disabled-raw: var(--N400-raw);
  --fill-focus: rgba(var(--N900-raw), 0.12);
  --fill-img-mask: rgba(var(--N00-raw), 0);
  --function-danger-100-raw: var(--R100-raw);
  --function-danger-200-raw: var(--R200-raw);
  --function-danger-300-raw: var(--R300-raw);
  --function-danger-400-raw: var(--R400-raw);
  --function-danger-50-raw: var(--R50-raw);
  --function-danger-600-raw: var(--R600-raw);
  --function-danger-700: var(--R700);
  --function-danger-700-raw: var(--R700-raw);
  --function-danger-800: var(--R800);
  --function-danger-800-raw: var(--R800-raw);
  --function-danger-900: var(--R900);
  --function-danger-900-raw: var(--R900-raw);
  --function-info-100: var(--B100);
  --function-info-100-raw: var(--B100-raw);
  --function-info-200: var(--B200);
  --function-info-200-raw: var(--B200-raw);
  --function-info-300: var(--B300);
  --function-info-300-raw: var(--B300-raw);
  --function-info-400-raw: var(--B400-raw);
  --function-info-50-raw: var(--B50-raw);
  --function-info-500: var(--B500);
  --function-info-500-raw: var(--B500-raw);
  --function-info-600: var(--B600);
  --function-info-600-raw: var(--B600-raw);
  --function-info-700: var(--B700);
  --function-info-700-raw: var(--B700-raw);
  --function-info-800: var(--B800);
  --function-info-800-raw: var(--B800-raw);
  --function-info-900: var(--B900);
  --function-info-900-raw: var(--B900-raw);
  --function-success-100: var(--G100);
  --function-success-100-raw: var(--G100-raw);
  --function-success-200: var(--G200);
  --function-success-200-raw: var(--G200-raw);
  --function-success-300: var(--G300);
  --function-success-300-raw: var(--G300-raw);
  --function-success-400-raw: var(--G400-raw);
  --function-success-50-raw: var(--G50-raw);
  --function-success-500: var(--G500);
  --function-success-500-raw: var(--G500-raw);
  --function-success-600: var(--G600);
  --function-success-600-raw: var(--G600-raw);
  --function-success-700: var(--G700);
  --function-success-700-raw: var(--G700-raw);
  --function-success-800: var(--G800);
  --function-success-800-raw: var(--G800-raw);
  --function-success-900: var(--G900);
  --function-success-900-raw: var(--G900-raw);
  --function-warning-100: var(--O100);
  --function-warning-100-raw: var(--O100-raw);
  --function-warning-200: var(--O200);
  --function-warning-200-raw: var(--O200-raw);
  --function-warning-300: var(--O300);
  --function-warning-300-raw: var(--O300-raw);
  --function-warning-400-raw: var(--O400-raw);
  --function-warning-50-raw: var(--O50-raw);
  --function-warning-500: var(--O500);
  --function-warning-500-raw: var(--O500-raw);
  --function-warning-600: var(--O600);
  --function-warning-600-raw: var(--O600-raw);
  --function-warning-700: var(--O700);
  --function-warning-700-raw: var(--O700-raw);
  --function-warning-800: var(--O800);
  --function-warning-800-raw: var(--O800-raw);
  --function-warning-900: var(--O900);
  --function-warning-900-raw: var(--O900-raw);
  --gradient-blue: linear-gradient(90deg, var(--B400) 0%, var(--B500) 100%);
  --gradient-carmine: linear-gradient(90deg, var(--C400) 0%, var(--C500) 100%);
  --gradient-green: linear-gradient(90deg, var(--G400) 0%, var(--G500) 100%);
  --gradient-indigo: linear-gradient(90deg, var(--I400) 0%, var(--I500) 100%);
  --gradient-lime: linear-gradient(90deg, var(--L400) 0%, var(--L500) 100%);
  --gradient-orange: linear-gradient(90deg, var(--O400) 0%, var(--O500) 100%);
  --gradient-purple: linear-gradient(90deg, var(--P400) 0%, var(--P500) 100%);
  --gradient-red: linear-gradient(90deg, var(--R400) 0%, var(--R500) 100%);
  --gradient-turquoise: linear-gradient(90deg, var(--T400) 0%, var(--T500) 100%);
  --gradient-violet: linear-gradient(90deg, var(--V400) 0%, var(--V500) 100%);
  --gradient-wathet: linear-gradient(90deg, var(--W400) 0%, var(--W500) 100%);
  --gradient-yellow: linear-gradient(90deg, var(--Y400) 0%, var(--Y500) 100%);
  --icon-disabled-raw: var(--N400-raw);
  --icon-n1-raw: var(--N800-raw);
  --icon-n2-raw: var(--N600-raw);
  --icon-n3-raw: var(--N500-raw);
  --illustration-blue-a: var(--B900);
  --illustration-blue-a-raw: var(--B900-raw);
  --illustration-blue-b: var(--B900);
  --illustration-blue-b-raw: var(--B900-raw);
  --illustration-blue-c: var(--B900);
  --illustration-blue-c-raw: var(--B900-raw);
  --illustration-blue-d: var(--B900);
  --illustration-blue-d-raw: var(--B900-raw);
  --illustration-blue-e: var(--B500);
  --illustration-blue-e-raw: var(--B500-raw);
  --illustration-neutral-a: var(--N00);
  --illustration-neutral-a-raw: var(--N00-raw);
  --illustration-neutral-b: var(--N00);
  --illustration-neutral-b-raw: var(--N00-raw);
  --illustration-neutral-c: rgba(var(--N400-raw), 0.45);
  --illustration-neutral-d: var(--N500);
  --illustration-neutral-d-raw: var(--N500-raw);
  --illustration-orange: var(--O500);
  --illustration-orange-raw: var(--O500-raw);
  --illustration-red: var(--R500);
  --illustration-red-raw: var(--R500-raw);
  --static-black: #000000;
  --illustration-static-black: var(--static-black);
  --static-black-raw: 0, 0, 0;
  --illustration-static-black-raw: var(--static-black-raw);
  --illustration-static-white: var(--static-white);
  --static-white-raw: 255, 255, 255;
  --illustration-static-white-raw: var(--static-white-raw);
  --illustration-turquoise: var(--T500);
  --illustration-turquoise-raw: var(--T500-raw);
  --illustration-wathet: var(--W500);
  --illustration-wathet-raw: var(--W500-raw);
  --illustration-yellow: var(--Y500);
  --illustration-yellow-raw: var(--Y500-raw);
  --line-border-card-raw: var(--N300-raw);
  --line-border-component-raw: var(--N350-raw);
  --line-divider-module: rgba(var(--N900-raw), 0.15);
  --primary-pri-100-raw: var(--B100-raw);
  --primary-pri-200-raw: var(--B200-raw);
  --primary-pri-300-raw: var(--B300-raw);
  --primary-pri-50: var(--B50);
  --primary-pri-50-raw: var(--B50-raw);
  --primary-pri-600-raw: var(--B600-raw);
  --primary-pri-700: var(--B700);
  --primary-pri-700-raw: var(--B700-raw);
  --primary-pri-800: var(--B800);
  --primary-pri-800-raw: var(--B800-raw);
  --primary-pri-900: var(--B900);
  --primary-pri-900-raw: var(--B900-raw);
  --shadow-default: var(--N900);
  --shadow-default-lg: rgba(var(--N900-raw), 0.08);
  --shadow-default-sm: rgba(var(--N900-raw), 0.12);
  --shadow-lg-down: 0px 6px 24px var(--shadow-default-lg);
  --shadow-lg-left: -6px 0px 24px var(--shadow-default-lg);
  --shadow-lg-right: 6px 0px 24px var(--shadow-default-lg);
  --shadow-lg-up: 0px -6px 24px var(--shadow-default-lg);
  --shadow-md-left: -4px 0px 8px var(--shadow-default-md);
  --shadow-md-right: 4px 0px 8px var(--shadow-default-md);
  --shadow-md-up: 0px -4px 8px var(--shadow-default-md);
  --shadow-pri: var(--B600);
  --shadow-pri-raw: var(--B600-raw);
  --shadow-pri-lg: rgba(var(--primary-pri-500-raw), 0.24);
  --shadow-pri-lg-down: 0px 6px 24px var(--shadow-pri-lg);
  --shadow-pri-md: rgba(var(--primary-pri-600-raw), 0.24);
  --shadow-pri-md-down: 0px 4px 8px var(--shadow-pri-md);
  --shadow-s1-down-pri: 0px 1px 2px -2px rgba(var(--shadow-pri-raw), 0.12), 0px 2px 4px rgba(var(--shadow-pri-raw), 0.04), 0px 2px 8px 2px rgba(var(--shadow-pri-raw), 0.02);
  --shadow-s1-up: 0px -1px 2px -2px rgba(var(--shadow-default-raw), 0.02), 0px -2px 4px rgba(var(--shadow-default-raw), 0.02), 0px -2px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-down-pri: 0px 2px 4px -4px rgba(var(--shadow-pri-raw), 0.12), 0px 4px 8px rgba(var(--shadow-pri-raw), 0.04), 0px 4px 16px 4px rgba(var(--shadow-pri-raw), 0.03);
  --shadow-s2-left: -4px 0px 16px 4px rgba(var(--shadow-default-raw), 0.03), -4px 0px 8px rgba(var(--shadow-default-raw), 0.02), -2px 0px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-right: 4px 0px 16px 4px rgba(var(--shadow-default-raw), 0.03), 4px 0px 8px rgba(var(--shadow-default-raw), 0.02), 2px 0px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-up: 0px -4px 16px 4px rgba(var(--shadow-default-raw), 0.03), 0px -4px 8px rgba(var(--shadow-default-raw), 0.02), 0px -2px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s3-down-pri: 0px 3px 6px -6px rgba(var(--shadow-pri-raw), 0.14), 0px 4px 8px rgba(var(--shadow-pri-raw), 0.06), 0px 6px 18px 6px rgba(var(--shadow-pri-raw), 0.04);
  --shadow-s3-left: -6px 0px 18px 6px rgba(var(--shadow-default-raw), 0.03), -3px 0px 6px -6px rgba(var(--shadow-default-raw), 0.05), -4px 0px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s3-right: 6px 0px 18px 6px rgba(var(--shadow-default-raw), 0.03), 3px 0px 6px -6px rgba(var(--shadow-default-raw), 0.05), 4px 0px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s3-up: 0px -6px 18px 6px rgba(var(--shadow-default-raw), 0.03), 0px -3px 6px -6px rgba(var(--shadow-default-raw), 0.05), 0px -4px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s4-down: 0px 8px 24px 8px rgba(var(--shadow-default-raw), 0.04), 0px 6px 12px rgba(var(--shadow-default-raw), 0.04), 0px 4px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-down-pri: 0px 4px 8px -4px rgba(var(--shadow-pri-raw), 0.16), 0px 6px 12px rgba(var(--shadow-pri-raw), 0.08), 0px 8px 24px 8px rgba(var(--shadow-pri-raw), 0.06);
  --shadow-s4-left: -8px 0px 24px 8px rgba(var(--shadow-default-raw), 0.04), -6px 0px 12px rgba(var(--shadow-default-raw), 0.04), -4px 0px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-right: 8px 0px 24px 8px rgba(var(--shadow-default-raw), 0.04), 6px 0px 12px rgba(var(--shadow-default-raw), 0.04), 4px 0px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-up: 0px -8px 24px 8px rgba(var(--shadow-default-raw), 0.04), 0px -6px 12px rgba(var(--shadow-default-raw), 0.04), 0px -4px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-down-pri: 0px 10px 12px -10px rgba(var(--shadow-pri-raw), 0.18), 0px 8px 24px rgba(var(--shadow-pri-raw), 0.1), 0px 10px 36px 10px rgba(var(--shadow-pri-raw), 0.06);
  --shadow-s5-left: -10px 0px 36px 10px rgba(var(--shadow-default-raw), 0.04), -8px 0px 24px rgba(var(--shadow-default-raw), 0.04), -6px 0px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-right: 10px 0px 36px 10px rgba(var(--shadow-default-raw), 0.04), 8px 0px 24px rgba(var(--shadow-default-raw), 0.04), 6px 0px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-up: 0px -10px 36px 10px rgba(var(--shadow-default-raw), 0.04), 0px -8px 24px rgba(var(--shadow-default-raw), 0.04), 0px -6px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-sm-down: 0px 2px 4px var(--shadow-default-sm);
  --shadow-sm-left: -2px 0px 4px var(--shadow-default-sm);
  --shadow-sm-right: 2px 0px 4px var(--shadow-default-sm);
  --shadow-sm-up: 0px -2px 4px var(--shadow-default-sm);
  --static-black-10: rgba(0, 0, 0, 0.1);
  --static-black-15: rgba(0, 0, 0, 0.15);
  --static-black-20: rgba(0, 0, 0, 0.2);
  --static-black-30: rgba(0, 0, 0, 0.3);
  --static-black-40: rgba(0, 0, 0, 0.4);
  --static-black-5: rgba(0, 0, 0, 0.05);
  --static-black-50: rgba(0, 0, 0, 0.5);
  --static-black-60: rgba(0, 0, 0, 0.6);
  --static-black-70: rgba(0, 0, 0, 0.7);
  --static-black-80: rgba(0, 0, 0, 0.8);
  --static-black-90: rgba(0, 0, 0, 0.9);
  --static-white-10: rgba(255, 255, 255, 0.1);
  --static-white-15: rgba(255, 255, 255, 0.15);
  --static-white-20: rgba(255, 255, 255, 0.2);
  --static-white-30: rgba(255, 255, 255, 0.3);
  --static-white-40: rgba(255, 255, 255, 0.4);
  --static-white-5: rgba(255, 255, 255, 0.05);
  --static-white-50: rgba(255, 255, 255, 0.5);
  --static-white-60: rgba(255, 255, 255, 0.6);
  --static-white-70: rgba(255, 255, 255, 0.7);
  --static-white-80: rgba(255, 255, 255, 0.8);
  --static-white-90: rgba(255, 255, 255, 0.9);
  --static-white-hover: rgba(255, 255, 255, 0.1);
  --static-white-hover-raw: 255, 255, 255;
  --static-white-pressed: rgba(255, 255, 255, 0.2);
  --static-white-pressed-raw: 255, 255, 255;
  --text-caption-raw: var(--N600-raw);
  --text-disabled-raw: var(--N400-raw);
  --text-link-disabled: var(--N400);
  --text-link-disabled-raw: var(--N400-raw);
  --text-link-hover: var(--B500);
  --text-link-hover-raw: var(--B500-raw);
  --text-link-loading: var(--B300);
  --text-link-loading-raw: var(--B300-raw);
  --text-link-normal: var(--B600);
  --text-link-normal-raw: var(--B600-raw);
  --text-link-pressed: var(--B700);
  --text-link-pressed-raw: var(--B700-raw);
  --text-placeholder-raw: var(--N500-raw);
  --text-title-raw: var(--N900-raw);
  --udtoken-block-view-inline-bg-nopermission: rgba(var(--N900-raw), 0.1);
  --udtoken-block-view-inline-bg-other: rgba(var(--primary-pri-300-raw), 0.18);
  --udtoken-block-view-inline-bg-self: var(--primary-pri-500);
  --udtoken-btn-ghost-bg: rgba(var(--N00-raw), 0);
  --udtoken-btn-se-bg-danger-focus: var(--function-danger-100);
  --udtoken-btn-se-bg-neutral-focus: var(--N100);
  --udtoken-btn-se-bg-pri-focus: var(--primary-pri-100);
  --udtoken-btn-selected-bg-danger-hover: var(--R100);
  --udtoken-btn-selected-bg-danger-normal: var(--R50);
  --udtoken-btn-selected-bg-danger-press: var(--R200);
  --udtoken-btn-selected-bg-neutral-hover: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-selected-bg-neutral-normal: rgba(var(--N900-raw), 0.06);
  --udtoken-btn-selected-bg-neutral-press: rgba(var(--N900-raw), 0.14);
  --udtoken-btn-selected-bg-success-hover: var(--G100);
  --udtoken-btn-selected-bg-success-normal: var(--G50);
  --udtoken-btn-selected-bg-success-press: var(--G200);
  --udtoken-btn-selected-border-neutral: var(--N400);
  --udtoken-btn-selected-text-danger: var(--R600);
  --udtoken-btn-selected-text-success: var(--G700);
  --udtoken-btn-text-bg-danger-focus: rgba(var(--function-danger-500-raw), 0.1);
  --udtoken-btn-text-bg-neutral-focus: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-text-bg-pri-focus: rgba(var(--primary-pri-500-raw), 0.1);
  --udtoken-message-card-bg-blue: var(--B100);
  --udtoken-message-card-bg-carmine: var(--C100);
  --udtoken-message-card-bg-green: var(--G100);
  --udtoken-message-card-bg-indigo: var(--I100);
  --udtoken-message-card-bg-light-neutral: var(--N100);
  --udtoken-message-card-bg-lime: var(--L100);
  --udtoken-message-card-bg-mask-general: rgba(var(--N00-raw), 0.5);
  --udtoken-message-card-bg-mask-special: rgba(var(--N00-raw), 0.2);
  --udtoken-message-card-bg-neutral: var(--N500);
  --udtoken-message-card-bg-orange: var(--O100);
  --udtoken-message-card-bg-purple: var(--P100);
  --udtoken-message-card-bg-red: var(--R100);
  --udtoken-message-card-bg-turquoise: var(--T100);
  --udtoken-message-card-bg-violet: var(--V100);
  --udtoken-message-card-bg-wathet: var(--W100);
  --udtoken-message-card-bg-yellow: var(--Y100);
  --udtoken-message-card-text-blue: var(--B600);
  --udtoken-message-card-text-carmine: var(--C600);
  --udtoken-message-card-text-green: var(--G700);
  --udtoken-message-card-text-indigo: var(--I600);
  --udtoken-message-card-text-lime: var(--L700);
  --udtoken-message-card-text-neutral: var(--N00);
  --udtoken-message-card-text-orange: var(--O600);
  --udtoken-message-card-text-purple: var(--P600);
  --udtoken-message-card-text-red: var(--R600);
  --udtoken-message-card-text-turquoise: var(--T700);
  --udtoken-message-card-text-violet: var(--V600);
  --udtoken-message-card-text-wathet: var(--W700);
  --udtoken-message-card-text-yellow: var(--Y700);
  --udtoken-navigation-bar-resize-handle: #4599ff;
  --udtoken-navigation-bar-tab-bg-black: #1c2435;
  --udtoken-navigation-bar-tab-bg-blue: #1b429c;
  --udtoken-navigation-bar-tab-bg-gray: #e5e5e9;
  --udtoken-progress-bg: var(--N300);
  --udtoken-quote-bar-bg: var(--N400);
  --udtoken-reaction-bg-grey: rgba(var(--N900-raw), 0.05);
  --udtoken-reaction-bg-grey-float: rgba(var(--N900-raw), 0.05);
  --udtoken-skeleton-bg: rgba(var(--N900-raw), 0.08);
  --udtoken-skeleton-fg: rgba(var(--N900-raw), 0.05);
  --udtoken-tab-pri-bg: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-tab-pri-text: var(--primary-pri-600);
  --udtoken-tab-se-bg-unselected: rgba(var(--N900-raw), 0.1);
  --udtoken-table-bg-grey: var(--N50);
  --udtoken-table-bg-selected: var(--primary-pri-50);
  --udtoken-tag-bg-blue: rgba(var(--B500-raw), 0.2);
  --udtoken-tag-bg-blue-hover: rgba(var(--B500-raw), 0.3);
  --udtoken-tag-bg-blue-solid: var(--B200);
  --udtoken-tag-bg-carmine: rgba(var(--C500-raw), 0.2);
  --udtoken-tag-bg-carmine-hover: rgba(var(--C500-raw), 0.3);
  --udtoken-tag-bg-carmine-solid: var(--C200);
  --udtoken-tag-bg-green: rgba(var(--G500-raw), 0.2);
  --udtoken-tag-bg-green-hover: rgba(var(--G500-raw), 0.3);
  --udtoken-tag-bg-green-solid: var(--G200);
  --udtoken-tag-bg-indigo: rgba(var(--I500-raw), 0.2);
  --udtoken-tag-bg-indigo-hover: rgba(var(--I500-raw), 0.3);
  --udtoken-tag-bg-indigo-solid: var(--I200);
  --udtoken-tag-bg-lime: rgba(var(--L500-raw), 0.2);
  --udtoken-tag-bg-lime-hover: rgba(var(--L500-raw), 0.3);
  --udtoken-tag-bg-lime-solid: var(--L200);
  --udtoken-tag-bg-orange: rgba(var(--O500-raw), 0.2);
  --udtoken-tag-bg-orange-hover: rgba(var(--O500-raw), 0.3);
  --udtoken-tag-bg-orange-solid: var(--O200);
  --udtoken-tag-bg-purple: rgba(var(--P500-raw), 0.2);
  --udtoken-tag-bg-purple-hover: rgba(var(--P500-raw), 0.3);
  --udtoken-tag-bg-purple-solid: var(--P200);
  --udtoken-tag-bg-red: rgba(var(--R500-raw), 0.2);
  --udtoken-tag-bg-red-hover: rgba(var(--R500-raw), 0.3);
  --udtoken-tag-bg-red-solid: var(--R200);
  --udtoken-tag-bg-turquoise: rgba(var(--T500-raw), 0.2);
  --udtoken-tag-bg-turquoise-hover: rgba(var(--T500-raw), 0.3);
  --udtoken-tag-bg-turquoise-solid: var(--T200);
  --udtoken-tag-bg-violet: rgba(var(--V500-raw), 0.2);
  --udtoken-tag-bg-violet-hover: rgba(var(--V500-raw), 0.3);
  --udtoken-tag-bg-violet-solid: var(--V200);
  --udtoken-tag-bg-wathet: rgba(var(--W500-raw), 0.2);
  --udtoken-tag-bg-wathet-hover: rgba(var(--W500-raw), 0.3);
  --udtoken-tag-bg-wathet-solid: var(--W200);
  --udtoken-tag-bg-yellow: rgba(var(--Y500-raw), 0.2);
  --udtoken-tag-bg-yellow-hover: rgba(var(--Y500-raw), 0.3);
  --udtoken-tag-bg-yellow-solid: var(--Y200);
  --udtoken-tag-neutral-bg-inverse: var(--N500);
  --udtoken-tag-neutral-bg-inverse-opacity: rgba(var(--N900-raw), 0.4);
  --udtoken-tag-neutral-bg-normal: rgba(var(--N900-raw), 0.1);
  --udtoken-tag-neutral-bg-normal-hover: rgba(var(--N900-raw), 0.15);
  --udtoken-tag-neutral-bg-normal-pressed: rgba(var(--N900-raw), 0.2);
  --udtoken-tag-neutral-bg-solid: var(--N200);
  --udtoken-tag-neutral-text-inverse: var(--N00);
  --udtoken-tag-neutral-text-inverse-opacity: var(--N00);
  --udtoken-tag-neutral-text-normal: var(--N600);
  --udtoken-tag-neutral-text-solid: var(--N600);
  --udtoken-tag-state-blue-light: var(--B500);
  --udtoken-tag-state-green-light: var(--G500);
  --udtoken-tag-state-grey-light: var(--N500);
  --udtoken-tag-state-orange-light: var(--O500);
  --udtoken-tag-state-purple-light: var(--P500);
  --udtoken-tag-state-red-light: var(--R500);
  --udtoken-tag-text-blue: var(--B900);
  --udtoken-tag-text-carmine: var(--C900);
  --udtoken-tag-text-green: var(--G900);
  --udtoken-tag-text-indigo: var(--I900);
  --udtoken-tag-text-lime: var(--L900);
  --udtoken-tag-text-orange: var(--O900);
  --udtoken-tag-text-purple: var(--P900);
  --udtoken-tag-text-red: var(--R900);
  --udtoken-tag-text-s-blue: var(--B600);
  --udtoken-tag-text-s-carmine: var(--C600);
  --udtoken-tag-text-s-green: var(--G600);
  --udtoken-tag-text-s-indigo: var(--I600);
  --udtoken-tag-text-s-lime: var(--L700);
  --udtoken-tag-text-s-orange: var(--O600);
  --udtoken-tag-text-s-purple: var(--P600);
  --udtoken-tag-text-s-red: var(--R600);
  --udtoken-tag-text-s-turquoise: var(--T600);
  --udtoken-tag-text-s-violet: var(--V600);
  --udtoken-tag-text-s-wathet: var(--W600);
  --udtoken-tag-text-s-yellow: var(--Y700);
  --udtoken-tag-text-turquoise: var(--T900);
  --udtoken-tag-text-violet: var(--V900);
  --udtoken-tag-text-wathet: var(--W900);
  --udtoken-tag-text-yellow: var(--Y900);
  --udtoken-upload-bg-error: var(--N200);
  --udtoken-upload-mask-img: rgba(var(--N900-raw), 0.4);
}

/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
:root[data-ud-theme-mode="dark"] {
  --B100-raw: 25, 42, 76;
  --B100: rgb(var(--B100-raw));
  --B200-raw: 32, 62, 120;
  --B200: rgb(var(--B200-raw));
  --B300-raw: 40, 81, 163;
  --B300: rgb(var(--B300-raw));
  --B400-raw: 46, 101, 209;
  --B400: rgb(var(--B400-raw));
  --B50-raw: 21, 31, 51;
  --B50: rgb(var(--B50-raw));
  --B500-raw: 76, 136, 255;
  --B500: rgb(var(--B500-raw));
  --B600-raw: 112, 160, 255;
  --B600: rgb(var(--B600-raw));
  --B700-raw: 153, 187, 255;
  --B700: rgb(var(--B700-raw));
  --B800-raw: 184, 207, 255;
  --B800: rgb(var(--B800-raw));
  --B900-raw: 206, 223, 255;
  --B900: rgb(var(--B900-raw));
  --C100-raw: 92, 37, 66;
  --C100: rgb(var(--C100-raw));
  --C200-raw: 145, 55, 106;
  --C200: rgb(var(--C200-raw));
  --C300-raw: 173, 64, 126;
  --C300: rgb(var(--C300-raw));
  --C400-raw: 204, 71, 146;
  --C400: rgb(var(--C400-raw));
  --C50-raw: 66, 27, 49;
  --C50: rgb(var(--C50-raw));
  --C500-raw: 227, 82, 163;
  --C500: rgb(var(--C500-raw));
  --C600-raw: 237, 102, 179;
  --C600: rgb(var(--C600-raw));
  --C700-raw: 255, 145, 207;
  --C700: rgb(var(--C700-raw));
  --C800-raw: 255, 189, 226;
  --C800: rgb(var(--C800-raw));
  --C900-raw: 255, 219, 239;
  --C900: rgb(var(--C900-raw));
  --G100-raw: 31, 71, 27;
  --G100: rgb(var(--G100-raw));
  --G200-raw: 41, 107, 34;
  --G200: rgb(var(--G200-raw));
  --G300-raw: 51, 148, 40;
  --G300: rgb(var(--G300-raw));
  --G400-raw: 59, 176, 46;
  --G400: rgb(var(--G400-raw));
  --G50-raw: 25, 48, 22;
  --G50: rgb(var(--G50-raw));
  --G500-raw: 84, 194, 72;
  --G500: rgb(var(--G500-raw));
  --G600-raw: 109, 209, 98;
  --G600: rgb(var(--G600-raw));
  --G700-raw: 146, 222, 137;
  --G700: rgb(var(--G700-raw));
  --G800-raw: 189, 240, 184;
  --G800: rgb(var(--G800-raw));
  --G900-raw: 214, 245, 210;
  --G900: rgb(var(--G900-raw));
  --I100-raw: 38, 42, 94;
  --I100: rgb(var(--I100-raw));
  --I200-raw: 53, 59, 140;
  --I200: rgb(var(--I200-raw));
  --I300-raw: 65, 73, 181;
  --I300: rgb(var(--I300-raw));
  --I400-raw: 76, 85, 212;
  --I400: rgb(var(--I400-raw));
  --I50-raw: 29, 31, 71;
  --I50: rgb(var(--I50-raw));
  --I500-raw: 95, 105, 237;
  --I500: rgb(var(--I500-raw));
  --I600-raw: 115, 123, 235;
  --I600: rgb(var(--I600-raw));
  --I700-raw: 158, 165, 255;
  --I700: rgb(var(--I700-raw));
  --I800-raw: 187, 192, 246;
  --I800: rgb(var(--I800-raw));
  --I900-raw: 210, 213, 253;
  --I900: rgb(var(--I900-raw));
  --L100-raw: 73, 87, 6;
  --L100: rgb(var(--L100-raw));
  --L200-raw: 109, 130, 5;
  --L200: rgb(var(--L200-raw));
  --L300-raw: 145, 173, 2;
  --L300: rgb(var(--L300-raw));
  --L400-raw: 171, 201, 18;
  --L400: rgb(var(--L400-raw));
  --L50-raw: 46, 54, 5;
  --L50: rgb(var(--L50-raw));
  --L500-raw: 185, 214, 39;
  --L500: rgb(var(--L500-raw));
  --L600-raw: 199, 224, 77;
  --L600: rgb(var(--L600-raw));
  --L700-raw: 214, 234, 117;
  --L700: rgb(var(--L700-raw));
  --L800-raw: 231, 245, 166;
  --L800: rgb(var(--L800-raw));
  --L900-raw: 246, 255, 204;
  --L900: rgb(var(--L900-raw));
  --N00-raw: 10, 10, 10;
  --N00: rgb(var(--N00-raw));
  --N100-raw: 41, 41, 41;
  --N100: rgb(var(--N100-raw));
  --N1000-raw: 255, 255, 255;
  --N1000: rgb(var(--N1000-raw));
  --N200-raw: 55, 55, 55;
  --N200: rgb(var(--N200-raw));
  --N300-raw: 67, 67, 67;
  --N300: rgb(var(--N300-raw));
  --N350-raw: 80, 80, 80;
  --N350: rgb(var(--N350-raw));
  --N400-raw: 95, 95, 95;
  --N400: rgb(var(--N400-raw));
  --N50-raw: 26, 26, 26;
  --N50: rgb(var(--N50-raw));
  --N500-raw: 117, 117, 117;
  --N500: rgb(var(--N500-raw));
  --N600-raw: 166, 166, 166;
  --N600: rgb(var(--N600-raw));
  --N650-raw: 207, 207, 207;
  --N650: rgb(var(--N650-raw));
  --N700-raw: 224, 224, 224;
  --N700: rgb(var(--N700-raw));
  --N800-raw: 232, 232, 232;
  --N800: rgb(var(--N800-raw));
  --N900-raw: 235, 235, 235;
  --N900: rgb(var(--N900-raw));
  --N950-raw: 248, 248, 248;
  --N950: rgb(var(--N950-raw));
  --O100-raw: 87, 51, 10;
  --O100: rgb(var(--O100-raw));
  --O200-raw: 132, 81, 23;
  --O200: rgb(var(--O200-raw));
  --O300-raw: 189, 112, 23;
  --O300: rgb(var(--O300-raw));
  --O400-raw: 222, 130, 24;
  --O400: rgb(var(--O400-raw));
  --O50-raw: 51, 33, 11;
  --O50: rgb(var(--O50-raw));
  --O500-raw: 242, 150, 44;
  --O500: rgb(var(--O500-raw));
  --O600-raw: 245, 165, 74;
  --O600: rgb(var(--O600-raw));
  --O700-raw: 250, 188, 117;
  --O700: rgb(var(--O700-raw));
  --O800-raw: 255, 216, 172;
  --O800: rgb(var(--O800-raw));
  --O900-raw: 255, 234, 206;
  --O900: rgb(var(--O900-raw));
  --P100-raw: 54, 29, 97;
  --P100: rgb(var(--P100-raw));
  --P200-raw: 77, 38, 145;
  --P200: rgb(var(--P200-raw));
  --P300-raw: 101, 51, 189;
  --P300: rgb(var(--P300-raw));
  --P400-raw: 124, 74, 212;
  --P400: rgb(var(--P400-raw));
  --P50-raw: 40, 23, 69;
  --P50: rgb(var(--P50-raw));
  --P500-raw: 151, 98, 245;
  --P500: rgb(var(--P500-raw));
  --P600-raw: 164, 114, 252;
  --P600: rgb(var(--P600-raw));
  --P700-raw: 185, 144, 255;
  --P700: rgb(var(--P700-raw));
  --P800-raw: 211, 186, 253;
  --P800: rgb(var(--P800-raw));
  --P900-raw: 227, 212, 255;
  --P900: rgb(var(--P900-raw));
  --R100-raw: 74, 29, 27;
  --R100: rgb(var(--R100-raw));
  --R200-raw: 107, 40, 39;
  --R200: rgb(var(--R200-raw));
  --R300-raw: 158, 56, 54;
  --R300: rgb(var(--R300-raw));
  --R400-raw: 204, 71, 67;
  --R400: rgb(var(--R400-raw));
  --R50-raw: 54, 25, 24;
  --R50: rgb(var(--R50-raw));
  --R500-raw: 240, 91, 86;
  --R500: rgb(var(--R500-raw));
  --R600-raw: 250, 120, 115;
  --R600: rgb(var(--R600-raw));
  --R700-raw: 255, 156, 153;
  --R700: rgb(var(--R700-raw));
  --R800-raw: 254, 198, 195;
  --R800: rgb(var(--R800-raw));
  --R900-raw: 255, 224, 224;
  --R900: rgb(var(--R900-raw));
  --S100-raw: 92, 85, 20;
  --S100: rgb(var(--S100-raw));
  --S200-raw: 135, 123, 16;
  --S200: rgb(var(--S200-raw));
  --S300-raw: 199, 179, 0;
  --S300: rgb(var(--S300-raw));
  --S400-raw: 232, 209, 0;
  --S400: rgb(var(--S400-raw));
  --S50-raw: 56, 52, 12;
  --S50: rgb(var(--S50-raw));
  --S500-raw: 245, 226, 49;
  --S500: rgb(var(--S500-raw));
  --S600-raw: 250, 237, 87;
  --S600: rgb(var(--S600-raw));
  --S700-raw: 252, 244, 124;
  --S700: rgb(var(--S700-raw));
  --S800-raw: 255, 252, 158;
  --S800: rgb(var(--S800-raw));
  --S900-raw: 255, 255, 199;
  --S900: rgb(var(--S900-raw));
  --T100-raw: 21, 61, 56;
  --T100: rgb(var(--T100-raw));
  --T200-raw: 35, 102, 93;
  --T200: rgb(var(--T200-raw));
  --T300-raw: 38, 150, 135;
  --T300: rgb(var(--T300-raw));
  --T400-raw: 55, 184, 166;
  --T400: rgb(var(--T400-raw));
  --T50-raw: 22, 46, 43;
  --T50: rgb(var(--T50-raw));
  --T500-raw: 65, 204, 185;
  --T500: rgb(var(--T500-raw));
  --T600-raw: 92, 219, 202;
  --T600: rgb(var(--T600-raw));
  --T700-raw: 127, 235, 220;
  --T700: rgb(var(--T700-raw));
  --T800-raw: 183, 247, 239;
  --T800: rgb(var(--T800-raw));
  --T900-raw: 218, 249, 245;
  --T900: rgb(var(--T900-raw));
  --V100-raw: 79, 28, 79;
  --V100: rgb(var(--V100-raw));
  --V200-raw: 122, 40, 122;
  --V200: rgb(var(--V200-raw));
  --V300-raw: 148, 59, 148;
  --V300: rgb(var(--V300-raw));
  --V400-raw: 181, 74, 181;
  --V400: rgb(var(--V400-raw));
  --V50-raw: 59, 21, 59;
  --V50: rgb(var(--V50-raw));
  --V500-raw: 212, 87, 212;
  --V500: rgb(var(--V500-raw));
  --V600-raw: 222, 115, 222;
  --V600: rgb(var(--V600-raw));
  --V700-raw: 232, 152, 232;
  --V700: rgb(var(--V700-raw));
  --V800-raw: 242, 191, 242;
  --V800: rgb(var(--V800-raw));
  --V900-raw: 251, 218, 251;
  --V900: rgb(var(--V900-raw));
  --W100-raw: 23, 55, 66;
  --W100: rgb(var(--W100-raw));
  --W200-raw: 34, 91, 112;
  --W200: rgb(var(--W200-raw));
  --W300-raw: 39, 130, 163;
  --W300: rgb(var(--W300-raw));
  --W400-raw: 46, 165, 209;
  --W400: rgb(var(--W400-raw));
  --W50-raw: 20, 41, 48;
  --W50: rgb(var(--W50-raw));
  --W500-raw: 66, 189, 235;
  --W500: rgb(var(--W500-raw));
  --W600-raw: 95, 212, 254;
  --W600: rgb(var(--W600-raw));
  --W700-raw: 137, 223, 254;
  --W700: rgb(var(--W700-raw));
  --W800-raw: 194, 238, 255;
  --W800: rgb(var(--W800-raw));
  --W900-raw: 222, 246, 255;
  --W900: rgb(var(--W900-raw));
  --Y100-raw: 87, 71, 17;
  --Y100: rgb(var(--Y100-raw));
  --Y200-raw: 143, 114, 17;
  --Y200: rgb(var(--Y200-raw));
  --Y300-raw: 201, 157, 8;
  --Y300: rgb(var(--Y300-raw));
  --Y400-raw: 240, 187, 10;
  --Y400: rgb(var(--Y400-raw));
  --Y50-raw: 56, 46, 12;
  --Y50: rgb(var(--Y50-raw));
  --Y500-raw: 250, 200, 35;
  --Y500: rgb(var(--Y500-raw));
  --Y600-raw: 252, 212, 86;
  --Y600: rgb(var(--Y600-raw));
  --Y700-raw: 255, 222, 117;
  --Y700: rgb(var(--Y700-raw));
  --Y800-raw: 255, 230, 148;
  --Y800: rgb(var(--Y800-raw));
  --Y900-raw: 252, 239, 194;
  --Y900: rgb(var(--Y900-raw));
  --N00-10: rgba(var(--N00-raw), 0.1);
  --N00-15: rgba(var(--N00-raw), 0.15);
  --N00-20: rgba(var(--N00-raw), 0.2);
  --N00-30: rgba(var(--N00-raw), 0.3);
  --N00-40: rgba(var(--N00-raw), 0.4);
  --N00-5: rgba(var(--N00-raw), 0.05);
  --N00-50: rgba(var(--N00-raw), 0.5);
  --N00-60: rgba(var(--N00-raw), 0.6);
  --N00-70: rgba(var(--N00-raw), 0.7);
  --N00-80: rgba(var(--N00-raw), 0.8);
  --N00-90: rgba(var(--N00-raw), 0.9);
  --N900-10: rgba(var(--N900-raw), 0.1);
  --N900-15: rgba(var(--N900-raw), 0.15);
  --N900-20: rgba(var(--N900-raw), 0.2);
  --N900-30: rgba(var(--N900-raw), 0.3);
  --N900-40: rgba(var(--N900-raw), 0.4);
  --N900-5: rgba(var(--N900-raw), 0.05);
  --N900-50: rgba(var(--N900-raw), 0.5);
  --N900-60: rgba(var(--N900-raw), 0.6);
  --N900-70: rgba(var(--N900-raw), 0.7);
  --N900-80: rgba(var(--N900-raw), 0.8);
  --N900-90: rgba(var(--N900-raw), 0.9);
  --bg-base: var(--N00);
  --bg-base-raw: var(--N00-raw);
  --bg-body: var(--N50);
  --bg-body-raw: var(--N50-raw);
  --bg-body-overlay: var(--N100);
  --bg-body-overlay-raw: var(--N100-raw);
  --bg-content-base: #121212;
  --bg-content-base-raw: 18, 18, 18;
  --bg-filler: var(--N200);
  --bg-filler-raw: var(--N200-raw);
  --bg-float: var(--N100);
  --bg-float-raw: var(--N100-raw);
  --bg-float-base: var(--N50);
  --bg-float-base-raw: var(--N50-raw);
  --bg-float-overlay: var(--N200);
  --bg-float-overlay-raw: var(--N200-raw);
  --bg-float-push: rgba(var(--N100-raw), 0.8);
  --bg-mask: rgba(0, 0, 0, 0.6);
  --bg-mask-raw: 0, 0, 0;
  --primary-pri-400: var(--B400);
  --bg-pricolor: var(--primary-pri-500);
  --primary-pri-400-raw: var(--B400-raw);
  --bg-pricolor-raw: var(--primary-pri-500-raw);
  --bg-sub-navigation: #262626;
  --bg-sub-navigation-raw: 38, 38, 38;
  --bg-text-selection: rgba(var(--B600-raw), 0.3);
  --bg-tips: var(--N350);
  --bg-tips-raw: var(--N350-raw);
  --primary-pri-500-raw: var(--B500-raw);
  --fill-active: rgba(var(--primary-pri-600-raw), 0.19);
  --fill-disabled: var(--N400);
  --fill-disabled-raw: var(--N400-raw);
  --fill-focus: rgba(var(--N900-raw), 0.12);
  --fill-hover: rgba(var(--N900-raw), 0.08);
  --fill-img-mask: rgba(0, 0, 0, 0.12);
  --fill-pressed: rgba(var(--N900-raw), 0.12);
  --fill-selected: rgba(var(--primary-pri-600-raw), 0.15);
  --fill-tag: rgba(var(--N900-raw), 0.1);
  --function-danger-100: var(--R100);
  --function-danger-100-raw: var(--R100-raw);
  --function-danger-200: var(--R200);
  --function-danger-200-raw: var(--R200-raw);
  --function-danger-300: var(--R300);
  --function-danger-300-raw: var(--R300-raw);
  --function-danger-400: var(--R400);
  --function-danger-400-raw: var(--R400-raw);
  --function-danger-50: var(--R50);
  --function-danger-50-raw: var(--R50-raw);
  --function-danger-500: var(--R500);
  --function-danger-500-raw: var(--R500-raw);
  --function-danger-600: var(--R600);
  --function-danger-600-raw: var(--R600-raw);
  --function-danger-700: var(--R700);
  --function-danger-700-raw: var(--R700-raw);
  --function-danger-800: var(--R800);
  --function-danger-800-raw: var(--R800-raw);
  --function-danger-900: var(--R900);
  --function-danger-900-raw: var(--R900-raw);
  --function-info-100: var(--B100);
  --function-info-100-raw: var(--B100-raw);
  --function-info-200: var(--B200);
  --function-info-200-raw: var(--B200-raw);
  --function-info-300: var(--B300);
  --function-info-300-raw: var(--B300-raw);
  --function-info-400: var(--B400);
  --function-info-400-raw: var(--B400-raw);
  --function-info-50: var(--B50);
  --function-info-50-raw: var(--B50-raw);
  --function-info-500: var(--B500);
  --function-info-500-raw: var(--B500-raw);
  --function-info-600: var(--B600);
  --function-info-600-raw: var(--B600-raw);
  --function-info-700: var(--B700);
  --function-info-700-raw: var(--B700-raw);
  --function-info-800: var(--B800);
  --function-info-800-raw: var(--B800-raw);
  --function-info-900: var(--B900);
  --function-info-900-raw: var(--B900-raw);
  --function-success-100: var(--G100);
  --function-success-100-raw: var(--G100-raw);
  --function-success-200: var(--G200);
  --function-success-200-raw: var(--G200-raw);
  --function-success-300: var(--G300);
  --function-success-300-raw: var(--G300-raw);
  --function-success-400: var(--G400);
  --function-success-400-raw: var(--G400-raw);
  --function-success-50: var(--G50);
  --function-success-50-raw: var(--G50-raw);
  --function-success-500: var(--G500);
  --function-success-500-raw: var(--G500-raw);
  --function-success-600: var(--G600);
  --function-success-600-raw: var(--G600-raw);
  --function-success-700: var(--G700);
  --function-success-700-raw: var(--G700-raw);
  --function-success-800: var(--G800);
  --function-success-800-raw: var(--G800-raw);
  --function-success-900: var(--G900);
  --function-success-900-raw: var(--G900-raw);
  --function-warning-100: var(--O100);
  --function-warning-100-raw: var(--O100-raw);
  --function-warning-200: var(--O200);
  --function-warning-200-raw: var(--O200-raw);
  --function-warning-300: var(--O300);
  --function-warning-300-raw: var(--O300-raw);
  --function-warning-400: var(--O400);
  --function-warning-400-raw: var(--O400-raw);
  --function-warning-50: var(--O50);
  --function-warning-50-raw: var(--O50-raw);
  --function-warning-500: var(--O500);
  --function-warning-500-raw: var(--O500-raw);
  --function-warning-600: var(--O600);
  --function-warning-600-raw: var(--O600-raw);
  --function-warning-700: var(--O700);
  --function-warning-700-raw: var(--O700-raw);
  --function-warning-800: var(--O800);
  --function-warning-800-raw: var(--O800-raw);
  --function-warning-900: var(--O900);
  --function-warning-900-raw: var(--O900-raw);
  --gradient-blue: linear-gradient(90deg, var(--B500) 0%, var(--B400) 100%);
  --gradient-carmine: linear-gradient(90deg, var(--C500) 0%, var(--C400) 100%);
  --gradient-green: linear-gradient(90deg, var(--G500) 0%, var(--G400) 100%);
  --gradient-indigo: linear-gradient(90deg, var(--I500) 0%, var(--I400) 100%);
  --gradient-lime: linear-gradient(90deg, var(--L500) 0%, var(--L400) 100%);
  --gradient-orange: linear-gradient(90deg, var(--O500) 0%, var(--O400) 100%);
  --gradient-purple: linear-gradient(90deg, var(--P500) 0%, var(--P400) 100%);
  --gradient-red: linear-gradient(90deg, var(--R500) 0%, var(--R400) 100%);
  --gradient-turquoise: linear-gradient(90deg, var(--T500) 0%, var(--T400) 100%);
  --gradient-violet: linear-gradient(90deg, var(--V500) 0%, var(--V400) 100%);
  --gradient-wathet: linear-gradient(90deg, var(--W500) 0%, var(--W400) 100%);
  --gradient-yellow: linear-gradient(90deg, var(--Y500) 0%, var(--Y400) 100%);
  --icon-disabled: var(--N400);
  --icon-disabled-raw: var(--N400-raw);
  --icon-n1: var(--N800);
  --icon-n1-raw: var(--N800-raw);
  --icon-n2: var(--N600);
  --icon-n2-raw: var(--N600-raw);
  --icon-n3: var(--N500);
  --icon-n3-raw: var(--N500-raw);
  --illustration-blue-a: var(--N700);
  --illustration-blue-a-raw: var(--N700-raw);
  --illustration-blue-b: rgba(var(--static-white-raw), 0.4);
  --illustration-blue-b-raw: rgba(var(--static-white-raw), 0.4);
  --illustration-blue-c: var(--N400);
  --illustration-blue-c-raw: var(--N400-raw);
  --illustration-blue-d: var(--B300);
  --illustration-blue-d-raw: var(--B300-raw);
  --illustration-blue-e: var(--B500);
  --illustration-blue-e-raw: var(--B500-raw);
  --illustration-neutral-a: var(--N900);
  --illustration-neutral-a-raw: var(--N900-raw);
  --illustration-neutral-b: var(--N200);
  --illustration-neutral-b-raw: var(--N200-raw);
  --illustration-neutral-c: rgba(var(--static-white-raw), 0.3);
  --illustration-neutral-d: rgba(var(--static-white-raw), 0.4);
  --illustration-neutral-d-raw: rgba(var(--static-white-raw), 0.4);
  --illustration-orange: var(--O500);
  --illustration-orange-raw: var(--O500-raw);
  --illustration-red: var(--R500);
  --illustration-red-raw: var(--R500-raw);
  --static-black: #000000;
  --illustration-static-black: var(--static-black);
  --static-black-raw: 0, 0, 0;
  --illustration-static-black-raw: var(--static-black-raw);
  --static-white: #ffffff;
  --illustration-static-white: var(--static-white);
  --static-white-raw: 255, 255, 255;
  --illustration-static-white-raw: var(--static-white-raw);
  --illustration-turquoise: var(--T500);
  --illustration-turquoise-raw: var(--T500-raw);
  --illustration-wathet: var(--W500);
  --illustration-wathet-raw: var(--W500-raw);
  --illustration-yellow: var(--Y500);
  --illustration-yellow-raw: var(--Y500-raw);
  --line-border-card: rgba(var(--N900-raw), 0.15);
  --line-border-card-raw: rgba(var(--N900-raw), 0.15);
  --line-border-component: var(--N350);
  --line-border-component-raw: var(--N350-raw);
  --line-divider-default: rgba(var(--N650-raw), 0.15);
  --line-divider-module: var(--static-black);
  --primary-pri-100: var(--B100);
  --primary-pri-100-raw: var(--B100-raw);
  --primary-pri-200: var(--B200);
  --primary-pri-200-raw: var(--B200-raw);
  --primary-pri-300: var(--B300);
  --primary-pri-300-raw: var(--B300-raw);
  --primary-pri-50: var(--B50);
  --primary-pri-50-raw: var(--B50-raw);
  --primary-pri-500: var(--B500);
  --primary-pri-600: var(--B600);
  --primary-pri-600-raw: var(--B600-raw);
  --primary-pri-700: var(--B700);
  --primary-pri-700-raw: var(--B700-raw);
  --primary-pri-800: var(--B800);
  --primary-pri-800-raw: var(--B800-raw);
  --primary-pri-900: var(--B900);
  --primary-pri-900-raw: var(--B900-raw);
  --shadow-default: #000000;
  --shadow-default-raw: 0, 0, 0;
  --shadow-default-lg: rgba(0, 0, 0, 0.24);
  --shadow-default-md: rgba(0, 0, 0, 0.28);
  --shadow-default-sm: rgba(0, 0, 0, 0.32);
  --shadow-lg-down: 0px 12px 48px var(--shadow-default-lg);
  --shadow-lg-left: -12px 0px 48px var(--shadow-default-lg);
  --shadow-lg-right: 12px 0px 48px var(--shadow-default-lg);
  --shadow-lg-up: 0px -12px 48px var(--shadow-default-lg);
  --shadow-md-down: 0px 8px 16px var(--shadow-default-md);
  --shadow-md-left: -8px 0px 16px var(--shadow-default-md);
  --shadow-md-right: 8px 0px 16px var(--shadow-default-md);
  --shadow-md-up: 0px -8px 16px var(--shadow-default-md);
  --shadow-pri: #245bdb;
  --shadow-pri-raw: 36, 91, 219;
  --shadow-pri-lg: rgba(var(--primary-pri-200-raw), 0.48);
  --shadow-pri-lg-down: 0px 12px 48px var(--shadow-pri-lg);
  --shadow-pri-md: rgba(var(--primary-pri-200-raw), 0.48);
  --shadow-pri-md-down: 0px 8px 16px var(--shadow-pri-md);
  --shadow-s1-down: 0px 1px 2px -2px rgba(var(--shadow-default-raw), 0.02), 0px 2px 4px rgba(var(--shadow-default-raw), 0.02), 0px 2px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s1-down-pri: 0px 1px 2px -2px rgba(var(--shadow-pri-raw), 0.02), 0px 2px 4px rgba(var(--shadow-pri-raw), 0.02), 0px 2px 8px 2px rgba(var(--shadow-pri-raw), 0.02);
  --shadow-s1-left: -1px 0px 2px -2px rgba(var(--shadow-default-raw), 0.02), -2px 0px 4px rgba(var(--shadow-default-raw), 0.02), -2px 0px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s1-right: 1px 0px 2px -2px rgba(var(--shadow-default-raw), 0.02), 2px 0px 4px rgba(var(--shadow-default-raw), 0.02), 2px 0px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s1-up: 0px -1px 2px -2px rgba(var(--shadow-default-raw), 0.02), 0px -2px 4px rgba(var(--shadow-default-raw), 0.02), 0px -2px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-down: 0px 4px 16px 4px rgba(var(--shadow-default-raw), 0.03), 0px 4px 8px rgba(var(--shadow-default-raw), 0.02), 0px 2px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-down-pri: 0px 4px 16px 4px rgba(var(--shadow-pri-raw), 0.03), 0px 4px 8px rgba(var(--shadow-pri-raw), 0.02), 0px 2px 4px -4px rgba(var(--shadow-pri-raw), 0.02);
  --shadow-s2-left: -4px 0px 16px 4px rgba(var(--shadow-default-raw), 0.03), -4px 0px 8px rgba(var(--shadow-default-raw), 0.02), -2px 0px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-right: 4px 0px 16px 4px rgba(var(--shadow-default-raw), 0.03), 4px 0px 8px rgba(var(--shadow-default-raw), 0.02), 2px 0px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-up: 0px -4px 16px 4px rgba(var(--shadow-default-raw), 0.03), 0px -4px 8px rgba(var(--shadow-default-raw), 0.02), 0px -2px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s3-down: 0px 6px 18px 6px rgba(var(--shadow-default-raw), 0.03), 0px 3px 6px -6px rgba(var(--shadow-default-raw), 0.05), 0px 4px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s3-down-pri: 0px 6px 18px 6px rgba(var(--shadow-pri-raw), 0.03), 0px 3px 6px -6px rgba(var(--shadow-pri-raw), 0.05), 0px 4px 8px rgba(36, 91, 219, 0.03);
  --shadow-s3-left: -6px 0px 18px 6px rgba(var(--shadow-default-raw), 0.03), -3px 0px 6px -6px rgba(var(--shadow-default-raw), 0.05), -4px 0px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s3-right: 6px 0px 18px 6px rgba(var(--shadow-default-raw), 0.03), 3px 0px 6px -6px rgba(var(--shadow-default-raw), 0.05), 4px 0px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s3-up: 0px -6px 18px 6px rgba(var(--shadow-default-raw), 0.03), 0px -3px 6px -6px rgba(var(--shadow-default-raw), 0.05), 0px -4px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s4-down: 0px 8px 24px 8px rgba(var(--shadow-default-raw), 0.04), 0px 6px 12px rgba(var(--shadow-default-raw), 0.04), 0px 4px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-down-pri: 0px 8px 24px 8px rgba(var(--shadow-pri-raw), 0.04), 0px 6px 12px rgba(var(--shadow-pri-raw), 0.04), 0px 4px 8px -8px rgba(var(--shadow-pri-raw), 0.06);
  --shadow-s4-left: -8px 0px 24px 8px rgba(var(--shadow-default-raw), 0.04), -6px 0px 12px rgba(var(--shadow-default-raw), 0.04), -4px 0px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-right: 8px 0px 24px 8px rgba(var(--shadow-default-raw), 0.04), 6px 0px 12px rgba(var(--shadow-default-raw), 0.04), 4px 0px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-up: 0px -8px 24px 8px rgba(var(--shadow-default-raw), 0.04), 0px -6px 12px rgba(var(--shadow-default-raw), 0.04), 0px -4px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-down: 0px 10px 36px 10px rgba(var(--shadow-default-raw), 0.04), 0px 8px 24px rgba(var(--shadow-default-raw), 0.04), 0px 6px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-down-pri: 0px 10px 36px 10px rgba(var(--shadow-pri-raw), 0.04), 0px 8px 24px rgba(var(--shadow-pri-raw), 0.04), 0px 6px 12px -10px rgba(var(--shadow-pri-raw), 0.06);
  --shadow-s5-left: -10px 0px 36px 10px rgba(var(--shadow-default-raw), 0.04), -8px 0px 24px rgba(var(--shadow-default-raw), 0.04), -6px 0px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-right: 10px 0px 36px 10px rgba(var(--shadow-default-raw), 0.04), 8px 0px 24px rgba(var(--shadow-default-raw), 0.04), 6px 0px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-up: 0px -10px 36px 10px rgba(var(--shadow-default-raw), 0.04), 0px -8px 24px rgba(var(--shadow-default-raw), 0.04), 0px -6px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-sm-down: 0px 4px 8px var(--shadow-default-sm);
  --shadow-sm-left: -4px 0px 8px var(--shadow-default-sm);
  --shadow-sm-right: 4px 0px 8px var(--shadow-default-sm);
  --shadow-sm-up: 0px -4px 8px var(--shadow-default-sm);
  --static-black-10: rgba(0, 0, 0, 0.1);
  --static-black-15: rgba(0, 0, 0, 0.15);
  --static-black-20: rgba(0, 0, 0, 0.2);
  --static-black-30: rgba(0, 0, 0, 0.3);
  --static-black-40: rgba(0, 0, 0, 0.4);
  --static-black-5: rgba(0, 0, 0, 0.05);
  --static-black-50: rgba(0, 0, 0, 0.5);
  --static-black-60: rgba(0, 0, 0, 0.6);
  --static-black-70: rgba(0, 0, 0, 0.7);
  --static-black-80: rgba(0, 0, 0, 0.8);
  --static-black-90: rgba(0, 0, 0, 0.9);
  --static-white-10: rgba(255, 255, 255, 0.1);
  --static-white-15: rgba(255, 255, 255, 0.15);
  --static-white-20: rgba(255, 255, 255, 0.2);
  --static-white-30: rgba(255, 255, 255, 0.3);
  --static-white-40: rgba(255, 255, 255, 0.4);
  --static-white-5: rgba(255, 255, 255, 0.05);
  --static-white-50: rgba(255, 255, 255, 0.5);
  --static-white-60: rgba(255, 255, 255, 0.6);
  --static-white-70: rgba(255, 255, 255, 0.7);
  --static-white-80: rgba(255, 255, 255, 0.8);
  --static-white-90: rgba(255, 255, 255, 0.9);
  --static-white-hover: rgba(255, 255, 255, 0.1);
  --static-white-hover-raw: 255, 255, 255;
  --static-white-pressed: rgba(255, 255, 255, 0.2);
  --static-white-pressed-raw: 255, 255, 255;
  --text-caption: var(--N600);
  --text-caption-raw: var(--N600-raw);
  --text-disabled: var(--N400);
  --text-disabled-raw: var(--N400-raw);
  --text-link-disabled: var(--N400);
  --text-link-disabled-raw: var(--N400-raw);
  --text-link-hover: var(--B500);
  --text-link-hover-raw: var(--B500-raw);
  --text-link-loading: var(--B300);
  --text-link-loading-raw: var(--B300-raw);
  --text-link-normal: var(--B600);
  --text-link-normal-raw: var(--B600-raw);
  --text-link-pressed: var(--B700);
  --text-link-pressed-raw: var(--B700-raw);
  --text-placeholder: var(--N500);
  --text-placeholder-raw: var(--N500-raw);
  --text-title: var(--N900);
  --text-title-raw: var(--N900-raw);
  --ud-neutral-color-1: var(--N00);
  --ud-neutral-color-2: var(--N50);
  --ud-neutral-color-3: var(--N100);
  --ud-neutral-color-4: var(--N200);
  --ud-neutral-color-5: var(--N300);
  --ud-neutral-color-6: var(--N400);
  --ud-neutral-color-7: var(--N500);
  --ud-neutral-color-8: var(--N600);
  --ud-neutral-color-9: var(--N650);
  --ud-neutral-color-10: var(--N700);
  --ud-neutral-color-11: var(--N800);
  --ud-neutral-color-12: var(--N900);
  --udtoken-component-outlined-bg: rgba(var(--N00-raw), 0);
  --udtoken-btn-text-bg-pri-hover: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-btn-text-bg-pri-pressed: rgba(var(--primary-pri-500-raw), 0.3);
  --udtoken-btn-pri-text-disabled: rgba(var(--N900-raw), 0.3);
  --udtoken-btn-se-bg-neutral-hover: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-se-bg-neutral-pressed: rgba(var(--N900-raw), 0.2);
  --udtoken-component-text-disabled-loading: var(--N500);
  --udtoken-btn-se-bg-pri-hover: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-btn-se-bg-pri-pressed: rgba(var(--primary-pri-500-raw), 0.3);
  --udtoken-btn-se-bg-danger-hover: rgba(var(--function-danger-500-raw), 0.2);
  --udtoken-btn-se-bg-danger-pressed: rgba(var(--function-danger-500-raw), 0.3);
  --udtoken-btn-text-bg-neutral-hover: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-text-bg-neutral-pressed: rgba(var(--N900-raw), 0.2);
  --udtoken-btn-text-bg-danger-hover: rgba(var(--function-danger-500-raw), 0.2);
  --udtoken-btn-text-bg-danger-pressed: rgba(var(--function-danger-500-raw), 0.3);
  --udtoken-input-bg-disabled: rgba(var(--N900-raw), 0.12);
  --udtoken-sliding-block-bg-disabled-loading: var(--N500);
  --udtoken-table-bg-expand: var(--N00);
  --udtoken-table-bg-head: var(--N200);
  --udtoken-table-bg-hover: var(--N350);
  --udtoken-table-bg-pressed: var(--N400);
  --udtoken-steps-bg-hover: rgba(var(--primary-pri-600-raw), 0.15);
  --udtoken-block-view-inline-bg-nopermission: rgba(var(--N900-raw), 0.1);
  --udtoken-block-view-inline-bg-other: rgba(var(--primary-pri-300-raw), 0.35);
  --udtoken-block-view-inline-bg-self: var(--primary-pri-500);
  --udtoken-btn-ghost-bg: rgba(var(--N00-raw), 0);
  --udtoken-btn-se-bg-danger-focus: rgba(var(--function-danger-500-raw), 0.2);
  --udtoken-btn-se-bg-neutral-focus: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-se-bg-pri-focus: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-btn-selected-bg-danger-hover: rgba(var(--R500-raw), 0.28);
  --udtoken-btn-selected-bg-danger-normal: rgba(var(--R500-raw), 0.15);
  --udtoken-btn-selected-bg-danger-press: rgba(var(--R500-raw), 0.36);
  --udtoken-btn-selected-bg-neutral-hover: rgba(var(--N900-raw), 0.12);
  --udtoken-btn-selected-bg-neutral-normal: rgba(var(--N900-raw), 0.08);
  --udtoken-btn-selected-bg-neutral-press: rgba(var(--N900-raw), 0.16);
  --udtoken-btn-selected-bg-success-hover: rgba(var(--G500-raw), 0.28);
  --udtoken-btn-selected-bg-success-normal: rgba(var(--G500-raw), 0.15);
  --udtoken-btn-selected-bg-success-press: rgba(var(--G500-raw), 0.36);
  --udtoken-btn-selected-border-neutral: rgba(var(--N1000-raw), 0.5);
  --udtoken-btn-selected-text-danger: var(--R500);
  --udtoken-btn-selected-text-success: var(--G500);
  --udtoken-btn-text-bg-danger-focus: rgba(var(--function-danger-500-raw), 0.2);
  --udtoken-btn-text-bg-neutral-focus: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-text-bg-pri-focus: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-message-card-bg-blue: var(--B100);
  --udtoken-message-card-bg-carmine: var(--C100);
  --udtoken-message-card-bg-green: var(--G100);
  --udtoken-message-card-bg-indigo: var(--I100);
  --udtoken-message-card-bg-light-neutral: var(--N200);
  --udtoken-message-card-bg-lime: var(--L100);
  --udtoken-message-card-bg-mask-general: rgba(var(--N00-raw), 0.3);
  --udtoken-message-card-bg-mask-special: rgba(var(--N00-raw), 0.3);
  --udtoken-message-card-bg-neutral: var(--N300);
  --udtoken-message-card-bg-orange: var(--O100);
  --udtoken-message-card-bg-purple: var(--P100);
  --udtoken-message-card-bg-red: var(--R100);
  --udtoken-message-card-bg-turquoise: var(--T100);
  --udtoken-message-card-bg-violet: var(--V100);
  --udtoken-message-card-bg-wathet: var(--W100);
  --udtoken-message-card-bg-yellow: var(--Y100);
  --udtoken-message-card-text-blue: var(--B700);
  --udtoken-message-card-text-carmine: var(--C700);
  --udtoken-message-card-text-green: var(--G700);
  --udtoken-message-card-text-indigo: var(--I700);
  --udtoken-message-card-text-lime: var(--L700);
  --udtoken-message-card-text-neutral: var(--N650);
  --udtoken-message-card-text-orange: var(--O700);
  --udtoken-message-card-text-purple: var(--P700);
  --udtoken-message-card-text-red: var(--R700);
  --udtoken-message-card-text-turquoise: var(--T700);
  --udtoken-message-card-text-violet: var(--V700);
  --udtoken-message-card-text-wathet: var(--W700);
  --udtoken-message-card-text-yellow: var(--Y700);
  --udtoken-navigation-bar-resize-handle: #4599ff;
  --udtoken-navigation-bar-tab-bg-black: #0d0e12;
  --udtoken-navigation-bar-tab-bg-blue: #141c2a;
  --udtoken-navigation-bar-tab-bg-gray: #242424;
  --udtoken-progress-bg: rgba(var(--N900-raw), 0.2);
  --udtoken-quote-bar-bg: var(--N400);
  --udtoken-reaction-bg-grey: #101010;
  --udtoken-reaction-bg-grey-float: #1f1f1f;
  --udtoken-skeleton-bg: rgba(240, 240, 240, 0.08);
  --udtoken-skeleton-fg: rgba(240, 240, 240, 0.05);
  --udtoken-tab-pri-bg: var(--primary-pri-200);
  --udtoken-tab-pri-text: var(--primary-pri-700);
  --udtoken-tab-se-bg-unselected: rgba(var(--N900-raw), 0.2);
  --udtoken-table-bg-grey: var(--N100);
  --udtoken-table-bg-selected: var(--primary-pri-100);
  --udtoken-tag-bg-blue: rgba(var(--B500-raw), 0.2);
  --udtoken-tag-bg-blue-hover: rgba(var(--B500-raw), 0.3);
  --udtoken-tag-bg-blue-solid: var(--B100);
  --udtoken-tag-bg-carmine: rgba(var(--C500-raw), 0.2);
  --udtoken-tag-bg-carmine-hover: rgba(var(--C500-raw), 0.3);
  --udtoken-tag-bg-carmine-solid: var(--C100);
  --udtoken-tag-bg-green: rgba(var(--G400-raw), 0.2);
  --udtoken-tag-bg-green-hover: rgba(var(--G400-raw), 0.3);
  --udtoken-tag-bg-green-solid: var(--G100);
  --udtoken-tag-bg-indigo: rgba(var(--I500-raw), 0.2);
  --udtoken-tag-bg-indigo-hover: rgba(var(--I500-raw), 0.3);
  --udtoken-tag-bg-indigo-solid: var(--I100);
  --udtoken-tag-bg-lime: rgba(var(--L300-raw), 0.2);
  --udtoken-tag-bg-lime-hover: rgba(var(--L300-raw), 0.3);
  --udtoken-tag-bg-lime-solid: var(--L100);
  --udtoken-tag-bg-orange: rgba(var(--O400-raw), 0.2);
  --udtoken-tag-bg-orange-hover: rgba(var(--O400-raw), 0.3);
  --udtoken-tag-bg-orange-solid: var(--O100);
  --udtoken-tag-bg-purple: rgba(var(--P500-raw), 0.2);
  --udtoken-tag-bg-purple-hover: rgba(var(--P500-raw), 0.3);
  --udtoken-tag-bg-purple-solid: var(--P100);
  --udtoken-tag-bg-red: rgba(var(--R500-raw), 0.2);
  --udtoken-tag-bg-red-hover: rgba(var(--R500-raw), 0.3);
  --udtoken-tag-bg-red-solid: var(--R100);
  --udtoken-tag-bg-turquoise: rgba(var(--T400-raw), 0.2);
  --udtoken-tag-bg-turquoise-hover: rgba(var(--T400-raw), 0.3);
  --udtoken-tag-bg-turquoise-solid: var(--T100);
  --udtoken-tag-bg-violet: rgba(var(--V500-raw), 0.2);
  --udtoken-tag-bg-violet-hover: rgba(var(--V500-raw), 0.3);
  --udtoken-tag-bg-violet-solid: var(--V100);
  --udtoken-tag-bg-wathet: rgba(var(--W400-raw), 0.2);
  --udtoken-tag-bg-wathet-hover: rgba(var(--W400-raw), 0.3);
  --udtoken-tag-bg-wathet-solid: var(--W100);
  --udtoken-tag-bg-yellow: rgba(var(--Y300-raw), 0.2);
  --udtoken-tag-bg-yellow-hover: rgba(var(--Y300-raw), 0.3);
  --udtoken-tag-bg-yellow-solid: var(--Y100);
  --udtoken-tag-neutral-bg-inverse: var(--N400);
  --udtoken-tag-neutral-bg-inverse-opacity: rgba(var(--N900-raw), 0.4);
  --udtoken-tag-neutral-bg-normal: rgba(var(--N600-raw), 0.2);
  --udtoken-tag-neutral-bg-normal-hover: rgba(var(--N900-raw), 0.3);
  --udtoken-tag-neutral-bg-normal-pressed: rgba(var(--N900-raw), 0.4);
  --udtoken-tag-neutral-bg-solid: var(--N200);
  --udtoken-tag-neutral-text-inverse: var(--N1000);
  --udtoken-tag-neutral-text-inverse-opacity: var(--N1000);
  --udtoken-tag-neutral-text-normal: var(--N600);
  --udtoken-tag-neutral-text-solid: var(--N600);
  --udtoken-tag-state-blue-light: var(--B500);
  --udtoken-tag-state-green-light: var(--G500);
  --udtoken-tag-state-grey-light: var(--N500);
  --udtoken-tag-state-orange-light: var(--O500);
  --udtoken-tag-state-purple-light: var(--P500);
  --udtoken-tag-state-red-light: var(--R500);
  --udtoken-tag-text-blue: var(--B700);
  --udtoken-tag-text-carmine: var(--C700);
  --udtoken-tag-text-green: var(--G700);
  --udtoken-tag-text-indigo: var(--I700);
  --udtoken-tag-text-lime: var(--L700);
  --udtoken-tag-text-orange: var(--O700);
  --udtoken-tag-text-purple: var(--P700);
  --udtoken-tag-text-red: var(--R700);
  --udtoken-tag-text-s-blue: var(--B700);
  --udtoken-tag-text-s-carmine: var(--C700);
  --udtoken-tag-text-s-green: var(--G700);
  --udtoken-tag-text-s-indigo: var(--I700);
  --udtoken-tag-text-s-lime: var(--L700);
  --udtoken-tag-text-s-orange: var(--O700);
  --udtoken-tag-text-s-purple: var(--P700);
  --udtoken-tag-text-s-red: var(--R700);
  --udtoken-tag-text-s-turquoise: var(--T700);
  --udtoken-tag-text-s-violet: var(--V700);
  --udtoken-tag-text-s-wathet: var(--W700);
  --udtoken-tag-text-s-yellow: var(--Y700);
  --udtoken-tag-text-turquoise: var(--T700);
  --udtoken-tag-text-violet: var(--V700);
  --udtoken-tag-text-wathet: var(--W700);
  --udtoken-tag-text-yellow: var(--Y700);
  --udtoken-upload-bg-error: rgba(var(--N900-raw), 0.12);
  --udtoken-upload-mask-img: rgba(0, 0, 0, 0.7);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */


/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: #646a73;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Roboto', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
  font-weight: var(--semi-bold);
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #325ab4;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #4e83fd;
}
a:active {
  color: #245bdb;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: inherit;
  background: #e1eaff;
}
::selection {
  color: inherit;
  background: #e1eaff;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --wave-shadow-color: #325ab4;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #325ab4;
  box-shadow: 0 0 0 0 var(--wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #325ab4;
    box-shadow: 0 0 0 6px var(--wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #325ab4;
    box-shadow: 0 0 0 6px var(--wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -ms-transform: scale(0);
      transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
/* ats-x modal相关的动画 */
@-webkit-keyframes ZoomModalIn {
  0% {
    transform: scale(0.2) translateY(0);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}
@keyframes ZoomModalIn {
  0% {
    transform: scale(0.2) translateY(0);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes ZoomModalOut {
  0% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(0.2) translateY(0);
    opacity: 0;
  }
}
@keyframes ZoomModalOut {
  0% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(0.2) translateY(0);
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: fixed;
  top: 36px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.atsx-message-notice {
  padding: 8px;
  text-align: center;
}
.atsx-message-notice:first-child {
  margin-top: -8px;
}
.atsx-message-notice-content {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
  max-width: 600px;
  text-align: left;
}
.atsx-message-info-place .atsx-message-notice-content,
.atsx-message-loading-place .atsx-message-notice-content,
.atsx-message-default-place .atsx-message-notice-content {
  background: #F0F4FF;
  border: 1px solid #3370FF;
}
.atsx-message-success-place .atsx-message-notice-content {
  background: #f0fbef;
  border: 1px solid #34c724;
}
.atsx-message-error-place .atsx-message-notice-content {
  background: #FEF1F1;
  border: 1px solid #F54A45;
}
.atsx-message-warning-place .atsx-message-notice-content {
  background: #FFF5EB;
  border: 1px solid #FF8800;
}
.atsx-message-custom-content span {
  display: inline-block;
  vertical-align: top;
  line-height: 22px;
}
.atsx-message-custom-content span.atsx-message-custom-text {
  margin-left: 24px;
}
.atsx-message-can-close .atsx-message-custom-content span.atsx-message-custom-text {
  margin-right: 32px;
}
.atsx-message-custom-content span.atsx-message-custom-operations {
  color: #3370FF;
  font-size: 14px;
  margin-right: 16px;
}
.atsx-message-custom-content span.atsx-message-custom-operations.atsx-message-custom-operations-with-close {
  margin-right: 12px;
}
.atsx-message-custom-content .atsx-message-close {
  font-size: 16px;
  color: #8F959E;
  position: absolute;
  top: 15px;
}
.atsx-message-custom-content .atsx-message-close:hover {
  color: #3370FF;
}
.atsx-message-success .atsx-message-icon {
  color: #34c724;
}
.atsx-message-error .atsx-message-icon {
  color: #F54A45;
}
.atsx-message-warning .atsx-message-icon {
  color: #FF8800;
}
.atsx-message-info .atsx-message-icon,
.atsx-message-loading .atsx-message-icon {
  color: #3370FF;
}
.atsx-message-icon {
  position: absolute;
  top: 15px;
  margin-right: 8px;
  font-size: 16px;
}
.atsx-message-close {
  display: none;
  right: 16px;
  position: absolute;
  top: 14px;
  cursor: pointer;
  font-size: 12px;
}
.atsx-message-can-close .atsx-message-notice-content {
  padding-right: 32px;
}
.atsx-message-can-close .atsx-message-close {
  display: inline-block;
}
.atsx-message-notice.move-up-leave.move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-icon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.atsx-icon svg {
  display: inline-block;
}

body {
  margin: 0;
  color: var(--text-title);
  background-color: var(--bg-body);
}
body,
input,
button,
select,
optgroup,
textarea {
  font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body.ud__lang-zh,
input.ud__lang-zh,
button.ud__lang-zh,
select.ud__lang-zh,
optgroup.ud__lang-zh,
textarea.ud__lang-zh,
.ud__lang-zh body,
.ud__lang-zh input,
.ud__lang-zh button,
.ud__lang-zh select,
.ud__lang-zh optgroup,
.ud__lang-zh textarea {
  font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body.ud__lang-en,
input.ud__lang-en,
button.ud__lang-en,
select.ud__lang-en,
optgroup.ud__lang-en,
textarea.ud__lang-en,
.ud__lang-en body,
.ud__lang-en input,
.ud__lang-en button,
.ud__lang-en select,
.ud__lang-en optgroup,
.ud__lang-en textarea {
  font-family: LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
body.ud__lang-ja,
input.ud__lang-ja,
button.ud__lang-ja,
select.ud__lang-ja,
optgroup.ud__lang-ja,
textarea.ud__lang-ja,
.ud__lang-ja body,
.ud__lang-ja input,
.ud__lang-ja button,
.ud__lang-ja select,
.ud__lang-ja optgroup,
.ud__lang-ja textarea {
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic UI", "\6E38\30B4\30B7\30C3\30AF\4F53", "Noto Sans Japanese", "Microsoft Jhenghei UI", "Microsoft Yahei UI", "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
input,
button,
select,
optgroup,
textarea {
  color: inherit;
  font-family: inherit;
}
.ud-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  transition: background 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
  background-color: rgba(var(--N900-raw), 30%);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.ud-scrollbar::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  background-color: transparent;
}
.ud-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--N900-raw), 60%) !important;
}
.ud-scrollbar::-webkit-scrollbar:hover {
  width: 11px;
  height: 11px;
}
.ud-scrollbar::-webkit-scrollbar-button {
  display: none;
}
.ud-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.ud-scrollbar::-webkit-scrollbar-corner {
  background-color: transparent;
}
.rc-virtual-list-scrollbar {
  width: 11px !important;
}
.rc-virtual-list-scrollbar-thumb {
  width: 11px !important;
  padding: 2px;
  background: transparent !important;
  box-sizing: border-box;
}
.rc-virtual-list-scrollbar-thumb::after {
  display: block;
  box-sizing: border-box;
  content: "\A0";
  border-radius: 9999px;
  height: 100%;
  width: 100%;
  background-color: rgba(var(--N900-raw), 30%) !important;
  transition: background-color 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.rc-virtual-list-scrollbar-thumb:hover::after {
  background-color: rgba(var(--N900-raw), 60%) !important;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud-slide-up-enter,
.ud-slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-up-enter.ud-slide-up-enter-active,
.ud-slide-up-appear.ud-slide-up-appear-active {
  -webkit-animation-name: udSlideUpIn;
          animation-name: udSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-slide-up-leave.ud-slide-up-leave-active {
  -webkit-animation-name: udSlideUpOut;
          animation-name: udSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-slide-up-enter,
.ud-slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-slide-down-enter,
.ud-slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-down-enter.ud-slide-down-enter-active,
.ud-slide-down-appear.ud-slide-down-appear-active {
  -webkit-animation-name: udSlideDownIn;
          animation-name: udSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-slide-down-leave.ud-slide-down-leave-active {
  -webkit-animation-name: udSlideDownOut;
          animation-name: udSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-slide-down-enter,
.ud-slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-slide-left-enter,
.ud-slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-left-enter.ud-slide-left-enter-active,
.ud-slide-left-appear.ud-slide-left-appear-active {
  -webkit-animation-name: udSlideLeftIn;
          animation-name: udSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-slide-left-leave.ud-slide-left-leave-active {
  -webkit-animation-name: udSlideLeftOut;
          animation-name: udSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-slide-left-enter,
.ud-slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-slide-right-enter,
.ud-slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-slide-right-enter.ud-slide-right-enter-active,
.ud-slide-right-appear.ud-slide-right-appear-active {
  -webkit-animation-name: udSlideRightIn;
          animation-name: udSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-slide-right-leave.ud-slide-right-leave-active {
  -webkit-animation-name: udSlideRightOut;
          animation-name: udSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-slide-right-enter,
.ud-slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
@-webkit-keyframes udSlideUpIn {
  0% {
    transform: translateY(-8px);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes udSlideUpIn {
  0% {
    transform: translateY(-8px);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes udSlideUpOut {
  0% {
    transform: translateY(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: translateY(-8px);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes udSlideUpOut {
  0% {
    transform: translateY(0);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: translateY(-8px);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes udSlideDownIn {
  0% {
    transform: translateY(8px);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes udSlideDownIn {
  0% {
    transform: translateY(8px);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes udSlideDownOut {
  0% {
    transform: translateY(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: translateY(8px);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes udSlideDownOut {
  0% {
    transform: translateY(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: translateY(8px);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes udSlideLeftIn {
  0% {
    transform: scaleX(0.5);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes udSlideLeftIn {
  0% {
    transform: scaleX(0.5);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes udSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.5);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes udSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.5);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes udSlideRightIn {
  0% {
    transform: scaleX(0.5);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes udSlideRightIn {
  0% {
    transform: scaleX(0.5);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes udSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.5);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes udSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.5);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: udZoomIn;
          animation-name: udZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: udZoomOut;
          animation-name: udZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-enter-prepare,
.zoom-appear-prepare {
  transform: none;
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ud-zoom-big-enter,
.ud-zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-big-enter.ud-zoom-big-enter-active,
.ud-zoom-big-appear.ud-zoom-big-appear-active {
  -webkit-animation-name: udZoomBigIn;
          animation-name: udZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-zoom-big-leave.ud-zoom-big-leave-active {
  -webkit-animation-name: udZoomBigOut;
          animation-name: udZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-zoom-big-enter,
.ud-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ud-zoom-big-enter-prepare,
.ud-zoom-big-appear-prepare {
  transform: none;
}
.ud-zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ud-zoom-big-fast-enter,
.ud-zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-big-fast-enter.ud-zoom-big-fast-enter-active,
.ud-zoom-big-fast-appear.ud-zoom-big-fast-appear-active {
  -webkit-animation-name: udZoomBigIn;
          animation-name: udZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-zoom-big-fast-leave.ud-zoom-big-fast-leave-active {
  -webkit-animation-name: udZoomBigOut;
          animation-name: udZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-zoom-big-fast-enter,
.ud-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ud-zoom-big-fast-enter-prepare,
.ud-zoom-big-fast-appear-prepare {
  transform: none;
}
.ud-zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ud-zoom-up-enter,
.ud-zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-up-enter.ud-zoom-up-enter-active,
.ud-zoom-up-appear.ud-zoom-up-appear-active {
  -webkit-animation-name: udZoomUpIn;
          animation-name: udZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-zoom-up-leave.ud-zoom-up-leave-active {
  -webkit-animation-name: udZoomUpOut;
          animation-name: udZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-zoom-up-enter,
.ud-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ud-zoom-up-enter-prepare,
.ud-zoom-up-appear-prepare {
  transform: none;
}
.ud-zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ud-zoom-down-enter,
.ud-zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-down-enter.ud-zoom-down-enter-active,
.ud-zoom-down-appear.ud-zoom-down-appear-active {
  -webkit-animation-name: udZoomDownIn;
          animation-name: udZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-zoom-down-leave.ud-zoom-down-leave-active {
  -webkit-animation-name: udZoomDownOut;
          animation-name: udZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-zoom-down-enter,
.ud-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ud-zoom-down-enter-prepare,
.ud-zoom-down-appear-prepare {
  transform: none;
}
.ud-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ud-zoom-left-enter,
.ud-zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-left-enter.ud-zoom-left-enter-active,
.ud-zoom-left-appear.ud-zoom-left-appear-active {
  -webkit-animation-name: udZoomLeftIn;
          animation-name: udZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-zoom-left-leave.ud-zoom-left-leave-active {
  -webkit-animation-name: udZoomLeftOut;
          animation-name: udZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-zoom-left-enter,
.ud-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ud-zoom-left-enter-prepare,
.ud-zoom-left-appear-prepare {
  transform: none;
}
.ud-zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ud-zoom-right-enter,
.ud-zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-zoom-right-enter.ud-zoom-right-enter-active,
.ud-zoom-right-appear.ud-zoom-right-appear-active {
  -webkit-animation-name: udZoomRightIn;
          animation-name: udZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-zoom-right-leave.ud-zoom-right-leave-active {
  -webkit-animation-name: udZoomRightOut;
          animation-name: udZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-zoom-right-enter,
.ud-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.ud-zoom-right-enter-prepare,
.ud-zoom-right-appear-prepare {
  transform: none;
}
.ud-zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes udZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes udZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes udZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes udZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes udZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes udZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes udZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes udZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes udZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes udZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@-webkit-keyframes udZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes udZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes udZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes udZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@-webkit-keyframes udZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes udZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes udZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes udZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@-webkit-keyframes udZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes udZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes udZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes udZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@-webkit-keyframes udZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes udZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ud-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__msg-manager {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-title);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: fixed;
  z-index: 1010;
  pointer-events: none;
}
.ud__msg-manager.ud__msg-manager--sticky {
  position: absolute;
}
.ud__msg-manager .ud__msg-manager-item {
  pointer-events: none;
}
.ud__msg-manager.ud__msg-manager--topLeft {
  top: 16px;
  left: 16px;
  bottom: auto;
}
.ud__msg-manager.ud__msg-manager--topRight {
  top: 16px;
  right: 16px;
  bottom: auto;
}
.ud__msg-manager.ud__msg-manager--bottomLeft {
  bottom: 16px;
  left: 16px;
  top: auto;
}
.ud__msg-manager.ud__msg-manager--bottomRight {
  bottom: 16px;
  right: 16px;
  top: auto;
}
.ud__msg-manager.ud__msg-manager--top {
  width: 100%;
  text-align: center;
  padding: 0 16px 16px;
  left: 0;
}
.ud__msg-manager-item {
  box-sizing: border-box;
  margin: 8px;
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), margin-bottom 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ud__msg-manager-item.notification-animation-enter .ud__notification {
  opacity: 0;
}
.ud__msg-manager-item.notification-animation-enter-done .ud__notification,
.ud__msg-manager-item.notification-animation-enter-active .ud__notification {
  opacity: 1;
}
.ud__msg-manager-item.notification-animation-exit .ud__notification {
  opacity: 1;
}
.ud__msg-manager-item.notification-animation-exit-active {
  margin-bottom: 0;
}
.ud__msg-manager-item.notification-animation-exit-active .ud__notification {
  opacity: 0;
}
.ud__msg-manager--topLeft .ud__notification__notice-content,
.ud__msg-manager--bottomLeft .ud__notification__notice-content {
  float: left;
}
.ud__msg-manager--topLeft .notification-animation-enter .ud__notification,
.ud__msg-manager--bottomLeft .notification-animation-enter .ud__notification {
  transform: translateX(-100%) translateY(0);
}
.ud__msg-manager--topLeft .notification-animation-enter-done .ud__notification,
.ud__msg-manager--bottomLeft .notification-animation-enter-done .ud__notification,
.ud__msg-manager--topLeft .notification-animation-enter-active .ud__notification,
.ud__msg-manager--bottomLeft .notification-animation-enter-active .ud__notification {
  transform: translateX(0) translateY(0);
}
.ud__msg-manager--topRight .ud__notification__notice-content,
.ud__msg-manager--bottomRight .ud__notification__notice-content {
  float: right;
}
.ud__msg-manager--topRight .notification-animation-enter .ud__notification,
.ud__msg-manager--bottomRight .notification-animation-enter .ud__notification {
  transform: translateX(100%) translateY(0);
}
.ud__msg-manager--topRight .notification-animation-enter-done .ud__notification,
.ud__msg-manager--bottomRight .notification-animation-enter-done .ud__notification,
.ud__msg-manager--topRight .notification-animation-enter-active .ud__notification,
.ud__msg-manager--bottomRight .notification-animation-enter-active .ud__notification {
  transform: translateX(0) translateY(0);
}
.ud__notification {
  box-sizing: border-box;
  margin: 0;
  z-index: 1010;
  pointer-events: auto;
  transition: transform 0.4s cubic-bezier(0.34, 0.69, 0.1, 1), opacity 0.4s cubic-bezier(0.34, 0.69, 0.1, 1);
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-s5-down);
  overflow: hidden;
  *zoom: 1;
}
.ud__notification:before,
.ud__notification:after {
  box-sizing: border-box;
  content: " ";
  display: table;
}
.ud__notification:after {
  clear: both;
}
.ud__notification .ud__notification__notice {
  padding: 8px;
  clear: both;
}
.ud__notification .ud__notification__notice-success .ud__notification__notice-border {
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--function-success-400);
  top: 0;
  left: 0;
}
.ud__notification .ud__notification__notice-info .ud__notification__notice-border {
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--function-info-400);
  top: 0;
  left: 0;
}
.ud__notification .ud__notification__notice-error .ud__notification__notice-border {
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--function-danger-400);
  top: 0;
  left: 0;
}
.ud__notification .ud__notification__notice-warning .ud__notification__notice-border {
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--function-warning-400);
  top: 0;
  left: 0;
}
.ud__notification .ud__notification__notice-close {
  box-sizing: border-box;
  color: var(--N600);
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  outline: none;
}
.ud__notification .ud__notification__notice-title {
  box-sizing: border-box;
  margin-bottom: 8px;
  padding-right: 16px;
}
.ud__notification .ud__notification__notice-des {
  box-sizing: border-box;
}
.ud__notification .ud__notification__notice-btn {
  box-sizing: border-box;
  margin-top: 8px;
  padding-left: 4px;
  text-align: right;
}
.ud__notification .ud__notification__notice-btn .ud__button {
  margin-left: 12px;
}
.ud__notification .ud__notification__notice-with-icon {
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 16px;
}
.ud__notification .ud__notification__notice-hide-icon {
  box-sizing: border-box;
  padding-left: 4px;
}
.ud__notification .ud__notification__notice-icon-default,
.ud__notification .ud__notification__notice-icon-error,
.ud__notification .ud__notification__notice-icon-warning,
.ud__notification .ud__notification__notice-icon-success,
.ud__notification .ud__notification__notice-icon-info {
  position: absolute;
  left: 28px;
  top: 24px;
  font-size: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
}
.ud__notification .ud__notification__notice-icon-error {
  color: var(--function-danger-500);
}
.ud__notification .ud__notification__notice-icon-warning {
  color: var(--function-warning-500);
}
.ud__notification .ud__notification__notice-icon-success {
  color: var(--function-success-500);
}
.ud__notification .ud__notification__notice-icon-info {
  color: var(--function-info-500);
}
.ud__notification .ud__notification__notice-content {
  border: 1px solid var(--line-border-card);
  border-left: none;
  border-radius: 8px;
  padding: 24px;
  padding-left: 28px;
  background: var(--bg-float);
  color: var(--text-title);
  display: inline-block;
  width: 420px;
  box-sizing: border-box;
  position: relative;
}
.ud__notification .ud__notification__notice-operation {
  text-align: right;
  margin-top: 8px;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-title);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: solid 1px var(--N00);
  background: none;
  transition: color 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in, width 0.2s ease-in;
  touch-action: manipulation;
  text-decoration: none;
}
.ud__button > a:only-child {
  color: currentColor;
}
.ud__button > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.ud__button--size-xs {
  height: 24px;
  line-height: 20px;
  padding: 1px 7px;
  font-size: 12px;
  border-radius: 6px;
  min-width: 48px;
}
.ud__button--size-xs.ud__button--square,
.ud__button--size-xs.ud__button--circle {
  width: 24px;
  min-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.ud__button--size-sm {
  height: 28px;
  line-height: 20px;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 6px;
  min-width: 48px;
}
.ud__button--size-sm.ud__button--square,
.ud__button--size-sm.ud__button--circle {
  width: 28px;
  min-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.ud__button--size-md {
  height: 32px;
  line-height: 22px;
  padding: 4px 11px;
  font-size: 14px;
  border-radius: 6px;
  min-width: 80px;
}
.ud__button--size-md.ud__button--square,
.ud__button--size-md.ud__button--circle {
  width: 32px;
  min-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.ud__button--size-lg {
  height: 40px;
  line-height: 24px;
  padding: 7px 15px;
  font-size: 16px;
  border-radius: 6px;
  min-width: 96px;
}
.ud__button--size-lg.ud__button--square,
.ud__button--size-lg.ud__button--circle {
  width: 40px;
  min-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.ud__button--size-xl {
  height: 48px;
  line-height: 26px;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 6px;
  min-width: 100px;
}
.ud__button--size-xl.ud__button--square,
.ud__button--size-xl.ud__button--circle {
  width: 48px;
  min-width: initial;
  padding-left: initial;
  padding-right: initial;
}
.ud__button--circle {
  border-radius: 50%;
}
.ud__button--round {
  border-radius: 999999px;
}
.ud__button--filled-default {
  color: var(--static-white);
  background: var(--primary-pri-500);
  border-color: var(--primary-pri-500);
}
.ud__button--filled-default[aria-expanded],
.ud__button--filled-default:hover {
  color: var(--static-white);
  background: var(--primary-pri-400);
  border-color: var(--primary-pri-400);
}
.ud__button--filled-default:focus-visible {
  color: var(--static-white);
  background: var(--primary-pri-400);
  border-color: var(--primary-pri-400);
  --hack-merge-rules: true;
}
.ud__button--filled-default:active {
  color: var(--static-white);
  background: var(--primary-pri-600);
  border-color: var(--primary-pri-600);
}
.ud__button--filled-default-loading,
.ud__button--filled-default-loading[aria-expanded],
.ud__button--filled-default-loading:active {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--primary-pri-300);
  border-color: var(--primary-pri-300);
  cursor: default;
}
.ud__button--filled-default-loading:focus-visible {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--primary-pri-300);
  border-color: var(--primary-pri-300);
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--filled-default-loading .ud__button__loading-icon {
  color: var(--static-white);
}
.ud__button--filled-primary {
  color: var(--static-white);
  background: var(--primary-pri-500);
  border-color: var(--primary-pri-500);
}
.ud__button--filled-primary[aria-expanded],
.ud__button--filled-primary:hover {
  color: var(--static-white);
  background: var(--primary-pri-400);
  border-color: var(--primary-pri-400);
}
.ud__button--filled-primary:focus-visible {
  color: var(--static-white);
  background: var(--primary-pri-400);
  border-color: var(--primary-pri-400);
  --hack-merge-rules: true;
}
.ud__button--filled-primary:active {
  color: var(--static-white);
  background: var(--primary-pri-600);
  border-color: var(--primary-pri-600);
}
.ud__button--filled-primary-loading,
.ud__button--filled-primary-loading[aria-expanded],
.ud__button--filled-primary-loading:active {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--primary-pri-300);
  border-color: var(--primary-pri-300);
  cursor: default;
}
.ud__button--filled-primary-loading:focus-visible {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--primary-pri-300);
  border-color: var(--primary-pri-300);
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--filled-primary-loading .ud__button__loading-icon {
  color: var(--static-white);
}
.ud__button--filled-danger {
  color: var(--static-white);
  background: var(--function-danger-500);
  border-color: var(--function-danger-500);
}
.ud__button--filled-danger[aria-expanded],
.ud__button--filled-danger:hover {
  color: var(--static-white);
  background: var(--function-danger-400);
  border-color: var(--function-danger-400);
}
.ud__button--filled-danger:focus-visible {
  color: var(--static-white);
  background: var(--function-danger-400);
  border-color: var(--function-danger-400);
  --hack-merge-rules: true;
}
.ud__button--filled-danger:active {
  color: var(--static-white);
  background: var(--function-danger-600);
  border-color: var(--function-danger-600);
}
.ud__button--filled-danger-loading,
.ud__button--filled-danger-loading[aria-expanded],
.ud__button--filled-danger-loading:active {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--function-danger-300);
  border-color: var(--function-danger-300);
  cursor: default;
}
.ud__button--filled-danger-loading:focus-visible {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--function-danger-300);
  border-color: var(--function-danger-300);
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--filled-danger-loading .ud__button__loading-icon {
  color: var(--static-white);
}
.ud__button--filled[disabled],
.ud__button--filled:disabled,
.ud__button--filled[disabled][aria-expanded],
.ud__button--filled:disabled[aria-expanded],
.ud__button--filled[disabled]:hover,
.ud__button--filled:disabled:hover,
.ud__button--filled[disabled]:active,
.ud__button--filled:disabled:active {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--fill-disabled);
  border-color: var(--fill-disabled);
  cursor: not-allowed;
}
.ud__button--filled[disabled]:focus-visible,
.ud__button--filled:disabled:focus-visible {
  color: var(--udtoken-btn-pri-text-disabled);
  background: var(--fill-disabled);
  border-color: var(--fill-disabled);
  cursor: not-allowed;
  --hack-merge-rules: true;
}
.ud__button--outlined-default {
  color: var(--text-title);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--line-border-component);
}
.ud__button--outlined-default[aria-expanded],
.ud__button--outlined-default:hover {
  color: var(--text-title);
  background: var(--udtoken-btn-se-bg-neutral-hover);
  border-color: var(--line-border-component);
}
.ud__button--outlined-default:focus-visible {
  color: var(--text-title);
  background: var(--udtoken-btn-se-bg-neutral-hover);
  border-color: var(--line-border-component);
  --hack-merge-rules: true;
}
.ud__button--outlined-default:active {
  color: var(--text-title);
  background: var(--udtoken-btn-se-bg-neutral-pressed);
  border-color: var(--line-border-component);
}
.ud__button--outlined-default-loading,
.ud__button--outlined-default-loading[aria-expanded],
.ud__button--outlined-default-loading:active {
  color: var(--udtoken-component-text-disabled-loading);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--line-border-component);
  cursor: default;
}
.ud__button--outlined-default-loading:focus-visible {
  color: var(--udtoken-component-text-disabled-loading);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--line-border-component);
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--outlined-default-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--outlined-primary {
  color: var(--primary-pri-500);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--primary-pri-500);
}
.ud__button--outlined-primary[aria-expanded],
.ud__button--outlined-primary:hover {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-se-bg-pri-hover);
  border-color: var(--primary-pri-500);
}
.ud__button--outlined-primary:focus-visible {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-se-bg-pri-hover);
  border-color: var(--primary-pri-500);
  --hack-merge-rules: true;
}
.ud__button--outlined-primary:active {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-se-bg-pri-pressed);
  border-color: var(--primary-pri-500);
}
.ud__button--outlined-primary-loading,
.ud__button--outlined-primary-loading[aria-expanded],
.ud__button--outlined-primary-loading:active {
  color: var(--primary-pri-300);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--primary-pri-300);
  cursor: default;
}
.ud__button--outlined-primary-loading:focus-visible {
  color: var(--primary-pri-300);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--primary-pri-300);
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--outlined-primary-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--outlined-danger {
  color: var(--function-danger-500);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--function-danger-500);
}
.ud__button--outlined-danger[aria-expanded],
.ud__button--outlined-danger:hover {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-se-bg-danger-hover);
  border-color: var(--function-danger-500);
}
.ud__button--outlined-danger:focus-visible {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-se-bg-danger-hover);
  border-color: var(--function-danger-500);
  --hack-merge-rules: true;
}
.ud__button--outlined-danger:active {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-se-bg-danger-pressed);
  border-color: var(--function-danger-500);
}
.ud__button--outlined-danger-loading,
.ud__button--outlined-danger-loading[aria-expanded],
.ud__button--outlined-danger-loading:active {
  color: var(--function-danger-300);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--function-danger-300);
  cursor: default;
}
.ud__button--outlined-danger-loading:focus-visible {
  color: var(--function-danger-300);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--function-danger-300);
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--outlined-danger-loading .ud__button__loading-icon {
  color: var(--function-danger-500);
}
.ud__button--outlined[disabled],
.ud__button--outlined:disabled,
.ud__button--outlined[disabled][aria-expanded],
.ud__button--outlined:disabled[aria-expanded],
.ud__button--outlined[disabled]:hover,
.ud__button--outlined:disabled:hover,
.ud__button--outlined[disabled]:active,
.ud__button--outlined:disabled:active {
  color: var(--text-disabled);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--line-border-component);
  cursor: not-allowed;
}
.ud__button--outlined[disabled]:focus-visible,
.ud__button--outlined:disabled:focus-visible {
  color: var(--text-disabled);
  background: var(--udtoken-component-outlined-bg);
  border-color: var(--line-border-component);
  cursor: not-allowed;
  --hack-merge-rules: true;
}
.ud__button--text {
  height: initial;
  min-width: initial;
  border: none;
  padding: 2px 4px;
}
.ud__button--text-default {
  color: var(--text-title);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-default[aria-expanded],
.ud__button--text-default-selected,
.ud__button--text-default:hover {
  color: var(--text-title);
  background: var(--udtoken-btn-text-bg-neutral-hover);
  border-color: transparent;
}
.ud__button--text-default:focus-visible {
  color: var(--text-title);
  background: var(--udtoken-btn-text-bg-neutral-hover);
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--text-default:active {
  color: var(--text-title);
  background: var(--udtoken-btn-text-bg-neutral-pressed);
  border-color: transparent;
}
.ud__button--text-default-loading,
.ud__button--text-default-loading[aria-expanded],
.ud__button--text-default-loading:active {
  color: var(--text-placeholder);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--text-default-loading:focus-visible {
  color: var(--text-placeholder);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--text-default-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--text-primary {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-primary[aria-expanded],
.ud__button--text-primary-selected,
.ud__button--text-primary:hover {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-text-bg-pri-hover);
  border-color: transparent;
}
.ud__button--text-primary:focus-visible {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-text-bg-pri-hover);
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--text-primary:active {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-text-bg-pri-pressed);
  border-color: transparent;
}
.ud__button--text-primary-loading,
.ud__button--text-primary-loading[aria-expanded],
.ud__button--text-primary-loading:active {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--text-primary-loading:focus-visible {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--text-primary-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--text-danger {
  color: var(--function-danger-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-danger[aria-expanded],
.ud__button--text-danger-selected,
.ud__button--text-danger:hover {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-text-bg-danger-hover);
  border-color: transparent;
}
.ud__button--text-danger:focus-visible {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-text-bg-danger-hover);
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--text-danger:active {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-text-bg-danger-pressed);
  border-color: transparent;
}
.ud__button--text-danger-loading,
.ud__button--text-danger-loading[aria-expanded],
.ud__button--text-danger-loading:active {
  color: var(--function-danger-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--text-danger-loading:focus-visible {
  color: var(--function-danger-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--text-danger-loading .ud__button__loading-icon {
  color: var(--function-danger-500);
}
.ud__button--text[disabled],
.ud__button--text:disabled,
.ud__button--text[disabled][aria-expanded],
.ud__button--text:disabled[aria-expanded],
.ud__button--text[disabled]:hover,
.ud__button--text:disabled:hover,
.ud__button--text[disabled]:active,
.ud__button--text:disabled:active {
  color: var(--text-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.ud__button--text[disabled]:focus-visible,
.ud__button--text:disabled:focus-visible {
  color: var(--text-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
  --hack-merge-rules: true;
}
.ud__button--text-secondary {
  height: initial;
  padding: initial;
  min-width: initial;
  border: none;
}
.ud__button--text-secondary-default {
  color: var(--text-title);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-default[aria-expanded],
.ud__button--text-secondary-default-selected,
.ud__button--text-secondary-default:hover {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-default:focus-visible {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--text-secondary-default:active {
  color: var(--primary-pri-600);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-default-loading,
.ud__button--text-secondary-default-loading[aria-expanded],
.ud__button--text-secondary-default-loading:active {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--text-secondary-default-loading:focus-visible {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--text-secondary-default-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--text-secondary-primary {
  color: var(--text-title);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-primary[aria-expanded],
.ud__button--text-secondary-primary-selected,
.ud__button--text-secondary-primary:hover {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-primary:focus-visible {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--text-secondary-primary:active {
  color: var(--primary-pri-600);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-primary-loading,
.ud__button--text-secondary-primary-loading[aria-expanded],
.ud__button--text-secondary-primary-loading:active {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--text-secondary-primary-loading:focus-visible {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--text-secondary-primary-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--text-secondary-danger {
  color: var(--text-title);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-danger[aria-expanded],
.ud__button--text-secondary-danger-selected,
.ud__button--text-secondary-danger:hover {
  color: var(--function-danger-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-danger:focus-visible {
  color: var(--function-danger-500);
  background: transparent;
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--text-secondary-danger:active {
  color: var(--function-danger-600);
  background: transparent;
  border-color: transparent;
}
.ud__button--text-secondary-danger-loading,
.ud__button--text-secondary-danger-loading[aria-expanded],
.ud__button--text-secondary-danger-loading:active {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--text-secondary-danger-loading:focus-visible {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--text-secondary-danger-loading .ud__button__loading-icon {
  color: var(--function-danger-500);
}
.ud__button--text-secondary[disabled],
.ud__button--text-secondary:disabled,
.ud__button--text-secondary[disabled][aria-expanded],
.ud__button--text-secondary:disabled[aria-expanded],
.ud__button--text-secondary[disabled]:hover,
.ud__button--text-secondary:disabled:hover,
.ud__button--text-secondary[disabled]:active,
.ud__button--text-secondary:disabled:active {
  color: var(--text-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.ud__button--text-secondary[disabled]:focus-visible,
.ud__button--text-secondary:disabled:focus-visible {
  color: var(--text-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
  --hack-merge-rules: true;
}
.ud__button--link {
  height: initial;
  padding: initial;
  min-width: initial;
  border: none;
}
.ud__button--link-default {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-default[aria-expanded],
.ud__button--link-default-selected,
.ud__button--link-default:hover {
  color: var(--primary-pri-400);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-default:focus-visible {
  color: var(--primary-pri-400);
  background: transparent;
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--link-default:active {
  color: var(--primary-pri-600);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-default-loading,
.ud__button--link-default-loading[aria-expanded],
.ud__button--link-default-loading:active {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--link-default-loading:focus-visible {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--link-default-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--link-primary {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-primary[aria-expanded],
.ud__button--link-primary-selected,
.ud__button--link-primary:hover {
  color: var(--primary-pri-400);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-primary:focus-visible {
  color: var(--primary-pri-400);
  background: transparent;
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--link-primary:active {
  color: var(--primary-pri-600);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-primary-loading,
.ud__button--link-primary-loading[aria-expanded],
.ud__button--link-primary-loading:active {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--link-primary-loading:focus-visible {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--link-primary-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--link-danger {
  color: var(--function-danger-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-danger[aria-expanded],
.ud__button--link-danger-selected,
.ud__button--link-danger:hover {
  color: var(--function-danger-400);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-danger:focus-visible {
  color: var(--function-danger-400);
  background: transparent;
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--link-danger:active {
  color: var(--function-danger-600);
  background: transparent;
  border-color: transparent;
}
.ud__button--link-danger-loading,
.ud__button--link-danger-loading[aria-expanded],
.ud__button--link-danger-loading:active {
  color: var(--function-danger-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--link-danger-loading:focus-visible {
  color: var(--function-danger-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--link-danger-loading .ud__button__loading-icon {
  color: var(--function-danger-500);
}
.ud__button--link[disabled],
.ud__button--link:disabled,
.ud__button--link[disabled][aria-expanded],
.ud__button--link:disabled[aria-expanded],
.ud__button--link[disabled]:hover,
.ud__button--link:disabled:hover,
.ud__button--link[disabled]:active,
.ud__button--link:disabled:active {
  color: var(--text-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.ud__button--link[disabled]:focus-visible,
.ud__button--link:disabled:focus-visible {
  color: var(--text-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
  --hack-merge-rules: true;
}
.ud__button--icon {
  padding: 4px;
  min-width: initial;
  height: initial;
  border: none;
  line-height: 0;
}
.ud__button--icon.ud__button--square,
.ud__button--icon.ud__button--circle {
  width: initial;
  padding: 4px;
}
.ud__button--icon-default {
  color: var(--icon-n1);
  background: transparent;
  border-color: transparent;
}
.ud__button--icon-default[aria-expanded],
.ud__button--icon-default-selected,
.ud__button--icon-default:hover {
  color: var(--icon-n1);
  background: var(--udtoken-btn-text-bg-neutral-hover);
  border-color: transparent;
}
.ud__button--icon-default:focus-visible {
  color: var(--icon-n1);
  background: var(--udtoken-btn-text-bg-neutral-hover);
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--icon-default:active {
  color: var(--icon-n1);
  background: var(--udtoken-btn-text-bg-neutral-pressed);
  border-color: transparent;
}
.ud__button--icon-default-loading,
.ud__button--icon-default-loading[aria-expanded],
.ud__button--icon-default-loading:active {
  color: var(--text-placeholder);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--icon-default-loading:focus-visible {
  color: var(--text-placeholder);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--icon-default-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--icon-default-selected:hover {
  background-color: var(--udtoken-btn-text-bg-neutral-pressed);
}
.ud__button--icon-primary {
  color: var(--primary-pri-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--icon-primary[aria-expanded],
.ud__button--icon-primary-selected,
.ud__button--icon-primary:hover {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-text-bg-pri-hover);
  border-color: transparent;
}
.ud__button--icon-primary:focus-visible {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-text-bg-pri-hover);
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--icon-primary:active {
  color: var(--primary-pri-500);
  background: var(--udtoken-btn-text-bg-pri-pressed);
  border-color: transparent;
}
.ud__button--icon-primary-loading,
.ud__button--icon-primary-loading[aria-expanded],
.ud__button--icon-primary-loading:active {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--icon-primary-loading:focus-visible {
  color: var(--primary-pri-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--icon-primary-loading .ud__button__loading-icon {
  color: var(--primary-pri-500);
}
.ud__button--icon-primary-selected:hover {
  background-color: var(--udtoken-btn-text-bg-pri-pressed);
}
.ud__button--icon-danger {
  color: var(--function-danger-500);
  background: transparent;
  border-color: transparent;
}
.ud__button--icon-danger[aria-expanded],
.ud__button--icon-danger-selected,
.ud__button--icon-danger:hover {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-text-bg-danger-hover);
  border-color: transparent;
}
.ud__button--icon-danger:focus-visible {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-text-bg-danger-hover);
  border-color: transparent;
  --hack-merge-rules: true;
}
.ud__button--icon-danger:active {
  color: var(--function-danger-500);
  background: var(--udtoken-btn-text-bg-danger-pressed);
  border-color: transparent;
}
.ud__button--icon-danger-loading,
.ud__button--icon-danger-loading[aria-expanded],
.ud__button--icon-danger-loading:active {
  color: var(--function-danger-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.ud__button--icon-danger-loading:focus-visible {
  color: var(--function-danger-300);
  background: transparent;
  border-color: transparent;
  cursor: default;
  --hack-merge-rules: true;
}
.ud__button--icon-danger-loading .ud__button__loading-icon {
  color: var(--function-danger-500);
}
.ud__button--icon-danger-selected:hover {
  background-color: var(--udtoken-btn-text-bg-danger-pressed);
}
.ud__button--icon[disabled],
.ud__button--icon:disabled,
.ud__button--icon[disabled][aria-expanded],
.ud__button--icon:disabled[aria-expanded],
.ud__button--icon[disabled]:hover,
.ud__button--icon:disabled:hover,
.ud__button--icon[disabled]:active,
.ud__button--icon:disabled:active {
  color: var(--icon-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
}
.ud__button--icon[disabled]:focus-visible,
.ud__button--icon:disabled:focus-visible {
  color: var(--icon-disabled);
  background: transparent;
  border-color: transparent;
  cursor: not-allowed;
  --hack-merge-rules: true;
}
.ud__button--icon-size-xs {
  font-size: 12px;
  border-radius: 6px;
}
.ud__button--icon-size-sm {
  font-size: 16px;
  border-radius: 6px;
}
.ud__button--icon-size-md {
  font-size: 20px;
  border-radius: 6px;
}
.ud__button--icon-size-lg {
  font-size: 24px;
  border-radius: 6px;
}
.ud__button--icon-size-xl {
  font-size: 28px;
  border-radius: 6px;
}
.ud__button__icon-inline {
  box-sizing: border-box;
  line-height: 0;
}
.ud__button__icon-inline-start {
  margin-right: 4px;
}
.ud__button__icon-inline-end {
  margin-left: 4px;
}
.ud__button--size-sm .ud__button__icon-inline,
.ud__button--size-xs .ud__button__icon-inline {
  margin-right: 2px;
}
.ud__button--autowidth {
  min-width: initial;
}
.ud__button--block {
  width: 100%;
}
.ud__button--loading {
  position: relative;
}
.ud__button--loading:not([disabled]) {
  pointer-events: none;
}
.ud__button[disabled] > * {
  pointer-events: none;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__notice.ud__notice-success .ud__notice__statusIcon {
  color: var(--function-success-500);
}
.ud__notice.ud__notice-info .ud__notice__statusIcon {
  color: var(--function-info-500);
}
.ud__notice.ud__notice-warning .ud__notice__statusIcon {
  color: var(--function-warning-500);
}
.ud__notice.ud__notice-error .ud__notice__statusIcon {
  color: var(--function-danger-500);
}
.ud__notice.ud__notice--outlined {
  padding: 15px 3px 15px 19px;
  border: solid 1px transparent;
}
.ud__notice.ud__notice--outlined.ud__notice-info {
  background-color: var(--function-info-50);
  border-color: var(--function-info-500);
}
.ud__notice.ud__notice--outlined.ud__notice-info .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-info-50);
}
.ud__notice.ud__notice--outlined.ud__notice-success {
  background-color: var(--function-success-50);
  border-color: var(--function-success-500);
}
.ud__notice.ud__notice--outlined.ud__notice-success .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-success-50);
}
.ud__notice.ud__notice--outlined.ud__notice-warning {
  background-color: var(--function-warning-50);
  border-color: var(--function-warning-500);
}
.ud__notice.ud__notice--outlined.ud__notice-warning .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-warning-50);
}
.ud__notice.ud__notice--outlined.ud__notice-error {
  background-color: var(--function-danger-50);
  border-color: var(--function-danger-500);
}
.ud__notice.ud__notice--outlined.ud__notice-error .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-danger-50);
}
.ud__notice.ud__notice--plain {
  padding: 15px 3px 15px 19px;
  border: solid 1px transparent;
  box-shadow: var(--shadow-md-down);
  background-color: var(--bg-float);
}
.ud__notice.ud__notice--plain.ud__notice-info .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--bg-float);
}
.ud__notice.ud__notice--plain.ud__notice-success .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--bg-float);
}
.ud__notice.ud__notice--plain.ud__notice-warning .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--bg-float);
}
.ud__notice.ud__notice--plain.ud__notice-error .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--bg-float);
}
.ud__notice.ud__notice--filled {
  padding: 9px 0 9px 16px;
}
.ud__notice.ud__notice--filled.ud__notice-success {
  background-color: var(--function-success-100);
}
.ud__notice.ud__notice--filled.ud__notice-success .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-info-100);
}
.ud__notice.ud__notice--filled.ud__notice-info {
  background-color: var(--function-info-100);
}
.ud__notice.ud__notice--filled.ud__notice-info .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-info-100);
}
.ud__notice.ud__notice--filled.ud__notice-warning {
  background-color: var(--function-warning-100);
}
.ud__notice.ud__notice--filled.ud__notice-warning .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-warning-100);
}
.ud__notice.ud__notice--filled.ud__notice-error {
  background-color: var(--function-danger-100);
}
.ud__notice.ud__notice--filled.ud__notice-error .ud__notice--ellipsis .ud__notice__description-content:after {
  background-color: var(--function-danger-100);
}
/**
  * 设计侧要求右侧有 action 且只有一行的时候 action 要与左边相距 32
  * 使用纯 css 控制的话则不能给 action 左边距, 因为一旦 action 换行成独立一行的话左边就会空出一大块儿
  * 所以需要给左边的文字一个 32 的右边距
  * 但是同时设计侧还要求整个 notice 的内容区与容器的左右都是 16
  * 因此直接给 action 左边的文字一个 32 右边距的话
  * 会造成在 resize 的时候, 左侧文案能容纳的文字本来应该能有 (整个容器宽度 - 16 的右边距) 这么长
  * 但是现在就变成了只能容纳 (整个容器宽度 - 32 的右边距) 这么长了
  * 因此 resize 的时候可能就会造成右边空了的地方比较大的感觉
  * 所以给整个父容器加一个负的 margin-right 来抵消
  */
.ud__notice {
  overflow: hidden;
}
.ud__notice .ud__notice__main {
  margin-right: -16px;
}
.ud__notice {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-title);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  text-align: left;
  pointer-events: auto;
}
.ud__notice .ud__notice--multiline .ud__notice__description-action {
  width: 100%;
  margin-top: 4px;
}
.ud__notice .ud__notice--ellipsis .ud__notice__description-content {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.ud__notice .ud__notice--ellipsis .ud__notice__description-content:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  background-color: var(--bg-body);
}
.ud__notice .ud__notice__statusIcon {
  box-sizing: border-box;
  line-height: 0;
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
  margin-top: 3px;
  align-self: baseline;
  flex-shrink: 0;
}
.ud__notice .ud__notice__main {
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
}
.ud__notice .ud__notice__main.ud__notice__main--no-title {
  flex-flow: row;
  align-items: flex-start;
}
.ud__notice .ud__notice__main.ud__notice__main--no-title .ud__button--content {
  margin-top: 0;
}
.ud__notice .ud__notice__title {
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  align-items: center;
  padding-right: 32px;
}
.ud__notice.ud__notice-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.ud__notice.ud__notice-align-center {
  justify-content: center;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}
.ud__notice.ud__notice-align-center .ud__notice__main {
  flex-grow: 0;
}
.ud__notice.ud__notice-align-center .ud__notice__description-content {
  margin-right: 0;
}
.ud__notice.ud__notice-align-center .ud__notice__close {
  position: absolute;
  right: 16px;
}
.ud__notice .ud__notice__close {
  flex: none;
  /**
     * close action 与右侧的距离按照设计稿从视觉上来讲应该是相距 16
     * 但是由于上面为了解决某个场景(该场景具体原因往上看变量 “@notice-to-smooth-out-the-difference-between-title-32-space-and-design-draft-16”)
     * 从而整个容器加了个 margin: -16
     * 所以这里的 close 的右边距逻辑上应该是 32, 也就是 @notice-padding-x + @notice-space-between-title-and-close-button
     * 同时 close btn 自带一个交互时候的背景, 该背景是 4(@btn-content-interaction-filled-padding-size)
     * 所以最终  close 的 margin-right 应该如下
     */
  /**
     * close action 与左侧的距离按照设计稿应该是相距 16
     * 但是为了使用 css 控制 action 和文案一行的时候有 32 的左边距, 同时换行之后还能没有这个 32 的左边距
     * 所以左侧的 title 给了个 32 的右边距
     * 并且 action 也有个 32 的右边距(具体原因可以往下跳到 “.@{notice-prefix-cls}__description-action” 这里看)
     * 因此 close action 在逻辑上与左侧的真实视觉距离其实是 32(@notice-space-between-title-and-action)
     * 所以这里 close 与右边的距离应该是 @notice-space-between-title-and-action - @notice-space-between-title-and-close-button
     * 同时还应该加上 close 自带的 4(@btn-content-interaction-filled-padding-size) 的背景 border
     */
  color: var(--icon-n2);
  margin: 0 32px 0 -20px;
}
.ud__notice .ud__notice__close.ud__button--icon {
  margin: -1px 28px -1px -20px;
}
.ud__notice .ud__notice__description {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  /**
     * 当有 action 的时候, 遵照设计稿 action 在视觉上应该和最右边有个 16 的距离
     * 但是由于上面为了解决某个场景(该场景具体原因往上看变量 “@notice-to-smooth-out-the-difference-between-title-32-space-and-design-draft-16”)
     * 从而给容器加了个 margin: -16
     * 所以这里 action 应该给个 16 + 16 的右边距, 不然就该顶到右边了
     */
}
.ud__notice .ud__notice__description .ud__notice__description-content {
  box-sizing: border-box;
  flex-grow: 1;
  word-break: break-word;
  display: -webkit-box;
  overflow: hidden;
  padding-right: 32px;
}
.ud__notice .ud__notice__description .ud__notice__description-action {
  padding-right: 32px;
}
.ud__notice.ud__notice-has-title .ud__notice__close,
.ud__notice.ud__notice-align-center .ud__notice__close {
  margin: 0 0 0 16px;
}
.ud__notice.ud__notice-has-title .ud__notice__close.ud__button--icon,
.ud__notice.ud__notice-align-center .ud__notice__close.ud__button--icon {
  margin: -1px -4px -1px 12px;
}
.ud__notice.ud__notice-align-center .ud__notice__description-content {
  padding-right: 16px;
}
.ud__notice.ud__notice-align-center .ud__notice__description-action {
  padding-right: 16px;
}
.ud__notice .ud__notice-align-center.ud__notice-has-action .ud__notice__description-content {
  padding-right: 32px;
}
.ud__notice .ud__notice-align-center.ud__notice-closable .ud__notice__description-action {
  padding-right: 32px;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__toast.ud__notice {
  max-width: 600px;
  display: inline-flex;
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
  margin-bottom: 16px;
  box-shadow: var(--shadow-s4-down);
}
.toast--animation-enter .ud__toast {
  opacity: 0;
  transform: translateY(-100%);
}
.toast--animation-enter-active .ud__toast {
  opacity: 1;
  transform: translateY(0);
}
.toast--animation-enter-done .ud__toast {
  opacity: 1;
  transform: translateY(0);
}
.toast--animation-exit .ud__toast {
  opacity: 1;
  transform: translateY(0%);
}
.toast--animation-exit-active {
  margin-bottom: 0;
}
.toast--animation-exit-active .ud__toast {
  transform: translateY(0%);
  opacity: 0;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__svg-spin-loading {
  box-sizing: border-box;
  -webkit-animation: SpinSVGRotate 1.2s linear infinite;
          animation: SpinSVGRotate 1.2s linear infinite;
  display: flex;
  width: 1em;
  height: 1em;
}
.ud__svg-spin-loading > svg {
  box-sizing: border-box;
}
.ud__svg-spin-loading circle {
  stroke-dasharray: 1, 220;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  -webkit-animation: SpinSVGDash 2.5s ease-in-out infinite;
          animation: SpinSVGDash 2.5s ease-in-out infinite;
}
@-webkit-keyframes SpinSVGRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes SpinSVGRotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes SpinSVGDash {
  0% {
    stroke-dasharray: 1, 220;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 150, 220;
    stroke-dashoffset: -68px;
  }
  100% {
    stroke-dasharray: 150, 220;
    stroke-dashoffset: -218px;
  }
}
@keyframes SpinSVGDash {
  0% {
    stroke-dasharray: 1, 220;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 150, 220;
    stroke-dashoffset: -68px;
  }
  100% {
    stroke-dasharray: 150, 220;
    stroke-dashoffset: -218px;
  }
}

.umt1vhq { font-size: 14px }
.u5k1dk9 { line-height: 22px }
.u1h2w2e3 { font-weight: 400 }
.u1lct7uw { font-weight: 500 }
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  background: #9CA2A9;
}
.atsx-divider,
.atsx-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.atsx-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.atsx-divider-horizontal.atsx-divider-with-text,
.atsx-divider-horizontal.atsx-divider-with-text-left,
.atsx-divider-horizontal.atsx-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.atsx-divider-horizontal.atsx-divider-with-text::before,
.atsx-divider-horizontal.atsx-divider-with-text-left::before,
.atsx-divider-horizontal.atsx-divider-with-text-right::before,
.atsx-divider-horizontal.atsx-divider-with-text::after,
.atsx-divider-horizontal.atsx-divider-with-text-left::after,
.atsx-divider-horizontal.atsx-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -ms-transform: translateY(50%);
      transform: translateY(50%);
  content: '';
}
.atsx-divider-horizontal.atsx-divider-with-text-left .atsx-divider-inner-text,
.atsx-divider-horizontal.atsx-divider-with-text-right .atsx-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.atsx-divider-horizontal.atsx-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.atsx-divider-horizontal.atsx-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.atsx-divider-horizontal.atsx-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.atsx-divider-horizontal.atsx-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.atsx-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.atsx-divider-horizontal.atsx-divider-dashed {
  background: none;
  border-top: 1px dashed #e8e8e8;
}
.atsx-divider-horizontal.atsx-divider-with-text.atsx-divider-dashed,
.atsx-divider-horizontal.atsx-divider-with-text-left.atsx-divider-dashed,
.atsx-divider-horizontal.atsx-divider-with-text-right.atsx-divider-dashed {
  border-top: 0;
}
.atsx-divider-horizontal.atsx-divider-with-text.atsx-divider-dashed::before,
.atsx-divider-horizontal.atsx-divider-with-text-left.atsx-divider-dashed::before,
.atsx-divider-horizontal.atsx-divider-with-text-right.atsx-divider-dashed::before,
.atsx-divider-horizontal.atsx-divider-with-text.atsx-divider-dashed::after,
.atsx-divider-horizontal.atsx-divider-with-text-left.atsx-divider-dashed::after,
.atsx-divider-horizontal.atsx-divider-with-text-right.atsx-divider-dashed::after {
  border-style: dashed none none;
}
.atsx-divider-vertical.atsx-divider-dashed {
  border-left: 1px dashed #e8e8e8;
  background: none;
}
.atsx-divider-connect.atsx-divider-dashed {
  border-top: 1px dashed #e8e8e8;
  background: none;
}
.atsx-divider-connect {
  width: 8px;
  height: 1px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
      flex: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #fff;
}
.atsx-layout,
.atsx-layout * {
  box-sizing: border-box;
}
.atsx-layout.atsx-layout-has-sider {
  -ms-flex-direction: row;
      flex-direction: row;
}
.atsx-layout.atsx-layout-has-sider > .atsx-layout,
.atsx-layout.atsx-layout-has-sider > .atsx-layout-content {
  overflow-x: hidden;
}
.atsx-layout-header,
.atsx-layout-footer {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.atsx-layout-header {
  height: 56px;
  padding: 0 50px;
  line-height: 56px;
  background: #fff;
}
.atsx-layout-footer {
  padding: 24px 50px;
  color: #646a73;
  font-size: 14px;
  background: #fff;
}
.atsx-layout-content {
  -ms-flex: auto;
      flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.atsx-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #fff;
  transition: all 0.2s;
}
.atsx-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.atsx-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.atsx-layout-sider-right {
  -ms-flex-order: 1;
      order: 1;
}
.atsx-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}
.atsx-layout-sider-zero-width > * {
  overflow: hidden;
}
.atsx-layout-sider-zero-width-trigger {
  position: absolute;
  top: 56px;
  right: -36px;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.atsx-layout-sider-zero-width-trigger:hover {
  background: #ffffff;
}
.atsx-layout-sider-zero-width-trigger-right {
  left: -36px;
}
.atsx-layout-sider-light {
  background: #fff;
}
.atsx-layout-sider-light .atsx-layout-sider-trigger {
  color: #646a73;
  background: #fff;
}
.atsx-layout-sider-light .atsx-layout-sider-zero-width-trigger {
  color: #646a73;
  background: #fff;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 4px;
  min-width: 80px;
}
.atsx-btn > .anticon {
  line-height: 1;
}
.atsx-btn,
.atsx-btn:active {
  outline: 0;
}
.atsx-btn:not([disabled]):hover {
  text-decoration: none;
}
.atsx-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.atsx-btn.disabled,
.atsx-btn[disabled] {
  cursor: default;
}
.atsx-btn.disabled > *,
.atsx-btn[disabled] > * {
  pointer-events: none;
}
.atsx-btn-lg {
  min-width: 80px;
  max-width: 120px;
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  border-radius: 4px;
}
.atsx-btn-sm {
  min-width: unset;
  max-width: 100px;
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 4px;
}
.atsx-btn > i,
.atsx-btn > span {
  display: inline-block;
  pointer-events: none;
}
.atsx-btn-default {
  color: #1F2329;
  background-color: white;
  border-color: #cad0d0;
}
.atsx-btn-default > a:only-child {
  color: currentColor;
}
.atsx-btn-default > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-default:hover {
  color: #325ab4;
  background-color: white;
  border-color: #325ab4;
}
.atsx-btn-default:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-default:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-default:active,
.atsx-btn-default.active {
  color: #325ab4;
  background-color: white;
  border-color: #325ab4;
}
.atsx-btn-default:active > a:only-child,
.atsx-btn-default.active > a:only-child {
  color: currentColor;
}
.atsx-btn-default:active > a:only-child::after,
.atsx-btn-default.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-default.atsx-btn-disabled,
.atsx-btn-default.disabled,
.atsx-btn-default[disabled],
.atsx-btn-default.atsx-btn-disabled:hover,
.atsx-btn-default.disabled:hover,
.atsx-btn-default[disabled]:hover,
.atsx-btn-default.atsx-btn-disabled:active,
.atsx-btn-default.disabled:active,
.atsx-btn-default[disabled]:active,
.atsx-btn-default.atsx-btn-disabled.active,
.atsx-btn-default.disabled.active,
.atsx-btn-default[disabled].active {
  color: #c3c6cb;
  background-color: white;
  border-color: #cad0d0;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-default.atsx-btn-disabled > a:only-child,
.atsx-btn-default.disabled > a:only-child,
.atsx-btn-default[disabled] > a:only-child,
.atsx-btn-default.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-default.disabled:hover > a:only-child,
.atsx-btn-default[disabled]:hover > a:only-child,
.atsx-btn-default.atsx-btn-disabled:active > a:only-child,
.atsx-btn-default.disabled:active > a:only-child,
.atsx-btn-default[disabled]:active > a:only-child,
.atsx-btn-default.atsx-btn-disabled.active > a:only-child,
.atsx-btn-default.disabled.active > a:only-child,
.atsx-btn-default[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-default.atsx-btn-disabled > a:only-child::after,
.atsx-btn-default.disabled > a:only-child::after,
.atsx-btn-default[disabled] > a:only-child::after,
.atsx-btn-default.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-default.disabled:hover > a:only-child::after,
.atsx-btn-default[disabled]:hover > a:only-child::after,
.atsx-btn-default.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-default.disabled:active > a:only-child::after,
.atsx-btn-default[disabled]:active > a:only-child::after,
.atsx-btn-default.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-default.disabled.active > a:only-child::after,
.atsx-btn-default[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-default .anticon:not(.anticon-loading) {
  color: #1f2329;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-btn-default:hover .anticon:not(.anticon-loading),
.atsx-btn-default:active .anticon:not(.anticon-loading),
.atsx-btn-default.active .anticon:not(.anticon-loading) {
  color: inherit;
  transition: none;
}
.atsx-btn-default.atsx-btn-disabled,
.atsx-btn-default.atsx-btn.disabled,
.atsx-btn-default.atsx-btn[disabled],
.atsx-btn-default.atsx-btn-disabled:hover,
.atsx-btn-default.atsx-btn.disabled:hover,
.atsx-btn-default.atsx-btn[disabled]:hover,
.atsx-btn-default.atsx-btn-disabled:active,
.atsx-btn-default.atsx-btn.disabled:active,
.atsx-btn-default.atsx-btn[disabled]:active,
.atsx-btn-default.atsx-btn-disabled.active,
.atsx-btn-default.atsx-btn.disabled.active,
.atsx-btn-default.atsx-btn[disabled].active {
  cursor: not-allowed;
}
.atsx-btn-default.atsx-btn-disabled .anticon,
.atsx-btn-default.atsx-btn.disabled .anticon,
.atsx-btn-default.atsx-btn[disabled] .anticon,
.atsx-btn-default.atsx-btn-disabled:hover .anticon,
.atsx-btn-default.atsx-btn.disabled:hover .anticon,
.atsx-btn-default.atsx-btn[disabled]:hover .anticon,
.atsx-btn-default.atsx-btn-disabled:active .anticon,
.atsx-btn-default.atsx-btn.disabled:active .anticon,
.atsx-btn-default.atsx-btn[disabled]:active .anticon,
.atsx-btn-default.atsx-btn-disabled.active .anticon,
.atsx-btn-default.atsx-btn.disabled.active .anticon,
.atsx-btn-default.atsx-btn[disabled].active .anticon {
  color: #9ca2a9;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-btn-primary {
  color: white;
  background-color: #325ab4;
  border-color: #325ab4;
  box-shadow: none;
}
.atsx-btn-primary > a:only-child {
  color: currentColor;
}
.atsx-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-primary:hover {
  color: white;
  background-color: #487fc1;
  border-color: #487fc1;
}
.atsx-btn-primary:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-primary:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-primary:active,
.atsx-btn-primary.active {
  color: white;
  background-color: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-primary:active > a:only-child,
.atsx-btn-primary.active > a:only-child {
  color: currentColor;
}
.atsx-btn-primary:active > a:only-child::after,
.atsx-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-primary.atsx-btn-disabled,
.atsx-btn-primary.disabled,
.atsx-btn-primary[disabled],
.atsx-btn-primary.atsx-btn-disabled:hover,
.atsx-btn-primary.disabled:hover,
.atsx-btn-primary[disabled]:hover,
.atsx-btn-primary.atsx-btn-disabled:active,
.atsx-btn-primary.disabled:active,
.atsx-btn-primary[disabled]:active,
.atsx-btn-primary.atsx-btn-disabled.active,
.atsx-btn-primary.disabled.active,
.atsx-btn-primary[disabled].active {
  color: white;
  background-color: #BACEFD;
  border-color: #BACEFD;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-primary.atsx-btn-disabled > a:only-child,
.atsx-btn-primary.disabled > a:only-child,
.atsx-btn-primary[disabled] > a:only-child,
.atsx-btn-primary.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-primary.disabled:hover > a:only-child,
.atsx-btn-primary[disabled]:hover > a:only-child,
.atsx-btn-primary.atsx-btn-disabled:active > a:only-child,
.atsx-btn-primary.disabled:active > a:only-child,
.atsx-btn-primary[disabled]:active > a:only-child,
.atsx-btn-primary.atsx-btn-disabled.active > a:only-child,
.atsx-btn-primary.disabled.active > a:only-child,
.atsx-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-primary.atsx-btn-disabled > a:only-child::after,
.atsx-btn-primary.disabled > a:only-child::after,
.atsx-btn-primary[disabled] > a:only-child::after,
.atsx-btn-primary.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-primary.disabled:hover > a:only-child::after,
.atsx-btn-primary[disabled]:hover > a:only-child::after,
.atsx-btn-primary.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-primary.disabled:active > a:only-child::after,
.atsx-btn-primary[disabled]:active > a:only-child::after,
.atsx-btn-primary.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-primary.disabled.active > a:only-child::after,
.atsx-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-group .atsx-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #5579c2;
  border-left-color: #5579c2;
}
.atsx-btn-group .atsx-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #cad0d0;
}
.atsx-btn-group .atsx-btn-primary:first-child:not(:last-child) {
  border-right-color: #5579c2;
}
.atsx-btn-group .atsx-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #cad0d0;
}
.atsx-btn-group .atsx-btn-primary:last-child:not(:first-child),
.atsx-btn-group .atsx-btn-primary + .atsx-btn-primary {
  border-left-color: #5579c2;
}
.atsx-btn-group .atsx-btn-primary:last-child:not(:first-child)[disabled],
.atsx-btn-group .atsx-btn-primary + .atsx-btn-primary[disabled] {
  border-left-color: #cad0d0;
}
.atsx-btn-secondary {
  color: #3370FF;
  background-color: #fff;
  border-color: #3370FF;
}
.atsx-btn-secondary > a:only-child {
  color: currentColor;
}
.atsx-btn-secondary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-secondary:hover {
  color: #3370FF;
  background-color: #E1EAFF;
  border-color: #3370FF;
}
.atsx-btn-secondary:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-secondary:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-secondary:active,
.atsx-btn-secondary.active {
  color: #3370FF;
  background-color: #BACEFD;
  border-color: #3370FF;
}
.atsx-btn-secondary:active > a:only-child,
.atsx-btn-secondary.active > a:only-child {
  color: currentColor;
}
.atsx-btn-secondary:active > a:only-child::after,
.atsx-btn-secondary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-secondary.atsx-btn-disabled,
.atsx-btn-secondary.disabled,
.atsx-btn-secondary[disabled],
.atsx-btn-secondary.atsx-btn-disabled:hover,
.atsx-btn-secondary.disabled:hover,
.atsx-btn-secondary[disabled]:hover,
.atsx-btn-secondary.atsx-btn-disabled:active,
.atsx-btn-secondary.disabled:active,
.atsx-btn-secondary[disabled]:active,
.atsx-btn-secondary.atsx-btn-disabled.active,
.atsx-btn-secondary.disabled.active,
.atsx-btn-secondary[disabled].active {
  color: #BACEFD;
  background-color: white;
  border-color: #BACEFD;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-secondary.atsx-btn-disabled > a:only-child,
.atsx-btn-secondary.disabled > a:only-child,
.atsx-btn-secondary[disabled] > a:only-child,
.atsx-btn-secondary.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-secondary.disabled:hover > a:only-child,
.atsx-btn-secondary[disabled]:hover > a:only-child,
.atsx-btn-secondary.atsx-btn-disabled:active > a:only-child,
.atsx-btn-secondary.disabled:active > a:only-child,
.atsx-btn-secondary[disabled]:active > a:only-child,
.atsx-btn-secondary.atsx-btn-disabled.active > a:only-child,
.atsx-btn-secondary.disabled.active > a:only-child,
.atsx-btn-secondary[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-secondary.atsx-btn-disabled > a:only-child::after,
.atsx-btn-secondary.disabled > a:only-child::after,
.atsx-btn-secondary[disabled] > a:only-child::after,
.atsx-btn-secondary.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-secondary.disabled:hover > a:only-child::after,
.atsx-btn-secondary[disabled]:hover > a:only-child::after,
.atsx-btn-secondary.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-secondary.disabled:active > a:only-child::after,
.atsx-btn-secondary[disabled]:active > a:only-child::after,
.atsx-btn-secondary.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-secondary.disabled.active > a:only-child::after,
.atsx-btn-secondary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-ghost {
  color: #1f2329;
  background-color: transparent;
  border-color: #cad0d0;
}
.atsx-btn-ghost > a:only-child {
  color: currentColor;
}
.atsx-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-ghost:hover {
  color: #3370FF;
  background-color: transparent;
  border-color: #3370FF;
}
.atsx-btn-ghost:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-ghost:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-ghost:active,
.atsx-btn-ghost.active {
  color: #213e8f;
  background-color: transparent;
  border-color: #213e8f;
}
.atsx-btn-ghost:active > a:only-child,
.atsx-btn-ghost.active > a:only-child {
  color: currentColor;
}
.atsx-btn-ghost:active > a:only-child::after,
.atsx-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-ghost.atsx-btn-disabled,
.atsx-btn-ghost.disabled,
.atsx-btn-ghost[disabled],
.atsx-btn-ghost.atsx-btn-disabled:hover,
.atsx-btn-ghost.disabled:hover,
.atsx-btn-ghost[disabled]:hover,
.atsx-btn-ghost.atsx-btn-disabled:active,
.atsx-btn-ghost.disabled:active,
.atsx-btn-ghost[disabled]:active,
.atsx-btn-ghost.atsx-btn-disabled.active,
.atsx-btn-ghost.disabled.active,
.atsx-btn-ghost[disabled].active {
  color: #9CA2A9;
  background-color: #E4E5E7;
  border-color: #E4E5E7;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-ghost.atsx-btn-disabled > a:only-child,
.atsx-btn-ghost.disabled > a:only-child,
.atsx-btn-ghost[disabled] > a:only-child,
.atsx-btn-ghost.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-ghost.disabled:hover > a:only-child,
.atsx-btn-ghost[disabled]:hover > a:only-child,
.atsx-btn-ghost.atsx-btn-disabled:active > a:only-child,
.atsx-btn-ghost.disabled:active > a:only-child,
.atsx-btn-ghost[disabled]:active > a:only-child,
.atsx-btn-ghost.atsx-btn-disabled.active > a:only-child,
.atsx-btn-ghost.disabled.active > a:only-child,
.atsx-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-ghost.atsx-btn-disabled > a:only-child::after,
.atsx-btn-ghost.disabled > a:only-child::after,
.atsx-btn-ghost[disabled] > a:only-child::after,
.atsx-btn-ghost.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-ghost.disabled:hover > a:only-child::after,
.atsx-btn-ghost[disabled]:hover > a:only-child::after,
.atsx-btn-ghost.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-ghost.disabled:active > a:only-child::after,
.atsx-btn-ghost[disabled]:active > a:only-child::after,
.atsx-btn-ghost.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-ghost.disabled.active > a:only-child::after,
.atsx-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-dashed {
  color: #1F2329;
  background-color: white;
  border-color: #cad0d0;
  border-style: dashed;
}
.atsx-btn-dashed > a:only-child {
  color: currentColor;
}
.atsx-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-dashed:hover {
  color: #3370FF;
  background-color: white;
  border-color: #3370FF;
}
.atsx-btn-dashed:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-dashed:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-dashed:active,
.atsx-btn-dashed.active {
  color: #213e8f;
  background-color: white;
  border-color: #213e8f;
}
.atsx-btn-dashed:active > a:only-child,
.atsx-btn-dashed.active > a:only-child {
  color: currentColor;
}
.atsx-btn-dashed:active > a:only-child::after,
.atsx-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-dashed.atsx-btn-disabled,
.atsx-btn-dashed.disabled,
.atsx-btn-dashed[disabled],
.atsx-btn-dashed.atsx-btn-disabled:hover,
.atsx-btn-dashed.disabled:hover,
.atsx-btn-dashed[disabled]:hover,
.atsx-btn-dashed.atsx-btn-disabled:active,
.atsx-btn-dashed.disabled:active,
.atsx-btn-dashed[disabled]:active,
.atsx-btn-dashed.atsx-btn-disabled.active,
.atsx-btn-dashed.disabled.active,
.atsx-btn-dashed[disabled].active {
  color: #9CA2A9;
  background-color: #E4E5E7;
  border-color: #E4E5E7;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-dashed.atsx-btn-disabled > a:only-child,
.atsx-btn-dashed.disabled > a:only-child,
.atsx-btn-dashed[disabled] > a:only-child,
.atsx-btn-dashed.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-dashed.disabled:hover > a:only-child,
.atsx-btn-dashed[disabled]:hover > a:only-child,
.atsx-btn-dashed.atsx-btn-disabled:active > a:only-child,
.atsx-btn-dashed.disabled:active > a:only-child,
.atsx-btn-dashed[disabled]:active > a:only-child,
.atsx-btn-dashed.atsx-btn-disabled.active > a:only-child,
.atsx-btn-dashed.disabled.active > a:only-child,
.atsx-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-dashed.atsx-btn-disabled > a:only-child::after,
.atsx-btn-dashed.disabled > a:only-child::after,
.atsx-btn-dashed[disabled] > a:only-child::after,
.atsx-btn-dashed.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-dashed.disabled:hover > a:only-child::after,
.atsx-btn-dashed[disabled]:hover > a:only-child::after,
.atsx-btn-dashed.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-dashed.disabled:active > a:only-child::after,
.atsx-btn-dashed[disabled]:active > a:only-child::after,
.atsx-btn-dashed.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-dashed.disabled.active > a:only-child::after,
.atsx-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-danger {
  color: #F54A45;
  background-color: #fff;
  border-color: #F54A45;
}
.atsx-btn-danger > a:only-child {
  color: currentColor;
}
.atsx-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-danger:hover {
  color: #F54A45;
  background-color: #FDE2E2;
  border-color: #F54A45;
}
.atsx-btn-danger:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-danger:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-danger:active,
.atsx-btn-danger.active {
  color: #F54A45;
  background-color: #FBBFBC;
  border-color: #F54A45;
}
.atsx-btn-danger:active > a:only-child,
.atsx-btn-danger.active > a:only-child {
  color: currentColor;
}
.atsx-btn-danger:active > a:only-child::after,
.atsx-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-danger.atsx-btn-disabled,
.atsx-btn-danger.disabled,
.atsx-btn-danger[disabled],
.atsx-btn-danger.atsx-btn-disabled:hover,
.atsx-btn-danger.disabled:hover,
.atsx-btn-danger[disabled]:hover,
.atsx-btn-danger.atsx-btn-disabled:active,
.atsx-btn-danger.disabled:active,
.atsx-btn-danger[disabled]:active,
.atsx-btn-danger.atsx-btn-disabled.active,
.atsx-btn-danger.disabled.active,
.atsx-btn-danger[disabled].active {
  color: #FBBFBC;
  background-color: white;
  border-color: #FBBFBC;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-danger.atsx-btn-disabled > a:only-child,
.atsx-btn-danger.disabled > a:only-child,
.atsx-btn-danger[disabled] > a:only-child,
.atsx-btn-danger.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-danger.disabled:hover > a:only-child,
.atsx-btn-danger[disabled]:hover > a:only-child,
.atsx-btn-danger.atsx-btn-disabled:active > a:only-child,
.atsx-btn-danger.disabled:active > a:only-child,
.atsx-btn-danger[disabled]:active > a:only-child,
.atsx-btn-danger.atsx-btn-disabled.active > a:only-child,
.atsx-btn-danger.disabled.active > a:only-child,
.atsx-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-danger.atsx-btn-disabled > a:only-child::after,
.atsx-btn-danger.disabled > a:only-child::after,
.atsx-btn-danger[disabled] > a:only-child::after,
.atsx-btn-danger.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-danger.disabled:hover > a:only-child::after,
.atsx-btn-danger[disabled]:hover > a:only-child::after,
.atsx-btn-danger.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-danger.disabled:active > a:only-child::after,
.atsx-btn-danger[disabled]:active > a:only-child::after,
.atsx-btn-danger.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-danger.disabled.active > a:only-child::after,
.atsx-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-link {
  color: #325ab4;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.atsx-btn-link > a:only-child {
  color: currentColor;
}
.atsx-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-link:hover {
  color: #3370FF;
  background-color: transparent;
  border-color: #3370FF;
}
.atsx-btn-link:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-link:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-link:active,
.atsx-btn-link.active {
  color: #213e8f;
  background-color: transparent;
  border-color: #213e8f;
}
.atsx-btn-link:active > a:only-child,
.atsx-btn-link.active > a:only-child {
  color: currentColor;
}
.atsx-btn-link:active > a:only-child::after,
.atsx-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-link.atsx-btn-disabled,
.atsx-btn-link.disabled,
.atsx-btn-link[disabled],
.atsx-btn-link.atsx-btn-disabled:hover,
.atsx-btn-link.disabled:hover,
.atsx-btn-link[disabled]:hover,
.atsx-btn-link.atsx-btn-disabled:active,
.atsx-btn-link.disabled:active,
.atsx-btn-link[disabled]:active,
.atsx-btn-link.atsx-btn-disabled.active,
.atsx-btn-link.disabled.active,
.atsx-btn-link[disabled].active {
  color: #9CA2A9;
  background-color: #E4E5E7;
  border-color: #E4E5E7;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-link.atsx-btn-disabled > a:only-child,
.atsx-btn-link.disabled > a:only-child,
.atsx-btn-link[disabled] > a:only-child,
.atsx-btn-link.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-link.disabled:hover > a:only-child,
.atsx-btn-link[disabled]:hover > a:only-child,
.atsx-btn-link.atsx-btn-disabled:active > a:only-child,
.atsx-btn-link.disabled:active > a:only-child,
.atsx-btn-link[disabled]:active > a:only-child,
.atsx-btn-link.atsx-btn-disabled.active > a:only-child,
.atsx-btn-link.disabled.active > a:only-child,
.atsx-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-link.atsx-btn-disabled > a:only-child::after,
.atsx-btn-link.disabled > a:only-child::after,
.atsx-btn-link[disabled] > a:only-child::after,
.atsx-btn-link.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-link.disabled:hover > a:only-child::after,
.atsx-btn-link[disabled]:hover > a:only-child::after,
.atsx-btn-link.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-link.disabled:active > a:only-child::after,
.atsx-btn-link[disabled]:active > a:only-child::after,
.atsx-btn-link.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-link.disabled.active > a:only-child::after,
.atsx-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-link:hover,
.atsx-btn-link:active {
  border-color: transparent;
}
.atsx-btn-link.atsx-btn-disabled,
.atsx-btn-link.disabled,
.atsx-btn-link[disabled],
.atsx-btn-link.atsx-btn-disabled:hover,
.atsx-btn-link.disabled:hover,
.atsx-btn-link[disabled]:hover,
.atsx-btn-link.atsx-btn-disabled:active,
.atsx-btn-link.disabled:active,
.atsx-btn-link[disabled]:active,
.atsx-btn-link.atsx-btn-disabled.active,
.atsx-btn-link.disabled.active,
.atsx-btn-link[disabled].active {
  color: rgba(50, 90, 180, 0.3);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-link.atsx-btn-disabled > a:only-child,
.atsx-btn-link.disabled > a:only-child,
.atsx-btn-link[disabled] > a:only-child,
.atsx-btn-link.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-link.disabled:hover > a:only-child,
.atsx-btn-link[disabled]:hover > a:only-child,
.atsx-btn-link.atsx-btn-disabled:active > a:only-child,
.atsx-btn-link.disabled:active > a:only-child,
.atsx-btn-link[disabled]:active > a:only-child,
.atsx-btn-link.atsx-btn-disabled.active > a:only-child,
.atsx-btn-link.disabled.active > a:only-child,
.atsx-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-link.atsx-btn-disabled > a:only-child::after,
.atsx-btn-link.disabled > a:only-child::after,
.atsx-btn-link[disabled] > a:only-child::after,
.atsx-btn-link.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-link.disabled:hover > a:only-child::after,
.atsx-btn-link[disabled]:hover > a:only-child::after,
.atsx-btn-link.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-link.disabled:active > a:only-child::after,
.atsx-btn-link[disabled]:active > a:only-child::after,
.atsx-btn-link.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-link.disabled.active > a:only-child::after,
.atsx-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 16px;
  border-radius: 32px;
}
.atsx-btn-round.atsx-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 18px;
  border-radius: 40px;
}
.atsx-btn-round.atsx-btn-sm {
  height: 28px;
  padding: 0 14px;
  font-size: 14px;
  border-radius: 28px;
}
.atsx-btn-circle,
.atsx-btn-circle-outline {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
}
.atsx-btn-circle.atsx-btn-lg,
.atsx-btn-circle-outline.atsx-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
}
.atsx-btn-circle.atsx-btn-sm,
.atsx-btn-circle-outline.atsx-btn-sm {
  width: 28px;
  height: 28px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
}
.atsx-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.atsx-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-btn .anticon.anticon-plus > svg,
.atsx-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.atsx-btn.atsx-btn-loading {
  position: relative;
  pointer-events: none;
}
.atsx-btn.atsx-btn-loading::before {
  display: block;
}
.atsx-btn.atsx-btn-loading:not(.atsx-btn-circle):not(.atsx-btn-circle-outline):not(.atsx-btn-icon-only) {
  padding-left: 29px;
}
.atsx-btn.atsx-btn-loading:not(.atsx-btn-circle):not(.atsx-btn-circle-outline):not(.atsx-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.atsx-btn-sm.atsx-btn-loading:not(.atsx-btn-circle):not(.atsx-btn-circle-outline):not(.atsx-btn-icon-only) {
  padding-left: 24px;
}
.atsx-btn-sm.atsx-btn-loading:not(.atsx-btn-circle):not(.atsx-btn-circle-outline):not(.atsx-btn-icon-only) .anticon {
  margin-left: -17px;
}
.atsx-btn-group {
  position: relative;
  display: inline-block;
}
.atsx-btn-group > .atsx-btn,
.atsx-btn-group > span > .atsx-btn {
  position: relative;
}
.atsx-btn-group > .atsx-btn:hover,
.atsx-btn-group > span > .atsx-btn:hover,
.atsx-btn-group > .atsx-btn:active,
.atsx-btn-group > span > .atsx-btn:active,
.atsx-btn-group > .atsx-btn.active,
.atsx-btn-group > span > .atsx-btn.active {
  z-index: 2;
}
.atsx-btn-group > .atsx-btn:disabled,
.atsx-btn-group > span > .atsx-btn:disabled {
  z-index: 0;
}
.atsx-btn-group-lg > .atsx-btn,
.atsx-btn-group-lg > span > .atsx-btn {
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px;
}
.atsx-btn-group-sm > .atsx-btn,
.atsx-btn-group-sm > span > .atsx-btn {
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 0;
  line-height: 26px;
}
.atsx-btn-group-sm > .atsx-btn > .anticon,
.atsx-btn-group-sm > span > .atsx-btn > .anticon {
  font-size: 14px;
}
.atsx-btn-group .atsx-btn + .atsx-btn,
.atsx-btn + .atsx-btn-group,
.atsx-btn-group span + .atsx-btn,
.atsx-btn-group .atsx-btn + span,
.atsx-btn-group > span + span,
.atsx-btn-group + .atsx-btn,
.atsx-btn-group + .atsx-btn-group {
  margin-left: -1px;
}
.atsx-btn-group .atsx-btn-primary + .atsx-btn:not(.atsx-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.atsx-btn-group .atsx-btn {
  border-radius: 0;
}
.atsx-btn-group > .atsx-btn:first-child,
.atsx-btn-group > span:first-child > .atsx-btn {
  margin-left: 0;
}
.atsx-btn-group > .atsx-btn:only-child {
  border-radius: 4px;
}
.atsx-btn-group > span:only-child > .atsx-btn {
  border-radius: 4px;
}
.atsx-btn-group > .atsx-btn:first-child:not(:last-child),
.atsx-btn-group > span:first-child:not(:last-child) > .atsx-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.atsx-btn-group > .atsx-btn:last-child:not(:first-child),
.atsx-btn-group > span:last-child:not(:first-child) > .atsx-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.atsx-btn-group-sm > .atsx-btn:only-child {
  border-radius: 4px;
}
.atsx-btn-group-sm > span:only-child > .atsx-btn {
  border-radius: 4px;
}
.atsx-btn-group-sm > .atsx-btn:first-child:not(:last-child),
.atsx-btn-group-sm > span:first-child:not(:last-child) > .atsx-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.atsx-btn-group-sm > .atsx-btn:last-child:not(:first-child),
.atsx-btn-group-sm > span:last-child:not(:first-child) > .atsx-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.atsx-btn-group > .atsx-btn-group {
  float: left;
}
.atsx-btn-group > .atsx-btn-group:not(:first-child):not(:last-child) > .atsx-btn {
  border-radius: 0;
}
.atsx-btn-group > .atsx-btn-group:first-child:not(:last-child) > .atsx-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.atsx-btn-group > .atsx-btn-group:last-child:not(:first-child) > .atsx-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.atsx-btn:not(.atsx-btn-circle):not(.atsx-btn-circle-outline).atsx-btn-icon-only {
  padding-right: 8px;
  padding-left: 8px;
}
.atsx-btn:focus > span,
.atsx-btn:active > span {
  position: relative;
}
.atsx-btn > .anticon + span,
.atsx-btn > span + .anticon {
  margin-left: 4px;
}
.atsx-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.atsx-btn-background-ghost.atsx-btn-primary {
  color: #325ab4;
  background-color: transparent;
  border-color: #325ab4;
  text-shadow: none;
}
.atsx-btn-background-ghost.atsx-btn-primary > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-primary:hover {
  color: #5579c2;
  background-color: transparent;
  border-color: #5579c2;
}
.atsx-btn-background-ghost.atsx-btn-primary:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-primary:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-primary:active,
.atsx-btn-background-ghost.atsx-btn-primary.active {
  color: #213e8f;
  background-color: transparent;
  border-color: #213e8f;
}
.atsx-btn-background-ghost.atsx-btn-primary:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.active > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-primary:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled,
.atsx-btn-background-ghost.atsx-btn-primary.disabled,
.atsx-btn-background-ghost.atsx-btn-primary[disabled],
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled:hover,
.atsx-btn-background-ghost.atsx-btn-primary.disabled:hover,
.atsx-btn-background-ghost.atsx-btn-primary[disabled]:hover,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled:active,
.atsx-btn-background-ghost.atsx-btn-primary.disabled:active,
.atsx-btn-background-ghost.atsx-btn-primary[disabled]:active,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled.active,
.atsx-btn-background-ghost.atsx-btn-primary.disabled.active,
.atsx-btn-background-ghost.atsx-btn-primary[disabled].active {
  color: #9CA2A9;
  background-color: #E4E5E7;
  border-color: #E4E5E7;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.disabled > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary[disabled] > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.disabled:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary[disabled]:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.disabled:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary[disabled]:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled.active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary.disabled.active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.disabled > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary[disabled] > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.disabled:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary[disabled]:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.disabled:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary[disabled]:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary.disabled.active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-danger {
  color: #F54A45;
  background-color: transparent;
  border-color: #F54A45;
  text-shadow: none;
}
.atsx-btn-background-ghost.atsx-btn-danger > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-danger:hover {
  color: #ff7a70;
  background-color: transparent;
  border-color: #ff7a70;
}
.atsx-btn-background-ghost.atsx-btn-danger:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-danger:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-danger:active,
.atsx-btn-background-ghost.atsx-btn-danger.active {
  color: #cf3030;
  background-color: transparent;
  border-color: #cf3030;
}
.atsx-btn-background-ghost.atsx-btn-danger:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.active > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-danger:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled,
.atsx-btn-background-ghost.atsx-btn-danger.disabled,
.atsx-btn-background-ghost.atsx-btn-danger[disabled],
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled:hover,
.atsx-btn-background-ghost.atsx-btn-danger.disabled:hover,
.atsx-btn-background-ghost.atsx-btn-danger[disabled]:hover,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled:active,
.atsx-btn-background-ghost.atsx-btn-danger.disabled:active,
.atsx-btn-background-ghost.atsx-btn-danger[disabled]:active,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled.active,
.atsx-btn-background-ghost.atsx-btn-danger.disabled.active,
.atsx-btn-background-ghost.atsx-btn-danger[disabled].active {
  color: #9CA2A9;
  background-color: #E4E5E7;
  border-color: #E4E5E7;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.disabled > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger[disabled] > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.disabled:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger[disabled]:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.disabled:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger[disabled]:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled.active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger.disabled.active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.disabled > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger[disabled] > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.disabled:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger[disabled]:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.disabled:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger[disabled]:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger.disabled.active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-link {
  color: #325ab4;
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.atsx-btn-background-ghost.atsx-btn-link > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-link:hover {
  color: #5579c2;
  background-color: transparent;
  border-color: transparent;
}
.atsx-btn-background-ghost.atsx-btn-link:hover > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-link:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-link:active,
.atsx-btn-background-ghost.atsx-btn-link.active {
  color: #213e8f;
  background-color: transparent;
  border-color: transparent;
}
.atsx-btn-background-ghost.atsx-btn-link:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.active > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-link:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled,
.atsx-btn-background-ghost.atsx-btn-link.disabled,
.atsx-btn-background-ghost.atsx-btn-link[disabled],
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled:hover,
.atsx-btn-background-ghost.atsx-btn-link.disabled:hover,
.atsx-btn-background-ghost.atsx-btn-link[disabled]:hover,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled:active,
.atsx-btn-background-ghost.atsx-btn-link.disabled:active,
.atsx-btn-background-ghost.atsx-btn-link[disabled]:active,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled.active,
.atsx-btn-background-ghost.atsx-btn-link.disabled.active,
.atsx-btn-background-ghost.atsx-btn-link[disabled].active {
  color: #9CA2A9;
  background-color: #E4E5E7;
  border-color: #E4E5E7;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.disabled > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link[disabled] > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.disabled:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link[disabled]:hover > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.disabled:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link[disabled]:active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled.active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link.disabled.active > a:only-child,
.atsx-btn-background-ghost.atsx-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.disabled > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link[disabled] > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.disabled:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link[disabled]:hover > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.disabled:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link[disabled]:active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.atsx-btn-disabled.active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link.disabled.active > a:only-child::after,
.atsx-btn-background-ghost.atsx-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.atsx-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.atsx-btn-block {
  width: 100%;
}
.atsx-btn:empty {
  vertical-align: top;
}
a.atsx-btn {
  line-height: 30px;
}
a.atsx-btn-lg {
  line-height: 38px;
}
a.atsx-btn-sm {
  line-height: 26px;
}

@-webkit-keyframes fullscreenModalEnter__84a9cf {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__84a9cf {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__84a9cf {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__84a9cf {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__84a9cf {
  height: 100%;
}
.atsx-layout__84a9cf {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__84a9cf,
.b50__84a9cf {
  color: #f0f4ff;
}
.L50__84a9cf,
.l50__84a9cf {
  color: #f7fae5;
}
.L100__84a9cf,
.l100__84a9cf {
  color: #eef6c6;
}
.L200__84a9cf,
.l200__84a9cf {
  color: #dfee96;
}
.L300__84a9cf,
.l300__84a9cf {
  color: #d2e76a;
}
.L400__84a9cf,
.l400__84a9cf {
  color: #c3dd40;
}
.L500__84a9cf,
.l500__84a9cf {
  color: #b3d600;
}
.L600__84a9cf,
.l600__84a9cf {
  color: #8fac02;
}
.L700__84a9cf,
.l700__84a9cf {
  color: #667901;
}
.L800__84a9cf,
.l800__84a9cf {
  color: #495700;
}
.L900__84a9cf,
.l900__84a9cf {
  color: #354200;
}
.Y50__84a9cf,
.y50__84a9cf {
  color: #fdf9ed;
}
.Y100__84a9cf,
.y100__84a9cf {
  color: #faf1d1;
}
.Y200__84a9cf,
.y200__84a9cf {
  color: #f8e6ab;
}
.Y300__84a9cf,
.y300__84a9cf {
  color: #f7dc82;
}
.Y400__84a9cf,
.y400__84a9cf {
  color: #fad355;
}
.Y500__84a9cf,
.y500__84a9cf {
  color: #ffc60a;
}
.Y600__84a9cf,
.y600__84a9cf {
  color: #dc9b04;
}
.Y700__84a9cf,
.y700__84a9cf {
  color: #aa7803;
}
.Y800__84a9cf,
.y800__84a9cf {
  color: #795101;
}
.Y900__84a9cf,
.y900__84a9cf {
  color: #5c3a00;
}
.O50__84a9cf,
.o50__84a9cf {
  color: #fff5eb;
}
.O100__84a9cf,
.o100__84a9cf {
  color: #feead2;
}
.O200__84a9cf,
.o200__84a9cf {
  color: #fed4a4;
}
.O300__84a9cf,
.o300__84a9cf {
  color: #ffba6b;
}
.O400__84a9cf,
.o400__84a9cf {
  color: #ffa53d;
}
.O500__84a9cf,
.o500__84a9cf {
  color: #f80;
}
.O600__84a9cf,
.o600__84a9cf {
  color: #de7802;
}
.O700__84a9cf,
.o700__84a9cf {
  color: #b26206;
}
.O800__84a9cf,
.o800__84a9cf {
  color: #8f4f04;
}
.O900__84a9cf,
.o900__84a9cf {
  color: #6b3900;
}
.R50__84a9cf,
.r50__84a9cf {
  color: #fef1f1;
}
.R100__84a9cf,
.r100__84a9cf {
  color: #fde2e2;
}
.R200__84a9cf,
.r200__84a9cf {
  color: #fbbfbc;
}
.R300__84a9cf,
.r300__84a9cf {
  color: #f98e8b;
}
.R400__84a9cf,
.r400__84a9cf {
  color: #f76964;
}
.R500__84a9cf,
.r500__84a9cf {
  color: #f54a45;
}
.R600__84a9cf,
.r600__84a9cf {
  color: #d83931;
}
.R700__84a9cf,
.r700__84a9cf {
  color: #ac2f28;
}
.R800__84a9cf,
.r800__84a9cf {
  color: #812520;
}
.R900__84a9cf,
.r900__84a9cf {
  color: #621c18;
}
.C50__84a9cf,
.c50__84a9cf {
  color: #fef1f8;
}
.C100__84a9cf,
.c100__84a9cf {
  color: #fdddef;
}
.C200__84a9cf,
.c200__84a9cf {
  color: #f9aed9;
}
.C300__84a9cf,
.c300__84a9cf {
  color: #f57ac0;
}
.C400__84a9cf,
.c400__84a9cf {
  color: #f14ba9;
}
.C500__84a9cf,
.c500__84a9cf {
  color: #f01d94;
}
.C600__84a9cf,
.c600__84a9cf {
  color: #c71077;
}
.C700__84a9cf,
.c700__84a9cf {
  color: #9e1361;
}
.C800__84a9cf,
.c800__84a9cf {
  color: #7a0f4b;
}
.C900__84a9cf,
.c900__84a9cf {
  color: #520a32;
}
.V50__84a9cf,
.v50__84a9cf {
  color: #fceefc;
}
.V100__84a9cf,
.v100__84a9cf {
  color: #f8def8;
}
.V200__84a9cf,
.v200__84a9cf {
  color: #efb9ef;
}
.V300__84a9cf,
.v300__84a9cf {
  color: #e58fe5;
}
.V400__84a9cf,
.v400__84a9cf {
  color: #db66db;
}
.V500__84a9cf,
.v500__84a9cf {
  color: #d136d1;
}
.V600__84a9cf,
.v600__84a9cf {
  color: #b320b3;
}
.V700__84a9cf,
.v700__84a9cf {
  color: #8c218c;
}
.V800__84a9cf,
.v800__84a9cf {
  color: #681268;
}
.V900__84a9cf,
.v900__84a9cf {
  color: #460b46;
}
.P50__84a9cf,
.p50__84a9cf {
  color: #f6f1fe;
}
.P100__84a9cf,
.p100__84a9cf {
  color: #ece2fe;
}
.P200__84a9cf,
.p200__84a9cf {
  color: #cdb2fa;
}
.P300__84a9cf,
.p300__84a9cf {
  color: #ad82f7;
}
.P400__84a9cf,
.p400__84a9cf {
  color: #935af6;
}
.P500__84a9cf,
.p500__84a9cf {
  color: #7f3bf5;
}
.P600__84a9cf,
.p600__84a9cf {
  color: #6425d0;
}
.P700__84a9cf,
.p700__84a9cf {
  color: #4e1ba7;
}
.P800__84a9cf,
.p800__84a9cf {
  color: #380d82;
}
.P900__84a9cf,
.p900__84a9cf {
  color: #270561;
}
.I50__84a9cf,
.i50__84a9cf {
  color: #f2f3fd;
}
.I100__84a9cf,
.i100__84a9cf {
  color: #e0e2fa;
}
.I200__84a9cf,
.i200__84a9cf {
  color: #b4b9f3;
}
.I300__84a9cf,
.i300__84a9cf {
  color: #7b83ea;
}
.I400__84a9cf,
.i400__84a9cf {
  color: #616ae5;
}
.I500__84a9cf,
.i500__84a9cf {
  color: #4954e6;
}
.I600__84a9cf,
.i600__84a9cf {
  color: #2933c7;
}
.I700__84a9cf,
.i700__84a9cf {
  color: #161fa2;
}
.I800__84a9cf,
.i800__84a9cf {
  color: #0a1285;
}
.I900__84a9cf,
.i900__84a9cf {
  color: #0c1264;
}
.N50__84a9cf,
.n50__84a9cf {
  color: #f8f9fa;
}
.N100__84a9cf,
.n100__84a9cf {
  color: #f5f6f7;
}
.N200__84a9cf,
.n200__84a9cf {
  color: #eff0f1;
}
.N300__84a9cf,
.n300__84a9cf {
  color: #dee0e3;
}
.N400__84a9cf,
.n400__84a9cf {
  color: #bbbfc4;
}
.N500__84a9cf,
.n500__84a9cf {
  color: #8f959e;
}
.N600__84a9cf,
.n600__84a9cf {
  color: #646a73;
}
.N700__84a9cf,
.n700__84a9cf {
  color: #373c43;
}
.N800__84a9cf,
.n800__84a9cf {
  color: #2b2f36;
}
.N900__84a9cf,
.n900__84a9cf {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.fourxxPage__84a9cf {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  min-height: inherit;
}
.fourxxPage__84a9cf .fourxxPage-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.fourxxPage__84a9cf .fourxxPage-image {
  width: 200px;
  margin-bottom: 18px;
}
.fourxxPage__84a9cf .fourxxPage-image img {
  width: 100%;
}
.fourxxPage__84a9cf p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #1f2329;
}
.fourxxPage__84a9cf .fourxxPage-homeButton {
  margin-top: 32px;
}
.fourxxPage__84a9cf .fourxxPage-homeButton .atsx-btn-lg {
  max-width: unset;
}
.fourxxPage__84a9cf .fourxxPage-homeButton button {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.tiktokGlobalLoading__e6a062 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.tiktokGlobalLoading-icon__e6a062 {
  background-image: url(https://sf-tb-sg.ibytedtos.com/obj/ttfe-malisg/Helo/TikTok/loading-circle-min.png);
  display: block;
  margin: 6px;
  background-size: 48px;
  width: 48px;
  height: 48px;
  -webkit-animation: loadingAnimation__e6a062 1s steps(60, start) infinite;
          animation: loadingAnimation__e6a062 1s steps(60, start) infinite;
}
@-webkit-keyframes loadingAnimation__e6a062 {
  100% {
    background-position-y: -2880px;
  }
}
@keyframes loadingAnimation__e6a062 {
  100% {
    background-position-y: -2880px;
  }
}

.loading__278643 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 1;
  transition: all 0.16s linear;
  -ms-flex-direction: column;
      flex-direction: column;
}
.loading__278643.loading-hide {
  opacity: 0;
}

@-webkit-keyframes fullscreenModalEnter__5e4521 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__5e4521 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__5e4521 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__5e4521 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__5e4521 {
  height: 100%;
}
.atsx-layout__5e4521 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__5e4521,
.b50__5e4521 {
  color: #f0f4ff;
}
.L50__5e4521,
.l50__5e4521 {
  color: #f7fae5;
}
.L100__5e4521,
.l100__5e4521 {
  color: #eef6c6;
}
.L200__5e4521,
.l200__5e4521 {
  color: #dfee96;
}
.L300__5e4521,
.l300__5e4521 {
  color: #d2e76a;
}
.L400__5e4521,
.l400__5e4521 {
  color: #c3dd40;
}
.L500__5e4521,
.l500__5e4521 {
  color: #b3d600;
}
.L600__5e4521,
.l600__5e4521 {
  color: #8fac02;
}
.L700__5e4521,
.l700__5e4521 {
  color: #667901;
}
.L800__5e4521,
.l800__5e4521 {
  color: #495700;
}
.L900__5e4521,
.l900__5e4521 {
  color: #354200;
}
.Y50__5e4521,
.y50__5e4521 {
  color: #fdf9ed;
}
.Y100__5e4521,
.y100__5e4521 {
  color: #faf1d1;
}
.Y200__5e4521,
.y200__5e4521 {
  color: #f8e6ab;
}
.Y300__5e4521,
.y300__5e4521 {
  color: #f7dc82;
}
.Y400__5e4521,
.y400__5e4521 {
  color: #fad355;
}
.Y500__5e4521,
.y500__5e4521 {
  color: #ffc60a;
}
.Y600__5e4521,
.y600__5e4521 {
  color: #dc9b04;
}
.Y700__5e4521,
.y700__5e4521 {
  color: #aa7803;
}
.Y800__5e4521,
.y800__5e4521 {
  color: #795101;
}
.Y900__5e4521,
.y900__5e4521 {
  color: #5c3a00;
}
.O50__5e4521,
.o50__5e4521 {
  color: #fff5eb;
}
.O100__5e4521,
.o100__5e4521 {
  color: #feead2;
}
.O200__5e4521,
.o200__5e4521 {
  color: #fed4a4;
}
.O300__5e4521,
.o300__5e4521 {
  color: #ffba6b;
}
.O400__5e4521,
.o400__5e4521 {
  color: #ffa53d;
}
.O500__5e4521,
.o500__5e4521 {
  color: #f80;
}
.O600__5e4521,
.o600__5e4521 {
  color: #de7802;
}
.O700__5e4521,
.o700__5e4521 {
  color: #b26206;
}
.O800__5e4521,
.o800__5e4521 {
  color: #8f4f04;
}
.O900__5e4521,
.o900__5e4521 {
  color: #6b3900;
}
.R50__5e4521,
.r50__5e4521 {
  color: #fef1f1;
}
.R100__5e4521,
.r100__5e4521 {
  color: #fde2e2;
}
.R200__5e4521,
.r200__5e4521 {
  color: #fbbfbc;
}
.R300__5e4521,
.r300__5e4521 {
  color: #f98e8b;
}
.R400__5e4521,
.r400__5e4521 {
  color: #f76964;
}
.R500__5e4521,
.r500__5e4521 {
  color: #f54a45;
}
.R600__5e4521,
.r600__5e4521 {
  color: #d83931;
}
.R700__5e4521,
.r700__5e4521 {
  color: #ac2f28;
}
.R800__5e4521,
.r800__5e4521 {
  color: #812520;
}
.R900__5e4521,
.r900__5e4521 {
  color: #621c18;
}
.C50__5e4521,
.c50__5e4521 {
  color: #fef1f8;
}
.C100__5e4521,
.c100__5e4521 {
  color: #fdddef;
}
.C200__5e4521,
.c200__5e4521 {
  color: #f9aed9;
}
.C300__5e4521,
.c300__5e4521 {
  color: #f57ac0;
}
.C400__5e4521,
.c400__5e4521 {
  color: #f14ba9;
}
.C500__5e4521,
.c500__5e4521 {
  color: #f01d94;
}
.C600__5e4521,
.c600__5e4521 {
  color: #c71077;
}
.C700__5e4521,
.c700__5e4521 {
  color: #9e1361;
}
.C800__5e4521,
.c800__5e4521 {
  color: #7a0f4b;
}
.C900__5e4521,
.c900__5e4521 {
  color: #520a32;
}
.V50__5e4521,
.v50__5e4521 {
  color: #fceefc;
}
.V100__5e4521,
.v100__5e4521 {
  color: #f8def8;
}
.V200__5e4521,
.v200__5e4521 {
  color: #efb9ef;
}
.V300__5e4521,
.v300__5e4521 {
  color: #e58fe5;
}
.V400__5e4521,
.v400__5e4521 {
  color: #db66db;
}
.V500__5e4521,
.v500__5e4521 {
  color: #d136d1;
}
.V600__5e4521,
.v600__5e4521 {
  color: #b320b3;
}
.V700__5e4521,
.v700__5e4521 {
  color: #8c218c;
}
.V800__5e4521,
.v800__5e4521 {
  color: #681268;
}
.V900__5e4521,
.v900__5e4521 {
  color: #460b46;
}
.P50__5e4521,
.p50__5e4521 {
  color: #f6f1fe;
}
.P100__5e4521,
.p100__5e4521 {
  color: #ece2fe;
}
.P200__5e4521,
.p200__5e4521 {
  color: #cdb2fa;
}
.P300__5e4521,
.p300__5e4521 {
  color: #ad82f7;
}
.P400__5e4521,
.p400__5e4521 {
  color: #935af6;
}
.P500__5e4521,
.p500__5e4521 {
  color: #7f3bf5;
}
.P600__5e4521,
.p600__5e4521 {
  color: #6425d0;
}
.P700__5e4521,
.p700__5e4521 {
  color: #4e1ba7;
}
.P800__5e4521,
.p800__5e4521 {
  color: #380d82;
}
.P900__5e4521,
.p900__5e4521 {
  color: #270561;
}
.I50__5e4521,
.i50__5e4521 {
  color: #f2f3fd;
}
.I100__5e4521,
.i100__5e4521 {
  color: #e0e2fa;
}
.I200__5e4521,
.i200__5e4521 {
  color: #b4b9f3;
}
.I300__5e4521,
.i300__5e4521 {
  color: #7b83ea;
}
.I400__5e4521,
.i400__5e4521 {
  color: #616ae5;
}
.I500__5e4521,
.i500__5e4521 {
  color: #4954e6;
}
.I600__5e4521,
.i600__5e4521 {
  color: #2933c7;
}
.I700__5e4521,
.i700__5e4521 {
  color: #161fa2;
}
.I800__5e4521,
.i800__5e4521 {
  color: #0a1285;
}
.I900__5e4521,
.i900__5e4521 {
  color: #0c1264;
}
.N50__5e4521,
.n50__5e4521 {
  color: #f8f9fa;
}
.N100__5e4521,
.n100__5e4521 {
  color: #f5f6f7;
}
.N200__5e4521,
.n200__5e4521 {
  color: #eff0f1;
}
.N300__5e4521,
.n300__5e4521 {
  color: #dee0e3;
}
.N400__5e4521,
.n400__5e4521 {
  color: #bbbfc4;
}
.N500__5e4521,
.n500__5e4521 {
  color: #8f959e;
}
.N600__5e4521,
.n600__5e4521 {
  color: #646a73;
}
.N700__5e4521,
.n700__5e4521 {
  color: #373c43;
}
.N800__5e4521,
.n800__5e4521 {
  color: #2b2f36;
}
.N900__5e4521,
.n900__5e4521 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
 {
  /* 无报错表单项 */
  /* Button */
  /* Checkbox */
  /* Select */
  /* message样式 */
  /* 登录/注册/重置密码通用样式 */
  /* modal */
  /* 去除safari浏览器的自动提示填充 */
  /* Change Autocomplete styles in Chrome */
  /* 处理 windows pc chrome 版本小于 54 时 modal 定位失效问题 */
}
#bd {
  min-width: 1060px;
  overflow-x: auto;
}
#bd > section.atsx-layout {
  display: block;
}
.main {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.atsx-layout .atsx-layout-has-sider .atsx-layout-sider {
  overflow: auto;
}
.atsx-layout .atsx-layout-has-sider .atsx-layout-sider::-webkit-scrollbar {
  display: none;
}
.atsx-btn {
  box-shadow: none;
}
.atsx-date-picker .atsx-date-picker-icon-clear {
  color: #9ca2a9;
}
.atsx-date-picker .atsx-date-picker-icon-clear:hover {
  color: #325ab4;
}
.no-error-form-item {
  margin-bottom: 0;
}
.no-error-form-item .atsx-form-explain {
  display: none;
}
.atsx-btn-primary:hover {
  background: #487fc1;
}
.ja .atsx-btn {
  max-width: initial;
}
.atsx-checkbox-wrapper:hover .atsx-checkbox-inner,
.atsx-checkbox:hover .atsx-checkbox-inner,
.atsx-checkbox-input:focus + .atsx-checkbox-inner {
  border-color: #325ab4;
}
.atsx-select-clear-icon {
  color: #9ca2a9;
}
.atsx-select-clear-icon:hover {
  color: #325ab4;
}
.atsx-message {
  z-index: 1100;
  pointer-events: none;
}
.atsx-message .atsx-message-icon {
  width: 24px;
  height: 24px;
  top: 8px;
}
.atsx-message .atsx-message-icon svg {
  width: 100%;
  height: 100%;
}
.atsx-message .atsx-message-notice-content {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(54, 97, 174, 0.14);
  min-width: 132px;
}
.atsx-message .atsx-message-custom-content span {
  margin-left: 36px;
  line-height: 24px;
}
.simple-form {
  /* 表单相关 */
}
.simple-form.atsx-form {
  height: 142px;
  margin-bottom: 32px;
}
.simple-form .atsx-form-item {
  margin-bottom: 32px;
}
.simple-form .atsx-form-item.atsx-form-item-with-help {
  margin-bottom: 6px;
}
.simple-form .atsx-form-item-children {
  display: block;
}
.simple-form .atsx-form-explain {
  margin-top: 4px;
  line-height: 22px;
  min-height: 22px;
}
div.atsx-modal-wrap {
  z-index: 1070;
}
div.atsx-modal-mask {
  z-index: 1061;
}
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 9999s ease-in-out 0s;
}
.less-than-54-modal .atsx-modal-wrap {
  height: 100%;
}
.topbar-navigation-list .topbar-navigation-item {
  color: #646a73;
  margin-left: 32px;
}
.topbar-navigation-list .topbar-navigation-item:hover {
  color: #325ab4;
}
.topbar-navigation-list .atsx-divider {
  margin: 0 32px;
  color: #bbbfc4;
}
.isInVisualWebsiteUIFeat .globalLoading__5e4521 {
  top: var(--layout-header-height, 64px);
}
.contentWrap__5e4521 {
  min-height: calc(100vh - 64px - 1px - 256px);
  overflow-x: hidden;
  overflow-y: hidden;
  /* Button */
  /* Checkbox */
  /* Select */
  /* message样式 */
  /* modal */
  /* topbar */
}
.contentWrap__5e4521 > * {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.contentWrap__5e4521 textarea {
  resize: none;
}
.contentWrap__5e4521 .atsx-layout__5e4521 .atsx-layout-has-sider__5e4521 .atsx-layout-sider__5e4521 {
  overflow: auto;
}
.contentWrap__5e4521 .atsx-layout__5e4521 .atsx-layout-has-sider__5e4521 .atsx-layout-sider__5e4521::-webkit-scrollbar {
  display: none;
}
.contentWrap__5e4521 .atsx-date-picker__5e4521 .atsx-date-picker-icon-clear__5e4521 {
  color: #9ca2a9;
}
.contentWrap__5e4521 .atsx-date-picker__5e4521 .atsx-date-picker-icon-clear__5e4521:hover {
  color: #325ab4;
}
.contentWrap__5e4521 .atsx-btn-primary__5e4521:hover {
  background: #487fc1;
}
.contentWrap__5e4521 .atsx-checkbox-wrapper__5e4521:hover .atsx-checkbox-inner__5e4521,
.contentWrap__5e4521 .atsx-checkbox__5e4521:hover .atsx-checkbox-inner__5e4521,
.contentWrap__5e4521 .atsx-checkbox-input__5e4521:focus + .atsx-checkbox-inner__5e4521 {
  border-color: #325ab4;
}
.contentWrap__5e4521 .atsx-select-clear-icon__5e4521 {
  color: #9ca2a9;
}
.contentWrap__5e4521 .atsx-select-clear-icon__5e4521:hover {
  color: #325ab4;
}
.contentWrap__5e4521 .atsx-message__5e4521 .atsx-message-icon__5e4521 {
  width: 24px;
  height: 24px;
  top: 8px;
}
.contentWrap__5e4521 .atsx-message__5e4521 .atsx-message-icon__5e4521 svg {
  width: 100%;
  height: 100%;
}
.contentWrap__5e4521 .atsx-message__5e4521 .atsx-message-notice-content__5e4521 {
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0 8px 24px 0 rgba(54, 97, 174, 0.14);
  min-width: 132px;
}
.contentWrap__5e4521 .atsx-message__5e4521 .atsx-message-custom-content__5e4521 span {
  margin-left: 36px;
  line-height: 24px;
}
.contentWrap__5e4521 div.atsx-modal-wrap__5e4521 {
  z-index: 1070;
}
.contentWrap__5e4521 div.atsx-modal-mask__5e4521 {
  z-index: 1061;
}
.contentWrap__5e4521 .topbar__5e4521 {
  box-shadow: none !important;
  border-bottom: 1px solid #eff1f1;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-horizontal__5e4521 {
  background: transparent;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-item__5e4521 {
  border-bottom: none;
  height: 64px;
  line-height: 64px;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-item__5e4521 a {
  color: #3e4c5b;
  opacity: 1;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-item__5e4521 a:hover {
  opacity: 0.8;
  border-bottom: none;
  font-weight: normal;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-item-selected__5e4521 {
  border-bottom: none;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-item-selected__5e4521 a {
  font-size: 20px;
  font-weight: bold;
  opacity: 1;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-item-selected__5e4521 a:hover {
  font-weight: bold;
}
.contentWrap__5e4521 .topbar__5e4521 .topbar-content__5e4521 .atsx-btn__5e4521 {
  border: none;
}
.contentWrap__5e4521 .topbar__5e4521.white__5e4521 {
  position: absolute;
  box-shadow: none;
  border-bottom: none;
}
.contentWrap__5e4521 .topbar__5e4521.white__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .atsx-menu-item__5e4521 a {
  color: #fff;
}
.contentWrap__5e4521 .topbar__5e4521.white__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .topbar-userIcon__5e4521 path {
  fill: #fff;
}
.contentWrap__5e4521 .topbar__5e4521.white__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .topbar-userMobile__5e4521 {
  color: #fff;
}
.contentWrap__5e4521 .topbar__5e4521.white__5e4521 .topbar-content__5e4521 .topbar-right__5e4521 .topbar-userMobile__5e4521::after {
  border-color: #fff;
}
.contentWrap__5e4521 .topbar__5e4521.white__5e4521 .topbar-content__5e4521 .atsx-btn__5e4521 {
  color: #fff;
  border-color: #fff;
}
.app__5e4521 {
  width: 100vw;
  height: 100vh;
  padding: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
}
.contentLoading__5e4521 svg {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important;
}
.globalLoading__5e4521 {
  position: fixed;
  background: #fff;
  top: 64px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.globalLoading__5e4521 .globalLoading-loading div {
  position: absolute;
}
.globalLoadingHasNoReommend__5e4521 {
  top: 119px!important;
}
.link-item-with-children__5e4521 {
  display: inline-block;
}
.link-item-with-children__5e4521 .link-item-drop-icon {
  margin-left: 4px;
}
.with-children-overlay__5e4521 .ud__menu-normal-item {
  padding: 9px 20px;
}
.with-children-overlay__5e4521 .ud__menu-normal-item:hover {
  background-color: rgba(245, 246, 247, 0.5);
}
.with-children-overlay__5e4521 .ud__menu-normal-item:hover .topbar-navigation-item {
  color: var(--basic-color1);
}
.with-children-overlay__5e4521 .ud__menu-normal-item-title-content {
  width: 100%;
}
.with-children-overlay__5e4521 .topbar-navigation-item-active {
  opacity: 0.8;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  color: var(--text-title);
  font-size: 14px;
  text-align: left;
  background: var(--bg-float);
  outline: none;
  transition: width 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud__menu a:focus-visible,
.ud__menu-item:focus-visible,
.ud__menu-submenu-title:focus-visible {
  outline: none;
  --hack-merge-rules: true;
}
.ud__menu a:focus,
.ud__menu-item:focus,
.ud__menu-submenu-title:focus {
  outline: none;
}
.ud__menu-submenu-popup {
  pointer-events: auto !important;
}
.ud__menu::before,
.ud__menu::after {
  display: table;
  content: "";
}
.ud__menu ul,
.ud__menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ud__menu ul li {
  box-sizing: border-box;
}
.ud__menu-icon-wrap {
  box-sizing: border-box;
  display: flex;
  color: var(--icon-n1);
}
.ud__menu-icon-wrap-disabled {
  color: var(--icon-disabled);
}
.ud__menu-item-group-title {
  box-sizing: border-box;
  padding: 8px 20px;
  color: var(--text-placeholder);
  font-size: 14px;
  line-height: 1.5715;
}
.ud__menu-submenu {
  box-sizing: border-box;
}
.ud__menu-submenu.ud-slide-up-enter.ud-slide-up-enter-active.ud__menu-submenu-placement-bottomLeft,
.ud__menu-submenu.ud-slide-up-appear.ud-slide-up-appear-active.ud__menu-submenu-placement-bottomLeft {
  -webkit-animation-name: udSlideUpIn;
          animation-name: udSlideUpIn;
}
.ud__menu-submenu.ud-slide-up-enter.ud-slide-up-enter-active.ud__menu-submenu-placement-topLeft,
.ud__menu-submenu.ud-slide-up-appear.ud-slide-up-appear-active.ud__menu-submenu-placement-topLeft {
  -webkit-animation-name: udSlideDownIn;
          animation-name: udSlideDownIn;
}
.ud__menu-submenu.ud-slide-up-leave.ud-slide-up-leave-active.ud__menu-submenu-placement-bottomLeft {
  -webkit-animation-name: udSlideUpOut;
          animation-name: udSlideUpOut;
}
.ud__menu-submenu.ud-slide-up-leave.ud-slide-up-leave-active.ud__menu-submenu-placement-topLeft {
  -webkit-animation-name: udSlideDownOut;
          animation-name: udSlideDownOut;
}
.ud__menu-submenu-selected {
  color: var(--primary-pri-500);
}
.ud__menu-submenu-selected .ud__menu-icon-wrap {
  color: var(--primary-pri-500);
}
.ud__menu-submenu-selected > .ud__menu-submenu-title {
  font-weight: 500;
}
.ud__menu-item:active,
.ud__menu-submenu-title:active {
  background: var(--fill-active);
}
.ud__menu-submenu .ud__menu-sub {
  cursor: initial;
  border: 1px solid var(--line-border-card);
  box-shadow: var(--shadow-s4-down);
}
.ud__menu-item a {
  color: var(--text-title);
}
.ud__menu-item a:hover {
  color: var(--primary-pri-500);
}
.ud__menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: "";
}
.ud__menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: var(--line-divider-default);
}
.ud__menu-item-active,
.ud__menu-submenu-title:hover {
  background: var(--fill-hover);
}
.ud__menu-item-selected {
  color: var(--primary-pri-500);
  font-weight: 500;
}
.ud__menu-item-selected .ud__menu-icon-wrap {
  color: var(--primary-pri-500);
}
.ud__menu-item-selected a,
.ud__menu-item-selected a:hover {
  color: var(--primary-pri-500);
}
.ud__menu:not(.ud__menu-horizontal) .ud__menu-item-selected {
  background-color: var(--fill-active);
}
.ud__menu-vertical-right {
  border-left: 1px solid var(--line-border-card);
}
.ud__menu-vertical.ud__menu-sub,
.ud__menu-vertical-left.ud__menu-sub,
.ud__menu-vertical-right.ud__menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 8px 0;
  overflow: hidden;
  transform-origin: 0 0;
}
.ud__menu-vertical.ud__menu-sub:not(.ud-zoom-big-enter-active):not(.ud-zoom-big-leave-active),
.ud__menu-vertical-left.ud__menu-sub:not(.ud-zoom-big-enter-active):not(.ud-zoom-big-leave-active),
.ud__menu-vertical-right.ud__menu-sub:not(.ud-zoom-big-enter-active):not(.ud-zoom-big-leave-active) {
  overflow-x: hidden;
  overflow-y: auto;
}
.ud__menu-vertical.ud__menu-sub .ud__menu-item,
.ud__menu-vertical-left.ud__menu-sub .ud__menu-item,
.ud__menu-vertical-right.ud__menu-sub .ud__menu-item {
  left: 0;
  border-right: 0;
}
.ud__menu-vertical.ud__menu-sub .ud__menu-item::after,
.ud__menu-vertical-left.ud__menu-sub .ud__menu-item::after,
.ud__menu-vertical-right.ud__menu-sub .ud__menu-item::after {
  border-right: 0;
}
.ud__menu-vertical.ud__menu-sub > .ud__menu-item,
.ud__menu-vertical-left.ud__menu-sub > .ud__menu-item,
.ud__menu-vertical-right.ud__menu-sub > .ud__menu-item,
.ud__menu-vertical.ud__menu-sub > .ud__menu-submenu,
.ud__menu-vertical-left.ud__menu-sub > .ud__menu-submenu,
.ud__menu-vertical-right.ud__menu-sub > .ud__menu-submenu {
  transform-origin: 0 0;
}
.ud__menu-vertical.ud__menu-sub {
  min-width: 140px;
}
.ud__menu-item-title-content-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ud__menu-item,
.ud__menu-submenu-title {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  transition: color 0.1s cubic-bezier(0, 0, 1, 1), border-color 0.1s cubic-bezier(0, 0, 1, 1), background 0.1s cubic-bezier(0, 0, 1, 1), padding 0.1s cubic-bezier(0, 0, 1, 1);
  margin: 1px 8px;
  border-radius: 4px;
}
.ud__menu-item .ud__menu-icon-wrap,
.ud__menu-submenu-title .ud__menu-icon-wrap {
  margin-right: 8px;
  font-size: 20px;
  transition: color 0.1s cubic-bezier(0, 0, 1, 1);
}
.ud__menu-item.ud__menu-item-only-child > svg,
.ud__menu-submenu-title.ud__menu-item-only-child > svg {
  margin-right: 0;
}
.ud__menu > .ud__menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: var(--line-divider-default);
}
.ud__menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  border-radius: 6px;
}
.ud__menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: " ";
}
.ud__menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}
.ud__menu-submenu > .ud__menu {
  background-color: var(--bg-float);
  border-radius: 6px;
}
.ud__menu-submenu > .ud__menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ud__menu-submenu-popup > .ud__menu {
  background-color: var(--bg-float);
}
.ud__menu-submenu-expand-icon,
.ud__menu-submenu-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 12px;
  line-height: 0;
  display: inline-block;
  transform: translateY(-50%);
  color: var(--icon-n3);
}
.ud__menu-submenu:hover > .ud__menu-submenu-title > .ud__menu-submenu-expand-icon {
  color: var(--primary-pri-500);
}
.ud__menu-vertical .ud__menu-submenu-selected,
.ud__menu-vertical-left .ud__menu-submenu-selected,
.ud__menu-vertical-right .ud__menu-submenu-selected {
  color: var(--primary-pri-500);
}
.ud__menu-vertical,
.ud__menu-vertical-left,
.ud__menu-vertical-right,
.ud__menu-inline {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
.ud__menu-vertical .ud__menu-item,
.ud__menu-vertical-left .ud__menu-item,
.ud__menu-vertical-right .ud__menu-item,
.ud__menu-inline .ud__menu-item {
  position: relative;
}
.ud__menu-vertical .ud__menu-item,
.ud__menu-vertical-left .ud__menu-item,
.ud__menu-vertical-right .ud__menu-item,
.ud__menu-inline .ud__menu-item,
.ud__menu-vertical .ud__menu-submenu-title,
.ud__menu-vertical-left .ud__menu-submenu-title,
.ud__menu-vertical-right .ud__menu-submenu-title,
.ud__menu-inline .ud__menu-submenu-title {
  height: 48px;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0 16px;
  position: relative;
  z-index: 0;
}
.ud__menu-vertical .ud__menu-item::after,
.ud__menu-vertical-left .ud__menu-item::after,
.ud__menu-vertical-right .ud__menu-item::after,
.ud__menu-inline .ud__menu-item::after,
.ud__menu-vertical .ud__menu-submenu-title::after,
.ud__menu-vertical-left .ud__menu-submenu-title::after,
.ud__menu-vertical-right .ud__menu-submenu-title::after,
.ud__menu-inline .ud__menu-submenu-title::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -1px;
  left: -8px;
  right: -8px;
  bottom: -1px;
  z-index: -1;
}
.ud__menu-vertical > .ud__menu-item,
.ud__menu-vertical-left > .ud__menu-item,
.ud__menu-vertical-right > .ud__menu-item,
.ud__menu-inline > .ud__menu-item,
.ud__menu-vertical > .ud__menu-submenu > .ud__menu-submenu-title,
.ud__menu-vertical-left > .ud__menu-submenu > .ud__menu-submenu-title,
.ud__menu-vertical-right > .ud__menu-submenu > .ud__menu-submenu-title,
.ud__menu-inline > .ud__menu-submenu > .ud__menu-submenu-title {
  height: 48px;
}
.ud__menu-vertical .ud__menu-submenu-title {
  padding-right: 36px;
}
.ud__menu-vertical .ud__menu-submenu-title[aria-expanded="true"] {
  background: var(--fill-hover);
}
.ud__menu-item-group-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.ud__menu-item-group-list .ud__menu-item,
.ud__menu-item-group-list .ud__menu-submenu-title {
  padding: 0 16px 0 20px;
}
.ud__menu-root.ud__menu-vertical,
.ud__menu-root.ud__menu-vertical-left,
.ud__menu-root.ud__menu-vertical-right,
.ud__menu-root.ud__menu-inline {
  box-shadow: none;
}
.ud__menu-item-disabled,
.ud__menu-submenu-disabled {
  color: var(--text-disabled) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ud__menu-item-disabled a,
.ud__menu-submenu-disabled a {
  color: var(--text-disabled) !important;
  pointer-events: none;
}
.ud__menu-item-disabled > .ud__menu-submenu-title,
.ud__menu-submenu-disabled > .ud__menu-submenu-title {
  color: var(--text-disabled) !important;
  cursor: not-allowed;
}
.ud__menu-item-disabled > .ud__menu-submenu-title > .ud__menu-submenu-arrow::before,
.ud__menu-submenu-disabled > .ud__menu-submenu-title > .ud__menu-submenu-arrow::before,
.ud__menu-item-disabled > .ud__menu-submenu-title > .ud__menu-submenu-arrow::after,
.ud__menu-submenu-disabled > .ud__menu-submenu-title > .ud__menu-submenu-arrow::after {
  background: var(--text-disabled) !important;
}
.ud__layout__header .ud__menu {
  line-height: inherit;
}
.ud__menu-horizontal > .ud__menu-item:hover,
.ud__menu-horizontal > .ud__menu-item-active,
.ud__menu-horizontal > .ud__menu-submenu .ud__menu-submenu-title:hover {
  background-color: transparent;
}
.ud__menu-horizontal.ud__menu-sub {
  min-width: 114px;
}
.ud__menu-horizontal {
  line-height: 56px;
  white-space: nowrap;
  border: 0;
}
.ud__menu-horizontal > .ud__menu-menu-sub .ud__menu-item {
  height: 40px;
}
.ud__menu-horizontal > .ud__menu-item,
.ud__menu-horizontal > .ud__menu-submenu {
  margin: 0;
  padding: 0 16px;
  font-size: 16px;
}
.ud__menu-horizontal > .ud__menu-item-selected,
.ud__menu-horizontal > .ud__menu-submenu-selected {
  color: var(--primary-pri-500);
  position: relative;
}
.ud__menu-horizontal > .ud__menu-item-selected .ud__menu-item__ink,
.ud__menu-horizontal > .ud__menu-submenu-selected .ud__menu-item__ink {
  position: absolute;
  height: 3px;
  bottom: 0;
  width: calc(100% - 2 * 16px);
  overflow: hidden;
}
.ud__menu-horizontal > .ud__menu-item-selected .ud__menu-item__ink::after,
.ud__menu-horizontal > .ud__menu-submenu-selected .ud__menu-item__ink::after {
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: var(--primary-pri-500);
}
.ud__menu-horizontal > .ud__menu-item:hover,
.ud__menu-horizontal > .ud__menu-submenu:hover,
.ud__menu-horizontal > .ud__menu-item-active,
.ud__menu-horizontal > .ud__menu-submenu-active,
.ud__menu-horizontal > .ud__menu-item-open,
.ud__menu-horizontal > .ud__menu-submenu-open {
  color: var(--primary-pri-500);
}
.ud__menu-horizontal > .ud__menu-item:hover .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-submenu:hover .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-item-active .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-submenu-active .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-item-open .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-submenu-open .ud__menu-icon-wrap {
  color: var(--primary-pri-500);
}
.ud__menu-horizontal > .ud__menu-item-disabled:hover .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-submenu-disabled:hover .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-item-disabled-active .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-submenu-disabled-active .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-item-disabled-open .ud__menu-icon-wrap,
.ud__menu-horizontal > .ud__menu-submenu-disabled-open .ud__menu-icon-wrap {
  color: var(--icon-disabled);
}
.ud__menu-horizontal > .ud__menu-item,
.ud__menu-horizontal > .ud__menu-submenu {
  position: relative;
  vertical-align: bottom;
  max-width: 320px;
}
.ud__menu-horizontal > .ud__menu-submenu > .ud__menu-submenu-title {
  margin: 0;
  padding: 0;
  position: static;
}
.ud__menu-horizontal > .ud__menu-item a {
  color: var(--text-title);
}
.ud__menu-horizontal > .ud__menu-item a:hover {
  color: var(--primary-pri-500);
}
.ud__menu-horizontal > .ud__menu-item a::before {
  bottom: -2px;
}
.ud__menu-horizontal > .ud__menu-item-selected a {
  color: var(--primary-pri-500);
}
.ud__menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: " ";
}
.ud__menu-horizontal .ud__menu-overflow-expandIcon {
  margin-left: 4px;
  font-size: 14px;
  transition: transform 0.4s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud__menu .ud__menu-overflow-item.ud__menu-submenu-open .ud__menu-overflow-expandIcon {
  transform: rotate(180deg);
}
.ud__menu-sub .ud__menu__submenu--root-horizontal .ud__menu-submenu-title,
.ud__menu-sub .ud__menu-item.ud__menu-item--root-horizontal {
  height: 40px;
}
.ud__menu__submenu--root-horizontal .ud__menu-item {
  height: 40px;
}
.ud__menu-normal {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 2px 0;
  text-align: left;
  list-style-type: none;
  background-color: var(--bg-float);
  background-clip: padding-box;
  border-radius: 6px;
  outline: none;
  box-shadow: var(--shadow-s4-down);
  border: 1px solid var(--line-border-card);
  overflow-y: auto;
  overflow-y: overlay;
}
.ud__menu-normal a:focus-visible,
.ud__menu-normal-item:focus-visible,
.ud__menu-normal-submenu-title:focus-visible {
  outline: none;
  --hack-merge-rules: true;
}
.ud__menu-normal a:focus,
.ud__menu-normal-item:focus,
.ud__menu-normal-submenu-title:focus {
  outline: none;
}
.ud__menu-normal-item-group-title {
  box-sizing: border-box;
  padding: 4px 11px;
  color: var(--text-placeholder);
}
.ud__menu-normal-icon-wrap {
  box-sizing: border-box;
  line-height: 0;
  display: inline-block;
  color: var(--icon-n2);
  font-size: 16px;
  margin-right: 8px;
}
.ud__menu-normal-icon-wrap-disabled {
  color: var(--icon-disabled);
}
.ud__menu-normal-submenu-popup {
  box-sizing: border-box;
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
  border-width: 0;
  padding: 0;
  overflow-y: visible;
  pointer-events: auto !important;
}
.ud__menu-normal-submenu-popup ul,
.ud__menu-normal-submenu-popup li {
  list-style: none;
}
.ud__menu-normal-submenu-popup-include-subMenu > .ud__menu-normal > .ud__menu-normal-item {
  padding-right: 28px;
}
.ud__menu-normal-item-title-content-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ud__menu-normal-item-active,
.ud__menu-normal-item:hover,
.ud__menu-normal-item:focus,
.ud__menu-normal-submenu-active > .ud__menu-normal-submenu-title,
.ud__menu-normal-submenu-title:hover,
.ud__menu-normal-submenu-title:focus {
  background-color: var(--fill-hover);
}
.ud__menu-normal-item,
.ud__menu-normal-submenu-title {
  display: flex;
  align-items: center;
  clear: both;
  cursor: pointer;
  box-sizing: border-box;
  margin: 1px 3px;
  padding: 4px 8px;
  border-radius: 4px;
  position: relative;
  z-index: 0;
}
.ud__menu-normal-item::after,
.ud__menu-normal-submenu-title::after {
  content: "";
  background-color: transparent;
  position: absolute;
  top: -1px;
  left: -3px;
  right: -3px;
  bottom: -1px;
  z-index: -1;
}
.ud__menu-normal-item[aria-expanded="true"],
.ud__menu-normal-submenu-title[aria-expanded="true"] {
  background: var(--fill-hover);
}
.ud__menu-normal-item a,
.ud__menu-normal-submenu-title a {
  display: block;
  margin: -4px -8px;
  padding: 4px 8px;
  color: var(--text-title);
  text-decoration: none;
}
.ud__menu-normal-item a:hover,
.ud__menu-normal-submenu-title a:hover {
  color: var(--text-title);
}
.ud__menu-normal-item-divider,
.ud__menu-normal-submenu-title-divider {
  box-sizing: border-box;
  height: 1px;
  margin: 3px 0;
  overflow: hidden;
  line-height: 0;
  box-shadow: inset 0 1px var(--line-divider-default);
}
.ud__menu-normal-item .ud__menu-normal-submenu-arrow,
.ud__menu-normal-submenu-title .ud__menu-normal-submenu-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 12px;
  line-height: 0;
  display: inline-block;
  transform: translateY(-50%);
  color: var(--icon-n3);
  right: 8px;
}
.ud__menu-normal-item,
.ud__menu-normal-submenu {
  box-sizing: border-box;
  color: var(--text-title);
}
.ud__menu-normal-item-selected,
.ud__menu-normal-submenu-selected,
.ud__menu-normal-item-selected > a,
.ud__menu-normal-submenu-selected > a {
  color: var(--primary-pri-500);
}
.ud__menu-normal-item-suffix-icon {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 12px;
  line-height: 0;
  display: inline-block;
  transform: translateY(-50%);
  color: var(--icon-n3);
  right: 8px;
}
.ud__menu-normal-submenu-selected .ud__menu-normal-icon-wrap,
.ud__menu-normal-item-selected > .ud__menu-normal-item-suffix-icon,
.ud__menu-normal-item-selected .ud__menu-normal-icon-wrap {
  color: var(--primary-pri-500);
}
.ud__menu-normal-item-group-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ud__menu-normal-item-selected,
.ud__menu-normal-submenu-title {
  padding-right: 28px;
}
.ud__menu-normal-submenu-vertical {
  position: relative;
}
.ud__menu-normal-submenu-vertical > .ud__menu-normal {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}
.ud__menu-normal-submenu.ud__menu-normal-submenu-disabled .ud__menu-normal-submenu-title,
.ud__menu-normal-submenu.ud__menu-normal-submenu-disabled .ud__menu-normal-submenu-title .ud__menu-normal-submenu-arrow-icon {
  box-sizing: border-box;
  color: var(--text-disabled);
  background-color: var(--bg-float);
  cursor: not-allowed;
}
.ud__menu-normal-submenu-disabled,
.ud__menu-normal-item-disabled {
  color: var(--text-disabled);
  cursor: not-allowed;
}
.ud__menu-normal-submenu-selected .ud__menu-normal-submenu-title {
  background: var(--fill-hover);
}
.ud__menu-submenu-inline .ud__menu-submenu-arrow-icon {
  box-sizing: border-box;
  transform: rotate(90deg);
  transition: transform 0.4s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud__menu-submenu-inline.ud__menu-submenu-open > .ud__menu-submenu-title .ud__menu-submenu-arrow-icon {
  transform: rotate(270deg);
}
.ud__menu-inline-collapsed-noicon {
  width: 20px;
  font-size: 16px;
  text-align: center;
}
.ud__menu-sub.ud__menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ud__menu-sub.ud__menu-inline > .ud__menu-item,
.ud__menu-sub.ud__menu-inline > .ud__menu-submenu > .ud__menu-submenu-title {
  height: 48px;
  line-height: 48px;
  list-style-position: inside;
  list-style-type: disc;
}
.ud__menu-sub.ud__menu-inline .ud__menu-item-group-title {
  padding-left: 52px;
}
.ud__menu-inline {
  width: 100%;
}
.ud__menu-inline .ud__menu-selected::after,
.ud__menu-inline .ud__menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ud__menu-inline .ud__menu-submenu-title {
  padding-right: 36px;
}
.ud__menu-inline-collapsed {
  width: 64px;
}
.ud__menu-inline-collapsed > .ud__menu-item,
.ud__menu-inline-collapsed > .ud__menu-item-group > .ud__menu-item-group-list > .ud__menu-item,
.ud__menu-inline-collapsed > .ud__menu-item-group > .ud__menu-item-group-list > .ud__menu-submenu > .ud__menu-submenu-title,
.ud__menu-inline-collapsed > .ud__menu-submenu > .ud__menu-submenu-title {
  left: 0;
  padding: 0 14px;
  text-overflow: clip;
}
.ud__menu-inline-collapsed > .ud__menu-item .ud__menu-submenu-arrow,
.ud__menu-inline-collapsed > .ud__menu-item-group > .ud__menu-item-group-list > .ud__menu-item .ud__menu-submenu-arrow,
.ud__menu-inline-collapsed > .ud__menu-item-group > .ud__menu-item-group-list > .ud__menu-submenu > .ud__menu-submenu-title .ud__menu-submenu-arrow,
.ud__menu-inline-collapsed > .ud__menu-submenu > .ud__menu-submenu-title .ud__menu-submenu-arrow {
  display: none;
}
.ud__menu-inline-collapsed > .ud__menu-item svg,
.ud__menu-inline-collapsed > .ud__menu-item-group > .ud__menu-item-group-list > .ud__menu-item svg,
.ud__menu-inline-collapsed > .ud__menu-item-group > .ud__menu-item-group-list > .ud__menu-submenu > .ud__menu-submenu-title svg,
.ud__menu-inline-collapsed > .ud__menu-submenu > .ud__menu-submenu-title svg {
  margin: 0;
  font-size: 20px;
  line-height: 48px;
}
.ud__menu-inline-collapsed svg {
  display: inline-block;
}
.ud__menu-inline-collapsed .ud__menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ud__menu-inline-collapsed .ud__menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ud__menu-horizontal,
.ud__menu-normal-horizontal {
  display: flex;
  flex-wrap: nowrap;
}
.ud__menu-submenu-hidden,
.ud__menu-normal-submenu-hidden {
  display: none;
}
.ud__menu-overflow-item,
.ud__menu-normal-overflow-item {
  flex: none;
}
.ud__menu-hidden,
.ud__menu-normal-hidden {
  display: none;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__tooltip {
  box-sizing: border-box;
  position: absolute;
  left: -9999px;
  top: -9999px;
  transform: translateZ(0);
  z-index: 1070;
  max-width: 320px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ud__tooltip-no-entry {
  pointer-events: none;
}
.ud__tooltip-hidden {
  display: none;
}
.ud__tooltip__arrow {
  position: absolute;
  box-sizing: border-box;
}
.ud__tooltip__arrow__content {
  position: absolute;
  display: block;
  box-sizing: border-box;
  content: "";
  border: 1px solid var(--line-border-card);
  background: var(--bg-float);
  transform: rotate(45deg);
  transform-origin: center;
}
.ud__tooltip__arrow-top {
  top: 0;
  left: 0;
  transform: translate(-50%, calc(1px - 100%));
}
.ud__tooltip__arrow-top > .ud__tooltip__arrow__content {
  left: 14.64466094%;
  top: 29.28932188%;
}
.ud__tooltip__arrow-bottom {
  bottom: 0;
  left: 0;
  transform: translate(-50%, calc(-1px + 100%));
}
.ud__tooltip__arrow-bottom > .ud__tooltip__arrow__content {
  left: 14.64466094%;
  top: -70.71067812%;
}
.ud__tooltip__arrow-left {
  top: 0;
  left: 0;
  transform: translate(calc(1px - 100%), -50%);
}
.ud__tooltip__arrow-left > .ud__tooltip__arrow__content {
  left: 29.28932188%;
  top: 14.64466094%;
}
.ud__tooltip__arrow-right {
  top: 0;
  right: 0;
  transform: translate(calc(-1px + 100%), -50%);
}
.ud__tooltip__arrow-right > .ud__tooltip__arrow__content {
  left: -70.71067812%;
  top: 14.64466094%;
}
.ud__tooltip__arrow-top {
  transform: translate(-50%, -100%);
}
.ud__tooltip__arrow-bottom {
  transform: translate(-50%, 100%);
}
.ud__tooltip__arrow-left {
  transform: translate(-100%, -50%);
}
.ud__tooltip__arrow-right {
  transform: translate(100%, -50%);
}
.ud__tooltip__arrow__streamline__content {
  fill: var(--bg-tips);
}
.ud__tooltip-content {
  box-sizing: border-box;
  min-width: 30px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 20px;
  color: var(--static-white);
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: var(--bg-tips);
  border-radius: 8px;
  box-shadow: var(--shadow-s4-down);
  position: relative;
}
.ud__tooltip__invalid-children-wrapper {
  box-sizing: border-box;
  display: inline-block;
}
.ud-noop-enter,
.ud-noop-appear {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-noop-leave {
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-noop-enter.ud-noop-enter-active,
.ud-noop-appear.ud-noop-appear-active {
  -webkit-animation-name: udTooltipZoomIn;
          animation-name: udTooltipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-noop-leave.ud-noop-leave-active {
  -webkit-animation-name: udTooltipZoomOut;
          animation-name: udTooltipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-noop-enter,
.ud-noop-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-noop-leave {
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-tooltip-zoom-enter,
.ud-tooltip-zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-tooltip-zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ud-tooltip-zoom-enter.ud-tooltip-zoom-enter-active,
.ud-tooltip-zoom-appear.ud-tooltip-zoom-appear-active {
  -webkit-animation-name: udTooltipZoomIn;
          animation-name: udTooltipZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ud-tooltip-zoom-leave.ud-tooltip-zoom-leave-active {
  -webkit-animation-name: udTooltipZoomOut;
          animation-name: udTooltipZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.ud-tooltip-zoom-enter,
.ud-tooltip-zoom-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-tooltip-zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
          animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud-tooltip-zoom[class*="-top"] {
  transform-origin: bottom;
}
.ud-tooltip-zoom[class*="-left"] {
  transform-origin: right;
}
.ud-tooltip-zoom[class*="-right"] {
  transform-origin: left;
}
.ud-tooltip-zoom[class*="-bottom"] {
  transform-origin: top;
}
.ud-tooltip-zoom[class*="-topLeft"],
.ud-tooltip-zoom[class*="-rightBottom"] {
  transform-origin: 0 100%;
}
.ud-tooltip-zoom[class*="-topRight"],
.ud-tooltip-zoom[class*="-leftBottom"] {
  transform-origin: 100% 100%;
}
.ud-tooltip-zoom[class*="-leftTop"],
.ud-tooltip-zoom[class*="-bottomRight"] {
  transform-origin: 100% 0;
}
.ud-tooltip-zoom[class*="-rightTop"],
.ud-tooltip-zoom[class*="-bottomLeft"] {
  transform-origin: 0 0;
}
@-webkit-keyframes udTooltipZoomIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes udTooltipZoomIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes udTooltipZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
@keyframes udTooltipZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__layout {
  box-sizing: border-box;
  display: flex;
  flex: auto;
  flex-direction: column;
  min-height: 0;
  background: var(--bg-base);
}
.ud__layout--has-sider {
  flex-direction: row;
}
.ud__layout--has-sider > .ud__layout,
.ud__layout--has-sider > .ud__layout-content {
  overflow-x: hidden;
}
.ud__layout__header,
.ud__layout__footer {
  flex: 0 0 auto;
}
.ud__layout__header {
  box-sizing: border-box;
  height: 64px;
  padding: 0 24px;
  color: var(--text-title);
  line-height: 64px;
  background: var(--bg-float);
}
.ud__layout__footer {
  box-sizing: border-box;
  padding: 24px;
  color: var(--text-title);
  font-size: 14px;
  background: var(--bg-base);
}
.ud__layout__content {
  box-sizing: border-box;
  flex: auto;
  min-height: 0;
}
.ud__layout__sider {
  box-sizing: border-box;
  position: relative;
  min-width: 0;
  background: var(--bg-float);
  transition: all 0.2s;
}
.ud__layout__sider__children {
  box-sizing: border-box;
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ud__layout__sider-has-trigger {
  padding-bottom: 48px;
}
.ud__layout__sider-right {
  order: 1;
}
.ud__layout__sider-trigger {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: var(--text-title);
  line-height: 48px;
  text-align: center;
  background: var(--bg-float);
  border-top: 1px solid var(--line-border-component);
  cursor: pointer;
  transition: all 0.2s;
}
.ud__layout__sider--zero-width > * {
  overflow: hidden;
}
.ud__layout__sider--zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: var(--text-title);
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: var(--bg-float);
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ud__layout__sider--zero-width-trigger:hover {
  background: var(--bg-float);
}
.ud__layout__sider--zero-width-trigger-right {
  left: -36px;
  border-radius: 6px 0 0 6px;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__dropdown {
  box-sizing: border-box;
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1050;
  max-width: 420px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ud__dropdown-no-entry {
  pointer-events: none;
}
.ud__dropdown-hidden {
  display: none;
}
.ud__dropdown__arrow {
  position: absolute;
  box-sizing: border-box;
}
.ud__dropdown__arrow__content {
  position: absolute;
  display: block;
  box-sizing: border-box;
  content: "";
  border: 1px solid var(--line-border-card);
  background: var(--bg-float);
  transform: rotate(45deg);
  transform-origin: center;
}
.ud__dropdown__arrow-top {
  top: 0;
  left: 0;
  transform: translate(-50%, calc(1px - 100%));
}
.ud__dropdown__arrow-top > .ud__dropdown__arrow__content {
  left: 14.64466094%;
  top: 29.28932188%;
}
.ud__dropdown__arrow-bottom {
  bottom: 0;
  left: 0;
  transform: translate(-50%, calc(-1px + 100%));
}
.ud__dropdown__arrow-bottom > .ud__dropdown__arrow__content {
  left: 14.64466094%;
  top: -70.71067812%;
}
.ud__dropdown__arrow-left {
  top: 0;
  left: 0;
  transform: translate(calc(1px - 100%), -50%);
}
.ud__dropdown__arrow-left > .ud__dropdown__arrow__content {
  left: 29.28932188%;
  top: 14.64466094%;
}
.ud__dropdown__arrow-right {
  top: 0;
  right: 0;
  transform: translate(calc(-1px + 100%), -50%);
}
.ud__dropdown__arrow-right > .ud__dropdown__arrow__content {
  left: -70.71067812%;
  top: 14.64466094%;
}
.ud__dropdown.ud-slide-up-enter.ud-slide-up-enter-active.ud__dropdown-placement-topLeft,
.ud__dropdown.ud-slide-up-appear.ud-slide-up-appear-active.ud__dropdown-placement-topLeft,
.ud__dropdown.ud-slide-up-enter.ud-slide-up-enter-active.ud__dropdown-placement-topCenter,
.ud__dropdown.ud-slide-up-appear.ud-slide-up-appear-active.ud__dropdown-placement-topCenter,
.ud__dropdown.ud-slide-up-enter.ud-slide-up-enter-active.ud__dropdown-placement-topRight,
.ud__dropdown.ud-slide-up-appear.ud-slide-up-appear-active.ud__dropdown-placement-topRight,
.ud__dropdown.ud-slide-up-enter.ud-slide-up-enter-active.ud__dropdown-placement-top,
.ud__dropdown.ud-slide-up-appear.ud-slide-up-appear-active.ud__dropdown-placement-top,
.ud__dropdown.ud-slide-up-enter.ud-slide-up-enter-active.ud__dropdown-placement-leftBottom,
.ud__dropdown.ud-slide-up-appear.ud-slide-up-appear-active.ud__dropdown-placement-leftBottom,
.ud__dropdown.ud-slide-up-enter.ud-slide-up-enter-active.ud__dropdown-placement-rightBottom,
.ud__dropdown.ud-slide-up-appear.ud-slide-up-appear-active.ud__dropdown-placement-rightBottom {
  -webkit-animation-name: udSlideDownIn;
          animation-name: udSlideDownIn;
}
.ud__dropdown.ud-slide-up-leave.ud-slide-up-leave-active.ud__dropdown-placement-topLeft,
.ud__dropdown.ud-slide-up-leave.ud-slide-up-leave-active.ud__dropdown-placement-topCenter,
.ud__dropdown.ud-slide-up-leave.ud-slide-up-leave-active.ud__dropdown-placement-topRight,
.ud__dropdown.ud-slide-up-leave.ud-slide-up-leave-active.ud__dropdown-placement-top,
.ud__dropdown.ud-slide-up-leave.ud-slide-up-leave-active.ud__dropdown-placement-leftBottom,
.ud__dropdown.ud-slide-up-leave.ud-slide-up-leave-active.ud__dropdown-placement-rightBottom {
  -webkit-animation-name: udSlideDownOut;
          animation-name: udSlideDownOut;
}
.ud__dropdown-button {
  box-sizing: border-box;
  white-space: nowrap;
  display: inline-flex;
}
.ud__dropdown-button .ud__button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.ud__dropdown-button .ud__button:last-child:not(:first-child) {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.atsx-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.atsx-dropdown-wrap {
  position: relative;
}
.atsx-dropdown-wrap .atsx-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
}
:root .atsx-dropdown-wrap .atsx-btn > .anticon-down {
  font-size: 12px;
}
.atsx-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.atsx-dropdown-wrap-open .anticon-down::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.atsx-dropdown-hidden,
.atsx-dropdown-menu-hidden {
  display: none;
}
.atsx-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
  -webkit-transform: translate3d(0, 0, 0);
}
.atsx-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.atsx-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.atsx-dropdown-menu-submenu-popup > .atsx-dropdown-menu {
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.atsx-dropdown-menu-item,
.atsx-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: #646a73;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}
.atsx-dropdown-menu-item > .anticon:first-child,
.atsx-dropdown-menu-submenu-title > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
}
.atsx-dropdown-menu-item > a,
.atsx-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: #646a73;
  transition: all 0.3s;
}
.atsx-dropdown-menu-item-selected,
.atsx-dropdown-menu-submenu-title-selected,
.atsx-dropdown-menu-item-selected > a,
.atsx-dropdown-menu-submenu-title-selected > a {
  color: #325ab4;
  background-color: #F5F6F7;
}
.atsx-dropdown-menu-item:hover,
.atsx-dropdown-menu-submenu-title:hover {
  background-color: rgba(245, 246, 247, 0.5);
}
.atsx-dropdown-menu-item-disabled,
.atsx-dropdown-menu-submenu-title-disabled {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
.atsx-dropdown-menu-item-disabled:hover,
.atsx-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(50, 90, 180, 0.3);
  background-color: #fff;
  cursor: not-allowed;
}
.atsx-dropdown-menu-item-divider,
.atsx-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.atsx-dropdown-menu-item .atsx-dropdown-menu-submenu-arrow,
.atsx-dropdown-menu-submenu-title .atsx-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.atsx-dropdown-menu-item .atsx-dropdown-menu-submenu-arrow-icon,
.atsx-dropdown-menu-submenu-title .atsx-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
}
:root .atsx-dropdown-menu-item .atsx-dropdown-menu-submenu-arrow-icon,
:root .atsx-dropdown-menu-submenu-title .atsx-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.atsx-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.atsx-dropdown-menu-submenu-vertical {
  position: relative;
}
.atsx-dropdown-menu-submenu-vertical > .atsx-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.atsx-dropdown-menu-submenu.atsx-dropdown-menu-submenu-disabled .atsx-dropdown-menu-submenu-title,
.atsx-dropdown-menu-submenu.atsx-dropdown-menu-submenu-disabled .atsx-dropdown-menu-submenu-title .atsx-dropdown-menu-submenu-arrow-icon {
  color: rgba(50, 90, 180, 0.3);
  background-color: #fff;
  cursor: not-allowed;
}
.atsx-dropdown.slide-down-enter.slide-down-enter-active.atsx-dropdown-placement-bottomLeft,
.atsx-dropdown.slide-down-appear.slide-down-appear-active.atsx-dropdown-placement-bottomLeft,
.atsx-dropdown.slide-down-enter.slide-down-enter-active.atsx-dropdown-placement-bottomCenter,
.atsx-dropdown.slide-down-appear.slide-down-appear-active.atsx-dropdown-placement-bottomCenter,
.atsx-dropdown.slide-down-enter.slide-down-enter-active.atsx-dropdown-placement-bottomRight,
.atsx-dropdown.slide-down-appear.slide-down-appear-active.atsx-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.atsx-dropdown.slide-up-enter.slide-up-enter-active.atsx-dropdown-placement-topLeft,
.atsx-dropdown.slide-up-appear.slide-up-appear-active.atsx-dropdown-placement-topLeft,
.atsx-dropdown.slide-up-enter.slide-up-enter-active.atsx-dropdown-placement-topCenter,
.atsx-dropdown.slide-up-appear.slide-up-appear-active.atsx-dropdown-placement-topCenter,
.atsx-dropdown.slide-up-enter.slide-up-enter-active.atsx-dropdown-placement-topRight,
.atsx-dropdown.slide-up-appear.slide-up-appear-active.atsx-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.atsx-dropdown.slide-down-leave.slide-down-leave-active.atsx-dropdown-placement-bottomLeft,
.atsx-dropdown.slide-down-leave.slide-down-leave-active.atsx-dropdown-placement-bottomCenter,
.atsx-dropdown.slide-down-leave.slide-down-leave-active.atsx-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.atsx-dropdown.slide-up-leave.slide-up-leave-active.atsx-dropdown-placement-topLeft,
.atsx-dropdown.slide-up-leave.slide-up-leave-active.atsx-dropdown-placement-topCenter,
.atsx-dropdown.slide-up-leave.slide-up-leave-active.atsx-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.atsx-dropdown-trigger > .anticon.anticon-down,
.atsx-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
}
:root .atsx-dropdown-trigger > .anticon.anticon-down,
:root .atsx-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.atsx-dropdown-button {
  white-space: nowrap;
}
.atsx-dropdown-button.atsx-btn-group > .atsx-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.atsx-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
}
:root .atsx-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.atsx-dropdown-menu-dark,
.atsx-dropdown-menu-dark .atsx-dropdown-menu {
  background: #fff;
}
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-submenu-title,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item .atsx-dropdown-menu-submenu-arrow::after,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-submenu-title .atsx-dropdown-menu-submenu-arrow::after,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item > a .atsx-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item:hover,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-submenu-title:hover,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item-selected,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item-selected:hover,
.atsx-dropdown-menu-dark .atsx-dropdown-menu-item-selected > a {
  color: #fff;
  background: #325ab4;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #646a73;
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
  transition: background 0.3s, width 0.2s;
  zoom: 1;
}
.atsx-menu::before,
.atsx-menu::after {
  display: table;
  content: '';
}
.atsx-menu::after {
  clear: both;
}
.atsx-menu ul,
.atsx-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.atsx-menu-hidden {
  display: none;
}
.atsx-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s;
}
.atsx-menu-submenu,
.atsx-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu-item:active,
.atsx-menu-submenu-title:active {
  background: #F5F6F7;
}
.atsx-menu-submenu .atsx-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu-item > a {
  display: block;
  color: #646a73;
}
.atsx-menu-item > a:hover {
  color: #325ab4;
}
.atsx-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.atsx-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.atsx-menu-item:hover,
.atsx-menu-item-active,
.atsx-menu:not(.atsx-menu-inline) .atsx-menu-submenu-open,
.atsx-menu-submenu-active,
.atsx-menu-submenu-title:hover {
  color: #325ab4;
}
.atsx-menu-horizontal .atsx-menu-item,
.atsx-menu-horizontal .atsx-menu-submenu {
  margin-top: -1px;
}
.atsx-menu-horizontal > .atsx-menu-item:hover,
.atsx-menu-horizontal > .atsx-menu-item-active,
.atsx-menu-horizontal > .atsx-menu-submenu .atsx-menu-submenu-title:hover {
  background-color: transparent;
}
.atsx-menu-item-selected {
  color: #325ab4;
}
.atsx-menu-item-selected > a,
.atsx-menu-item-selected > a:hover {
  color: #325ab4;
}
.atsx-menu:not(.atsx-menu-horizontal) .atsx-menu-item-selected {
  background-color: #F5F6F7;
}
.atsx-menu-inline,
.atsx-menu-vertical,
.atsx-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.atsx-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.atsx-menu-vertical.atsx-menu-sub,
.atsx-menu-vertical-left.atsx-menu-sub,
.atsx-menu-vertical-right.atsx-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.atsx-menu-vertical.atsx-menu-sub .atsx-menu-item,
.atsx-menu-vertical-left.atsx-menu-sub .atsx-menu-item,
.atsx-menu-vertical-right.atsx-menu-sub .atsx-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.atsx-menu-vertical.atsx-menu-sub .atsx-menu-item::after,
.atsx-menu-vertical-left.atsx-menu-sub .atsx-menu-item::after,
.atsx-menu-vertical-right.atsx-menu-sub .atsx-menu-item::after {
  border-right: 0;
}
.atsx-menu-vertical.atsx-menu-sub > .atsx-menu-item,
.atsx-menu-vertical-left.atsx-menu-sub > .atsx-menu-item,
.atsx-menu-vertical-right.atsx-menu-sub > .atsx-menu-item,
.atsx-menu-vertical.atsx-menu-sub > .atsx-menu-submenu,
.atsx-menu-vertical-left.atsx-menu-sub > .atsx-menu-submenu,
.atsx-menu-vertical-right.atsx-menu-sub > .atsx-menu-submenu {
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.atsx-menu-horizontal.atsx-menu-sub {
  min-width: 114px;
}
.atsx-menu-item,
.atsx-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu-item .anticon,
.atsx-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu-item .anticon + span,
.atsx-menu-submenu-title .anticon + span {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu > .atsx-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.atsx-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: #fff;
  border-radius: 4px;
}
.atsx-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.atsx-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.atsx-menu-submenu > .atsx-menu {
  background-color: #fff;
  border-radius: 4px;
}
.atsx-menu-submenu > .atsx-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu-submenu-vertical > .atsx-menu-submenu-title .atsx-menu-submenu-arrow,
.atsx-menu-submenu-vertical-left > .atsx-menu-submenu-title .atsx-menu-submenu-arrow,
.atsx-menu-submenu-vertical-right > .atsx-menu-submenu-title .atsx-menu-submenu-arrow,
.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu-submenu-vertical > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-vertical-left > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-vertical-right > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-vertical > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-vertical-left > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-vertical-right > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: #646a73 \9;
  background-image: linear-gradient(to right, #646a73, #646a73);
  background-image: none \9;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.atsx-menu-submenu-vertical > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-vertical-left > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-vertical-right > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before {
  -ms-transform: rotate(45deg) translateY(-2px);
      transform: rotate(45deg) translateY(-2px);
}
.atsx-menu-submenu-vertical > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-vertical-left > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-vertical-right > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after {
  -ms-transform: rotate(-45deg) translateY(2px);
      transform: rotate(-45deg) translateY(2px);
}
.atsx-menu-submenu-vertical > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-vertical-left > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-vertical-right > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-inline > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-vertical > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-vertical-left > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-vertical-right > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-inline > .atsx-menu-submenu-title:hover .atsx-menu-submenu-arrow::before {
  background: linear-gradient(to right, #325ab4, #325ab4);
}
.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before {
  -ms-transform: rotate(-45deg) translateX(2px);
      transform: rotate(-45deg) translateX(2px);
}
.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after {
  -ms-transform: rotate(45deg) translateX(-2px);
      transform: rotate(45deg) translateX(-2px);
}
.atsx-menu-submenu-open.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow {
  -ms-transform: translateY(-2px);
      transform: translateY(-2px);
}
.atsx-menu-submenu-open.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after {
  -ms-transform: rotate(-45deg) translateX(-2px);
      transform: rotate(-45deg) translateX(-2px);
}
.atsx-menu-submenu-open.atsx-menu-submenu-inline > .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before {
  -ms-transform: rotate(45deg) translateX(2px);
      transform: rotate(45deg) translateX(2px);
}
.atsx-menu-vertical .atsx-menu-submenu-selected,
.atsx-menu-vertical-left .atsx-menu-submenu-selected,
.atsx-menu-vertical-right .atsx-menu-submenu-selected {
  color: #325ab4;
}
.atsx-menu-vertical .atsx-menu-submenu-selected > a,
.atsx-menu-vertical-left .atsx-menu-submenu-selected > a,
.atsx-menu-vertical-right .atsx-menu-submenu-selected > a {
  color: #325ab4;
}
.atsx-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
}
.atsx-menu-horizontal > .atsx-menu-item,
.atsx-menu-horizontal > .atsx-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.atsx-menu-horizontal > .atsx-menu-item:hover,
.atsx-menu-horizontal > .atsx-menu-submenu:hover,
.atsx-menu-horizontal > .atsx-menu-item-active,
.atsx-menu-horizontal > .atsx-menu-submenu-active,
.atsx-menu-horizontal > .atsx-menu-item-open,
.atsx-menu-horizontal > .atsx-menu-submenu-open,
.atsx-menu-horizontal > .atsx-menu-item-selected,
.atsx-menu-horizontal > .atsx-menu-submenu-selected {
  color: #325ab4;
  border-bottom: 2px solid #325ab4;
}
.atsx-menu-horizontal > .atsx-menu-item > a {
  display: block;
  color: #646a73;
}
.atsx-menu-horizontal > .atsx-menu-item > a:hover {
  color: #325ab4;
}
.atsx-menu-horizontal > .atsx-menu-item > a::before {
  bottom: -2px;
}
.atsx-menu-horizontal > .atsx-menu-item-selected > a {
  color: #325ab4;
}
.atsx-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.atsx-menu-vertical .atsx-menu-item,
.atsx-menu-vertical-left .atsx-menu-item,
.atsx-menu-vertical-right .atsx-menu-item,
.atsx-menu-inline .atsx-menu-item {
  position: relative;
}
.atsx-menu-vertical .atsx-menu-item::after,
.atsx-menu-vertical-left .atsx-menu-item::after,
.atsx-menu-vertical-right .atsx-menu-item::after,
.atsx-menu-inline .atsx-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #325ab4;
  -ms-transform: scaleY(0.0001);
      transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.atsx-menu-vertical .atsx-menu-item,
.atsx-menu-vertical-left .atsx-menu-item,
.atsx-menu-vertical-right .atsx-menu-item,
.atsx-menu-inline .atsx-menu-item,
.atsx-menu-vertical .atsx-menu-submenu-title,
.atsx-menu-vertical-left .atsx-menu-submenu-title,
.atsx-menu-vertical-right .atsx-menu-submenu-title,
.atsx-menu-inline .atsx-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.atsx-menu-vertical .atsx-menu-submenu,
.atsx-menu-vertical-left .atsx-menu-submenu,
.atsx-menu-vertical-right .atsx-menu-submenu,
.atsx-menu-inline .atsx-menu-submenu {
  padding-bottom: 0.01px;
}
.atsx-menu-vertical .atsx-menu-item:not(:last-child),
.atsx-menu-vertical-left .atsx-menu-item:not(:last-child),
.atsx-menu-vertical-right .atsx-menu-item:not(:last-child),
.atsx-menu-inline .atsx-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.atsx-menu-vertical > .atsx-menu-item,
.atsx-menu-vertical-left > .atsx-menu-item,
.atsx-menu-vertical-right > .atsx-menu-item,
.atsx-menu-inline > .atsx-menu-item,
.atsx-menu-vertical > .atsx-menu-submenu > .atsx-menu-submenu-title,
.atsx-menu-vertical-left > .atsx-menu-submenu > .atsx-menu-submenu-title,
.atsx-menu-vertical-right > .atsx-menu-submenu > .atsx-menu-submenu-title,
.atsx-menu-inline > .atsx-menu-submenu > .atsx-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.atsx-menu-inline {
  width: 100%;
}
.atsx-menu-inline .atsx-menu-selected::after,
.atsx-menu-inline .atsx-menu-item-selected::after {
  -ms-transform: scaleY(1);
      transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-menu-inline .atsx-menu-item,
.atsx-menu-inline .atsx-menu-submenu-title {
  width: 100%;
}
.atsx-menu-inline .atsx-menu-submenu-title {
  padding-right: 34px;
}
.atsx-menu-inline-collapsed {
  width: 80px;
}
.atsx-menu-inline-collapsed > .atsx-menu-item,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-item,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-submenu > .atsx-menu-submenu-title,
.atsx-menu-inline-collapsed > .atsx-menu-submenu > .atsx-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip;
}
.atsx-menu-inline-collapsed > .atsx-menu-item .atsx-menu-submenu-arrow,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-item .atsx-menu-submenu-arrow,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-submenu > .atsx-menu-submenu-title .atsx-menu-submenu-arrow,
.atsx-menu-inline-collapsed > .atsx-menu-submenu > .atsx-menu-submenu-title .atsx-menu-submenu-arrow {
  display: none;
}
.atsx-menu-inline-collapsed > .atsx-menu-item .anticon,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-item .anticon,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-submenu > .atsx-menu-submenu-title .anticon,
.atsx-menu-inline-collapsed > .atsx-menu-submenu > .atsx-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.atsx-menu-inline-collapsed > .atsx-menu-item .anticon + span,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-item .anticon + span,
.atsx-menu-inline-collapsed > .atsx-menu-item-group > .atsx-menu-item-group-list > .atsx-menu-submenu > .atsx-menu-submenu-title .anticon + span,
.atsx-menu-inline-collapsed > .atsx-menu-submenu > .atsx-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.atsx-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.atsx-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.atsx-menu-inline-collapsed-tooltip a {
  color: #1f2329;
}
.atsx-menu-inline-collapsed .atsx-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.atsx-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.atsx-menu-item-group-list .atsx-menu-item,
.atsx-menu-item-group-list .atsx-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.atsx-menu-root.atsx-menu-vertical,
.atsx-menu-root.atsx-menu-vertical-left,
.atsx-menu-root.atsx-menu-vertical-right,
.atsx-menu-root.atsx-menu-inline {
  box-shadow: none;
}
.atsx-menu-sub.atsx-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.atsx-menu-sub.atsx-menu-inline > .atsx-menu-item,
.atsx-menu-sub.atsx-menu-inline > .atsx-menu-submenu > .atsx-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.atsx-menu-sub.atsx-menu-inline .atsx-menu-item-group-title {
  padding-left: 32px;
}
.atsx-menu-item-disabled,
.atsx-menu-submenu-disabled {
  color: rgba(50, 90, 180, 0.3) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.atsx-menu-item-disabled > a,
.atsx-menu-submenu-disabled > a {
  color: rgba(50, 90, 180, 0.3) !important;
  pointer-events: none;
}
.atsx-menu-item-disabled > .atsx-menu-submenu-title,
.atsx-menu-submenu-disabled > .atsx-menu-submenu-title {
  color: rgba(50, 90, 180, 0.3) !important;
  cursor: not-allowed;
}
.atsx-menu-item-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-submenu-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-item-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-submenu-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after {
  background: rgba(50, 90, 180, 0.3) !important;
}
.atsx-menu-dark,
.atsx-menu-dark .atsx-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #fff;
}
.atsx-menu-dark .atsx-menu-submenu-title .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-sub .atsx-menu-submenu-title .atsx-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}
.atsx-menu-dark .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-sub .atsx-menu-submenu-title .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-sub .atsx-menu-submenu-title .atsx-menu-submenu-arrow::before {
  background: #fff;
}
.atsx-menu-dark.atsx-menu-submenu-popup {
  background: transparent;
}
.atsx-menu-dark .atsx-menu-inline.atsx-menu-sub {
  background: #000c17;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.atsx-menu-dark.atsx-menu-horizontal {
  border-bottom: 0;
}
.atsx-menu-dark.atsx-menu-horizontal > .atsx-menu-item,
.atsx-menu-dark.atsx-menu-horizontal > .atsx-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #fff;
  border-bottom: 0;
}
.atsx-menu-dark.atsx-menu-horizontal > .atsx-menu-item > a::before {
  bottom: 0;
}
.atsx-menu-dark .atsx-menu-item,
.atsx-menu-dark .atsx-menu-item-group-title,
.atsx-menu-dark .atsx-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.atsx-menu-dark.atsx-menu-inline,
.atsx-menu-dark.atsx-menu-vertical,
.atsx-menu-dark.atsx-menu-vertical-left,
.atsx-menu-dark.atsx-menu-vertical-right {
  border-right: 0;
}
.atsx-menu-dark.atsx-menu-inline .atsx-menu-item,
.atsx-menu-dark.atsx-menu-vertical .atsx-menu-item,
.atsx-menu-dark.atsx-menu-vertical-left .atsx-menu-item,
.atsx-menu-dark.atsx-menu-vertical-right .atsx-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.atsx-menu-dark.atsx-menu-inline .atsx-menu-item::after,
.atsx-menu-dark.atsx-menu-vertical .atsx-menu-item::after,
.atsx-menu-dark.atsx-menu-vertical-left .atsx-menu-item::after,
.atsx-menu-dark.atsx-menu-vertical-right .atsx-menu-item::after {
  border-right: 0;
}
.atsx-menu-dark.atsx-menu-inline .atsx-menu-item,
.atsx-menu-dark.atsx-menu-inline .atsx-menu-submenu-title {
  width: 100%;
}
.atsx-menu-dark .atsx-menu-item:hover,
.atsx-menu-dark .atsx-menu-item-active,
.atsx-menu-dark .atsx-menu-submenu-active,
.atsx-menu-dark .atsx-menu-submenu-open,
.atsx-menu-dark .atsx-menu-submenu-selected,
.atsx-menu-dark .atsx-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.atsx-menu-dark .atsx-menu-item:hover > a,
.atsx-menu-dark .atsx-menu-item-active > a,
.atsx-menu-dark .atsx-menu-submenu-active > a,
.atsx-menu-dark .atsx-menu-submenu-open > a,
.atsx-menu-dark .atsx-menu-submenu-selected > a,
.atsx-menu-dark .atsx-menu-submenu-title:hover > a {
  color: #fff;
}
.atsx-menu-dark .atsx-menu-item:hover > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-item-active > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-active > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-open > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-selected > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-title:hover > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-item:hover > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-item-active > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-active > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-open > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-selected > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow,
.atsx-menu-dark .atsx-menu-submenu-title:hover > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow {
  opacity: 1;
}
.atsx-menu-dark .atsx-menu-item:hover > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-item-active > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-active > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-open > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-selected > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-title:hover > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-item:hover > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-item-active > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-active > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-open > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-selected > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-title:hover > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-item:hover > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-item-active > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-active > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-open > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-selected > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-title:hover > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-item:hover > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-item-active > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-active > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-open > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-selected > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-title:hover > .atsx-menu-submenu-title:hover > .atsx-menu-submenu-arrow::before {
  background: #fff;
}
.atsx-menu-dark .atsx-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.atsx-menu-dark .atsx-menu-item-selected::after {
  border-right: 0;
}
.atsx-menu-dark .atsx-menu-item-selected > a,
.atsx-menu-dark .atsx-menu-item-selected > a:hover {
  color: #fff;
}
.atsx-menu.atsx-menu-dark .atsx-menu-item-selected,
.atsx-menu-submenu-popup.atsx-menu-dark .atsx-menu-item-selected {
  background-color: #325ab4;
}
.atsx-menu-dark .atsx-menu-item-disabled,
.atsx-menu-dark .atsx-menu-submenu-disabled,
.atsx-menu-dark .atsx-menu-item-disabled > a,
.atsx-menu-dark .atsx-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.atsx-menu-dark .atsx-menu-item-disabled > .atsx-menu-submenu-title,
.atsx-menu-dark .atsx-menu-submenu-disabled > .atsx-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.atsx-menu-dark .atsx-menu-item-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-submenu-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::before,
.atsx-menu-dark .atsx-menu-item-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after,
.atsx-menu-dark .atsx-menu-submenu-disabled > .atsx-menu-submenu-title > .atsx-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.atsx-tooltip-hidden {
  display: none;
}
.atsx-tooltip-visibility-hidden {
  visibility: hidden;
}
.atsx-tooltip-placement-top,
.atsx-tooltip-placement-topLeft,
.atsx-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.atsx-tooltip-placement-right,
.atsx-tooltip-placement-rightTop,
.atsx-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.atsx-tooltip-placement-bottom,
.atsx-tooltip-placement-bottomLeft,
.atsx-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.atsx-tooltip-placement-left,
.atsx-tooltip-placement-leftTop,
.atsx-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.atsx-tooltip-inner {
  padding: 7px 12px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(31, 35, 41, 0.8);
  border-radius: 4px;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
}
.atsx-tooltip-inner-text {
  min-width: 30px;
  max-width: 180px;
  min-height: 22px;
  line-height: 22px;
  overflow: hidden;
}
.atsx-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.atsx-tooltip-placement-top .atsx-tooltip-arrow,
.atsx-tooltip-placement-topLeft .atsx-tooltip-arrow,
.atsx-tooltip-placement-topRight .atsx-tooltip-arrow {
  bottom: 3px;
  border-width: 5px 5px 0;
  border-top-color: rgba(31, 35, 41, 0.8);
}
.atsx-tooltip-placement-top .atsx-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.atsx-tooltip-placement-topLeft .atsx-tooltip-arrow {
  left: 16px;
}
.atsx-tooltip-placement-topRight .atsx-tooltip-arrow {
  right: 16px;
}
.atsx-tooltip-placement-right .atsx-tooltip-arrow,
.atsx-tooltip-placement-rightTop .atsx-tooltip-arrow,
.atsx-tooltip-placement-rightBottom .atsx-tooltip-arrow {
  left: 3px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(31, 35, 41, 0.8);
}
.atsx-tooltip-placement-right .atsx-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.atsx-tooltip-placement-rightTop .atsx-tooltip-arrow {
  top: 8px;
}
.atsx-tooltip-placement-rightBottom .atsx-tooltip-arrow {
  bottom: 8px;
}
.atsx-tooltip-placement-left .atsx-tooltip-arrow,
.atsx-tooltip-placement-leftTop .atsx-tooltip-arrow,
.atsx-tooltip-placement-leftBottom .atsx-tooltip-arrow {
  right: 3px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(31, 35, 41, 0.8);
}
.atsx-tooltip-placement-left .atsx-tooltip-arrow {
  top: 50%;
  margin-top: -5px;
}
.atsx-tooltip-placement-leftTop .atsx-tooltip-arrow {
  top: 8px;
}
.atsx-tooltip-placement-leftBottom .atsx-tooltip-arrow {
  bottom: 8px;
}
.atsx-tooltip-placement-bottom .atsx-tooltip-arrow,
.atsx-tooltip-placement-bottomLeft .atsx-tooltip-arrow,
.atsx-tooltip-placement-bottomRight .atsx-tooltip-arrow {
  top: 3px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(31, 35, 41, 0.8);
}
.atsx-tooltip-placement-bottom .atsx-tooltip-arrow {
  left: 50%;
  margin-left: -5px;
}
.atsx-tooltip-placement-bottomLeft .atsx-tooltip-arrow {
  left: 16px;
}
.atsx-tooltip-placement-bottomRight .atsx-tooltip-arrow {
  right: 16px;
}
.atsx-tooltip-light .atsx-tooltip-inner {
  background-color: #fff;
  color: #646A73;
}
.atsx-tooltip-light.atsx-tooltip-placement-top .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-topLeft .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-topRight .atsx-tooltip-arrow {
  border-top-color: #fff;
}
.atsx-tooltip-light.atsx-tooltip-placement-right .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-rightTop .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-rightBottom .atsx-tooltip-arrow {
  border-right-color: #fff;
}
.atsx-tooltip-light.atsx-tooltip-placement-left .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-leftTop .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-leftBottom .atsx-tooltip-arrow {
  border-left-color: #fff;
}
.atsx-tooltip-light.atsx-tooltip-placement-bottom .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-bottomLeft .atsx-tooltip-arrow,
.atsx-tooltip-light.atsx-tooltip-placement-bottomRight .atsx-tooltip-arrow {
  border-bottom-color: #fff;
}

@-webkit-keyframes fullscreenModalEnter__dc2510 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__dc2510 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__dc2510 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__dc2510 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__dc2510 {
  height: 100%;
}
.atsx-layout__dc2510 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__dc2510,
.b50__dc2510 {
  color: #f0f4ff;
}
.L50__dc2510,
.l50__dc2510 {
  color: #f7fae5;
}
.L100__dc2510,
.l100__dc2510 {
  color: #eef6c6;
}
.L200__dc2510,
.l200__dc2510 {
  color: #dfee96;
}
.L300__dc2510,
.l300__dc2510 {
  color: #d2e76a;
}
.L400__dc2510,
.l400__dc2510 {
  color: #c3dd40;
}
.L500__dc2510,
.l500__dc2510 {
  color: #b3d600;
}
.L600__dc2510,
.l600__dc2510 {
  color: #8fac02;
}
.L700__dc2510,
.l700__dc2510 {
  color: #667901;
}
.L800__dc2510,
.l800__dc2510 {
  color: #495700;
}
.L900__dc2510,
.l900__dc2510 {
  color: #354200;
}
.Y50__dc2510,
.y50__dc2510 {
  color: #fdf9ed;
}
.Y100__dc2510,
.y100__dc2510 {
  color: #faf1d1;
}
.Y200__dc2510,
.y200__dc2510 {
  color: #f8e6ab;
}
.Y300__dc2510,
.y300__dc2510 {
  color: #f7dc82;
}
.Y400__dc2510,
.y400__dc2510 {
  color: #fad355;
}
.Y500__dc2510,
.y500__dc2510 {
  color: #ffc60a;
}
.Y600__dc2510,
.y600__dc2510 {
  color: #dc9b04;
}
.Y700__dc2510,
.y700__dc2510 {
  color: #aa7803;
}
.Y800__dc2510,
.y800__dc2510 {
  color: #795101;
}
.Y900__dc2510,
.y900__dc2510 {
  color: #5c3a00;
}
.O50__dc2510,
.o50__dc2510 {
  color: #fff5eb;
}
.O100__dc2510,
.o100__dc2510 {
  color: #feead2;
}
.O200__dc2510,
.o200__dc2510 {
  color: #fed4a4;
}
.O300__dc2510,
.o300__dc2510 {
  color: #ffba6b;
}
.O400__dc2510,
.o400__dc2510 {
  color: #ffa53d;
}
.O500__dc2510,
.o500__dc2510 {
  color: #f80;
}
.O600__dc2510,
.o600__dc2510 {
  color: #de7802;
}
.O700__dc2510,
.o700__dc2510 {
  color: #b26206;
}
.O800__dc2510,
.o800__dc2510 {
  color: #8f4f04;
}
.O900__dc2510,
.o900__dc2510 {
  color: #6b3900;
}
.R50__dc2510,
.r50__dc2510 {
  color: #fef1f1;
}
.R100__dc2510,
.r100__dc2510 {
  color: #fde2e2;
}
.R200__dc2510,
.r200__dc2510 {
  color: #fbbfbc;
}
.R300__dc2510,
.r300__dc2510 {
  color: #f98e8b;
}
.R400__dc2510,
.r400__dc2510 {
  color: #f76964;
}
.R500__dc2510,
.r500__dc2510 {
  color: #f54a45;
}
.R600__dc2510,
.r600__dc2510 {
  color: #d83931;
}
.R700__dc2510,
.r700__dc2510 {
  color: #ac2f28;
}
.R800__dc2510,
.r800__dc2510 {
  color: #812520;
}
.R900__dc2510,
.r900__dc2510 {
  color: #621c18;
}
.C50__dc2510,
.c50__dc2510 {
  color: #fef1f8;
}
.C100__dc2510,
.c100__dc2510 {
  color: #fdddef;
}
.C200__dc2510,
.c200__dc2510 {
  color: #f9aed9;
}
.C300__dc2510,
.c300__dc2510 {
  color: #f57ac0;
}
.C400__dc2510,
.c400__dc2510 {
  color: #f14ba9;
}
.C500__dc2510,
.c500__dc2510 {
  color: #f01d94;
}
.C600__dc2510,
.c600__dc2510 {
  color: #c71077;
}
.C700__dc2510,
.c700__dc2510 {
  color: #9e1361;
}
.C800__dc2510,
.c800__dc2510 {
  color: #7a0f4b;
}
.C900__dc2510,
.c900__dc2510 {
  color: #520a32;
}
.V50__dc2510,
.v50__dc2510 {
  color: #fceefc;
}
.V100__dc2510,
.v100__dc2510 {
  color: #f8def8;
}
.V200__dc2510,
.v200__dc2510 {
  color: #efb9ef;
}
.V300__dc2510,
.v300__dc2510 {
  color: #e58fe5;
}
.V400__dc2510,
.v400__dc2510 {
  color: #db66db;
}
.V500__dc2510,
.v500__dc2510 {
  color: #d136d1;
}
.V600__dc2510,
.v600__dc2510 {
  color: #b320b3;
}
.V700__dc2510,
.v700__dc2510 {
  color: #8c218c;
}
.V800__dc2510,
.v800__dc2510 {
  color: #681268;
}
.V900__dc2510,
.v900__dc2510 {
  color: #460b46;
}
.P50__dc2510,
.p50__dc2510 {
  color: #f6f1fe;
}
.P100__dc2510,
.p100__dc2510 {
  color: #ece2fe;
}
.P200__dc2510,
.p200__dc2510 {
  color: #cdb2fa;
}
.P300__dc2510,
.p300__dc2510 {
  color: #ad82f7;
}
.P400__dc2510,
.p400__dc2510 {
  color: #935af6;
}
.P500__dc2510,
.p500__dc2510 {
  color: #7f3bf5;
}
.P600__dc2510,
.p600__dc2510 {
  color: #6425d0;
}
.P700__dc2510,
.p700__dc2510 {
  color: #4e1ba7;
}
.P800__dc2510,
.p800__dc2510 {
  color: #380d82;
}
.P900__dc2510,
.p900__dc2510 {
  color: #270561;
}
.I50__dc2510,
.i50__dc2510 {
  color: #f2f3fd;
}
.I100__dc2510,
.i100__dc2510 {
  color: #e0e2fa;
}
.I200__dc2510,
.i200__dc2510 {
  color: #b4b9f3;
}
.I300__dc2510,
.i300__dc2510 {
  color: #7b83ea;
}
.I400__dc2510,
.i400__dc2510 {
  color: #616ae5;
}
.I500__dc2510,
.i500__dc2510 {
  color: #4954e6;
}
.I600__dc2510,
.i600__dc2510 {
  color: #2933c7;
}
.I700__dc2510,
.i700__dc2510 {
  color: #161fa2;
}
.I800__dc2510,
.i800__dc2510 {
  color: #0a1285;
}
.I900__dc2510,
.i900__dc2510 {
  color: #0c1264;
}
.N50__dc2510,
.n50__dc2510 {
  color: #f8f9fa;
}
.N100__dc2510,
.n100__dc2510 {
  color: #f5f6f7;
}
.N200__dc2510,
.n200__dc2510 {
  color: #eff0f1;
}
.N300__dc2510,
.n300__dc2510 {
  color: #dee0e3;
}
.N400__dc2510,
.n400__dc2510 {
  color: #bbbfc4;
}
.N500__dc2510,
.n500__dc2510 {
  color: #8f959e;
}
.N600__dc2510,
.n600__dc2510 {
  color: #646a73;
}
.N700__dc2510,
.n700__dc2510 {
  color: #373c43;
}
.N800__dc2510,
.n800__dc2510 {
  color: #2b2f36;
}
.N900__dc2510,
.n900__dc2510 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
/* 这里不知道为啥，设置成其他颜色时，自定义主题色某些样式就会失效，先固定成#325ab4这种 */
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* 职位列表页 PositionList */
/* 职位详情页 PositionDetail */
/* 文件上传组件 Upload */
/* 简历编辑/投递页 ResumeEditForm */
/* 我的投递页 PositionApplication */
/* 注册页 */
/* input */
.atsx-checkbox-wrapper:hover .atsx-checkbox:not(.atsx-checkbox-disabled) .atsx-checkbox-inner {
  box-shadow: 0 0 4px 0 rgba(187, 191, 196, 0.25);
}
.topbar {
  width: 100%;
  height: 64px;
  box-shadow: 0 2px 16px 0 rgba(31, 35, 41, 0.05);
  z-index: 301;
  border-bottom: 1px solid #eff0f1;
  /* 左侧区域 */
  /* 右侧区域 */
}
.topbar .topbar-content {
  margin: 0 40px;
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.topbar .topbar-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.topbar .topbar-left .topbar-logo img {
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  cursor: pointer;
  height: 62px;
  transition: transform 0.4s;
}
.topbar .topbar-left .topbar-logo img:hover {
  -ms-transform: scale(1.04);
      transform: scale(1.04);
}
.topbar .topbar-left .bigger-topbar-logo img {
  height: 36px;
}
.topbar .topbar-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.topbar .topbar-right .atsx-menu-horizontal {
  line-height: unset;
  border-bottom: none;
}
.topbar .topbar-right .atsx-menu-horizontal .atsx-menu-item {
  top: unset;
}
.topbar .topbar-right .atsx-menu-horizontal .atsx-menu-submenu {
  top: unset;
}
.topbar .topbar-right .atsx-menu-item {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #1f2329;
  margin-right: 38px;
  padding: 0 0 4px;
  transition: all 0.5s;
  border-bottom: none !important;
}
.topbar .topbar-right .atsx-menu-item:hover a {
  color: #325ab4;
}
.topbar .topbar-right .atsx-menu-item-selected {
  font-weight: bold;
  color: #325ab4;
  position: relative;
}
.topbar .topbar-right .atsx-menu-item-selected::after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 27px;
  left: calc(50% - 12px);
  border-radius: 16px;
  background-color: #325ab4;
  transition: opacity 0.3s ease-in-out;
}
.topbar .topbar-right .atsx-menu-item-selected a {
  color: #325ab4;
}
.topbar .topbar-right i {
  margin-left: 14px;
}
.topbar .topbar-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
.topbar .topbar-user.topbar-user-before {
  margin-left: 30px;
}
.topbar .topbar-user.topbar-user-before::before {
  content: '';
  display: block;
  height: 10px;
  border-right: 1px solid #bbbfc4;
  position: absolute;
  left: -32px;
}
.topbar .topbar-user a {
  color: #646a73;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.topbar .topbar-user a:hover {
  color: #325ab4;
}
.topbar .topbar-user button {
  color: #646a73;
  height: 28px;
  min-width: 60px;
  font-size: 14px;
  border: none;
  margin-left: -16px;
}
.topbar .topbar-user button:hover,
.topbar .topbar-user button:focus {
  color: #325ab4;
}
.topbar .topbar-user .topbar-userIcon {
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.topbar .topbar-user .topbar-userMobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #646a73;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  cursor: pointer;
}
.topbar .topbar-user .topbar-userMobile > svg {
  margin-left: 8px;
  transition: all 0.5s;
}
.topbar .topbar-user .topbar-userMobile.atsx-dropdown-open > svg {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.isInVisualWebsiteUIFeat {
  height: 100vh !important;
  overflow: auto;
}
.isInVisualWebsiteUIFeat .topbar {
  height: unset;
  padding: var(--basic-header-padding);
  font-family: var(--basic-header-font-family);
  border-bottom: none;
  box-shadow: none;
  /* 左侧区域 */
  /* 右侧区域 */
}
.isInVisualWebsiteUIFeat .topbar .topbar-content {
  height: unset;
}
.isInVisualWebsiteUIFeat .topbar .topbar-left .topbar-site-title {
  cursor: pointer;
  color: #646a73;
  margin-left: 8px;
  font-size: var(--basic-header-font-size);
}
.isInVisualWebsiteUIFeat .topbar .topbar-left .topbar-logo img {
  height: var(--basic-header-logo-height);
}
.isInVisualWebsiteUIFeat .topbar .topbar-right {
  font-size: var(--basic-fontSize-Paragraph2);
  font-weight: var(--basic-fontWeight-Paragraph2);
}
.isInVisualWebsiteUIFeat .topbar .topbar-right .topbar-navigation-list .topbar-navigation-item {
  margin-left: var(--basic-header-spacing, 32px);
  font-size: var(--basic-fontSize-Paragraph2);
  font-weight: var(--basic-fontWeight-Paragraph2);
}
.isInVisualWebsiteUIFeat .topbar .topbar-right .topbar-navigation-list .topbar-navigation-item-active {
  position: relative;
  font-weight: bold;
  color: #325ab4;
}
.isInVisualWebsiteUIFeat .topbar .topbar-right .topbar-navigation-list .topbar-navigation-item-active::after {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-radius: 16px;
  background-color: #325ab4;
  transition: opacity 0.3s ease-in-out;
}
.isInVisualWebsiteUIFeat .topbar .topbar-right .topbar-navigation-list .topbar-navigation-item-active a {
  color: #325ab4;
}
.isInVisualWebsiteUIFeat .topbar .topbar-right .topbar-navigation-list .atsx-divider {
  margin: 0 var(--basic-header-spacing, 32px);
}
.isInVisualWebsiteUIFeat .topbar .topbar-user a {
  font-size: var(--basic-fontSize-Paragraph2, 14px);
  font-weight: var(--basic-fontWeight-Paragraph2);
}
.isInVisualWebsiteUIFeat .topbar .topbar-user .topbar-userMobile {
  font-size: var(--basic-fontSize-Paragraph2, 14px);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color {
  background-color: var(--basic-header-bg-color);
  font-family: var(--basic-header-font-family);
  /* 左侧区域 */
  /* 右侧区域 */
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-left .topbar-site-title {
  color: var(--basic-header-text-color);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item {
  color: var(--basic-header-text-color, #646a73);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item:hover {
  color: var(--basic-header-text-color-hover, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item:hover .link-item-drop-icon {
  color: var(--basic-header-text-color-hover, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item.ud__dropdown-open .link-item-drop-icon {
  color: var(--basic-header-text-color-hover, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item.ud__dropdown-open .link-item-drop-icon svg {
  transition: all 0.5s;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item-active {
  color: var(--basic-header-text-color-active, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item-active::after {
  background-color: var(--basic-header-text-color-active, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item-active:hover::after {
  background-color: var(--basic-header-text-color-hover, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .topbar-navigation-item-active a {
  color: var(--basic-header-text-color-active, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-right .topbar-navigation-list .atsx-divider {
  background-color: var(--basic-header-text-color, #9ca2a9);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-user a {
  color: var(--basic-header-text-color, #646a73);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-user a:hover {
  color: var(--basic-header-text-color-hover, #325ab4);
}
.isInVisualWebsiteUIFeat .topbar.topbar-color .topbar-user .topbar-userMobile {
  color: var(--basic-header-text-color, #646a73);
}
.isInVisualWebsiteUIFeat .topbar.topbar-transparent {
  position: relative;
  z-index: 301;
  background: transparent;
}
.dropList__dc2510 {
  width: 180px;
  min-width: unset !important;
}
.dropList__dc2510.add-width__dc2510 {
  width: 230px;
}
.dropList__dc2510 .atsx-dropdown-menu-item {
  padding: 9px 24px;
}
.dropList-isInVisualWebsiteUIFeat__dc2510 .atsx-dropdown-menu-item > a:hover {
  color: var(--basic-color1);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
@-webkit-keyframes smallModalAppearAnimation {
  0% {
    transform: scale(0) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}
@keyframes smallModalAppearAnimation {
  0% {
    transform: scale(0) translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes smallModalLeaveAnimation {
  0% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(0.2) translateY(-50%);
    opacity: 0;
  }
}
@keyframes smallModalLeaveAnimation {
  0% {
    transform: scale(1) translateY(-50%);
    opacity: 1;
  }
  100% {
    transform: scale(0.2) translateY(-50%);
    opacity: 0;
  }
}
.atsx-modal-small .atsx-modal {
  margin: 0 auto;
  top: 50%;
  width: auto;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -ms-transform-origin: 50% top;
      transform-origin: 50% top;
}
.atsx-modal-small .atsx-modal.zoom-enter,
.atsx-modal-small .atsx-modal.zoom-appear {
  -ms-transform: scale(0) translateY(-50%);
      transform: scale(0) translateY(-50%);
}
.atsx-modal-small .atsx-modal.zoom-enter.zoom-enter-active,
.atsx-modal-small .atsx-modal.zoom-appear.zoom-appear-active {
  -webkit-animation: smallModalAppearAnimation cubic-bezier(0.08, 0.82, 0.17, 1) 0.25s;
          animation: smallModalAppearAnimation cubic-bezier(0.08, 0.82, 0.17, 1) 0.25s;
}
.atsx-modal-small .atsx-modal.zoom-leave.zoom-leave-active {
  -webkit-animation: smallModalLeaveAnimation cubic-bezier(0.78, 0.14, 0.94, 0.71) 0.2s;
          animation: smallModalLeaveAnimation cubic-bezier(0.78, 0.14, 0.94, 0.71) 0.2s;
}
.atsx-modal-small .atsx-modal-mask.fade-enter.fade-enter-active,
.atsx-modal-small .atsx-modal-mask.fade-appear.fade-appear-active {
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}
.atsx-modal-small .atsx-modal-mask.fade-leave.fade-leave-active {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.94, 0.71);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.94, 0.71);
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
.atsx-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  width: auto;
  margin: 0 auto;
}
.atsx-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.atsx-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  font-size: 20px;
  word-wrap: break-word;
}
.atsx-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.atsx-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.atsx-modal-close-x {
  display: block;
  width: 78px;
  height: 56px;
  font-size: 20px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.atsx-modal-close:focus,
.atsx-modal-close:hover {
  color: #4E83FD;
  text-decoration: none;
}
.atsx-modal-header {
  padding: 16px 78px 16px 32px;
  color: #646a73;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.atsx-modal-body {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.atsx-modal-footer {
  padding: 8px 32px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.atsx-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.atsx-modal.zoom-enter,
.atsx-modal.zoom-appear {
  opacity: 0;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-modal.zoomModal-enter.zoomModal-enter-active,
.atsx-modal.zoomModal-appear.zoomModal-appear-active {
  -webkit-animation-name: ZoomModalIn;
          animation-name: ZoomModalIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.atsx-modal.zoomModal-leave {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-modal.zoomModal-leave.zoomModal-leave-active {
  -webkit-animation-name: ZoomModalOut;
          animation-name: ZoomModalOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.atsx-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(31, 35, 41, 0.4);
  filter: alpha(opacity=50);
}
.atsx-modal-mask-hidden {
  display: none;
}
.atsx-modal-open {
  overflow: hidden;
}
.atsx-modal-centered {
  text-align: center;
}
.atsx-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.atsx-modal-centered .atsx-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .atsx-modal-wrap:not(.atsx-modal-fullscreen) .atsx-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }
  .atsx-modal-centered .atsx-modal {
    -ms-flex: 1;
        flex: 1 1;
  }
}
.atsx-modal-confirm .atsx-modal-header {
  display: none;
}
.atsx-modal-confirm .atsx-modal-close {
  display: none;
}
.atsx-modal-confirm .atsx-modal-body {
  padding: 24px 32px 24px;
}
.atsx-modal-confirm-body-wrapper {
  zoom: 1;
}
.atsx-modal-confirm-body-wrapper::before,
.atsx-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.atsx-modal-confirm-body-wrapper::after {
  clear: both;
}
.atsx-modal-confirm-body .atsx-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  font-size: 16px;
  line-height: 1.4;
}
.atsx-modal-confirm-body .atsx-modal-confirm-content {
  margin-top: 8px;
  color: #646A73;
  font-size: 14px;
}
.atsx-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.atsx-modal-confirm-body > .anticon + .atsx-modal-confirm-title + .atsx-modal-confirm-content {
  margin-left: 38px;
}
.atsx-modal-confirm .atsx-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.atsx-modal-confirm .atsx-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.atsx-modal-confirm-error .atsx-modal-confirm-body > .anticon {
  color: #F54A45;
}
.atsx-modal-confirm-warning .atsx-modal-confirm-body > .anticon,
.atsx-modal-confirm-confirm .atsx-modal-confirm-body > .anticon {
  color: #FF8800;
}
.atsx-modal-confirm-info .atsx-modal-confirm-body > .anticon {
  color: #3370FF;
}
.atsx-modal-confirm-success .atsx-modal-confirm-body > .anticon {
  color: #52c41a;
}
.atsx-enhanced-modal {
  overflow: hidden;
  /* fix: Edge 将撑开 */
}
.atsx-enhanced-modal .atsx-modal {
  top: 50%;
}
.atsx-enhanced-modal .atsx-modal-close {
  z-index: 1052;
}
.atsx-enhanced-modal .atsx-modal-close-x {
  height: 68px;
  line-height: 68px;
  width: 80px;
}
.atsx-enhanced-modal.atsx-enhanced-modal-top-active .atsx-modal-header {
  box-shadow: 0 2px 16px 0 rgba(17, 31, 51, 0.08);
}
.atsx-enhanced-modal.atsx-enhanced-modal-bottom-active .atsx-modal-footer {
  box-shadow: 0 2px 16px 0 rgba(17, 31, 51, 0.08);
}
.atsx-enhanced-modal .atsx-modal-content {
  max-height: calc(100vh - 120px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
.atsx-enhanced-modal .atsx-modal-header,
.atsx-enhanced-modal .atsx-modal-footer {
  background: #fff;
  z-index: 1051;
  position: relative;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.atsx-enhanced-modal .atsx-modal-header {
  border: none;
  padding: 23px 80px 23px 32px;
}
.atsx-enhanced-modal .atsx-modal-footer {
  border: none;
  padding: 20px 32px;
}
.atsx-enhanced-modal .atsx-modal-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  padding: 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 0;
}

@-webkit-keyframes fullscreenModalEnter__d5b278 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__d5b278 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__d5b278 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__d5b278 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__d5b278 {
  height: 100%;
}
.atsx-layout__d5b278 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__d5b278,
.b50__d5b278 {
  color: #f0f4ff;
}
.L50__d5b278,
.l50__d5b278 {
  color: #f7fae5;
}
.L100__d5b278,
.l100__d5b278 {
  color: #eef6c6;
}
.L200__d5b278,
.l200__d5b278 {
  color: #dfee96;
}
.L300__d5b278,
.l300__d5b278 {
  color: #d2e76a;
}
.L400__d5b278,
.l400__d5b278 {
  color: #c3dd40;
}
.L500__d5b278,
.l500__d5b278 {
  color: #b3d600;
}
.L600__d5b278,
.l600__d5b278 {
  color: #8fac02;
}
.L700__d5b278,
.l700__d5b278 {
  color: #667901;
}
.L800__d5b278,
.l800__d5b278 {
  color: #495700;
}
.L900__d5b278,
.l900__d5b278 {
  color: #354200;
}
.Y50__d5b278,
.y50__d5b278 {
  color: #fdf9ed;
}
.Y100__d5b278,
.y100__d5b278 {
  color: #faf1d1;
}
.Y200__d5b278,
.y200__d5b278 {
  color: #f8e6ab;
}
.Y300__d5b278,
.y300__d5b278 {
  color: #f7dc82;
}
.Y400__d5b278,
.y400__d5b278 {
  color: #fad355;
}
.Y500__d5b278,
.y500__d5b278 {
  color: #ffc60a;
}
.Y600__d5b278,
.y600__d5b278 {
  color: #dc9b04;
}
.Y700__d5b278,
.y700__d5b278 {
  color: #aa7803;
}
.Y800__d5b278,
.y800__d5b278 {
  color: #795101;
}
.Y900__d5b278,
.y900__d5b278 {
  color: #5c3a00;
}
.O50__d5b278,
.o50__d5b278 {
  color: #fff5eb;
}
.O100__d5b278,
.o100__d5b278 {
  color: #feead2;
}
.O200__d5b278,
.o200__d5b278 {
  color: #fed4a4;
}
.O300__d5b278,
.o300__d5b278 {
  color: #ffba6b;
}
.O400__d5b278,
.o400__d5b278 {
  color: #ffa53d;
}
.O500__d5b278,
.o500__d5b278 {
  color: #f80;
}
.O600__d5b278,
.o600__d5b278 {
  color: #de7802;
}
.O700__d5b278,
.o700__d5b278 {
  color: #b26206;
}
.O800__d5b278,
.o800__d5b278 {
  color: #8f4f04;
}
.O900__d5b278,
.o900__d5b278 {
  color: #6b3900;
}
.R50__d5b278,
.r50__d5b278 {
  color: #fef1f1;
}
.R100__d5b278,
.r100__d5b278 {
  color: #fde2e2;
}
.R200__d5b278,
.r200__d5b278 {
  color: #fbbfbc;
}
.R300__d5b278,
.r300__d5b278 {
  color: #f98e8b;
}
.R400__d5b278,
.r400__d5b278 {
  color: #f76964;
}
.R500__d5b278,
.r500__d5b278 {
  color: #f54a45;
}
.R600__d5b278,
.r600__d5b278 {
  color: #d83931;
}
.R700__d5b278,
.r700__d5b278 {
  color: #ac2f28;
}
.R800__d5b278,
.r800__d5b278 {
  color: #812520;
}
.R900__d5b278,
.r900__d5b278 {
  color: #621c18;
}
.C50__d5b278,
.c50__d5b278 {
  color: #fef1f8;
}
.C100__d5b278,
.c100__d5b278 {
  color: #fdddef;
}
.C200__d5b278,
.c200__d5b278 {
  color: #f9aed9;
}
.C300__d5b278,
.c300__d5b278 {
  color: #f57ac0;
}
.C400__d5b278,
.c400__d5b278 {
  color: #f14ba9;
}
.C500__d5b278,
.c500__d5b278 {
  color: #f01d94;
}
.C600__d5b278,
.c600__d5b278 {
  color: #c71077;
}
.C700__d5b278,
.c700__d5b278 {
  color: #9e1361;
}
.C800__d5b278,
.c800__d5b278 {
  color: #7a0f4b;
}
.C900__d5b278,
.c900__d5b278 {
  color: #520a32;
}
.V50__d5b278,
.v50__d5b278 {
  color: #fceefc;
}
.V100__d5b278,
.v100__d5b278 {
  color: #f8def8;
}
.V200__d5b278,
.v200__d5b278 {
  color: #efb9ef;
}
.V300__d5b278,
.v300__d5b278 {
  color: #e58fe5;
}
.V400__d5b278,
.v400__d5b278 {
  color: #db66db;
}
.V500__d5b278,
.v500__d5b278 {
  color: #d136d1;
}
.V600__d5b278,
.v600__d5b278 {
  color: #b320b3;
}
.V700__d5b278,
.v700__d5b278 {
  color: #8c218c;
}
.V800__d5b278,
.v800__d5b278 {
  color: #681268;
}
.V900__d5b278,
.v900__d5b278 {
  color: #460b46;
}
.P50__d5b278,
.p50__d5b278 {
  color: #f6f1fe;
}
.P100__d5b278,
.p100__d5b278 {
  color: #ece2fe;
}
.P200__d5b278,
.p200__d5b278 {
  color: #cdb2fa;
}
.P300__d5b278,
.p300__d5b278 {
  color: #ad82f7;
}
.P400__d5b278,
.p400__d5b278 {
  color: #935af6;
}
.P500__d5b278,
.p500__d5b278 {
  color: #7f3bf5;
}
.P600__d5b278,
.p600__d5b278 {
  color: #6425d0;
}
.P700__d5b278,
.p700__d5b278 {
  color: #4e1ba7;
}
.P800__d5b278,
.p800__d5b278 {
  color: #380d82;
}
.P900__d5b278,
.p900__d5b278 {
  color: #270561;
}
.I50__d5b278,
.i50__d5b278 {
  color: #f2f3fd;
}
.I100__d5b278,
.i100__d5b278 {
  color: #e0e2fa;
}
.I200__d5b278,
.i200__d5b278 {
  color: #b4b9f3;
}
.I300__d5b278,
.i300__d5b278 {
  color: #7b83ea;
}
.I400__d5b278,
.i400__d5b278 {
  color: #616ae5;
}
.I500__d5b278,
.i500__d5b278 {
  color: #4954e6;
}
.I600__d5b278,
.i600__d5b278 {
  color: #2933c7;
}
.I700__d5b278,
.i700__d5b278 {
  color: #161fa2;
}
.I800__d5b278,
.i800__d5b278 {
  color: #0a1285;
}
.I900__d5b278,
.i900__d5b278 {
  color: #0c1264;
}
.N50__d5b278,
.n50__d5b278 {
  color: #f8f9fa;
}
.N100__d5b278,
.n100__d5b278 {
  color: #f5f6f7;
}
.N200__d5b278,
.n200__d5b278 {
  color: #eff0f1;
}
.N300__d5b278,
.n300__d5b278 {
  color: #dee0e3;
}
.N400__d5b278,
.n400__d5b278 {
  color: #bbbfc4;
}
.N500__d5b278,
.n500__d5b278 {
  color: #8f959e;
}
.N600__d5b278,
.n600__d5b278 {
  color: #646a73;
}
.N700__d5b278,
.n700__d5b278 {
  color: #373c43;
}
.N800__d5b278,
.n800__d5b278 {
  color: #2b2f36;
}
.N900__d5b278,
.n900__d5b278 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.legalContainer {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.rulePage-foreign {
  color: #1f2329;
  font-size: 14px;
  line-height: 28px;
}
.rulePage-foreign ul {
  list-style-type: disc;
  padding-left: 14px;
}
.rulePage-foreign .rulePage-title-foreign {
  display: none;
}
.rulePage-foreign .rulePage-title-foreign + br {
  display: none;
}
.rulePage-foreign h3 {
  font-size: 18px;
  font-weight: 500;
  color: #1f2329;
}
.rulePage-foreign .rulePage-section-sub {
  display: -ms-flexbox;
  display: flex;
}
.rulePage-foreign .rulePage-section-sub .rulePage-section-sub-left {
  -ms-flex: 1;
      flex: 1 1;
  padding-right: 5px;
}
.rulePage-foreign .rulePage-section-sub .rulePage-section-sub-right {
  -ms-flex: 1;
      flex: 1 1;
}
.rulePage-foreign .rulePage-section-sub ul {
  line-height: 26px;
}
.rulePage {
  color: #1f2329;
  font-size: 14px;
  line-height: 28px;
}
.rulePage .rulePage-title {
  display: none;
}
.rulePage .rulePage-title + br {
  display: none;
}
.rulePage .rulePage-title + .rulePage-section {
  margin-top: 0;
}
.rulePage .rulePage-section {
  font-size: 18px;
  margin-top: 32px;
  font-weight: 500;
}
.rulePage .rulePage-subSection {
  font-size: 16px;
  font-weight: 500;
}
.rulePage .rulePage-strong {
  text-decoration: underline;
  font-weight: bold;
}
.rulePage a {
  color: #325ab4;
}
.rulePage a.quickLink {
  color: #1f2329;
}

@-webkit-keyframes fullscreenModalEnter__3908fc {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__3908fc {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__3908fc {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__3908fc {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__3908fc {
  height: 100%;
}
.atsx-layout__3908fc {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__3908fc,
.b50__3908fc {
  color: #f0f4ff;
}
.L50__3908fc,
.l50__3908fc {
  color: #f7fae5;
}
.L100__3908fc,
.l100__3908fc {
  color: #eef6c6;
}
.L200__3908fc,
.l200__3908fc {
  color: #dfee96;
}
.L300__3908fc,
.l300__3908fc {
  color: #d2e76a;
}
.L400__3908fc,
.l400__3908fc {
  color: #c3dd40;
}
.L500__3908fc,
.l500__3908fc {
  color: #b3d600;
}
.L600__3908fc,
.l600__3908fc {
  color: #8fac02;
}
.L700__3908fc,
.l700__3908fc {
  color: #667901;
}
.L800__3908fc,
.l800__3908fc {
  color: #495700;
}
.L900__3908fc,
.l900__3908fc {
  color: #354200;
}
.Y50__3908fc,
.y50__3908fc {
  color: #fdf9ed;
}
.Y100__3908fc,
.y100__3908fc {
  color: #faf1d1;
}
.Y200__3908fc,
.y200__3908fc {
  color: #f8e6ab;
}
.Y300__3908fc,
.y300__3908fc {
  color: #f7dc82;
}
.Y400__3908fc,
.y400__3908fc {
  color: #fad355;
}
.Y500__3908fc,
.y500__3908fc {
  color: #ffc60a;
}
.Y600__3908fc,
.y600__3908fc {
  color: #dc9b04;
}
.Y700__3908fc,
.y700__3908fc {
  color: #aa7803;
}
.Y800__3908fc,
.y800__3908fc {
  color: #795101;
}
.Y900__3908fc,
.y900__3908fc {
  color: #5c3a00;
}
.O50__3908fc,
.o50__3908fc {
  color: #fff5eb;
}
.O100__3908fc,
.o100__3908fc {
  color: #feead2;
}
.O200__3908fc,
.o200__3908fc {
  color: #fed4a4;
}
.O300__3908fc,
.o300__3908fc {
  color: #ffba6b;
}
.O400__3908fc,
.o400__3908fc {
  color: #ffa53d;
}
.O500__3908fc,
.o500__3908fc {
  color: #f80;
}
.O600__3908fc,
.o600__3908fc {
  color: #de7802;
}
.O700__3908fc,
.o700__3908fc {
  color: #b26206;
}
.O800__3908fc,
.o800__3908fc {
  color: #8f4f04;
}
.O900__3908fc,
.o900__3908fc {
  color: #6b3900;
}
.R50__3908fc,
.r50__3908fc {
  color: #fef1f1;
}
.R100__3908fc,
.r100__3908fc {
  color: #fde2e2;
}
.R200__3908fc,
.r200__3908fc {
  color: #fbbfbc;
}
.R300__3908fc,
.r300__3908fc {
  color: #f98e8b;
}
.R400__3908fc,
.r400__3908fc {
  color: #f76964;
}
.R500__3908fc,
.r500__3908fc {
  color: #f54a45;
}
.R600__3908fc,
.r600__3908fc {
  color: #d83931;
}
.R700__3908fc,
.r700__3908fc {
  color: #ac2f28;
}
.R800__3908fc,
.r800__3908fc {
  color: #812520;
}
.R900__3908fc,
.r900__3908fc {
  color: #621c18;
}
.C50__3908fc,
.c50__3908fc {
  color: #fef1f8;
}
.C100__3908fc,
.c100__3908fc {
  color: #fdddef;
}
.C200__3908fc,
.c200__3908fc {
  color: #f9aed9;
}
.C300__3908fc,
.c300__3908fc {
  color: #f57ac0;
}
.C400__3908fc,
.c400__3908fc {
  color: #f14ba9;
}
.C500__3908fc,
.c500__3908fc {
  color: #f01d94;
}
.C600__3908fc,
.c600__3908fc {
  color: #c71077;
}
.C700__3908fc,
.c700__3908fc {
  color: #9e1361;
}
.C800__3908fc,
.c800__3908fc {
  color: #7a0f4b;
}
.C900__3908fc,
.c900__3908fc {
  color: #520a32;
}
.V50__3908fc,
.v50__3908fc {
  color: #fceefc;
}
.V100__3908fc,
.v100__3908fc {
  color: #f8def8;
}
.V200__3908fc,
.v200__3908fc {
  color: #efb9ef;
}
.V300__3908fc,
.v300__3908fc {
  color: #e58fe5;
}
.V400__3908fc,
.v400__3908fc {
  color: #db66db;
}
.V500__3908fc,
.v500__3908fc {
  color: #d136d1;
}
.V600__3908fc,
.v600__3908fc {
  color: #b320b3;
}
.V700__3908fc,
.v700__3908fc {
  color: #8c218c;
}
.V800__3908fc,
.v800__3908fc {
  color: #681268;
}
.V900__3908fc,
.v900__3908fc {
  color: #460b46;
}
.P50__3908fc,
.p50__3908fc {
  color: #f6f1fe;
}
.P100__3908fc,
.p100__3908fc {
  color: #ece2fe;
}
.P200__3908fc,
.p200__3908fc {
  color: #cdb2fa;
}
.P300__3908fc,
.p300__3908fc {
  color: #ad82f7;
}
.P400__3908fc,
.p400__3908fc {
  color: #935af6;
}
.P500__3908fc,
.p500__3908fc {
  color: #7f3bf5;
}
.P600__3908fc,
.p600__3908fc {
  color: #6425d0;
}
.P700__3908fc,
.p700__3908fc {
  color: #4e1ba7;
}
.P800__3908fc,
.p800__3908fc {
  color: #380d82;
}
.P900__3908fc,
.p900__3908fc {
  color: #270561;
}
.I50__3908fc,
.i50__3908fc {
  color: #f2f3fd;
}
.I100__3908fc,
.i100__3908fc {
  color: #e0e2fa;
}
.I200__3908fc,
.i200__3908fc {
  color: #b4b9f3;
}
.I300__3908fc,
.i300__3908fc {
  color: #7b83ea;
}
.I400__3908fc,
.i400__3908fc {
  color: #616ae5;
}
.I500__3908fc,
.i500__3908fc {
  color: #4954e6;
}
.I600__3908fc,
.i600__3908fc {
  color: #2933c7;
}
.I700__3908fc,
.i700__3908fc {
  color: #161fa2;
}
.I800__3908fc,
.i800__3908fc {
  color: #0a1285;
}
.I900__3908fc,
.i900__3908fc {
  color: #0c1264;
}
.N50__3908fc,
.n50__3908fc {
  color: #f8f9fa;
}
.N100__3908fc,
.n100__3908fc {
  color: #f5f6f7;
}
.N200__3908fc,
.n200__3908fc {
  color: #eff0f1;
}
.N300__3908fc,
.n300__3908fc {
  color: #dee0e3;
}
.N400__3908fc,
.n400__3908fc {
  color: #bbbfc4;
}
.N500__3908fc,
.n500__3908fc {
  color: #8f959e;
}
.N600__3908fc,
.n600__3908fc {
  color: #646a73;
}
.N700__3908fc,
.n700__3908fc {
  color: #373c43;
}
.N800__3908fc,
.n800__3908fc {
  color: #2b2f36;
}
.N900__3908fc,
.n900__3908fc {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.fileContentModal__3908fc .scrollbar-container {
  padding: 12px 32px;
}
.fileContentModal__3908fc .atsx-modal-body {
  height: calc(100vh - 260px);
  overflow: auto;
}
.fileContentModal__3908fc .atsx-modal-header {
  height: 68px;
  border-bottom: none;
}
.fileContentModal__3908fc .atsx-modal-header .atsx-modal-title {
  color: #1f2329;
  font-weight: 600;
}
.fileContentModal__3908fc .atsx-modal-footer {
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  border-top: none;
}
.fileContentModal__3908fc .atsx-modal-footer .atsx-btn-default {
  display: none;
}
.fileContentModal__3908fc .atsx-modal-footer .atsx-btn-primary:active {
  background-color: #3156a5;
}
.fileContentModal__3908fc .atsx-modal-close {
  top: 4px;
}
.fileContentModal__3908fc .atsx-modal-close:hover,
.fileContentModal__3908fc .atsx-modal-close:focus {
  color: #487fc1;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.scrollbar-container {
  position: relative;
  height: 100%;
}
.scrollbar-container.scrollbar-container-mobile {
  overflow: auto;
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps.is-windows {
  /* windows下横向滚动条常驻 */
}
.ps.is-windows .ps__rail-x {
  opacity: 1;
}
.ps.is-windows .ps__thumb-x {
  opacity: 1;
}
.ps.is-vertical-resident {
  /* 竖直方向滚筒条常显 */
}
.ps.is-vertical-resident .ps__rail-y {
  opacity: 1;
}
.ps.is-vertical-resident .ps__thumb-y {
  opacity: 1;
}
.ps.is-horizontal-resident {
  /* 竖直方向滚筒条常显 */
}
.ps.is-horizontal-resident .ps__rail-x {
  opacity: 1;
}
.ps.is-horizontal-resident .ps__thumb-x {
  opacity: 1;
}
.ps.scrollbar-x-fixed-bottom .ps__rail-x {
  position: fixed;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:hover .ps__thumb-x {
  height: 12px;
  border-radius: 6px;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  z-index: 1;
}
.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:hover .ps__thumb-y {
  width: 12px;
  border-radius: 6px;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 1;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #bbbfc4;
  border-radius: 4px;
  height: 8px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #bbbfc4;
  border-radius: 4px;
  width: 8px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-input {
  resize: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 12px;
  color: #646a73;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cad0d0;
  border-radius: 4px;
  transition: all 0.3s;
  caret-color: #325ab4;
}
.atsx-input::-moz-placeholder {
  color: #c3c6cb;
  opacity: 1;
  text-shadow: none;
}
.atsx-input:-ms-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-input::-webkit-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-input:hover {
  border-color: #325ab4;
  border-right-width: 1px !important;
}
.atsx-input:focus {
  border-color: #325ab4;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.atsx-input-disabled {
  color: rgba(50, 90, 180, 0.3);
  background-color: #EFF0F1;
  cursor: not-allowed;
  opacity: 1;
}
.atsx-input-disabled:hover {
  border-color: #cad0d0;
  border-right-width: 1px !important;
}
.atsx-input[disabled] {
  color: rgba(50, 90, 180, 0.3);
  background-color: #EFF0F1;
  cursor: not-allowed;
  opacity: 1;
}
.atsx-input[disabled]:hover {
  border-color: #cad0d0;
  border-right-width: 1px !important;
}
textarea.atsx-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.atsx-input-lg {
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
}
.atsx-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.atsx-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.atsx-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.atsx-input-group > [class*='col-'] {
  padding-right: 8px;
}
.atsx-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.atsx-input-group-addon,
.atsx-input-group-wrap,
.atsx-input-group > .atsx-input {
  display: table-cell;
}
.atsx-input-group-addon:not(:first-child):not(:last-child),
.atsx-input-group-wrap:not(:first-child):not(:last-child),
.atsx-input-group > .atsx-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.atsx-input-group-addon,
.atsx-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.atsx-input-group-wrap > * {
  display: block !important;
}
.atsx-input-group .atsx-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.atsx-input-group .atsx-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.atsx-input-group .atsx-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.atsx-input-group-addon {
  position: relative;
  padding: 0 12px;
  color: #646a73;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background-color: #F5F6F7;
  border: 1px solid #cad0d0;
  border-radius: 4px;
  transition: all 0.3s;
}
.atsx-input-group-addon .atsx-select {
  margin: -5px -12px;
}
.atsx-input-group-addon .atsx-select .atsx-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.atsx-input-group-addon .atsx-select-open .atsx-select-selection,
.atsx-input-group-addon .atsx-select-focused .atsx-select-selection {
  color: #325ab4;
}
.atsx-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.atsx-input-group > .atsx-input:first-child,
.atsx-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.atsx-input-group > .atsx-input:first-child .atsx-select .atsx-select-selection,
.atsx-input-group-addon:first-child .atsx-select .atsx-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.atsx-input-group > .atsx-input-affix-wrapper:not(:first-child) .atsx-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.atsx-input-group > .atsx-input-affix-wrapper:not(:last-child) .atsx-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.atsx-input-group-addon:first-child {
  border-right: 0;
}
.atsx-input-group-addon:last-child {
  border-left: 0;
}
.atsx-input-group > .atsx-input:last-child,
.atsx-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.atsx-input-group > .atsx-input:last-child .atsx-select .atsx-select-selection,
.atsx-input-group-addon:last-child .atsx-select .atsx-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.atsx-input-group-lg .atsx-input,
.atsx-input-group-lg > .atsx-input-group-addon {
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
}
.atsx-input-group-sm .atsx-input,
.atsx-input-group-sm > .atsx-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.atsx-input-group-lg .atsx-select-selection--single {
  height: 40px;
}
.atsx-input-group-sm .atsx-select-selection--single {
  height: 24px;
}
.atsx-input-group .atsx-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.atsx-input-group.atsx-input-group-compact {
  display: block;
  zoom: 1;
}
.atsx-input-group.atsx-input-group-compact::before,
.atsx-input-group.atsx-input-group-compact::after {
  display: table;
  content: '';
}
.atsx-input-group.atsx-input-group-compact::after {
  clear: both;
}
.atsx-input-group.atsx-input-group-compact-addon:not(:first-child):not(:last-child),
.atsx-input-group.atsx-input-group-compact-wrap:not(:first-child):not(:last-child),
.atsx-input-group.atsx-input-group-compact > .atsx-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.atsx-input-group.atsx-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.atsx-input-group.atsx-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.atsx-input-group.atsx-input-group-compact > .atsx-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.atsx-input-group.atsx-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.atsx-input-group.atsx-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.atsx-input-group.atsx-input-group-compact > .atsx-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.atsx-input-group.atsx-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.atsx-input-group.atsx-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.atsx-input-group.atsx-input-group-compact .atsx-input {
  float: none;
}
.atsx-input-group.atsx-input-group-compact > .atsx-select > .atsx-select-selection,
.atsx-input-group.atsx-input-group-compact > .atsx-calendar-picker .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-select-auto-complete .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-cascader-picker .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-mention-wrapper .atsx-mention-editor,
.atsx-input-group.atsx-input-group-compact > .atsx-time-picker .atsx-time-picker-input {
  border-right-width: 1px;
  border-radius: 0;
}
.atsx-input-group.atsx-input-group-compact > .atsx-select > .atsx-select-selection:hover,
.atsx-input-group.atsx-input-group-compact > .atsx-calendar-picker .atsx-input:hover,
.atsx-input-group.atsx-input-group-compact > .atsx-select-auto-complete .atsx-input:hover,
.atsx-input-group.atsx-input-group-compact > .atsx-cascader-picker .atsx-input:hover,
.atsx-input-group.atsx-input-group-compact > .atsx-mention-wrapper .atsx-mention-editor:hover,
.atsx-input-group.atsx-input-group-compact > .atsx-time-picker .atsx-time-picker-input:hover {
  z-index: 1;
}
.atsx-input-group.atsx-input-group-compact > .atsx-select > .atsx-select-selection:focus,
.atsx-input-group.atsx-input-group-compact > .atsx-calendar-picker .atsx-input:focus,
.atsx-input-group.atsx-input-group-compact > .atsx-select-auto-complete .atsx-input:focus,
.atsx-input-group.atsx-input-group-compact > .atsx-cascader-picker .atsx-input:focus,
.atsx-input-group.atsx-input-group-compact > .atsx-mention-wrapper .atsx-mention-editor:focus,
.atsx-input-group.atsx-input-group-compact > .atsx-time-picker .atsx-time-picker-input:focus {
  z-index: 1;
}
.atsx-input-group.atsx-input-group-compact > *:first-child,
.atsx-input-group.atsx-input-group-compact > .atsx-select:first-child > .atsx-select-selection,
.atsx-input-group.atsx-input-group-compact > .atsx-calendar-picker:first-child .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-select-auto-complete:first-child .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-cascader-picker:first-child .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-mention-wrapper:first-child .atsx-mention-editor,
.atsx-input-group.atsx-input-group-compact > .atsx-time-picker:first-child .atsx-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.atsx-input-group.atsx-input-group-compact > *:last-child,
.atsx-input-group.atsx-input-group-compact > .atsx-select:last-child > .atsx-select-selection,
.atsx-input-group.atsx-input-group-compact > .atsx-calendar-picker:last-child .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-select-auto-complete:last-child .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-cascader-picker:last-child .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-cascader-picker-focused:last-child .atsx-input,
.atsx-input-group.atsx-input-group-compact > .atsx-mention-wrapper:last-child .atsx-mention-editor,
.atsx-input-group.atsx-input-group-compact > .atsx-time-picker:last-child .atsx-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.atsx-input-group.atsx-input-group-compact > .atsx-select-auto-complete .atsx-input {
  vertical-align: top;
}
.atsx-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.atsx-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.atsx-input-affix-wrapper:hover .atsx-input:not(.atsx-input-disabled) {
  border-color: #325ab4;
  border-right-width: 1px !important;
}
.atsx-input-affix-wrapper .atsx-input {
  position: relative;
  text-align: inherit;
}
.atsx-input-affix-wrapper .atsx-input-prefix,
.atsx-input-affix-wrapper .atsx-input-suffix {
  font-size: 16px;
  position: absolute;
  top: 50%;
  z-index: 2;
  line-height: 0;
  color: #9CA2A9;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.atsx-input-affix-wrapper .atsx-input-prefix {
  left: 13px;
}
.atsx-input-affix-wrapper .atsx-input-suffix {
  right: 13px;
}
.atsx-input-affix-wrapper .atsx-input:not(:first-child) {
  padding-left: 36px;
}
.atsx-input-affix-wrapper .atsx-input:not(:last-child) {
  padding-right: 36px;
}
.atsx-input-affix-wrapper .atsx-input {
  min-height: 100%;
}
.atsx-input-clear-icon {
  display: none;
  color: #8F959E;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
  transition: color 0.3s;
}
.atsx-input-clear-icon:hover {
  color: #325ab4;
}
.atsx-input-clear-icon + i {
  margin-left: 6px;
}
.atsx-input-affix-wrapper:hover .atsx-input-clear-icon {
  display: block;
  color: #9CA2A9;
}
.atsx-input-affix-wrapper:hover .atsx-input-clear-icon svg {
  width: 14px;
  height: 14px;
}
.atsx-input-affix-wrapper:hover .atsx-input-clear-icon:hover {
  color: #325ab4;
}
.atsx-input-search-icon {
  cursor: pointer;
  transition: all 0.3s;
}

.input-nowarp {
  border: 0;
  width: auto;
}
.input-nowarp span {
  color: #646a73;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  background-color: white;
  border: 0;
}
.input-nowarp .atsx-input-wrapper span {
  padding: 0;
}
.input-nowarp .atsx-input-wrapper input {
  width: 56px !important;
  border: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid rgba(187, 191, 196, 0.5);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
.atsx-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #cad0d0;
}
.atsx-form label {
  font-size: 14px;
}
.atsx-form input[type='search'] {
  box-sizing: border-box;
}
.atsx-form input[type='radio'],
.atsx-form input[type='checkbox'] {
  line-height: normal;
}
.atsx-form input[type='file'] {
  display: block;
}
.atsx-form input[type='range'] {
  display: block;
  width: 100%;
}
.atsx-form select[multiple],
.atsx-form select[size] {
  height: auto;
}
.atsx-form input[type='file']:focus,
.atsx-form input[type='radio']:focus,
.atsx-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.atsx-form output {
  display: block;
  padding-top: 15px;
  color: #646a73;
  font-size: 14px;
  line-height: 1.5;
}
.atsx-form-item-required::after {
  /* 感觉偏上了点，往下移动1px */
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 4px;
  color: #F54A45;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.atsx-form-hide-required-mark .atsx-form-item-required::after {
  display: none;
}
.atsx-form-item-label > label {
  color: #1f2329;
  font-weight: var(--semi-bold);
  margin-right: 8px;
  /* atsx表单不需要「：」 */
  /* &::after {
    & when (@form-item-trailing-colon=true) {
      content: ':';
    }
    & when not (@form-item-trailing-colon=true) {
      content: ' ';
    }

    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
  } */
}
.atsx-form-item-label > label.atsx-form-item-no-colon::after {
  content: ' ';
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled {
  cursor: not-allowed;
}
.atsx-radio-inline.disabled,
.atsx-radio-vertical.disabled,
.atsx-checkbox-inline.disabled,
.atsx-checkbox-vertical.disabled {
  cursor: not-allowed;
}
.atsx-radio.disabled label,
.atsx-checkbox.disabled label {
  cursor: not-allowed;
}
.atsx-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.atsx-form-item label {
  position: relative;
}
.atsx-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.atsx-form-item-control {
  position: relative;
  line-height: 32px;
  zoom: 1;
}
.atsx-form-item-control::before,
.atsx-form-item-control::after {
  display: table;
  content: '';
}
.atsx-form-item-control::after {
  clear: both;
}
.atsx-form-item-children {
  position: relative;
}
.atsx-form-item-with-help {
  margin-bottom: 0;
}
.atsx-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 31.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.atsx-form-item-label-left {
  text-align: left;
}
.atsx-form-item .atsx-switch {
  margin: 2px 0 4px;
}
.atsx-form-explain,
.atsx-form-extra {
  clear: both;
  min-height: 24px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 24px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.atsx-form-extra {
  padding-top: 4px;
}
.atsx-form-text {
  display: inline-block;
  padding-right: 8px;
}
.atsx-form-split {
  display: block;
  text-align: center;
}
form textarea.atsx-input {
  height: auto;
  margin-bottom: 4px;
}
form .atsx-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .atsx-radio-inline,
form .atsx-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .atsx-radio-inline:first-child,
form .atsx-checkbox-inline:first-child {
  margin-left: 0;
}
form .atsx-checkbox-vertical,
form .atsx-radio-vertical {
  display: block;
}
form .atsx-checkbox-vertical + .atsx-checkbox-vertical,
form .atsx-radio-vertical + .atsx-radio-vertical {
  margin-left: 0;
}
form .atsx-input-number + .atsx-form-text {
  margin-left: 8px;
}
form .atsx-input-number-handler-wrap {
  z-index: 2;
}
form .atsx-select,
form .atsx-cascader-picker {
  width: 100%;
}
form .atsx-input-group .atsx-select,
form .atsx-input-group .atsx-cascader-picker {
  width: auto;
}
form :not(.atsx-input-group-wrapper) > .atsx-input-group,
form .atsx-input-group-wrapper {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.atsx-input-group-wrap .atsx-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.atsx-input-group-wrap .atsx-select-selection:hover {
  border-color: #cad0d0;
}
.atsx-input-group-wrap .atsx-select-selection--single {
  height: 40px;
  margin-left: -1px;
  background-color: rgba(0, 0, 0, 0.07);
}
.atsx-input-group-wrap .atsx-select-selection--single .atsx-select-selection__rendered {
  padding-right: 25px;
  padding-left: 8px;
  line-height: 30px;
}
.atsx-input-group-wrap .atsx-select-open .atsx-select-selection {
  border-color: #cad0d0;
  box-shadow: none;
}
.atsx-form-vertical .atsx-form-item-label,
.atsx-col-24.atsx-form-item-label,
.atsx-col-xl-24.atsx-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 38px;
  white-space: initial;
  text-align: left;
}
.atsx-form-vertical .atsx-form-item-label label::after,
.atsx-col-24.atsx-form-item-label label::after,
.atsx-col-xl-24.atsx-form-item-label label::after {
  display: none;
}
.atsx-form-vertical .atsx-form-item {
  padding-bottom: 8px;
}
.atsx-form-vertical .atsx-form-item-control {
  line-height: 1.5;
}
.atsx-form-vertical .atsx-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.atsx-form-vertical .atsx-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
.atsx-form-inline .atsx-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.atsx-form-inline .atsx-form-item-with-help {
  margin-bottom: 24px;
}
.atsx-form-inline .atsx-form-item > .atsx-form-item-control-wrapper,
.atsx-form-inline .atsx-form-item > .atsx-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.atsx-form-inline .atsx-form-text {
  display: inline-block;
}
.has-warning .atsx-form-explain,
.has-warning .atsx-form-split {
  color: #FF8800;
}
.has-warning .atsx-input,
.has-warning .atsx-input:hover {
  border-color: #FF8800;
}
.has-warning .atsx-input:focus {
  border-color: #FF8800;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-warning .atsx-input:not([disabled]):hover {
  border-color: #FF8800;
}
.has-warning .atsx-calendar-picker-open .atsx-calendar-picker-input {
  border-color: #FF8800;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-warning .atsx-input-affix-wrapper .atsx-input,
.has-warning .atsx-input-affix-wrapper .atsx-input:hover {
  background-color: #fff;
  border-color: #FF8800;
}
.has-warning .atsx-input-affix-wrapper .atsx-input:focus {
  border-color: #FF8800;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-warning .atsx-input-affix-wrapper:hover .atsx-input:not(.atsx-input-disabled) {
  border-color: #FF8800;
}
.has-warning .atsx-input-prefix {
  color: #FF8800;
}
.has-warning .has-feedback {
  color: #FF8800;
}
.has-warning .atsx-select-selection {
  border-color: #FF8800;
}
.has-warning .atsx-select-selection:hover {
  border-color: #FF8800;
}
.has-warning .atsx-select-open .atsx-select-selection,
.has-warning .atsx-select-focused .atsx-select-selection {
  border-color: #FF8800;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-warning .atsx-calendar-picker-icon::after,
.has-warning .atsx-time-picker-icon::after,
.has-warning .atsx-picker-icon::after,
.has-warning .atsx-select-arrow,
.has-warning .atsx-cascader-picker-arrow {
  color: #FF8800;
}
.has-warning .atsx-input-number,
.has-warning .atsx-time-picker-input {
  border-color: #FF8800;
}
.has-warning .atsx-input-number-focused,
.has-warning .atsx-time-picker-input-focused,
.has-warning .atsx-input-number:focus,
.has-warning .atsx-time-picker-input:focus {
  border-color: #FF8800;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-warning .atsx-input-number:not([disabled]):hover,
.has-warning .atsx-time-picker-input:not([disabled]):hover {
  border-color: #FF8800;
}
.has-warning .atsx-cascader-picker:focus .atsx-cascader-input {
  border-color: #FF8800;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-form-explain,
.has-error .atsx-form-split {
  color: #F54A45;
}
.has-error .atsx-input,
.has-error .atsx-input:hover {
  border-color: #F54A45;
}
.has-error .atsx-input:focus {
  border-color: #F54A45;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-input:not([disabled]):hover {
  border-color: #F54A45;
}
.has-error .atsx-calendar-picker-open .atsx-calendar-picker-input {
  border-color: #F54A45;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-input-affix-wrapper .atsx-input,
.has-error .atsx-input-affix-wrapper .atsx-input:hover {
  background-color: #fff;
  border-color: #F54A45;
}
.has-error .atsx-input-affix-wrapper .atsx-input:focus {
  border-color: #F54A45;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-input-affix-wrapper:hover .atsx-input:not(.atsx-input-disabled) {
  border-color: #F54A45;
}
.has-error .atsx-input-prefix {
  color: #F54A45;
}
.has-error .has-feedback {
  color: #F54A45;
}
.has-error .atsx-select-selection {
  border-color: #F54A45;
}
.has-error .atsx-select-selection:hover {
  border-color: #F54A45;
}
.has-error .atsx-select-open .atsx-select-selection,
.has-error .atsx-select-focused .atsx-select-selection {
  border-color: #F54A45;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-select.atsx-select-auto-complete .atsx-input:focus {
  border-color: #F54A45;
}
.has-error .atsx-input-group-addon .atsx-select-selection {
  border-color: transparent;
  box-shadow: none;
}
.has-error .atsx-calendar-picker-icon::after,
.has-error .atsx-time-picker-icon::after,
.has-error .atsx-picker-icon::after,
.has-error .atsx-cascader-picker-arrow {
  color: #F54A45;
}
.has-error .atsx-input-number,
.has-error .atsx-time-picker-input {
  border-color: #F54A45;
}
.has-error .atsx-input-number-focused,
.has-error .atsx-time-picker-input-focused,
.has-error .atsx-input-number:focus,
.has-error .atsx-time-picker-input:focus {
  border-color: #F54A45;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-input-number:not([disabled]):hover,
.has-error .atsx-time-picker-input:not([disabled]):hover {
  border-color: #F54A45;
}
.has-error .atsx-mention-wrapper .atsx-mention-editor,
.has-error .atsx-mention-wrapper .atsx-mention-editor:not([disabled]):hover {
  border-color: #F54A45;
}
.has-error .atsx-mention-wrapper.atsx-mention-active:not([disabled]) .atsx-mention-editor,
.has-error .atsx-mention-wrapper .atsx-mention-editor:not([disabled]):focus {
  border-color: #F54A45;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-cascader-picker:focus .atsx-cascader-input {
  border-color: #F54A45;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.has-error .atsx-transfer-list {
  border-color: #F54A45;
}
.has-error .atsx-transfer-list-search:not([disabled]) {
  border-color: #cad0d0;
}
.has-error .atsx-transfer-list-search:not([disabled]):hover {
  border-color: #325ab4;
  border-right-width: 1px !important;
}
.has-error .atsx-transfer-list-search:not([disabled]):focus {
  border-color: #325ab4;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.atsx-advanced-search-form .atsx-form-item {
  margin-bottom: 24px;
}
.atsx-advanced-search-form .atsx-form-item-with-help {
  margin-bottom: 3px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  box-sizing: border-box;
}
.atsx-row::before,
.atsx-row::after {
  display: table;
  content: '';
}
.atsx-row::after {
  clear: both;
}
.atsx-row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.atsx-row-flex::before,
.atsx-row-flex::after {
  display: -ms-flexbox;
  display: flex;
}
.atsx-row-flex-start {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.atsx-row-flex-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.atsx-row-flex-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.atsx-row-flex-space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.atsx-row-flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.atsx-row-flex-top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.atsx-row-flex-middle {
  -ms-flex-align: center;
      align-items: center;
}
.atsx-row-flex-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.atsx-col {
  position: relative;
}
.atsx-col-1,
.atsx-col-xs-1,
.atsx-col-sm-1,
.atsx-col-md-1,
.atsx-col-lg-1,
.atsx-col-2,
.atsx-col-xs-2,
.atsx-col-sm-2,
.atsx-col-md-2,
.atsx-col-lg-2,
.atsx-col-3,
.atsx-col-xs-3,
.atsx-col-sm-3,
.atsx-col-md-3,
.atsx-col-lg-3,
.atsx-col-4,
.atsx-col-xs-4,
.atsx-col-sm-4,
.atsx-col-md-4,
.atsx-col-lg-4,
.atsx-col-5,
.atsx-col-xs-5,
.atsx-col-sm-5,
.atsx-col-md-5,
.atsx-col-lg-5,
.atsx-col-6,
.atsx-col-xs-6,
.atsx-col-sm-6,
.atsx-col-md-6,
.atsx-col-lg-6,
.atsx-col-7,
.atsx-col-xs-7,
.atsx-col-sm-7,
.atsx-col-md-7,
.atsx-col-lg-7,
.atsx-col-8,
.atsx-col-xs-8,
.atsx-col-sm-8,
.atsx-col-md-8,
.atsx-col-lg-8,
.atsx-col-9,
.atsx-col-xs-9,
.atsx-col-sm-9,
.atsx-col-md-9,
.atsx-col-lg-9,
.atsx-col-10,
.atsx-col-xs-10,
.atsx-col-sm-10,
.atsx-col-md-10,
.atsx-col-lg-10,
.atsx-col-11,
.atsx-col-xs-11,
.atsx-col-sm-11,
.atsx-col-md-11,
.atsx-col-lg-11,
.atsx-col-12,
.atsx-col-xs-12,
.atsx-col-sm-12,
.atsx-col-md-12,
.atsx-col-lg-12,
.atsx-col-13,
.atsx-col-xs-13,
.atsx-col-sm-13,
.atsx-col-md-13,
.atsx-col-lg-13,
.atsx-col-14,
.atsx-col-xs-14,
.atsx-col-sm-14,
.atsx-col-md-14,
.atsx-col-lg-14,
.atsx-col-15,
.atsx-col-xs-15,
.atsx-col-sm-15,
.atsx-col-md-15,
.atsx-col-lg-15,
.atsx-col-16,
.atsx-col-xs-16,
.atsx-col-sm-16,
.atsx-col-md-16,
.atsx-col-lg-16,
.atsx-col-17,
.atsx-col-xs-17,
.atsx-col-sm-17,
.atsx-col-md-17,
.atsx-col-lg-17,
.atsx-col-18,
.atsx-col-xs-18,
.atsx-col-sm-18,
.atsx-col-md-18,
.atsx-col-lg-18,
.atsx-col-19,
.atsx-col-xs-19,
.atsx-col-sm-19,
.atsx-col-md-19,
.atsx-col-lg-19,
.atsx-col-20,
.atsx-col-xs-20,
.atsx-col-sm-20,
.atsx-col-md-20,
.atsx-col-lg-20,
.atsx-col-21,
.atsx-col-xs-21,
.atsx-col-sm-21,
.atsx-col-md-21,
.atsx-col-lg-21,
.atsx-col-22,
.atsx-col-xs-22,
.atsx-col-sm-22,
.atsx-col-md-22,
.atsx-col-lg-22,
.atsx-col-23,
.atsx-col-xs-23,
.atsx-col-sm-23,
.atsx-col-md-23,
.atsx-col-lg-23,
.atsx-col-24,
.atsx-col-xs-24,
.atsx-col-sm-24,
.atsx-col-md-24,
.atsx-col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
.atsx-col-1,
.atsx-col-2,
.atsx-col-3,
.atsx-col-4,
.atsx-col-5,
.atsx-col-6,
.atsx-col-7,
.atsx-col-8,
.atsx-col-9,
.atsx-col-10,
.atsx-col-11,
.atsx-col-12,
.atsx-col-13,
.atsx-col-14,
.atsx-col-15,
.atsx-col-16,
.atsx-col-17,
.atsx-col-18,
.atsx-col-19,
.atsx-col-20,
.atsx-col-21,
.atsx-col-22,
.atsx-col-23,
.atsx-col-24 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  float: left;
}
.atsx-col-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.atsx-col-push-24 {
  left: 100%;
}
.atsx-col-pull-24 {
  right: 100%;
}
.atsx-col-offset-24 {
  margin-left: 100%;
}
.atsx-col-order-24 {
  -ms-flex-order: 24;
      order: 24;
}
.atsx-col-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.atsx-col-push-23 {
  left: 95.83333333%;
}
.atsx-col-pull-23 {
  right: 95.83333333%;
}
.atsx-col-offset-23 {
  margin-left: 95.83333333%;
}
.atsx-col-order-23 {
  -ms-flex-order: 23;
      order: 23;
}
.atsx-col-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.atsx-col-push-22 {
  left: 91.66666667%;
}
.atsx-col-pull-22 {
  right: 91.66666667%;
}
.atsx-col-offset-22 {
  margin-left: 91.66666667%;
}
.atsx-col-order-22 {
  -ms-flex-order: 22;
      order: 22;
}
.atsx-col-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.atsx-col-push-21 {
  left: 87.5%;
}
.atsx-col-pull-21 {
  right: 87.5%;
}
.atsx-col-offset-21 {
  margin-left: 87.5%;
}
.atsx-col-order-21 {
  -ms-flex-order: 21;
      order: 21;
}
.atsx-col-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.atsx-col-push-20 {
  left: 83.33333333%;
}
.atsx-col-pull-20 {
  right: 83.33333333%;
}
.atsx-col-offset-20 {
  margin-left: 83.33333333%;
}
.atsx-col-order-20 {
  -ms-flex-order: 20;
      order: 20;
}
.atsx-col-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.atsx-col-push-19 {
  left: 79.16666667%;
}
.atsx-col-pull-19 {
  right: 79.16666667%;
}
.atsx-col-offset-19 {
  margin-left: 79.16666667%;
}
.atsx-col-order-19 {
  -ms-flex-order: 19;
      order: 19;
}
.atsx-col-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.atsx-col-push-18 {
  left: 75%;
}
.atsx-col-pull-18 {
  right: 75%;
}
.atsx-col-offset-18 {
  margin-left: 75%;
}
.atsx-col-order-18 {
  -ms-flex-order: 18;
      order: 18;
}
.atsx-col-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.atsx-col-push-17 {
  left: 70.83333333%;
}
.atsx-col-pull-17 {
  right: 70.83333333%;
}
.atsx-col-offset-17 {
  margin-left: 70.83333333%;
}
.atsx-col-order-17 {
  -ms-flex-order: 17;
      order: 17;
}
.atsx-col-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.atsx-col-push-16 {
  left: 66.66666667%;
}
.atsx-col-pull-16 {
  right: 66.66666667%;
}
.atsx-col-offset-16 {
  margin-left: 66.66666667%;
}
.atsx-col-order-16 {
  -ms-flex-order: 16;
      order: 16;
}
.atsx-col-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.atsx-col-push-15 {
  left: 62.5%;
}
.atsx-col-pull-15 {
  right: 62.5%;
}
.atsx-col-offset-15 {
  margin-left: 62.5%;
}
.atsx-col-order-15 {
  -ms-flex-order: 15;
      order: 15;
}
.atsx-col-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.atsx-col-push-14 {
  left: 58.33333333%;
}
.atsx-col-pull-14 {
  right: 58.33333333%;
}
.atsx-col-offset-14 {
  margin-left: 58.33333333%;
}
.atsx-col-order-14 {
  -ms-flex-order: 14;
      order: 14;
}
.atsx-col-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.atsx-col-push-13 {
  left: 54.16666667%;
}
.atsx-col-pull-13 {
  right: 54.16666667%;
}
.atsx-col-offset-13 {
  margin-left: 54.16666667%;
}
.atsx-col-order-13 {
  -ms-flex-order: 13;
      order: 13;
}
.atsx-col-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.atsx-col-push-12 {
  left: 50%;
}
.atsx-col-pull-12 {
  right: 50%;
}
.atsx-col-offset-12 {
  margin-left: 50%;
}
.atsx-col-order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.atsx-col-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.atsx-col-push-11 {
  left: 45.83333333%;
}
.atsx-col-pull-11 {
  right: 45.83333333%;
}
.atsx-col-offset-11 {
  margin-left: 45.83333333%;
}
.atsx-col-order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.atsx-col-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.atsx-col-push-10 {
  left: 41.66666667%;
}
.atsx-col-pull-10 {
  right: 41.66666667%;
}
.atsx-col-offset-10 {
  margin-left: 41.66666667%;
}
.atsx-col-order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.atsx-col-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.atsx-col-push-9 {
  left: 37.5%;
}
.atsx-col-pull-9 {
  right: 37.5%;
}
.atsx-col-offset-9 {
  margin-left: 37.5%;
}
.atsx-col-order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.atsx-col-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.atsx-col-push-8 {
  left: 33.33333333%;
}
.atsx-col-pull-8 {
  right: 33.33333333%;
}
.atsx-col-offset-8 {
  margin-left: 33.33333333%;
}
.atsx-col-order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.atsx-col-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.atsx-col-push-7 {
  left: 29.16666667%;
}
.atsx-col-pull-7 {
  right: 29.16666667%;
}
.atsx-col-offset-7 {
  margin-left: 29.16666667%;
}
.atsx-col-order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.atsx-col-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.atsx-col-push-6 {
  left: 25%;
}
.atsx-col-pull-6 {
  right: 25%;
}
.atsx-col-offset-6 {
  margin-left: 25%;
}
.atsx-col-order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.atsx-col-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.atsx-col-push-5 {
  left: 20.83333333%;
}
.atsx-col-pull-5 {
  right: 20.83333333%;
}
.atsx-col-offset-5 {
  margin-left: 20.83333333%;
}
.atsx-col-order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.atsx-col-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.atsx-col-push-4 {
  left: 16.66666667%;
}
.atsx-col-pull-4 {
  right: 16.66666667%;
}
.atsx-col-offset-4 {
  margin-left: 16.66666667%;
}
.atsx-col-order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.atsx-col-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.atsx-col-push-3 {
  left: 12.5%;
}
.atsx-col-pull-3 {
  right: 12.5%;
}
.atsx-col-offset-3 {
  margin-left: 12.5%;
}
.atsx-col-order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.atsx-col-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.atsx-col-push-2 {
  left: 8.33333333%;
}
.atsx-col-pull-2 {
  right: 8.33333333%;
}
.atsx-col-offset-2 {
  margin-left: 8.33333333%;
}
.atsx-col-order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.atsx-col-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.atsx-col-push-1 {
  left: 4.16666667%;
}
.atsx-col-pull-1 {
  right: 4.16666667%;
}
.atsx-col-offset-1 {
  margin-left: 4.16666667%;
}
.atsx-col-order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.atsx-col-0 {
  display: none;
}
.atsx-col-push-0 {
  left: auto;
}
.atsx-col-pull-0 {
  right: auto;
}
.atsx-col-push-0 {
  left: auto;
}
.atsx-col-pull-0 {
  right: auto;
}
.atsx-col-offset-0 {
  margin-left: 0;
}
.atsx-col-order-0 {
  -ms-flex-order: 0;
      order: 0;
}
.atsx-col-xs-1,
.atsx-col-xs-2,
.atsx-col-xs-3,
.atsx-col-xs-4,
.atsx-col-xs-5,
.atsx-col-xs-6,
.atsx-col-xs-7,
.atsx-col-xs-8,
.atsx-col-xs-9,
.atsx-col-xs-10,
.atsx-col-xs-11,
.atsx-col-xs-12,
.atsx-col-xs-13,
.atsx-col-xs-14,
.atsx-col-xs-15,
.atsx-col-xs-16,
.atsx-col-xs-17,
.atsx-col-xs-18,
.atsx-col-xs-19,
.atsx-col-xs-20,
.atsx-col-xs-21,
.atsx-col-xs-22,
.atsx-col-xs-23,
.atsx-col-xs-24 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  float: left;
}
.atsx-col-xs-24 {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.atsx-col-xs-push-24 {
  left: 100%;
}
.atsx-col-xs-pull-24 {
  right: 100%;
}
.atsx-col-xs-offset-24 {
  margin-left: 100%;
}
.atsx-col-xs-order-24 {
  -ms-flex-order: 24;
      order: 24;
}
.atsx-col-xs-23 {
  display: block;
  box-sizing: border-box;
  width: 95.83333333%;
}
.atsx-col-xs-push-23 {
  left: 95.83333333%;
}
.atsx-col-xs-pull-23 {
  right: 95.83333333%;
}
.atsx-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.atsx-col-xs-order-23 {
  -ms-flex-order: 23;
      order: 23;
}
.atsx-col-xs-22 {
  display: block;
  box-sizing: border-box;
  width: 91.66666667%;
}
.atsx-col-xs-push-22 {
  left: 91.66666667%;
}
.atsx-col-xs-pull-22 {
  right: 91.66666667%;
}
.atsx-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.atsx-col-xs-order-22 {
  -ms-flex-order: 22;
      order: 22;
}
.atsx-col-xs-21 {
  display: block;
  box-sizing: border-box;
  width: 87.5%;
}
.atsx-col-xs-push-21 {
  left: 87.5%;
}
.atsx-col-xs-pull-21 {
  right: 87.5%;
}
.atsx-col-xs-offset-21 {
  margin-left: 87.5%;
}
.atsx-col-xs-order-21 {
  -ms-flex-order: 21;
      order: 21;
}
.atsx-col-xs-20 {
  display: block;
  box-sizing: border-box;
  width: 83.33333333%;
}
.atsx-col-xs-push-20 {
  left: 83.33333333%;
}
.atsx-col-xs-pull-20 {
  right: 83.33333333%;
}
.atsx-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.atsx-col-xs-order-20 {
  -ms-flex-order: 20;
      order: 20;
}
.atsx-col-xs-19 {
  display: block;
  box-sizing: border-box;
  width: 79.16666667%;
}
.atsx-col-xs-push-19 {
  left: 79.16666667%;
}
.atsx-col-xs-pull-19 {
  right: 79.16666667%;
}
.atsx-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.atsx-col-xs-order-19 {
  -ms-flex-order: 19;
      order: 19;
}
.atsx-col-xs-18 {
  display: block;
  box-sizing: border-box;
  width: 75%;
}
.atsx-col-xs-push-18 {
  left: 75%;
}
.atsx-col-xs-pull-18 {
  right: 75%;
}
.atsx-col-xs-offset-18 {
  margin-left: 75%;
}
.atsx-col-xs-order-18 {
  -ms-flex-order: 18;
      order: 18;
}
.atsx-col-xs-17 {
  display: block;
  box-sizing: border-box;
  width: 70.83333333%;
}
.atsx-col-xs-push-17 {
  left: 70.83333333%;
}
.atsx-col-xs-pull-17 {
  right: 70.83333333%;
}
.atsx-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.atsx-col-xs-order-17 {
  -ms-flex-order: 17;
      order: 17;
}
.atsx-col-xs-16 {
  display: block;
  box-sizing: border-box;
  width: 66.66666667%;
}
.atsx-col-xs-push-16 {
  left: 66.66666667%;
}
.atsx-col-xs-pull-16 {
  right: 66.66666667%;
}
.atsx-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.atsx-col-xs-order-16 {
  -ms-flex-order: 16;
      order: 16;
}
.atsx-col-xs-15 {
  display: block;
  box-sizing: border-box;
  width: 62.5%;
}
.atsx-col-xs-push-15 {
  left: 62.5%;
}
.atsx-col-xs-pull-15 {
  right: 62.5%;
}
.atsx-col-xs-offset-15 {
  margin-left: 62.5%;
}
.atsx-col-xs-order-15 {
  -ms-flex-order: 15;
      order: 15;
}
.atsx-col-xs-14 {
  display: block;
  box-sizing: border-box;
  width: 58.33333333%;
}
.atsx-col-xs-push-14 {
  left: 58.33333333%;
}
.atsx-col-xs-pull-14 {
  right: 58.33333333%;
}
.atsx-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.atsx-col-xs-order-14 {
  -ms-flex-order: 14;
      order: 14;
}
.atsx-col-xs-13 {
  display: block;
  box-sizing: border-box;
  width: 54.16666667%;
}
.atsx-col-xs-push-13 {
  left: 54.16666667%;
}
.atsx-col-xs-pull-13 {
  right: 54.16666667%;
}
.atsx-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.atsx-col-xs-order-13 {
  -ms-flex-order: 13;
      order: 13;
}
.atsx-col-xs-12 {
  display: block;
  box-sizing: border-box;
  width: 50%;
}
.atsx-col-xs-push-12 {
  left: 50%;
}
.atsx-col-xs-pull-12 {
  right: 50%;
}
.atsx-col-xs-offset-12 {
  margin-left: 50%;
}
.atsx-col-xs-order-12 {
  -ms-flex-order: 12;
      order: 12;
}
.atsx-col-xs-11 {
  display: block;
  box-sizing: border-box;
  width: 45.83333333%;
}
.atsx-col-xs-push-11 {
  left: 45.83333333%;
}
.atsx-col-xs-pull-11 {
  right: 45.83333333%;
}
.atsx-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.atsx-col-xs-order-11 {
  -ms-flex-order: 11;
      order: 11;
}
.atsx-col-xs-10 {
  display: block;
  box-sizing: border-box;
  width: 41.66666667%;
}
.atsx-col-xs-push-10 {
  left: 41.66666667%;
}
.atsx-col-xs-pull-10 {
  right: 41.66666667%;
}
.atsx-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.atsx-col-xs-order-10 {
  -ms-flex-order: 10;
      order: 10;
}
.atsx-col-xs-9 {
  display: block;
  box-sizing: border-box;
  width: 37.5%;
}
.atsx-col-xs-push-9 {
  left: 37.5%;
}
.atsx-col-xs-pull-9 {
  right: 37.5%;
}
.atsx-col-xs-offset-9 {
  margin-left: 37.5%;
}
.atsx-col-xs-order-9 {
  -ms-flex-order: 9;
      order: 9;
}
.atsx-col-xs-8 {
  display: block;
  box-sizing: border-box;
  width: 33.33333333%;
}
.atsx-col-xs-push-8 {
  left: 33.33333333%;
}
.atsx-col-xs-pull-8 {
  right: 33.33333333%;
}
.atsx-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.atsx-col-xs-order-8 {
  -ms-flex-order: 8;
      order: 8;
}
.atsx-col-xs-7 {
  display: block;
  box-sizing: border-box;
  width: 29.16666667%;
}
.atsx-col-xs-push-7 {
  left: 29.16666667%;
}
.atsx-col-xs-pull-7 {
  right: 29.16666667%;
}
.atsx-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.atsx-col-xs-order-7 {
  -ms-flex-order: 7;
      order: 7;
}
.atsx-col-xs-6 {
  display: block;
  box-sizing: border-box;
  width: 25%;
}
.atsx-col-xs-push-6 {
  left: 25%;
}
.atsx-col-xs-pull-6 {
  right: 25%;
}
.atsx-col-xs-offset-6 {
  margin-left: 25%;
}
.atsx-col-xs-order-6 {
  -ms-flex-order: 6;
      order: 6;
}
.atsx-col-xs-5 {
  display: block;
  box-sizing: border-box;
  width: 20.83333333%;
}
.atsx-col-xs-push-5 {
  left: 20.83333333%;
}
.atsx-col-xs-pull-5 {
  right: 20.83333333%;
}
.atsx-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.atsx-col-xs-order-5 {
  -ms-flex-order: 5;
      order: 5;
}
.atsx-col-xs-4 {
  display: block;
  box-sizing: border-box;
  width: 16.66666667%;
}
.atsx-col-xs-push-4 {
  left: 16.66666667%;
}
.atsx-col-xs-pull-4 {
  right: 16.66666667%;
}
.atsx-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.atsx-col-xs-order-4 {
  -ms-flex-order: 4;
      order: 4;
}
.atsx-col-xs-3 {
  display: block;
  box-sizing: border-box;
  width: 12.5%;
}
.atsx-col-xs-push-3 {
  left: 12.5%;
}
.atsx-col-xs-pull-3 {
  right: 12.5%;
}
.atsx-col-xs-offset-3 {
  margin-left: 12.5%;
}
.atsx-col-xs-order-3 {
  -ms-flex-order: 3;
      order: 3;
}
.atsx-col-xs-2 {
  display: block;
  box-sizing: border-box;
  width: 8.33333333%;
}
.atsx-col-xs-push-2 {
  left: 8.33333333%;
}
.atsx-col-xs-pull-2 {
  right: 8.33333333%;
}
.atsx-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.atsx-col-xs-order-2 {
  -ms-flex-order: 2;
      order: 2;
}
.atsx-col-xs-1 {
  display: block;
  box-sizing: border-box;
  width: 4.16666667%;
}
.atsx-col-xs-push-1 {
  left: 4.16666667%;
}
.atsx-col-xs-pull-1 {
  right: 4.16666667%;
}
.atsx-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.atsx-col-xs-order-1 {
  -ms-flex-order: 1;
      order: 1;
}
.atsx-col-xs-0 {
  display: none;
}
.atsx-col-push-0 {
  left: auto;
}
.atsx-col-pull-0 {
  right: auto;
}
.atsx-col-xs-push-0 {
  left: auto;
}
.atsx-col-xs-pull-0 {
  right: auto;
}
.atsx-col-xs-offset-0 {
  margin-left: 0;
}
.atsx-col-xs-order-0 {
  -ms-flex-order: 0;
      order: 0;
}
@media (min-width: 576px) {
  .atsx-col-sm-1,
  .atsx-col-sm-2,
  .atsx-col-sm-3,
  .atsx-col-sm-4,
  .atsx-col-sm-5,
  .atsx-col-sm-6,
  .atsx-col-sm-7,
  .atsx-col-sm-8,
  .atsx-col-sm-9,
  .atsx-col-sm-10,
  .atsx-col-sm-11,
  .atsx-col-sm-12,
  .atsx-col-sm-13,
  .atsx-col-sm-14,
  .atsx-col-sm-15,
  .atsx-col-sm-16,
  .atsx-col-sm-17,
  .atsx-col-sm-18,
  .atsx-col-sm-19,
  .atsx-col-sm-20,
  .atsx-col-sm-21,
  .atsx-col-sm-22,
  .atsx-col-sm-23,
  .atsx-col-sm-24 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    float: left;
  }
  .atsx-col-sm-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .atsx-col-sm-push-24 {
    left: 100%;
  }
  .atsx-col-sm-pull-24 {
    right: 100%;
  }
  .atsx-col-sm-offset-24 {
    margin-left: 100%;
  }
  .atsx-col-sm-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .atsx-col-sm-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .atsx-col-sm-push-23 {
    left: 95.83333333%;
  }
  .atsx-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .atsx-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .atsx-col-sm-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .atsx-col-sm-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .atsx-col-sm-push-22 {
    left: 91.66666667%;
  }
  .atsx-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .atsx-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .atsx-col-sm-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .atsx-col-sm-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .atsx-col-sm-push-21 {
    left: 87.5%;
  }
  .atsx-col-sm-pull-21 {
    right: 87.5%;
  }
  .atsx-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .atsx-col-sm-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .atsx-col-sm-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .atsx-col-sm-push-20 {
    left: 83.33333333%;
  }
  .atsx-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .atsx-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .atsx-col-sm-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .atsx-col-sm-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .atsx-col-sm-push-19 {
    left: 79.16666667%;
  }
  .atsx-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .atsx-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .atsx-col-sm-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .atsx-col-sm-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .atsx-col-sm-push-18 {
    left: 75%;
  }
  .atsx-col-sm-pull-18 {
    right: 75%;
  }
  .atsx-col-sm-offset-18 {
    margin-left: 75%;
  }
  .atsx-col-sm-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .atsx-col-sm-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .atsx-col-sm-push-17 {
    left: 70.83333333%;
  }
  .atsx-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .atsx-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .atsx-col-sm-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .atsx-col-sm-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .atsx-col-sm-push-16 {
    left: 66.66666667%;
  }
  .atsx-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .atsx-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .atsx-col-sm-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .atsx-col-sm-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .atsx-col-sm-push-15 {
    left: 62.5%;
  }
  .atsx-col-sm-pull-15 {
    right: 62.5%;
  }
  .atsx-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .atsx-col-sm-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .atsx-col-sm-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .atsx-col-sm-push-14 {
    left: 58.33333333%;
  }
  .atsx-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .atsx-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .atsx-col-sm-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .atsx-col-sm-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .atsx-col-sm-push-13 {
    left: 54.16666667%;
  }
  .atsx-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .atsx-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .atsx-col-sm-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .atsx-col-sm-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .atsx-col-sm-push-12 {
    left: 50%;
  }
  .atsx-col-sm-pull-12 {
    right: 50%;
  }
  .atsx-col-sm-offset-12 {
    margin-left: 50%;
  }
  .atsx-col-sm-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .atsx-col-sm-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .atsx-col-sm-push-11 {
    left: 45.83333333%;
  }
  .atsx-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .atsx-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .atsx-col-sm-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .atsx-col-sm-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .atsx-col-sm-push-10 {
    left: 41.66666667%;
  }
  .atsx-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .atsx-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .atsx-col-sm-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .atsx-col-sm-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .atsx-col-sm-push-9 {
    left: 37.5%;
  }
  .atsx-col-sm-pull-9 {
    right: 37.5%;
  }
  .atsx-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .atsx-col-sm-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .atsx-col-sm-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .atsx-col-sm-push-8 {
    left: 33.33333333%;
  }
  .atsx-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .atsx-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .atsx-col-sm-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .atsx-col-sm-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .atsx-col-sm-push-7 {
    left: 29.16666667%;
  }
  .atsx-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .atsx-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .atsx-col-sm-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .atsx-col-sm-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .atsx-col-sm-push-6 {
    left: 25%;
  }
  .atsx-col-sm-pull-6 {
    right: 25%;
  }
  .atsx-col-sm-offset-6 {
    margin-left: 25%;
  }
  .atsx-col-sm-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .atsx-col-sm-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .atsx-col-sm-push-5 {
    left: 20.83333333%;
  }
  .atsx-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .atsx-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .atsx-col-sm-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .atsx-col-sm-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .atsx-col-sm-push-4 {
    left: 16.66666667%;
  }
  .atsx-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .atsx-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .atsx-col-sm-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .atsx-col-sm-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .atsx-col-sm-push-3 {
    left: 12.5%;
  }
  .atsx-col-sm-pull-3 {
    right: 12.5%;
  }
  .atsx-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .atsx-col-sm-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .atsx-col-sm-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .atsx-col-sm-push-2 {
    left: 8.33333333%;
  }
  .atsx-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .atsx-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .atsx-col-sm-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .atsx-col-sm-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .atsx-col-sm-push-1 {
    left: 4.16666667%;
  }
  .atsx-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .atsx-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .atsx-col-sm-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .atsx-col-sm-0 {
    display: none;
  }
  .atsx-col-push-0 {
    left: auto;
  }
  .atsx-col-pull-0 {
    right: auto;
  }
  .atsx-col-sm-push-0 {
    left: auto;
  }
  .atsx-col-sm-pull-0 {
    right: auto;
  }
  .atsx-col-sm-offset-0 {
    margin-left: 0;
  }
  .atsx-col-sm-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media (min-width: 768px) {
  .atsx-col-md-1,
  .atsx-col-md-2,
  .atsx-col-md-3,
  .atsx-col-md-4,
  .atsx-col-md-5,
  .atsx-col-md-6,
  .atsx-col-md-7,
  .atsx-col-md-8,
  .atsx-col-md-9,
  .atsx-col-md-10,
  .atsx-col-md-11,
  .atsx-col-md-12,
  .atsx-col-md-13,
  .atsx-col-md-14,
  .atsx-col-md-15,
  .atsx-col-md-16,
  .atsx-col-md-17,
  .atsx-col-md-18,
  .atsx-col-md-19,
  .atsx-col-md-20,
  .atsx-col-md-21,
  .atsx-col-md-22,
  .atsx-col-md-23,
  .atsx-col-md-24 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    float: left;
  }
  .atsx-col-md-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .atsx-col-md-push-24 {
    left: 100%;
  }
  .atsx-col-md-pull-24 {
    right: 100%;
  }
  .atsx-col-md-offset-24 {
    margin-left: 100%;
  }
  .atsx-col-md-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .atsx-col-md-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .atsx-col-md-push-23 {
    left: 95.83333333%;
  }
  .atsx-col-md-pull-23 {
    right: 95.83333333%;
  }
  .atsx-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .atsx-col-md-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .atsx-col-md-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .atsx-col-md-push-22 {
    left: 91.66666667%;
  }
  .atsx-col-md-pull-22 {
    right: 91.66666667%;
  }
  .atsx-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .atsx-col-md-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .atsx-col-md-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .atsx-col-md-push-21 {
    left: 87.5%;
  }
  .atsx-col-md-pull-21 {
    right: 87.5%;
  }
  .atsx-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .atsx-col-md-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .atsx-col-md-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .atsx-col-md-push-20 {
    left: 83.33333333%;
  }
  .atsx-col-md-pull-20 {
    right: 83.33333333%;
  }
  .atsx-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .atsx-col-md-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .atsx-col-md-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .atsx-col-md-push-19 {
    left: 79.16666667%;
  }
  .atsx-col-md-pull-19 {
    right: 79.16666667%;
  }
  .atsx-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .atsx-col-md-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .atsx-col-md-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .atsx-col-md-push-18 {
    left: 75%;
  }
  .atsx-col-md-pull-18 {
    right: 75%;
  }
  .atsx-col-md-offset-18 {
    margin-left: 75%;
  }
  .atsx-col-md-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .atsx-col-md-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .atsx-col-md-push-17 {
    left: 70.83333333%;
  }
  .atsx-col-md-pull-17 {
    right: 70.83333333%;
  }
  .atsx-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .atsx-col-md-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .atsx-col-md-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .atsx-col-md-push-16 {
    left: 66.66666667%;
  }
  .atsx-col-md-pull-16 {
    right: 66.66666667%;
  }
  .atsx-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .atsx-col-md-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .atsx-col-md-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .atsx-col-md-push-15 {
    left: 62.5%;
  }
  .atsx-col-md-pull-15 {
    right: 62.5%;
  }
  .atsx-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .atsx-col-md-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .atsx-col-md-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .atsx-col-md-push-14 {
    left: 58.33333333%;
  }
  .atsx-col-md-pull-14 {
    right: 58.33333333%;
  }
  .atsx-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .atsx-col-md-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .atsx-col-md-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .atsx-col-md-push-13 {
    left: 54.16666667%;
  }
  .atsx-col-md-pull-13 {
    right: 54.16666667%;
  }
  .atsx-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .atsx-col-md-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .atsx-col-md-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .atsx-col-md-push-12 {
    left: 50%;
  }
  .atsx-col-md-pull-12 {
    right: 50%;
  }
  .atsx-col-md-offset-12 {
    margin-left: 50%;
  }
  .atsx-col-md-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .atsx-col-md-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .atsx-col-md-push-11 {
    left: 45.83333333%;
  }
  .atsx-col-md-pull-11 {
    right: 45.83333333%;
  }
  .atsx-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .atsx-col-md-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .atsx-col-md-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .atsx-col-md-push-10 {
    left: 41.66666667%;
  }
  .atsx-col-md-pull-10 {
    right: 41.66666667%;
  }
  .atsx-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .atsx-col-md-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .atsx-col-md-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .atsx-col-md-push-9 {
    left: 37.5%;
  }
  .atsx-col-md-pull-9 {
    right: 37.5%;
  }
  .atsx-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .atsx-col-md-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .atsx-col-md-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .atsx-col-md-push-8 {
    left: 33.33333333%;
  }
  .atsx-col-md-pull-8 {
    right: 33.33333333%;
  }
  .atsx-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .atsx-col-md-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .atsx-col-md-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .atsx-col-md-push-7 {
    left: 29.16666667%;
  }
  .atsx-col-md-pull-7 {
    right: 29.16666667%;
  }
  .atsx-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .atsx-col-md-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .atsx-col-md-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .atsx-col-md-push-6 {
    left: 25%;
  }
  .atsx-col-md-pull-6 {
    right: 25%;
  }
  .atsx-col-md-offset-6 {
    margin-left: 25%;
  }
  .atsx-col-md-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .atsx-col-md-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .atsx-col-md-push-5 {
    left: 20.83333333%;
  }
  .atsx-col-md-pull-5 {
    right: 20.83333333%;
  }
  .atsx-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .atsx-col-md-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .atsx-col-md-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .atsx-col-md-push-4 {
    left: 16.66666667%;
  }
  .atsx-col-md-pull-4 {
    right: 16.66666667%;
  }
  .atsx-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .atsx-col-md-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .atsx-col-md-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .atsx-col-md-push-3 {
    left: 12.5%;
  }
  .atsx-col-md-pull-3 {
    right: 12.5%;
  }
  .atsx-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .atsx-col-md-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .atsx-col-md-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .atsx-col-md-push-2 {
    left: 8.33333333%;
  }
  .atsx-col-md-pull-2 {
    right: 8.33333333%;
  }
  .atsx-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .atsx-col-md-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .atsx-col-md-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .atsx-col-md-push-1 {
    left: 4.16666667%;
  }
  .atsx-col-md-pull-1 {
    right: 4.16666667%;
  }
  .atsx-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .atsx-col-md-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .atsx-col-md-0 {
    display: none;
  }
  .atsx-col-push-0 {
    left: auto;
  }
  .atsx-col-pull-0 {
    right: auto;
  }
  .atsx-col-md-push-0 {
    left: auto;
  }
  .atsx-col-md-pull-0 {
    right: auto;
  }
  .atsx-col-md-offset-0 {
    margin-left: 0;
  }
  .atsx-col-md-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media (min-width: 992px) {
  .atsx-col-lg-1,
  .atsx-col-lg-2,
  .atsx-col-lg-3,
  .atsx-col-lg-4,
  .atsx-col-lg-5,
  .atsx-col-lg-6,
  .atsx-col-lg-7,
  .atsx-col-lg-8,
  .atsx-col-lg-9,
  .atsx-col-lg-10,
  .atsx-col-lg-11,
  .atsx-col-lg-12,
  .atsx-col-lg-13,
  .atsx-col-lg-14,
  .atsx-col-lg-15,
  .atsx-col-lg-16,
  .atsx-col-lg-17,
  .atsx-col-lg-18,
  .atsx-col-lg-19,
  .atsx-col-lg-20,
  .atsx-col-lg-21,
  .atsx-col-lg-22,
  .atsx-col-lg-23,
  .atsx-col-lg-24 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    float: left;
  }
  .atsx-col-lg-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .atsx-col-lg-push-24 {
    left: 100%;
  }
  .atsx-col-lg-pull-24 {
    right: 100%;
  }
  .atsx-col-lg-offset-24 {
    margin-left: 100%;
  }
  .atsx-col-lg-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .atsx-col-lg-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .atsx-col-lg-push-23 {
    left: 95.83333333%;
  }
  .atsx-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .atsx-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .atsx-col-lg-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .atsx-col-lg-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .atsx-col-lg-push-22 {
    left: 91.66666667%;
  }
  .atsx-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .atsx-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .atsx-col-lg-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .atsx-col-lg-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .atsx-col-lg-push-21 {
    left: 87.5%;
  }
  .atsx-col-lg-pull-21 {
    right: 87.5%;
  }
  .atsx-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .atsx-col-lg-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .atsx-col-lg-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .atsx-col-lg-push-20 {
    left: 83.33333333%;
  }
  .atsx-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .atsx-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .atsx-col-lg-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .atsx-col-lg-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .atsx-col-lg-push-19 {
    left: 79.16666667%;
  }
  .atsx-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .atsx-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .atsx-col-lg-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .atsx-col-lg-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .atsx-col-lg-push-18 {
    left: 75%;
  }
  .atsx-col-lg-pull-18 {
    right: 75%;
  }
  .atsx-col-lg-offset-18 {
    margin-left: 75%;
  }
  .atsx-col-lg-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .atsx-col-lg-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .atsx-col-lg-push-17 {
    left: 70.83333333%;
  }
  .atsx-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .atsx-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .atsx-col-lg-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .atsx-col-lg-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .atsx-col-lg-push-16 {
    left: 66.66666667%;
  }
  .atsx-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .atsx-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .atsx-col-lg-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .atsx-col-lg-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .atsx-col-lg-push-15 {
    left: 62.5%;
  }
  .atsx-col-lg-pull-15 {
    right: 62.5%;
  }
  .atsx-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .atsx-col-lg-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .atsx-col-lg-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .atsx-col-lg-push-14 {
    left: 58.33333333%;
  }
  .atsx-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .atsx-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .atsx-col-lg-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .atsx-col-lg-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .atsx-col-lg-push-13 {
    left: 54.16666667%;
  }
  .atsx-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .atsx-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .atsx-col-lg-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .atsx-col-lg-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .atsx-col-lg-push-12 {
    left: 50%;
  }
  .atsx-col-lg-pull-12 {
    right: 50%;
  }
  .atsx-col-lg-offset-12 {
    margin-left: 50%;
  }
  .atsx-col-lg-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .atsx-col-lg-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .atsx-col-lg-push-11 {
    left: 45.83333333%;
  }
  .atsx-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .atsx-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .atsx-col-lg-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .atsx-col-lg-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .atsx-col-lg-push-10 {
    left: 41.66666667%;
  }
  .atsx-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .atsx-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .atsx-col-lg-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .atsx-col-lg-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .atsx-col-lg-push-9 {
    left: 37.5%;
  }
  .atsx-col-lg-pull-9 {
    right: 37.5%;
  }
  .atsx-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .atsx-col-lg-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .atsx-col-lg-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .atsx-col-lg-push-8 {
    left: 33.33333333%;
  }
  .atsx-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .atsx-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .atsx-col-lg-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .atsx-col-lg-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .atsx-col-lg-push-7 {
    left: 29.16666667%;
  }
  .atsx-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .atsx-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .atsx-col-lg-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .atsx-col-lg-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .atsx-col-lg-push-6 {
    left: 25%;
  }
  .atsx-col-lg-pull-6 {
    right: 25%;
  }
  .atsx-col-lg-offset-6 {
    margin-left: 25%;
  }
  .atsx-col-lg-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .atsx-col-lg-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .atsx-col-lg-push-5 {
    left: 20.83333333%;
  }
  .atsx-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .atsx-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .atsx-col-lg-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .atsx-col-lg-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .atsx-col-lg-push-4 {
    left: 16.66666667%;
  }
  .atsx-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .atsx-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .atsx-col-lg-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .atsx-col-lg-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .atsx-col-lg-push-3 {
    left: 12.5%;
  }
  .atsx-col-lg-pull-3 {
    right: 12.5%;
  }
  .atsx-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .atsx-col-lg-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .atsx-col-lg-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .atsx-col-lg-push-2 {
    left: 8.33333333%;
  }
  .atsx-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .atsx-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .atsx-col-lg-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .atsx-col-lg-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .atsx-col-lg-push-1 {
    left: 4.16666667%;
  }
  .atsx-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .atsx-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .atsx-col-lg-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .atsx-col-lg-0 {
    display: none;
  }
  .atsx-col-push-0 {
    left: auto;
  }
  .atsx-col-pull-0 {
    right: auto;
  }
  .atsx-col-lg-push-0 {
    left: auto;
  }
  .atsx-col-lg-pull-0 {
    right: auto;
  }
  .atsx-col-lg-offset-0 {
    margin-left: 0;
  }
  .atsx-col-lg-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media (min-width: 1200px) {
  .atsx-col-xl-1,
  .atsx-col-xl-2,
  .atsx-col-xl-3,
  .atsx-col-xl-4,
  .atsx-col-xl-5,
  .atsx-col-xl-6,
  .atsx-col-xl-7,
  .atsx-col-xl-8,
  .atsx-col-xl-9,
  .atsx-col-xl-10,
  .atsx-col-xl-11,
  .atsx-col-xl-12,
  .atsx-col-xl-13,
  .atsx-col-xl-14,
  .atsx-col-xl-15,
  .atsx-col-xl-16,
  .atsx-col-xl-17,
  .atsx-col-xl-18,
  .atsx-col-xl-19,
  .atsx-col-xl-20,
  .atsx-col-xl-21,
  .atsx-col-xl-22,
  .atsx-col-xl-23,
  .atsx-col-xl-24 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    float: left;
  }
  .atsx-col-xl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .atsx-col-xl-push-24 {
    left: 100%;
  }
  .atsx-col-xl-pull-24 {
    right: 100%;
  }
  .atsx-col-xl-offset-24 {
    margin-left: 100%;
  }
  .atsx-col-xl-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .atsx-col-xl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .atsx-col-xl-push-23 {
    left: 95.83333333%;
  }
  .atsx-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .atsx-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .atsx-col-xl-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .atsx-col-xl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .atsx-col-xl-push-22 {
    left: 91.66666667%;
  }
  .atsx-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .atsx-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .atsx-col-xl-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .atsx-col-xl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .atsx-col-xl-push-21 {
    left: 87.5%;
  }
  .atsx-col-xl-pull-21 {
    right: 87.5%;
  }
  .atsx-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .atsx-col-xl-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .atsx-col-xl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .atsx-col-xl-push-20 {
    left: 83.33333333%;
  }
  .atsx-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .atsx-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .atsx-col-xl-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .atsx-col-xl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .atsx-col-xl-push-19 {
    left: 79.16666667%;
  }
  .atsx-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .atsx-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .atsx-col-xl-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .atsx-col-xl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .atsx-col-xl-push-18 {
    left: 75%;
  }
  .atsx-col-xl-pull-18 {
    right: 75%;
  }
  .atsx-col-xl-offset-18 {
    margin-left: 75%;
  }
  .atsx-col-xl-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .atsx-col-xl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .atsx-col-xl-push-17 {
    left: 70.83333333%;
  }
  .atsx-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .atsx-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .atsx-col-xl-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .atsx-col-xl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .atsx-col-xl-push-16 {
    left: 66.66666667%;
  }
  .atsx-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .atsx-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .atsx-col-xl-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .atsx-col-xl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .atsx-col-xl-push-15 {
    left: 62.5%;
  }
  .atsx-col-xl-pull-15 {
    right: 62.5%;
  }
  .atsx-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .atsx-col-xl-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .atsx-col-xl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .atsx-col-xl-push-14 {
    left: 58.33333333%;
  }
  .atsx-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .atsx-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .atsx-col-xl-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .atsx-col-xl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .atsx-col-xl-push-13 {
    left: 54.16666667%;
  }
  .atsx-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .atsx-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .atsx-col-xl-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .atsx-col-xl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .atsx-col-xl-push-12 {
    left: 50%;
  }
  .atsx-col-xl-pull-12 {
    right: 50%;
  }
  .atsx-col-xl-offset-12 {
    margin-left: 50%;
  }
  .atsx-col-xl-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .atsx-col-xl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .atsx-col-xl-push-11 {
    left: 45.83333333%;
  }
  .atsx-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .atsx-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .atsx-col-xl-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .atsx-col-xl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .atsx-col-xl-push-10 {
    left: 41.66666667%;
  }
  .atsx-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .atsx-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .atsx-col-xl-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .atsx-col-xl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .atsx-col-xl-push-9 {
    left: 37.5%;
  }
  .atsx-col-xl-pull-9 {
    right: 37.5%;
  }
  .atsx-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .atsx-col-xl-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .atsx-col-xl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .atsx-col-xl-push-8 {
    left: 33.33333333%;
  }
  .atsx-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .atsx-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .atsx-col-xl-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .atsx-col-xl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .atsx-col-xl-push-7 {
    left: 29.16666667%;
  }
  .atsx-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .atsx-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .atsx-col-xl-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .atsx-col-xl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .atsx-col-xl-push-6 {
    left: 25%;
  }
  .atsx-col-xl-pull-6 {
    right: 25%;
  }
  .atsx-col-xl-offset-6 {
    margin-left: 25%;
  }
  .atsx-col-xl-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .atsx-col-xl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .atsx-col-xl-push-5 {
    left: 20.83333333%;
  }
  .atsx-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .atsx-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .atsx-col-xl-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .atsx-col-xl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .atsx-col-xl-push-4 {
    left: 16.66666667%;
  }
  .atsx-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .atsx-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .atsx-col-xl-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .atsx-col-xl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .atsx-col-xl-push-3 {
    left: 12.5%;
  }
  .atsx-col-xl-pull-3 {
    right: 12.5%;
  }
  .atsx-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .atsx-col-xl-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .atsx-col-xl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .atsx-col-xl-push-2 {
    left: 8.33333333%;
  }
  .atsx-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .atsx-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .atsx-col-xl-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .atsx-col-xl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .atsx-col-xl-push-1 {
    left: 4.16666667%;
  }
  .atsx-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .atsx-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .atsx-col-xl-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .atsx-col-xl-0 {
    display: none;
  }
  .atsx-col-push-0 {
    left: auto;
  }
  .atsx-col-pull-0 {
    right: auto;
  }
  .atsx-col-xl-push-0 {
    left: auto;
  }
  .atsx-col-xl-pull-0 {
    right: auto;
  }
  .atsx-col-xl-offset-0 {
    margin-left: 0;
  }
  .atsx-col-xl-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media (min-width: 1600px) {
  .atsx-col-xxl-1,
  .atsx-col-xxl-2,
  .atsx-col-xxl-3,
  .atsx-col-xxl-4,
  .atsx-col-xxl-5,
  .atsx-col-xxl-6,
  .atsx-col-xxl-7,
  .atsx-col-xxl-8,
  .atsx-col-xxl-9,
  .atsx-col-xxl-10,
  .atsx-col-xxl-11,
  .atsx-col-xxl-12,
  .atsx-col-xxl-13,
  .atsx-col-xxl-14,
  .atsx-col-xxl-15,
  .atsx-col-xxl-16,
  .atsx-col-xxl-17,
  .atsx-col-xxl-18,
  .atsx-col-xxl-19,
  .atsx-col-xxl-20,
  .atsx-col-xxl-21,
  .atsx-col-xxl-22,
  .atsx-col-xxl-23,
  .atsx-col-xxl-24 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    float: left;
  }
  .atsx-col-xxl-24 {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .atsx-col-xxl-push-24 {
    left: 100%;
  }
  .atsx-col-xxl-pull-24 {
    right: 100%;
  }
  .atsx-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .atsx-col-xxl-order-24 {
    -ms-flex-order: 24;
        order: 24;
  }
  .atsx-col-xxl-23 {
    display: block;
    box-sizing: border-box;
    width: 95.83333333%;
  }
  .atsx-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .atsx-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .atsx-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .atsx-col-xxl-order-23 {
    -ms-flex-order: 23;
        order: 23;
  }
  .atsx-col-xxl-22 {
    display: block;
    box-sizing: border-box;
    width: 91.66666667%;
  }
  .atsx-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .atsx-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .atsx-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .atsx-col-xxl-order-22 {
    -ms-flex-order: 22;
        order: 22;
  }
  .atsx-col-xxl-21 {
    display: block;
    box-sizing: border-box;
    width: 87.5%;
  }
  .atsx-col-xxl-push-21 {
    left: 87.5%;
  }
  .atsx-col-xxl-pull-21 {
    right: 87.5%;
  }
  .atsx-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .atsx-col-xxl-order-21 {
    -ms-flex-order: 21;
        order: 21;
  }
  .atsx-col-xxl-20 {
    display: block;
    box-sizing: border-box;
    width: 83.33333333%;
  }
  .atsx-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .atsx-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .atsx-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .atsx-col-xxl-order-20 {
    -ms-flex-order: 20;
        order: 20;
  }
  .atsx-col-xxl-19 {
    display: block;
    box-sizing: border-box;
    width: 79.16666667%;
  }
  .atsx-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .atsx-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .atsx-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .atsx-col-xxl-order-19 {
    -ms-flex-order: 19;
        order: 19;
  }
  .atsx-col-xxl-18 {
    display: block;
    box-sizing: border-box;
    width: 75%;
  }
  .atsx-col-xxl-push-18 {
    left: 75%;
  }
  .atsx-col-xxl-pull-18 {
    right: 75%;
  }
  .atsx-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .atsx-col-xxl-order-18 {
    -ms-flex-order: 18;
        order: 18;
  }
  .atsx-col-xxl-17 {
    display: block;
    box-sizing: border-box;
    width: 70.83333333%;
  }
  .atsx-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .atsx-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .atsx-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .atsx-col-xxl-order-17 {
    -ms-flex-order: 17;
        order: 17;
  }
  .atsx-col-xxl-16 {
    display: block;
    box-sizing: border-box;
    width: 66.66666667%;
  }
  .atsx-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .atsx-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .atsx-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .atsx-col-xxl-order-16 {
    -ms-flex-order: 16;
        order: 16;
  }
  .atsx-col-xxl-15 {
    display: block;
    box-sizing: border-box;
    width: 62.5%;
  }
  .atsx-col-xxl-push-15 {
    left: 62.5%;
  }
  .atsx-col-xxl-pull-15 {
    right: 62.5%;
  }
  .atsx-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .atsx-col-xxl-order-15 {
    -ms-flex-order: 15;
        order: 15;
  }
  .atsx-col-xxl-14 {
    display: block;
    box-sizing: border-box;
    width: 58.33333333%;
  }
  .atsx-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .atsx-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .atsx-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .atsx-col-xxl-order-14 {
    -ms-flex-order: 14;
        order: 14;
  }
  .atsx-col-xxl-13 {
    display: block;
    box-sizing: border-box;
    width: 54.16666667%;
  }
  .atsx-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .atsx-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .atsx-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .atsx-col-xxl-order-13 {
    -ms-flex-order: 13;
        order: 13;
  }
  .atsx-col-xxl-12 {
    display: block;
    box-sizing: border-box;
    width: 50%;
  }
  .atsx-col-xxl-push-12 {
    left: 50%;
  }
  .atsx-col-xxl-pull-12 {
    right: 50%;
  }
  .atsx-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .atsx-col-xxl-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .atsx-col-xxl-11 {
    display: block;
    box-sizing: border-box;
    width: 45.83333333%;
  }
  .atsx-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .atsx-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .atsx-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .atsx-col-xxl-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .atsx-col-xxl-10 {
    display: block;
    box-sizing: border-box;
    width: 41.66666667%;
  }
  .atsx-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .atsx-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .atsx-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .atsx-col-xxl-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .atsx-col-xxl-9 {
    display: block;
    box-sizing: border-box;
    width: 37.5%;
  }
  .atsx-col-xxl-push-9 {
    left: 37.5%;
  }
  .atsx-col-xxl-pull-9 {
    right: 37.5%;
  }
  .atsx-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .atsx-col-xxl-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .atsx-col-xxl-8 {
    display: block;
    box-sizing: border-box;
    width: 33.33333333%;
  }
  .atsx-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .atsx-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .atsx-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .atsx-col-xxl-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .atsx-col-xxl-7 {
    display: block;
    box-sizing: border-box;
    width: 29.16666667%;
  }
  .atsx-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .atsx-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .atsx-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .atsx-col-xxl-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .atsx-col-xxl-6 {
    display: block;
    box-sizing: border-box;
    width: 25%;
  }
  .atsx-col-xxl-push-6 {
    left: 25%;
  }
  .atsx-col-xxl-pull-6 {
    right: 25%;
  }
  .atsx-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .atsx-col-xxl-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .atsx-col-xxl-5 {
    display: block;
    box-sizing: border-box;
    width: 20.83333333%;
  }
  .atsx-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .atsx-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .atsx-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .atsx-col-xxl-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .atsx-col-xxl-4 {
    display: block;
    box-sizing: border-box;
    width: 16.66666667%;
  }
  .atsx-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .atsx-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .atsx-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .atsx-col-xxl-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .atsx-col-xxl-3 {
    display: block;
    box-sizing: border-box;
    width: 12.5%;
  }
  .atsx-col-xxl-push-3 {
    left: 12.5%;
  }
  .atsx-col-xxl-pull-3 {
    right: 12.5%;
  }
  .atsx-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .atsx-col-xxl-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .atsx-col-xxl-2 {
    display: block;
    box-sizing: border-box;
    width: 8.33333333%;
  }
  .atsx-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .atsx-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .atsx-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .atsx-col-xxl-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .atsx-col-xxl-1 {
    display: block;
    box-sizing: border-box;
    width: 4.16666667%;
  }
  .atsx-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .atsx-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .atsx-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .atsx-col-xxl-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .atsx-col-xxl-0 {
    display: none;
  }
  .atsx-col-push-0 {
    left: auto;
  }
  .atsx-col-pull-0 {
    right: auto;
  }
  .atsx-col-xxl-push-0 {
    left: auto;
  }
  .atsx-col-xxl-pull-0 {
    right: auto;
  }
  .atsx-col-xxl-offset-0 {
    margin-left: 0;
  }
  .atsx-col-xxl-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}

@-webkit-keyframes fullscreenModalEnter__2dfa1a {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__2dfa1a {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__2dfa1a {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__2dfa1a {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__2dfa1a {
  height: 100%;
}
.atsx-layout__2dfa1a {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__2dfa1a,
.b50__2dfa1a {
  color: #f0f4ff;
}
.L50__2dfa1a,
.l50__2dfa1a {
  color: #f7fae5;
}
.L100__2dfa1a,
.l100__2dfa1a {
  color: #eef6c6;
}
.L200__2dfa1a,
.l200__2dfa1a {
  color: #dfee96;
}
.L300__2dfa1a,
.l300__2dfa1a {
  color: #d2e76a;
}
.L400__2dfa1a,
.l400__2dfa1a {
  color: #c3dd40;
}
.L500__2dfa1a,
.l500__2dfa1a {
  color: #b3d600;
}
.L600__2dfa1a,
.l600__2dfa1a {
  color: #8fac02;
}
.L700__2dfa1a,
.l700__2dfa1a {
  color: #667901;
}
.L800__2dfa1a,
.l800__2dfa1a {
  color: #495700;
}
.L900__2dfa1a,
.l900__2dfa1a {
  color: #354200;
}
.Y50__2dfa1a,
.y50__2dfa1a {
  color: #fdf9ed;
}
.Y100__2dfa1a,
.y100__2dfa1a {
  color: #faf1d1;
}
.Y200__2dfa1a,
.y200__2dfa1a {
  color: #f8e6ab;
}
.Y300__2dfa1a,
.y300__2dfa1a {
  color: #f7dc82;
}
.Y400__2dfa1a,
.y400__2dfa1a {
  color: #fad355;
}
.Y500__2dfa1a,
.y500__2dfa1a {
  color: #ffc60a;
}
.Y600__2dfa1a,
.y600__2dfa1a {
  color: #dc9b04;
}
.Y700__2dfa1a,
.y700__2dfa1a {
  color: #aa7803;
}
.Y800__2dfa1a,
.y800__2dfa1a {
  color: #795101;
}
.Y900__2dfa1a,
.y900__2dfa1a {
  color: #5c3a00;
}
.O50__2dfa1a,
.o50__2dfa1a {
  color: #fff5eb;
}
.O100__2dfa1a,
.o100__2dfa1a {
  color: #feead2;
}
.O200__2dfa1a,
.o200__2dfa1a {
  color: #fed4a4;
}
.O300__2dfa1a,
.o300__2dfa1a {
  color: #ffba6b;
}
.O400__2dfa1a,
.o400__2dfa1a {
  color: #ffa53d;
}
.O500__2dfa1a,
.o500__2dfa1a {
  color: #f80;
}
.O600__2dfa1a,
.o600__2dfa1a {
  color: #de7802;
}
.O700__2dfa1a,
.o700__2dfa1a {
  color: #b26206;
}
.O800__2dfa1a,
.o800__2dfa1a {
  color: #8f4f04;
}
.O900__2dfa1a,
.o900__2dfa1a {
  color: #6b3900;
}
.R50__2dfa1a,
.r50__2dfa1a {
  color: #fef1f1;
}
.R100__2dfa1a,
.r100__2dfa1a {
  color: #fde2e2;
}
.R200__2dfa1a,
.r200__2dfa1a {
  color: #fbbfbc;
}
.R300__2dfa1a,
.r300__2dfa1a {
  color: #f98e8b;
}
.R400__2dfa1a,
.r400__2dfa1a {
  color: #f76964;
}
.R500__2dfa1a,
.r500__2dfa1a {
  color: #f54a45;
}
.R600__2dfa1a,
.r600__2dfa1a {
  color: #d83931;
}
.R700__2dfa1a,
.r700__2dfa1a {
  color: #ac2f28;
}
.R800__2dfa1a,
.r800__2dfa1a {
  color: #812520;
}
.R900__2dfa1a,
.r900__2dfa1a {
  color: #621c18;
}
.C50__2dfa1a,
.c50__2dfa1a {
  color: #fef1f8;
}
.C100__2dfa1a,
.c100__2dfa1a {
  color: #fdddef;
}
.C200__2dfa1a,
.c200__2dfa1a {
  color: #f9aed9;
}
.C300__2dfa1a,
.c300__2dfa1a {
  color: #f57ac0;
}
.C400__2dfa1a,
.c400__2dfa1a {
  color: #f14ba9;
}
.C500__2dfa1a,
.c500__2dfa1a {
  color: #f01d94;
}
.C600__2dfa1a,
.c600__2dfa1a {
  color: #c71077;
}
.C700__2dfa1a,
.c700__2dfa1a {
  color: #9e1361;
}
.C800__2dfa1a,
.c800__2dfa1a {
  color: #7a0f4b;
}
.C900__2dfa1a,
.c900__2dfa1a {
  color: #520a32;
}
.V50__2dfa1a,
.v50__2dfa1a {
  color: #fceefc;
}
.V100__2dfa1a,
.v100__2dfa1a {
  color: #f8def8;
}
.V200__2dfa1a,
.v200__2dfa1a {
  color: #efb9ef;
}
.V300__2dfa1a,
.v300__2dfa1a {
  color: #e58fe5;
}
.V400__2dfa1a,
.v400__2dfa1a {
  color: #db66db;
}
.V500__2dfa1a,
.v500__2dfa1a {
  color: #d136d1;
}
.V600__2dfa1a,
.v600__2dfa1a {
  color: #b320b3;
}
.V700__2dfa1a,
.v700__2dfa1a {
  color: #8c218c;
}
.V800__2dfa1a,
.v800__2dfa1a {
  color: #681268;
}
.V900__2dfa1a,
.v900__2dfa1a {
  color: #460b46;
}
.P50__2dfa1a,
.p50__2dfa1a {
  color: #f6f1fe;
}
.P100__2dfa1a,
.p100__2dfa1a {
  color: #ece2fe;
}
.P200__2dfa1a,
.p200__2dfa1a {
  color: #cdb2fa;
}
.P300__2dfa1a,
.p300__2dfa1a {
  color: #ad82f7;
}
.P400__2dfa1a,
.p400__2dfa1a {
  color: #935af6;
}
.P500__2dfa1a,
.p500__2dfa1a {
  color: #7f3bf5;
}
.P600__2dfa1a,
.p600__2dfa1a {
  color: #6425d0;
}
.P700__2dfa1a,
.p700__2dfa1a {
  color: #4e1ba7;
}
.P800__2dfa1a,
.p800__2dfa1a {
  color: #380d82;
}
.P900__2dfa1a,
.p900__2dfa1a {
  color: #270561;
}
.I50__2dfa1a,
.i50__2dfa1a {
  color: #f2f3fd;
}
.I100__2dfa1a,
.i100__2dfa1a {
  color: #e0e2fa;
}
.I200__2dfa1a,
.i200__2dfa1a {
  color: #b4b9f3;
}
.I300__2dfa1a,
.i300__2dfa1a {
  color: #7b83ea;
}
.I400__2dfa1a,
.i400__2dfa1a {
  color: #616ae5;
}
.I500__2dfa1a,
.i500__2dfa1a {
  color: #4954e6;
}
.I600__2dfa1a,
.i600__2dfa1a {
  color: #2933c7;
}
.I700__2dfa1a,
.i700__2dfa1a {
  color: #161fa2;
}
.I800__2dfa1a,
.i800__2dfa1a {
  color: #0a1285;
}
.I900__2dfa1a,
.i900__2dfa1a {
  color: #0c1264;
}
.N50__2dfa1a,
.n50__2dfa1a {
  color: #f8f9fa;
}
.N100__2dfa1a,
.n100__2dfa1a {
  color: #f5f6f7;
}
.N200__2dfa1a,
.n200__2dfa1a {
  color: #eff0f1;
}
.N300__2dfa1a,
.n300__2dfa1a {
  color: #dee0e3;
}
.N400__2dfa1a,
.n400__2dfa1a {
  color: #bbbfc4;
}
.N500__2dfa1a,
.n500__2dfa1a {
  color: #8f959e;
}
.N600__2dfa1a,
.n600__2dfa1a {
  color: #646a73;
}
.N700__2dfa1a,
.n700__2dfa1a {
  color: #373c43;
}
.N800__2dfa1a,
.n800__2dfa1a {
  color: #2b2f36;
}
.N900__2dfa1a,
.n900__2dfa1a {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.password__2dfa1a {
  position: relative;
}
.password__2dfa1a .password-showPwd {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  top: 8px;
  color: #646a73;
  cursor: pointer;
}
.password__2dfa1a .password-showPwd:hover {
  color: #325ab4;
}
.password__2dfa1a .password-showPwd svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fullscreenModalEnter__c34257 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__c34257 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__c34257 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__c34257 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__c34257 {
  height: 100%;
}
.atsx-layout__c34257 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__c34257,
.b50__c34257 {
  color: #f0f4ff;
}
.L50__c34257,
.l50__c34257 {
  color: #f7fae5;
}
.L100__c34257,
.l100__c34257 {
  color: #eef6c6;
}
.L200__c34257,
.l200__c34257 {
  color: #dfee96;
}
.L300__c34257,
.l300__c34257 {
  color: #d2e76a;
}
.L400__c34257,
.l400__c34257 {
  color: #c3dd40;
}
.L500__c34257,
.l500__c34257 {
  color: #b3d600;
}
.L600__c34257,
.l600__c34257 {
  color: #8fac02;
}
.L700__c34257,
.l700__c34257 {
  color: #667901;
}
.L800__c34257,
.l800__c34257 {
  color: #495700;
}
.L900__c34257,
.l900__c34257 {
  color: #354200;
}
.Y50__c34257,
.y50__c34257 {
  color: #fdf9ed;
}
.Y100__c34257,
.y100__c34257 {
  color: #faf1d1;
}
.Y200__c34257,
.y200__c34257 {
  color: #f8e6ab;
}
.Y300__c34257,
.y300__c34257 {
  color: #f7dc82;
}
.Y400__c34257,
.y400__c34257 {
  color: #fad355;
}
.Y500__c34257,
.y500__c34257 {
  color: #ffc60a;
}
.Y600__c34257,
.y600__c34257 {
  color: #dc9b04;
}
.Y700__c34257,
.y700__c34257 {
  color: #aa7803;
}
.Y800__c34257,
.y800__c34257 {
  color: #795101;
}
.Y900__c34257,
.y900__c34257 {
  color: #5c3a00;
}
.O50__c34257,
.o50__c34257 {
  color: #fff5eb;
}
.O100__c34257,
.o100__c34257 {
  color: #feead2;
}
.O200__c34257,
.o200__c34257 {
  color: #fed4a4;
}
.O300__c34257,
.o300__c34257 {
  color: #ffba6b;
}
.O400__c34257,
.o400__c34257 {
  color: #ffa53d;
}
.O500__c34257,
.o500__c34257 {
  color: #f80;
}
.O600__c34257,
.o600__c34257 {
  color: #de7802;
}
.O700__c34257,
.o700__c34257 {
  color: #b26206;
}
.O800__c34257,
.o800__c34257 {
  color: #8f4f04;
}
.O900__c34257,
.o900__c34257 {
  color: #6b3900;
}
.R50__c34257,
.r50__c34257 {
  color: #fef1f1;
}
.R100__c34257,
.r100__c34257 {
  color: #fde2e2;
}
.R200__c34257,
.r200__c34257 {
  color: #fbbfbc;
}
.R300__c34257,
.r300__c34257 {
  color: #f98e8b;
}
.R400__c34257,
.r400__c34257 {
  color: #f76964;
}
.R500__c34257,
.r500__c34257 {
  color: #f54a45;
}
.R600__c34257,
.r600__c34257 {
  color: #d83931;
}
.R700__c34257,
.r700__c34257 {
  color: #ac2f28;
}
.R800__c34257,
.r800__c34257 {
  color: #812520;
}
.R900__c34257,
.r900__c34257 {
  color: #621c18;
}
.C50__c34257,
.c50__c34257 {
  color: #fef1f8;
}
.C100__c34257,
.c100__c34257 {
  color: #fdddef;
}
.C200__c34257,
.c200__c34257 {
  color: #f9aed9;
}
.C300__c34257,
.c300__c34257 {
  color: #f57ac0;
}
.C400__c34257,
.c400__c34257 {
  color: #f14ba9;
}
.C500__c34257,
.c500__c34257 {
  color: #f01d94;
}
.C600__c34257,
.c600__c34257 {
  color: #c71077;
}
.C700__c34257,
.c700__c34257 {
  color: #9e1361;
}
.C800__c34257,
.c800__c34257 {
  color: #7a0f4b;
}
.C900__c34257,
.c900__c34257 {
  color: #520a32;
}
.V50__c34257,
.v50__c34257 {
  color: #fceefc;
}
.V100__c34257,
.v100__c34257 {
  color: #f8def8;
}
.V200__c34257,
.v200__c34257 {
  color: #efb9ef;
}
.V300__c34257,
.v300__c34257 {
  color: #e58fe5;
}
.V400__c34257,
.v400__c34257 {
  color: #db66db;
}
.V500__c34257,
.v500__c34257 {
  color: #d136d1;
}
.V600__c34257,
.v600__c34257 {
  color: #b320b3;
}
.V700__c34257,
.v700__c34257 {
  color: #8c218c;
}
.V800__c34257,
.v800__c34257 {
  color: #681268;
}
.V900__c34257,
.v900__c34257 {
  color: #460b46;
}
.P50__c34257,
.p50__c34257 {
  color: #f6f1fe;
}
.P100__c34257,
.p100__c34257 {
  color: #ece2fe;
}
.P200__c34257,
.p200__c34257 {
  color: #cdb2fa;
}
.P300__c34257,
.p300__c34257 {
  color: #ad82f7;
}
.P400__c34257,
.p400__c34257 {
  color: #935af6;
}
.P500__c34257,
.p500__c34257 {
  color: #7f3bf5;
}
.P600__c34257,
.p600__c34257 {
  color: #6425d0;
}
.P700__c34257,
.p700__c34257 {
  color: #4e1ba7;
}
.P800__c34257,
.p800__c34257 {
  color: #380d82;
}
.P900__c34257,
.p900__c34257 {
  color: #270561;
}
.I50__c34257,
.i50__c34257 {
  color: #f2f3fd;
}
.I100__c34257,
.i100__c34257 {
  color: #e0e2fa;
}
.I200__c34257,
.i200__c34257 {
  color: #b4b9f3;
}
.I300__c34257,
.i300__c34257 {
  color: #7b83ea;
}
.I400__c34257,
.i400__c34257 {
  color: #616ae5;
}
.I500__c34257,
.i500__c34257 {
  color: #4954e6;
}
.I600__c34257,
.i600__c34257 {
  color: #2933c7;
}
.I700__c34257,
.i700__c34257 {
  color: #161fa2;
}
.I800__c34257,
.i800__c34257 {
  color: #0a1285;
}
.I900__c34257,
.i900__c34257 {
  color: #0c1264;
}
.N50__c34257,
.n50__c34257 {
  color: #f8f9fa;
}
.N100__c34257,
.n100__c34257 {
  color: #f5f6f7;
}
.N200__c34257,
.n200__c34257 {
  color: #eff0f1;
}
.N300__c34257,
.n300__c34257 {
  color: #dee0e3;
}
.N400__c34257,
.n400__c34257 {
  color: #bbbfc4;
}
.N500__c34257,
.n500__c34257 {
  color: #8f959e;
}
.N600__c34257,
.n600__c34257 {
  color: #646a73;
}
.N700__c34257,
.n700__c34257 {
  color: #373c43;
}
.N800__c34257,
.n800__c34257 {
  color: #2b2f36;
}
.N900__c34257,
.n900__c34257 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.thirdPartyLogin__c34257 {
  margin-bottom: 36px;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-text {
  padding-top: 24px;
  border-top: 1px solid #eff1f1;
  line-height: 22px;
  font-size: 16px;
  text-align: center;
  color: #646a73;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 16px;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon {
  width: 40px;
  height: 40px;
  margin: 0 16px;
  cursor: pointer;
  color: #646a73;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-wechat {
  color: #2ea121;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-wechat:hover {
  color: #227818;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-facebook {
  color: #3c5a9a;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-facebook:hover {
  color: #2c4373;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-linkedin {
  color: #1d87bd;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-linkedin:hover {
  color: #15658d;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-douyin {
  color: #fff;
}
.thirdPartyLogin__c34257 .thirdPartyLogin-icon.thirdPartyLogin-douyin:hover {
  color: #000;
}
.wechat-popover.wechat-popover-loading {
  display: none;
}
.wechat-popover .atsx-popover-inner-content {
  width: 156px;
  height: 180px;
  padding: 9px 6px 6px;
}
.wechat-popover .atsx-popover-inner-content iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.thirdPartyLogin-modal {
  height: 300px;
}
.thirdPartyLogin-modal .atsx-modal-header {
  border: none;
  padding-bottom: 0;
  margin-bottom: 15px;
}
.thirdPartyLogin-modal .atsx-modal-content {
  height: 100%;
}
.thirdPartyLogin-modal .modal_footer_text {
  text-align: center;
}
.thirdPartyLogin-modal .add_iframe {
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
.thirdPartyLogin-modal .add_iframe iframe {
  border: none;
  width: 100%;
  height: 100%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.atsx-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.atsx-popover-hidden {
  display: none;
}
.atsx-popover-placement-top,
.atsx-popover-placement-topLeft,
.atsx-popover-placement-topRight {
  padding-bottom: 10px;
}
.atsx-popover-placement-right,
.atsx-popover-placement-rightTop,
.atsx-popover-placement-rightBottom {
  padding-left: 10px;
}
.atsx-popover-placement-bottom,
.atsx-popover-placement-bottomLeft,
.atsx-popover-placement-bottomRight {
  padding-top: 10px;
}
.atsx-popover-placement-left,
.atsx-popover-placement-leftTop,
.atsx-popover-placement-leftBottom {
  padding-right: 10px;
}
.atsx-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .atsx-popover {
    /* IE10+ */
  }
  .atsx-popover-inner {
    box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
  }
}
.atsx-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  border-bottom: 1px solid #e8e8e8;
}
.atsx-popover-inner-content {
  padding: 12px 16px;
  color: #646a73;
}
.atsx-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #646a73;
  font-size: 14px;
}
.atsx-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #FF8800;
  font-size: 14px;
}
.atsx-popover-message-title {
  padding-left: 22px;
}
.atsx-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.atsx-popover-buttons button {
  margin-left: 8px;
}
.atsx-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: #ffffff;
  border-style: solid;
  border-width: 4.24264069px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.atsx-popover-placement-top > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-topLeft > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-topRight > .atsx-popover-content > .atsx-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
}
.atsx-popover-placement-top > .atsx-popover-content > .atsx-popover-arrow {
  left: 50%;
  -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
}
.atsx-popover-placement-topLeft > .atsx-popover-content > .atsx-popover-arrow {
  left: 16px;
}
.atsx-popover-placement-topRight > .atsx-popover-content > .atsx-popover-arrow {
  right: 16px;
}
.atsx-popover-placement-right > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-rightTop > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-rightBottom > .atsx-popover-content > .atsx-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.atsx-popover-placement-right > .atsx-popover-content > .atsx-popover-arrow {
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
}
.atsx-popover-placement-rightTop > .atsx-popover-content > .atsx-popover-arrow {
  top: 12px;
}
.atsx-popover-placement-rightBottom > .atsx-popover-content > .atsx-popover-arrow {
  bottom: 12px;
}
.atsx-popover-placement-bottom > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-bottomLeft > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-bottomRight > .atsx-popover-content > .atsx-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.atsx-popover-placement-bottom > .atsx-popover-content > .atsx-popover-arrow {
  left: 50%;
  -ms-transform: translateX(-50%) rotate(45deg);
      transform: translateX(-50%) rotate(45deg);
}
.atsx-popover-placement-bottomLeft > .atsx-popover-content > .atsx-popover-arrow {
  left: 16px;
}
.atsx-popover-placement-bottomRight > .atsx-popover-content > .atsx-popover-arrow {
  right: 16px;
}
.atsx-popover-placement-left > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-leftTop > .atsx-popover-content > .atsx-popover-arrow,
.atsx-popover-placement-leftBottom > .atsx-popover-content > .atsx-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.atsx-popover-placement-left > .atsx-popover-content > .atsx-popover-arrow {
  top: 50%;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
}
.atsx-popover-placement-leftTop > .atsx-popover-content > .atsx-popover-arrow {
  top: 12px;
}
.atsx-popover-placement-leftBottom > .atsx-popover-content > .atsx-popover-arrow {
  bottom: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-checkbox-wrapper:hover .atsx-checkbox:not(.atsx-checkbox-disabled) .atsx-checkbox-inner {
  border-color: #325ab4;
  box-shadow: 0 0 4px 0 rgba(78, 131, 253, 0.4);
  background-color: white;
}
.atsx-checkbox-wrapper:hover .atsx-checkbox:not(.atsx-checkbox-disabled).atsx-checkbox-indeterminate .atsx-checkbox-inner,
.atsx-checkbox-wrapper:hover .atsx-checkbox:not(.atsx-checkbox-disabled).atsx-checkbox-checked .atsx-checkbox-inner {
  box-shadow: none;
  background-color: #325ab4;
}
.atsx-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.atsx-checkbox:not(.atsx-checkbox-disabled) .atsx-checkbox-input:focus + .atsx-checkbox-inner {
  border-color: #325ab4;
  box-shadow: 0 0 4px 0 rgba(78, 131, 253, 0.4);
  background-color: white;
}
.atsx-checkbox:not(.atsx-checkbox-disabled).atsx-checkbox-checked .atsx-checkbox-input:focus + .atsx-checkbox-inner,
.atsx-checkbox:not(.atsx-checkbox-disabled).atsx-checkbox-indeterminate .atsx-checkbox-input:focus + .atsx-checkbox-inner {
  background-color: #325ab4;
  box-shadow: none;
}
.atsx-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 2px;
  visibility: hidden;
  content: '';
}
.atsx-checkbox:hover::after,
.atsx-checkbox-wrapper:hover .atsx-checkbox::after {
  visibility: visible;
}
.atsx-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #8f959e;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.atsx-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21%;
  display: table;
  width: 5px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -ms-transform: rotate(45deg) scale(0) translate(-50%, -50%);
      transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.atsx-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.atsx-checkbox-checked .atsx-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -ms-transform: rotate(45deg) scale(1) translate(-50%, -50%);
      transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.atsx-checkbox-checked:not(.atsx-checkbox-disabled) .atsx-checkbox-inner {
  background-color: #325ab4;
  border-color: #325ab4;
}
.atsx-checkbox-disabled {
  cursor: not-allowed;
}
.atsx-checkbox-disabled.atsx-checkbox-checked .atsx-checkbox-inner {
  background: #bbbfc4;
  border-color: #bbbfc4;
}
.atsx-checkbox-disabled.atsx-checkbox-checked .atsx-checkbox-inner::after {
  border-color: white;
  -webkit-animation-name: none;
          animation-name: none;
}
.atsx-checkbox-disabled .atsx-checkbox-input {
  cursor: not-allowed;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  background-color: #eff0f1;
  border-color: #bbbfc4;
  box-shadow: none;
}
.atsx-checkbox-disabled .atsx-checkbox-inner::after {
  border-color: #EFF0F1;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.atsx-checkbox-disabled + span {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
.atsx-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.atsx-checkbox-wrapper + .atsx-checkbox-wrapper {
  margin-left: 8px;
}
.atsx-checkbox-wrapper + span,
.atsx-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.atsx-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
}
.atsx-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.atsx-checkbox-group-item:last-child {
  margin-right: 0;
}
.atsx-checkbox-group-item + .atsx-checkbox-group-item {
  margin-left: 0;
}
.atsx-checkbox-indeterminate .atsx-checkbox-inner {
  background-color: #325ab4;
  border-color: #325ab4;
}
.atsx-checkbox-indeterminate .atsx-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  background-color: #fff;
  border: 0;
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.atsx-checkbox-indeterminate.atsx-checkbox-disabled .atsx-checkbox-inner {
  background-color: #bbbfc4;
  border-color: #bbbfc4;
}
.atsx-checkbox-indeterminate.atsx-checkbox-disabled .atsx-checkbox-inner::after {
  background-color: white;
  border-color: white;
}

.error_checkbox .atsx-checkbox-inner {
  border: 1px solid red;
}

@-webkit-keyframes fullscreenModalEnter__99d5f7 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__99d5f7 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__99d5f7 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__99d5f7 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__99d5f7 {
  height: 100%;
}
.atsx-layout__99d5f7 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__99d5f7,
.b50__99d5f7 {
  color: #f0f4ff;
}
.L50__99d5f7,
.l50__99d5f7 {
  color: #f7fae5;
}
.L100__99d5f7,
.l100__99d5f7 {
  color: #eef6c6;
}
.L200__99d5f7,
.l200__99d5f7 {
  color: #dfee96;
}
.L300__99d5f7,
.l300__99d5f7 {
  color: #d2e76a;
}
.L400__99d5f7,
.l400__99d5f7 {
  color: #c3dd40;
}
.L500__99d5f7,
.l500__99d5f7 {
  color: #b3d600;
}
.L600__99d5f7,
.l600__99d5f7 {
  color: #8fac02;
}
.L700__99d5f7,
.l700__99d5f7 {
  color: #667901;
}
.L800__99d5f7,
.l800__99d5f7 {
  color: #495700;
}
.L900__99d5f7,
.l900__99d5f7 {
  color: #354200;
}
.Y50__99d5f7,
.y50__99d5f7 {
  color: #fdf9ed;
}
.Y100__99d5f7,
.y100__99d5f7 {
  color: #faf1d1;
}
.Y200__99d5f7,
.y200__99d5f7 {
  color: #f8e6ab;
}
.Y300__99d5f7,
.y300__99d5f7 {
  color: #f7dc82;
}
.Y400__99d5f7,
.y400__99d5f7 {
  color: #fad355;
}
.Y500__99d5f7,
.y500__99d5f7 {
  color: #ffc60a;
}
.Y600__99d5f7,
.y600__99d5f7 {
  color: #dc9b04;
}
.Y700__99d5f7,
.y700__99d5f7 {
  color: #aa7803;
}
.Y800__99d5f7,
.y800__99d5f7 {
  color: #795101;
}
.Y900__99d5f7,
.y900__99d5f7 {
  color: #5c3a00;
}
.O50__99d5f7,
.o50__99d5f7 {
  color: #fff5eb;
}
.O100__99d5f7,
.o100__99d5f7 {
  color: #feead2;
}
.O200__99d5f7,
.o200__99d5f7 {
  color: #fed4a4;
}
.O300__99d5f7,
.o300__99d5f7 {
  color: #ffba6b;
}
.O400__99d5f7,
.o400__99d5f7 {
  color: #ffa53d;
}
.O500__99d5f7,
.o500__99d5f7 {
  color: #f80;
}
.O600__99d5f7,
.o600__99d5f7 {
  color: #de7802;
}
.O700__99d5f7,
.o700__99d5f7 {
  color: #b26206;
}
.O800__99d5f7,
.o800__99d5f7 {
  color: #8f4f04;
}
.O900__99d5f7,
.o900__99d5f7 {
  color: #6b3900;
}
.R50__99d5f7,
.r50__99d5f7 {
  color: #fef1f1;
}
.R100__99d5f7,
.r100__99d5f7 {
  color: #fde2e2;
}
.R200__99d5f7,
.r200__99d5f7 {
  color: #fbbfbc;
}
.R300__99d5f7,
.r300__99d5f7 {
  color: #f98e8b;
}
.R400__99d5f7,
.r400__99d5f7 {
  color: #f76964;
}
.R500__99d5f7,
.r500__99d5f7 {
  color: #f54a45;
}
.R600__99d5f7,
.r600__99d5f7 {
  color: #d83931;
}
.R700__99d5f7,
.r700__99d5f7 {
  color: #ac2f28;
}
.R800__99d5f7,
.r800__99d5f7 {
  color: #812520;
}
.R900__99d5f7,
.r900__99d5f7 {
  color: #621c18;
}
.C50__99d5f7,
.c50__99d5f7 {
  color: #fef1f8;
}
.C100__99d5f7,
.c100__99d5f7 {
  color: #fdddef;
}
.C200__99d5f7,
.c200__99d5f7 {
  color: #f9aed9;
}
.C300__99d5f7,
.c300__99d5f7 {
  color: #f57ac0;
}
.C400__99d5f7,
.c400__99d5f7 {
  color: #f14ba9;
}
.C500__99d5f7,
.c500__99d5f7 {
  color: #f01d94;
}
.C600__99d5f7,
.c600__99d5f7 {
  color: #c71077;
}
.C700__99d5f7,
.c700__99d5f7 {
  color: #9e1361;
}
.C800__99d5f7,
.c800__99d5f7 {
  color: #7a0f4b;
}
.C900__99d5f7,
.c900__99d5f7 {
  color: #520a32;
}
.V50__99d5f7,
.v50__99d5f7 {
  color: #fceefc;
}
.V100__99d5f7,
.v100__99d5f7 {
  color: #f8def8;
}
.V200__99d5f7,
.v200__99d5f7 {
  color: #efb9ef;
}
.V300__99d5f7,
.v300__99d5f7 {
  color: #e58fe5;
}
.V400__99d5f7,
.v400__99d5f7 {
  color: #db66db;
}
.V500__99d5f7,
.v500__99d5f7 {
  color: #d136d1;
}
.V600__99d5f7,
.v600__99d5f7 {
  color: #b320b3;
}
.V700__99d5f7,
.v700__99d5f7 {
  color: #8c218c;
}
.V800__99d5f7,
.v800__99d5f7 {
  color: #681268;
}
.V900__99d5f7,
.v900__99d5f7 {
  color: #460b46;
}
.P50__99d5f7,
.p50__99d5f7 {
  color: #f6f1fe;
}
.P100__99d5f7,
.p100__99d5f7 {
  color: #ece2fe;
}
.P200__99d5f7,
.p200__99d5f7 {
  color: #cdb2fa;
}
.P300__99d5f7,
.p300__99d5f7 {
  color: #ad82f7;
}
.P400__99d5f7,
.p400__99d5f7 {
  color: #935af6;
}
.P500__99d5f7,
.p500__99d5f7 {
  color: #7f3bf5;
}
.P600__99d5f7,
.p600__99d5f7 {
  color: #6425d0;
}
.P700__99d5f7,
.p700__99d5f7 {
  color: #4e1ba7;
}
.P800__99d5f7,
.p800__99d5f7 {
  color: #380d82;
}
.P900__99d5f7,
.p900__99d5f7 {
  color: #270561;
}
.I50__99d5f7,
.i50__99d5f7 {
  color: #f2f3fd;
}
.I100__99d5f7,
.i100__99d5f7 {
  color: #e0e2fa;
}
.I200__99d5f7,
.i200__99d5f7 {
  color: #b4b9f3;
}
.I300__99d5f7,
.i300__99d5f7 {
  color: #7b83ea;
}
.I400__99d5f7,
.i400__99d5f7 {
  color: #616ae5;
}
.I500__99d5f7,
.i500__99d5f7 {
  color: #4954e6;
}
.I600__99d5f7,
.i600__99d5f7 {
  color: #2933c7;
}
.I700__99d5f7,
.i700__99d5f7 {
  color: #161fa2;
}
.I800__99d5f7,
.i800__99d5f7 {
  color: #0a1285;
}
.I900__99d5f7,
.i900__99d5f7 {
  color: #0c1264;
}
.N50__99d5f7,
.n50__99d5f7 {
  color: #f8f9fa;
}
.N100__99d5f7,
.n100__99d5f7 {
  color: #f5f6f7;
}
.N200__99d5f7,
.n200__99d5f7 {
  color: #eff0f1;
}
.N300__99d5f7,
.n300__99d5f7 {
  color: #dee0e3;
}
.N400__99d5f7,
.n400__99d5f7 {
  color: #bbbfc4;
}
.N500__99d5f7,
.n500__99d5f7 {
  color: #8f959e;
}
.N600__99d5f7,
.n600__99d5f7 {
  color: #646a73;
}
.N700__99d5f7,
.n700__99d5f7 {
  color: #373c43;
}
.N800__99d5f7,
.n800__99d5f7 {
  color: #2b2f36;
}
.N900__99d5f7,
.n900__99d5f7 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.emailLogin__99d5f7 {
  /* 顶部报错tips */
}
.emailLogin__99d5f7 .emailLogin-formWrap {
  width: 100%;
  margin: 40px auto 0;
}
.emailLogin__99d5f7 .emailLogin-emailNoExist {
  margin-top: 4px;
  line-height: 22px;
  font-size: 14px;
  color: #f54a45;
}
.emailLogin__99d5f7 .emailLogin-forgetPassword {
  position: absolute;
  bottom: -26px;
  line-height: 22px;
  width: 520px;
  text-align: right;
}
.emailLogin__99d5f7 .emailLogin-forgetPassword button {
  min-width: unset;
  padding: 0;
  padding-top: 8px;
}
.emailLogin__99d5f7 .emailLogin-noAccount {
  margin: 12px 0 64px;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  color: #646a73;
}
.emailLogin__99d5f7 .emailLogin-noAccount button {
  min-width: unset;
  padding: 0;
}
.emailLogin__99d5f7 .emailLogin-userAgreement {
  margin-bottom: 49px;
  text-align: center;
}
.emailLogin__99d5f7 .emailLogin-errorTips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 32px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #fde2e2;
}
.emailLogin__99d5f7 .emailLogin-errorTips svg {
  margin-left: 16px;
  width: 16px;
  height: 16px;
  color: #ed5959;
}
.emailLogin__99d5f7 .emailLogin-errorTips .emailLogin-errorTips-text {
  margin-left: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #1f2329;
}

@-webkit-keyframes fullscreenModalEnter__e0f160 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__e0f160 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__e0f160 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__e0f160 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__e0f160 {
  height: 100%;
}
.atsx-layout__e0f160 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__e0f160,
.b50__e0f160 {
  color: #f0f4ff;
}
.L50__e0f160,
.l50__e0f160 {
  color: #f7fae5;
}
.L100__e0f160,
.l100__e0f160 {
  color: #eef6c6;
}
.L200__e0f160,
.l200__e0f160 {
  color: #dfee96;
}
.L300__e0f160,
.l300__e0f160 {
  color: #d2e76a;
}
.L400__e0f160,
.l400__e0f160 {
  color: #c3dd40;
}
.L500__e0f160,
.l500__e0f160 {
  color: #b3d600;
}
.L600__e0f160,
.l600__e0f160 {
  color: #8fac02;
}
.L700__e0f160,
.l700__e0f160 {
  color: #667901;
}
.L800__e0f160,
.l800__e0f160 {
  color: #495700;
}
.L900__e0f160,
.l900__e0f160 {
  color: #354200;
}
.Y50__e0f160,
.y50__e0f160 {
  color: #fdf9ed;
}
.Y100__e0f160,
.y100__e0f160 {
  color: #faf1d1;
}
.Y200__e0f160,
.y200__e0f160 {
  color: #f8e6ab;
}
.Y300__e0f160,
.y300__e0f160 {
  color: #f7dc82;
}
.Y400__e0f160,
.y400__e0f160 {
  color: #fad355;
}
.Y500__e0f160,
.y500__e0f160 {
  color: #ffc60a;
}
.Y600__e0f160,
.y600__e0f160 {
  color: #dc9b04;
}
.Y700__e0f160,
.y700__e0f160 {
  color: #aa7803;
}
.Y800__e0f160,
.y800__e0f160 {
  color: #795101;
}
.Y900__e0f160,
.y900__e0f160 {
  color: #5c3a00;
}
.O50__e0f160,
.o50__e0f160 {
  color: #fff5eb;
}
.O100__e0f160,
.o100__e0f160 {
  color: #feead2;
}
.O200__e0f160,
.o200__e0f160 {
  color: #fed4a4;
}
.O300__e0f160,
.o300__e0f160 {
  color: #ffba6b;
}
.O400__e0f160,
.o400__e0f160 {
  color: #ffa53d;
}
.O500__e0f160,
.o500__e0f160 {
  color: #f80;
}
.O600__e0f160,
.o600__e0f160 {
  color: #de7802;
}
.O700__e0f160,
.o700__e0f160 {
  color: #b26206;
}
.O800__e0f160,
.o800__e0f160 {
  color: #8f4f04;
}
.O900__e0f160,
.o900__e0f160 {
  color: #6b3900;
}
.R50__e0f160,
.r50__e0f160 {
  color: #fef1f1;
}
.R100__e0f160,
.r100__e0f160 {
  color: #fde2e2;
}
.R200__e0f160,
.r200__e0f160 {
  color: #fbbfbc;
}
.R300__e0f160,
.r300__e0f160 {
  color: #f98e8b;
}
.R400__e0f160,
.r400__e0f160 {
  color: #f76964;
}
.R500__e0f160,
.r500__e0f160 {
  color: #f54a45;
}
.R600__e0f160,
.r600__e0f160 {
  color: #d83931;
}
.R700__e0f160,
.r700__e0f160 {
  color: #ac2f28;
}
.R800__e0f160,
.r800__e0f160 {
  color: #812520;
}
.R900__e0f160,
.r900__e0f160 {
  color: #621c18;
}
.C50__e0f160,
.c50__e0f160 {
  color: #fef1f8;
}
.C100__e0f160,
.c100__e0f160 {
  color: #fdddef;
}
.C200__e0f160,
.c200__e0f160 {
  color: #f9aed9;
}
.C300__e0f160,
.c300__e0f160 {
  color: #f57ac0;
}
.C400__e0f160,
.c400__e0f160 {
  color: #f14ba9;
}
.C500__e0f160,
.c500__e0f160 {
  color: #f01d94;
}
.C600__e0f160,
.c600__e0f160 {
  color: #c71077;
}
.C700__e0f160,
.c700__e0f160 {
  color: #9e1361;
}
.C800__e0f160,
.c800__e0f160 {
  color: #7a0f4b;
}
.C900__e0f160,
.c900__e0f160 {
  color: #520a32;
}
.V50__e0f160,
.v50__e0f160 {
  color: #fceefc;
}
.V100__e0f160,
.v100__e0f160 {
  color: #f8def8;
}
.V200__e0f160,
.v200__e0f160 {
  color: #efb9ef;
}
.V300__e0f160,
.v300__e0f160 {
  color: #e58fe5;
}
.V400__e0f160,
.v400__e0f160 {
  color: #db66db;
}
.V500__e0f160,
.v500__e0f160 {
  color: #d136d1;
}
.V600__e0f160,
.v600__e0f160 {
  color: #b320b3;
}
.V700__e0f160,
.v700__e0f160 {
  color: #8c218c;
}
.V800__e0f160,
.v800__e0f160 {
  color: #681268;
}
.V900__e0f160,
.v900__e0f160 {
  color: #460b46;
}
.P50__e0f160,
.p50__e0f160 {
  color: #f6f1fe;
}
.P100__e0f160,
.p100__e0f160 {
  color: #ece2fe;
}
.P200__e0f160,
.p200__e0f160 {
  color: #cdb2fa;
}
.P300__e0f160,
.p300__e0f160 {
  color: #ad82f7;
}
.P400__e0f160,
.p400__e0f160 {
  color: #935af6;
}
.P500__e0f160,
.p500__e0f160 {
  color: #7f3bf5;
}
.P600__e0f160,
.p600__e0f160 {
  color: #6425d0;
}
.P700__e0f160,
.p700__e0f160 {
  color: #4e1ba7;
}
.P800__e0f160,
.p800__e0f160 {
  color: #380d82;
}
.P900__e0f160,
.p900__e0f160 {
  color: #270561;
}
.I50__e0f160,
.i50__e0f160 {
  color: #f2f3fd;
}
.I100__e0f160,
.i100__e0f160 {
  color: #e0e2fa;
}
.I200__e0f160,
.i200__e0f160 {
  color: #b4b9f3;
}
.I300__e0f160,
.i300__e0f160 {
  color: #7b83ea;
}
.I400__e0f160,
.i400__e0f160 {
  color: #616ae5;
}
.I500__e0f160,
.i500__e0f160 {
  color: #4954e6;
}
.I600__e0f160,
.i600__e0f160 {
  color: #2933c7;
}
.I700__e0f160,
.i700__e0f160 {
  color: #161fa2;
}
.I800__e0f160,
.i800__e0f160 {
  color: #0a1285;
}
.I900__e0f160,
.i900__e0f160 {
  color: #0c1264;
}
.N50__e0f160,
.n50__e0f160 {
  color: #f8f9fa;
}
.N100__e0f160,
.n100__e0f160 {
  color: #f5f6f7;
}
.N200__e0f160,
.n200__e0f160 {
  color: #eff0f1;
}
.N300__e0f160,
.n300__e0f160 {
  color: #dee0e3;
}
.N400__e0f160,
.n400__e0f160 {
  color: #bbbfc4;
}
.N500__e0f160,
.n500__e0f160 {
  color: #8f959e;
}
.N600__e0f160,
.n600__e0f160 {
  color: #646a73;
}
.N700__e0f160,
.n700__e0f160 {
  color: #373c43;
}
.N800__e0f160,
.n800__e0f160 {
  color: #2b2f36;
}
.N900__e0f160,
.n900__e0f160 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.atsx-slide-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  position: fixed;
}
.atsx-slide-wrapper__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.atsx-slide-wrapper__content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10000;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}
.atsx-slide-wrapper__inner {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.atsx-slide-wrapper__close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 9999;
  color: #646a73;
  cursor: pointer;
}
.atsx-slide-wrapper__close:hover {
  color: #487fc1;
}
.atsx-slide-wrapper__close:active {
  color: #3156a5;
}
#img-close {
  display: none;
}

@-webkit-keyframes fullscreenModalEnter__22bbd3 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__22bbd3 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__22bbd3 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__22bbd3 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__22bbd3 {
  height: 100%;
}
.atsx-layout__22bbd3 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__22bbd3,
.b50__22bbd3 {
  color: #f0f4ff;
}
.L50__22bbd3,
.l50__22bbd3 {
  color: #f7fae5;
}
.L100__22bbd3,
.l100__22bbd3 {
  color: #eef6c6;
}
.L200__22bbd3,
.l200__22bbd3 {
  color: #dfee96;
}
.L300__22bbd3,
.l300__22bbd3 {
  color: #d2e76a;
}
.L400__22bbd3,
.l400__22bbd3 {
  color: #c3dd40;
}
.L500__22bbd3,
.l500__22bbd3 {
  color: #b3d600;
}
.L600__22bbd3,
.l600__22bbd3 {
  color: #8fac02;
}
.L700__22bbd3,
.l700__22bbd3 {
  color: #667901;
}
.L800__22bbd3,
.l800__22bbd3 {
  color: #495700;
}
.L900__22bbd3,
.l900__22bbd3 {
  color: #354200;
}
.Y50__22bbd3,
.y50__22bbd3 {
  color: #fdf9ed;
}
.Y100__22bbd3,
.y100__22bbd3 {
  color: #faf1d1;
}
.Y200__22bbd3,
.y200__22bbd3 {
  color: #f8e6ab;
}
.Y300__22bbd3,
.y300__22bbd3 {
  color: #f7dc82;
}
.Y400__22bbd3,
.y400__22bbd3 {
  color: #fad355;
}
.Y500__22bbd3,
.y500__22bbd3 {
  color: #ffc60a;
}
.Y600__22bbd3,
.y600__22bbd3 {
  color: #dc9b04;
}
.Y700__22bbd3,
.y700__22bbd3 {
  color: #aa7803;
}
.Y800__22bbd3,
.y800__22bbd3 {
  color: #795101;
}
.Y900__22bbd3,
.y900__22bbd3 {
  color: #5c3a00;
}
.O50__22bbd3,
.o50__22bbd3 {
  color: #fff5eb;
}
.O100__22bbd3,
.o100__22bbd3 {
  color: #feead2;
}
.O200__22bbd3,
.o200__22bbd3 {
  color: #fed4a4;
}
.O300__22bbd3,
.o300__22bbd3 {
  color: #ffba6b;
}
.O400__22bbd3,
.o400__22bbd3 {
  color: #ffa53d;
}
.O500__22bbd3,
.o500__22bbd3 {
  color: #f80;
}
.O600__22bbd3,
.o600__22bbd3 {
  color: #de7802;
}
.O700__22bbd3,
.o700__22bbd3 {
  color: #b26206;
}
.O800__22bbd3,
.o800__22bbd3 {
  color: #8f4f04;
}
.O900__22bbd3,
.o900__22bbd3 {
  color: #6b3900;
}
.R50__22bbd3,
.r50__22bbd3 {
  color: #fef1f1;
}
.R100__22bbd3,
.r100__22bbd3 {
  color: #fde2e2;
}
.R200__22bbd3,
.r200__22bbd3 {
  color: #fbbfbc;
}
.R300__22bbd3,
.r300__22bbd3 {
  color: #f98e8b;
}
.R400__22bbd3,
.r400__22bbd3 {
  color: #f76964;
}
.R500__22bbd3,
.r500__22bbd3 {
  color: #f54a45;
}
.R600__22bbd3,
.r600__22bbd3 {
  color: #d83931;
}
.R700__22bbd3,
.r700__22bbd3 {
  color: #ac2f28;
}
.R800__22bbd3,
.r800__22bbd3 {
  color: #812520;
}
.R900__22bbd3,
.r900__22bbd3 {
  color: #621c18;
}
.C50__22bbd3,
.c50__22bbd3 {
  color: #fef1f8;
}
.C100__22bbd3,
.c100__22bbd3 {
  color: #fdddef;
}
.C200__22bbd3,
.c200__22bbd3 {
  color: #f9aed9;
}
.C300__22bbd3,
.c300__22bbd3 {
  color: #f57ac0;
}
.C400__22bbd3,
.c400__22bbd3 {
  color: #f14ba9;
}
.C500__22bbd3,
.c500__22bbd3 {
  color: #f01d94;
}
.C600__22bbd3,
.c600__22bbd3 {
  color: #c71077;
}
.C700__22bbd3,
.c700__22bbd3 {
  color: #9e1361;
}
.C800__22bbd3,
.c800__22bbd3 {
  color: #7a0f4b;
}
.C900__22bbd3,
.c900__22bbd3 {
  color: #520a32;
}
.V50__22bbd3,
.v50__22bbd3 {
  color: #fceefc;
}
.V100__22bbd3,
.v100__22bbd3 {
  color: #f8def8;
}
.V200__22bbd3,
.v200__22bbd3 {
  color: #efb9ef;
}
.V300__22bbd3,
.v300__22bbd3 {
  color: #e58fe5;
}
.V400__22bbd3,
.v400__22bbd3 {
  color: #db66db;
}
.V500__22bbd3,
.v500__22bbd3 {
  color: #d136d1;
}
.V600__22bbd3,
.v600__22bbd3 {
  color: #b320b3;
}
.V700__22bbd3,
.v700__22bbd3 {
  color: #8c218c;
}
.V800__22bbd3,
.v800__22bbd3 {
  color: #681268;
}
.V900__22bbd3,
.v900__22bbd3 {
  color: #460b46;
}
.P50__22bbd3,
.p50__22bbd3 {
  color: #f6f1fe;
}
.P100__22bbd3,
.p100__22bbd3 {
  color: #ece2fe;
}
.P200__22bbd3,
.p200__22bbd3 {
  color: #cdb2fa;
}
.P300__22bbd3,
.p300__22bbd3 {
  color: #ad82f7;
}
.P400__22bbd3,
.p400__22bbd3 {
  color: #935af6;
}
.P500__22bbd3,
.p500__22bbd3 {
  color: #7f3bf5;
}
.P600__22bbd3,
.p600__22bbd3 {
  color: #6425d0;
}
.P700__22bbd3,
.p700__22bbd3 {
  color: #4e1ba7;
}
.P800__22bbd3,
.p800__22bbd3 {
  color: #380d82;
}
.P900__22bbd3,
.p900__22bbd3 {
  color: #270561;
}
.I50__22bbd3,
.i50__22bbd3 {
  color: #f2f3fd;
}
.I100__22bbd3,
.i100__22bbd3 {
  color: #e0e2fa;
}
.I200__22bbd3,
.i200__22bbd3 {
  color: #b4b9f3;
}
.I300__22bbd3,
.i300__22bbd3 {
  color: #7b83ea;
}
.I400__22bbd3,
.i400__22bbd3 {
  color: #616ae5;
}
.I500__22bbd3,
.i500__22bbd3 {
  color: #4954e6;
}
.I600__22bbd3,
.i600__22bbd3 {
  color: #2933c7;
}
.I700__22bbd3,
.i700__22bbd3 {
  color: #161fa2;
}
.I800__22bbd3,
.i800__22bbd3 {
  color: #0a1285;
}
.I900__22bbd3,
.i900__22bbd3 {
  color: #0c1264;
}
.N50__22bbd3,
.n50__22bbd3 {
  color: #f8f9fa;
}
.N100__22bbd3,
.n100__22bbd3 {
  color: #f5f6f7;
}
.N200__22bbd3,
.n200__22bbd3 {
  color: #eff0f1;
}
.N300__22bbd3,
.n300__22bbd3 {
  color: #dee0e3;
}
.N400__22bbd3,
.n400__22bbd3 {
  color: #bbbfc4;
}
.N500__22bbd3,
.n500__22bbd3 {
  color: #8f959e;
}
.N600__22bbd3,
.n600__22bbd3 {
  color: #646a73;
}
.N700__22bbd3,
.n700__22bbd3 {
  color: #373c43;
}
.N800__22bbd3,
.n800__22bbd3 {
  color: #2b2f36;
}
.N900__22bbd3,
.n900__22bbd3 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.atsx-slide-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  position: fixed;
}
.atsx-slide-wrapper__mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.atsx-slide-wrapper__content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10000;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
}
.atsx-slide-wrapper__inner {
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.atsx-slide-wrapper__inner #slideValidatorV2 #verify-bar-close {
  width: auto;
  height: auto;
}
.atsx-slide-wrapper__inner #slideValidatorV2 #verify-bar-close svg {
  width: 24px;
  height: 24px;
}
.atsx-slide-wrapper__inner #slideValidatorV2 #verify-bar-close:hover svg g {
  fill: #487fc1;
}
.atsx-slide-wrapper__inner #slideValidatorV2 #verify-bar-close:active svg g {
  fill: #3156a5;
}
.atsx-slide-wrapper__close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 9999;
  color: #646a73;
  cursor: pointer;
}
.atsx-slide-wrapper__close:hover {
  color: #487fc1;
}
.atsx-slide-wrapper__close:active {
  color: #3156a5;
}
#img-close {
  display: none;
}

@-webkit-keyframes fullscreenModalEnter__c8fdfb {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__c8fdfb {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__c8fdfb {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__c8fdfb {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__c8fdfb {
  height: 100%;
}
.atsx-layout__c8fdfb {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__c8fdfb,
.b50__c8fdfb {
  color: #f0f4ff;
}
.L50__c8fdfb,
.l50__c8fdfb {
  color: #f7fae5;
}
.L100__c8fdfb,
.l100__c8fdfb {
  color: #eef6c6;
}
.L200__c8fdfb,
.l200__c8fdfb {
  color: #dfee96;
}
.L300__c8fdfb,
.l300__c8fdfb {
  color: #d2e76a;
}
.L400__c8fdfb,
.l400__c8fdfb {
  color: #c3dd40;
}
.L500__c8fdfb,
.l500__c8fdfb {
  color: #b3d600;
}
.L600__c8fdfb,
.l600__c8fdfb {
  color: #8fac02;
}
.L700__c8fdfb,
.l700__c8fdfb {
  color: #667901;
}
.L800__c8fdfb,
.l800__c8fdfb {
  color: #495700;
}
.L900__c8fdfb,
.l900__c8fdfb {
  color: #354200;
}
.Y50__c8fdfb,
.y50__c8fdfb {
  color: #fdf9ed;
}
.Y100__c8fdfb,
.y100__c8fdfb {
  color: #faf1d1;
}
.Y200__c8fdfb,
.y200__c8fdfb {
  color: #f8e6ab;
}
.Y300__c8fdfb,
.y300__c8fdfb {
  color: #f7dc82;
}
.Y400__c8fdfb,
.y400__c8fdfb {
  color: #fad355;
}
.Y500__c8fdfb,
.y500__c8fdfb {
  color: #ffc60a;
}
.Y600__c8fdfb,
.y600__c8fdfb {
  color: #dc9b04;
}
.Y700__c8fdfb,
.y700__c8fdfb {
  color: #aa7803;
}
.Y800__c8fdfb,
.y800__c8fdfb {
  color: #795101;
}
.Y900__c8fdfb,
.y900__c8fdfb {
  color: #5c3a00;
}
.O50__c8fdfb,
.o50__c8fdfb {
  color: #fff5eb;
}
.O100__c8fdfb,
.o100__c8fdfb {
  color: #feead2;
}
.O200__c8fdfb,
.o200__c8fdfb {
  color: #fed4a4;
}
.O300__c8fdfb,
.o300__c8fdfb {
  color: #ffba6b;
}
.O400__c8fdfb,
.o400__c8fdfb {
  color: #ffa53d;
}
.O500__c8fdfb,
.o500__c8fdfb {
  color: #f80;
}
.O600__c8fdfb,
.o600__c8fdfb {
  color: #de7802;
}
.O700__c8fdfb,
.o700__c8fdfb {
  color: #b26206;
}
.O800__c8fdfb,
.o800__c8fdfb {
  color: #8f4f04;
}
.O900__c8fdfb,
.o900__c8fdfb {
  color: #6b3900;
}
.R50__c8fdfb,
.r50__c8fdfb {
  color: #fef1f1;
}
.R100__c8fdfb,
.r100__c8fdfb {
  color: #fde2e2;
}
.R200__c8fdfb,
.r200__c8fdfb {
  color: #fbbfbc;
}
.R300__c8fdfb,
.r300__c8fdfb {
  color: #f98e8b;
}
.R400__c8fdfb,
.r400__c8fdfb {
  color: #f76964;
}
.R500__c8fdfb,
.r500__c8fdfb {
  color: #f54a45;
}
.R600__c8fdfb,
.r600__c8fdfb {
  color: #d83931;
}
.R700__c8fdfb,
.r700__c8fdfb {
  color: #ac2f28;
}
.R800__c8fdfb,
.r800__c8fdfb {
  color: #812520;
}
.R900__c8fdfb,
.r900__c8fdfb {
  color: #621c18;
}
.C50__c8fdfb,
.c50__c8fdfb {
  color: #fef1f8;
}
.C100__c8fdfb,
.c100__c8fdfb {
  color: #fdddef;
}
.C200__c8fdfb,
.c200__c8fdfb {
  color: #f9aed9;
}
.C300__c8fdfb,
.c300__c8fdfb {
  color: #f57ac0;
}
.C400__c8fdfb,
.c400__c8fdfb {
  color: #f14ba9;
}
.C500__c8fdfb,
.c500__c8fdfb {
  color: #f01d94;
}
.C600__c8fdfb,
.c600__c8fdfb {
  color: #c71077;
}
.C700__c8fdfb,
.c700__c8fdfb {
  color: #9e1361;
}
.C800__c8fdfb,
.c800__c8fdfb {
  color: #7a0f4b;
}
.C900__c8fdfb,
.c900__c8fdfb {
  color: #520a32;
}
.V50__c8fdfb,
.v50__c8fdfb {
  color: #fceefc;
}
.V100__c8fdfb,
.v100__c8fdfb {
  color: #f8def8;
}
.V200__c8fdfb,
.v200__c8fdfb {
  color: #efb9ef;
}
.V300__c8fdfb,
.v300__c8fdfb {
  color: #e58fe5;
}
.V400__c8fdfb,
.v400__c8fdfb {
  color: #db66db;
}
.V500__c8fdfb,
.v500__c8fdfb {
  color: #d136d1;
}
.V600__c8fdfb,
.v600__c8fdfb {
  color: #b320b3;
}
.V700__c8fdfb,
.v700__c8fdfb {
  color: #8c218c;
}
.V800__c8fdfb,
.v800__c8fdfb {
  color: #681268;
}
.V900__c8fdfb,
.v900__c8fdfb {
  color: #460b46;
}
.P50__c8fdfb,
.p50__c8fdfb {
  color: #f6f1fe;
}
.P100__c8fdfb,
.p100__c8fdfb {
  color: #ece2fe;
}
.P200__c8fdfb,
.p200__c8fdfb {
  color: #cdb2fa;
}
.P300__c8fdfb,
.p300__c8fdfb {
  color: #ad82f7;
}
.P400__c8fdfb,
.p400__c8fdfb {
  color: #935af6;
}
.P500__c8fdfb,
.p500__c8fdfb {
  color: #7f3bf5;
}
.P600__c8fdfb,
.p600__c8fdfb {
  color: #6425d0;
}
.P700__c8fdfb,
.p700__c8fdfb {
  color: #4e1ba7;
}
.P800__c8fdfb,
.p800__c8fdfb {
  color: #380d82;
}
.P900__c8fdfb,
.p900__c8fdfb {
  color: #270561;
}
.I50__c8fdfb,
.i50__c8fdfb {
  color: #f2f3fd;
}
.I100__c8fdfb,
.i100__c8fdfb {
  color: #e0e2fa;
}
.I200__c8fdfb,
.i200__c8fdfb {
  color: #b4b9f3;
}
.I300__c8fdfb,
.i300__c8fdfb {
  color: #7b83ea;
}
.I400__c8fdfb,
.i400__c8fdfb {
  color: #616ae5;
}
.I500__c8fdfb,
.i500__c8fdfb {
  color: #4954e6;
}
.I600__c8fdfb,
.i600__c8fdfb {
  color: #2933c7;
}
.I700__c8fdfb,
.i700__c8fdfb {
  color: #161fa2;
}
.I800__c8fdfb,
.i800__c8fdfb {
  color: #0a1285;
}
.I900__c8fdfb,
.i900__c8fdfb {
  color: #0c1264;
}
.N50__c8fdfb,
.n50__c8fdfb {
  color: #f8f9fa;
}
.N100__c8fdfb,
.n100__c8fdfb {
  color: #f5f6f7;
}
.N200__c8fdfb,
.n200__c8fdfb {
  color: #eff0f1;
}
.N300__c8fdfb,
.n300__c8fdfb {
  color: #dee0e3;
}
.N400__c8fdfb,
.n400__c8fdfb {
  color: #bbbfc4;
}
.N500__c8fdfb,
.n500__c8fdfb {
  color: #8f959e;
}
.N600__c8fdfb,
.n600__c8fdfb {
  color: #646a73;
}
.N700__c8fdfb,
.n700__c8fdfb {
  color: #373c43;
}
.N800__c8fdfb,
.n800__c8fdfb {
  color: #2b2f36;
}
.N900__c8fdfb,
.n900__c8fdfb {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.slider #slideValidator {
  width: 428px !important;
  height: 348px !important;
  border: none !important;
}
.slider #verify-bar-box {
  padding: 60px 80px 50px;
  background: #fff;
  position: relative;
  width: 428px;
  height: 348px;
  border-radius: 4px;
}
.slider #validate-toolbar {
  height: 24px;
  line-height: 24px;
}
.slider #validate-toolbar #tip {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2329;
}
.slider .validate-main {
  margin: 16px 0;
  background-color: #fff;
}
.slider #validate-drag-wrapper {
  margin: 0;
}
.slider #validate-drag-wrapper #validate-prompt {
  border: solid 1px #dadada;
  height: 36px;
}
.slider #validate-drag-wrapper #validate-prompt > span {
  padding-left: 72px;
  width: 100%;
}
.slider #validate-drag-wrapper .validate-drag-button::after {
  content: '';
  position: absolute;
  left: 0;
  height: 36px;
  width: 64px;
  top: 20px;
  display: block;
  /* background-image: url(//../../_app/immutable/images/3a1e4df187685d82bf1ddb7fbd633edc.png); */
  background-size: contain;
  pointer-events: none;
  border: solid 1px #dadada;
  border-radius: 40px;
}
.slider #validate-drag-wrapper .validate-drag-button .drag-button {
  box-shadow: none;
  height: 36px;
  border: solid 1px #dadada;
}
.slider #validate-refresh {
  margin: 0;
  position: absolute;
  top: 58px;
  right: 80px;
  height: 24px;
  line-height: 24px;
  padding: 0;
}
.slider #validate-refresh .refresh {
  width: 50px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
}
.slider #validate-refresh #validate-refresh-box {
  line-height: 24px;
  color: #325ab4;
}
.slider #validate-refresh #validate-refresh-box .refresh::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
  width: 16px;
  display: block;
  background-color: #fff;
  /* background-image: url(//../../_app/immutable/images/8cb2283da6460ff76db6ba35c6a24626.png); */
  background-size: contain;
  pointer-events: none;
}
.slider #validate-refresh #validate-refresh-box:hover * {
  color: #487fc1 !important;
}
.slider #validate-refresh #validate-refresh-box:active * {
  color: #3156a5 !important;
}
.slider.en #slideValidator {
  width: 521px !important;
}
.slider.en #verify-bar-box {
  text-align: center;
  width: 521px !important;
  height: 344px !important;
  padding: 60px 80px 50px;
}
.slider.en .validate-main {
  margin: 16px auto;
  background-color: #fff;
  width: 268px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.has-error .atsx-phone .atsx-phone-select + .atsx-phone-input.atsx-phone-input {
  border-left-color: #F54A45;
}
form .atsx-phone .atsx-select {
  width: auto;
}
.atsx-phone {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.atsx-phone > * {
  vertical-align: bottom;
}
.atsx-phone .atsx-phone-select:hover + .atsx-phone-input,
.atsx-phone .atsx-phone-select.atsx-select-open + .atsx-phone-input,
.atsx-phone .atsx-phone-select.atsx-select-focused + .atsx-phone-input {
  border-left-color: #325ab4;
}
.atsx-phone .atsx-phone-select .atsx-select-search__field {
  text-indent: 12px;
}
.atsx-phone .atsx-phone-select .atsx-select-selection--single {
  height: 100%;
}
.atsx-phone .atsx-phone-select .atsx-select-selection {
  width: 63px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.atsx-phone .atsx-phone-select .atsx-select-selection-selected-value {
  padding-left: 12px;
  padding-right: 0;
}
.atsx-phone .atsx-phone-select .atsx-select-selection__rendered {
  margin-right: 0px;
  margin-left: 0px;
}
.atsx-phone .atsx-phone-select .atsx-select-arrow {
  display: none;
}
.atsx-phone .atsx-phone-input {
  padding-top: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.atsx-phone .atsx-phone-input.atsx-input-lg {
  padding-top: 5px;
}
.atsx-phone-phoneSelect-dropdown {
  max-width: 400px;
  min-width: 100px;
}
.atsx-phone-phoneSelect-dropdown .atsx-select-dropdown-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.atsx-phone-phoneSelect-dropdown .atsx-phone-name {
  display: inline-block;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.atsx-phone-phoneSelect-dropdown .atsx-phone-current {
  color: #325ab4;
}
.atsx-phone-phoneSelect-dropdown .atsx-phone-current::after {
  height: 0 !important;
}
.atsx-phone-phoneSelect-dropdown .atsx-phone-selectLocation {
  font-size: 14px;
  letter-spacing: normal;
  color: #8f959e;
  height: 38px;
  line-height: 38px;
  pointer-events: none;
  background: transparent;
  border-bottom: 1px solid #eff1f1;
}
.atsx-phone-phoneSelect-dropdown .atsx-phone-selectLocation .atsx-clamp-content {
  height: unset;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: 0;
}
.atsx-select ul,
.atsx-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.atsx-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.atsx-select-search-highlight {
  color: #325ab4;
}
.atsx-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: -14px;
  color: #9CA2A9;
  font-size: 14px;
  line-height: 1;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.atsx-select-arrow > * {
  line-height: 1;
}
.atsx-select-arrow svg {
  display: inline-block;
}
.atsx-select-arrow::before {
  display: none;
}
.atsx-select-arrow .atsx-select-arrow-icon {
  display: block;
}
.atsx-select-arrow .atsx-select-arrow-icon svg {
  transition: transform 0.3s;
}
.atsx-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #cad0d0;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #646a73;
  caret-color: #325ab4;
}
.atsx-select-selection:hover {
  border-color: #325ab4;
  border-right-width: 1px !important;
}
.atsx-select-focused .atsx-select-selection,
.atsx-select-selection:focus,
.atsx-select-selection:active {
  border-color: #325ab4;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.atsx-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: #9CA2A9;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.atsx-select-selection__clear::before {
  display: block;
}
.atsx-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.atsx-select-selection:hover .atsx-select-selection__clear {
  opacity: 1;
}
.atsx-select-selection-selected-value {
  float: left;
  max-width: 100%;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@supports (-webkit-mask: none) and (not (caret-color: #325ab4)) {
  .atsx-select-selection {
    color: #325ab4;
    caret-color: #646a73;
  }
}
.atsx-select-no-arrow .atsx-select-selection-selected-value {
  padding-right: 0;
}
.atsx-select-disabled {
  color: rgba(50, 90, 180, 0.3);
}
.atsx-select-disabled .atsx-select-selection {
  background: #EFF0F1;
  cursor: not-allowed;
}
.atsx-select-disabled .atsx-select-selection:hover,
.atsx-select-disabled .atsx-select-selection:focus,
.atsx-select-disabled .atsx-select-selection:active {
  border-color: #cad0d0;
  box-shadow: none;
}
.atsx-select-disabled .atsx-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.atsx-select-disabled .atsx-select-selection--multiple .atsx-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #EFF0F1;
}
.atsx-select-disabled .atsx-select-selection--multiple .atsx-select-selection__choice__remove {
  display: none;
}
.atsx-select-disabled .atsx-select-selection--single {
  color: #51565d;
}
.atsx-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}
.atsx-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  line-height: 30px;
}
.atsx-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.atsx-select-lg {
  font-size: 16px;
}
.atsx-select-lg .atsx-select-selection--single {
  height: 40px;
}
.atsx-select-lg .atsx-select-selection__rendered {
  line-height: 38px;
}
.atsx-select-lg .atsx-select-selection--multiple {
  min-height: 40px;
}
.atsx-select-lg .atsx-select-selection--multiple .atsx-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.atsx-select-lg .atsx-select-selection--multiple .atsx-select-selection__clear,
.atsx-select-lg .atsx-select-selection--multiple .atsx-select-arrow {
  top: 20px;
}
.atsx-select-sm .atsx-select-selection--single {
  height: 24px;
}
.atsx-select-sm .atsx-select-selection__rendered {
  margin: 0 7px;
  line-height: 22px;
}
.atsx-select-sm .atsx-select-selection--multiple {
  min-height: 24px;
}
.atsx-select-sm .atsx-select-selection--multiple .atsx-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.atsx-select-sm .atsx-select-selection--multiple .atsx-select-selection__clear,
.atsx-select-sm .atsx-select-selection--multiple .atsx-select-arrow {
  top: 12px;
}
.atsx-select-sm .atsx-select-selection__clear,
.atsx-select-sm .atsx-select-arrow {
  right: 8px;
}
.atsx-select-disabled .atsx-select-selection__choice__remove {
  color: #9CA2A9;
  cursor: default;
}
.atsx-select-disabled .atsx-select-selection__choice__remove:hover {
  color: #9CA2A9;
}
.atsx-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.atsx-select-selection__placeholder,
.atsx-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #c3c6cb;
  text-shadow: none;
  -webkit-text-fill-color: initial;
  text-fill-color: initial;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.atsx-select-search__field__placeholder {
  left: 12px;
}
.atsx-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.atsx-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.atsx-select-search--inline .atsx-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.atsx-select-search--inline .atsx-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}
.atsx-select-search--inline > i {
  float: right;
}
.atsx-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  max-height: 156px;
  overflow-y: auto;
  cursor: text;
  overflow-x: hidden;
  zoom: 1;
}
.atsx-select-selection--multiple::before,
.atsx-select-selection--multiple::after {
  display: table;
  content: '';
}
.atsx-select-selection--multiple::after {
  clear: both;
}
.atsx-select-selection--multiple .atsx-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.atsx-select-selection--multiple .atsx-select-search--inline .atsx-select-search__field {
  width: 0.75em;
  max-width: 100%;
}
.atsx-select-selection--multiple .atsx-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 12px;
}
.atsx-select-selection--multiple > ul > li,
.atsx-select-selection--multiple .atsx-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
  margin-right: 4px;
}
.atsx-select-selection--multiple .atsx-select-selection__choice {
  position: relative;
  float: left;
  max-width: 95%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: #373C43;
  background-color: #F5F6F7;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: default;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-select-selection--multiple .atsx-select-selection__choice__disabled {
  padding: 0 10px;
}
.atsx-select-selection--multiple .atsx-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-select-selection--multiple .atsx-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  display: inline-block;
  color: #9CA2A9;
  font-weight: bold;
  font-size: 12px;
  line-height: inherit;
  cursor: pointer;
  transition: all 0.3s;
}
.atsx-select-selection--multiple .atsx-select-selection__choice__remove > * {
  line-height: 1;
}
.atsx-select-selection--multiple .atsx-select-selection__choice__remove svg {
  display: inline-block;
}
.atsx-select-selection--multiple .atsx-select-selection__choice__remove::before {
  display: none;
}
.atsx-select-selection--multiple .atsx-select-selection__choice__remove .atsx-select-selection--multiple .atsx-select-selection__choice__remove-icon {
  display: block;
}
.atsx-select-selection--multiple .atsx-select-selection__choice__remove:hover {
  color: #325ab4;
}
.atsx-select-selection--multiple .atsx-select-selection__choice__remove .atsx-select-remove-icon {
  vertical-align: middle;
  height: 12px;
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
}
.atsx-select-selection--multiple .atsx-select-selection__clear,
.atsx-select-selection--multiple .atsx-select-arrow {
  top: 16px;
}
.atsx-select-allow-clear .atsx-select-selection--single .atsx-select-selection-selected-value {
  padding-right: 16px;
}
.atsx-select-allow-clear .atsx-select-selection--multiple .atsx-select-selection__rendered,
.atsx-select-show-arrow .atsx-select-selection--multiple .atsx-select-selection__rendered {
  margin-right: 20px;
}
.atsx-select-open .atsx-select-arrow-icon svg {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.atsx-select-open .atsx-select-selection {
  border-color: #325ab4;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.atsx-select-combobox .atsx-select-arrow {
  display: none;
}
.atsx-select-combobox .atsx-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}
.atsx-select-combobox .atsx-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.atsx-select-combobox .atsx-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}
.atsx-select-combobox.atsx-select-allow-clear .atsx-select-selection:hover .atsx-select-selection__rendered,
.atsx-select-combobox.atsx-select-show-arrow .atsx-select-selection:hover .atsx-select-selection__rendered {
  margin-right: 20px;
}
.atsx-select-clear-icon {
  font-size: 14px;
  color: #9CA2A9;
}
.atsx-select-clear-icon svg {
  width: 14px;
  height: 14px;
}
.atsx-select-clear-icon:hover {
  color: #325ab4;
}
.atsx-select.atsx-select-theme-noBorder .atsx-select-selection {
  border: none;
  border-radius: 4px 4px 0 0;
  height: 100%;
  padding: 9px 0 12px;
}
.atsx-select.atsx-select-theme-noBorder .atsx-select-selection.atsx-select-selection--multiple .atsx-select-selection__clear,
.atsx-select.atsx-select-theme-noBorder .atsx-select-selection.atsx-select-selection--multiple .atsx-select-arrow {
  top: 25px;
}
.atsx-select.atsx-select-theme-noBorder .atsx-select-selection.atsx-select-selection--multiple .atsx-select-selection__choice {
  background-color: #E1EAFF;
  color: #0C296E;
}
.atsx-select.atsx-select-theme-noBorder .atsx-select-selection.atsx-select-selection--multiple .atsx-select-selection__choice__remove {
  color: #0C296E;
}
.atsx-select.atsx-select-disableAnimate .atsx-select-selection,
.atsx-select.atsx-select-disableAnimate .atsx-select-selection__choice,
.atsx-select.atsx-select-disableAnimate .atsx-select-selection__choice__remove,
.atsx-select.atsx-select-disableAnimate .atsx-select-selection__clear,
.atsx-select.atsx-select-disableAnimate .atsx-selectsearch__field {
  transition: none !important;
  -webkit-animation-duration: 0ms !important;
          animation-duration: 0ms !important;
}
.atsx-select.atsx-select-disableAnimate .atsx-select-arrow .atsx-select.atsx-select-disableAnimate .atsx-select-arrow-icon svg {
  transition: none !important;
  -webkit-animation-duration: 0ms !important;
          animation-duration: 0ms !important;
}
.atsx-select-dropdown {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  overflow-x: hidden;
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
}
.atsx-select-dropdown.slide-up-enter.slide-up-enter-active.atsx-select-dropdown-placement-bottomLeft,
.atsx-select-dropdown.slide-up-appear.slide-up-appear-active.atsx-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.atsx-select-dropdown.slide-up-enter.slide-up-enter-active.atsx-select-dropdown-placement-topLeft,
.atsx-select-dropdown.slide-up-appear.slide-up-appear-active.atsx-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.atsx-select-dropdown.slide-up-leave.slide-up-leave-active.atsx-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.atsx-select-dropdown.slide-up-leave.slide-up-leave-active.atsx-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.atsx-select-dropdown-hidden {
  display: none;
}
.atsx-select-dropdown-menu {
  max-height: 285px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
  margin-top: 8px;
  margin-bottom: 8px;
}
.atsx-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.atsx-select-dropdown-menu-item-group-list > .atsx-select-dropdown-menu-item {
  padding-left: 20px;
}
.atsx-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}
.atsx-select-dropdown-menu-item-group-list .atsx-select-dropdown-menu-item:first-child:not(:last-child),
.atsx-select-dropdown-menu-item-group:not(:last-child) .atsx-select-dropdown-menu-item-group-list .atsx-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.atsx-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 8px 12px;
  overflow: hidden;
  color: #646a73;
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.atsx-select-dropdown-menu-item:hover:not(.atsx-select-dropdown-menu-item-disabled) {
  background-color: #F5F6F7;
}
.atsx-select-dropdown-menu-item-selected {
  color: #325ab4 !important;
  font-weight: 400;
  background-color: transparent;
}
.atsx-select-dropdown-menu-item-selected * {
  color: #325ab4 !important;
}
.atsx-select-dropdown-menu-item-disabled {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
.atsx-select-dropdown-menu-item-disabled:hover {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
.atsx-select-dropdown-menu-item-active:not(.atsx-select-dropdown-menu-item-disabled) {
  background-color: #F5F6F7;
}
.atsx-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.atsx-select-dropdown.atsx-select-dropdown--single .atsx-select-dropdown-menu-item-selected {
  color: #325ab4 !important;
}
.atsx-select-dropdown.atsx-select-dropdown--single .atsx-select-dropdown-menu-item-selected * {
  color: #325ab4 !important;
}
.atsx-select-dropdown.atsx-select-dropdown--single .atsx-select-dropdown-menu-item:hover:not(.atsx-select-dropdown.atsx-select-dropdown--single .atsx-select-dropdown-menu-item-disabled) {
  background-color: #F0F4FF;
}
.atsx-select-dropdown.atsx-select-dropdown--single .atsx-select-dropdown-menu-item-active:not(.atsx-select-dropdown.atsx-select-dropdown--single .atsx-select-dropdown-menu-item-disabled) {
  background-color: #F0F4FF;
}
.atsx-select-dropdown.atsx-select-dropdown--multiple .atsx-select-dropdown-menu-item {
  padding-right: 32px;
}
.atsx-select-dropdown.atsx-select-dropdown--multiple .atsx-select-dropdown-menu-item .atsx-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 14px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.2s;
}
.atsx-select-dropdown.atsx-select-dropdown--multiple .atsx-select-dropdown-menu-item-disabled .atsx-select-selected-icon {
  display: none;
}
.atsx-select-dropdown.atsx-select-dropdown--multiple .atsx-select-dropdown-menu-item-selected .atsx-select-selected-icon,
.atsx-select-dropdown.atsx-select-dropdown--multiple .atsx-select-dropdown-menu-item-selected:hover .atsx-select-selected-icon {
  display: inline-block;
  color: #325ab4;
}
.atsx-select-dropdown--empty.atsx-select-dropdown--multiple .atsx-select-dropdown-menu-item {
  padding-right: 12px;
}
.atsx-select-dropdown-container-open .atsx-select-dropdown,
.atsx-select-dropdown-open .atsx-select-dropdown {
  display: block;
}
.atsx-select-dropdown.atsx-select-theme-noBorder {
  border-radius: 0 0 4px 4px;
  box-shadow: none;
  border-top: 1px solid rgba(31, 35, 41, 0.12);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.atsx-empty-select-default {
  color: rgba(50, 90, 180, 0.3);
  margin: 0;
  cursor: not-allowed;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.atsx-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.atsx-empty-image img {
  height: 100%;
}
.atsx-empty-description {
  margin: 0;
}
.atsx-empty-footer {
  margin-top: 16px;
}
.atsx-empty-normal {
  margin: 32px 0;
  color: rgba(50, 90, 180, 0.3);
}
.atsx-empty-normal .atsx-empty-image {
  height: 40px;
}
.atsx-empty-small {
  margin: 8px 0;
  color: rgba(50, 90, 180, 0.3);
}
.atsx-empty-small .atsx-empty-image {
  height: 35px;
}

.atsx-clamp-content {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  vertical-align: top;
}
.atsx-clamp-line-content {
  max-width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-all;
}
.atsx-clamp-custom-tooltip {
  padding: 0;
  max-width: 420px;
}
.atsx-clamp-custom-tooltip .atsx-tooltip-content .atsx-tooltip-arrow {
  display: none;
}
.atsx-clamp-custom-tooltip .atsx-tooltip-content .atsx-tooltip-inner {
  padding: 0;
  color: #1f2329;
  font-size: 12px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(31, 35, 41, 0.1);
  border: solid 1px #eff0f1;
  word-wrap: break-word;
}
.atsx-clamp-custom-tooltip .atsx-tooltip-content .atsx-tooltip-inner .atsx-tooltip-inner-text {
  min-height: 18px;
  line-height: 18px;
  max-width: 420px;
}
.atsx-clamp-custom-tooltip .atsx-tooltip-content .atsx-tooltip-inner .atsx-tooltip-inner-text .clamp-inner-span {
  padding: 4px 8px;
  display: inline-block;
  padding-right: calc(8px + 20%);
  width: 120%;
}

@-webkit-keyframes fullscreenModalEnter__09aa18 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__09aa18 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__09aa18 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__09aa18 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__09aa18 {
  height: 100%;
}
.atsx-layout__09aa18 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__09aa18,
.b50__09aa18 {
  color: #f0f4ff;
}
.L50__09aa18,
.l50__09aa18 {
  color: #f7fae5;
}
.L100__09aa18,
.l100__09aa18 {
  color: #eef6c6;
}
.L200__09aa18,
.l200__09aa18 {
  color: #dfee96;
}
.L300__09aa18,
.l300__09aa18 {
  color: #d2e76a;
}
.L400__09aa18,
.l400__09aa18 {
  color: #c3dd40;
}
.L500__09aa18,
.l500__09aa18 {
  color: #b3d600;
}
.L600__09aa18,
.l600__09aa18 {
  color: #8fac02;
}
.L700__09aa18,
.l700__09aa18 {
  color: #667901;
}
.L800__09aa18,
.l800__09aa18 {
  color: #495700;
}
.L900__09aa18,
.l900__09aa18 {
  color: #354200;
}
.Y50__09aa18,
.y50__09aa18 {
  color: #fdf9ed;
}
.Y100__09aa18,
.y100__09aa18 {
  color: #faf1d1;
}
.Y200__09aa18,
.y200__09aa18 {
  color: #f8e6ab;
}
.Y300__09aa18,
.y300__09aa18 {
  color: #f7dc82;
}
.Y400__09aa18,
.y400__09aa18 {
  color: #fad355;
}
.Y500__09aa18,
.y500__09aa18 {
  color: #ffc60a;
}
.Y600__09aa18,
.y600__09aa18 {
  color: #dc9b04;
}
.Y700__09aa18,
.y700__09aa18 {
  color: #aa7803;
}
.Y800__09aa18,
.y800__09aa18 {
  color: #795101;
}
.Y900__09aa18,
.y900__09aa18 {
  color: #5c3a00;
}
.O50__09aa18,
.o50__09aa18 {
  color: #fff5eb;
}
.O100__09aa18,
.o100__09aa18 {
  color: #feead2;
}
.O200__09aa18,
.o200__09aa18 {
  color: #fed4a4;
}
.O300__09aa18,
.o300__09aa18 {
  color: #ffba6b;
}
.O400__09aa18,
.o400__09aa18 {
  color: #ffa53d;
}
.O500__09aa18,
.o500__09aa18 {
  color: #f80;
}
.O600__09aa18,
.o600__09aa18 {
  color: #de7802;
}
.O700__09aa18,
.o700__09aa18 {
  color: #b26206;
}
.O800__09aa18,
.o800__09aa18 {
  color: #8f4f04;
}
.O900__09aa18,
.o900__09aa18 {
  color: #6b3900;
}
.R50__09aa18,
.r50__09aa18 {
  color: #fef1f1;
}
.R100__09aa18,
.r100__09aa18 {
  color: #fde2e2;
}
.R200__09aa18,
.r200__09aa18 {
  color: #fbbfbc;
}
.R300__09aa18,
.r300__09aa18 {
  color: #f98e8b;
}
.R400__09aa18,
.r400__09aa18 {
  color: #f76964;
}
.R500__09aa18,
.r500__09aa18 {
  color: #f54a45;
}
.R600__09aa18,
.r600__09aa18 {
  color: #d83931;
}
.R700__09aa18,
.r700__09aa18 {
  color: #ac2f28;
}
.R800__09aa18,
.r800__09aa18 {
  color: #812520;
}
.R900__09aa18,
.r900__09aa18 {
  color: #621c18;
}
.C50__09aa18,
.c50__09aa18 {
  color: #fef1f8;
}
.C100__09aa18,
.c100__09aa18 {
  color: #fdddef;
}
.C200__09aa18,
.c200__09aa18 {
  color: #f9aed9;
}
.C300__09aa18,
.c300__09aa18 {
  color: #f57ac0;
}
.C400__09aa18,
.c400__09aa18 {
  color: #f14ba9;
}
.C500__09aa18,
.c500__09aa18 {
  color: #f01d94;
}
.C600__09aa18,
.c600__09aa18 {
  color: #c71077;
}
.C700__09aa18,
.c700__09aa18 {
  color: #9e1361;
}
.C800__09aa18,
.c800__09aa18 {
  color: #7a0f4b;
}
.C900__09aa18,
.c900__09aa18 {
  color: #520a32;
}
.V50__09aa18,
.v50__09aa18 {
  color: #fceefc;
}
.V100__09aa18,
.v100__09aa18 {
  color: #f8def8;
}
.V200__09aa18,
.v200__09aa18 {
  color: #efb9ef;
}
.V300__09aa18,
.v300__09aa18 {
  color: #e58fe5;
}
.V400__09aa18,
.v400__09aa18 {
  color: #db66db;
}
.V500__09aa18,
.v500__09aa18 {
  color: #d136d1;
}
.V600__09aa18,
.v600__09aa18 {
  color: #b320b3;
}
.V700__09aa18,
.v700__09aa18 {
  color: #8c218c;
}
.V800__09aa18,
.v800__09aa18 {
  color: #681268;
}
.V900__09aa18,
.v900__09aa18 {
  color: #460b46;
}
.P50__09aa18,
.p50__09aa18 {
  color: #f6f1fe;
}
.P100__09aa18,
.p100__09aa18 {
  color: #ece2fe;
}
.P200__09aa18,
.p200__09aa18 {
  color: #cdb2fa;
}
.P300__09aa18,
.p300__09aa18 {
  color: #ad82f7;
}
.P400__09aa18,
.p400__09aa18 {
  color: #935af6;
}
.P500__09aa18,
.p500__09aa18 {
  color: #7f3bf5;
}
.P600__09aa18,
.p600__09aa18 {
  color: #6425d0;
}
.P700__09aa18,
.p700__09aa18 {
  color: #4e1ba7;
}
.P800__09aa18,
.p800__09aa18 {
  color: #380d82;
}
.P900__09aa18,
.p900__09aa18 {
  color: #270561;
}
.I50__09aa18,
.i50__09aa18 {
  color: #f2f3fd;
}
.I100__09aa18,
.i100__09aa18 {
  color: #e0e2fa;
}
.I200__09aa18,
.i200__09aa18 {
  color: #b4b9f3;
}
.I300__09aa18,
.i300__09aa18 {
  color: #7b83ea;
}
.I400__09aa18,
.i400__09aa18 {
  color: #616ae5;
}
.I500__09aa18,
.i500__09aa18 {
  color: #4954e6;
}
.I600__09aa18,
.i600__09aa18 {
  color: #2933c7;
}
.I700__09aa18,
.i700__09aa18 {
  color: #161fa2;
}
.I800__09aa18,
.i800__09aa18 {
  color: #0a1285;
}
.I900__09aa18,
.i900__09aa18 {
  color: #0c1264;
}
.N50__09aa18,
.n50__09aa18 {
  color: #f8f9fa;
}
.N100__09aa18,
.n100__09aa18 {
  color: #f5f6f7;
}
.N200__09aa18,
.n200__09aa18 {
  color: #eff0f1;
}
.N300__09aa18,
.n300__09aa18 {
  color: #dee0e3;
}
.N400__09aa18,
.n400__09aa18 {
  color: #bbbfc4;
}
.N500__09aa18,
.n500__09aa18 {
  color: #8f959e;
}
.N600__09aa18,
.n600__09aa18 {
  color: #646a73;
}
.N700__09aa18,
.n700__09aa18 {
  color: #373c43;
}
.N800__09aa18,
.n800__09aa18 {
  color: #2b2f36;
}
.N900__09aa18,
.n900__09aa18 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.phoneNumber__09aa18 {
  font-size: 14px;
  color: #646a73;
}
.phoneNumber__09aa18.phoneNumber-loading .atsx-select-selection__rendered {
  visibility: hidden;
}
.phoneNumber__09aa18 .atsx-phone .atsx-phone-select .atsx-select-selection__rendered {
  line-height: 38px;
}
.phoneNumber__09aa18 .atsx-phone .atsx-phone-select .atsx-select-selection-selected-value,
.phoneNumber__09aa18 .atsx-phone .atsx-phone-select .atsx-select-search__field__wrap input {
  color: #1f2329;
}
.phoneNumber__09aa18 .atsx-phone .atsx-phone-select .atsx-select-selection {
  width: 95px;
}
.phoneNumber__09aa18 .atsx-phone .atsx-phone-select .atsx-select-arrow {
  display: block;
}
.phoneNumber__09aa18 .atsx-phone .atsx-input,
.phoneNumber__09aa18 .atsx-phone .atsx-select-selection {
  transition: border 0.3s;
}
.phoneNumber__09aa18 .phoneNumber-mobileCode {
  margin-right: 4px;
}
.atsx-phone-select-dropdown .atsx-phone-name {
  font-weight: normal;
}
.atsx-phone-select-dropdown .atsx-phone-current::after {
  display: none;
}
.atsx-phone-select-dropdown .atsx-select-dropdown-menu-item:hover:not(.atsx-select-dropdown-menu-item-disabled),
.atsx-phone-select-dropdown .atsx-select-dropdown-menu-item-active:not(.atsx-select-dropdown-menu-item-disabled) {
  background: #f9fafd;
}

@-webkit-keyframes fullscreenModalEnter__7015bd {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__7015bd {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__7015bd {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__7015bd {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__7015bd {
  height: 100%;
}
.atsx-layout__7015bd {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__7015bd,
.b50__7015bd {
  color: #f0f4ff;
}
.L50__7015bd,
.l50__7015bd {
  color: #f7fae5;
}
.L100__7015bd,
.l100__7015bd {
  color: #eef6c6;
}
.L200__7015bd,
.l200__7015bd {
  color: #dfee96;
}
.L300__7015bd,
.l300__7015bd {
  color: #d2e76a;
}
.L400__7015bd,
.l400__7015bd {
  color: #c3dd40;
}
.L500__7015bd,
.l500__7015bd {
  color: #b3d600;
}
.L600__7015bd,
.l600__7015bd {
  color: #8fac02;
}
.L700__7015bd,
.l700__7015bd {
  color: #667901;
}
.L800__7015bd,
.l800__7015bd {
  color: #495700;
}
.L900__7015bd,
.l900__7015bd {
  color: #354200;
}
.Y50__7015bd,
.y50__7015bd {
  color: #fdf9ed;
}
.Y100__7015bd,
.y100__7015bd {
  color: #faf1d1;
}
.Y200__7015bd,
.y200__7015bd {
  color: #f8e6ab;
}
.Y300__7015bd,
.y300__7015bd {
  color: #f7dc82;
}
.Y400__7015bd,
.y400__7015bd {
  color: #fad355;
}
.Y500__7015bd,
.y500__7015bd {
  color: #ffc60a;
}
.Y600__7015bd,
.y600__7015bd {
  color: #dc9b04;
}
.Y700__7015bd,
.y700__7015bd {
  color: #aa7803;
}
.Y800__7015bd,
.y800__7015bd {
  color: #795101;
}
.Y900__7015bd,
.y900__7015bd {
  color: #5c3a00;
}
.O50__7015bd,
.o50__7015bd {
  color: #fff5eb;
}
.O100__7015bd,
.o100__7015bd {
  color: #feead2;
}
.O200__7015bd,
.o200__7015bd {
  color: #fed4a4;
}
.O300__7015bd,
.o300__7015bd {
  color: #ffba6b;
}
.O400__7015bd,
.o400__7015bd {
  color: #ffa53d;
}
.O500__7015bd,
.o500__7015bd {
  color: #f80;
}
.O600__7015bd,
.o600__7015bd {
  color: #de7802;
}
.O700__7015bd,
.o700__7015bd {
  color: #b26206;
}
.O800__7015bd,
.o800__7015bd {
  color: #8f4f04;
}
.O900__7015bd,
.o900__7015bd {
  color: #6b3900;
}
.R50__7015bd,
.r50__7015bd {
  color: #fef1f1;
}
.R100__7015bd,
.r100__7015bd {
  color: #fde2e2;
}
.R200__7015bd,
.r200__7015bd {
  color: #fbbfbc;
}
.R300__7015bd,
.r300__7015bd {
  color: #f98e8b;
}
.R400__7015bd,
.r400__7015bd {
  color: #f76964;
}
.R500__7015bd,
.r500__7015bd {
  color: #f54a45;
}
.R600__7015bd,
.r600__7015bd {
  color: #d83931;
}
.R700__7015bd,
.r700__7015bd {
  color: #ac2f28;
}
.R800__7015bd,
.r800__7015bd {
  color: #812520;
}
.R900__7015bd,
.r900__7015bd {
  color: #621c18;
}
.C50__7015bd,
.c50__7015bd {
  color: #fef1f8;
}
.C100__7015bd,
.c100__7015bd {
  color: #fdddef;
}
.C200__7015bd,
.c200__7015bd {
  color: #f9aed9;
}
.C300__7015bd,
.c300__7015bd {
  color: #f57ac0;
}
.C400__7015bd,
.c400__7015bd {
  color: #f14ba9;
}
.C500__7015bd,
.c500__7015bd {
  color: #f01d94;
}
.C600__7015bd,
.c600__7015bd {
  color: #c71077;
}
.C700__7015bd,
.c700__7015bd {
  color: #9e1361;
}
.C800__7015bd,
.c800__7015bd {
  color: #7a0f4b;
}
.C900__7015bd,
.c900__7015bd {
  color: #520a32;
}
.V50__7015bd,
.v50__7015bd {
  color: #fceefc;
}
.V100__7015bd,
.v100__7015bd {
  color: #f8def8;
}
.V200__7015bd,
.v200__7015bd {
  color: #efb9ef;
}
.V300__7015bd,
.v300__7015bd {
  color: #e58fe5;
}
.V400__7015bd,
.v400__7015bd {
  color: #db66db;
}
.V500__7015bd,
.v500__7015bd {
  color: #d136d1;
}
.V600__7015bd,
.v600__7015bd {
  color: #b320b3;
}
.V700__7015bd,
.v700__7015bd {
  color: #8c218c;
}
.V800__7015bd,
.v800__7015bd {
  color: #681268;
}
.V900__7015bd,
.v900__7015bd {
  color: #460b46;
}
.P50__7015bd,
.p50__7015bd {
  color: #f6f1fe;
}
.P100__7015bd,
.p100__7015bd {
  color: #ece2fe;
}
.P200__7015bd,
.p200__7015bd {
  color: #cdb2fa;
}
.P300__7015bd,
.p300__7015bd {
  color: #ad82f7;
}
.P400__7015bd,
.p400__7015bd {
  color: #935af6;
}
.P500__7015bd,
.p500__7015bd {
  color: #7f3bf5;
}
.P600__7015bd,
.p600__7015bd {
  color: #6425d0;
}
.P700__7015bd,
.p700__7015bd {
  color: #4e1ba7;
}
.P800__7015bd,
.p800__7015bd {
  color: #380d82;
}
.P900__7015bd,
.p900__7015bd {
  color: #270561;
}
.I50__7015bd,
.i50__7015bd {
  color: #f2f3fd;
}
.I100__7015bd,
.i100__7015bd {
  color: #e0e2fa;
}
.I200__7015bd,
.i200__7015bd {
  color: #b4b9f3;
}
.I300__7015bd,
.i300__7015bd {
  color: #7b83ea;
}
.I400__7015bd,
.i400__7015bd {
  color: #616ae5;
}
.I500__7015bd,
.i500__7015bd {
  color: #4954e6;
}
.I600__7015bd,
.i600__7015bd {
  color: #2933c7;
}
.I700__7015bd,
.i700__7015bd {
  color: #161fa2;
}
.I800__7015bd,
.i800__7015bd {
  color: #0a1285;
}
.I900__7015bd,
.i900__7015bd {
  color: #0c1264;
}
.N50__7015bd,
.n50__7015bd {
  color: #f8f9fa;
}
.N100__7015bd,
.n100__7015bd {
  color: #f5f6f7;
}
.N200__7015bd,
.n200__7015bd {
  color: #eff0f1;
}
.N300__7015bd,
.n300__7015bd {
  color: #dee0e3;
}
.N400__7015bd,
.n400__7015bd {
  color: #bbbfc4;
}
.N500__7015bd,
.n500__7015bd {
  color: #8f959e;
}
.N600__7015bd,
.n600__7015bd {
  color: #646a73;
}
.N700__7015bd,
.n700__7015bd {
  color: #373c43;
}
.N800__7015bd,
.n800__7015bd {
  color: #2b2f36;
}
.N900__7015bd,
.n900__7015bd {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.mobileLogin__7015bd {
  /* 顶部报错tips */
}
.mobileLogin__7015bd .mobileLogin-formWrap {
  width: 100%;
  margin: 40px auto 0;
}
.mobileLogin__7015bd .mobileLogin-emailNoExist {
  margin-top: 4px;
  line-height: 22px;
  font-size: 14px;
  color: #f54a45;
}
.mobileLogin__7015bd .mobileLogin-validItem {
  margin-bottom: 0;
}
.mobileLogin__7015bd .mobileLogin-userAgreement {
  margin-bottom: 49px;
  text-align: center;
}
.mobileLogin__7015bd .mobileLogin-validTip {
  margin: 12px 0 64px;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  color: #646a73;
}
.mobileLogin__7015bd .mobileLogin-errorTips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-bottom: 32px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #fde2e2;
}
.mobileLogin__7015bd .mobileLogin-errorTips svg {
  margin-left: 16px;
  width: 16px;
  height: 16px;
}
.mobileLogin__7015bd .mobileLogin-errorTips .mobileLogin-errorTips-text {
  margin-left: 8px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2329;
}

.validCode__231285 .atsx-input-affix-wrapper .atsx-input-suffix {
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.validCode__231285 .atsx-input-affix-wrapper .atsx-input-suffix button {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border: none;
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.validCode__231285 .atsx-input-affix-wrapper .atsx-input-suffix button:disabled {
  background-color: #849cd2;
  color: #fff;
}

@-webkit-keyframes fullscreenModalEnter__f09246 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__f09246 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__f09246 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__f09246 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__f09246 {
  height: 100%;
}
.atsx-layout__f09246 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__f09246,
.b50__f09246 {
  color: #f0f4ff;
}
.L50__f09246,
.l50__f09246 {
  color: #f7fae5;
}
.L100__f09246,
.l100__f09246 {
  color: #eef6c6;
}
.L200__f09246,
.l200__f09246 {
  color: #dfee96;
}
.L300__f09246,
.l300__f09246 {
  color: #d2e76a;
}
.L400__f09246,
.l400__f09246 {
  color: #c3dd40;
}
.L500__f09246,
.l500__f09246 {
  color: #b3d600;
}
.L600__f09246,
.l600__f09246 {
  color: #8fac02;
}
.L700__f09246,
.l700__f09246 {
  color: #667901;
}
.L800__f09246,
.l800__f09246 {
  color: #495700;
}
.L900__f09246,
.l900__f09246 {
  color: #354200;
}
.Y50__f09246,
.y50__f09246 {
  color: #fdf9ed;
}
.Y100__f09246,
.y100__f09246 {
  color: #faf1d1;
}
.Y200__f09246,
.y200__f09246 {
  color: #f8e6ab;
}
.Y300__f09246,
.y300__f09246 {
  color: #f7dc82;
}
.Y400__f09246,
.y400__f09246 {
  color: #fad355;
}
.Y500__f09246,
.y500__f09246 {
  color: #ffc60a;
}
.Y600__f09246,
.y600__f09246 {
  color: #dc9b04;
}
.Y700__f09246,
.y700__f09246 {
  color: #aa7803;
}
.Y800__f09246,
.y800__f09246 {
  color: #795101;
}
.Y900__f09246,
.y900__f09246 {
  color: #5c3a00;
}
.O50__f09246,
.o50__f09246 {
  color: #fff5eb;
}
.O100__f09246,
.o100__f09246 {
  color: #feead2;
}
.O200__f09246,
.o200__f09246 {
  color: #fed4a4;
}
.O300__f09246,
.o300__f09246 {
  color: #ffba6b;
}
.O400__f09246,
.o400__f09246 {
  color: #ffa53d;
}
.O500__f09246,
.o500__f09246 {
  color: #f80;
}
.O600__f09246,
.o600__f09246 {
  color: #de7802;
}
.O700__f09246,
.o700__f09246 {
  color: #b26206;
}
.O800__f09246,
.o800__f09246 {
  color: #8f4f04;
}
.O900__f09246,
.o900__f09246 {
  color: #6b3900;
}
.R50__f09246,
.r50__f09246 {
  color: #fef1f1;
}
.R100__f09246,
.r100__f09246 {
  color: #fde2e2;
}
.R200__f09246,
.r200__f09246 {
  color: #fbbfbc;
}
.R300__f09246,
.r300__f09246 {
  color: #f98e8b;
}
.R400__f09246,
.r400__f09246 {
  color: #f76964;
}
.R500__f09246,
.r500__f09246 {
  color: #f54a45;
}
.R600__f09246,
.r600__f09246 {
  color: #d83931;
}
.R700__f09246,
.r700__f09246 {
  color: #ac2f28;
}
.R800__f09246,
.r800__f09246 {
  color: #812520;
}
.R900__f09246,
.r900__f09246 {
  color: #621c18;
}
.C50__f09246,
.c50__f09246 {
  color: #fef1f8;
}
.C100__f09246,
.c100__f09246 {
  color: #fdddef;
}
.C200__f09246,
.c200__f09246 {
  color: #f9aed9;
}
.C300__f09246,
.c300__f09246 {
  color: #f57ac0;
}
.C400__f09246,
.c400__f09246 {
  color: #f14ba9;
}
.C500__f09246,
.c500__f09246 {
  color: #f01d94;
}
.C600__f09246,
.c600__f09246 {
  color: #c71077;
}
.C700__f09246,
.c700__f09246 {
  color: #9e1361;
}
.C800__f09246,
.c800__f09246 {
  color: #7a0f4b;
}
.C900__f09246,
.c900__f09246 {
  color: #520a32;
}
.V50__f09246,
.v50__f09246 {
  color: #fceefc;
}
.V100__f09246,
.v100__f09246 {
  color: #f8def8;
}
.V200__f09246,
.v200__f09246 {
  color: #efb9ef;
}
.V300__f09246,
.v300__f09246 {
  color: #e58fe5;
}
.V400__f09246,
.v400__f09246 {
  color: #db66db;
}
.V500__f09246,
.v500__f09246 {
  color: #d136d1;
}
.V600__f09246,
.v600__f09246 {
  color: #b320b3;
}
.V700__f09246,
.v700__f09246 {
  color: #8c218c;
}
.V800__f09246,
.v800__f09246 {
  color: #681268;
}
.V900__f09246,
.v900__f09246 {
  color: #460b46;
}
.P50__f09246,
.p50__f09246 {
  color: #f6f1fe;
}
.P100__f09246,
.p100__f09246 {
  color: #ece2fe;
}
.P200__f09246,
.p200__f09246 {
  color: #cdb2fa;
}
.P300__f09246,
.p300__f09246 {
  color: #ad82f7;
}
.P400__f09246,
.p400__f09246 {
  color: #935af6;
}
.P500__f09246,
.p500__f09246 {
  color: #7f3bf5;
}
.P600__f09246,
.p600__f09246 {
  color: #6425d0;
}
.P700__f09246,
.p700__f09246 {
  color: #4e1ba7;
}
.P800__f09246,
.p800__f09246 {
  color: #380d82;
}
.P900__f09246,
.p900__f09246 {
  color: #270561;
}
.I50__f09246,
.i50__f09246 {
  color: #f2f3fd;
}
.I100__f09246,
.i100__f09246 {
  color: #e0e2fa;
}
.I200__f09246,
.i200__f09246 {
  color: #b4b9f3;
}
.I300__f09246,
.i300__f09246 {
  color: #7b83ea;
}
.I400__f09246,
.i400__f09246 {
  color: #616ae5;
}
.I500__f09246,
.i500__f09246 {
  color: #4954e6;
}
.I600__f09246,
.i600__f09246 {
  color: #2933c7;
}
.I700__f09246,
.i700__f09246 {
  color: #161fa2;
}
.I800__f09246,
.i800__f09246 {
  color: #0a1285;
}
.I900__f09246,
.i900__f09246 {
  color: #0c1264;
}
.N50__f09246,
.n50__f09246 {
  color: #f8f9fa;
}
.N100__f09246,
.n100__f09246 {
  color: #f5f6f7;
}
.N200__f09246,
.n200__f09246 {
  color: #eff0f1;
}
.N300__f09246,
.n300__f09246 {
  color: #dee0e3;
}
.N400__f09246,
.n400__f09246 {
  color: #bbbfc4;
}
.N500__f09246,
.n500__f09246 {
  color: #8f959e;
}
.N600__f09246,
.n600__f09246 {
  color: #646a73;
}
.N700__f09246,
.n700__f09246 {
  color: #373c43;
}
.N800__f09246,
.n800__f09246 {
  color: #2b2f36;
}
.N900__f09246,
.n900__f09246 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.headerToggle__f09246 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  height: 41px;
  margin-top: 80px;
}
.headerToggle__f09246 .headerToggle-item {
  position: relative;
  margin-right: 46px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  color: #8b949d;
  cursor: pointer;
}
.headerToggle__f09246 .headerToggle-item::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 3px;
  background-color: #325ab4;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.headerToggle__f09246 .headerToggle-item.headerToggle-active {
  font-weight: 600;
  color: #325ab4;
}
.headerToggle__f09246 .headerToggle-item.headerToggle-active::after {
  opacity: 1;
}
.headerToggle__f09246 .headerToggle-item:hover {
  color: #325ab4;
}
.headerToggle__f09246 .headerToggle-item:active {
  color: #3156a5;
}
.ja .headerToggle-item {
  font-size: 20px;
}

@-webkit-keyframes fullscreenModalEnter__67a991 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__67a991 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__67a991 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__67a991 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__67a991 {
  height: 100%;
}
.atsx-layout__67a991 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__67a991,
.b50__67a991 {
  color: #f0f4ff;
}
.L50__67a991,
.l50__67a991 {
  color: #f7fae5;
}
.L100__67a991,
.l100__67a991 {
  color: #eef6c6;
}
.L200__67a991,
.l200__67a991 {
  color: #dfee96;
}
.L300__67a991,
.l300__67a991 {
  color: #d2e76a;
}
.L400__67a991,
.l400__67a991 {
  color: #c3dd40;
}
.L500__67a991,
.l500__67a991 {
  color: #b3d600;
}
.L600__67a991,
.l600__67a991 {
  color: #8fac02;
}
.L700__67a991,
.l700__67a991 {
  color: #667901;
}
.L800__67a991,
.l800__67a991 {
  color: #495700;
}
.L900__67a991,
.l900__67a991 {
  color: #354200;
}
.Y50__67a991,
.y50__67a991 {
  color: #fdf9ed;
}
.Y100__67a991,
.y100__67a991 {
  color: #faf1d1;
}
.Y200__67a991,
.y200__67a991 {
  color: #f8e6ab;
}
.Y300__67a991,
.y300__67a991 {
  color: #f7dc82;
}
.Y400__67a991,
.y400__67a991 {
  color: #fad355;
}
.Y500__67a991,
.y500__67a991 {
  color: #ffc60a;
}
.Y600__67a991,
.y600__67a991 {
  color: #dc9b04;
}
.Y700__67a991,
.y700__67a991 {
  color: #aa7803;
}
.Y800__67a991,
.y800__67a991 {
  color: #795101;
}
.Y900__67a991,
.y900__67a991 {
  color: #5c3a00;
}
.O50__67a991,
.o50__67a991 {
  color: #fff5eb;
}
.O100__67a991,
.o100__67a991 {
  color: #feead2;
}
.O200__67a991,
.o200__67a991 {
  color: #fed4a4;
}
.O300__67a991,
.o300__67a991 {
  color: #ffba6b;
}
.O400__67a991,
.o400__67a991 {
  color: #ffa53d;
}
.O500__67a991,
.o500__67a991 {
  color: #f80;
}
.O600__67a991,
.o600__67a991 {
  color: #de7802;
}
.O700__67a991,
.o700__67a991 {
  color: #b26206;
}
.O800__67a991,
.o800__67a991 {
  color: #8f4f04;
}
.O900__67a991,
.o900__67a991 {
  color: #6b3900;
}
.R50__67a991,
.r50__67a991 {
  color: #fef1f1;
}
.R100__67a991,
.r100__67a991 {
  color: #fde2e2;
}
.R200__67a991,
.r200__67a991 {
  color: #fbbfbc;
}
.R300__67a991,
.r300__67a991 {
  color: #f98e8b;
}
.R400__67a991,
.r400__67a991 {
  color: #f76964;
}
.R500__67a991,
.r500__67a991 {
  color: #f54a45;
}
.R600__67a991,
.r600__67a991 {
  color: #d83931;
}
.R700__67a991,
.r700__67a991 {
  color: #ac2f28;
}
.R800__67a991,
.r800__67a991 {
  color: #812520;
}
.R900__67a991,
.r900__67a991 {
  color: #621c18;
}
.C50__67a991,
.c50__67a991 {
  color: #fef1f8;
}
.C100__67a991,
.c100__67a991 {
  color: #fdddef;
}
.C200__67a991,
.c200__67a991 {
  color: #f9aed9;
}
.C300__67a991,
.c300__67a991 {
  color: #f57ac0;
}
.C400__67a991,
.c400__67a991 {
  color: #f14ba9;
}
.C500__67a991,
.c500__67a991 {
  color: #f01d94;
}
.C600__67a991,
.c600__67a991 {
  color: #c71077;
}
.C700__67a991,
.c700__67a991 {
  color: #9e1361;
}
.C800__67a991,
.c800__67a991 {
  color: #7a0f4b;
}
.C900__67a991,
.c900__67a991 {
  color: #520a32;
}
.V50__67a991,
.v50__67a991 {
  color: #fceefc;
}
.V100__67a991,
.v100__67a991 {
  color: #f8def8;
}
.V200__67a991,
.v200__67a991 {
  color: #efb9ef;
}
.V300__67a991,
.v300__67a991 {
  color: #e58fe5;
}
.V400__67a991,
.v400__67a991 {
  color: #db66db;
}
.V500__67a991,
.v500__67a991 {
  color: #d136d1;
}
.V600__67a991,
.v600__67a991 {
  color: #b320b3;
}
.V700__67a991,
.v700__67a991 {
  color: #8c218c;
}
.V800__67a991,
.v800__67a991 {
  color: #681268;
}
.V900__67a991,
.v900__67a991 {
  color: #460b46;
}
.P50__67a991,
.p50__67a991 {
  color: #f6f1fe;
}
.P100__67a991,
.p100__67a991 {
  color: #ece2fe;
}
.P200__67a991,
.p200__67a991 {
  color: #cdb2fa;
}
.P300__67a991,
.p300__67a991 {
  color: #ad82f7;
}
.P400__67a991,
.p400__67a991 {
  color: #935af6;
}
.P500__67a991,
.p500__67a991 {
  color: #7f3bf5;
}
.P600__67a991,
.p600__67a991 {
  color: #6425d0;
}
.P700__67a991,
.p700__67a991 {
  color: #4e1ba7;
}
.P800__67a991,
.p800__67a991 {
  color: #380d82;
}
.P900__67a991,
.p900__67a991 {
  color: #270561;
}
.I50__67a991,
.i50__67a991 {
  color: #f2f3fd;
}
.I100__67a991,
.i100__67a991 {
  color: #e0e2fa;
}
.I200__67a991,
.i200__67a991 {
  color: #b4b9f3;
}
.I300__67a991,
.i300__67a991 {
  color: #7b83ea;
}
.I400__67a991,
.i400__67a991 {
  color: #616ae5;
}
.I500__67a991,
.i500__67a991 {
  color: #4954e6;
}
.I600__67a991,
.i600__67a991 {
  color: #2933c7;
}
.I700__67a991,
.i700__67a991 {
  color: #161fa2;
}
.I800__67a991,
.i800__67a991 {
  color: #0a1285;
}
.I900__67a991,
.i900__67a991 {
  color: #0c1264;
}
.N50__67a991,
.n50__67a991 {
  color: #f8f9fa;
}
.N100__67a991,
.n100__67a991 {
  color: #f5f6f7;
}
.N200__67a991,
.n200__67a991 {
  color: #eff0f1;
}
.N300__67a991,
.n300__67a991 {
  color: #dee0e3;
}
.N400__67a991,
.n400__67a991 {
  color: #bbbfc4;
}
.N500__67a991,
.n500__67a991 {
  color: #8f959e;
}
.N600__67a991,
.n600__67a991 {
  color: #646a73;
}
.N700__67a991,
.n700__67a991 {
  color: #373c43;
}
.N800__67a991,
.n800__67a991 {
  color: #2b2f36;
}
.N900__67a991,
.n900__67a991 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.loginPage__67a991 .loginPage-container {
  width: 520px;
  margin: 0 auto;
}
.loginPage__67a991 .loginForm {
  width: 100%;
  margin: 40px auto 45px;
}
.loginPage__67a991 .loginForm .loginTitle {
  margin-bottom: 46px;
  line-height: 37px;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #1f2329;
}
.loginPage__67a991 .loginForm .loginSubmit {
  width: 100%;
  max-width: none;
  height: 40px;
  font-size: 16px;
  color: #fff;
}
.loginPage__67a991 .loginForm .loginSubmit:disabled {
  background-color: #849cd2;
  color: #fff;
}
.loginPage__67a991 .loginForm .loginSubmit:disabled:hover {
  background-color: #849cd2;
  border-color: #849cd2;
  color: #fff;
}
.loginPage__67a991 .loginForm .loginAgreement {
  margin-top: 26px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #646a73;
}
.loginPage__67a991 .loginForm .loginAgreement a {
  color: #325ab4;
}
.loginPage__67a991 .loginForm .loginAgreement a:hover {
  color: #487fc1;
}
.loginPage__67a991 .loginForm .loginAgreement a:active {
  color: #3156a5;
}
.loginPageWrapper__67a991 {
  min-height: 677px;
}
.loginPageWrapper__67a991 a {
  color: #325ab4;
}
.loginPageWrapper__67a991 a:hover {
  color: #487fc1;
}
.loginPageWrapper__67a991 a:active {
  color: #3156a5;
}
.loginPageWrapper__67a991 .update-privacy-policy-warp {
  height: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-bottom: 1px solid rgba(22, 24, 35, 0.12);
  padding: 0 251px;
}
.loginPageWrapper__67a991 .update-privacy-policy-warp .update-privacy-policy-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  margin-right: 12px;
  border: 1px solid rgba(22, 24, 35, 0.12);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.loginPageWrapper__67a991 .update-privacy-policy-warp .update-privacy-policy-text {
  color: rgba(22, 24, 35, 0.75);
}
.loginPageWrapper__67a991 .update-privacy-policy-warp .update-privacy-policy-bold-text {
  font-weight: bold;
  cursor: pointer;
  color: #161823;
}
.loginPageWrapper__67a991 .update-privacy-policy-warp .update-privacy-policy-close-icon {
  margin-left: 48px;
  color: #161823;
  margin-top: 7px;
}
.loginPageWrapper__67a991 .update-privacy-policy-warp .update-privacy-policy-close-icon :hover {
  color: #325ab4;
  cursor: pointer;
}
.loginPageWrapper__67a991 .update-privacy-policy-warp .update-privacy-policy-close-icon svg {
  height: 16px;
  width: 16px;
}
.iam-passport-login-warp__67a991 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 686px;
}
.iam-passport-login-warp__67a991 .iam-passport-login__67a991 {
  width: 482px;
  height: 686px;
  position: relative;
}
.iam-passport-login-warp__67a991 .iam-passport-login__67a991 .new-account-login-module {
  padding-top: 0;
}

@-webkit-keyframes fullscreenModalEnter__4ce9e9 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__4ce9e9 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__4ce9e9 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__4ce9e9 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__4ce9e9 {
  height: 100%;
}
.atsx-layout__4ce9e9 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__4ce9e9,
.b50__4ce9e9 {
  color: #f0f4ff;
}
.L50__4ce9e9,
.l50__4ce9e9 {
  color: #f7fae5;
}
.L100__4ce9e9,
.l100__4ce9e9 {
  color: #eef6c6;
}
.L200__4ce9e9,
.l200__4ce9e9 {
  color: #dfee96;
}
.L300__4ce9e9,
.l300__4ce9e9 {
  color: #d2e76a;
}
.L400__4ce9e9,
.l400__4ce9e9 {
  color: #c3dd40;
}
.L500__4ce9e9,
.l500__4ce9e9 {
  color: #b3d600;
}
.L600__4ce9e9,
.l600__4ce9e9 {
  color: #8fac02;
}
.L700__4ce9e9,
.l700__4ce9e9 {
  color: #667901;
}
.L800__4ce9e9,
.l800__4ce9e9 {
  color: #495700;
}
.L900__4ce9e9,
.l900__4ce9e9 {
  color: #354200;
}
.Y50__4ce9e9,
.y50__4ce9e9 {
  color: #fdf9ed;
}
.Y100__4ce9e9,
.y100__4ce9e9 {
  color: #faf1d1;
}
.Y200__4ce9e9,
.y200__4ce9e9 {
  color: #f8e6ab;
}
.Y300__4ce9e9,
.y300__4ce9e9 {
  color: #f7dc82;
}
.Y400__4ce9e9,
.y400__4ce9e9 {
  color: #fad355;
}
.Y500__4ce9e9,
.y500__4ce9e9 {
  color: #ffc60a;
}
.Y600__4ce9e9,
.y600__4ce9e9 {
  color: #dc9b04;
}
.Y700__4ce9e9,
.y700__4ce9e9 {
  color: #aa7803;
}
.Y800__4ce9e9,
.y800__4ce9e9 {
  color: #795101;
}
.Y900__4ce9e9,
.y900__4ce9e9 {
  color: #5c3a00;
}
.O50__4ce9e9,
.o50__4ce9e9 {
  color: #fff5eb;
}
.O100__4ce9e9,
.o100__4ce9e9 {
  color: #feead2;
}
.O200__4ce9e9,
.o200__4ce9e9 {
  color: #fed4a4;
}
.O300__4ce9e9,
.o300__4ce9e9 {
  color: #ffba6b;
}
.O400__4ce9e9,
.o400__4ce9e9 {
  color: #ffa53d;
}
.O500__4ce9e9,
.o500__4ce9e9 {
  color: #f80;
}
.O600__4ce9e9,
.o600__4ce9e9 {
  color: #de7802;
}
.O700__4ce9e9,
.o700__4ce9e9 {
  color: #b26206;
}
.O800__4ce9e9,
.o800__4ce9e9 {
  color: #8f4f04;
}
.O900__4ce9e9,
.o900__4ce9e9 {
  color: #6b3900;
}
.R50__4ce9e9,
.r50__4ce9e9 {
  color: #fef1f1;
}
.R100__4ce9e9,
.r100__4ce9e9 {
  color: #fde2e2;
}
.R200__4ce9e9,
.r200__4ce9e9 {
  color: #fbbfbc;
}
.R300__4ce9e9,
.r300__4ce9e9 {
  color: #f98e8b;
}
.R400__4ce9e9,
.r400__4ce9e9 {
  color: #f76964;
}
.R500__4ce9e9,
.r500__4ce9e9 {
  color: #f54a45;
}
.R600__4ce9e9,
.r600__4ce9e9 {
  color: #d83931;
}
.R700__4ce9e9,
.r700__4ce9e9 {
  color: #ac2f28;
}
.R800__4ce9e9,
.r800__4ce9e9 {
  color: #812520;
}
.R900__4ce9e9,
.r900__4ce9e9 {
  color: #621c18;
}
.C50__4ce9e9,
.c50__4ce9e9 {
  color: #fef1f8;
}
.C100__4ce9e9,
.c100__4ce9e9 {
  color: #fdddef;
}
.C200__4ce9e9,
.c200__4ce9e9 {
  color: #f9aed9;
}
.C300__4ce9e9,
.c300__4ce9e9 {
  color: #f57ac0;
}
.C400__4ce9e9,
.c400__4ce9e9 {
  color: #f14ba9;
}
.C500__4ce9e9,
.c500__4ce9e9 {
  color: #f01d94;
}
.C600__4ce9e9,
.c600__4ce9e9 {
  color: #c71077;
}
.C700__4ce9e9,
.c700__4ce9e9 {
  color: #9e1361;
}
.C800__4ce9e9,
.c800__4ce9e9 {
  color: #7a0f4b;
}
.C900__4ce9e9,
.c900__4ce9e9 {
  color: #520a32;
}
.V50__4ce9e9,
.v50__4ce9e9 {
  color: #fceefc;
}
.V100__4ce9e9,
.v100__4ce9e9 {
  color: #f8def8;
}
.V200__4ce9e9,
.v200__4ce9e9 {
  color: #efb9ef;
}
.V300__4ce9e9,
.v300__4ce9e9 {
  color: #e58fe5;
}
.V400__4ce9e9,
.v400__4ce9e9 {
  color: #db66db;
}
.V500__4ce9e9,
.v500__4ce9e9 {
  color: #d136d1;
}
.V600__4ce9e9,
.v600__4ce9e9 {
  color: #b320b3;
}
.V700__4ce9e9,
.v700__4ce9e9 {
  color: #8c218c;
}
.V800__4ce9e9,
.v800__4ce9e9 {
  color: #681268;
}
.V900__4ce9e9,
.v900__4ce9e9 {
  color: #460b46;
}
.P50__4ce9e9,
.p50__4ce9e9 {
  color: #f6f1fe;
}
.P100__4ce9e9,
.p100__4ce9e9 {
  color: #ece2fe;
}
.P200__4ce9e9,
.p200__4ce9e9 {
  color: #cdb2fa;
}
.P300__4ce9e9,
.p300__4ce9e9 {
  color: #ad82f7;
}
.P400__4ce9e9,
.p400__4ce9e9 {
  color: #935af6;
}
.P500__4ce9e9,
.p500__4ce9e9 {
  color: #7f3bf5;
}
.P600__4ce9e9,
.p600__4ce9e9 {
  color: #6425d0;
}
.P700__4ce9e9,
.p700__4ce9e9 {
  color: #4e1ba7;
}
.P800__4ce9e9,
.p800__4ce9e9 {
  color: #380d82;
}
.P900__4ce9e9,
.p900__4ce9e9 {
  color: #270561;
}
.I50__4ce9e9,
.i50__4ce9e9 {
  color: #f2f3fd;
}
.I100__4ce9e9,
.i100__4ce9e9 {
  color: #e0e2fa;
}
.I200__4ce9e9,
.i200__4ce9e9 {
  color: #b4b9f3;
}
.I300__4ce9e9,
.i300__4ce9e9 {
  color: #7b83ea;
}
.I400__4ce9e9,
.i400__4ce9e9 {
  color: #616ae5;
}
.I500__4ce9e9,
.i500__4ce9e9 {
  color: #4954e6;
}
.I600__4ce9e9,
.i600__4ce9e9 {
  color: #2933c7;
}
.I700__4ce9e9,
.i700__4ce9e9 {
  color: #161fa2;
}
.I800__4ce9e9,
.i800__4ce9e9 {
  color: #0a1285;
}
.I900__4ce9e9,
.i900__4ce9e9 {
  color: #0c1264;
}
.N50__4ce9e9,
.n50__4ce9e9 {
  color: #f8f9fa;
}
.N100__4ce9e9,
.n100__4ce9e9 {
  color: #f5f6f7;
}
.N200__4ce9e9,
.n200__4ce9e9 {
  color: #eff0f1;
}
.N300__4ce9e9,
.n300__4ce9e9 {
  color: #dee0e3;
}
.N400__4ce9e9,
.n400__4ce9e9 {
  color: #bbbfc4;
}
.N500__4ce9e9,
.n500__4ce9e9 {
  color: #8f959e;
}
.N600__4ce9e9,
.n600__4ce9e9 {
  color: #646a73;
}
.N700__4ce9e9,
.n700__4ce9e9 {
  color: #373c43;
}
.N800__4ce9e9,
.n800__4ce9e9 {
  color: #2b2f36;
}
.N900__4ce9e9,
.n900__4ce9e9 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.textHeader__4ce9e9 .textHeader-header {
  margin-top: 100px;
  height: 37px;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #1f2329;
}

.validCode__e3da4f .atsx-input-suffix {
  min-width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.validCode__e3da4f .atsx-input-suffix button {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  border: none;
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.validCode__e3da4f .atsx-input-suffix button:disabled {
  background-color: #849cd2;
  color: #fff;
}

@-webkit-keyframes fullscreenModalEnter__a15106 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__a15106 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__a15106 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__a15106 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__a15106 {
  height: 100%;
}
.atsx-layout__a15106 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__a15106,
.b50__a15106 {
  color: #f0f4ff;
}
.L50__a15106,
.l50__a15106 {
  color: #f7fae5;
}
.L100__a15106,
.l100__a15106 {
  color: #eef6c6;
}
.L200__a15106,
.l200__a15106 {
  color: #dfee96;
}
.L300__a15106,
.l300__a15106 {
  color: #d2e76a;
}
.L400__a15106,
.l400__a15106 {
  color: #c3dd40;
}
.L500__a15106,
.l500__a15106 {
  color: #b3d600;
}
.L600__a15106,
.l600__a15106 {
  color: #8fac02;
}
.L700__a15106,
.l700__a15106 {
  color: #667901;
}
.L800__a15106,
.l800__a15106 {
  color: #495700;
}
.L900__a15106,
.l900__a15106 {
  color: #354200;
}
.Y50__a15106,
.y50__a15106 {
  color: #fdf9ed;
}
.Y100__a15106,
.y100__a15106 {
  color: #faf1d1;
}
.Y200__a15106,
.y200__a15106 {
  color: #f8e6ab;
}
.Y300__a15106,
.y300__a15106 {
  color: #f7dc82;
}
.Y400__a15106,
.y400__a15106 {
  color: #fad355;
}
.Y500__a15106,
.y500__a15106 {
  color: #ffc60a;
}
.Y600__a15106,
.y600__a15106 {
  color: #dc9b04;
}
.Y700__a15106,
.y700__a15106 {
  color: #aa7803;
}
.Y800__a15106,
.y800__a15106 {
  color: #795101;
}
.Y900__a15106,
.y900__a15106 {
  color: #5c3a00;
}
.O50__a15106,
.o50__a15106 {
  color: #fff5eb;
}
.O100__a15106,
.o100__a15106 {
  color: #feead2;
}
.O200__a15106,
.o200__a15106 {
  color: #fed4a4;
}
.O300__a15106,
.o300__a15106 {
  color: #ffba6b;
}
.O400__a15106,
.o400__a15106 {
  color: #ffa53d;
}
.O500__a15106,
.o500__a15106 {
  color: #f80;
}
.O600__a15106,
.o600__a15106 {
  color: #de7802;
}
.O700__a15106,
.o700__a15106 {
  color: #b26206;
}
.O800__a15106,
.o800__a15106 {
  color: #8f4f04;
}
.O900__a15106,
.o900__a15106 {
  color: #6b3900;
}
.R50__a15106,
.r50__a15106 {
  color: #fef1f1;
}
.R100__a15106,
.r100__a15106 {
  color: #fde2e2;
}
.R200__a15106,
.r200__a15106 {
  color: #fbbfbc;
}
.R300__a15106,
.r300__a15106 {
  color: #f98e8b;
}
.R400__a15106,
.r400__a15106 {
  color: #f76964;
}
.R500__a15106,
.r500__a15106 {
  color: #f54a45;
}
.R600__a15106,
.r600__a15106 {
  color: #d83931;
}
.R700__a15106,
.r700__a15106 {
  color: #ac2f28;
}
.R800__a15106,
.r800__a15106 {
  color: #812520;
}
.R900__a15106,
.r900__a15106 {
  color: #621c18;
}
.C50__a15106,
.c50__a15106 {
  color: #fef1f8;
}
.C100__a15106,
.c100__a15106 {
  color: #fdddef;
}
.C200__a15106,
.c200__a15106 {
  color: #f9aed9;
}
.C300__a15106,
.c300__a15106 {
  color: #f57ac0;
}
.C400__a15106,
.c400__a15106 {
  color: #f14ba9;
}
.C500__a15106,
.c500__a15106 {
  color: #f01d94;
}
.C600__a15106,
.c600__a15106 {
  color: #c71077;
}
.C700__a15106,
.c700__a15106 {
  color: #9e1361;
}
.C800__a15106,
.c800__a15106 {
  color: #7a0f4b;
}
.C900__a15106,
.c900__a15106 {
  color: #520a32;
}
.V50__a15106,
.v50__a15106 {
  color: #fceefc;
}
.V100__a15106,
.v100__a15106 {
  color: #f8def8;
}
.V200__a15106,
.v200__a15106 {
  color: #efb9ef;
}
.V300__a15106,
.v300__a15106 {
  color: #e58fe5;
}
.V400__a15106,
.v400__a15106 {
  color: #db66db;
}
.V500__a15106,
.v500__a15106 {
  color: #d136d1;
}
.V600__a15106,
.v600__a15106 {
  color: #b320b3;
}
.V700__a15106,
.v700__a15106 {
  color: #8c218c;
}
.V800__a15106,
.v800__a15106 {
  color: #681268;
}
.V900__a15106,
.v900__a15106 {
  color: #460b46;
}
.P50__a15106,
.p50__a15106 {
  color: #f6f1fe;
}
.P100__a15106,
.p100__a15106 {
  color: #ece2fe;
}
.P200__a15106,
.p200__a15106 {
  color: #cdb2fa;
}
.P300__a15106,
.p300__a15106 {
  color: #ad82f7;
}
.P400__a15106,
.p400__a15106 {
  color: #935af6;
}
.P500__a15106,
.p500__a15106 {
  color: #7f3bf5;
}
.P600__a15106,
.p600__a15106 {
  color: #6425d0;
}
.P700__a15106,
.p700__a15106 {
  color: #4e1ba7;
}
.P800__a15106,
.p800__a15106 {
  color: #380d82;
}
.P900__a15106,
.p900__a15106 {
  color: #270561;
}
.I50__a15106,
.i50__a15106 {
  color: #f2f3fd;
}
.I100__a15106,
.i100__a15106 {
  color: #e0e2fa;
}
.I200__a15106,
.i200__a15106 {
  color: #b4b9f3;
}
.I300__a15106,
.i300__a15106 {
  color: #7b83ea;
}
.I400__a15106,
.i400__a15106 {
  color: #616ae5;
}
.I500__a15106,
.i500__a15106 {
  color: #4954e6;
}
.I600__a15106,
.i600__a15106 {
  color: #2933c7;
}
.I700__a15106,
.i700__a15106 {
  color: #161fa2;
}
.I800__a15106,
.i800__a15106 {
  color: #0a1285;
}
.I900__a15106,
.i900__a15106 {
  color: #0c1264;
}
.N50__a15106,
.n50__a15106 {
  color: #f8f9fa;
}
.N100__a15106,
.n100__a15106 {
  color: #f5f6f7;
}
.N200__a15106,
.n200__a15106 {
  color: #eff0f1;
}
.N300__a15106,
.n300__a15106 {
  color: #dee0e3;
}
.N400__a15106,
.n400__a15106 {
  color: #bbbfc4;
}
.N500__a15106,
.n500__a15106 {
  color: #8f959e;
}
.N600__a15106,
.n600__a15106 {
  color: #646a73;
}
.N700__a15106,
.n700__a15106 {
  color: #373c43;
}
.N800__a15106,
.n800__a15106 {
  color: #2b2f36;
}
.N900__a15106,
.n900__a15106 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.resetPassword-formWrap__a15106 {
  width: 480px;
  margin: 80px auto 0;
}
.resetPassword-formWrap__a15106 .resetPassword-title__a15106 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #1f2329;
}
.resetPassword-formWrap__a15106 .resetPassword-title__a15106 svg {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  cursor: pointer;
  fill: #1f2329;
}
.resetPassword-formWrap__a15106 .resetPassword-title__a15106 svg:hover {
  fill: #325ab4;
}
.resetPassword-formWrap__a15106 .resetPassword-title__a15106 svg:active {
  fill: #3156a5;
}
.resetPassword-formWrap__a15106 .resetPassword-submit__a15106 {
  width: 100%;
  max-width: unset;
}

@-webkit-keyframes fullscreenModalEnter__78b275 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__78b275 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__78b275 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__78b275 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__78b275 {
  height: 100%;
}
.atsx-layout__78b275 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__78b275,
.b50__78b275 {
  color: #f0f4ff;
}
.L50__78b275,
.l50__78b275 {
  color: #f7fae5;
}
.L100__78b275,
.l100__78b275 {
  color: #eef6c6;
}
.L200__78b275,
.l200__78b275 {
  color: #dfee96;
}
.L300__78b275,
.l300__78b275 {
  color: #d2e76a;
}
.L400__78b275,
.l400__78b275 {
  color: #c3dd40;
}
.L500__78b275,
.l500__78b275 {
  color: #b3d600;
}
.L600__78b275,
.l600__78b275 {
  color: #8fac02;
}
.L700__78b275,
.l700__78b275 {
  color: #667901;
}
.L800__78b275,
.l800__78b275 {
  color: #495700;
}
.L900__78b275,
.l900__78b275 {
  color: #354200;
}
.Y50__78b275,
.y50__78b275 {
  color: #fdf9ed;
}
.Y100__78b275,
.y100__78b275 {
  color: #faf1d1;
}
.Y200__78b275,
.y200__78b275 {
  color: #f8e6ab;
}
.Y300__78b275,
.y300__78b275 {
  color: #f7dc82;
}
.Y400__78b275,
.y400__78b275 {
  color: #fad355;
}
.Y500__78b275,
.y500__78b275 {
  color: #ffc60a;
}
.Y600__78b275,
.y600__78b275 {
  color: #dc9b04;
}
.Y700__78b275,
.y700__78b275 {
  color: #aa7803;
}
.Y800__78b275,
.y800__78b275 {
  color: #795101;
}
.Y900__78b275,
.y900__78b275 {
  color: #5c3a00;
}
.O50__78b275,
.o50__78b275 {
  color: #fff5eb;
}
.O100__78b275,
.o100__78b275 {
  color: #feead2;
}
.O200__78b275,
.o200__78b275 {
  color: #fed4a4;
}
.O300__78b275,
.o300__78b275 {
  color: #ffba6b;
}
.O400__78b275,
.o400__78b275 {
  color: #ffa53d;
}
.O500__78b275,
.o500__78b275 {
  color: #f80;
}
.O600__78b275,
.o600__78b275 {
  color: #de7802;
}
.O700__78b275,
.o700__78b275 {
  color: #b26206;
}
.O800__78b275,
.o800__78b275 {
  color: #8f4f04;
}
.O900__78b275,
.o900__78b275 {
  color: #6b3900;
}
.R50__78b275,
.r50__78b275 {
  color: #fef1f1;
}
.R100__78b275,
.r100__78b275 {
  color: #fde2e2;
}
.R200__78b275,
.r200__78b275 {
  color: #fbbfbc;
}
.R300__78b275,
.r300__78b275 {
  color: #f98e8b;
}
.R400__78b275,
.r400__78b275 {
  color: #f76964;
}
.R500__78b275,
.r500__78b275 {
  color: #f54a45;
}
.R600__78b275,
.r600__78b275 {
  color: #d83931;
}
.R700__78b275,
.r700__78b275 {
  color: #ac2f28;
}
.R800__78b275,
.r800__78b275 {
  color: #812520;
}
.R900__78b275,
.r900__78b275 {
  color: #621c18;
}
.C50__78b275,
.c50__78b275 {
  color: #fef1f8;
}
.C100__78b275,
.c100__78b275 {
  color: #fdddef;
}
.C200__78b275,
.c200__78b275 {
  color: #f9aed9;
}
.C300__78b275,
.c300__78b275 {
  color: #f57ac0;
}
.C400__78b275,
.c400__78b275 {
  color: #f14ba9;
}
.C500__78b275,
.c500__78b275 {
  color: #f01d94;
}
.C600__78b275,
.c600__78b275 {
  color: #c71077;
}
.C700__78b275,
.c700__78b275 {
  color: #9e1361;
}
.C800__78b275,
.c800__78b275 {
  color: #7a0f4b;
}
.C900__78b275,
.c900__78b275 {
  color: #520a32;
}
.V50__78b275,
.v50__78b275 {
  color: #fceefc;
}
.V100__78b275,
.v100__78b275 {
  color: #f8def8;
}
.V200__78b275,
.v200__78b275 {
  color: #efb9ef;
}
.V300__78b275,
.v300__78b275 {
  color: #e58fe5;
}
.V400__78b275,
.v400__78b275 {
  color: #db66db;
}
.V500__78b275,
.v500__78b275 {
  color: #d136d1;
}
.V600__78b275,
.v600__78b275 {
  color: #b320b3;
}
.V700__78b275,
.v700__78b275 {
  color: #8c218c;
}
.V800__78b275,
.v800__78b275 {
  color: #681268;
}
.V900__78b275,
.v900__78b275 {
  color: #460b46;
}
.P50__78b275,
.p50__78b275 {
  color: #f6f1fe;
}
.P100__78b275,
.p100__78b275 {
  color: #ece2fe;
}
.P200__78b275,
.p200__78b275 {
  color: #cdb2fa;
}
.P300__78b275,
.p300__78b275 {
  color: #ad82f7;
}
.P400__78b275,
.p400__78b275 {
  color: #935af6;
}
.P500__78b275,
.p500__78b275 {
  color: #7f3bf5;
}
.P600__78b275,
.p600__78b275 {
  color: #6425d0;
}
.P700__78b275,
.p700__78b275 {
  color: #4e1ba7;
}
.P800__78b275,
.p800__78b275 {
  color: #380d82;
}
.P900__78b275,
.p900__78b275 {
  color: #270561;
}
.I50__78b275,
.i50__78b275 {
  color: #f2f3fd;
}
.I100__78b275,
.i100__78b275 {
  color: #e0e2fa;
}
.I200__78b275,
.i200__78b275 {
  color: #b4b9f3;
}
.I300__78b275,
.i300__78b275 {
  color: #7b83ea;
}
.I400__78b275,
.i400__78b275 {
  color: #616ae5;
}
.I500__78b275,
.i500__78b275 {
  color: #4954e6;
}
.I600__78b275,
.i600__78b275 {
  color: #2933c7;
}
.I700__78b275,
.i700__78b275 {
  color: #161fa2;
}
.I800__78b275,
.i800__78b275 {
  color: #0a1285;
}
.I900__78b275,
.i900__78b275 {
  color: #0c1264;
}
.N50__78b275,
.n50__78b275 {
  color: #f8f9fa;
}
.N100__78b275,
.n100__78b275 {
  color: #f5f6f7;
}
.N200__78b275,
.n200__78b275 {
  color: #eff0f1;
}
.N300__78b275,
.n300__78b275 {
  color: #dee0e3;
}
.N400__78b275,
.n400__78b275 {
  color: #bbbfc4;
}
.N500__78b275,
.n500__78b275 {
  color: #8f959e;
}
.N600__78b275,
.n600__78b275 {
  color: #646a73;
}
.N700__78b275,
.n700__78b275 {
  color: #373c43;
}
.N800__78b275,
.n800__78b275 {
  color: #2b2f36;
}
.N900__78b275,
.n900__78b275 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.set-pwd-formWrap__78b275 {
  width: 480px;
  margin: 80px auto 0;
}
.set-pwd-formWrap__78b275 .title__78b275 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: #1f2329;
}
.set-pwd-formWrap__78b275 .title__78b275 svg {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  cursor: pointer;
  fill: #1f2329;
}
.set-pwd-formWrap__78b275 .title__78b275 svg:hover {
  fill: #325ab4;
}
.set-pwd-formWrap__78b275 .title__78b275 svg:active {
  fill: #3156a5;
}
.set-pwd-formWrap__78b275 .resetPassword-submit__78b275 {
  width: 100%;
  max-width: unset;
}
.set-pwd-formWrap__78b275 .atsx-form-item.atsx-form-item-with-help {
  margin-bottom: 20px;
}

@-webkit-keyframes fullscreenModalEnter__3a990e {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__3a990e {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__3a990e {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__3a990e {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__3a990e {
  height: 100%;
}
.atsx-layout__3a990e {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__3a990e,
.b50__3a990e {
  color: #f0f4ff;
}
.L50__3a990e,
.l50__3a990e {
  color: #f7fae5;
}
.L100__3a990e,
.l100__3a990e {
  color: #eef6c6;
}
.L200__3a990e,
.l200__3a990e {
  color: #dfee96;
}
.L300__3a990e,
.l300__3a990e {
  color: #d2e76a;
}
.L400__3a990e,
.l400__3a990e {
  color: #c3dd40;
}
.L500__3a990e,
.l500__3a990e {
  color: #b3d600;
}
.L600__3a990e,
.l600__3a990e {
  color: #8fac02;
}
.L700__3a990e,
.l700__3a990e {
  color: #667901;
}
.L800__3a990e,
.l800__3a990e {
  color: #495700;
}
.L900__3a990e,
.l900__3a990e {
  color: #354200;
}
.Y50__3a990e,
.y50__3a990e {
  color: #fdf9ed;
}
.Y100__3a990e,
.y100__3a990e {
  color: #faf1d1;
}
.Y200__3a990e,
.y200__3a990e {
  color: #f8e6ab;
}
.Y300__3a990e,
.y300__3a990e {
  color: #f7dc82;
}
.Y400__3a990e,
.y400__3a990e {
  color: #fad355;
}
.Y500__3a990e,
.y500__3a990e {
  color: #ffc60a;
}
.Y600__3a990e,
.y600__3a990e {
  color: #dc9b04;
}
.Y700__3a990e,
.y700__3a990e {
  color: #aa7803;
}
.Y800__3a990e,
.y800__3a990e {
  color: #795101;
}
.Y900__3a990e,
.y900__3a990e {
  color: #5c3a00;
}
.O50__3a990e,
.o50__3a990e {
  color: #fff5eb;
}
.O100__3a990e,
.o100__3a990e {
  color: #feead2;
}
.O200__3a990e,
.o200__3a990e {
  color: #fed4a4;
}
.O300__3a990e,
.o300__3a990e {
  color: #ffba6b;
}
.O400__3a990e,
.o400__3a990e {
  color: #ffa53d;
}
.O500__3a990e,
.o500__3a990e {
  color: #f80;
}
.O600__3a990e,
.o600__3a990e {
  color: #de7802;
}
.O700__3a990e,
.o700__3a990e {
  color: #b26206;
}
.O800__3a990e,
.o800__3a990e {
  color: #8f4f04;
}
.O900__3a990e,
.o900__3a990e {
  color: #6b3900;
}
.R50__3a990e,
.r50__3a990e {
  color: #fef1f1;
}
.R100__3a990e,
.r100__3a990e {
  color: #fde2e2;
}
.R200__3a990e,
.r200__3a990e {
  color: #fbbfbc;
}
.R300__3a990e,
.r300__3a990e {
  color: #f98e8b;
}
.R400__3a990e,
.r400__3a990e {
  color: #f76964;
}
.R500__3a990e,
.r500__3a990e {
  color: #f54a45;
}
.R600__3a990e,
.r600__3a990e {
  color: #d83931;
}
.R700__3a990e,
.r700__3a990e {
  color: #ac2f28;
}
.R800__3a990e,
.r800__3a990e {
  color: #812520;
}
.R900__3a990e,
.r900__3a990e {
  color: #621c18;
}
.C50__3a990e,
.c50__3a990e {
  color: #fef1f8;
}
.C100__3a990e,
.c100__3a990e {
  color: #fdddef;
}
.C200__3a990e,
.c200__3a990e {
  color: #f9aed9;
}
.C300__3a990e,
.c300__3a990e {
  color: #f57ac0;
}
.C400__3a990e,
.c400__3a990e {
  color: #f14ba9;
}
.C500__3a990e,
.c500__3a990e {
  color: #f01d94;
}
.C600__3a990e,
.c600__3a990e {
  color: #c71077;
}
.C700__3a990e,
.c700__3a990e {
  color: #9e1361;
}
.C800__3a990e,
.c800__3a990e {
  color: #7a0f4b;
}
.C900__3a990e,
.c900__3a990e {
  color: #520a32;
}
.V50__3a990e,
.v50__3a990e {
  color: #fceefc;
}
.V100__3a990e,
.v100__3a990e {
  color: #f8def8;
}
.V200__3a990e,
.v200__3a990e {
  color: #efb9ef;
}
.V300__3a990e,
.v300__3a990e {
  color: #e58fe5;
}
.V400__3a990e,
.v400__3a990e {
  color: #db66db;
}
.V500__3a990e,
.v500__3a990e {
  color: #d136d1;
}
.V600__3a990e,
.v600__3a990e {
  color: #b320b3;
}
.V700__3a990e,
.v700__3a990e {
  color: #8c218c;
}
.V800__3a990e,
.v800__3a990e {
  color: #681268;
}
.V900__3a990e,
.v900__3a990e {
  color: #460b46;
}
.P50__3a990e,
.p50__3a990e {
  color: #f6f1fe;
}
.P100__3a990e,
.p100__3a990e {
  color: #ece2fe;
}
.P200__3a990e,
.p200__3a990e {
  color: #cdb2fa;
}
.P300__3a990e,
.p300__3a990e {
  color: #ad82f7;
}
.P400__3a990e,
.p400__3a990e {
  color: #935af6;
}
.P500__3a990e,
.p500__3a990e {
  color: #7f3bf5;
}
.P600__3a990e,
.p600__3a990e {
  color: #6425d0;
}
.P700__3a990e,
.p700__3a990e {
  color: #4e1ba7;
}
.P800__3a990e,
.p800__3a990e {
  color: #380d82;
}
.P900__3a990e,
.p900__3a990e {
  color: #270561;
}
.I50__3a990e,
.i50__3a990e {
  color: #f2f3fd;
}
.I100__3a990e,
.i100__3a990e {
  color: #e0e2fa;
}
.I200__3a990e,
.i200__3a990e {
  color: #b4b9f3;
}
.I300__3a990e,
.i300__3a990e {
  color: #7b83ea;
}
.I400__3a990e,
.i400__3a990e {
  color: #616ae5;
}
.I500__3a990e,
.i500__3a990e {
  color: #4954e6;
}
.I600__3a990e,
.i600__3a990e {
  color: #2933c7;
}
.I700__3a990e,
.i700__3a990e {
  color: #161fa2;
}
.I800__3a990e,
.i800__3a990e {
  color: #0a1285;
}
.I900__3a990e,
.i900__3a990e {
  color: #0c1264;
}
.N50__3a990e,
.n50__3a990e {
  color: #f8f9fa;
}
.N100__3a990e,
.n100__3a990e {
  color: #f5f6f7;
}
.N200__3a990e,
.n200__3a990e {
  color: #eff0f1;
}
.N300__3a990e,
.n300__3a990e {
  color: #dee0e3;
}
.N400__3a990e,
.n400__3a990e {
  color: #bbbfc4;
}
.N500__3a990e,
.n500__3a990e {
  color: #8f959e;
}
.N600__3a990e,
.n600__3a990e {
  color: #646a73;
}
.N700__3a990e,
.n700__3a990e {
  color: #373c43;
}
.N800__3a990e,
.n800__3a990e {
  color: #2b2f36;
}
.N900__3a990e,
.n900__3a990e {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.react-code-input input {
  margin: 0 12px;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #cad0d0;
  background-color: #fff;
  font-size: 30px;
  font-weight: 800;
  color: #1f2329;
}
.react-code-input input:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #0070c9;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
}
.react-code-input input:first-child {
  margin-left: 0;
}
.react-code-input input:last-child {
  margin-right: 0;
}

@-webkit-keyframes fullscreenModalEnter__3b9e76 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__3b9e76 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__3b9e76 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__3b9e76 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__3b9e76 {
  height: 100%;
}
.atsx-layout__3b9e76 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__3b9e76,
.b50__3b9e76 {
  color: #f0f4ff;
}
.L50__3b9e76,
.l50__3b9e76 {
  color: #f7fae5;
}
.L100__3b9e76,
.l100__3b9e76 {
  color: #eef6c6;
}
.L200__3b9e76,
.l200__3b9e76 {
  color: #dfee96;
}
.L300__3b9e76,
.l300__3b9e76 {
  color: #d2e76a;
}
.L400__3b9e76,
.l400__3b9e76 {
  color: #c3dd40;
}
.L500__3b9e76,
.l500__3b9e76 {
  color: #b3d600;
}
.L600__3b9e76,
.l600__3b9e76 {
  color: #8fac02;
}
.L700__3b9e76,
.l700__3b9e76 {
  color: #667901;
}
.L800__3b9e76,
.l800__3b9e76 {
  color: #495700;
}
.L900__3b9e76,
.l900__3b9e76 {
  color: #354200;
}
.Y50__3b9e76,
.y50__3b9e76 {
  color: #fdf9ed;
}
.Y100__3b9e76,
.y100__3b9e76 {
  color: #faf1d1;
}
.Y200__3b9e76,
.y200__3b9e76 {
  color: #f8e6ab;
}
.Y300__3b9e76,
.y300__3b9e76 {
  color: #f7dc82;
}
.Y400__3b9e76,
.y400__3b9e76 {
  color: #fad355;
}
.Y500__3b9e76,
.y500__3b9e76 {
  color: #ffc60a;
}
.Y600__3b9e76,
.y600__3b9e76 {
  color: #dc9b04;
}
.Y700__3b9e76,
.y700__3b9e76 {
  color: #aa7803;
}
.Y800__3b9e76,
.y800__3b9e76 {
  color: #795101;
}
.Y900__3b9e76,
.y900__3b9e76 {
  color: #5c3a00;
}
.O50__3b9e76,
.o50__3b9e76 {
  color: #fff5eb;
}
.O100__3b9e76,
.o100__3b9e76 {
  color: #feead2;
}
.O200__3b9e76,
.o200__3b9e76 {
  color: #fed4a4;
}
.O300__3b9e76,
.o300__3b9e76 {
  color: #ffba6b;
}
.O400__3b9e76,
.o400__3b9e76 {
  color: #ffa53d;
}
.O500__3b9e76,
.o500__3b9e76 {
  color: #f80;
}
.O600__3b9e76,
.o600__3b9e76 {
  color: #de7802;
}
.O700__3b9e76,
.o700__3b9e76 {
  color: #b26206;
}
.O800__3b9e76,
.o800__3b9e76 {
  color: #8f4f04;
}
.O900__3b9e76,
.o900__3b9e76 {
  color: #6b3900;
}
.R50__3b9e76,
.r50__3b9e76 {
  color: #fef1f1;
}
.R100__3b9e76,
.r100__3b9e76 {
  color: #fde2e2;
}
.R200__3b9e76,
.r200__3b9e76 {
  color: #fbbfbc;
}
.R300__3b9e76,
.r300__3b9e76 {
  color: #f98e8b;
}
.R400__3b9e76,
.r400__3b9e76 {
  color: #f76964;
}
.R500__3b9e76,
.r500__3b9e76 {
  color: #f54a45;
}
.R600__3b9e76,
.r600__3b9e76 {
  color: #d83931;
}
.R700__3b9e76,
.r700__3b9e76 {
  color: #ac2f28;
}
.R800__3b9e76,
.r800__3b9e76 {
  color: #812520;
}
.R900__3b9e76,
.r900__3b9e76 {
  color: #621c18;
}
.C50__3b9e76,
.c50__3b9e76 {
  color: #fef1f8;
}
.C100__3b9e76,
.c100__3b9e76 {
  color: #fdddef;
}
.C200__3b9e76,
.c200__3b9e76 {
  color: #f9aed9;
}
.C300__3b9e76,
.c300__3b9e76 {
  color: #f57ac0;
}
.C400__3b9e76,
.c400__3b9e76 {
  color: #f14ba9;
}
.C500__3b9e76,
.c500__3b9e76 {
  color: #f01d94;
}
.C600__3b9e76,
.c600__3b9e76 {
  color: #c71077;
}
.C700__3b9e76,
.c700__3b9e76 {
  color: #9e1361;
}
.C800__3b9e76,
.c800__3b9e76 {
  color: #7a0f4b;
}
.C900__3b9e76,
.c900__3b9e76 {
  color: #520a32;
}
.V50__3b9e76,
.v50__3b9e76 {
  color: #fceefc;
}
.V100__3b9e76,
.v100__3b9e76 {
  color: #f8def8;
}
.V200__3b9e76,
.v200__3b9e76 {
  color: #efb9ef;
}
.V300__3b9e76,
.v300__3b9e76 {
  color: #e58fe5;
}
.V400__3b9e76,
.v400__3b9e76 {
  color: #db66db;
}
.V500__3b9e76,
.v500__3b9e76 {
  color: #d136d1;
}
.V600__3b9e76,
.v600__3b9e76 {
  color: #b320b3;
}
.V700__3b9e76,
.v700__3b9e76 {
  color: #8c218c;
}
.V800__3b9e76,
.v800__3b9e76 {
  color: #681268;
}
.V900__3b9e76,
.v900__3b9e76 {
  color: #460b46;
}
.P50__3b9e76,
.p50__3b9e76 {
  color: #f6f1fe;
}
.P100__3b9e76,
.p100__3b9e76 {
  color: #ece2fe;
}
.P200__3b9e76,
.p200__3b9e76 {
  color: #cdb2fa;
}
.P300__3b9e76,
.p300__3b9e76 {
  color: #ad82f7;
}
.P400__3b9e76,
.p400__3b9e76 {
  color: #935af6;
}
.P500__3b9e76,
.p500__3b9e76 {
  color: #7f3bf5;
}
.P600__3b9e76,
.p600__3b9e76 {
  color: #6425d0;
}
.P700__3b9e76,
.p700__3b9e76 {
  color: #4e1ba7;
}
.P800__3b9e76,
.p800__3b9e76 {
  color: #380d82;
}
.P900__3b9e76,
.p900__3b9e76 {
  color: #270561;
}
.I50__3b9e76,
.i50__3b9e76 {
  color: #f2f3fd;
}
.I100__3b9e76,
.i100__3b9e76 {
  color: #e0e2fa;
}
.I200__3b9e76,
.i200__3b9e76 {
  color: #b4b9f3;
}
.I300__3b9e76,
.i300__3b9e76 {
  color: #7b83ea;
}
.I400__3b9e76,
.i400__3b9e76 {
  color: #616ae5;
}
.I500__3b9e76,
.i500__3b9e76 {
  color: #4954e6;
}
.I600__3b9e76,
.i600__3b9e76 {
  color: #2933c7;
}
.I700__3b9e76,
.i700__3b9e76 {
  color: #161fa2;
}
.I800__3b9e76,
.i800__3b9e76 {
  color: #0a1285;
}
.I900__3b9e76,
.i900__3b9e76 {
  color: #0c1264;
}
.N50__3b9e76,
.n50__3b9e76 {
  color: #f8f9fa;
}
.N100__3b9e76,
.n100__3b9e76 {
  color: #f5f6f7;
}
.N200__3b9e76,
.n200__3b9e76 {
  color: #eff0f1;
}
.N300__3b9e76,
.n300__3b9e76 {
  color: #dee0e3;
}
.N400__3b9e76,
.n400__3b9e76 {
  color: #bbbfc4;
}
.N500__3b9e76,
.n500__3b9e76 {
  color: #8f959e;
}
.N600__3b9e76,
.n600__3b9e76 {
  color: #646a73;
}
.N700__3b9e76,
.n700__3b9e76 {
  color: #373c43;
}
.N800__3b9e76,
.n800__3b9e76 {
  color: #2b2f36;
}
.N900__3b9e76,
.n900__3b9e76 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.verifyCodeArea__3b9e76 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-title {
  line-height: 37px;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  color: #1f2329;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-description {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.38;
  color: #1f2329;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-notReceive {
  margin-top: 16px;
  margin-bottom: 56px;
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #646a73;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-sendAgain {
  cursor: pointer;
  color: #325ab4;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-sendAgain:hover {
  color: #487fc1;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-sendAgain:active,
.verifyCodeArea__3b9e76 .verifyCodeArea-sendAgain:focus {
  color: #3156a5;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-verifyingHint {
  width: 520px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
  margin-top: 7px;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-verifyingHint img {
  width: 24px;
  height: 24px;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-verifying {
  margin-left: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #1f2329;
}
.verifyCodeArea__3b9e76 .verifyCodeArea-error {
  margin-top: 8px;
  width: 520px;
  line-height: 22px;
  font-size: 14px;
  color: #f54a45;
}

.signUp__29d680 {
  min-height: 539px;
}
.signUp__29d680 {
  /* 验证码 */
}
.signUp__29d680 .signUp-formWrap {
  width: 520px;
  margin: 80px auto 0;
}
.signUp__29d680 form {
  height: 138px;
}
.signUp__29d680 .signUp-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  fill: #1f2329;
  color: #1f2329;
}
.signUp__29d680 .signUp-title svg {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  cursor: pointer;
}
.signUp__29d680 .signUp-title svg:hover {
  fill: #325ab4;
}
.signUp__29d680 .signUp-title svg:active {
  fill: #3156a5;
}
.signUp__29d680 .signUp-submit {
  width: 100%;
  margin-bottom: 278px;
  max-width: unset;
}
.signUp__29d680 .signUp-email {
  line-height: 22px;
  font-size: 14px;
  color: #f54a45;
}
.signUp__29d680 .signUp-pwdHint {
  margin-top: 4px;
  line-height: 22px;
  font-size: 14px;
  color: #646a73;
}
.signUp__29d680 .signUp-pwdHint.signUp-error {
  color: #f54a45;
}
.signUp__29d680 .verify-main {
  position: relative;
  width: 520px;
  height: 261px;
  margin: 80px auto 300px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.signUp__29d680 .verify-main .verifyCodeArea-title {
  text-align: left;
  margin-right: 16px;
}
.signUp__29d680 .verify-main .verifyCodeArea-notReceive {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.signUp__29d680 .verify-main .verifyCodeArea-description {
  margin-top: 16px;
  margin-bottom: 56px;
}
.signUp__29d680 .verify-main .signUp-verifyTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  fill: #1f2329;
  color: #1f2329;
}
.signUp__29d680 .verify-main .signUp-verifyTitle svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 16px;
}
.signUp__29d680 .verify-main .signUp-verifyTitle svg:hover {
  fill: #325ab4;
}
.signUp__29d680 .verify-main .signUp-verifyTitle svg:active {
  fill: #3156a5;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-date-picker {
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.atsx-date-picker .atsx-date-picker-icon {
  position: absolute;
  font-size: 16px;
  top: 50%;
  right: 12px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
  color: #9CA2A9;
}
.atsx-date-picker .atsx-date-picker-icon svg {
  color: pointer;
}
.atsx-date-picker .atsx-date-picker-icon-clear {
  color: #9CA2A9;
}
.atsx-date-picker .atsx-date-picker-icon-clear svg {
  width: 14px;
  height: 14px;
}
.atsx-date-picker:not(.atsx-date-picker-disabled):hover input {
  border-color: #325ab4;
}
.atsx-date-picker:not(.atsx-date-picker-disabled) .atsx-date-picker-icon {
  cursor: pointer;
}
.atsx-date-picker:not(.atsx-date-picker-disabled) .atsx-date-picker-icon-clear:hover {
  color: #325ab4;
}
.atsx-date-picker-disabled {
  cursor: not-allowed;
}
.atsx-date-picker-disabled .atsx-date-picker-icon svg {
  cursor: not-allowed;
}
.atsx-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Roboto', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.atsx-calendar-picker-container.slide-up-enter.slide-up-enter-active.atsx-calendar-picker-container-placement-topLeft,
.atsx-calendar-picker-container.slide-up-enter.slide-up-enter-active.atsx-calendar-picker-container-placement-topRight,
.atsx-calendar-picker-container.slide-up-appear.slide-up-appear-active.atsx-calendar-picker-container-placement-topLeft,
.atsx-calendar-picker-container.slide-up-appear.slide-up-appear-active.atsx-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.atsx-calendar-picker-container.slide-up-enter.slide-up-enter-active.atsx-calendar-picker-container-placement-bottomLeft,
.atsx-calendar-picker-container.slide-up-enter.slide-up-enter-active.atsx-calendar-picker-container-placement-bottomRight,
.atsx-calendar-picker-container.slide-up-appear.slide-up-appear-active.atsx-calendar-picker-container-placement-bottomLeft,
.atsx-calendar-picker-container.slide-up-appear.slide-up-appear-active.atsx-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.atsx-calendar-picker-container.slide-up-leave.slide-up-leave-active.atsx-calendar-picker-container-placement-topLeft,
.atsx-calendar-picker-container.slide-up-leave.slide-up-leave-active.atsx-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.atsx-calendar-picker-container.slide-up-leave.slide-up-leave-active.atsx-calendar-picker-container-placement-bottomLeft,
.atsx-calendar-picker-container.slide-up-leave.slide-up-leave-active.atsx-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.atsx-calendar-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.atsx-calendar-picker-input {
  outline: none;
}
.atsx-calendar-picker-input.atsx-input {
  line-height: 1.5;
}
.atsx-calendar-picker-input.atsx-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.atsx-calendar-picker:hover .atsx-calendar-picker-input:not(.atsx-input-disabled) {
  border-color: #325ab4;
}
.atsx-calendar-picker:focus .atsx-calendar-picker-input:not(.atsx-input-disabled) {
  border-color: #325ab4;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.atsx-calendar-picker-clear,
.atsx-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-calendar-picker-clear {
  z-index: 2;
  color: #8f959e;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.atsx-calendar-picker-clear:hover {
  color: #325ab4;
}
.atsx-calendar-picker:hover .atsx-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.atsx-calendar-picker-icon {
  display: inline-block;
  color: rgba(50, 90, 180, 0.3);
  font-size: 14px;
  line-height: 1;
}
.atsx-input-disabled + .atsx-calendar-picker-icon {
  cursor: not-allowed;
}
.atsx-calendar-picker-small .atsx-calendar-picker-clear,
.atsx-calendar-picker-small .atsx-calendar-picker-icon {
  right: 8px;
}
.atsx-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
}
.atsx-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.atsx-calendar-input {
  width: 100%;
  height: 22px;
  color: #646a73;
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.atsx-calendar-input::-moz-placeholder {
  color: #c3c6cb;
  opacity: 1;
  text-shadow: none;
}
.atsx-calendar-input:-ms-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-calendar-input::-webkit-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-calendar-week-number {
  width: 286px;
}
.atsx-calendar-week-number-cell {
  text-align: center;
}
.atsx-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-calendar-header a:hover {
  color: #4e83fd;
}
.atsx-calendar-header .atsx-calendar-century-select,
.atsx-calendar-header .atsx-calendar-decade-select,
.atsx-calendar-header .atsx-calendar-year-select,
.atsx-calendar-header .atsx-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  line-height: 40px;
}
.atsx-calendar-header .atsx-calendar-century-select-arrow,
.atsx-calendar-header .atsx-calendar-decade-select-arrow,
.atsx-calendar-header .atsx-calendar-year-select-arrow,
.atsx-calendar-header .atsx-calendar-month-select-arrow {
  display: none;
}
.atsx-calendar-header .atsx-calendar-prev-century-btn,
.atsx-calendar-header .atsx-calendar-next-century-btn,
.atsx-calendar-header .atsx-calendar-prev-decade-btn,
.atsx-calendar-header .atsx-calendar-next-decade-btn,
.atsx-calendar-header .atsx-calendar-prev-month-btn,
.atsx-calendar-header .atsx-calendar-next-month-btn,
.atsx-calendar-header .atsx-calendar-prev-year-btn,
.atsx-calendar-header .atsx-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.atsx-calendar-header .atsx-calendar-prev-century-btn,
.atsx-calendar-header .atsx-calendar-prev-decade-btn,
.atsx-calendar-header .atsx-calendar-prev-year-btn {
  left: 23px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/aa27ec0f2d3787a808869dfaec38f10c.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-header .atsx-calendar-prev-century-btn::after,
.atsx-calendar-header .atsx-calendar-prev-decade-btn::after,
.atsx-calendar-header .atsx-calendar-prev-year-btn::after {
  display: none;
}
.atsx-calendar-header .atsx-calendar-prev-century-btn::after,
.atsx-calendar-header .atsx-calendar-prev-decade-btn::after,
.atsx-calendar-header .atsx-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.atsx-calendar-header .atsx-calendar-prev-century-btn:hover,
.atsx-calendar-header .atsx-calendar-prev-decade-btn:hover,
.atsx-calendar-header .atsx-calendar-prev-year-btn:hover {
  background-image: url(//../../_app/immutable/images/61bbd9b9d7034d0c46e54704412cd56f.svg);
}
.atsx-calendar-header .atsx-calendar-next-century-btn,
.atsx-calendar-header .atsx-calendar-next-decade-btn,
.atsx-calendar-header .atsx-calendar-next-year-btn {
  right: 23px;
  background: url(//../../_app/immutable/images/e79bea19c5c8a10bcd1ef466b3ed2ce7.svg) no-repeat 50%;
  background-size: 14px 14px;
  width: 15px;
  height: 100%;
}
.atsx-calendar-header .atsx-calendar-next-century-btn::after,
.atsx-calendar-header .atsx-calendar-next-decade-btn::after,
.atsx-calendar-header .atsx-calendar-next-year-btn::after {
  display: none;
}
.atsx-calendar-header .atsx-calendar-next-century-btn::before,
.atsx-calendar-header .atsx-calendar-next-decade-btn::before,
.atsx-calendar-header .atsx-calendar-next-year-btn::before,
.atsx-calendar-header .atsx-calendar-next-century-btn::after,
.atsx-calendar-header .atsx-calendar-next-decade-btn::after,
.atsx-calendar-header .atsx-calendar-next-year-btn::after {
  -ms-transform: rotate(135deg) scale(0.8);
      transform: rotate(135deg) scale(0.8);
}
.atsx-calendar-header .atsx-calendar-next-century-btn::before,
.atsx-calendar-header .atsx-calendar-next-decade-btn::before,
.atsx-calendar-header .atsx-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.atsx-calendar-header .atsx-calendar-next-century-btn::after,
.atsx-calendar-header .atsx-calendar-next-decade-btn::after,
.atsx-calendar-header .atsx-calendar-next-year-btn::after {
  display: inline-block;
}
.atsx-calendar-header .atsx-calendar-next-century-btn:hover,
.atsx-calendar-header .atsx-calendar-next-decade-btn:hover,
.atsx-calendar-header .atsx-calendar-next-year-btn:hover {
  background-image: url(//../../_app/immutable/images/1de833414078a8be12c1f55d91ee0b77.svg);
}
.atsx-calendar-header .atsx-calendar-prev-month-btn {
  left: 46px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/d675dae5f16ebc95170a1687d052a161.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-header .atsx-calendar-prev-month-btn::after {
  display: none;
}
.atsx-calendar-header .atsx-calendar-prev-month-btn:hover {
  background-image: url(//../../_app/immutable/images/d9c9f1daaea7c626bacde80f1b698915.svg);
}
.atsx-calendar-header .atsx-calendar-next-month-btn {
  right: 44px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/2b2407fb3cd39619ae99e049bd0dae65.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-header .atsx-calendar-next-month-btn::after {
  display: none;
}
.atsx-calendar-header .atsx-calendar-next-month-btn::before,
.atsx-calendar-header .atsx-calendar-next-month-btn::after {
  -ms-transform: rotate(135deg) scale(0.8);
      transform: rotate(135deg) scale(0.8);
}
.atsx-calendar-header .atsx-calendar-next-month-btn:hover {
  background-image: url(//../../_app/immutable/images/048254e98d98278432ce7e96ccdf06d3.svg);
}
.atsx-calendar-body {
  padding: 8px 12px;
}
.atsx-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.atsx-calendar table,
.atsx-calendar th,
.atsx-calendar td {
  text-align: center;
  border: 0;
}
.atsx-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.atsx-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.atsx-calendar-column-header .atsx-calendar-column-header-inner {
  color: #8F959E;
  display: block;
  font-weight: normal;
}
.atsx-calendar-week-number-header .atsx-calendar-column-header-inner {
  display: none;
}
.atsx-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.atsx-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: #646a73;
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.atsx-calendar-date-panel {
  position: relative;
  outline: none;
}
.atsx-calendar-date:hover {
  background: rgba(245, 246, 247, 0.5);
  cursor: pointer;
}
.atsx-calendar-date:active {
  color: #fff;
  background: #5579c2;
}
.atsx-calendar-today .atsx-calendar-date {
  color: #325ab4;
  font-weight: bold;
  border-color: #325ab4;
}
.atsx-calendar-selected-day .atsx-calendar-date {
  background: #d5dee8;
}
.atsx-calendar-last-month-cell .atsx-calendar-date,
.atsx-calendar-next-month-btn-day .atsx-calendar-date,
.atsx-calendar-last-month-cell .atsx-calendar-date:hover,
.atsx-calendar-next-month-btn-day .atsx-calendar-date:hover {
  color: rgba(50, 90, 180, 0.3);
  background: transparent;
  border-color: transparent;
}
.atsx-calendar-disabled-cell .atsx-calendar-date {
  position: relative;
  width: auto;
  color: rgba(50, 90, 180, 0.3);
  background: #EFF0F1;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}
.atsx-calendar-disabled-cell .atsx-calendar-date:hover {
  background: #EFF0F1;
}
.atsx-calendar-disabled-cell.atsx-calendar-selected-day .atsx-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: '';
}
.atsx-calendar-disabled-cell.atsx-calendar-today .atsx-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.atsx-calendar-disabled-cell.atsx-calendar-today .atsx-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(50, 90, 180, 0.3);
  border-radius: 2px;
  content: ' ';
}
.atsx-calendar-disabled-cell-first-of-row .atsx-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.atsx-calendar-disabled-cell-last-of-row .atsx-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.atsx-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.atsx-calendar-footer:empty {
  border-top: 0;
}
.atsx-calendar-footer-btn {
  display: block;
  text-align: center;
}
.atsx-calendar-footer-extra {
  text-align: left;
}
.atsx-calendar .atsx-calendar-today-btn,
.atsx-calendar .atsx-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.atsx-calendar .atsx-calendar-today-btn-disabled,
.atsx-calendar .atsx-calendar-clear-btn-disabled {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
.atsx-calendar .atsx-calendar-today-btn:only-child,
.atsx-calendar .atsx-calendar-clear-btn:only-child {
  margin: 0;
}
.atsx-calendar .atsx-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.atsx-calendar .atsx-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(50, 90, 180, 0.3);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.atsx-calendar .atsx-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}
.atsx-calendar .atsx-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 12px;
  color: white;
  background-color: #325ab4;
  border-color: #325ab4;
  box-shadow: none;
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 26px;
}
.atsx-calendar .atsx-calendar-ok-btn > .anticon {
  line-height: 1;
}
.atsx-calendar .atsx-calendar-ok-btn,
.atsx-calendar .atsx-calendar-ok-btn:active {
  outline: 0;
}
.atsx-calendar .atsx-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.atsx-calendar .atsx-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.atsx-calendar .atsx-calendar-ok-btn.disabled,
.atsx-calendar .atsx-calendar-ok-btn[disabled] {
  cursor: default;
}
.atsx-calendar .atsx-calendar-ok-btn.disabled > *,
.atsx-calendar .atsx-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.atsx-calendar .atsx-calendar-ok-btn-lg {
  min-width: 80px;
  max-width: 120px;
  height: 40px;
  padding: 0 12px;
  font-size: 16px;
  border-radius: 4px;
}
.atsx-calendar .atsx-calendar-ok-btn-sm {
  min-width: unset;
  max-width: 100px;
  height: 28px;
  padding: 0 8px;
  font-size: 14px;
  border-radius: 4px;
}
.atsx-calendar .atsx-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.atsx-calendar .atsx-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-calendar .atsx-calendar-ok-btn:hover {
  color: white;
  background-color: #487fc1;
  border-color: #487fc1;
}
.atsx-calendar .atsx-calendar-ok-btn:hover > a:only-child {
  color: currentColor;
}
.atsx-calendar .atsx-calendar-ok-btn:hover > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-calendar .atsx-calendar-ok-btn:active,
.atsx-calendar .atsx-calendar-ok-btn.active {
  color: white;
  background-color: #3156a5;
  border-color: #3156a5;
}
.atsx-calendar .atsx-calendar-ok-btn:active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.atsx-calendar .atsx-calendar-ok-btn:active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled,
.atsx-calendar .atsx-calendar-ok-btn.disabled,
.atsx-calendar .atsx-calendar-ok-btn[disabled],
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:hover,
.atsx-calendar .atsx-calendar-ok-btn.disabled:hover,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:hover,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:active,
.atsx-calendar .atsx-calendar-ok-btn.disabled:active,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:active,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled.active,
.atsx-calendar .atsx-calendar-ok-btn.disabled.active,
.atsx-calendar .atsx-calendar-ok-btn[disabled].active {
  color: white;
  background-color: #BACEFD;
  border-color: #BACEFD;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled] > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:hover > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled:hover > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:hover > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled:active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled.active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled.active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled] > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:hover > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled:hover > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:hover > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled:active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled.active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled.active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled,
.atsx-calendar .atsx-calendar-ok-btn.disabled,
.atsx-calendar .atsx-calendar-ok-btn[disabled],
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:hover,
.atsx-calendar .atsx-calendar-ok-btn.disabled:hover,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:hover,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:active,
.atsx-calendar .atsx-calendar-ok-btn.disabled:active,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:active,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled.active,
.atsx-calendar .atsx-calendar-ok-btn.disabled.active,
.atsx-calendar .atsx-calendar-ok-btn[disabled].active {
  color: #9CA2A9;
  background-color: #E4E5E7;
  border-color: #E4E5E7;
  text-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled] > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:hover > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled:hover > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:hover > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled:active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled.active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn.disabled.active > a:only-child,
.atsx-calendar .atsx-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled] > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:hover > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled:hover > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:hover > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled:active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled:active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled]:active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.atsx-btn-disabled.active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn.disabled.active > a:only-child::after,
.atsx-calendar .atsx-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.atsx-calendar-range-middle {
  display: none;
}
.atsx-calendar-picker-icon {
  color: #8f959e;
}
.atsx-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.atsx-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.atsx-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.atsx-calendar-time-picker-combobox {
  width: 100%;
}
.atsx-calendar-time-picker-column-1,
.atsx-calendar-time-picker-column-1 .atsx-calendar-time-picker-select {
  width: 100%;
}
.atsx-calendar-time-picker-column-2 .atsx-calendar-time-picker-select {
  width: 50%;
}
.atsx-calendar-time-picker-column-3 .atsx-calendar-time-picker-select {
  width: 33.33%;
}
.atsx-calendar-time-picker-column-4 .atsx-calendar-time-picker-select {
  width: 25%;
}
.atsx-calendar-time-picker-input-wrap {
  display: none;
}
.atsx-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.atsx-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.atsx-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.atsx-calendar-time-picker-select:last-child {
  border-right: 0;
}
.atsx-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.atsx-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.atsx-calendar-time-picker-select li:hover {
  background: rgba(245, 246, 247, 0.5);
}
.atsx-calendar-time-picker-select li:focus {
  color: #325ab4;
  font-weight: 600;
  outline: none;
}
li.atsx-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #EFF0F1;
}
li.atsx-calendar-time-picker-select-option-disabled {
  color: #9CA2A9;
}
li.atsx-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.atsx-calendar-time .atsx-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  line-height: 34px;
}
.atsx-calendar-time .atsx-calendar-footer {
  position: relative;
  height: auto;
}
.atsx-calendar-time .atsx-calendar-footer-btn {
  text-align: right;
}
.atsx-calendar-time .atsx-calendar-footer .atsx-calendar-today-btn {
  float: left;
  margin: 0;
}
.atsx-calendar-time .atsx-calendar-footer .atsx-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.atsx-calendar-time .atsx-calendar-footer .atsx-calendar-time-picker-btn-disabled {
  color: rgba(50, 90, 180, 0.3);
}
.atsx-calendar-range-picker-input {
  width: 40%;
  height: 99%;
  text-align: left;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.atsx-calendar-range-picker-input::-moz-placeholder {
  color: #c3c6cb;
  opacity: 1;
  text-shadow: none;
}
.atsx-calendar-range-picker-input:-ms-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-calendar-range-picker-input::-webkit-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.atsx-calendar-range-picker-separator {
  margin-right: 12px;
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: #1f2329;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.atsx-calendar-range {
  width: 552px;
  overflow: hidden;
}
.atsx-calendar-range .atsx-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.atsx-calendar-range-part {
  position: relative;
  width: 50%;
}
.atsx-calendar-range-left {
  float: left;
}
.atsx-calendar-range-left .atsx-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.atsx-calendar-range-right {
  float: right;
}
.atsx-calendar-range-right .atsx-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.atsx-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  pointer-events: none;
}
.atsx-calendar-range-right .atsx-calendar-date-input-wrap {
  margin-left: -90px;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-range-middle {
  padding: 0 10px 0 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.atsx-calendar-range .atsx-calendar-today :not(.atsx-calendar-disabled-cell) :not(.atsx-calendar-last-month-cell) :not(.atsx-calendar-next-month-btn-day) .atsx-calendar-date {
  color: #325ab4;
  background: #d5dee8;
  border-color: #325ab4;
}
.atsx-calendar-range .atsx-calendar-date {
  position: relative;
}
.atsx-calendar-range .atsx-calendar-table tr td:last-of-type::before {
  right: 20%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.atsx-calendar-range .atsx-calendar-table tr td:first-of-type::before {
  left: 20%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.atsx-calendar-range .atsx-calendar-table .atsx-calendar-selected-day.atsx-calendar-selected-start-date::before {
  left: 50%;
}
.atsx-calendar-range .atsx-calendar-table .atsx-calendar-selected-day.atsx-calendar-selected-end-date::before {
  right: 50%;
}
.atsx-calendar-range .atsx-calendar-selected-start-date .atsx-calendar-date,
.atsx-calendar-range .atsx-calendar-selected-end-date .atsx-calendar-date {
  color: #fff;
  background: #325ab4;
  border: 1px solid transparent;
}
.atsx-calendar-range .atsx-calendar-selected-start-date .atsx-calendar-date:hover,
.atsx-calendar-range .atsx-calendar-selected-end-date .atsx-calendar-date:hover {
  background: #325ab4;
}
.atsx-calendar-range .atsx-calendar-selected-day {
  position: relative;
}
.atsx-calendar-range .atsx-calendar-selected-day::before {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 0;
  display: block;
  background: #f0f4ff;
  border: 0;
  border-radius: 0;
  content: '';
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-range-right .atsx-calendar-date-input-wrap {
  margin-left: 0;
}
.atsx-calendar-range .atsx-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.atsx-calendar-range .atsx-calendar-input,
.atsx-calendar-range .atsx-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 12px;
  color: #646a73;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cad0d0;
  border-radius: 4px;
  transition: all 0.3s;
  caret-color: #325ab4;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  box-shadow: none;
}
.atsx-calendar-range .atsx-calendar-input::-moz-placeholder,
.atsx-calendar-range .atsx-calendar-time-picker-input::-moz-placeholder {
  color: #c3c6cb;
  opacity: 1;
  text-shadow: none;
}
.atsx-calendar-range .atsx-calendar-input:-ms-input-placeholder,
.atsx-calendar-range .atsx-calendar-time-picker-input:-ms-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-calendar-range .atsx-calendar-input::-webkit-input-placeholder,
.atsx-calendar-range .atsx-calendar-time-picker-input::-webkit-input-placeholder {
  color: #c3c6cb;
  text-shadow: none;
}
.atsx-calendar-range .atsx-calendar-input:hover,
.atsx-calendar-range .atsx-calendar-time-picker-input:hover {
  border-color: #325ab4;
  border-right-width: 1px !important;
}
.atsx-calendar-range .atsx-calendar-input:focus,
.atsx-calendar-range .atsx-calendar-time-picker-input:focus {
  border-color: #325ab4;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: none;
}
.atsx-calendar-range .atsx-calendar-input-disabled,
.atsx-calendar-range .atsx-calendar-time-picker-input-disabled {
  color: rgba(50, 90, 180, 0.3);
  background-color: #EFF0F1;
  cursor: not-allowed;
  opacity: 1;
}
.atsx-calendar-range .atsx-calendar-input-disabled:hover,
.atsx-calendar-range .atsx-calendar-time-picker-input-disabled:hover {
  border-color: #cad0d0;
  border-right-width: 1px !important;
}
.atsx-calendar-range .atsx-calendar-input[disabled],
.atsx-calendar-range .atsx-calendar-time-picker-input[disabled] {
  color: rgba(50, 90, 180, 0.3);
  background-color: #EFF0F1;
  cursor: not-allowed;
  opacity: 1;
}
.atsx-calendar-range .atsx-calendar-input[disabled]:hover,
.atsx-calendar-range .atsx-calendar-time-picker-input[disabled]:hover {
  border-color: #cad0d0;
  border-right-width: 1px !important;
}
textarea.atsx-calendar-range .atsx-calendar-input,
textarea.atsx-calendar-range .atsx-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.atsx-calendar-range .atsx-calendar-input-lg,
.atsx-calendar-range .atsx-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
}
.atsx-calendar-range .atsx-calendar-input-sm,
.atsx-calendar-range .atsx-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.atsx-calendar-range .atsx-calendar-input:focus,
.atsx-calendar-range .atsx-calendar-time-picker-input:focus {
  box-shadow: none;
}
.atsx-calendar-range .atsx-calendar-time-picker-icon {
  display: none;
}
.atsx-calendar-range.atsx-calendar-week-number {
  width: 574px;
}
.atsx-calendar-range.atsx-calendar-week-number .atsx-calendar-range-part {
  width: 286px;
}
.atsx-calendar-range .atsx-calendar-year-panel,
.atsx-calendar-range .atsx-calendar-month-panel,
.atsx-calendar-range .atsx-calendar-decade-panel {
  top: 0;
}
.atsx-calendar-range .atsx-calendar-decade-panel {
  display: none;
}
.atsx-calendar-range .atsx-calendar-month-panel .atsx-calendar-year-panel {
  top: 0;
}
.atsx-calendar-range .atsx-calendar-decade-panel-table,
.atsx-calendar-range .atsx-calendar-year-panel-table,
.atsx-calendar-range .atsx-calendar-month-panel-table {
  height: 208px;
}
.atsx-calendar-range .atsx-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.atsx-calendar-range .atsx-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.atsx-calendar-range .atsx-calendar-in-range-cell::before {
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 3px;
  left: 0;
  display: block;
  background: #f0f4ff;
  border: 0;
  border-radius: 0;
  content: '';
}
.atsx-calendar-range .atsx-calendar-footer-extra {
  float: left;
}
div.atsx-calendar-range-quick-selector {
  text-align: left;
}
div.atsx-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.atsx-calendar-range .atsx-calendar-header,
.atsx-calendar-range .atsx-calendar-month-panel-header,
.atsx-calendar-range .atsx-calendar-year-panel-header,
.atsx-calendar-range .atsx-calendar-decade-panel-header {
  border-bottom: 0;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-time-picker-select {
  height: 100%;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-time-picker-select ul {
  max-height: 100%;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-footer .atsx-calendar-time-picker-btn {
  margin-right: 8px;
}
.atsx-calendar-range.atsx-calendar-time .atsx-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.atsx-calendar-range-with-ranges.atsx-calendar-time .atsx-calendar-time-picker {
  height: 233px;
}
.atsx-calendar-range.atsx-calendar-show-time-picker .atsx-calendar-body {
  border-top-color: transparent;
}
.atsx-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.atsx-calendar-month-panel > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.atsx-calendar-month-panel-hidden {
  display: none;
}
.atsx-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.atsx-calendar-month-panel-header a:hover {
  color: #4e83fd;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-century-select,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-decade-select,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-year-select,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  line-height: 40px;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-century-select-arrow,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-decade-select-arrow,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-year-select-arrow,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-month-select-arrow {
  display: none;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-century-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-decade-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-month-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-month-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-year-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-century-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-decade-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-year-btn {
  left: 23px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/aa27ec0f2d3787a808869dfaec38f10c.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-century-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-decade-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-year-btn::after {
  display: none;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-century-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-decade-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-century-btn:hover,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-decade-btn:hover,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-year-btn:hover {
  background-image: url(//../../_app/immutable/images/61bbd9b9d7034d0c46e54704412cd56f.svg);
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn {
  right: 23px;
  background: url(//../../_app/immutable/images/e79bea19c5c8a10bcd1ef466b3ed2ce7.svg) no-repeat 50%;
  background-size: 14px 14px;
  width: 15px;
  height: 100%;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn::after {
  display: none;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn::before,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn::before,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn::before,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn::after {
  -ms-transform: rotate(135deg) scale(0.8);
      transform: rotate(135deg) scale(0.8);
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn::before,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn::before,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn::after,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-century-btn:hover,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-decade-btn:hover,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-year-btn:hover {
  background-image: url(//../../_app/immutable/images/1de833414078a8be12c1f55d91ee0b77.svg);
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-month-btn {
  left: 46px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/d675dae5f16ebc95170a1687d052a161.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-prev-month-btn:hover {
  background-image: url(//../../_app/immutable/images/d9c9f1daaea7c626bacde80f1b698915.svg);
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-month-btn {
  right: 44px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/2b2407fb3cd39619ae99e049bd0dae65.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-month-btn::after {
  display: none;
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-month-btn::before,
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-month-btn::after {
  -ms-transform: rotate(135deg) scale(0.8);
      transform: rotate(135deg) scale(0.8);
}
.atsx-calendar-month-panel-header .atsx-calendar-month-panel-next-month-btn:hover {
  background-image: url(//../../_app/immutable/images/048254e98d98278432ce7e96ccdf06d3.svg);
}
.atsx-calendar-month-panel-body {
  -ms-flex: 1;
      flex: 1 1;
}
.atsx-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.atsx-calendar-month-panel-footer .atsx-calendar-footer-extra {
  padding: 0 12px;
}
.atsx-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.atsx-calendar-month-panel-selected-cell .atsx-calendar-month-panel-month {
  color: #fff;
  background: #325ab4;
}
.atsx-calendar-month-panel-selected-cell .atsx-calendar-month-panel-month:hover {
  color: #fff;
  background: #325ab4;
}
.atsx-calendar-month-panel-cell {
  text-align: center;
}
.atsx-calendar-month-panel-cell-disabled .atsx-calendar-month-panel-month,
.atsx-calendar-month-panel-cell-disabled .atsx-calendar-month-panel-month:hover {
  color: rgba(50, 90, 180, 0.3);
  background: #EFF0F1;
  cursor: not-allowed;
}
.atsx-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: #646a73;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.atsx-calendar-month-panel-month:hover {
  background: rgba(245, 246, 247, 0.5);
  cursor: pointer;
}
.atsx-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.atsx-calendar-year-panel > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
.atsx-calendar-year-panel-hidden {
  display: none;
}
.atsx-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.atsx-calendar-year-panel-header a:hover {
  color: #4e83fd;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-century-select,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-decade-select,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-year-select,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  line-height: 40px;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-century-select-arrow,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-decade-select-arrow,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-year-select-arrow,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-month-select-arrow {
  display: none;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-century-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-decade-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-month-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-month-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-year-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-century-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-decade-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-year-btn {
  left: 23px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/aa27ec0f2d3787a808869dfaec38f10c.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-century-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-decade-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-year-btn::after {
  display: none;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-century-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-decade-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-century-btn:hover,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-decade-btn:hover,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-year-btn:hover {
  background-image: url(//../../_app/immutable/images/61bbd9b9d7034d0c46e54704412cd56f.svg);
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn {
  right: 23px;
  background: url(//../../_app/immutable/images/e79bea19c5c8a10bcd1ef466b3ed2ce7.svg) no-repeat 50%;
  background-size: 14px 14px;
  width: 15px;
  height: 100%;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn::after {
  display: none;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn::before,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn::before,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn::before,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn::after {
  -ms-transform: rotate(135deg) scale(0.8);
      transform: rotate(135deg) scale(0.8);
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn::before,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn::before,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn::after,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-century-btn:hover,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-decade-btn:hover,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-year-btn:hover {
  background-image: url(//../../_app/immutable/images/1de833414078a8be12c1f55d91ee0b77.svg);
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-month-btn {
  left: 46px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/d675dae5f16ebc95170a1687d052a161.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-prev-month-btn:hover {
  background-image: url(//../../_app/immutable/images/d9c9f1daaea7c626bacde80f1b698915.svg);
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-month-btn {
  right: 44px;
  width: 15px;
  height: 100%;
  background: url(//../../_app/immutable/images/2b2407fb3cd39619ae99e049bd0dae65.svg) no-repeat 50%;
  background-size: 14px 14px;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-month-btn::after {
  display: none;
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-month-btn::before,
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-month-btn::after {
  -ms-transform: rotate(135deg) scale(0.8);
      transform: rotate(135deg) scale(0.8);
}
.atsx-calendar-year-panel-header .atsx-calendar-year-panel-next-month-btn:hover {
  background-image: url(//../../_app/immutable/images/048254e98d98278432ce7e96ccdf06d3.svg);
}
.atsx-calendar-year-panel-body {
  -ms-flex: 1;
      flex: 1 1;
}
.atsx-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.atsx-calendar-year-panel-footer .atsx-calendar-footer-extra {
  padding: 0 12px;
}
.atsx-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.atsx-calendar-year-panel-cell {
  text-align: center;
}
.atsx-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: #646a73;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.atsx-calendar-year-panel-year:hover {
  background: rgba(245, 246, 247, 0.5);
  cursor: pointer;
}
.atsx-calendar-year-panel-selected-cell .atsx-calendar-year-panel-year {
  color: #fff;
  background: #325ab4;
}
.atsx-calendar-year-panel-selected-cell .atsx-calendar-year-panel-year:hover {
  color: #fff;
  background: #325ab4;
}
.atsx-calendar-year-panel-last-decade-cell .atsx-calendar-year-panel-year,
.atsx-calendar-year-panel-next-decade-cell .atsx-calendar-year-panel-year {
  color: rgba(50, 90, 180, 0.3);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-date-picker-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  width: 300px;
  color: #1f2329;
  border-color: 1px solid #cad0d0;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(31, 35, 41, 0.1);
  background: white;
}
.atsx-date-picker-panel *:focus {
  outline: none;
}
.atsx-date-picker-panel-header {
  color: #1f2329;
  width: 254px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 24px;
}
.atsx-date-picker-panel-header-icon {
  color: #9CA2A9;
  font-size: 16px;
  padding: 4px;
}
.atsx-date-picker-panel-header-title {
  font-weight: var(--semi-bold);
  text-align: center;
}
.atsx-date-picker-panel-header-operator:hover {
  cursor: pointer;
  color: #325ab4;
}
.atsx-date-picker-panel-body {
  color: #1f2329;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date) {
  display: inline-block;
  overflow: hidden;
  margin: 28px 0 23px 0;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date) td {
  text-align: center;
  line-height: 24px;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-month table {
  margin: -13px -32px;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-month .atsx-date-picker-panel-body-cell .atsx-date-picker-panel-body-cell-wrap {
  margin: 13px 0;
  padding: 0 32px;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-month .atsx-date-picker-panel-body-cell-content {
  width: 40px;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-month .atsx-date-picker-panel-body-cell-content-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-month .atsx-date-picker-panel-body-cell-period .atsx-date-picker-panel-body-cell-wrap {
  background: #F0F4FF;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-month .atsx-date-picker-panel-body-cell-period-start .atsx-date-picker-panel-body-cell-wrap {
  margin-left: 32px;
  padding-left: 0;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-month .atsx-date-picker-panel-body-cell-period-end .atsx-date-picker-panel-body-cell-wrap {
  margin-right: 32px;
  padding-right: 0;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-year table {
  margin: -13px -30px;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-year .atsx-date-picker-panel-body-cell .atsx-date-picker-panel-body-cell-wrap {
  margin: 13px 0;
  padding: 0 30px;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-year .atsx-date-picker-panel-body-cell-content {
  width: 44px;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-year .atsx-date-picker-panel-body-cell-period .atsx-date-picker-panel-body-cell-wrap {
  background: #F0F4FF;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-year .atsx-date-picker-panel-body-cell-period-start .atsx-date-picker-panel-body-cell-wrap {
  margin-left: 30px;
  padding-left: 0;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date).atsx-date-picker-panel-body-year .atsx-date-picker-panel-body-cell-period-end .atsx-date-picker-panel-body-cell-wrap {
  margin-right: 30px;
  padding-right: 0;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date) .atsx-date-picker-panel-body-cell-wrap {
  display: inline-block;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date) .atsx-date-picker-panel-body-cell .atsx-date-picker-panel-body-cell-content:not(.atsx-date-picker-panel-body-cell-content-disabled):hover {
  cursor: pointer;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date) .atsx-date-picker-panel-body-cell:not(.atsx-date-picker-panel-body-cell-selected) .atsx-date-picker-panel-body-cell-content:not(.atsx-date-picker-panel-body-cell-content-disabled):hover {
  border-radius: 4px;
  background: #EFF0F1;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date) .atsx-date-picker-panel-body-cell-selected .atsx-date-picker-panel-body-cell-content {
  border-radius: 4px;
  color: white;
  background: #325ab4;
}
.atsx-date-picker-panel-body:not(.atsx-date-picker-panel-body-date) .atsx-date-picker-panel-body-cell-after-start-for-hover {
  cursor: pointer;
}
.atsx-date-picker-panel-body.atsx-date-picker-panel-body-date {
  margin-top: 20px;
  margin-bottom: 4px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-header {
  display: none;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-body {
  display: inline-block;
  overflow: hidden;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table {
  margin: -5px -7px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table th {
  color: #9CA2A9;
  font-weight: normal;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table th,
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table .atsx-date-picker-panel-body-date-cell-inner-wrap {
  width: 38px;
  text-align: center;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table .atsx-date-picker-panel-body-date-cell-inner-wrap {
  position: relative;
  padding: 0 7px 0 7px;
  margin: 5px 0;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table th {
  padding: 5px 7px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell-inner {
  display: inline-block;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell-inner-content {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell-inner:not(.atsx-date-picker-panel-body-date-cell-inner-selected) .atsx-date-picker-panel-body-date-cell-inner-content:hover {
  background: #EFF0F1;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell-inner-period .atsx-date-picker-panel-body-date-cell-inner-wrap {
  background: #F0F4FF;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell-inner-period .atsx-date-picker-panel-body-date-cell-inner-content {
  background: #F0F4FF;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell-inner-selected .atsx-date-picker-panel-body-date-cell-inner-content {
  color: white;
  background: #325ab4;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell-inner-after-start-for-hover {
  cursor: pointer;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell.atsx-date-picker-panel-body-date-today .atsx-date-picker-panel-body-date-cell-inner-content {
  border: 1px solid #325ab4;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell.atsx-date-picker-panel-body-date-disabled-cell .atsx-date-picker-panel-body-date-cell-inner-wrap {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell.atsx-date-picker-panel-body-date-disabled-cell .atsx-date-picker-panel-body-date-cell-inner-wrap .atsx-date-picker-panel-body-date-cell-inner-content:hover {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-cell.atsx-date-picker-panel-body-date-disabled-cell .atsx-date-picker-panel-body-date-cell-inner.atsx-date-picker-panel-body-date-cell-inner-selected .atsx-date-picker-panel-body-date-cell-inner-wrap .atsx-date-picker-panel-body-date-cell-inner-content:hover {
  color: white;
  background: #325ab4;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table .atsx-date-picker-panel-body-date-cell-inner-period-start .atsx-date-picker-panel-body-date-cell-inner-wrap {
  margin-left: 7px;
  padding-left: 0;
  width: 31px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table .atsx-date-picker-panel-body-date-cell-inner-period-end .atsx-date-picker-panel-body-date-cell-inner-wrap {
  margin-right: 7px;
  padding-right: 0;
  width: 31px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-table .atsx-date-picker-panel-body-date-cell-inner-period-end.atsx-date-picker-panel-body-date-cell-inner-period-start .atsx-date-picker-panel-body-date-cell-inner-wrap {
  width: 24px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-date-footer {
  display: none;
}
.atsx-date-picker-panel-body.atsx-date-picker-panel-body-week {
  margin-top: 20px;
  margin-bottom: 4px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-header {
  display: none;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-body {
  display: inline-block;
  overflow: hidden;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-table {
  margin: -5px -7px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-table th {
  color: #9CA2A9;
  font-weight: normal;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-table th,
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-table .atsx-date-picker-panel-body-week-cell-inner-wrap {
  width: 38px;
  text-align: center;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-table .atsx-date-picker-panel-body-week-cell-inner-wrap {
  padding: 0 7px 0 7px;
  margin: 5px 0;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-table th {
  padding: 5px 7px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-cell-inner {
  display: inline-block;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-cell-inner-content {
  border-radius: 4px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-cell.atsx-date-picker-panel-body-week-today .atsx-date-picker-panel-body-week-cell-inner-content {
  border: 1px solid #325ab4;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-cell .atsx-date-picker-panel-body-week-cell-inner-out-month {
  color: #bbbfc4;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-cell.atsx-date-picker-panel-body-week-disabled-cell .atsx-date-picker-panel-body-week-cell-inner-wrap {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody .atsx-date-picker-panel-body-week-cell-inner-wrap {
  position: relative;
  cursor: pointer;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody .atsx-date-picker-panel-body-week-cell-inner-wrap::before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  background: #f5f6f7;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody .atsx-date-picker-panel-body-week-cell-inner-hovered .atsx-date-picker-panel-body-week-cell-inner-wrap::before {
  display: block;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody .atsx-date-picker-panel-body-week-cell-inner-selected {
  color: #3370ff;
  font-weight: 500;
  font-weight: var(--semi-bold);
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody .atsx-date-picker-panel-body-week-cell-inner-selected .atsx-date-picker-panel-body-week-cell-inner-wrap::before {
  display: block;
  background: #f0f4ff;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody .atsx-date-picker-panel-body-week-cell-inner-selected.atsx-date-picker-panel-body-week-cell-inner-out-month {
  color: #82a7fc;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody .atsx-date-picker-panel-body-week-cell-inner-content {
  position: relative;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody td:first-child .atsx-date-picker-panel-body-week-cell-inner-hovered .atsx-date-picker-panel-body-week-cell-inner-wrap::before,
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody td:first-child .atsx-date-picker-panel-body-week-cell-inner-selected .atsx-date-picker-panel-body-week-cell-inner-wrap::before {
  left: 7px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody td:last-child .atsx-date-picker-panel-body-week-cell-inner-hovered .atsx-date-picker-panel-body-week-cell-inner-wrap::before,
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-tbody td:last-child .atsx-date-picker-panel-body-week-cell-inner-selected .atsx-date-picker-panel-body-week-cell-inner-wrap::before {
  right: 7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.atsx-date-picker-panel-body .atsx-date-picker-panel-body-week-footer {
  display: none;
}
.atsx-date-picker-panel-footer {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 8px 0 9px 14px;
  border-top: 1px solid rgba(31, 35, 41, 0.1);
}
.atsx-date-picker-panel-footer-operator {
  cursor: pointer;
}
.atsx-date-picker-panel-footer-operator,
.atsx-date-picker-panel-footer-operator:hover,
.atsx-date-picker-panel-footer-operator:focus,
.atsx-date-picker-panel-footer-operator:active {
  color: #325ab4;
}
.atsx-date-picker-panel-footer-operator:not(:last-child) {
  margin-right: 32px;
}
.atsx-date-picker-panel-footer-operator.disabled {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.atsx-date-picker-panel-footer.atsx-date-picker-panel-footer-no-operators {
  padding: 0;
  border: none;
}
.atsx-date-picker-panel-footer.atsx-date-picker-panel-footer-no-operators.atsx-date-picker-panel-footer-date {
  margin-bottom: 17px;
}
.atsx-date-picker-panel-body-date-cell-inner-disabledTip-placeholder {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 1px;
  top: 0;
  left: 0;
  pointer-events: none;
  background: transparent;
  z-index: -1;
}
.atsx-date-picker-panel-body-date-cell-inner-disabledTip-tooltip.atsx-tooltip {
  padding: 0;
  max-width: none;
}
.atsx-date-picker-panel-body-date-cell-inner-disabledTip-tooltip .atsx-tooltip-arrow {
  display: none;
}
.atsx-date-picker-panel-body-date-cell-inner-disabledTip-tooltip .atsx-tooltip-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.atsx-date-picker-panel-body-date-cell-inner-disabledTip-tooltip-content {
  border: solid 1px #eff0f1;
  color: #1F2329;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
  border-radius: 4px;
  padding: 12px 24px;
  background: white;
  overflow: hidden;
}
.atsx-date-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  display: inline-block;
}
.atsx-date-picker-dropdown-hidden {
  display: none;
}
.has-error .atsx-date-picker.atsx-date-picker-period::after,
.has-error .atsx-date-picker-open.atsx-date-picker-period::after,
.has-error .atsx-date-picker:hover.atsx-date-picker-period::after {
  border-color: #F54A45;
}
.atsx-date-picker-open.atsx-date-picker-period::after,
.atsx-date-picker:hover.atsx-date-picker-period::after {
  border-color: #325ab4;
}
.atsx-date-picker-period {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 247px;
  line-height: 32px;
  background-color: white;
}
.atsx-date-picker-period::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #cad0d0;
  border-radius: 4px;
  pointer-events: none;
}
.atsx-date-picker-period .atsx-date-picker-period-input-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1 1;
}
.atsx-date-picker-period .atsx-date-picker-period-input-box:last-of-type {
  padding-right: 28px;
}
.atsx-date-picker-period .atsx-input {
  -ms-flex: 1;
      flex: 1 1;
  padding: 0;
  margin: 0 6px;
  display: inline-block;
  border: none;
  text-align: center;
  min-width: 0;
}
.atsx-date-picker-period .atsx-date-picker-period-no-value {
  text-align: left;
}
.atsx-date-picker-period .atsx-input-placeholder {
  position: absolute;
  top: 0;
  line-height: 32px;
  white-space: nowrap;
  color: #8F959E;
}
.atsx-date-picker-period .atsx-date-picker-period-first-input-placeholder {
  left: 50%;
  -ms-transform: translate(-50%);
      transform: translate(-50%);
}
.atsx-date-picker-period .atsx-date-picker-period-second-input-placeholder {
  left: calc((100% - 28px) / 2);
  -ms-transform: translate(-50%);
      transform: translate(-50%);
}
.atsx-date-picker-period-hidden-input {
  -ms-flex: 0;
      flex: 0 1;
  min-width: 0;
  height: 0;
  border: none;
  box-sizing: border-box;
}
.atsx-date-picker-period-hidden-input:focus {
  outline: none;
}
.atsx-date-picker.atsx-date-picker-period-theme-noBorder {
  width: 240px;
  line-height: 22px;
}
.atsx-date-picker.atsx-date-picker-period-theme-noBorder::after {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: unset;
}
.atsx-date-picker.atsx-date-picker-period-theme-noBorder .atsx-date-picker-period-input-box:last-of-type {
  padding-right: 14px;
}
.atsx-date-picker.atsx-date-picker-period-theme-noBorder .atsx-date-picker-period-input-box .atsx-date-picker-period-second-input-placeholder {
  left: calc((100% - 14px) / 2);
}
.atsx-date-picker.atsx-date-picker-period-theme-noBorder .atsx-date-picker-period-input-box .atsx-input {
  height: 22px;
}
.atsx-date-picker.atsx-date-picker-period-theme-noBorder .atsx-date-picker-period-input-box .atsx-input-placeholder {
  line-height: 22px;
}
.atsx-date-picker.atsx-date-picker-period-theme-noBorder .atsx-date-picker-icon {
  right: 1px;
}
.atsx-date-picker-disabled {
  background: #EFF0F1;
}
.atsx-date-picker-disabled:hover.atsx-date-picker-period::after {
  border-color: #cad0d0;
}
.atsx-date-picker-period-month {
  line-height: 32px;
}
.atsx-date-picker-period-month-panel {
  border-radius: 4px;
  box-shadow: 0 1px 6px 0 rgba(31, 35, 41, 0.12);
  background-color: #ffffff;
  position: relative;
  height: 333px;
  white-space: nowrap;
}
.atsx-date-picker-period-month-panel-separator-line {
  position: absolute;
  z-index: 1;
  width: 1px;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: #eff0f1;
}
.atsx-date-picker-period-month-panel-list {
  padding: 8px 0;
  display: inline-block;
}
.atsx-date-picker-period-month-panel-list-item {
  cursor: pointer;
  line-height: 38px;
  text-align: center;
  width: 80px;
}
.atsx-date-picker-period-month-panel-list-item-focused {
  background-color: #f5f6f7;
}
.atsx-date-picker-period-month-panel-list-item-selected {
  color: #325ab4;
  background: #f0f7ff;
}
.has-error .atsx-date-picker .atsx-date-picker-period-month-label::after,
.has-error .atsx-date-picker-focus.atsx-date-picker .atsx-date-picker-period-month-label::after,
.has-error .atsx-date-picker:hover .atsx-date-picker-period-month-label::after {
  border-color: #F54A45;
}
.has-error .atsx-date-picker .atsx-date-picker-period-line,
.has-error .atsx-date-picker-focus.atsx-date-picker .atsx-date-picker-period-line,
.has-error .atsx-date-picker:hover .atsx-date-picker-period-line {
  background-color: #F54A45;
  pointer-events: none;
}
.atsx-date-picker.atsx-date-picker-period-month::after {
  transition: all 0.3s ease;
}
.atsx-date-picker-focus.atsx-date-picker .atsx-date-picker-period-line,
.atsx-date-picker:hover .atsx-date-picker-period-line {
  background-color: #325ab4;
  pointer-events: none;
}
.atsx-date-picker-focus.atsx-date-picker .atsx-date-picker-period-month-label-focus::after,
.atsx-date-picker:hover .atsx-date-picker-period-month-label-focus::after {
  border-color: #325ab4;
}
.atsx-date-picker-small {
  width: 240px;
}
.atsx-date-picker-large {
  width: 600px;
}
.atsx-date-picker-period-month {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 240px;
  line-height: 32px;
  background-color: white;
  cursor: pointer;
}
.atsx-date-picker-period-month::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #cad0d0;
  border-radius: 4px;
  pointer-events: none;
}
.atsx-date-picker-period-month-label {
  position: relative;
  -ms-flex: 1 0 1px;
      flex: 1 0 1px;
  color: #c3c6cb;
  cursor: pointer;
  padding-left: 11px;
  padding-right: 30px;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-date-picker-period-month-label:hover.atsx-date-picker-period-month-label::after {
  border-color: #325ab4;
}
.atsx-date-picker-period-month-label > * {
  display: inline-block;
  text-align: center;
}
.atsx-date-picker-period-month-label-value {
  color: #1f2329;
}
.atsx-date-picker-period-month-label-separator {
  min-width: 9px;
}
.atsx-date-picker-period-month-label::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.atsx-date-picker-period-month-label:first-child::after {
  border-top: 1px solid #cad0d0;
  border-left: 1px solid #cad0d0;
  border-bottom: 1px solid #cad0d0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.atsx-date-picker-period-month-label:last-of-type::after {
  border-top: 1px solid #cad0d0;
  border-right: 1px solid #cad0d0;
  border-bottom: 1px solid #cad0d0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.atsx-date-picker-period-month-separator {
  color: #1f2329;
}
.atsx-date-picker-period-month-hidden-input {
  -ms-flex: 0;
      flex: 0 1;
  min-width: 0;
  height: 0;
  border: none;
  box-sizing: border-box;
}
.atsx-date-picker-period-month-hidden-input:focus {
  outline: none;
}
.atsx-date-picker.atsx-date-picker-period-month {
  cursor: default;
}
.atsx-date-picker.atsx-date-picker-period-month .atsx-date-picker-icon {
  cursor: default;
}
.atsx-date-picker.atsx-date-picker-period-month .atsx-date-picker-icon:hover {
  color: #9CA2A9;
}
.atsx-date-picker.atsx-date-picker-period-month .atsx-date-picker-icon.atsx-date-picker-icon-clear {
  cursor: pointer;
}
.atsx-date-picker.atsx-date-picker-period-month .atsx-date-picker-icon.atsx-date-picker-icon-clear:hover {
  color: #325ab4;
}
.atsx-date-picker-period-line {
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 100%;
  z-index: 2;
  background-color: #c3c6cb;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.has-error .atsx-phone .atsx-phone-select + .atsx-phone-input.atsx-phone-input {
  border-left-color: #F54A45;
}
form .atsx-phone .atsx-select {
  width: unset;
}
.atsx-phone {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.atsx-phone > * {
  vertical-align: bottom;
}
.atsx-phone .atsx-phone-select:hover + .atsx-phone-input,
.atsx-phone .atsx-phone-select.atsx-select-open + .atsx-phone-input,
.atsx-phone .atsx-phone-select.atsx-select-focused + .atsx-phone-input {
  border-left-color: #325ab4;
}
.atsx-phone .atsx-phone-select .atsx-select-search__field {
  text-indent: 12px;
}
.atsx-phone .atsx-phone-select .atsx-select-selection--single {
  height: 100%;
}
.atsx-phone .atsx-phone-select .atsx-select-selection {
  width: 63px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.atsx-phone .atsx-phone-select .atsx-select-selection-selected-value {
  padding-left: 12px;
  padding-right: 0;
}
.atsx-phone .atsx-phone-select .atsx-select-selection__rendered {
  margin-right: 0px;
  margin-left: 0px;
}
.atsx-phone .atsx-phone-select .atsx-select-arrow {
  display: none;
}
.atsx-phone .atsx-phone-input {
  padding-top: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.atsx-phone-select-dropdown {
  max-width: 400px;
  min-width: 100px;
}
.atsx-phone-select-dropdown .atsx-select-dropdown-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.atsx-phone-select-dropdown .atsx-phone-name {
  display: inline-block;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.atsx-phone-select-dropdown .atsx-phone-current {
  color: #325ab4;
}
.atsx-phone-select-dropdown .atsx-phone-current::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #E4E5E7;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
}
.atsx-drawer > * {
  transition: transform cubic-bezier(0.09, 0, 0.9, 0.4) 0.2s, box-shadow cubic-bezier(0.09, 0, 0.9, 0.4) 0.2s;
}
.atsx-drawer-open > * {
  transition: transform cubic-bezier(0.09, 0, 0.03, 0.7) 0.25s, box-shadow cubic-bezier(0.09, 0, 0.03, 0.7) 0.25s;
}
.atsx-drawer-content-wrapper {
  position: fixed;
}
.atsx-drawer .atsx-drawer-content {
  width: 100%;
  height: 100%;
}
.atsx-drawer-left,
.atsx-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.atsx-drawer-left .atsx-drawer-content-wrapper,
.atsx-drawer-right .atsx-drawer-content-wrapper {
  height: 100%;
}
.atsx-drawer-left.atsx-drawer-open,
.atsx-drawer-right.atsx-drawer-open {
  width: 100%;
}
.atsx-drawer-left.atsx-drawer-open.no-mask,
.atsx-drawer-right.atsx-drawer-open.no-mask {
  width: 0%;
}
.atsx-drawer-left.atsx-drawer-open .atsx-drawer-content-wrapper {
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
}
.atsx-drawer-right {
  right: 0;
}
.atsx-drawer-right .atsx-drawer-content-wrapper {
  right: 0;
}
.atsx-drawer-right.atsx-drawer-open .atsx-drawer-content-wrapper {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.atsx-drawer-top,
.atsx-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.atsx-drawer-top .atsx-drawer-content-wrapper,
.atsx-drawer-bottom .atsx-drawer-content-wrapper {
  width: 100%;
}
.atsx-drawer-top.atsx-drawer-open,
.atsx-drawer-bottom.atsx-drawer-open {
  height: 100%;
}
.atsx-drawer-top.atsx-drawer-open.no-mask,
.atsx-drawer-bottom.atsx-drawer-open.no-mask {
  height: 0%;
}
.atsx-drawer-top {
  top: 0;
}
.atsx-drawer-top.atsx-drawer-open .atsx-drawer-content-wrapper {
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
}
.atsx-drawer-bottom {
  bottom: 0;
}
.atsx-drawer-bottom .atsx-drawer-content-wrapper {
  bottom: 0;
}
.atsx-drawer-bottom.atsx-drawer-open .atsx-drawer-content-wrapper {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  height: 100%;
  opacity: 0.3;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: antdDrawerFadeIn 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.atsx-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  font-size: 16px;
  line-height: 24px;
}
.atsx-drawer-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.atsx-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.25s;
  text-rendering: auto;
}
.atsx-drawer-close:focus,
.atsx-drawer-close:hover {
  color: #4E83FD;
  text-decoration: none;
}
.atsx-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: #646a73;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.atsx-drawer-header-no-title {
  color: #646a73;
  background: #fff;
}
.atsx-drawer-body {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.atsx-drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(31, 35, 41, 0.4);
  opacity: 0;
  filter: alpha(opacity=50);
  transition: opacity 0.25s linear, height 0s ease 0.25s;
}
.atsx-drawer-open {
  transition: transform 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.atsx-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.atsx-drawer-sideClose {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.atsx-drawer-sideClose .atsx-drawer-sideCloseIcon {
  color: #646a73;
  font-size: 16px;
}
.atsx-drawer-sideClose:hover .atsx-drawer-sideCloseIcon {
  color: #3370ff;
}
.atsx-drawer-sideClose-right {
  top: 50%;
  left: 0;
  margin-left: -30px;
  -ms-transform: translateX(-100%) translateY(-50%);
      transform: translateX(-100%) translateY(-50%);
}
.atsx-drawer-sideClose-right .atsx-drawer-sideCloseIcon {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.atsx-drawer-sideClose-left {
  top: 50%;
  right: 0;
  margin-right: -30px;
  -ms-transform: translateX(100%) translateY(-50%);
      transform: translateX(100%) translateY(-50%);
}
.atsx-drawer-sideClose-top {
  top: 100%;
  left: 50%;
  margin-top: 30px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
.atsx-drawer-sideClose-top .atsx-drawer-sideCloseIcon {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.atsx-drawer-sideClose-bottom {
  top: 0;
  left: 50%;
  margin-top: -30px;
  -ms-transform: translateX(-50%) translateY(-100%);
      transform: translateX(-50%) translateY(-100%);
}
.atsx-drawer-sideClose-bottom .atsx-drawer-sideCloseIcon {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.atsx-drawer.atsx-drawer-animation-speed > * {
  transition: transform cubic-bezier(0.09, 0, 0.9, 0.4) 0.1s, box-shadow cubic-bezier(0.09, 0, 0.9, 0.4) 0.1s;
}
.atsx-drawer.atsx-drawer-animation-speed-open > * {
  transition: transform cubic-bezier(0.09, 0, 0.03, 0.7) 0.15s, box-shadow cubic-bezier(0.09, 0, 0.03, 0.7) 0.15s;
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.3;
  }
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  background-color: #000;
  opacity: 0.6;
  -webkit-animation: atsxDrawerFadeIn 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: atsxDrawerFadeIn 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
}
@-webkit-keyframes atsxDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes atsxDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}
.atsx-mdatepicker-popup {
  /* header部分 */
  /* picker部分 */
}
.atsx-mdatepicker-popup .atsx-drawer-header-no-title {
  display: none;
}
.atsx-mdatepicker-popup .atsx-drawer-wrapper-body,
.atsx-mdatepicker-popup .atsx-drawer-body,
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-content {
  width: 100%;
  height: 100%;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.atsx-mdatepicker-popup .atsx-drawer-body {
  padding: 0;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-header {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-header .atsx-mdatepicker-popup-header-operate {
  font-size: 16px;
  font-weight: 500;
  font-weight: var(--semi-bold);
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-header .atsx-mdatepicker-popup-header-operate:active {
  opacity: 0.6;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-header .atsx-mdatepicker-popup-header-dismiss {
  padding-left: 20px;
  padding-right: 60px;
  color: #9aa8b6;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-header .atsx-mdatepicker-popup-header-ok {
  padding-right: 20px;
  padding-left: 60px;
  color: #325ab4;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main {
  -ms-flex: 1;
      flex: 1 1;
  padding: 14px 0;
  height: 180px;
  box-sizing: content-box;
  /* 年份picker */
  /* 月份picker */
  /* 日期picker */
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .rmc-multi-picker {
  overflow: hidden;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-year-picker .rmc-picker-content {
  -ms-flex-align: end;
      align-items: flex-end;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-year-picker .rmc-picker-item {
  margin-right: 25px;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-year-picker .my-picker-indicator {
  border-right: none;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .onlyYear .rmc-picker-item {
  margin-right: 0;
  width: 100%;
  text-align: center;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-month-picker .rmc-picker-content {
  -ms-flex-align: start;
      align-items: flex-start;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-month-picker .rmc-picker-item {
  margin-left: 25px;
  width: 25px;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-month-picker .my-picker-indicator {
  border-left: none;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .centerMonth .rmc-picker-item {
  margin-left: 30%;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .centerMonth .my-picker-indicator {
  border-left: none;
  border-right: none;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .showMonthCaption .rmc-picker-item {
  width: auto;
  text-align: center;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-day-picker .rmc-picker-content {
  -ms-flex-align: start;
      align-items: flex-start;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-day-picker .rmc-picker-item {
  margin-left: 25px;
  width: 28px;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .atsx-mdatepicker-popup-day-picker .my-picker-indicator {
  border-left: none;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .showDayCaption .rmc-picker-item {
  width: auto;
  text-align: center;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .rmc-picker-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .rmc-picker-indicator {
  height: 36px;
  z-index: 0;
  background: #f9fafd;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .rmc-picker-item {
  width: 75px;
  height: 36px;
  text-align: right;
  font-size: 18px;
  color: #3e4c5b;
  padding: 0;
}
.atsx-mdatepicker-popup .atsx-mdatepicker-popup-main .rmc-picker-mask {
  top: -1px;
  bottom: -1px;
  height: unset;
  background-size: unset !important;
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, #ffffff 100%);
}

.rmc-picker,
.rmc-multi-picker {
  height: 238px;
  /*34*7*/
}
.rmc-multi-picker {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.rmc-picker-item {
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9b9b9b;
  width: 100%;
  box-sizing: border-box;
}
.rmc-picker {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -ms-flex: 1;
      flex: 1 1;
  text-align: center;
}
.rmc-picker-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 204px;
  background-repeat: no-repeat;
}
.rmc-picker-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.rmc-picker-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 3;
  border: 1px solid #ddd;
}

@-webkit-keyframes fullscreenModalEnter__e42e60 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__e42e60 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__e42e60 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__e42e60 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__e42e60 {
  height: 100%;
}
.atsx-layout__e42e60 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__e42e60,
.b50__e42e60 {
  color: #f0f4ff;
}
.L50__e42e60,
.l50__e42e60 {
  color: #f7fae5;
}
.L100__e42e60,
.l100__e42e60 {
  color: #eef6c6;
}
.L200__e42e60,
.l200__e42e60 {
  color: #dfee96;
}
.L300__e42e60,
.l300__e42e60 {
  color: #d2e76a;
}
.L400__e42e60,
.l400__e42e60 {
  color: #c3dd40;
}
.L500__e42e60,
.l500__e42e60 {
  color: #b3d600;
}
.L600__e42e60,
.l600__e42e60 {
  color: #8fac02;
}
.L700__e42e60,
.l700__e42e60 {
  color: #667901;
}
.L800__e42e60,
.l800__e42e60 {
  color: #495700;
}
.L900__e42e60,
.l900__e42e60 {
  color: #354200;
}
.Y50__e42e60,
.y50__e42e60 {
  color: #fdf9ed;
}
.Y100__e42e60,
.y100__e42e60 {
  color: #faf1d1;
}
.Y200__e42e60,
.y200__e42e60 {
  color: #f8e6ab;
}
.Y300__e42e60,
.y300__e42e60 {
  color: #f7dc82;
}
.Y400__e42e60,
.y400__e42e60 {
  color: #fad355;
}
.Y500__e42e60,
.y500__e42e60 {
  color: #ffc60a;
}
.Y600__e42e60,
.y600__e42e60 {
  color: #dc9b04;
}
.Y700__e42e60,
.y700__e42e60 {
  color: #aa7803;
}
.Y800__e42e60,
.y800__e42e60 {
  color: #795101;
}
.Y900__e42e60,
.y900__e42e60 {
  color: #5c3a00;
}
.O50__e42e60,
.o50__e42e60 {
  color: #fff5eb;
}
.O100__e42e60,
.o100__e42e60 {
  color: #feead2;
}
.O200__e42e60,
.o200__e42e60 {
  color: #fed4a4;
}
.O300__e42e60,
.o300__e42e60 {
  color: #ffba6b;
}
.O400__e42e60,
.o400__e42e60 {
  color: #ffa53d;
}
.O500__e42e60,
.o500__e42e60 {
  color: #f80;
}
.O600__e42e60,
.o600__e42e60 {
  color: #de7802;
}
.O700__e42e60,
.o700__e42e60 {
  color: #b26206;
}
.O800__e42e60,
.o800__e42e60 {
  color: #8f4f04;
}
.O900__e42e60,
.o900__e42e60 {
  color: #6b3900;
}
.R50__e42e60,
.r50__e42e60 {
  color: #fef1f1;
}
.R100__e42e60,
.r100__e42e60 {
  color: #fde2e2;
}
.R200__e42e60,
.r200__e42e60 {
  color: #fbbfbc;
}
.R300__e42e60,
.r300__e42e60 {
  color: #f98e8b;
}
.R400__e42e60,
.r400__e42e60 {
  color: #f76964;
}
.R500__e42e60,
.r500__e42e60 {
  color: #f54a45;
}
.R600__e42e60,
.r600__e42e60 {
  color: #d83931;
}
.R700__e42e60,
.r700__e42e60 {
  color: #ac2f28;
}
.R800__e42e60,
.r800__e42e60 {
  color: #812520;
}
.R900__e42e60,
.r900__e42e60 {
  color: #621c18;
}
.C50__e42e60,
.c50__e42e60 {
  color: #fef1f8;
}
.C100__e42e60,
.c100__e42e60 {
  color: #fdddef;
}
.C200__e42e60,
.c200__e42e60 {
  color: #f9aed9;
}
.C300__e42e60,
.c300__e42e60 {
  color: #f57ac0;
}
.C400__e42e60,
.c400__e42e60 {
  color: #f14ba9;
}
.C500__e42e60,
.c500__e42e60 {
  color: #f01d94;
}
.C600__e42e60,
.c600__e42e60 {
  color: #c71077;
}
.C700__e42e60,
.c700__e42e60 {
  color: #9e1361;
}
.C800__e42e60,
.c800__e42e60 {
  color: #7a0f4b;
}
.C900__e42e60,
.c900__e42e60 {
  color: #520a32;
}
.V50__e42e60,
.v50__e42e60 {
  color: #fceefc;
}
.V100__e42e60,
.v100__e42e60 {
  color: #f8def8;
}
.V200__e42e60,
.v200__e42e60 {
  color: #efb9ef;
}
.V300__e42e60,
.v300__e42e60 {
  color: #e58fe5;
}
.V400__e42e60,
.v400__e42e60 {
  color: #db66db;
}
.V500__e42e60,
.v500__e42e60 {
  color: #d136d1;
}
.V600__e42e60,
.v600__e42e60 {
  color: #b320b3;
}
.V700__e42e60,
.v700__e42e60 {
  color: #8c218c;
}
.V800__e42e60,
.v800__e42e60 {
  color: #681268;
}
.V900__e42e60,
.v900__e42e60 {
  color: #460b46;
}
.P50__e42e60,
.p50__e42e60 {
  color: #f6f1fe;
}
.P100__e42e60,
.p100__e42e60 {
  color: #ece2fe;
}
.P200__e42e60,
.p200__e42e60 {
  color: #cdb2fa;
}
.P300__e42e60,
.p300__e42e60 {
  color: #ad82f7;
}
.P400__e42e60,
.p400__e42e60 {
  color: #935af6;
}
.P500__e42e60,
.p500__e42e60 {
  color: #7f3bf5;
}
.P600__e42e60,
.p600__e42e60 {
  color: #6425d0;
}
.P700__e42e60,
.p700__e42e60 {
  color: #4e1ba7;
}
.P800__e42e60,
.p800__e42e60 {
  color: #380d82;
}
.P900__e42e60,
.p900__e42e60 {
  color: #270561;
}
.I50__e42e60,
.i50__e42e60 {
  color: #f2f3fd;
}
.I100__e42e60,
.i100__e42e60 {
  color: #e0e2fa;
}
.I200__e42e60,
.i200__e42e60 {
  color: #b4b9f3;
}
.I300__e42e60,
.i300__e42e60 {
  color: #7b83ea;
}
.I400__e42e60,
.i400__e42e60 {
  color: #616ae5;
}
.I500__e42e60,
.i500__e42e60 {
  color: #4954e6;
}
.I600__e42e60,
.i600__e42e60 {
  color: #2933c7;
}
.I700__e42e60,
.i700__e42e60 {
  color: #161fa2;
}
.I800__e42e60,
.i800__e42e60 {
  color: #0a1285;
}
.I900__e42e60,
.i900__e42e60 {
  color: #0c1264;
}
.N50__e42e60,
.n50__e42e60 {
  color: #f8f9fa;
}
.N100__e42e60,
.n100__e42e60 {
  color: #f5f6f7;
}
.N200__e42e60,
.n200__e42e60 {
  color: #eff0f1;
}
.N300__e42e60,
.n300__e42e60 {
  color: #dee0e3;
}
.N400__e42e60,
.n400__e42e60 {
  color: #bbbfc4;
}
.N500__e42e60,
.n500__e42e60 {
  color: #8f959e;
}
.N600__e42e60,
.n600__e42e60 {
  color: #646a73;
}
.N700__e42e60,
.n700__e42e60 {
  color: #373c43;
}
.N800__e42e60,
.n800__e42e60 {
  color: #2b2f36;
}
.N900__e42e60,
.n900__e42e60 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.resetPassword__e42e60 {
  min-height: 539px;
}
.resetPassword__e42e60 {
  /* 验证码 */
}
.resetPassword__e42e60 .resetPassword-formWrap {
  width: 520px;
  margin: 80px auto 0;
}
.resetPassword__e42e60 form {
  height: 138px;
}
.resetPassword__e42e60 .resetPassword-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  fill: #1f2329;
  color: #1f2329;
}
.resetPassword__e42e60 .resetPassword-title svg {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  cursor: pointer;
  fill: #1f2329;
}
.resetPassword__e42e60 .resetPassword-title svg:hover {
  fill: #325ab4;
}
.resetPassword__e42e60 .resetPassword-title svg:active {
  fill: #3156a5;
}
.resetPassword__e42e60 .resetPassword-submit {
  width: 100%;
  max-width: unset;
}
.resetPassword__e42e60 .resetPassword-pwdHint {
  margin-top: 4px;
  line-height: 22px;
  font-size: 14px;
  color: #646a73;
}
.resetPassword__e42e60 .resetPassword-pwdHint.resetPassword-error {
  color: #f54a45;
}
.resetPassword__e42e60 .verify-main {
  position: relative;
  width: 520px;
  height: 261px;
  margin: 80px auto 300px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.resetPassword__e42e60 .verify-main .verifyCodeArea-title {
  text-align: left;
  margin-right: 16px;
}
.resetPassword__e42e60 .verify-main .verifyCodeArea-notReceive {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.resetPassword__e42e60 .verify-main .verifyCodeArea-description {
  margin-top: 16px;
  margin-bottom: 56px;
}
.resetPassword__e42e60 .verify-main .resetPassword-verifyTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 33px;
  font-size: 24px;
  font-weight: 500;
  fill: #1f2329;
  color: #1f2329;
}
.resetPassword__e42e60 .verify-main .resetPassword-verifyTitle svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 16px;
  fill: #1f2329;
}
.resetPassword__e42e60 .verify-main .resetPassword-verifyTitle svg:hover {
  fill: #325ab4;
}
.resetPassword__e42e60 .verify-main .resetPassword-verifyTitle svg:active {
  fill: #3156a5;
}
.resetPassword__e42e60 a {
  color: #325ab4;
}
.resetPassword__e42e60 a:hover {
  color: #487fc1;
}
.resetPassword__e42e60 a:active {
  color: #3156a5;
}

@-webkit-keyframes fullscreenModalEnter__85b1c6 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__85b1c6 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__85b1c6 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__85b1c6 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__85b1c6 {
  height: 100%;
}
.atsx-layout__85b1c6 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__85b1c6,
.b50__85b1c6 {
  color: #f0f4ff;
}
.L50__85b1c6,
.l50__85b1c6 {
  color: #f7fae5;
}
.L100__85b1c6,
.l100__85b1c6 {
  color: #eef6c6;
}
.L200__85b1c6,
.l200__85b1c6 {
  color: #dfee96;
}
.L300__85b1c6,
.l300__85b1c6 {
  color: #d2e76a;
}
.L400__85b1c6,
.l400__85b1c6 {
  color: #c3dd40;
}
.L500__85b1c6,
.l500__85b1c6 {
  color: #b3d600;
}
.L600__85b1c6,
.l600__85b1c6 {
  color: #8fac02;
}
.L700__85b1c6,
.l700__85b1c6 {
  color: #667901;
}
.L800__85b1c6,
.l800__85b1c6 {
  color: #495700;
}
.L900__85b1c6,
.l900__85b1c6 {
  color: #354200;
}
.Y50__85b1c6,
.y50__85b1c6 {
  color: #fdf9ed;
}
.Y100__85b1c6,
.y100__85b1c6 {
  color: #faf1d1;
}
.Y200__85b1c6,
.y200__85b1c6 {
  color: #f8e6ab;
}
.Y300__85b1c6,
.y300__85b1c6 {
  color: #f7dc82;
}
.Y400__85b1c6,
.y400__85b1c6 {
  color: #fad355;
}
.Y500__85b1c6,
.y500__85b1c6 {
  color: #ffc60a;
}
.Y600__85b1c6,
.y600__85b1c6 {
  color: #dc9b04;
}
.Y700__85b1c6,
.y700__85b1c6 {
  color: #aa7803;
}
.Y800__85b1c6,
.y800__85b1c6 {
  color: #795101;
}
.Y900__85b1c6,
.y900__85b1c6 {
  color: #5c3a00;
}
.O50__85b1c6,
.o50__85b1c6 {
  color: #fff5eb;
}
.O100__85b1c6,
.o100__85b1c6 {
  color: #feead2;
}
.O200__85b1c6,
.o200__85b1c6 {
  color: #fed4a4;
}
.O300__85b1c6,
.o300__85b1c6 {
  color: #ffba6b;
}
.O400__85b1c6,
.o400__85b1c6 {
  color: #ffa53d;
}
.O500__85b1c6,
.o500__85b1c6 {
  color: #f80;
}
.O600__85b1c6,
.o600__85b1c6 {
  color: #de7802;
}
.O700__85b1c6,
.o700__85b1c6 {
  color: #b26206;
}
.O800__85b1c6,
.o800__85b1c6 {
  color: #8f4f04;
}
.O900__85b1c6,
.o900__85b1c6 {
  color: #6b3900;
}
.R50__85b1c6,
.r50__85b1c6 {
  color: #fef1f1;
}
.R100__85b1c6,
.r100__85b1c6 {
  color: #fde2e2;
}
.R200__85b1c6,
.r200__85b1c6 {
  color: #fbbfbc;
}
.R300__85b1c6,
.r300__85b1c6 {
  color: #f98e8b;
}
.R400__85b1c6,
.r400__85b1c6 {
  color: #f76964;
}
.R500__85b1c6,
.r500__85b1c6 {
  color: #f54a45;
}
.R600__85b1c6,
.r600__85b1c6 {
  color: #d83931;
}
.R700__85b1c6,
.r700__85b1c6 {
  color: #ac2f28;
}
.R800__85b1c6,
.r800__85b1c6 {
  color: #812520;
}
.R900__85b1c6,
.r900__85b1c6 {
  color: #621c18;
}
.C50__85b1c6,
.c50__85b1c6 {
  color: #fef1f8;
}
.C100__85b1c6,
.c100__85b1c6 {
  color: #fdddef;
}
.C200__85b1c6,
.c200__85b1c6 {
  color: #f9aed9;
}
.C300__85b1c6,
.c300__85b1c6 {
  color: #f57ac0;
}
.C400__85b1c6,
.c400__85b1c6 {
  color: #f14ba9;
}
.C500__85b1c6,
.c500__85b1c6 {
  color: #f01d94;
}
.C600__85b1c6,
.c600__85b1c6 {
  color: #c71077;
}
.C700__85b1c6,
.c700__85b1c6 {
  color: #9e1361;
}
.C800__85b1c6,
.c800__85b1c6 {
  color: #7a0f4b;
}
.C900__85b1c6,
.c900__85b1c6 {
  color: #520a32;
}
.V50__85b1c6,
.v50__85b1c6 {
  color: #fceefc;
}
.V100__85b1c6,
.v100__85b1c6 {
  color: #f8def8;
}
.V200__85b1c6,
.v200__85b1c6 {
  color: #efb9ef;
}
.V300__85b1c6,
.v300__85b1c6 {
  color: #e58fe5;
}
.V400__85b1c6,
.v400__85b1c6 {
  color: #db66db;
}
.V500__85b1c6,
.v500__85b1c6 {
  color: #d136d1;
}
.V600__85b1c6,
.v600__85b1c6 {
  color: #b320b3;
}
.V700__85b1c6,
.v700__85b1c6 {
  color: #8c218c;
}
.V800__85b1c6,
.v800__85b1c6 {
  color: #681268;
}
.V900__85b1c6,
.v900__85b1c6 {
  color: #460b46;
}
.P50__85b1c6,
.p50__85b1c6 {
  color: #f6f1fe;
}
.P100__85b1c6,
.p100__85b1c6 {
  color: #ece2fe;
}
.P200__85b1c6,
.p200__85b1c6 {
  color: #cdb2fa;
}
.P300__85b1c6,
.p300__85b1c6 {
  color: #ad82f7;
}
.P400__85b1c6,
.p400__85b1c6 {
  color: #935af6;
}
.P500__85b1c6,
.p500__85b1c6 {
  color: #7f3bf5;
}
.P600__85b1c6,
.p600__85b1c6 {
  color: #6425d0;
}
.P700__85b1c6,
.p700__85b1c6 {
  color: #4e1ba7;
}
.P800__85b1c6,
.p800__85b1c6 {
  color: #380d82;
}
.P900__85b1c6,
.p900__85b1c6 {
  color: #270561;
}
.I50__85b1c6,
.i50__85b1c6 {
  color: #f2f3fd;
}
.I100__85b1c6,
.i100__85b1c6 {
  color: #e0e2fa;
}
.I200__85b1c6,
.i200__85b1c6 {
  color: #b4b9f3;
}
.I300__85b1c6,
.i300__85b1c6 {
  color: #7b83ea;
}
.I400__85b1c6,
.i400__85b1c6 {
  color: #616ae5;
}
.I500__85b1c6,
.i500__85b1c6 {
  color: #4954e6;
}
.I600__85b1c6,
.i600__85b1c6 {
  color: #2933c7;
}
.I700__85b1c6,
.i700__85b1c6 {
  color: #161fa2;
}
.I800__85b1c6,
.i800__85b1c6 {
  color: #0a1285;
}
.I900__85b1c6,
.i900__85b1c6 {
  color: #0c1264;
}
.N50__85b1c6,
.n50__85b1c6 {
  color: #f8f9fa;
}
.N100__85b1c6,
.n100__85b1c6 {
  color: #f5f6f7;
}
.N200__85b1c6,
.n200__85b1c6 {
  color: #eff0f1;
}
.N300__85b1c6,
.n300__85b1c6 {
  color: #dee0e3;
}
.N400__85b1c6,
.n400__85b1c6 {
  color: #bbbfc4;
}
.N500__85b1c6,
.n500__85b1c6 {
  color: #8f959e;
}
.N600__85b1c6,
.n600__85b1c6 {
  color: #646a73;
}
.N700__85b1c6,
.n700__85b1c6 {
  color: #373c43;
}
.N800__85b1c6,
.n800__85b1c6 {
  color: #2b2f36;
}
.N900__85b1c6,
.n900__85b1c6 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.fivexxPage__85b1c6 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #fff;
  min-height: inherit;
}
.fivexxPage__85b1c6 .fivexxPage-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.fivexxPage__85b1c6 .fivexxPage-image {
  margin-bottom: 18px;
}
.fivexxPage__85b1c6 .fivexxPage-image img {
  width: 240px;
}
.fivexxPage__85b1c6 p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #1f2329;
}
.fivexxPage__85b1c6 .fivexxPage-homeButton {
  margin-top: 32px;
}
.fivexxPage__85b1c6 .fivexxPage-homeButton .atsx-btn-lg {
  max-width: unset;
}
.fivexxPage__85b1c6 .fivexxPage-homeButton button {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@-webkit-keyframes fullscreenModalEnter__7b69cc {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__7b69cc {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__7b69cc {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__7b69cc {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__7b69cc {
  height: 100%;
}
.atsx-layout__7b69cc {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__7b69cc,
.b50__7b69cc {
  color: #f0f4ff;
}
.L50__7b69cc,
.l50__7b69cc {
  color: #f7fae5;
}
.L100__7b69cc,
.l100__7b69cc {
  color: #eef6c6;
}
.L200__7b69cc,
.l200__7b69cc {
  color: #dfee96;
}
.L300__7b69cc,
.l300__7b69cc {
  color: #d2e76a;
}
.L400__7b69cc,
.l400__7b69cc {
  color: #c3dd40;
}
.L500__7b69cc,
.l500__7b69cc {
  color: #b3d600;
}
.L600__7b69cc,
.l600__7b69cc {
  color: #8fac02;
}
.L700__7b69cc,
.l700__7b69cc {
  color: #667901;
}
.L800__7b69cc,
.l800__7b69cc {
  color: #495700;
}
.L900__7b69cc,
.l900__7b69cc {
  color: #354200;
}
.Y50__7b69cc,
.y50__7b69cc {
  color: #fdf9ed;
}
.Y100__7b69cc,
.y100__7b69cc {
  color: #faf1d1;
}
.Y200__7b69cc,
.y200__7b69cc {
  color: #f8e6ab;
}
.Y300__7b69cc,
.y300__7b69cc {
  color: #f7dc82;
}
.Y400__7b69cc,
.y400__7b69cc {
  color: #fad355;
}
.Y500__7b69cc,
.y500__7b69cc {
  color: #ffc60a;
}
.Y600__7b69cc,
.y600__7b69cc {
  color: #dc9b04;
}
.Y700__7b69cc,
.y700__7b69cc {
  color: #aa7803;
}
.Y800__7b69cc,
.y800__7b69cc {
  color: #795101;
}
.Y900__7b69cc,
.y900__7b69cc {
  color: #5c3a00;
}
.O50__7b69cc,
.o50__7b69cc {
  color: #fff5eb;
}
.O100__7b69cc,
.o100__7b69cc {
  color: #feead2;
}
.O200__7b69cc,
.o200__7b69cc {
  color: #fed4a4;
}
.O300__7b69cc,
.o300__7b69cc {
  color: #ffba6b;
}
.O400__7b69cc,
.o400__7b69cc {
  color: #ffa53d;
}
.O500__7b69cc,
.o500__7b69cc {
  color: #f80;
}
.O600__7b69cc,
.o600__7b69cc {
  color: #de7802;
}
.O700__7b69cc,
.o700__7b69cc {
  color: #b26206;
}
.O800__7b69cc,
.o800__7b69cc {
  color: #8f4f04;
}
.O900__7b69cc,
.o900__7b69cc {
  color: #6b3900;
}
.R50__7b69cc,
.r50__7b69cc {
  color: #fef1f1;
}
.R100__7b69cc,
.r100__7b69cc {
  color: #fde2e2;
}
.R200__7b69cc,
.r200__7b69cc {
  color: #fbbfbc;
}
.R300__7b69cc,
.r300__7b69cc {
  color: #f98e8b;
}
.R400__7b69cc,
.r400__7b69cc {
  color: #f76964;
}
.R500__7b69cc,
.r500__7b69cc {
  color: #f54a45;
}
.R600__7b69cc,
.r600__7b69cc {
  color: #d83931;
}
.R700__7b69cc,
.r700__7b69cc {
  color: #ac2f28;
}
.R800__7b69cc,
.r800__7b69cc {
  color: #812520;
}
.R900__7b69cc,
.r900__7b69cc {
  color: #621c18;
}
.C50__7b69cc,
.c50__7b69cc {
  color: #fef1f8;
}
.C100__7b69cc,
.c100__7b69cc {
  color: #fdddef;
}
.C200__7b69cc,
.c200__7b69cc {
  color: #f9aed9;
}
.C300__7b69cc,
.c300__7b69cc {
  color: #f57ac0;
}
.C400__7b69cc,
.c400__7b69cc {
  color: #f14ba9;
}
.C500__7b69cc,
.c500__7b69cc {
  color: #f01d94;
}
.C600__7b69cc,
.c600__7b69cc {
  color: #c71077;
}
.C700__7b69cc,
.c700__7b69cc {
  color: #9e1361;
}
.C800__7b69cc,
.c800__7b69cc {
  color: #7a0f4b;
}
.C900__7b69cc,
.c900__7b69cc {
  color: #520a32;
}
.V50__7b69cc,
.v50__7b69cc {
  color: #fceefc;
}
.V100__7b69cc,
.v100__7b69cc {
  color: #f8def8;
}
.V200__7b69cc,
.v200__7b69cc {
  color: #efb9ef;
}
.V300__7b69cc,
.v300__7b69cc {
  color: #e58fe5;
}
.V400__7b69cc,
.v400__7b69cc {
  color: #db66db;
}
.V500__7b69cc,
.v500__7b69cc {
  color: #d136d1;
}
.V600__7b69cc,
.v600__7b69cc {
  color: #b320b3;
}
.V700__7b69cc,
.v700__7b69cc {
  color: #8c218c;
}
.V800__7b69cc,
.v800__7b69cc {
  color: #681268;
}
.V900__7b69cc,
.v900__7b69cc {
  color: #460b46;
}
.P50__7b69cc,
.p50__7b69cc {
  color: #f6f1fe;
}
.P100__7b69cc,
.p100__7b69cc {
  color: #ece2fe;
}
.P200__7b69cc,
.p200__7b69cc {
  color: #cdb2fa;
}
.P300__7b69cc,
.p300__7b69cc {
  color: #ad82f7;
}
.P400__7b69cc,
.p400__7b69cc {
  color: #935af6;
}
.P500__7b69cc,
.p500__7b69cc {
  color: #7f3bf5;
}
.P600__7b69cc,
.p600__7b69cc {
  color: #6425d0;
}
.P700__7b69cc,
.p700__7b69cc {
  color: #4e1ba7;
}
.P800__7b69cc,
.p800__7b69cc {
  color: #380d82;
}
.P900__7b69cc,
.p900__7b69cc {
  color: #270561;
}
.I50__7b69cc,
.i50__7b69cc {
  color: #f2f3fd;
}
.I100__7b69cc,
.i100__7b69cc {
  color: #e0e2fa;
}
.I200__7b69cc,
.i200__7b69cc {
  color: #b4b9f3;
}
.I300__7b69cc,
.i300__7b69cc {
  color: #7b83ea;
}
.I400__7b69cc,
.i400__7b69cc {
  color: #616ae5;
}
.I500__7b69cc,
.i500__7b69cc {
  color: #4954e6;
}
.I600__7b69cc,
.i600__7b69cc {
  color: #2933c7;
}
.I700__7b69cc,
.i700__7b69cc {
  color: #161fa2;
}
.I800__7b69cc,
.i800__7b69cc {
  color: #0a1285;
}
.I900__7b69cc,
.i900__7b69cc {
  color: #0c1264;
}
.N50__7b69cc,
.n50__7b69cc {
  color: #f8f9fa;
}
.N100__7b69cc,
.n100__7b69cc {
  color: #f5f6f7;
}
.N200__7b69cc,
.n200__7b69cc {
  color: #eff0f1;
}
.N300__7b69cc,
.n300__7b69cc {
  color: #dee0e3;
}
.N400__7b69cc,
.n400__7b69cc {
  color: #bbbfc4;
}
.N500__7b69cc,
.n500__7b69cc {
  color: #8f959e;
}
.N600__7b69cc,
.n600__7b69cc {
  color: #646a73;
}
.N700__7b69cc,
.n700__7b69cc {
  color: #373c43;
}
.N800__7b69cc,
.n800__7b69cc {
  color: #2b2f36;
}
.N900__7b69cc,
.n900__7b69cc {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.mActionModal__7b69cc .atsx-modal-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  border-radius: 0.21333333rem;
  box-shadow: none;
}
.mActionModal__7b69cc .atsx-modal-content .atsx-modal-header {
  padding: 0.53333333rem 0.64rem;
  font-size: 0.42666667rem;
  border-color: rgba(187, 191, 196, 0.5);
  border-radius: 0.21333333rem 0.21333333rem 0 0;
}
.mActionModal__7b69cc .atsx-modal-content .atsx-modal-close {
  display: none;
}
.mActionModal__7b69cc .atsx-modal-content .atsx-modal-body {
  padding: 0;
}
.mActionModal__7b69cc .atsx-modal-content .atsx-modal-body .mAction-modal__actionItem {
  padding: 0.33333333rem 0.53333333rem;
  text-align: center;
  border-bottom: 1px solid rgba(187, 191, 196, 0.5);
  font-size: 0.45333333rem;
  line-height: 0.64rem;
}
.mActionModal__7b69cc .atsx-modal-content .atsx-modal-body .mAction-modal__cancel-button {
  padding: 0.33333333rem 0.53333333rem;
  text-align: center;
  font-size: 0.45333333rem;
  line-height: 0.64rem;
  color: #1f2329;
}

@-webkit-keyframes fullscreenModalEnter__b722be {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__b722be {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__b722be {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__b722be {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__b722be {
  height: 100%;
}
.atsx-layout__b722be {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__b722be,
.b50__b722be {
  color: #f0f4ff;
}
.L50__b722be,
.l50__b722be {
  color: #f7fae5;
}
.L100__b722be,
.l100__b722be {
  color: #eef6c6;
}
.L200__b722be,
.l200__b722be {
  color: #dfee96;
}
.L300__b722be,
.l300__b722be {
  color: #d2e76a;
}
.L400__b722be,
.l400__b722be {
  color: #c3dd40;
}
.L500__b722be,
.l500__b722be {
  color: #b3d600;
}
.L600__b722be,
.l600__b722be {
  color: #8fac02;
}
.L700__b722be,
.l700__b722be {
  color: #667901;
}
.L800__b722be,
.l800__b722be {
  color: #495700;
}
.L900__b722be,
.l900__b722be {
  color: #354200;
}
.Y50__b722be,
.y50__b722be {
  color: #fdf9ed;
}
.Y100__b722be,
.y100__b722be {
  color: #faf1d1;
}
.Y200__b722be,
.y200__b722be {
  color: #f8e6ab;
}
.Y300__b722be,
.y300__b722be {
  color: #f7dc82;
}
.Y400__b722be,
.y400__b722be {
  color: #fad355;
}
.Y500__b722be,
.y500__b722be {
  color: #ffc60a;
}
.Y600__b722be,
.y600__b722be {
  color: #dc9b04;
}
.Y700__b722be,
.y700__b722be {
  color: #aa7803;
}
.Y800__b722be,
.y800__b722be {
  color: #795101;
}
.Y900__b722be,
.y900__b722be {
  color: #5c3a00;
}
.O50__b722be,
.o50__b722be {
  color: #fff5eb;
}
.O100__b722be,
.o100__b722be {
  color: #feead2;
}
.O200__b722be,
.o200__b722be {
  color: #fed4a4;
}
.O300__b722be,
.o300__b722be {
  color: #ffba6b;
}
.O400__b722be,
.o400__b722be {
  color: #ffa53d;
}
.O500__b722be,
.o500__b722be {
  color: #f80;
}
.O600__b722be,
.o600__b722be {
  color: #de7802;
}
.O700__b722be,
.o700__b722be {
  color: #b26206;
}
.O800__b722be,
.o800__b722be {
  color: #8f4f04;
}
.O900__b722be,
.o900__b722be {
  color: #6b3900;
}
.R50__b722be,
.r50__b722be {
  color: #fef1f1;
}
.R100__b722be,
.r100__b722be {
  color: #fde2e2;
}
.R200__b722be,
.r200__b722be {
  color: #fbbfbc;
}
.R300__b722be,
.r300__b722be {
  color: #f98e8b;
}
.R400__b722be,
.r400__b722be {
  color: #f76964;
}
.R500__b722be,
.r500__b722be {
  color: #f54a45;
}
.R600__b722be,
.r600__b722be {
  color: #d83931;
}
.R700__b722be,
.r700__b722be {
  color: #ac2f28;
}
.R800__b722be,
.r800__b722be {
  color: #812520;
}
.R900__b722be,
.r900__b722be {
  color: #621c18;
}
.C50__b722be,
.c50__b722be {
  color: #fef1f8;
}
.C100__b722be,
.c100__b722be {
  color: #fdddef;
}
.C200__b722be,
.c200__b722be {
  color: #f9aed9;
}
.C300__b722be,
.c300__b722be {
  color: #f57ac0;
}
.C400__b722be,
.c400__b722be {
  color: #f14ba9;
}
.C500__b722be,
.c500__b722be {
  color: #f01d94;
}
.C600__b722be,
.c600__b722be {
  color: #c71077;
}
.C700__b722be,
.c700__b722be {
  color: #9e1361;
}
.C800__b722be,
.c800__b722be {
  color: #7a0f4b;
}
.C900__b722be,
.c900__b722be {
  color: #520a32;
}
.V50__b722be,
.v50__b722be {
  color: #fceefc;
}
.V100__b722be,
.v100__b722be {
  color: #f8def8;
}
.V200__b722be,
.v200__b722be {
  color: #efb9ef;
}
.V300__b722be,
.v300__b722be {
  color: #e58fe5;
}
.V400__b722be,
.v400__b722be {
  color: #db66db;
}
.V500__b722be,
.v500__b722be {
  color: #d136d1;
}
.V600__b722be,
.v600__b722be {
  color: #b320b3;
}
.V700__b722be,
.v700__b722be {
  color: #8c218c;
}
.V800__b722be,
.v800__b722be {
  color: #681268;
}
.V900__b722be,
.v900__b722be {
  color: #460b46;
}
.P50__b722be,
.p50__b722be {
  color: #f6f1fe;
}
.P100__b722be,
.p100__b722be {
  color: #ece2fe;
}
.P200__b722be,
.p200__b722be {
  color: #cdb2fa;
}
.P300__b722be,
.p300__b722be {
  color: #ad82f7;
}
.P400__b722be,
.p400__b722be {
  color: #935af6;
}
.P500__b722be,
.p500__b722be {
  color: #7f3bf5;
}
.P600__b722be,
.p600__b722be {
  color: #6425d0;
}
.P700__b722be,
.p700__b722be {
  color: #4e1ba7;
}
.P800__b722be,
.p800__b722be {
  color: #380d82;
}
.P900__b722be,
.p900__b722be {
  color: #270561;
}
.I50__b722be,
.i50__b722be {
  color: #f2f3fd;
}
.I100__b722be,
.i100__b722be {
  color: #e0e2fa;
}
.I200__b722be,
.i200__b722be {
  color: #b4b9f3;
}
.I300__b722be,
.i300__b722be {
  color: #7b83ea;
}
.I400__b722be,
.i400__b722be {
  color: #616ae5;
}
.I500__b722be,
.i500__b722be {
  color: #4954e6;
}
.I600__b722be,
.i600__b722be {
  color: #2933c7;
}
.I700__b722be,
.i700__b722be {
  color: #161fa2;
}
.I800__b722be,
.i800__b722be {
  color: #0a1285;
}
.I900__b722be,
.i900__b722be {
  color: #0c1264;
}
.N50__b722be,
.n50__b722be {
  color: #f8f9fa;
}
.N100__b722be,
.n100__b722be {
  color: #f5f6f7;
}
.N200__b722be,
.n200__b722be {
  color: #eff0f1;
}
.N300__b722be,
.n300__b722be {
  color: #dee0e3;
}
.N400__b722be,
.n400__b722be {
  color: #bbbfc4;
}
.N500__b722be,
.n500__b722be {
  color: #8f959e;
}
.N600__b722be,
.n600__b722be {
  color: #646a73;
}
.N700__b722be,
.n700__b722be {
  color: #373c43;
}
.N800__b722be,
.n800__b722be {
  color: #2b2f36;
}
.N900__b722be,
.n900__b722be {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.merge-actionModal__title__b722be {
  color: #1f2329;
}
.merge-actionModal__title__b722be > p:first-child {
  font-weight: 500;
  font-size: 0.45333333rem;
  line-height: 0.64rem;
  text-align: center;
}
.merge-actionModal__title__b722be > p:last-child {
  font-size: 0.42666667rem;
  line-height: 0.58666667rem;
  margin-top: 0.32rem;
}

@-webkit-keyframes fullscreenModalEnter__3f7de1 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__3f7de1 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__3f7de1 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__3f7de1 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__3f7de1 {
  height: 100%;
}
.atsx-layout__3f7de1 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__3f7de1,
.b50__3f7de1 {
  color: #f0f4ff;
}
.L50__3f7de1,
.l50__3f7de1 {
  color: #f7fae5;
}
.L100__3f7de1,
.l100__3f7de1 {
  color: #eef6c6;
}
.L200__3f7de1,
.l200__3f7de1 {
  color: #dfee96;
}
.L300__3f7de1,
.l300__3f7de1 {
  color: #d2e76a;
}
.L400__3f7de1,
.l400__3f7de1 {
  color: #c3dd40;
}
.L500__3f7de1,
.l500__3f7de1 {
  color: #b3d600;
}
.L600__3f7de1,
.l600__3f7de1 {
  color: #8fac02;
}
.L700__3f7de1,
.l700__3f7de1 {
  color: #667901;
}
.L800__3f7de1,
.l800__3f7de1 {
  color: #495700;
}
.L900__3f7de1,
.l900__3f7de1 {
  color: #354200;
}
.Y50__3f7de1,
.y50__3f7de1 {
  color: #fdf9ed;
}
.Y100__3f7de1,
.y100__3f7de1 {
  color: #faf1d1;
}
.Y200__3f7de1,
.y200__3f7de1 {
  color: #f8e6ab;
}
.Y300__3f7de1,
.y300__3f7de1 {
  color: #f7dc82;
}
.Y400__3f7de1,
.y400__3f7de1 {
  color: #fad355;
}
.Y500__3f7de1,
.y500__3f7de1 {
  color: #ffc60a;
}
.Y600__3f7de1,
.y600__3f7de1 {
  color: #dc9b04;
}
.Y700__3f7de1,
.y700__3f7de1 {
  color: #aa7803;
}
.Y800__3f7de1,
.y800__3f7de1 {
  color: #795101;
}
.Y900__3f7de1,
.y900__3f7de1 {
  color: #5c3a00;
}
.O50__3f7de1,
.o50__3f7de1 {
  color: #fff5eb;
}
.O100__3f7de1,
.o100__3f7de1 {
  color: #feead2;
}
.O200__3f7de1,
.o200__3f7de1 {
  color: #fed4a4;
}
.O300__3f7de1,
.o300__3f7de1 {
  color: #ffba6b;
}
.O400__3f7de1,
.o400__3f7de1 {
  color: #ffa53d;
}
.O500__3f7de1,
.o500__3f7de1 {
  color: #f80;
}
.O600__3f7de1,
.o600__3f7de1 {
  color: #de7802;
}
.O700__3f7de1,
.o700__3f7de1 {
  color: #b26206;
}
.O800__3f7de1,
.o800__3f7de1 {
  color: #8f4f04;
}
.O900__3f7de1,
.o900__3f7de1 {
  color: #6b3900;
}
.R50__3f7de1,
.r50__3f7de1 {
  color: #fef1f1;
}
.R100__3f7de1,
.r100__3f7de1 {
  color: #fde2e2;
}
.R200__3f7de1,
.r200__3f7de1 {
  color: #fbbfbc;
}
.R300__3f7de1,
.r300__3f7de1 {
  color: #f98e8b;
}
.R400__3f7de1,
.r400__3f7de1 {
  color: #f76964;
}
.R500__3f7de1,
.r500__3f7de1 {
  color: #f54a45;
}
.R600__3f7de1,
.r600__3f7de1 {
  color: #d83931;
}
.R700__3f7de1,
.r700__3f7de1 {
  color: #ac2f28;
}
.R800__3f7de1,
.r800__3f7de1 {
  color: #812520;
}
.R900__3f7de1,
.r900__3f7de1 {
  color: #621c18;
}
.C50__3f7de1,
.c50__3f7de1 {
  color: #fef1f8;
}
.C100__3f7de1,
.c100__3f7de1 {
  color: #fdddef;
}
.C200__3f7de1,
.c200__3f7de1 {
  color: #f9aed9;
}
.C300__3f7de1,
.c300__3f7de1 {
  color: #f57ac0;
}
.C400__3f7de1,
.c400__3f7de1 {
  color: #f14ba9;
}
.C500__3f7de1,
.c500__3f7de1 {
  color: #f01d94;
}
.C600__3f7de1,
.c600__3f7de1 {
  color: #c71077;
}
.C700__3f7de1,
.c700__3f7de1 {
  color: #9e1361;
}
.C800__3f7de1,
.c800__3f7de1 {
  color: #7a0f4b;
}
.C900__3f7de1,
.c900__3f7de1 {
  color: #520a32;
}
.V50__3f7de1,
.v50__3f7de1 {
  color: #fceefc;
}
.V100__3f7de1,
.v100__3f7de1 {
  color: #f8def8;
}
.V200__3f7de1,
.v200__3f7de1 {
  color: #efb9ef;
}
.V300__3f7de1,
.v300__3f7de1 {
  color: #e58fe5;
}
.V400__3f7de1,
.v400__3f7de1 {
  color: #db66db;
}
.V500__3f7de1,
.v500__3f7de1 {
  color: #d136d1;
}
.V600__3f7de1,
.v600__3f7de1 {
  color: #b320b3;
}
.V700__3f7de1,
.v700__3f7de1 {
  color: #8c218c;
}
.V800__3f7de1,
.v800__3f7de1 {
  color: #681268;
}
.V900__3f7de1,
.v900__3f7de1 {
  color: #460b46;
}
.P50__3f7de1,
.p50__3f7de1 {
  color: #f6f1fe;
}
.P100__3f7de1,
.p100__3f7de1 {
  color: #ece2fe;
}
.P200__3f7de1,
.p200__3f7de1 {
  color: #cdb2fa;
}
.P300__3f7de1,
.p300__3f7de1 {
  color: #ad82f7;
}
.P400__3f7de1,
.p400__3f7de1 {
  color: #935af6;
}
.P500__3f7de1,
.p500__3f7de1 {
  color: #7f3bf5;
}
.P600__3f7de1,
.p600__3f7de1 {
  color: #6425d0;
}
.P700__3f7de1,
.p700__3f7de1 {
  color: #4e1ba7;
}
.P800__3f7de1,
.p800__3f7de1 {
  color: #380d82;
}
.P900__3f7de1,
.p900__3f7de1 {
  color: #270561;
}
.I50__3f7de1,
.i50__3f7de1 {
  color: #f2f3fd;
}
.I100__3f7de1,
.i100__3f7de1 {
  color: #e0e2fa;
}
.I200__3f7de1,
.i200__3f7de1 {
  color: #b4b9f3;
}
.I300__3f7de1,
.i300__3f7de1 {
  color: #7b83ea;
}
.I400__3f7de1,
.i400__3f7de1 {
  color: #616ae5;
}
.I500__3f7de1,
.i500__3f7de1 {
  color: #4954e6;
}
.I600__3f7de1,
.i600__3f7de1 {
  color: #2933c7;
}
.I700__3f7de1,
.i700__3f7de1 {
  color: #161fa2;
}
.I800__3f7de1,
.i800__3f7de1 {
  color: #0a1285;
}
.I900__3f7de1,
.i900__3f7de1 {
  color: #0c1264;
}
.N50__3f7de1,
.n50__3f7de1 {
  color: #f8f9fa;
}
.N100__3f7de1,
.n100__3f7de1 {
  color: #f5f6f7;
}
.N200__3f7de1,
.n200__3f7de1 {
  color: #eff0f1;
}
.N300__3f7de1,
.n300__3f7de1 {
  color: #dee0e3;
}
.N400__3f7de1,
.n400__3f7de1 {
  color: #bbbfc4;
}
.N500__3f7de1,
.n500__3f7de1 {
  color: #8f959e;
}
.N600__3f7de1,
.n600__3f7de1 {
  color: #646a73;
}
.N700__3f7de1,
.n700__3f7de1 {
  color: #373c43;
}
.N800__3f7de1,
.n800__3f7de1 {
  color: #2b2f36;
}
.N900__3f7de1,
.n900__3f7de1 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.model__3f7de1 .atsx-modal-header {
  padding: 23px 80px 23px 24px;
}
.model__3f7de1 .atsx-btn {
  border: 1px solid #d0d3d6;
  border-radius: 6px;
  background: #fff;
  color: #1f2329;
}
.model__3f7de1 .atsx-btn:hover {
  background-color: #f5f6f7;
}
.model__3f7de1 .model-body__3f7de1 {
  color: #1f2329;
  padding: 0 24px;
}

@-webkit-keyframes fullscreenModalEnter__2d721c {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__2d721c {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__2d721c {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__2d721c {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__2d721c {
  height: 100%;
}
.atsx-layout__2d721c {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__2d721c,
.b50__2d721c {
  color: #f0f4ff;
}
.L50__2d721c,
.l50__2d721c {
  color: #f7fae5;
}
.L100__2d721c,
.l100__2d721c {
  color: #eef6c6;
}
.L200__2d721c,
.l200__2d721c {
  color: #dfee96;
}
.L300__2d721c,
.l300__2d721c {
  color: #d2e76a;
}
.L400__2d721c,
.l400__2d721c {
  color: #c3dd40;
}
.L500__2d721c,
.l500__2d721c {
  color: #b3d600;
}
.L600__2d721c,
.l600__2d721c {
  color: #8fac02;
}
.L700__2d721c,
.l700__2d721c {
  color: #667901;
}
.L800__2d721c,
.l800__2d721c {
  color: #495700;
}
.L900__2d721c,
.l900__2d721c {
  color: #354200;
}
.Y50__2d721c,
.y50__2d721c {
  color: #fdf9ed;
}
.Y100__2d721c,
.y100__2d721c {
  color: #faf1d1;
}
.Y200__2d721c,
.y200__2d721c {
  color: #f8e6ab;
}
.Y300__2d721c,
.y300__2d721c {
  color: #f7dc82;
}
.Y400__2d721c,
.y400__2d721c {
  color: #fad355;
}
.Y500__2d721c,
.y500__2d721c {
  color: #ffc60a;
}
.Y600__2d721c,
.y600__2d721c {
  color: #dc9b04;
}
.Y700__2d721c,
.y700__2d721c {
  color: #aa7803;
}
.Y800__2d721c,
.y800__2d721c {
  color: #795101;
}
.Y900__2d721c,
.y900__2d721c {
  color: #5c3a00;
}
.O50__2d721c,
.o50__2d721c {
  color: #fff5eb;
}
.O100__2d721c,
.o100__2d721c {
  color: #feead2;
}
.O200__2d721c,
.o200__2d721c {
  color: #fed4a4;
}
.O300__2d721c,
.o300__2d721c {
  color: #ffba6b;
}
.O400__2d721c,
.o400__2d721c {
  color: #ffa53d;
}
.O500__2d721c,
.o500__2d721c {
  color: #f80;
}
.O600__2d721c,
.o600__2d721c {
  color: #de7802;
}
.O700__2d721c,
.o700__2d721c {
  color: #b26206;
}
.O800__2d721c,
.o800__2d721c {
  color: #8f4f04;
}
.O900__2d721c,
.o900__2d721c {
  color: #6b3900;
}
.R50__2d721c,
.r50__2d721c {
  color: #fef1f1;
}
.R100__2d721c,
.r100__2d721c {
  color: #fde2e2;
}
.R200__2d721c,
.r200__2d721c {
  color: #fbbfbc;
}
.R300__2d721c,
.r300__2d721c {
  color: #f98e8b;
}
.R400__2d721c,
.r400__2d721c {
  color: #f76964;
}
.R500__2d721c,
.r500__2d721c {
  color: #f54a45;
}
.R600__2d721c,
.r600__2d721c {
  color: #d83931;
}
.R700__2d721c,
.r700__2d721c {
  color: #ac2f28;
}
.R800__2d721c,
.r800__2d721c {
  color: #812520;
}
.R900__2d721c,
.r900__2d721c {
  color: #621c18;
}
.C50__2d721c,
.c50__2d721c {
  color: #fef1f8;
}
.C100__2d721c,
.c100__2d721c {
  color: #fdddef;
}
.C200__2d721c,
.c200__2d721c {
  color: #f9aed9;
}
.C300__2d721c,
.c300__2d721c {
  color: #f57ac0;
}
.C400__2d721c,
.c400__2d721c {
  color: #f14ba9;
}
.C500__2d721c,
.c500__2d721c {
  color: #f01d94;
}
.C600__2d721c,
.c600__2d721c {
  color: #c71077;
}
.C700__2d721c,
.c700__2d721c {
  color: #9e1361;
}
.C800__2d721c,
.c800__2d721c {
  color: #7a0f4b;
}
.C900__2d721c,
.c900__2d721c {
  color: #520a32;
}
.V50__2d721c,
.v50__2d721c {
  color: #fceefc;
}
.V100__2d721c,
.v100__2d721c {
  color: #f8def8;
}
.V200__2d721c,
.v200__2d721c {
  color: #efb9ef;
}
.V300__2d721c,
.v300__2d721c {
  color: #e58fe5;
}
.V400__2d721c,
.v400__2d721c {
  color: #db66db;
}
.V500__2d721c,
.v500__2d721c {
  color: #d136d1;
}
.V600__2d721c,
.v600__2d721c {
  color: #b320b3;
}
.V700__2d721c,
.v700__2d721c {
  color: #8c218c;
}
.V800__2d721c,
.v800__2d721c {
  color: #681268;
}
.V900__2d721c,
.v900__2d721c {
  color: #460b46;
}
.P50__2d721c,
.p50__2d721c {
  color: #f6f1fe;
}
.P100__2d721c,
.p100__2d721c {
  color: #ece2fe;
}
.P200__2d721c,
.p200__2d721c {
  color: #cdb2fa;
}
.P300__2d721c,
.p300__2d721c {
  color: #ad82f7;
}
.P400__2d721c,
.p400__2d721c {
  color: #935af6;
}
.P500__2d721c,
.p500__2d721c {
  color: #7f3bf5;
}
.P600__2d721c,
.p600__2d721c {
  color: #6425d0;
}
.P700__2d721c,
.p700__2d721c {
  color: #4e1ba7;
}
.P800__2d721c,
.p800__2d721c {
  color: #380d82;
}
.P900__2d721c,
.p900__2d721c {
  color: #270561;
}
.I50__2d721c,
.i50__2d721c {
  color: #f2f3fd;
}
.I100__2d721c,
.i100__2d721c {
  color: #e0e2fa;
}
.I200__2d721c,
.i200__2d721c {
  color: #b4b9f3;
}
.I300__2d721c,
.i300__2d721c {
  color: #7b83ea;
}
.I400__2d721c,
.i400__2d721c {
  color: #616ae5;
}
.I500__2d721c,
.i500__2d721c {
  color: #4954e6;
}
.I600__2d721c,
.i600__2d721c {
  color: #2933c7;
}
.I700__2d721c,
.i700__2d721c {
  color: #161fa2;
}
.I800__2d721c,
.i800__2d721c {
  color: #0a1285;
}
.I900__2d721c,
.i900__2d721c {
  color: #0c1264;
}
.N50__2d721c,
.n50__2d721c {
  color: #f8f9fa;
}
.N100__2d721c,
.n100__2d721c {
  color: #f5f6f7;
}
.N200__2d721c,
.n200__2d721c {
  color: #eff0f1;
}
.N300__2d721c,
.n300__2d721c {
  color: #dee0e3;
}
.N400__2d721c,
.n400__2d721c {
  color: #bbbfc4;
}
.N500__2d721c,
.n500__2d721c {
  color: #8f959e;
}
.N600__2d721c,
.n600__2d721c {
  color: #646a73;
}
.N700__2d721c,
.n700__2d721c {
  color: #373c43;
}
.N800__2d721c,
.n800__2d721c {
  color: #2b2f36;
}
.N900__2d721c,
.n900__2d721c {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.ambassadorConfirm__2d721c {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 64px;
}
.ambassadorConfirm__2d721c .ud-formily-item {
  -ms-flex-direction: column;
      flex-direction: column;
}
.ambassadorConfirm__2d721c .ud-formily-item .ud-formily-item-label {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.ambassadorConfirm__2d721c .ud-formily-item .ud-formily-item-label label {
  color: #1f2329;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ambassadorConfirm__2d721c .ud-formily-item .ud-formily-item-control {
  width: 100%;
}
.ambassadorConfirm__2d721c .atsx-input {
  font-size: 14px;
  line-height: 1.71;
  color: #1f2329;
  height: 40px;
  padding: 6px 12px;
}
.ambassadorConfirm__2d721c .ambassador-confirm-header {
  width: 1016px;
  margin-top: 40px;
}
.ambassadorConfirm__2d721c .ambassador-confirm-header .header-title {
  color: #1f2329;
  font-family: 'PingFang SC';
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}
.ambassadorConfirm__2d721c .notice {
  width: 1016px;
}
.ambassadorConfirm__2d721c .body {
  width: 1016px;
  margin-top: 48px;
  display: -ms-flexbox;
  display: flex;
}
.ambassadorConfirm__2d721c .body .form-info {
  width: 240px;
  -ms-flex: none;
      flex: none;
  margin-right: 176px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.ambassadorConfirm__2d721c .body .form-info-title {
  color: #1f2329;
  font-family: 'PingFang SC';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  margin-bottom: 4px;
}
.ambassadorConfirm__2d721c .body .form-info-line {
  width: 24px;
  height: 4px;
  background: #325ab4;
  margin-bottom: 24px;
}
.ambassadorConfirm__2d721c .body .form-info-subtitle {
  color: #8f959e;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
.ambassadorConfirm__2d721c .body .form-content {
  -ms-flex: auto;
      flex: auto;
}
.ambassadorConfirm__2d721c .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: 1px solid var(--token-line-border-component, #d0d3d6);
  background: #fff;
}
.ambassadorConfirm__2d721c .footer .footer-content {
  width: 1016px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 12px;
}

.throne-biz-clamp-content {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.throne-biz-clamp-line-content {
  max-width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.throne-biz-clamp-custom-tooltip {
  padding: 0;
  max-width: 420px;
}
.throne-biz-clamp-custom-tooltip.ud__tooltip {
  max-width: 420px;
}
.throne-biz-clamp-custom-tooltip .ud__tooltip-content,
.throne-biz-clamp-custom-tooltip .atsx__ud__tooltip-content {
  padding: 0;
  color: #1f2329;
  font-size: 12px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(31, 35, 41, 0.1);
  border: solid 1px #eff0f1;
  word-wrap: break-word;
  min-height: 18px;
  line-height: 18px;
  max-width: 420px;
  overflow: hidden;
}
.throne-biz-clamp-custom-tooltip .ud__tooltip-content .throne-biz-clamp-inner-span,
.throne-biz-clamp-custom-tooltip .atsx__ud__tooltip-content .throne-biz-clamp-inner-span {
  padding: 4px 8px;
  display: inline-block;
  max-width: 420px;
}
.throne-biz-clamp-custom-tooltip .ud__tooltip__arrow__streamline__content {
  fill: #fff;
}

:root {
  --N00-raw: 255, 255, 255;
  --N00: rgb(var(--N00-raw));
  --ud-neutral-color-1: var(--N00);
  --N50-raw: 245, 246, 247;
  --N50: rgb(var(--N50-raw));
  --ud-neutral-color-2: var(--N50);
  --N100-raw: 242, 243, 245;
  --N100: rgb(var(--N100-raw));
  --ud-neutral-color-3: var(--N100);
  --N200-raw: 239, 240, 241;
  --N200: rgb(var(--N200-raw));
  --ud-neutral-color-4: var(--N200);
  --N300-raw: 222, 224, 227;
  --N300: rgb(var(--N300-raw));
  --ud-neutral-color-5: var(--N300);
  --N400-raw: 187, 191, 196;
  --N400: rgb(var(--N400-raw));
  --ud-neutral-color-6: var(--N400);
  --N500-raw: 143, 149, 158;
  --N500: rgb(var(--N500-raw));
  --ud-neutral-color-7: var(--N500);
  --N600-raw: 100, 106, 115;
  --N600: rgb(var(--N600-raw));
  --ud-neutral-color-8: var(--N600);
  --N650-raw: 81, 86, 93;
  --N650: rgb(var(--N650-raw));
  --ud-neutral-color-9: var(--N650);
  --N700-raw: 55, 60, 67;
  --N700: rgb(var(--N700-raw));
  --ud-neutral-color-10: var(--N700);
  --N800-raw: 43, 47, 54;
  --N800: rgb(var(--N800-raw));
  --ud-neutral-color-11: var(--N800);
  --N900-raw: 31, 35, 41;
  --N900: rgb(var(--N900-raw));
  --ud-neutral-color-12: var(--N900);
  --B500-raw: 51, 112, 255;
  --B500: rgb(var(--B500-raw));
  --primary-pri-500: var(--B500);
  --B400-raw: 78, 131, 253;
  --B400: rgb(var(--B400-raw));
  --primary-pri-400: var(--B400);
  --B600-raw: 36, 91, 219;
  --B600: rgb(var(--B600-raw));
  --primary-pri-600: var(--B600);
  --text-title: var(--N900);
  --static-white: #ffffff;
  --text-disabled: var(--N400);
  --bg-body: var(--N00);
  --udtoken-component-outlined-bg: var(--bg-body);
  --fill-disabled: var(--N400);
  --R500-raw: 245, 74, 69;
  --R500: rgb(var(--R500-raw));
  --function-danger-500: var(--R500);
  --primary-pri-500-raw: var(--B500-raw);
  --udtoken-btn-text-bg-pri-hover: rgba(var(--primary-pri-500-raw), 0.1);
  --udtoken-btn-text-bg-pri-pressed: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-btn-pri-text-disabled: var(--static-white);
  --B300-raw: 130, 167, 252;
  --B300: rgb(var(--B300-raw));
  --primary-pri-300: var(--B300);
  --R400-raw: 247, 105, 100;
  --R400: rgb(var(--R400-raw));
  --function-danger-400: var(--R400);
  --R600-raw: 216, 57, 49;
  --R600: rgb(var(--R600-raw));
  --function-danger-600: var(--R600);
  --R300-raw: 249, 142, 139;
  --R300: rgb(var(--R300-raw));
  --function-danger-300: var(--R300);
  --N350-raw: 208, 211, 214;
  --N350: rgb(var(--N350-raw));
  --line-border-component: var(--N350);
  --udtoken-btn-se-bg-neutral-hover: var(--N100);
  --udtoken-btn-se-bg-neutral-pressed: var(--N200);
  --udtoken-component-text-disabled-loading: var(--N500);
  --B100-raw: 225, 234, 255;
  --B100: rgb(var(--B100-raw));
  --primary-pri-100: var(--B100);
  --udtoken-btn-se-bg-pri-hover: var(--primary-pri-100);
  --B200-raw: 186, 206, 253;
  --B200: rgb(var(--B200-raw));
  --primary-pri-200: var(--B200);
  --udtoken-btn-se-bg-pri-pressed: var(--primary-pri-200);
  --R100-raw: 253, 226, 226;
  --R100: rgb(var(--R100-raw));
  --function-danger-100: var(--R100);
  --udtoken-btn-se-bg-danger-hover: var(--function-danger-100);
  --R200-raw: 251, 191, 188;
  --R200: rgb(var(--R200-raw));
  --function-danger-200: var(--R200);
  --udtoken-btn-se-bg-danger-pressed: var(--function-danger-200);
  --icon-n1: var(--N800);
  --icon-disabled: var(--N400);
  --udtoken-btn-text-bg-neutral-hover: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-text-bg-neutral-pressed: rgba(var(--N900-raw), 0.2);
  --text-placeholder: var(--N500);
  --function-danger-500-raw: var(--R500-raw);
  --udtoken-btn-text-bg-danger-hover: rgba(var(--function-danger-500-raw), 0.1);
  --udtoken-btn-text-bg-danger-pressed: rgba(var(--function-danger-500-raw), 0.2);
  --fill-hover: rgba(var(--N900-raw), 0.08);
  --fill-pressed: rgba(var(--N900-raw), 0.12);
  --fill-selected: rgba(var(--primary-pri-500-raw), 0.08);
  --bg-tips: var(--N900);
  --bg-float: var(--N00);
  --line-border-card: var(--N300);
  --bg-mask: rgba(0, 0, 0, 0.4);
  --line-divider-default: rgba(var(--N900-raw), 0.15);
  --shadow-default-raw: var(--N900-raw);
  --shadow-s5-down: 0px 10px 36px 10px rgba(var(--shadow-default-raw), 0.04), 0px 8px 24px rgba(var(--shadow-default-raw), 0.04), 0px 6px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --G400-raw: 98, 210, 86;
  --G400: rgb(var(--G400-raw));
  --function-success-400: var(--G400);
  --function-info-400: var(--B400);
  --O400-raw: 255, 165, 61;
  --O400: rgb(var(--O400-raw));
  --function-warning-400: var(--O400);
  --shadow-default-md: rgba(var(--N900-raw), 0.1);
  --shadow-md-down: 0px 4px 8px var(--shadow-default-md);
  --B50-raw: 240, 244, 255;
  --B50: rgb(var(--B50-raw));
  --function-info-50: var(--B50);
  --R50-raw: 254, 241, 241;
  --R50: rgb(var(--R50-raw));
  --function-danger-50: var(--R50);
  --G50-raw: 240, 251, 239;
  --G50: rgb(var(--G50-raw));
  --function-success-50: var(--G50);
  --O50-raw: 255, 245, 235;
  --O50: rgb(var(--O50-raw));
  --function-warning-50: var(--O50);
  --text-caption: var(--N600);
  --icon-n2: var(--N600);
  --icon-n3: var(--N500);
  --udtoken-input-bg-disabled: var(--N200);
  --fill-tag: rgba(var(--N900-raw), 0.1);
  --bg-base: var(--N100);
  --fill-active: rgba(var(--primary-pri-500-raw), 0.12);
  --udtoken-sliding-block-bg-disabled-loading: var(--N00);
  --shadow-s1-down: 0px 1px 2px -2px rgba(var(--shadow-default-raw), 0.02), 0px 2px 4px rgba(var(--shadow-default-raw), 0.02), 0px 2px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-down: 0px 4px 16px 4px rgba(var(--shadow-default-raw), 0.03), 0px 4px 8px rgba(var(--shadow-default-raw), 0.02), 0px 2px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s3-down: 0px 6px 18px 6px rgba(var(--shadow-default-raw), 0.03), 0px 3px 6px -6px rgba(var(--shadow-default-raw), 0.05), 0px 4px 8px rgba(var(--shadow-default-raw), 0.03);
  --Y500-raw: 255, 198, 10;
  --Y500: rgb(var(--Y500-raw));
  --udtoken-table-bg-expand: var(--N100);
  --udtoken-table-bg-head: var(--N100);
  --udtoken-table-bg-hover: var(--N200);
  --udtoken-table-bg-pressed: var(--N300);
  --shadow-s1-right: 1px 0px 2px -2px rgba(var(--shadow-default-raw), 0.02), 2px 0px 4px rgba(var(--shadow-default-raw), 0.02), 2px 0px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s1-left: -1px 0px 2px -2px rgba(var(--shadow-default-raw), 0.02), -2px 0px 4px rgba(var(--shadow-default-raw), 0.02), -2px 0px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --udtoken-steps-bg-hover: rgba(var(--primary-pri-500-raw), 0.08);
  --B700-raw: 28, 76, 186;
  --B700: rgb(var(--B700-raw));
  --B800-raw: 19, 60, 154;
  --B800: rgb(var(--B800-raw));
  --B900-raw: 12, 41, 110;
  --B900: rgb(var(--B900-raw));
  --C100-raw: 253, 221, 239;
  --C100: rgb(var(--C100-raw));
  --C200-raw: 249, 174, 217;
  --C200: rgb(var(--C200-raw));
  --C300-raw: 245, 122, 192;
  --C300: rgb(var(--C300-raw));
  --C400-raw: 241, 75, 169;
  --C400: rgb(var(--C400-raw));
  --C50-raw: 254, 241, 248;
  --C50: rgb(var(--C50-raw));
  --C500-raw: 240, 29, 148;
  --C500: rgb(var(--C500-raw));
  --C600-raw: 199, 16, 119;
  --C600: rgb(var(--C600-raw));
  --C700-raw: 158, 19, 97;
  --C700: rgb(var(--C700-raw));
  --C800-raw: 122, 15, 75;
  --C800: rgb(var(--C800-raw));
  --C900-raw: 82, 10, 50;
  --C900: rgb(var(--C900-raw));
  --G100-raw: 217, 245, 214;
  --G100: rgb(var(--G100-raw));
  --G200-raw: 183, 237, 177;
  --G200: rgb(var(--G200-raw));
  --G300-raw: 142, 224, 133;
  --G300: rgb(var(--G300-raw));
  --G500-raw: 52, 199, 36;
  --G500: rgb(var(--G500-raw));
  --G600-raw: 46, 161, 33;
  --G600: rgb(var(--G600-raw));
  --G700-raw: 35, 123, 25;
  --G700: rgb(var(--G700-raw));
  --G800-raw: 24, 96, 16;
  --G800: rgb(var(--G800-raw));
  --G900-raw: 18, 75, 12;
  --G900: rgb(var(--G900-raw));
  --I100-raw: 224, 226, 250;
  --I100: rgb(var(--I100-raw));
  --I200-raw: 180, 185, 243;
  --I200: rgb(var(--I200-raw));
  --I300-raw: 123, 131, 234;
  --I300: rgb(var(--I300-raw));
  --I400-raw: 97, 106, 229;
  --I400: rgb(var(--I400-raw));
  --I50-raw: 242, 243, 253;
  --I50: rgb(var(--I50-raw));
  --I500-raw: 73, 84, 230;
  --I500: rgb(var(--I500-raw));
  --I600-raw: 41, 51, 199;
  --I600: rgb(var(--I600-raw));
  --I700-raw: 22, 31, 162;
  --I700: rgb(var(--I700-raw));
  --I800-raw: 10, 18, 133;
  --I800: rgb(var(--I800-raw));
  --I900-raw: 12, 18, 100;
  --I900: rgb(var(--I900-raw));
  --L100-raw: 238, 246, 198;
  --L100: rgb(var(--L100-raw));
  --L200-raw: 223, 238, 150;
  --L200: rgb(var(--L200-raw));
  --L300-raw: 210, 231, 106;
  --L300: rgb(var(--L300-raw));
  --L400-raw: 195, 221, 64;
  --L400: rgb(var(--L400-raw));
  --L50-raw: 247, 250, 229;
  --L50: rgb(var(--L50-raw));
  --L500-raw: 179, 214, 0;
  --L500: rgb(var(--L500-raw));
  --L600-raw: 143, 172, 2;
  --L600: rgb(var(--L600-raw));
  --L700-raw: 102, 121, 1;
  --L700: rgb(var(--L700-raw));
  --L800-raw: 73, 87, 0;
  --L800: rgb(var(--L800-raw));
  --L900-raw: 53, 66, 0;
  --L900: rgb(var(--L900-raw));
  --N1000-raw: 0, 0, 0;
  --N1000: rgb(var(--N1000-raw));
  --N950-raw: 15, 17, 20;
  --N950: rgb(var(--N950-raw));
  --O100-raw: 254, 234, 210;
  --O100: rgb(var(--O100-raw));
  --O200-raw: 254, 212, 164;
  --O200: rgb(var(--O200-raw));
  --O300-raw: 255, 186, 107;
  --O300: rgb(var(--O300-raw));
  --O500-raw: 255, 136, 0;
  --O500: rgb(var(--O500-raw));
  --O600-raw: 222, 120, 2;
  --O600: rgb(var(--O600-raw));
  --O700-raw: 178, 98, 6;
  --O700: rgb(var(--O700-raw));
  --O800-raw: 143, 79, 4;
  --O800: rgb(var(--O800-raw));
  --O900-raw: 107, 57, 0;
  --O900: rgb(var(--O900-raw));
  --P100-raw: 236, 226, 254;
  --P100: rgb(var(--P100-raw));
  --P200-raw: 205, 178, 250;
  --P200: rgb(var(--P200-raw));
  --P300-raw: 173, 130, 247;
  --P300: rgb(var(--P300-raw));
  --P400-raw: 147, 90, 246;
  --P400: rgb(var(--P400-raw));
  --P50-raw: 246, 241, 254;
  --P50: rgb(var(--P50-raw));
  --P500-raw: 127, 59, 245;
  --P500: rgb(var(--P500-raw));
  --P600-raw: 100, 37, 208;
  --P600: rgb(var(--P600-raw));
  --P700-raw: 78, 27, 167;
  --P700: rgb(var(--P700-raw));
  --P800-raw: 56, 13, 130;
  --P800: rgb(var(--P800-raw));
  --P900-raw: 39, 5, 97;
  --P900: rgb(var(--P900-raw));
  --R700-raw: 172, 47, 40;
  --R700: rgb(var(--R700-raw));
  --R800-raw: 129, 37, 32;
  --R800: rgb(var(--R800-raw));
  --R900-raw: 98, 28, 24;
  --R900: rgb(var(--R900-raw));
  --S100-raw: 255, 255, 204;
  --S100: rgb(var(--S100-raw));
  --S200-raw: 255, 252, 163;
  --S200: rgb(var(--S200-raw));
  --S300-raw: 255, 246, 122;
  --S300: rgb(var(--S300-raw));
  --S400-raw: 255, 242, 88;
  --S400: rgb(var(--S400-raw));
  --S50-raw: 254, 255, 240;
  --S50: rgb(var(--S50-raw));
  --S500-raw: 255, 233, 40;
  --S500: rgb(var(--S500-raw));
  --S600-raw: 229, 206, 0;
  --S600: rgb(var(--S600-raw));
  --S700-raw: 194, 168, 0;
  --S700: rgb(var(--S700-raw));
  --S800-raw: 143, 124, 0;
  --S800: rgb(var(--S800-raw));
  --S900-raw: 92, 79, 0;
  --S900: rgb(var(--S900-raw));
  --T100-raw: 213, 246, 242;
  --T100: rgb(var(--T100-raw));
  --T200-raw: 169, 239, 230;
  --T200: rgb(var(--T200-raw));
  --T300-raw: 100, 232, 214;
  --T300: rgb(var(--T300-raw));
  --T400-raw: 20, 225, 198;
  --T400: rgb(var(--T400-raw));
  --T50-raw: 234, 250, 248;
  --T50: rgb(var(--T50-raw));
  --T500-raw: 0, 214, 185;
  --T500: rgb(var(--T500-raw));
  --T600-raw: 4, 180, 156;
  --T600: rgb(var(--T600-raw));
  --T700-raw: 7, 131, 114;
  --T700: rgb(var(--T700-raw));
  --T800-raw: 3, 99, 86;
  --T800: rgb(var(--T800-raw));
  --T900-raw: 2, 75, 65;
  --T900: rgb(var(--T900-raw));
  --V100-raw: 248, 222, 248;
  --V100: rgb(var(--V100-raw));
  --V200-raw: 239, 185, 239;
  --V200: rgb(var(--V200-raw));
  --V300-raw: 229, 143, 229;
  --V300: rgb(var(--V300-raw));
  --V400-raw: 219, 102, 219;
  --V400: rgb(var(--V400-raw));
  --V50-raw: 252, 238, 252;
  --V50: rgb(var(--V50-raw));
  --V500-raw: 209, 54, 209;
  --V500: rgb(var(--V500-raw));
  --V600-raw: 178, 32, 178;
  --V600: rgb(var(--V600-raw));
  --V700-raw: 140, 33, 140;
  --V700: rgb(var(--V700-raw));
  --V800-raw: 104, 18, 104;
  --V800: rgb(var(--V800-raw));
  --V900-raw: 70, 11, 70;
  --V900: rgb(var(--V900-raw));
  --W100-raw: 217, 243, 253;
  --W100: rgb(var(--W100-raw));
  --W200-raw: 177, 232, 252;
  --W200: rgb(var(--W200-raw));
  --W300-raw: 126, 218, 251;
  --W300: rgb(var(--W300-raw));
  --W400-raw: 80, 206, 251;
  --W400: rgb(var(--W400-raw));
  --W50-raw: 236, 249, 254;
  --W50: rgb(var(--W50-raw));
  --W500-raw: 20, 192, 255;
  --W500: rgb(var(--W500-raw));
  --W600-raw: 4, 159, 215;
  --W600: rgb(var(--W600-raw));
  --W700-raw: 3, 126, 170;
  --W700: rgb(var(--W700-raw));
  --W800-raw: 0, 97, 133;
  --W800: rgb(var(--W800-raw));
  --W900-raw: 0, 71, 97;
  --W900: rgb(var(--W900-raw));
  --Y100-raw: 250, 241, 209;
  --Y100: rgb(var(--Y100-raw));
  --Y200-raw: 248, 230, 171;
  --Y200: rgb(var(--Y200-raw));
  --Y300-raw: 247, 220, 130;
  --Y300: rgb(var(--Y300-raw));
  --Y400-raw: 250, 211, 85;
  --Y400: rgb(var(--Y400-raw));
  --Y50-raw: 253, 249, 237;
  --Y50: rgb(var(--Y50-raw));
  --Y600-raw: 220, 155, 4;
  --Y600: rgb(var(--Y600-raw));
  --Y700-raw: 170, 120, 3;
  --Y700: rgb(var(--Y700-raw));
  --Y800-raw: 121, 81, 1;
  --Y800: rgb(var(--Y800-raw));
  --Y900-raw: 92, 58, 0;
  --Y900: rgb(var(--Y900-raw));
  --N00-10: rgba(var(--N00-raw), 0.1);
  --N00-15: rgba(var(--N00-raw), 0.15);
  --N00-20: rgba(var(--N00-raw), 0.2);
  --N00-30: rgba(var(--N00-raw), 0.3);
  --N00-40: rgba(var(--N00-raw), 0.4);
  --N00-5: rgba(var(--N00-raw), 0.05);
  --N00-50: rgba(var(--N00-raw), 0.5);
  --N00-60: rgba(var(--N00-raw), 0.6);
  --N00-70: rgba(var(--N00-raw), 0.7);
  --N00-80: rgba(var(--N00-raw), 0.8);
  --N00-90: rgba(var(--N00-raw), 0.9);
  --N900-10: rgba(var(--N900-raw), 0.1);
  --N900-15: rgba(var(--N900-raw), 0.15);
  --N900-20: rgba(var(--N900-raw), 0.2);
  --N900-30: rgba(var(--N900-raw), 0.3);
  --N900-40: rgba(var(--N900-raw), 0.4);
  --N900-5: rgba(var(--N900-raw), 0.05);
  --N900-50: rgba(var(--N900-raw), 0.5);
  --N900-60: rgba(var(--N900-raw), 0.6);
  --N900-70: rgba(var(--N900-raw), 0.7);
  --N900-80: rgba(var(--N900-raw), 0.8);
  --N900-90: rgba(var(--N900-raw), 0.9);
  --bg-base-raw: var(--N100-raw);
  --bg-body-raw: var(--N00-raw);
  --bg-body-overlay: var(--N50);
  --bg-body-overlay-raw: var(--N50-raw);
  --bg-content-base: #f8f9fa;
  --bg-content-base-raw: 248, 249, 250;
  --bg-filler: var(--N200);
  --bg-filler-raw: var(--N200-raw);
  --bg-float-raw: var(--N00-raw);
  --bg-float-base: var(--N100);
  --bg-float-base-raw: var(--N100-raw);
  --bg-float-overlay: var(--N50);
  --bg-float-overlay-raw: var(--N50-raw);
  --bg-float-push: rgba(var(--N00-raw), 0.8);
  --bg-mask-raw: 0, 0, 0;
  --bg-pricolor: var(--primary-pri-400);
  --primary-pri-400-raw: var(--B400-raw);
  --bg-pricolor-raw: var(--primary-pri-400-raw);
  --bg-sub-navigation: var(--bg-body-overlay);
  --bg-sub-navigation-raw: var(--bg-body-overlay-raw);
  --bg-text-selection: rgba(var(--B600-raw), 0.3);
  --bg-tips-raw: var(--N900-raw);
  --fill-disabled-raw: var(--N400-raw);
  --fill-focus: rgba(var(--N900-raw), 0.12);
  --fill-img-mask: rgba(var(--N00-raw), 0);
  --function-danger-100-raw: var(--R100-raw);
  --function-danger-200-raw: var(--R200-raw);
  --function-danger-300-raw: var(--R300-raw);
  --function-danger-400-raw: var(--R400-raw);
  --function-danger-50-raw: var(--R50-raw);
  --function-danger-600-raw: var(--R600-raw);
  --function-danger-700: var(--R700);
  --function-danger-700-raw: var(--R700-raw);
  --function-danger-800: var(--R800);
  --function-danger-800-raw: var(--R800-raw);
  --function-danger-900: var(--R900);
  --function-danger-900-raw: var(--R900-raw);
  --function-info-100: var(--B100);
  --function-info-100-raw: var(--B100-raw);
  --function-info-200: var(--B200);
  --function-info-200-raw: var(--B200-raw);
  --function-info-300: var(--B300);
  --function-info-300-raw: var(--B300-raw);
  --function-info-400-raw: var(--B400-raw);
  --function-info-50-raw: var(--B50-raw);
  --function-info-500: var(--B500);
  --function-info-500-raw: var(--B500-raw);
  --function-info-600: var(--B600);
  --function-info-600-raw: var(--B600-raw);
  --function-info-700: var(--B700);
  --function-info-700-raw: var(--B700-raw);
  --function-info-800: var(--B800);
  --function-info-800-raw: var(--B800-raw);
  --function-info-900: var(--B900);
  --function-info-900-raw: var(--B900-raw);
  --function-success-100: var(--G100);
  --function-success-100-raw: var(--G100-raw);
  --function-success-200: var(--G200);
  --function-success-200-raw: var(--G200-raw);
  --function-success-300: var(--G300);
  --function-success-300-raw: var(--G300-raw);
  --function-success-400-raw: var(--G400-raw);
  --function-success-50-raw: var(--G50-raw);
  --function-success-500: var(--G500);
  --function-success-500-raw: var(--G500-raw);
  --function-success-600: var(--G600);
  --function-success-600-raw: var(--G600-raw);
  --function-success-700: var(--G700);
  --function-success-700-raw: var(--G700-raw);
  --function-success-800: var(--G800);
  --function-success-800-raw: var(--G800-raw);
  --function-success-900: var(--G900);
  --function-success-900-raw: var(--G900-raw);
  --function-warning-100: var(--O100);
  --function-warning-100-raw: var(--O100-raw);
  --function-warning-200: var(--O200);
  --function-warning-200-raw: var(--O200-raw);
  --function-warning-300: var(--O300);
  --function-warning-300-raw: var(--O300-raw);
  --function-warning-400-raw: var(--O400-raw);
  --function-warning-50-raw: var(--O50-raw);
  --function-warning-500: var(--O500);
  --function-warning-500-raw: var(--O500-raw);
  --function-warning-600: var(--O600);
  --function-warning-600-raw: var(--O600-raw);
  --function-warning-700: var(--O700);
  --function-warning-700-raw: var(--O700-raw);
  --function-warning-800: var(--O800);
  --function-warning-800-raw: var(--O800-raw);
  --function-warning-900: var(--O900);
  --function-warning-900-raw: var(--O900-raw);
  --gradient-blue: linear-gradient(90deg, var(--B400) 0%, var(--B500) 100%);
  --gradient-carmine: linear-gradient(90deg, var(--C400) 0%, var(--C500) 100%);
  --gradient-green: linear-gradient(90deg, var(--G400) 0%, var(--G500) 100%);
  --gradient-indigo: linear-gradient(90deg, var(--I400) 0%, var(--I500) 100%);
  --gradient-lime: linear-gradient(90deg, var(--L400) 0%, var(--L500) 100%);
  --gradient-orange: linear-gradient(90deg, var(--O400) 0%, var(--O500) 100%);
  --gradient-purple: linear-gradient(90deg, var(--P400) 0%, var(--P500) 100%);
  --gradient-red: linear-gradient(90deg, var(--R400) 0%, var(--R500) 100%);
  --gradient-turquoise: linear-gradient(90deg, var(--T400) 0%, var(--T500) 100%);
  --gradient-violet: linear-gradient(90deg, var(--V400) 0%, var(--V500) 100%);
  --gradient-wathet: linear-gradient(90deg, var(--W400) 0%, var(--W500) 100%);
  --gradient-yellow: linear-gradient(90deg, var(--Y400) 0%, var(--Y500) 100%);
  --icon-disabled-raw: var(--N400-raw);
  --icon-n1-raw: var(--N800-raw);
  --icon-n2-raw: var(--N600-raw);
  --icon-n3-raw: var(--N500-raw);
  --illustration-blue-a: var(--B900);
  --illustration-blue-a-raw: var(--B900-raw);
  --illustration-blue-b: var(--B900);
  --illustration-blue-b-raw: var(--B900-raw);
  --illustration-blue-c: var(--B900);
  --illustration-blue-c-raw: var(--B900-raw);
  --illustration-blue-d: var(--B900);
  --illustration-blue-d-raw: var(--B900-raw);
  --illustration-blue-e: var(--B500);
  --illustration-blue-e-raw: var(--B500-raw);
  --illustration-neutral-a: var(--N00);
  --illustration-neutral-a-raw: var(--N00-raw);
  --illustration-neutral-b: var(--N00);
  --illustration-neutral-b-raw: var(--N00-raw);
  --illustration-neutral-c: rgba(var(--N400-raw), 0.45);
  --illustration-neutral-d: var(--N500);
  --illustration-neutral-d-raw: var(--N500-raw);
  --illustration-orange: var(--O500);
  --illustration-orange-raw: var(--O500-raw);
  --illustration-red: var(--R500);
  --illustration-red-raw: var(--R500-raw);
  --static-black: #000000;
  --illustration-static-black: var(--static-black);
  --static-black-raw: 0, 0, 0;
  --illustration-static-black-raw: var(--static-black-raw);
  --illustration-static-white: var(--static-white);
  --static-white-raw: 255, 255, 255;
  --illustration-static-white-raw: var(--static-white-raw);
  --illustration-turquoise: var(--T500);
  --illustration-turquoise-raw: var(--T500-raw);
  --illustration-wathet: var(--W500);
  --illustration-wathet-raw: var(--W500-raw);
  --illustration-yellow: var(--Y500);
  --illustration-yellow-raw: var(--Y500-raw);
  --line-border-card-raw: var(--N300-raw);
  --line-border-component-raw: var(--N350-raw);
  --line-divider-module: rgba(var(--N900-raw), 0.15);
  --primary-pri-100-raw: var(--B100-raw);
  --primary-pri-200-raw: var(--B200-raw);
  --primary-pri-300-raw: var(--B300-raw);
  --primary-pri-50: var(--B50);
  --primary-pri-50-raw: var(--B50-raw);
  --primary-pri-600-raw: var(--B600-raw);
  --primary-pri-700: var(--B700);
  --primary-pri-700-raw: var(--B700-raw);
  --primary-pri-800: var(--B800);
  --primary-pri-800-raw: var(--B800-raw);
  --primary-pri-900: var(--B900);
  --primary-pri-900-raw: var(--B900-raw);
  --shadow-default: var(--N900);
  --shadow-default-lg: rgba(var(--N900-raw), 0.08);
  --shadow-default-sm: rgba(var(--N900-raw), 0.12);
  --shadow-lg-down: 0px 6px 24px var(--shadow-default-lg);
  --shadow-lg-left: -6px 0px 24px var(--shadow-default-lg);
  --shadow-lg-right: 6px 0px 24px var(--shadow-default-lg);
  --shadow-lg-up: 0px -6px 24px var(--shadow-default-lg);
  --shadow-md-left: -4px 0px 8px var(--shadow-default-md);
  --shadow-md-right: 4px 0px 8px var(--shadow-default-md);
  --shadow-md-up: 0px -4px 8px var(--shadow-default-md);
  --shadow-pri: var(--B600);
  --shadow-pri-raw: var(--B600-raw);
  --shadow-pri-lg: rgba(var(--primary-pri-500-raw), 0.24);
  --shadow-pri-lg-down: 0px 6px 24px var(--shadow-pri-lg);
  --shadow-pri-md: rgba(var(--primary-pri-600-raw), 0.24);
  --shadow-pri-md-down: 0px 4px 8px var(--shadow-pri-md);
  --shadow-s1-down-pri: 0px 1px 2px -2px rgba(var(--shadow-pri-raw), 0.12), 0px 2px 4px rgba(var(--shadow-pri-raw), 0.04), 0px 2px 8px 2px rgba(var(--shadow-pri-raw), 0.02);
  --shadow-s1-up: 0px -1px 2px -2px rgba(var(--shadow-default-raw), 0.02), 0px -2px 4px rgba(var(--shadow-default-raw), 0.02), 0px -2px 8px 2px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-down-pri: 0px 2px 4px -4px rgba(var(--shadow-pri-raw), 0.12), 0px 4px 8px rgba(var(--shadow-pri-raw), 0.04), 0px 4px 16px 4px rgba(var(--shadow-pri-raw), 0.03);
  --shadow-s2-left: -4px 0px 16px 4px rgba(var(--shadow-default-raw), 0.03), -4px 0px 8px rgba(var(--shadow-default-raw), 0.02), -2px 0px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-right: 4px 0px 16px 4px rgba(var(--shadow-default-raw), 0.03), 4px 0px 8px rgba(var(--shadow-default-raw), 0.02), 2px 0px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s2-up: 0px -4px 16px 4px rgba(var(--shadow-default-raw), 0.03), 0px -4px 8px rgba(var(--shadow-default-raw), 0.02), 0px -2px 4px -4px rgba(var(--shadow-default-raw), 0.02);
  --shadow-s3-down-pri: 0px 3px 6px -6px rgba(var(--shadow-pri-raw), 0.14), 0px 4px 8px rgba(var(--shadow-pri-raw), 0.06), 0px 6px 18px 6px rgba(var(--shadow-pri-raw), 0.04);
  --shadow-s3-left: -6px 0px 18px 6px rgba(var(--shadow-default-raw), 0.03), -3px 0px 6px -6px rgba(var(--shadow-default-raw), 0.05), -4px 0px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s3-right: 6px 0px 18px 6px rgba(var(--shadow-default-raw), 0.03), 3px 0px 6px -6px rgba(var(--shadow-default-raw), 0.05), 4px 0px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s3-up: 0px -6px 18px 6px rgba(var(--shadow-default-raw), 0.03), 0px -3px 6px -6px rgba(var(--shadow-default-raw), 0.05), 0px -4px 8px rgba(var(--shadow-default-raw), 0.03);
  --shadow-s4-down: 0px 8px 24px 8px rgba(var(--shadow-default-raw), 0.04), 0px 6px 12px rgba(var(--shadow-default-raw), 0.04), 0px 4px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-down-pri: 0px 4px 8px -4px rgba(var(--shadow-pri-raw), 0.16), 0px 6px 12px rgba(var(--shadow-pri-raw), 0.08), 0px 8px 24px 8px rgba(var(--shadow-pri-raw), 0.06);
  --shadow-s4-left: -8px 0px 24px 8px rgba(var(--shadow-default-raw), 0.04), -6px 0px 12px rgba(var(--shadow-default-raw), 0.04), -4px 0px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-right: 8px 0px 24px 8px rgba(var(--shadow-default-raw), 0.04), 6px 0px 12px rgba(var(--shadow-default-raw), 0.04), 4px 0px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s4-up: 0px -8px 24px 8px rgba(var(--shadow-default-raw), 0.04), 0px -6px 12px rgba(var(--shadow-default-raw), 0.04), 0px -4px 8px -8px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-down-pri: 0px 10px 12px -10px rgba(var(--shadow-pri-raw), 0.18), 0px 8px 24px rgba(var(--shadow-pri-raw), 0.1), 0px 10px 36px 10px rgba(var(--shadow-pri-raw), 0.06);
  --shadow-s5-left: -10px 0px 36px 10px rgba(var(--shadow-default-raw), 0.04), -8px 0px 24px rgba(var(--shadow-default-raw), 0.04), -6px 0px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-right: 10px 0px 36px 10px rgba(var(--shadow-default-raw), 0.04), 8px 0px 24px rgba(var(--shadow-default-raw), 0.04), 6px 0px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-s5-up: 0px -10px 36px 10px rgba(var(--shadow-default-raw), 0.04), 0px -8px 24px rgba(var(--shadow-default-raw), 0.04), 0px -6px 12px -10px rgba(var(--shadow-default-raw), 0.06);
  --shadow-sm-down: 0px 2px 4px var(--shadow-default-sm);
  --shadow-sm-left: -2px 0px 4px var(--shadow-default-sm);
  --shadow-sm-right: 2px 0px 4px var(--shadow-default-sm);
  --shadow-sm-up: 0px -2px 4px var(--shadow-default-sm);
  --static-black-10: rgba(0, 0, 0, 0.1);
  --static-black-15: rgba(0, 0, 0, 0.15);
  --static-black-20: rgba(0, 0, 0, 0.2);
  --static-black-30: rgba(0, 0, 0, 0.3);
  --static-black-40: rgba(0, 0, 0, 0.4);
  --static-black-5: rgba(0, 0, 0, 0.05);
  --static-black-50: rgba(0, 0, 0, 0.5);
  --static-black-60: rgba(0, 0, 0, 0.6);
  --static-black-70: rgba(0, 0, 0, 0.7);
  --static-black-80: rgba(0, 0, 0, 0.8);
  --static-black-90: rgba(0, 0, 0, 0.9);
  --static-white-10: rgba(255, 255, 255, 0.1);
  --static-white-15: rgba(255, 255, 255, 0.15);
  --static-white-20: rgba(255, 255, 255, 0.2);
  --static-white-30: rgba(255, 255, 255, 0.3);
  --static-white-40: rgba(255, 255, 255, 0.4);
  --static-white-5: rgba(255, 255, 255, 0.05);
  --static-white-50: rgba(255, 255, 255, 0.5);
  --static-white-60: rgba(255, 255, 255, 0.6);
  --static-white-70: rgba(255, 255, 255, 0.7);
  --static-white-80: rgba(255, 255, 255, 0.8);
  --static-white-90: rgba(255, 255, 255, 0.9);
  --static-white-hover: rgba(255, 255, 255, 0.1);
  --static-white-hover-raw: 255, 255, 255;
  --static-white-pressed: rgba(255, 255, 255, 0.2);
  --static-white-pressed-raw: 255, 255, 255;
  --text-caption-raw: var(--N600-raw);
  --text-disabled-raw: var(--N400-raw);
  --text-link-disabled: var(--N400);
  --text-link-disabled-raw: var(--N400-raw);
  --text-link-hover: var(--B500);
  --text-link-hover-raw: var(--B500-raw);
  --text-link-loading: var(--B300);
  --text-link-loading-raw: var(--B300-raw);
  --text-link-normal: var(--B600);
  --text-link-normal-raw: var(--B600-raw);
  --text-link-pressed: var(--B700);
  --text-link-pressed-raw: var(--B700-raw);
  --text-placeholder-raw: var(--N500-raw);
  --text-title-raw: var(--N900-raw);
  --udtoken-block-view-inline-bg-nopermission: rgba(var(--N900-raw), 0.1);
  --udtoken-block-view-inline-bg-other: rgba(var(--primary-pri-300-raw), 0.18);
  --udtoken-block-view-inline-bg-self: var(--primary-pri-500);
  --udtoken-btn-ghost-bg: rgba(var(--N00-raw), 0);
  --udtoken-btn-se-bg-danger-focus: var(--function-danger-100);
  --udtoken-btn-se-bg-neutral-focus: var(--N100);
  --udtoken-btn-se-bg-pri-focus: var(--primary-pri-100);
  --udtoken-btn-selected-bg-danger-hover: var(--R100);
  --udtoken-btn-selected-bg-danger-normal: var(--R50);
  --udtoken-btn-selected-bg-danger-press: var(--R200);
  --udtoken-btn-selected-bg-neutral-hover: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-selected-bg-neutral-normal: rgba(var(--N900-raw), 0.06);
  --udtoken-btn-selected-bg-neutral-press: rgba(var(--N900-raw), 0.14);
  --udtoken-btn-selected-bg-success-hover: var(--G100);
  --udtoken-btn-selected-bg-success-normal: var(--G50);
  --udtoken-btn-selected-bg-success-press: var(--G200);
  --udtoken-btn-selected-border-neutral: var(--N400);
  --udtoken-btn-selected-text-danger: var(--R600);
  --udtoken-btn-selected-text-success: var(--G700);
  --udtoken-btn-text-bg-danger-focus: rgba(var(--function-danger-500-raw), 0.1);
  --udtoken-btn-text-bg-neutral-focus: rgba(var(--N900-raw), 0.1);
  --udtoken-btn-text-bg-pri-focus: rgba(var(--primary-pri-500-raw), 0.1);
  --udtoken-message-card-bg-blue: var(--B100);
  --udtoken-message-card-bg-carmine: var(--C100);
  --udtoken-message-card-bg-green: var(--G100);
  --udtoken-message-card-bg-indigo: var(--I100);
  --udtoken-message-card-bg-light-neutral: var(--N100);
  --udtoken-message-card-bg-lime: var(--L100);
  --udtoken-message-card-bg-mask-general: rgba(var(--N00-raw), 0.5);
  --udtoken-message-card-bg-mask-special: rgba(var(--N00-raw), 0.2);
  --udtoken-message-card-bg-neutral: var(--N500);
  --udtoken-message-card-bg-orange: var(--O100);
  --udtoken-message-card-bg-purple: var(--P100);
  --udtoken-message-card-bg-red: var(--R100);
  --udtoken-message-card-bg-turquoise: var(--T100);
  --udtoken-message-card-bg-violet: var(--V100);
  --udtoken-message-card-bg-wathet: var(--W100);
  --udtoken-message-card-bg-yellow: var(--Y100);
  --udtoken-message-card-text-blue: var(--B600);
  --udtoken-message-card-text-carmine: var(--C600);
  --udtoken-message-card-text-green: var(--G700);
  --udtoken-message-card-text-indigo: var(--I600);
  --udtoken-message-card-text-lime: var(--L700);
  --udtoken-message-card-text-neutral: var(--N00);
  --udtoken-message-card-text-orange: var(--O600);
  --udtoken-message-card-text-purple: var(--P600);
  --udtoken-message-card-text-red: var(--R600);
  --udtoken-message-card-text-turquoise: var(--T700);
  --udtoken-message-card-text-violet: var(--V600);
  --udtoken-message-card-text-wathet: var(--W700);
  --udtoken-message-card-text-yellow: var(--Y700);
  --udtoken-navigation-bar-resize-handle: #4599ff;
  --udtoken-navigation-bar-tab-bg-black: #1c2435;
  --udtoken-navigation-bar-tab-bg-blue: #1b429c;
  --udtoken-navigation-bar-tab-bg-gray: #e5e5e9;
  --udtoken-progress-bg: var(--N300);
  --udtoken-quote-bar-bg: var(--N400);
  --udtoken-reaction-bg-grey: rgba(var(--N900-raw), 0.05);
  --udtoken-reaction-bg-grey-float: rgba(var(--N900-raw), 0.05);
  --udtoken-skeleton-bg: rgba(var(--N900-raw), 0.08);
  --udtoken-skeleton-fg: rgba(var(--N900-raw), 0.05);
  --udtoken-tab-pri-bg: rgba(var(--primary-pri-500-raw), 0.2);
  --udtoken-tab-pri-text: var(--primary-pri-600);
  --udtoken-tab-se-bg-unselected: rgba(var(--N900-raw), 0.1);
  --udtoken-table-bg-grey: var(--N50);
  --udtoken-table-bg-selected: var(--primary-pri-50);
  --udtoken-tag-bg-blue: rgba(var(--B500-raw), 0.2);
  --udtoken-tag-bg-blue-hover: rgba(var(--B500-raw), 0.3);
  --udtoken-tag-bg-blue-solid: var(--B200);
  --udtoken-tag-bg-carmine: rgba(var(--C500-raw), 0.2);
  --udtoken-tag-bg-carmine-hover: rgba(var(--C500-raw), 0.3);
  --udtoken-tag-bg-carmine-solid: var(--C200);
  --udtoken-tag-bg-green: rgba(var(--G500-raw), 0.2);
  --udtoken-tag-bg-green-hover: rgba(var(--G500-raw), 0.3);
  --udtoken-tag-bg-green-solid: var(--G200);
  --udtoken-tag-bg-indigo: rgba(var(--I500-raw), 0.2);
  --udtoken-tag-bg-indigo-hover: rgba(var(--I500-raw), 0.3);
  --udtoken-tag-bg-indigo-solid: var(--I200);
  --udtoken-tag-bg-lime: rgba(var(--L500-raw), 0.2);
  --udtoken-tag-bg-lime-hover: rgba(var(--L500-raw), 0.3);
  --udtoken-tag-bg-lime-solid: var(--L200);
  --udtoken-tag-bg-orange: rgba(var(--O500-raw), 0.2);
  --udtoken-tag-bg-orange-hover: rgba(var(--O500-raw), 0.3);
  --udtoken-tag-bg-orange-solid: var(--O200);
  --udtoken-tag-bg-purple: rgba(var(--P500-raw), 0.2);
  --udtoken-tag-bg-purple-hover: rgba(var(--P500-raw), 0.3);
  --udtoken-tag-bg-purple-solid: var(--P200);
  --udtoken-tag-bg-red: rgba(var(--R500-raw), 0.2);
  --udtoken-tag-bg-red-hover: rgba(var(--R500-raw), 0.3);
  --udtoken-tag-bg-red-solid: var(--R200);
  --udtoken-tag-bg-turquoise: rgba(var(--T500-raw), 0.2);
  --udtoken-tag-bg-turquoise-hover: rgba(var(--T500-raw), 0.3);
  --udtoken-tag-bg-turquoise-solid: var(--T200);
  --udtoken-tag-bg-violet: rgba(var(--V500-raw), 0.2);
  --udtoken-tag-bg-violet-hover: rgba(var(--V500-raw), 0.3);
  --udtoken-tag-bg-violet-solid: var(--V200);
  --udtoken-tag-bg-wathet: rgba(var(--W500-raw), 0.2);
  --udtoken-tag-bg-wathet-hover: rgba(var(--W500-raw), 0.3);
  --udtoken-tag-bg-wathet-solid: var(--W200);
  --udtoken-tag-bg-yellow: rgba(var(--Y500-raw), 0.2);
  --udtoken-tag-bg-yellow-hover: rgba(var(--Y500-raw), 0.3);
  --udtoken-tag-bg-yellow-solid: var(--Y200);
  --udtoken-tag-neutral-bg-inverse: var(--N500);
  --udtoken-tag-neutral-bg-inverse-opacity: rgba(var(--N900-raw), 0.4);
  --udtoken-tag-neutral-bg-normal: rgba(var(--N900-raw), 0.1);
  --udtoken-tag-neutral-bg-normal-hover: rgba(var(--N900-raw), 0.15);
  --udtoken-tag-neutral-bg-normal-pressed: rgba(var(--N900-raw), 0.2);
  --udtoken-tag-neutral-bg-solid: var(--N200);
  --udtoken-tag-neutral-text-inverse: var(--N00);
  --udtoken-tag-neutral-text-inverse-opacity: var(--N00);
  --udtoken-tag-neutral-text-normal: var(--N600);
  --udtoken-tag-neutral-text-solid: var(--N600);
  --udtoken-tag-state-blue-light: var(--B500);
  --udtoken-tag-state-green-light: var(--G500);
  --udtoken-tag-state-grey-light: var(--N500);
  --udtoken-tag-state-orange-light: var(--O500);
  --udtoken-tag-state-purple-light: var(--P500);
  --udtoken-tag-state-red-light: var(--R500);
  --udtoken-tag-text-blue: var(--B900);
  --udtoken-tag-text-carmine: var(--C900);
  --udtoken-tag-text-green: var(--G900);
  --udtoken-tag-text-indigo: var(--I900);
  --udtoken-tag-text-lime: var(--L900);
  --udtoken-tag-text-orange: var(--O900);
  --udtoken-tag-text-purple: var(--P900);
  --udtoken-tag-text-red: var(--R900);
  --udtoken-tag-text-s-blue: var(--B600);
  --udtoken-tag-text-s-carmine: var(--C600);
  --udtoken-tag-text-s-green: var(--G600);
  --udtoken-tag-text-s-indigo: var(--I600);
  --udtoken-tag-text-s-lime: var(--L700);
  --udtoken-tag-text-s-orange: var(--O600);
  --udtoken-tag-text-s-purple: var(--P600);
  --udtoken-tag-text-s-red: var(--R600);
  --udtoken-tag-text-s-turquoise: var(--T600);
  --udtoken-tag-text-s-violet: var(--V600);
  --udtoken-tag-text-s-wathet: var(--W600);
  --udtoken-tag-text-s-yellow: var(--Y700);
  --udtoken-tag-text-turquoise: var(--T900);
  --udtoken-tag-text-violet: var(--V900);
  --udtoken-tag-text-wathet: var(--W900);
  --udtoken-tag-text-yellow: var(--Y900);
  --udtoken-upload-bg-error: var(--N200);
  --udtoken-upload-mask-img: rgba(var(--N900-raw), 0.4);
}
.ud-formily-item .ud-formily-item-item-col-24 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ud-formily-item .ud-formily-item-item-col-23 {
  -ms-flex: 0 0 95.83333333%;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ud-formily-item .ud-formily-item-item-col-22 {
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ud-formily-item .ud-formily-item-item-col-21 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ud-formily-item .ud-formily-item-item-col-20 {
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ud-formily-item .ud-formily-item-item-col-19 {
  -ms-flex: 0 0 79.16666667%;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ud-formily-item .ud-formily-item-item-col-18 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.ud-formily-item .ud-formily-item-item-col-17 {
  -ms-flex: 0 0 70.83333333%;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ud-formily-item .ud-formily-item-item-col-16 {
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ud-formily-item .ud-formily-item-item-col-15 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ud-formily-item .ud-formily-item-item-col-14 {
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ud-formily-item .ud-formily-item-item-col-13 {
  -ms-flex: 0 0 54.16666667%;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ud-formily-item .ud-formily-item-item-col-12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ud-formily-item .ud-formily-item-item-col-11 {
  -ms-flex: 0 0 45.83333333%;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ud-formily-item .ud-formily-item-item-col-10 {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ud-formily-item .ud-formily-item-item-col-9 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ud-formily-item .ud-formily-item-item-col-8 {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ud-formily-item .ud-formily-item-item-col-7 {
  -ms-flex: 0 0 29.16666667%;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ud-formily-item .ud-formily-item-item-col-6 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.ud-formily-item .ud-formily-item-item-col-5 {
  -ms-flex: 0 0 20.83333333%;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ud-formily-item .ud-formily-item-item-col-4 {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ud-formily-item .ud-formily-item-item-col-3 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ud-formily-item .ud-formily-item-item-col-2 {
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ud-formily-item .ud-formily-item-item-col-1 {
  -ms-flex: 0 0 4.16666667%;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ud-formily-item .ud-formily-item-item-col-0 {
  display: none;
}
.ud-formily-item-help-enter {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.ud-formily-item-help-enter.ud-formily-item-help-enter-active {
  -webkit-animation-name: udShowHelpIn;
  animation-name: udShowHelpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes udShowHelpIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes udShowHelpIn {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.ud-formily-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  position: relative;
  font-size: 14px;
}
.ud-formily-item label {
  cursor: text;
}
.ud-formily-item-layout-horizontal .ud-formily-item-control {
  width: 0;
}
.ud-formily-item-layout-vertical {
  display: block;
}
.ud-formily-item-layout-vertical .ud-formily-item-label {
  min-height: 22px;
  line-height: 1.5715;
}
.ud-formily-item-error-help {
  color: var(--function-danger-500) !important;
}
.ud-formily-item-size-small {
  font-size: 12px;
  line-height: 28px;
}
.ud-formily-item-size-small .ud-formily-item-label {
  line-height: 28px;
}
.ud-formily-item-size-small .ud-formily-item-control .ud-formily-item-control-content .ud-formily-item-control-content-component {
  line-height: 28px;
}
.ud-formily-item-size-small .ud-formily-item-help,
.ud-formily-item-size-small .ud-formily-item-extra {
  line-height: 24px;
}
.ud-formily-item-size-small .ud-formily-item-control-content {
  min-height: 26px;
}
.ud-formily-item-size-large {
  font-size: 16px;
  line-height: 40px;
}
.ud-formily-item-size-large .ud-formily-item-label {
  line-height: 40px;
}
.ud-formily-item-size-large .ud-formily-item-control .ud-formily-item-control-content .ud-formily-item-control-content-component {
  line-height: 40px;
}
.ud-formily-item-size-large .ud-formily-item-help,
.ud-formily-item-size-large .ud-formily-item-extra {
  line-height: 36px;
}
.ud-formily-item-size-large .ud-formily-item-control-content {
  min-height: 38px;
}
.ud-formily-item-feedback-layout-terse {
  margin-bottom: 8px;
}
.ud-formily-item-feedback-layout-terse:last-child {
  margin-bottom: 0px;
}
.ud-formily-item-feedback-layout-loose {
  margin-bottom: 22px;
}
.ud-formily-item-feedback-layout-none {
  margin-bottom: 0;
}
.ud-formily-item-feedback-layout-popover {
  margin-bottom: 8px;
}
.ud-formily-item-fullness > .ud-formily-item-control > .ud-formily-item-control-content > .ud-formily-item-control-content-component > *:first-child {
  width: 100%;
}
.ud-formily-item-label-align-left > .ud-formily-item-label {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.ud-formily-item-label-align-right > .ud-formily-item-label {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.ud-formily-item-control-align-left .ud-formily-item-control-content {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.ud-formily-item-control-align-right .ud-formily-item-control-content {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.ud-formily-item-label-wrap .ud-formily-item-label label {
  white-space: pre-line;
  word-break: break-all;
}
.ud-formily-item-control-wrap .ud-formily-item-control {
  white-space: pre-line;
  word-break: break-all;
}
.ud-formily-item-control {
  -ms-flex: 1;
      flex: 1 1;
  max-width: 100%;
}
.ud-formily-item-control .ud-formily-item-control-content {
  display: -ms-flexbox;
  display: flex;
}
.ud-formily-item-control .ud-formily-item-control-content .ud-formily-item-control-content-component {
  width: 100%;
  line-height: 34px;
}
.ud-formily-item-control .ud-formily-item-control-content .ud-formily-item-addon-before {
  margin-right: 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ud-formily-item-control .ud-formily-item-control-content .ud-formily-item-addon-after {
  margin-left: 8px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.ud-formily-item-label {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  color: var(--N800);
  line-height: 32px;
}
.ud-formily-item-label-desc {
  color: #8F959E;
  margin-bottom: 8px;
  line-height: 24px;
  font-size: 14px;
}
.ud-formily-item-label-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ud-formily-item-label-tooltip {
  cursor: help;
}
.ud-formily-item-label-tooltip * {
  cursor: help;
}
.ud-formily-item-label-tooltip label {
  border-bottom: 1px dashed currentColor;
}
.ud-formily-item-label-tooltip-icon {
  margin-left: 4px;
  color: var(--icon-n2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-height: 32px;
}
.ud-formily-item-label-tooltip-icon span {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ud-formily-item-label-popover-icon {
  margin-left: 4px;
  color: var(--icon-n2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-height: 32px;
  cursor: pointer;
}
.ud-formily-item-label-popover-icon span {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ud-formily-item-label-popover-content {
  max-width: 300px;
  font-weight: 400;
}
.ud-formily-item-help,
.ud-formily-item-extra {
  clear: both;
  min-height: 22px;
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-top: 0;
}
.ud-formily-item-asterisk {
  color: var(--function-danger-500);
  margin-left: 2px;
  font-size: 14px;
  display: inline-block;
  font-family: 'PingFang SC';
}
.ud-formily-item-colon {
  margin-left: 2px;
  margin-right: 8px;
}
.ud-formily-item-label {
  color: var(--text-title);
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__popover {
  box-sizing: border-box;
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1030;
  max-width: 420px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ud__popover-no-entry {
  pointer-events: none;
}
.ud__popover-hidden {
  display: none;
}
.ud__popover__arrow {
  position: absolute;
  box-sizing: border-box;
}
.ud__popover__arrow__content {
  position: absolute;
  display: block;
  box-sizing: border-box;
  content: "";
  border: 1px solid var(--line-border-card);
  background: var(--bg-float);
  transform: rotate(45deg);
  transform-origin: center;
}
.ud__popover__arrow-top {
  top: 0;
  left: 0;
  transform: translate(-50%, calc(1px - 100%));
}
.ud__popover__arrow-top > .ud__popover__arrow__content {
  left: 14.64466094%;
  top: 29.28932188%;
}
.ud__popover__arrow-bottom {
  bottom: 0;
  left: 0;
  transform: translate(-50%, calc(-1px + 100%));
}
.ud__popover__arrow-bottom > .ud__popover__arrow__content {
  left: 14.64466094%;
  top: -70.71067812%;
}
.ud__popover__arrow-left {
  top: 0;
  left: 0;
  transform: translate(calc(1px - 100%), -50%);
}
.ud__popover__arrow-left > .ud__popover__arrow__content {
  left: 29.28932188%;
  top: 14.64466094%;
}
.ud__popover__arrow-right {
  top: 0;
  right: 0;
  transform: translate(calc(-1px + 100%), -50%);
}
.ud__popover__arrow-right > .ud__popover__arrow__content {
  left: -70.71067812%;
  top: 14.64466094%;
}
.ud__popover__arrow__streamline__content {
  fill: var(--bg-float);
  stroke: var(--line-border-card);
}
.ud__popover__invalid-children-wrapper {
  box-sizing: border-box;
  display: inline-block;
}
.ud__popover-content {
  min-width: 30px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  color: var(--text-title);
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: var(--bg-float);
  border-radius: 8px;
  box-shadow: var(--shadow-s4-down);
  box-sizing: border-box;
  border: 1px solid var(--line-border-card);
  position: relative;
  overflow: hidden;
}
.ud__popover--mode-loose .ud__popover-content {
  padding: 20px 24px;
}
.ud__popover--mode-pure .ud__popover-content {
  padding: 0;
}
.ud__popover__overlay-title + .ud__popover__overlay-content {
  margin-top: 4px;
}
.ud__popover__overlay-content {
  box-sizing: border-box;
  overflow: hidden;
}
.ud__popover-icon-success {
  color: var(--function-success-500);
}
.ud__popover-icon-warning {
  color: var(--function-warning-500);
}
.ud__popover-icon-info {
  color: var(--function-info-500);
}
.ud__popover-icon-error {
  color: var(--function-danger-500);
}

.uog72u3 { padding-right: 8px }
.uia2c2e { font-size: 16px }
.uf9gv4p { line-height: 0 }
.uaehbhm { align-self: center }
.uk1hvvd { width: 0px }
.u1f3wrh8 { overflow: hidden }
.u131m2y1 { box-sizing: border-box }
.u34kn { margin-top: 0px }
.u11cvrxx { margin-right: 0px }
.uzhf14q { margin-bottom: 0px }
.u11gww4r { margin-left: 0px }
.ukj31lv { padding-top: 0px }
.u1hchl60 { padding-right: 0px }
.u1royi5k { padding-bottom: 0px }
.u1qfhq4j { padding-left: 0px }
.uj2bo7u { display: flex }
.u5yta61 { align-items: baseline }
.uf1p7uf { flex-grow: 0 }
.u10e9gpn { flex-shrink: 0 }
.ug95lij { flex-basis: auto }
/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__row {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
}
.ud__row::before,
.ud__row::after {
  display: flex;
}
.ud__row--no-wrap {
  flex-wrap: nowrap;
}
.ud__row--align-top {
  align-items: flex-start;
}
.ud__row--align-middle {
  align-items: center;
}
.ud__row--align-bottom {
  align-items: flex-end;
}
.ud__row--justify-start {
  justify-content: flex-start;
}
.ud__row--justify-center {
  justify-content: center;
}
.ud__row--justify-end {
  justify-content: flex-end;
}
.ud__row--justify-space-between {
  justify-content: space-between;
}
.ud__row--justify-space-around {
  justify-content: space-around;
}
.ud__col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.ud__col-span-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ud__col-push-24 {
  left: 100%;
}
.ud__col-pull-24 {
  right: 100%;
}
.ud__col-offset-24 {
  margin-left: 100%;
}
.ud__col-order-24 {
  order: 24;
}
.ud__col-span-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ud__col-push-23 {
  left: 95.83333333%;
}
.ud__col-pull-23 {
  right: 95.83333333%;
}
.ud__col-offset-23 {
  margin-left: 95.83333333%;
}
.ud__col-order-23 {
  order: 23;
}
.ud__col-span-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ud__col-push-22 {
  left: 91.66666667%;
}
.ud__col-pull-22 {
  right: 91.66666667%;
}
.ud__col-offset-22 {
  margin-left: 91.66666667%;
}
.ud__col-order-22 {
  order: 22;
}
.ud__col-span-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ud__col-push-21 {
  left: 87.5%;
}
.ud__col-pull-21 {
  right: 87.5%;
}
.ud__col-offset-21 {
  margin-left: 87.5%;
}
.ud__col-order-21 {
  order: 21;
}
.ud__col-span-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ud__col-push-20 {
  left: 83.33333333%;
}
.ud__col-pull-20 {
  right: 83.33333333%;
}
.ud__col-offset-20 {
  margin-left: 83.33333333%;
}
.ud__col-order-20 {
  order: 20;
}
.ud__col-span-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ud__col-push-19 {
  left: 79.16666667%;
}
.ud__col-pull-19 {
  right: 79.16666667%;
}
.ud__col-offset-19 {
  margin-left: 79.16666667%;
}
.ud__col-order-19 {
  order: 19;
}
.ud__col-span-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ud__col-push-18 {
  left: 75%;
}
.ud__col-pull-18 {
  right: 75%;
}
.ud__col-offset-18 {
  margin-left: 75%;
}
.ud__col-order-18 {
  order: 18;
}
.ud__col-span-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ud__col-push-17 {
  left: 70.83333333%;
}
.ud__col-pull-17 {
  right: 70.83333333%;
}
.ud__col-offset-17 {
  margin-left: 70.83333333%;
}
.ud__col-order-17 {
  order: 17;
}
.ud__col-span-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ud__col-push-16 {
  left: 66.66666667%;
}
.ud__col-pull-16 {
  right: 66.66666667%;
}
.ud__col-offset-16 {
  margin-left: 66.66666667%;
}
.ud__col-order-16 {
  order: 16;
}
.ud__col-span-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ud__col-push-15 {
  left: 62.5%;
}
.ud__col-pull-15 {
  right: 62.5%;
}
.ud__col-offset-15 {
  margin-left: 62.5%;
}
.ud__col-order-15 {
  order: 15;
}
.ud__col-span-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ud__col-push-14 {
  left: 58.33333333%;
}
.ud__col-pull-14 {
  right: 58.33333333%;
}
.ud__col-offset-14 {
  margin-left: 58.33333333%;
}
.ud__col-order-14 {
  order: 14;
}
.ud__col-span-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ud__col-push-13 {
  left: 54.16666667%;
}
.ud__col-pull-13 {
  right: 54.16666667%;
}
.ud__col-offset-13 {
  margin-left: 54.16666667%;
}
.ud__col-order-13 {
  order: 13;
}
.ud__col-span-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ud__col-push-12 {
  left: 50%;
}
.ud__col-pull-12 {
  right: 50%;
}
.ud__col-offset-12 {
  margin-left: 50%;
}
.ud__col-order-12 {
  order: 12;
}
.ud__col-span-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ud__col-push-11 {
  left: 45.83333333%;
}
.ud__col-pull-11 {
  right: 45.83333333%;
}
.ud__col-offset-11 {
  margin-left: 45.83333333%;
}
.ud__col-order-11 {
  order: 11;
}
.ud__col-span-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ud__col-push-10 {
  left: 41.66666667%;
}
.ud__col-pull-10 {
  right: 41.66666667%;
}
.ud__col-offset-10 {
  margin-left: 41.66666667%;
}
.ud__col-order-10 {
  order: 10;
}
.ud__col-span-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ud__col-push-9 {
  left: 37.5%;
}
.ud__col-pull-9 {
  right: 37.5%;
}
.ud__col-offset-9 {
  margin-left: 37.5%;
}
.ud__col-order-9 {
  order: 9;
}
.ud__col-span-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ud__col-push-8 {
  left: 33.33333333%;
}
.ud__col-pull-8 {
  right: 33.33333333%;
}
.ud__col-offset-8 {
  margin-left: 33.33333333%;
}
.ud__col-order-8 {
  order: 8;
}
.ud__col-span-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ud__col-push-7 {
  left: 29.16666667%;
}
.ud__col-pull-7 {
  right: 29.16666667%;
}
.ud__col-offset-7 {
  margin-left: 29.16666667%;
}
.ud__col-order-7 {
  order: 7;
}
.ud__col-span-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ud__col-push-6 {
  left: 25%;
}
.ud__col-pull-6 {
  right: 25%;
}
.ud__col-offset-6 {
  margin-left: 25%;
}
.ud__col-order-6 {
  order: 6;
}
.ud__col-span-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ud__col-push-5 {
  left: 20.83333333%;
}
.ud__col-pull-5 {
  right: 20.83333333%;
}
.ud__col-offset-5 {
  margin-left: 20.83333333%;
}
.ud__col-order-5 {
  order: 5;
}
.ud__col-span-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ud__col-push-4 {
  left: 16.66666667%;
}
.ud__col-pull-4 {
  right: 16.66666667%;
}
.ud__col-offset-4 {
  margin-left: 16.66666667%;
}
.ud__col-order-4 {
  order: 4;
}
.ud__col-span-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ud__col-push-3 {
  left: 12.5%;
}
.ud__col-pull-3 {
  right: 12.5%;
}
.ud__col-offset-3 {
  margin-left: 12.5%;
}
.ud__col-order-3 {
  order: 3;
}
.ud__col-span-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ud__col-push-2 {
  left: 8.33333333%;
}
.ud__col-pull-2 {
  right: 8.33333333%;
}
.ud__col-offset-2 {
  margin-left: 8.33333333%;
}
.ud__col-order-2 {
  order: 2;
}
.ud__col-span-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ud__col-push-1 {
  left: 4.16666667%;
}
.ud__col-pull-1 {
  right: 4.16666667%;
}
.ud__col-offset-1 {
  margin-left: 4.16666667%;
}
.ud__col-order-1 {
  order: 1;
}
.ud__col-span-0 {
  display: none;
}
.ud__col-push-0 {
  left: auto;
}
.ud__col-pull-0 {
  right: auto;
}
.ud__col-push-0 {
  left: auto;
}
.ud__col-pull-0 {
  right: auto;
}
.ud__col-offset-0 {
  margin-left: 0;
}
.ud__col-order-0 {
  order: 0;
}
.ud__col-xs-span-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}
.ud__col-xs-push-24 {
  left: 100%;
}
.ud__col-xs-pull-24 {
  right: 100%;
}
.ud__col-xs-offset-24 {
  margin-left: 100%;
}
.ud__col-xs-order-24 {
  order: 24;
}
.ud__col-xs-span-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
.ud__col-xs-push-23 {
  left: 95.83333333%;
}
.ud__col-xs-pull-23 {
  right: 95.83333333%;
}
.ud__col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ud__col-xs-order-23 {
  order: 23;
}
.ud__col-xs-span-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.ud__col-xs-push-22 {
  left: 91.66666667%;
}
.ud__col-xs-pull-22 {
  right: 91.66666667%;
}
.ud__col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ud__col-xs-order-22 {
  order: 22;
}
.ud__col-xs-span-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.ud__col-xs-push-21 {
  left: 87.5%;
}
.ud__col-xs-pull-21 {
  right: 87.5%;
}
.ud__col-xs-offset-21 {
  margin-left: 87.5%;
}
.ud__col-xs-order-21 {
  order: 21;
}
.ud__col-xs-span-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.ud__col-xs-push-20 {
  left: 83.33333333%;
}
.ud__col-xs-pull-20 {
  right: 83.33333333%;
}
.ud__col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ud__col-xs-order-20 {
  order: 20;
}
.ud__col-xs-span-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
.ud__col-xs-push-19 {
  left: 79.16666667%;
}
.ud__col-xs-pull-19 {
  right: 79.16666667%;
}
.ud__col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ud__col-xs-order-19 {
  order: 19;
}
.ud__col-xs-span-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}
.ud__col-xs-push-18 {
  left: 75%;
}
.ud__col-xs-pull-18 {
  right: 75%;
}
.ud__col-xs-offset-18 {
  margin-left: 75%;
}
.ud__col-xs-order-18 {
  order: 18;
}
.ud__col-xs-span-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
.ud__col-xs-push-17 {
  left: 70.83333333%;
}
.ud__col-xs-pull-17 {
  right: 70.83333333%;
}
.ud__col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ud__col-xs-order-17 {
  order: 17;
}
.ud__col-xs-span-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.ud__col-xs-push-16 {
  left: 66.66666667%;
}
.ud__col-xs-pull-16 {
  right: 66.66666667%;
}
.ud__col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ud__col-xs-order-16 {
  order: 16;
}
.ud__col-xs-span-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.ud__col-xs-push-15 {
  left: 62.5%;
}
.ud__col-xs-pull-15 {
  right: 62.5%;
}
.ud__col-xs-offset-15 {
  margin-left: 62.5%;
}
.ud__col-xs-order-15 {
  order: 15;
}
.ud__col-xs-span-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.ud__col-xs-push-14 {
  left: 58.33333333%;
}
.ud__col-xs-pull-14 {
  right: 58.33333333%;
}
.ud__col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ud__col-xs-order-14 {
  order: 14;
}
.ud__col-xs-span-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
.ud__col-xs-push-13 {
  left: 54.16666667%;
}
.ud__col-xs-pull-13 {
  right: 54.16666667%;
}
.ud__col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ud__col-xs-order-13 {
  order: 13;
}
.ud__col-xs-span-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}
.ud__col-xs-push-12 {
  left: 50%;
}
.ud__col-xs-pull-12 {
  right: 50%;
}
.ud__col-xs-offset-12 {
  margin-left: 50%;
}
.ud__col-xs-order-12 {
  order: 12;
}
.ud__col-xs-span-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
.ud__col-xs-push-11 {
  left: 45.83333333%;
}
.ud__col-xs-pull-11 {
  right: 45.83333333%;
}
.ud__col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ud__col-xs-order-11 {
  order: 11;
}
.ud__col-xs-span-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.ud__col-xs-push-10 {
  left: 41.66666667%;
}
.ud__col-xs-pull-10 {
  right: 41.66666667%;
}
.ud__col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ud__col-xs-order-10 {
  order: 10;
}
.ud__col-xs-span-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.ud__col-xs-push-9 {
  left: 37.5%;
}
.ud__col-xs-pull-9 {
  right: 37.5%;
}
.ud__col-xs-offset-9 {
  margin-left: 37.5%;
}
.ud__col-xs-order-9 {
  order: 9;
}
.ud__col-xs-span-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.ud__col-xs-push-8 {
  left: 33.33333333%;
}
.ud__col-xs-pull-8 {
  right: 33.33333333%;
}
.ud__col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ud__col-xs-order-8 {
  order: 8;
}
.ud__col-xs-span-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
.ud__col-xs-push-7 {
  left: 29.16666667%;
}
.ud__col-xs-pull-7 {
  right: 29.16666667%;
}
.ud__col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ud__col-xs-order-7 {
  order: 7;
}
.ud__col-xs-span-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}
.ud__col-xs-push-6 {
  left: 25%;
}
.ud__col-xs-pull-6 {
  right: 25%;
}
.ud__col-xs-offset-6 {
  margin-left: 25%;
}
.ud__col-xs-order-6 {
  order: 6;
}
.ud__col-xs-span-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
.ud__col-xs-push-5 {
  left: 20.83333333%;
}
.ud__col-xs-pull-5 {
  right: 20.83333333%;
}
.ud__col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ud__col-xs-order-5 {
  order: 5;
}
.ud__col-xs-span-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.ud__col-xs-push-4 {
  left: 16.66666667%;
}
.ud__col-xs-pull-4 {
  right: 16.66666667%;
}
.ud__col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ud__col-xs-order-4 {
  order: 4;
}
.ud__col-xs-span-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.ud__col-xs-push-3 {
  left: 12.5%;
}
.ud__col-xs-pull-3 {
  right: 12.5%;
}
.ud__col-xs-offset-3 {
  margin-left: 12.5%;
}
.ud__col-xs-order-3 {
  order: 3;
}
.ud__col-xs-span-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.ud__col-xs-push-2 {
  left: 8.33333333%;
}
.ud__col-xs-pull-2 {
  right: 8.33333333%;
}
.ud__col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ud__col-xs-order-2 {
  order: 2;
}
.ud__col-xs-span-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
.ud__col-xs-push-1 {
  left: 4.16666667%;
}
.ud__col-xs-pull-1 {
  right: 4.16666667%;
}
.ud__col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ud__col-xs-order-1 {
  order: 1;
}
.ud__col-xs-span-0 {
  display: none;
}
.ud__col-push-0 {
  left: auto;
}
.ud__col-pull-0 {
  right: auto;
}
.ud__col-xs-push-0 {
  left: auto;
}
.ud__col-xs-pull-0 {
  right: auto;
}
.ud__col-xs-offset-0 {
  margin-left: 0;
}
.ud__col-xs-order-0 {
  order: 0;
}
@media (min-width: 576px) {
  .ud__col-sm-span-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ud__col-sm-push-24 {
    left: 100%;
  }
  .ud__col-sm-pull-24 {
    right: 100%;
  }
  .ud__col-sm-offset-24 {
    margin-left: 100%;
  }
  .ud__col-sm-order-24 {
    order: 24;
  }
  .ud__col-sm-span-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ud__col-sm-push-23 {
    left: 95.83333333%;
  }
  .ud__col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ud__col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ud__col-sm-order-23 {
    order: 23;
  }
  .ud__col-sm-span-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ud__col-sm-push-22 {
    left: 91.66666667%;
  }
  .ud__col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ud__col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ud__col-sm-order-22 {
    order: 22;
  }
  .ud__col-sm-span-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ud__col-sm-push-21 {
    left: 87.5%;
  }
  .ud__col-sm-pull-21 {
    right: 87.5%;
  }
  .ud__col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ud__col-sm-order-21 {
    order: 21;
  }
  .ud__col-sm-span-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ud__col-sm-push-20 {
    left: 83.33333333%;
  }
  .ud__col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ud__col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ud__col-sm-order-20 {
    order: 20;
  }
  .ud__col-sm-span-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ud__col-sm-push-19 {
    left: 79.16666667%;
  }
  .ud__col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ud__col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ud__col-sm-order-19 {
    order: 19;
  }
  .ud__col-sm-span-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ud__col-sm-push-18 {
    left: 75%;
  }
  .ud__col-sm-pull-18 {
    right: 75%;
  }
  .ud__col-sm-offset-18 {
    margin-left: 75%;
  }
  .ud__col-sm-order-18 {
    order: 18;
  }
  .ud__col-sm-span-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ud__col-sm-push-17 {
    left: 70.83333333%;
  }
  .ud__col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ud__col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ud__col-sm-order-17 {
    order: 17;
  }
  .ud__col-sm-span-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ud__col-sm-push-16 {
    left: 66.66666667%;
  }
  .ud__col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ud__col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ud__col-sm-order-16 {
    order: 16;
  }
  .ud__col-sm-span-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ud__col-sm-push-15 {
    left: 62.5%;
  }
  .ud__col-sm-pull-15 {
    right: 62.5%;
  }
  .ud__col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ud__col-sm-order-15 {
    order: 15;
  }
  .ud__col-sm-span-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ud__col-sm-push-14 {
    left: 58.33333333%;
  }
  .ud__col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ud__col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ud__col-sm-order-14 {
    order: 14;
  }
  .ud__col-sm-span-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ud__col-sm-push-13 {
    left: 54.16666667%;
  }
  .ud__col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ud__col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ud__col-sm-order-13 {
    order: 13;
  }
  .ud__col-sm-span-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ud__col-sm-push-12 {
    left: 50%;
  }
  .ud__col-sm-pull-12 {
    right: 50%;
  }
  .ud__col-sm-offset-12 {
    margin-left: 50%;
  }
  .ud__col-sm-order-12 {
    order: 12;
  }
  .ud__col-sm-span-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ud__col-sm-push-11 {
    left: 45.83333333%;
  }
  .ud__col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ud__col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ud__col-sm-order-11 {
    order: 11;
  }
  .ud__col-sm-span-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ud__col-sm-push-10 {
    left: 41.66666667%;
  }
  .ud__col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ud__col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ud__col-sm-order-10 {
    order: 10;
  }
  .ud__col-sm-span-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ud__col-sm-push-9 {
    left: 37.5%;
  }
  .ud__col-sm-pull-9 {
    right: 37.5%;
  }
  .ud__col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ud__col-sm-order-9 {
    order: 9;
  }
  .ud__col-sm-span-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ud__col-sm-push-8 {
    left: 33.33333333%;
  }
  .ud__col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ud__col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ud__col-sm-order-8 {
    order: 8;
  }
  .ud__col-sm-span-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ud__col-sm-push-7 {
    left: 29.16666667%;
  }
  .ud__col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ud__col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ud__col-sm-order-7 {
    order: 7;
  }
  .ud__col-sm-span-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ud__col-sm-push-6 {
    left: 25%;
  }
  .ud__col-sm-pull-6 {
    right: 25%;
  }
  .ud__col-sm-offset-6 {
    margin-left: 25%;
  }
  .ud__col-sm-order-6 {
    order: 6;
  }
  .ud__col-sm-span-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ud__col-sm-push-5 {
    left: 20.83333333%;
  }
  .ud__col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ud__col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ud__col-sm-order-5 {
    order: 5;
  }
  .ud__col-sm-span-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ud__col-sm-push-4 {
    left: 16.66666667%;
  }
  .ud__col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ud__col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ud__col-sm-order-4 {
    order: 4;
  }
  .ud__col-sm-span-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ud__col-sm-push-3 {
    left: 12.5%;
  }
  .ud__col-sm-pull-3 {
    right: 12.5%;
  }
  .ud__col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ud__col-sm-order-3 {
    order: 3;
  }
  .ud__col-sm-span-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ud__col-sm-push-2 {
    left: 8.33333333%;
  }
  .ud__col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ud__col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ud__col-sm-order-2 {
    order: 2;
  }
  .ud__col-sm-span-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ud__col-sm-push-1 {
    left: 4.16666667%;
  }
  .ud__col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ud__col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ud__col-sm-order-1 {
    order: 1;
  }
  .ud__col-sm-span-0 {
    display: none;
  }
  .ud__col-push-0 {
    left: auto;
  }
  .ud__col-pull-0 {
    right: auto;
  }
  .ud__col-sm-push-0 {
    left: auto;
  }
  .ud__col-sm-pull-0 {
    right: auto;
  }
  .ud__col-sm-offset-0 {
    margin-left: 0;
  }
  .ud__col-sm-order-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .ud__col-md-span-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ud__col-md-push-24 {
    left: 100%;
  }
  .ud__col-md-pull-24 {
    right: 100%;
  }
  .ud__col-md-offset-24 {
    margin-left: 100%;
  }
  .ud__col-md-order-24 {
    order: 24;
  }
  .ud__col-md-span-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ud__col-md-push-23 {
    left: 95.83333333%;
  }
  .ud__col-md-pull-23 {
    right: 95.83333333%;
  }
  .ud__col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ud__col-md-order-23 {
    order: 23;
  }
  .ud__col-md-span-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ud__col-md-push-22 {
    left: 91.66666667%;
  }
  .ud__col-md-pull-22 {
    right: 91.66666667%;
  }
  .ud__col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ud__col-md-order-22 {
    order: 22;
  }
  .ud__col-md-span-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ud__col-md-push-21 {
    left: 87.5%;
  }
  .ud__col-md-pull-21 {
    right: 87.5%;
  }
  .ud__col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ud__col-md-order-21 {
    order: 21;
  }
  .ud__col-md-span-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ud__col-md-push-20 {
    left: 83.33333333%;
  }
  .ud__col-md-pull-20 {
    right: 83.33333333%;
  }
  .ud__col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ud__col-md-order-20 {
    order: 20;
  }
  .ud__col-md-span-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ud__col-md-push-19 {
    left: 79.16666667%;
  }
  .ud__col-md-pull-19 {
    right: 79.16666667%;
  }
  .ud__col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ud__col-md-order-19 {
    order: 19;
  }
  .ud__col-md-span-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ud__col-md-push-18 {
    left: 75%;
  }
  .ud__col-md-pull-18 {
    right: 75%;
  }
  .ud__col-md-offset-18 {
    margin-left: 75%;
  }
  .ud__col-md-order-18 {
    order: 18;
  }
  .ud__col-md-span-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ud__col-md-push-17 {
    left: 70.83333333%;
  }
  .ud__col-md-pull-17 {
    right: 70.83333333%;
  }
  .ud__col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ud__col-md-order-17 {
    order: 17;
  }
  .ud__col-md-span-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ud__col-md-push-16 {
    left: 66.66666667%;
  }
  .ud__col-md-pull-16 {
    right: 66.66666667%;
  }
  .ud__col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ud__col-md-order-16 {
    order: 16;
  }
  .ud__col-md-span-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ud__col-md-push-15 {
    left: 62.5%;
  }
  .ud__col-md-pull-15 {
    right: 62.5%;
  }
  .ud__col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ud__col-md-order-15 {
    order: 15;
  }
  .ud__col-md-span-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ud__col-md-push-14 {
    left: 58.33333333%;
  }
  .ud__col-md-pull-14 {
    right: 58.33333333%;
  }
  .ud__col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ud__col-md-order-14 {
    order: 14;
  }
  .ud__col-md-span-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ud__col-md-push-13 {
    left: 54.16666667%;
  }
  .ud__col-md-pull-13 {
    right: 54.16666667%;
  }
  .ud__col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ud__col-md-order-13 {
    order: 13;
  }
  .ud__col-md-span-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ud__col-md-push-12 {
    left: 50%;
  }
  .ud__col-md-pull-12 {
    right: 50%;
  }
  .ud__col-md-offset-12 {
    margin-left: 50%;
  }
  .ud__col-md-order-12 {
    order: 12;
  }
  .ud__col-md-span-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ud__col-md-push-11 {
    left: 45.83333333%;
  }
  .ud__col-md-pull-11 {
    right: 45.83333333%;
  }
  .ud__col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ud__col-md-order-11 {
    order: 11;
  }
  .ud__col-md-span-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ud__col-md-push-10 {
    left: 41.66666667%;
  }
  .ud__col-md-pull-10 {
    right: 41.66666667%;
  }
  .ud__col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ud__col-md-order-10 {
    order: 10;
  }
  .ud__col-md-span-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ud__col-md-push-9 {
    left: 37.5%;
  }
  .ud__col-md-pull-9 {
    right: 37.5%;
  }
  .ud__col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ud__col-md-order-9 {
    order: 9;
  }
  .ud__col-md-span-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ud__col-md-push-8 {
    left: 33.33333333%;
  }
  .ud__col-md-pull-8 {
    right: 33.33333333%;
  }
  .ud__col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ud__col-md-order-8 {
    order: 8;
  }
  .ud__col-md-span-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ud__col-md-push-7 {
    left: 29.16666667%;
  }
  .ud__col-md-pull-7 {
    right: 29.16666667%;
  }
  .ud__col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ud__col-md-order-7 {
    order: 7;
  }
  .ud__col-md-span-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ud__col-md-push-6 {
    left: 25%;
  }
  .ud__col-md-pull-6 {
    right: 25%;
  }
  .ud__col-md-offset-6 {
    margin-left: 25%;
  }
  .ud__col-md-order-6 {
    order: 6;
  }
  .ud__col-md-span-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ud__col-md-push-5 {
    left: 20.83333333%;
  }
  .ud__col-md-pull-5 {
    right: 20.83333333%;
  }
  .ud__col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ud__col-md-order-5 {
    order: 5;
  }
  .ud__col-md-span-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ud__col-md-push-4 {
    left: 16.66666667%;
  }
  .ud__col-md-pull-4 {
    right: 16.66666667%;
  }
  .ud__col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ud__col-md-order-4 {
    order: 4;
  }
  .ud__col-md-span-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ud__col-md-push-3 {
    left: 12.5%;
  }
  .ud__col-md-pull-3 {
    right: 12.5%;
  }
  .ud__col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ud__col-md-order-3 {
    order: 3;
  }
  .ud__col-md-span-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ud__col-md-push-2 {
    left: 8.33333333%;
  }
  .ud__col-md-pull-2 {
    right: 8.33333333%;
  }
  .ud__col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ud__col-md-order-2 {
    order: 2;
  }
  .ud__col-md-span-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ud__col-md-push-1 {
    left: 4.16666667%;
  }
  .ud__col-md-pull-1 {
    right: 4.16666667%;
  }
  .ud__col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ud__col-md-order-1 {
    order: 1;
  }
  .ud__col-md-span-0 {
    display: none;
  }
  .ud__col-push-0 {
    left: auto;
  }
  .ud__col-pull-0 {
    right: auto;
  }
  .ud__col-md-push-0 {
    left: auto;
  }
  .ud__col-md-pull-0 {
    right: auto;
  }
  .ud__col-md-offset-0 {
    margin-left: 0;
  }
  .ud__col-md-order-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .ud__col-lg-span-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ud__col-lg-push-24 {
    left: 100%;
  }
  .ud__col-lg-pull-24 {
    right: 100%;
  }
  .ud__col-lg-offset-24 {
    margin-left: 100%;
  }
  .ud__col-lg-order-24 {
    order: 24;
  }
  .ud__col-lg-span-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ud__col-lg-push-23 {
    left: 95.83333333%;
  }
  .ud__col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ud__col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ud__col-lg-order-23 {
    order: 23;
  }
  .ud__col-lg-span-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ud__col-lg-push-22 {
    left: 91.66666667%;
  }
  .ud__col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ud__col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ud__col-lg-order-22 {
    order: 22;
  }
  .ud__col-lg-span-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ud__col-lg-push-21 {
    left: 87.5%;
  }
  .ud__col-lg-pull-21 {
    right: 87.5%;
  }
  .ud__col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ud__col-lg-order-21 {
    order: 21;
  }
  .ud__col-lg-span-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ud__col-lg-push-20 {
    left: 83.33333333%;
  }
  .ud__col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ud__col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ud__col-lg-order-20 {
    order: 20;
  }
  .ud__col-lg-span-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ud__col-lg-push-19 {
    left: 79.16666667%;
  }
  .ud__col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ud__col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ud__col-lg-order-19 {
    order: 19;
  }
  .ud__col-lg-span-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ud__col-lg-push-18 {
    left: 75%;
  }
  .ud__col-lg-pull-18 {
    right: 75%;
  }
  .ud__col-lg-offset-18 {
    margin-left: 75%;
  }
  .ud__col-lg-order-18 {
    order: 18;
  }
  .ud__col-lg-span-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ud__col-lg-push-17 {
    left: 70.83333333%;
  }
  .ud__col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ud__col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ud__col-lg-order-17 {
    order: 17;
  }
  .ud__col-lg-span-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ud__col-lg-push-16 {
    left: 66.66666667%;
  }
  .ud__col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ud__col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ud__col-lg-order-16 {
    order: 16;
  }
  .ud__col-lg-span-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ud__col-lg-push-15 {
    left: 62.5%;
  }
  .ud__col-lg-pull-15 {
    right: 62.5%;
  }
  .ud__col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ud__col-lg-order-15 {
    order: 15;
  }
  .ud__col-lg-span-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ud__col-lg-push-14 {
    left: 58.33333333%;
  }
  .ud__col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ud__col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ud__col-lg-order-14 {
    order: 14;
  }
  .ud__col-lg-span-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ud__col-lg-push-13 {
    left: 54.16666667%;
  }
  .ud__col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ud__col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ud__col-lg-order-13 {
    order: 13;
  }
  .ud__col-lg-span-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ud__col-lg-push-12 {
    left: 50%;
  }
  .ud__col-lg-pull-12 {
    right: 50%;
  }
  .ud__col-lg-offset-12 {
    margin-left: 50%;
  }
  .ud__col-lg-order-12 {
    order: 12;
  }
  .ud__col-lg-span-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ud__col-lg-push-11 {
    left: 45.83333333%;
  }
  .ud__col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ud__col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ud__col-lg-order-11 {
    order: 11;
  }
  .ud__col-lg-span-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ud__col-lg-push-10 {
    left: 41.66666667%;
  }
  .ud__col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ud__col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ud__col-lg-order-10 {
    order: 10;
  }
  .ud__col-lg-span-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ud__col-lg-push-9 {
    left: 37.5%;
  }
  .ud__col-lg-pull-9 {
    right: 37.5%;
  }
  .ud__col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ud__col-lg-order-9 {
    order: 9;
  }
  .ud__col-lg-span-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ud__col-lg-push-8 {
    left: 33.33333333%;
  }
  .ud__col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ud__col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ud__col-lg-order-8 {
    order: 8;
  }
  .ud__col-lg-span-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ud__col-lg-push-7 {
    left: 29.16666667%;
  }
  .ud__col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ud__col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ud__col-lg-order-7 {
    order: 7;
  }
  .ud__col-lg-span-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ud__col-lg-push-6 {
    left: 25%;
  }
  .ud__col-lg-pull-6 {
    right: 25%;
  }
  .ud__col-lg-offset-6 {
    margin-left: 25%;
  }
  .ud__col-lg-order-6 {
    order: 6;
  }
  .ud__col-lg-span-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ud__col-lg-push-5 {
    left: 20.83333333%;
  }
  .ud__col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ud__col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ud__col-lg-order-5 {
    order: 5;
  }
  .ud__col-lg-span-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ud__col-lg-push-4 {
    left: 16.66666667%;
  }
  .ud__col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ud__col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ud__col-lg-order-4 {
    order: 4;
  }
  .ud__col-lg-span-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ud__col-lg-push-3 {
    left: 12.5%;
  }
  .ud__col-lg-pull-3 {
    right: 12.5%;
  }
  .ud__col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ud__col-lg-order-3 {
    order: 3;
  }
  .ud__col-lg-span-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ud__col-lg-push-2 {
    left: 8.33333333%;
  }
  .ud__col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ud__col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ud__col-lg-order-2 {
    order: 2;
  }
  .ud__col-lg-span-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ud__col-lg-push-1 {
    left: 4.16666667%;
  }
  .ud__col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ud__col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ud__col-lg-order-1 {
    order: 1;
  }
  .ud__col-lg-span-0 {
    display: none;
  }
  .ud__col-push-0 {
    left: auto;
  }
  .ud__col-pull-0 {
    right: auto;
  }
  .ud__col-lg-push-0 {
    left: auto;
  }
  .ud__col-lg-pull-0 {
    right: auto;
  }
  .ud__col-lg-offset-0 {
    margin-left: 0;
  }
  .ud__col-lg-order-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .ud__col-xl-span-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ud__col-xl-push-24 {
    left: 100%;
  }
  .ud__col-xl-pull-24 {
    right: 100%;
  }
  .ud__col-xl-offset-24 {
    margin-left: 100%;
  }
  .ud__col-xl-order-24 {
    order: 24;
  }
  .ud__col-xl-span-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ud__col-xl-push-23 {
    left: 95.83333333%;
  }
  .ud__col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ud__col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ud__col-xl-order-23 {
    order: 23;
  }
  .ud__col-xl-span-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ud__col-xl-push-22 {
    left: 91.66666667%;
  }
  .ud__col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ud__col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ud__col-xl-order-22 {
    order: 22;
  }
  .ud__col-xl-span-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ud__col-xl-push-21 {
    left: 87.5%;
  }
  .ud__col-xl-pull-21 {
    right: 87.5%;
  }
  .ud__col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ud__col-xl-order-21 {
    order: 21;
  }
  .ud__col-xl-span-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ud__col-xl-push-20 {
    left: 83.33333333%;
  }
  .ud__col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ud__col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ud__col-xl-order-20 {
    order: 20;
  }
  .ud__col-xl-span-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ud__col-xl-push-19 {
    left: 79.16666667%;
  }
  .ud__col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ud__col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ud__col-xl-order-19 {
    order: 19;
  }
  .ud__col-xl-span-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ud__col-xl-push-18 {
    left: 75%;
  }
  .ud__col-xl-pull-18 {
    right: 75%;
  }
  .ud__col-xl-offset-18 {
    margin-left: 75%;
  }
  .ud__col-xl-order-18 {
    order: 18;
  }
  .ud__col-xl-span-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ud__col-xl-push-17 {
    left: 70.83333333%;
  }
  .ud__col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ud__col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ud__col-xl-order-17 {
    order: 17;
  }
  .ud__col-xl-span-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ud__col-xl-push-16 {
    left: 66.66666667%;
  }
  .ud__col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ud__col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ud__col-xl-order-16 {
    order: 16;
  }
  .ud__col-xl-span-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ud__col-xl-push-15 {
    left: 62.5%;
  }
  .ud__col-xl-pull-15 {
    right: 62.5%;
  }
  .ud__col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ud__col-xl-order-15 {
    order: 15;
  }
  .ud__col-xl-span-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ud__col-xl-push-14 {
    left: 58.33333333%;
  }
  .ud__col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ud__col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ud__col-xl-order-14 {
    order: 14;
  }
  .ud__col-xl-span-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ud__col-xl-push-13 {
    left: 54.16666667%;
  }
  .ud__col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ud__col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ud__col-xl-order-13 {
    order: 13;
  }
  .ud__col-xl-span-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ud__col-xl-push-12 {
    left: 50%;
  }
  .ud__col-xl-pull-12 {
    right: 50%;
  }
  .ud__col-xl-offset-12 {
    margin-left: 50%;
  }
  .ud__col-xl-order-12 {
    order: 12;
  }
  .ud__col-xl-span-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ud__col-xl-push-11 {
    left: 45.83333333%;
  }
  .ud__col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ud__col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ud__col-xl-order-11 {
    order: 11;
  }
  .ud__col-xl-span-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ud__col-xl-push-10 {
    left: 41.66666667%;
  }
  .ud__col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ud__col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ud__col-xl-order-10 {
    order: 10;
  }
  .ud__col-xl-span-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ud__col-xl-push-9 {
    left: 37.5%;
  }
  .ud__col-xl-pull-9 {
    right: 37.5%;
  }
  .ud__col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ud__col-xl-order-9 {
    order: 9;
  }
  .ud__col-xl-span-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ud__col-xl-push-8 {
    left: 33.33333333%;
  }
  .ud__col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ud__col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ud__col-xl-order-8 {
    order: 8;
  }
  .ud__col-xl-span-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ud__col-xl-push-7 {
    left: 29.16666667%;
  }
  .ud__col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ud__col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ud__col-xl-order-7 {
    order: 7;
  }
  .ud__col-xl-span-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ud__col-xl-push-6 {
    left: 25%;
  }
  .ud__col-xl-pull-6 {
    right: 25%;
  }
  .ud__col-xl-offset-6 {
    margin-left: 25%;
  }
  .ud__col-xl-order-6 {
    order: 6;
  }
  .ud__col-xl-span-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ud__col-xl-push-5 {
    left: 20.83333333%;
  }
  .ud__col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ud__col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ud__col-xl-order-5 {
    order: 5;
  }
  .ud__col-xl-span-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ud__col-xl-push-4 {
    left: 16.66666667%;
  }
  .ud__col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ud__col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ud__col-xl-order-4 {
    order: 4;
  }
  .ud__col-xl-span-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ud__col-xl-push-3 {
    left: 12.5%;
  }
  .ud__col-xl-pull-3 {
    right: 12.5%;
  }
  .ud__col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ud__col-xl-order-3 {
    order: 3;
  }
  .ud__col-xl-span-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ud__col-xl-push-2 {
    left: 8.33333333%;
  }
  .ud__col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ud__col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ud__col-xl-order-2 {
    order: 2;
  }
  .ud__col-xl-span-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ud__col-xl-push-1 {
    left: 4.16666667%;
  }
  .ud__col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ud__col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ud__col-xl-order-1 {
    order: 1;
  }
  .ud__col-xl-span-0 {
    display: none;
  }
  .ud__col-push-0 {
    left: auto;
  }
  .ud__col-pull-0 {
    right: auto;
  }
  .ud__col-xl-push-0 {
    left: auto;
  }
  .ud__col-xl-pull-0 {
    right: auto;
  }
  .ud__col-xl-offset-0 {
    margin-left: 0;
  }
  .ud__col-xl-order-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .ud__col-xxl-span-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ud__col-xxl-push-24 {
    left: 100%;
  }
  .ud__col-xxl-pull-24 {
    right: 100%;
  }
  .ud__col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ud__col-xxl-order-24 {
    order: 24;
  }
  .ud__col-xxl-span-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
  .ud__col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ud__col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ud__col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ud__col-xxl-order-23 {
    order: 23;
  }
  .ud__col-xxl-span-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .ud__col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ud__col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ud__col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ud__col-xxl-order-22 {
    order: 22;
  }
  .ud__col-xxl-span-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .ud__col-xxl-push-21 {
    left: 87.5%;
  }
  .ud__col-xxl-pull-21 {
    right: 87.5%;
  }
  .ud__col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ud__col-xxl-order-21 {
    order: 21;
  }
  .ud__col-xxl-span-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .ud__col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ud__col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ud__col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ud__col-xxl-order-20 {
    order: 20;
  }
  .ud__col-xxl-span-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
  .ud__col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ud__col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ud__col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ud__col-xxl-order-19 {
    order: 19;
  }
  .ud__col-xxl-span-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ud__col-xxl-push-18 {
    left: 75%;
  }
  .ud__col-xxl-pull-18 {
    right: 75%;
  }
  .ud__col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ud__col-xxl-order-18 {
    order: 18;
  }
  .ud__col-xxl-span-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
  .ud__col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ud__col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ud__col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ud__col-xxl-order-17 {
    order: 17;
  }
  .ud__col-xxl-span-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .ud__col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ud__col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ud__col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ud__col-xxl-order-16 {
    order: 16;
  }
  .ud__col-xxl-span-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .ud__col-xxl-push-15 {
    left: 62.5%;
  }
  .ud__col-xxl-pull-15 {
    right: 62.5%;
  }
  .ud__col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ud__col-xxl-order-15 {
    order: 15;
  }
  .ud__col-xxl-span-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ud__col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ud__col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ud__col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ud__col-xxl-order-14 {
    order: 14;
  }
  .ud__col-xxl-span-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
  .ud__col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ud__col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ud__col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ud__col-xxl-order-13 {
    order: 13;
  }
  .ud__col-xxl-span-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ud__col-xxl-push-12 {
    left: 50%;
  }
  .ud__col-xxl-pull-12 {
    right: 50%;
  }
  .ud__col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ud__col-xxl-order-12 {
    order: 12;
  }
  .ud__col-xxl-span-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
  .ud__col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ud__col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ud__col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ud__col-xxl-order-11 {
    order: 11;
  }
  .ud__col-xxl-span-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ud__col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ud__col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ud__col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ud__col-xxl-order-10 {
    order: 10;
  }
  .ud__col-xxl-span-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .ud__col-xxl-push-9 {
    left: 37.5%;
  }
  .ud__col-xxl-pull-9 {
    right: 37.5%;
  }
  .ud__col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ud__col-xxl-order-9 {
    order: 9;
  }
  .ud__col-xxl-span-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .ud__col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ud__col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ud__col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ud__col-xxl-order-8 {
    order: 8;
  }
  .ud__col-xxl-span-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
  .ud__col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ud__col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ud__col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ud__col-xxl-order-7 {
    order: 7;
  }
  .ud__col-xxl-span-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ud__col-xxl-push-6 {
    left: 25%;
  }
  .ud__col-xxl-pull-6 {
    right: 25%;
  }
  .ud__col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ud__col-xxl-order-6 {
    order: 6;
  }
  .ud__col-xxl-span-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
  .ud__col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ud__col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ud__col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ud__col-xxl-order-5 {
    order: 5;
  }
  .ud__col-xxl-span-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .ud__col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ud__col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ud__col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ud__col-xxl-order-4 {
    order: 4;
  }
  .ud__col-xxl-span-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .ud__col-xxl-push-3 {
    left: 12.5%;
  }
  .ud__col-xxl-pull-3 {
    right: 12.5%;
  }
  .ud__col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ud__col-xxl-order-3 {
    order: 3;
  }
  .ud__col-xxl-span-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .ud__col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ud__col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ud__col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ud__col-xxl-order-2 {
    order: 2;
  }
  .ud__col-xxl-span-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
  .ud__col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ud__col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ud__col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ud__col-xxl-order-1 {
    order: 1;
  }
  .ud__col-xxl-span-0 {
    display: none;
  }
  .ud__col-push-0 {
    left: auto;
  }
  .ud__col-pull-0 {
    right: auto;
  }
  .ud__col-xxl-push-0 {
    left: auto;
  }
  .ud__col-xxl-pull-0 {
    right: auto;
  }
  .ud__col-xxl-offset-0 {
    margin-left: 0;
  }
  .ud__col-xxl-order-0 {
    order: 0;
  }
}

@-webkit-keyframes fullscreenModalEnter__01bcef {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__01bcef {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__01bcef {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__01bcef {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__01bcef {
  height: 100%;
}
.atsx-layout__01bcef {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__01bcef,
.b50__01bcef {
  color: #f0f4ff;
}
.L50__01bcef,
.l50__01bcef {
  color: #f7fae5;
}
.L100__01bcef,
.l100__01bcef {
  color: #eef6c6;
}
.L200__01bcef,
.l200__01bcef {
  color: #dfee96;
}
.L300__01bcef,
.l300__01bcef {
  color: #d2e76a;
}
.L400__01bcef,
.l400__01bcef {
  color: #c3dd40;
}
.L500__01bcef,
.l500__01bcef {
  color: #b3d600;
}
.L600__01bcef,
.l600__01bcef {
  color: #8fac02;
}
.L700__01bcef,
.l700__01bcef {
  color: #667901;
}
.L800__01bcef,
.l800__01bcef {
  color: #495700;
}
.L900__01bcef,
.l900__01bcef {
  color: #354200;
}
.Y50__01bcef,
.y50__01bcef {
  color: #fdf9ed;
}
.Y100__01bcef,
.y100__01bcef {
  color: #faf1d1;
}
.Y200__01bcef,
.y200__01bcef {
  color: #f8e6ab;
}
.Y300__01bcef,
.y300__01bcef {
  color: #f7dc82;
}
.Y400__01bcef,
.y400__01bcef {
  color: #fad355;
}
.Y500__01bcef,
.y500__01bcef {
  color: #ffc60a;
}
.Y600__01bcef,
.y600__01bcef {
  color: #dc9b04;
}
.Y700__01bcef,
.y700__01bcef {
  color: #aa7803;
}
.Y800__01bcef,
.y800__01bcef {
  color: #795101;
}
.Y900__01bcef,
.y900__01bcef {
  color: #5c3a00;
}
.O50__01bcef,
.o50__01bcef {
  color: #fff5eb;
}
.O100__01bcef,
.o100__01bcef {
  color: #feead2;
}
.O200__01bcef,
.o200__01bcef {
  color: #fed4a4;
}
.O300__01bcef,
.o300__01bcef {
  color: #ffba6b;
}
.O400__01bcef,
.o400__01bcef {
  color: #ffa53d;
}
.O500__01bcef,
.o500__01bcef {
  color: #f80;
}
.O600__01bcef,
.o600__01bcef {
  color: #de7802;
}
.O700__01bcef,
.o700__01bcef {
  color: #b26206;
}
.O800__01bcef,
.o800__01bcef {
  color: #8f4f04;
}
.O900__01bcef,
.o900__01bcef {
  color: #6b3900;
}
.R50__01bcef,
.r50__01bcef {
  color: #fef1f1;
}
.R100__01bcef,
.r100__01bcef {
  color: #fde2e2;
}
.R200__01bcef,
.r200__01bcef {
  color: #fbbfbc;
}
.R300__01bcef,
.r300__01bcef {
  color: #f98e8b;
}
.R400__01bcef,
.r400__01bcef {
  color: #f76964;
}
.R500__01bcef,
.r500__01bcef {
  color: #f54a45;
}
.R600__01bcef,
.r600__01bcef {
  color: #d83931;
}
.R700__01bcef,
.r700__01bcef {
  color: #ac2f28;
}
.R800__01bcef,
.r800__01bcef {
  color: #812520;
}
.R900__01bcef,
.r900__01bcef {
  color: #621c18;
}
.C50__01bcef,
.c50__01bcef {
  color: #fef1f8;
}
.C100__01bcef,
.c100__01bcef {
  color: #fdddef;
}
.C200__01bcef,
.c200__01bcef {
  color: #f9aed9;
}
.C300__01bcef,
.c300__01bcef {
  color: #f57ac0;
}
.C400__01bcef,
.c400__01bcef {
  color: #f14ba9;
}
.C500__01bcef,
.c500__01bcef {
  color: #f01d94;
}
.C600__01bcef,
.c600__01bcef {
  color: #c71077;
}
.C700__01bcef,
.c700__01bcef {
  color: #9e1361;
}
.C800__01bcef,
.c800__01bcef {
  color: #7a0f4b;
}
.C900__01bcef,
.c900__01bcef {
  color: #520a32;
}
.V50__01bcef,
.v50__01bcef {
  color: #fceefc;
}
.V100__01bcef,
.v100__01bcef {
  color: #f8def8;
}
.V200__01bcef,
.v200__01bcef {
  color: #efb9ef;
}
.V300__01bcef,
.v300__01bcef {
  color: #e58fe5;
}
.V400__01bcef,
.v400__01bcef {
  color: #db66db;
}
.V500__01bcef,
.v500__01bcef {
  color: #d136d1;
}
.V600__01bcef,
.v600__01bcef {
  color: #b320b3;
}
.V700__01bcef,
.v700__01bcef {
  color: #8c218c;
}
.V800__01bcef,
.v800__01bcef {
  color: #681268;
}
.V900__01bcef,
.v900__01bcef {
  color: #460b46;
}
.P50__01bcef,
.p50__01bcef {
  color: #f6f1fe;
}
.P100__01bcef,
.p100__01bcef {
  color: #ece2fe;
}
.P200__01bcef,
.p200__01bcef {
  color: #cdb2fa;
}
.P300__01bcef,
.p300__01bcef {
  color: #ad82f7;
}
.P400__01bcef,
.p400__01bcef {
  color: #935af6;
}
.P500__01bcef,
.p500__01bcef {
  color: #7f3bf5;
}
.P600__01bcef,
.p600__01bcef {
  color: #6425d0;
}
.P700__01bcef,
.p700__01bcef {
  color: #4e1ba7;
}
.P800__01bcef,
.p800__01bcef {
  color: #380d82;
}
.P900__01bcef,
.p900__01bcef {
  color: #270561;
}
.I50__01bcef,
.i50__01bcef {
  color: #f2f3fd;
}
.I100__01bcef,
.i100__01bcef {
  color: #e0e2fa;
}
.I200__01bcef,
.i200__01bcef {
  color: #b4b9f3;
}
.I300__01bcef,
.i300__01bcef {
  color: #7b83ea;
}
.I400__01bcef,
.i400__01bcef {
  color: #616ae5;
}
.I500__01bcef,
.i500__01bcef {
  color: #4954e6;
}
.I600__01bcef,
.i600__01bcef {
  color: #2933c7;
}
.I700__01bcef,
.i700__01bcef {
  color: #161fa2;
}
.I800__01bcef,
.i800__01bcef {
  color: #0a1285;
}
.I900__01bcef,
.i900__01bcef {
  color: #0c1264;
}
.N50__01bcef,
.n50__01bcef {
  color: #f8f9fa;
}
.N100__01bcef,
.n100__01bcef {
  color: #f5f6f7;
}
.N200__01bcef,
.n200__01bcef {
  color: #eff0f1;
}
.N300__01bcef,
.n300__01bcef {
  color: #dee0e3;
}
.N400__01bcef,
.n400__01bcef {
  color: #bbbfc4;
}
.N500__01bcef,
.n500__01bcef {
  color: #8f959e;
}
.N600__01bcef,
.n600__01bcef {
  color: #646a73;
}
.N700__01bcef,
.n700__01bcef {
  color: #373c43;
}
.N800__01bcef,
.n800__01bcef {
  color: #2b2f36;
}
.N900__01bcef,
.n900__01bcef {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.roleSelect__01bcef {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.roleSelect__01bcef .roleSelect-block {
  margin-top: 120px;
  width: 480px;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.roleSelect__01bcef .roleSelect-title {
  color: #1F2329;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
  margin-bottom: 42px;
}
.roleSelect__01bcef .roleSelect-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 8px;
  border: 1px solid var(--token-line-border-component, #D0D3D6);
  background: #FFF;
  cursor: pointer;
  /* 🌞 token/shadow/s1/down */
  box-shadow: 0px 2px 8px 2px rgba(31, 35, 41, 0.02), 0px 2px 4px 0px rgba(31, 35, 41, 0.02), 0px 1px 2px -2px rgba(31, 35, 41, 0.02);
}
.roleSelect__01bcef .ambassador .roleSelect-avatar {
  background: #AD82F7;
}
.roleSelect__01bcef .candidate {
  margin-bottom: 16px;
}
.roleSelect__01bcef .candidate .roleSelect-avatar {
  background: #4E83FD;
}
.roleSelect__01bcef .roleSelect-avatar {
  -ms-flex: none;
      flex: none;
  box-sizing: border-box;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 166.667% */
  word-break: break-all;
  padding: 3px;
  height: 48px;
  width: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 12px;
  margin-right: 12px;
}
.roleSelect__01bcef .roleSelect-btn-right {
  -ms-flex: auto;
      flex: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.roleSelect__01bcef .roleSelect-btn-right .roleSelect-btn-title {
  color: var(--token-text-title, #1F2329);
  /* 桌面端/中文/辅助标题 headline */
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  margin-bottom: 4px;
}
.roleSelect__01bcef .roleSelect-btn-right .roleSelect-btn-context {
  color: var(--token-text-placeholder, #8F959E);
  /* 中文/桌面端/正文辅助（12px Regular） */
  font-family: "PingFang SC";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 166.667% */
}
.roleSelect__01bcef .roleSelect-btn-icon {
  font-size: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.atsx-card-hoverable {
  cursor: pointer;
}
.atsx-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.atsx-card-bordered {
  border: 1px solid #e8e8e8;
}
.atsx-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  zoom: 1;
}
.atsx-card-head::before,
.atsx-card-head::after {
  display: table;
  content: '';
}
.atsx-card-head::after {
  clear: both;
}
.atsx-card-head-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.atsx-card-head-title {
  display: inline-block;
  -ms-flex: 1;
      flex: 1 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.atsx-card-head .atsx-tabs {
  clear: both;
  margin-bottom: -17px;
  color: #646a73;
  font-weight: normal;
  font-size: 14px;
}
.atsx-card-head .atsx-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.atsx-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: #646a73;
  font-weight: normal;
  font-size: 14px;
}
.atsx-card-body {
  padding: 24px;
  zoom: 1;
}
.atsx-card-body::before,
.atsx-card-body::after {
  display: table;
  content: '';
}
.atsx-card-body::after {
  clear: both;
}
.atsx-card-contain-grid:not(.atsx-card-loading) .atsx-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.atsx-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  transition: all 0.3s;
}
.atsx-card-grid:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 24px 0 rgba(31, 35, 41, 0.12);
}
.atsx-card-contain-tabs > .atsx-card-head .atsx-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.atsx-card-contain-tabs .atsx-card-extra {
  padding-bottom: 0;
}
.atsx-card-cover > * {
  display: block;
  width: 100%;
}
.atsx-card-cover img {
  border-radius: 2px 2px 0 0;
}
.atsx-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #F5F6F7;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}
.atsx-card-actions::before,
.atsx-card-actions::after {
  display: table;
  content: '';
}
.atsx-card-actions::after {
  clear: both;
}
.atsx-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.atsx-card-actions > li > span {
  position: relative;
  display: inline-block;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.atsx-card-actions > li > span:hover {
  color: #325ab4;
  transition: color 0.3s;
}
.atsx-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.atsx-card-actions > li > span a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.atsx-card-actions > li > span a:hover {
  color: #325ab4;
}
.atsx-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.atsx-card-type-inner .atsx-card-head {
  padding: 0 24px;
  background: #F5F6F7;
}
.atsx-card-type-inner .atsx-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.atsx-card-type-inner .atsx-card-body {
  padding: 16px 24px;
}
.atsx-card-type-inner .atsx-card-extra {
  padding: 13.5px 0;
}
.atsx-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.atsx-card-meta::before,
.atsx-card-meta::after {
  display: table;
  content: '';
}
.atsx-card-meta::after {
  clear: both;
}
.atsx-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.atsx-card-meta-detail {
  overflow: hidden;
}
.atsx-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.atsx-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-weight: var(--semi-bold);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.atsx-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.atsx-card-loading {
  overflow: hidden;
}
.atsx-card-loading .atsx-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.atsx-card-loading-content p {
  margin: 0;
}
.atsx-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
}
@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.atsx-card-small > .atsx-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.atsx-card-small > .atsx-card-head > .atsx-card-head-wrapper > .atsx-card-head-title {
  padding: 8px 0;
}
.atsx-card-small > .atsx-card-head > .atsx-card-head-wrapper > .atsx-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.atsx-card-small > .atsx-card-body {
  padding: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* B400 */
/* B500 */
/* ATS-X新增颜色 */
/* N50 */
/* N200 */
/* N300 */
/* N400 */
/* N600 */
/* N900 */
/* N500 */
/* 移动端选择器 MSelect */
/* 移动端月份选择 MMonthPicker */
/* atsx新属性 */
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-nav-container {
  height: 40px;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-ink-bar {
  visibility: hidden;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #F5F6F7;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-tab-active {
  height: 40px;
  color: #325ab4;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-tab-inactive {
  padding: 0;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-nav-wrap {
  margin-bottom: 0;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-tab .atsx-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  transition: all 0.3s;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-tab .atsx-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-content > .atsx-tabs-tabpane,
.atsx-tabs.atsx-tabs-editable-card .atsx-tabs-card-content > .atsx-tabs-tabpane {
  transition: none !important;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-content > .atsx-tabs-tabpane-inactive,
.atsx-tabs.atsx-tabs-editable-card .atsx-tabs-card-content > .atsx-tabs-tabpane-inactive {
  overflow: hidden;
}
.atsx-tabs.atsx-tabs-card .atsx-tabs-card-bar .atsx-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.atsx-tabs-extra-content {
  line-height: 40px;
}
.atsx-tabs-extra-content .atsx-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: #646a73;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
.atsx-tabs-extra-content .atsx-tabs-new-tab:hover {
  color: #325ab4;
  border-color: #325ab4;
}
.atsx-tabs-extra-content .atsx-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-nav-container,
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-nav-container {
  height: auto;
}
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-tab,
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-tab-active,
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-tab-active {
  padding-bottom: 4px;
}
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-tab:last-child,
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-tab:last-child {
  margin-bottom: 8px;
}
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-new-tab,
.atsx-tabs-vertical.atsx-tabs-card .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-new-tab {
  width: 90%;
}
.atsx-tabs-vertical.atsx-tabs-card.atsx-tabs-left .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-nav-wrap {
  margin-right: 0;
}
.atsx-tabs-vertical.atsx-tabs-card.atsx-tabs-left .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.atsx-tabs-vertical.atsx-tabs-card.atsx-tabs-left .atsx-tabs-card-bar.atsx-tabs-left-bar .atsx-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.atsx-tabs-vertical.atsx-tabs-card.atsx-tabs-right .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-nav-wrap {
  margin-left: 0;
}
.atsx-tabs-vertical.atsx-tabs-card.atsx-tabs-right .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.atsx-tabs-vertical.atsx-tabs-card.atsx-tabs-right .atsx-tabs-card-bar.atsx-tabs-right-bar .atsx-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.atsx-tabs .atsx-tabs-card-bar.atsx-tabs-bottom-bar .atsx-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.atsx-tabs .atsx-tabs-card-bar.atsx-tabs-bottom-bar .atsx-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #325ab4;
}
.atsx-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #646a73;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.atsx-tabs::before,
.atsx-tabs::after {
  display: table;
  content: '';
}
.atsx-tabs::after {
  clear: both;
}
.atsx-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  height: 2px;
  background-color: #325ab4;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
}
.atsx-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-tabs-nav-container {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  white-space: nowrap;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.atsx-tabs-nav-container::before,
.atsx-tabs-nav-container::after {
  display: table;
  content: '';
}
.atsx-tabs-nav-container::after {
  clear: both;
}
.atsx-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px;
}
.atsx-tabs-bottom .atsx-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.atsx-tabs-bottom .atsx-tabs-bottom-bar .atsx-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}
.atsx-tabs-bottom .atsx-tabs-bottom-bar .atsx-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}
.atsx-tabs-tab-prev,
.atsx-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.atsx-tabs-tab-prev.atsx-tabs-tab-arrow-show,
.atsx-tabs-tab-next.atsx-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.atsx-tabs-tab-prev:hover,
.atsx-tabs-tab-next:hover {
  color: #646a73;
}
.atsx-tabs-tab-prev-icon,
.atsx-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.atsx-tabs-tab-prev-icon-target,
.atsx-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -ms-transform: scale(0.83333333) rotate(0deg);
      transform: scale(0.83333333) rotate(0deg);
}
:root .atsx-tabs-tab-prev-icon-target,
:root .atsx-tabs-tab-next-icon-target {
  font-size: 12px;
}
.atsx-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.atsx-tabs-tab-btn-disabled,
.atsx-tabs-tab-btn-disabled:hover {
  color: rgba(50, 90, 180, 0.3);
}
.atsx-tabs-tab-next {
  right: 2px;
}
.atsx-tabs-tab-prev {
  left: 0;
}
:root .atsx-tabs-tab-prev {
  -webkit-filter: none;
          filter: none;
}
.atsx-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}
.atsx-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.atsx-tabs-nav {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-tabs-nav::before,
.atsx-tabs-nav::after {
  display: table;
  content: ' ';
}
.atsx-tabs-nav::after {
  clear: both;
}
.atsx-tabs-nav .atsx-tabs-tab {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  margin: 0 36px 0 0;
  padding: 0 0 13px 0;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-tabs-nav .atsx-tabs-tab:last-child {
  margin-right: 0;
}
.atsx-tabs-nav .atsx-tabs-tab:hover {
  color: #325ab4;
}
.atsx-tabs-nav .atsx-tabs-tab:active {
  color: #325ab4;
}
.atsx-tabs-nav .atsx-tabs-tab .anticon {
  margin-right: 8px;
}
.atsx-tabs-nav .atsx-tabs-tab-disabled,
.atsx-tabs-nav .atsx-tabs-tab-disabled:hover {
  color: rgba(50, 90, 180, 0.3);
  cursor: not-allowed;
}
.atsx-tabs-nav .atsx-tabs-tab-active {
  color: #325ab4;
  font-weight: 500;
  font-weight: var(--semi-bold);
}
.atsx-tabs .atsx-tabs-large-bar .atsx-tabs-nav-container {
  font-size: 16px;
}
.atsx-tabs .atsx-tabs-large-bar .atsx-tabs-tab {
  padding: 16px;
}
.atsx-tabs .atsx-tabs-small-bar .atsx-tabs-nav-container {
  font-size: 14px;
}
.atsx-tabs .atsx-tabs-small-bar .atsx-tabs-tab {
  padding: 8px 16px;
}
.atsx-tabs .atsx-tabs-top-content,
.atsx-tabs .atsx-tabs-bottom-content {
  width: 100%;
}
.atsx-tabs .atsx-tabs-top-content > .atsx-tabs-tabpane,
.atsx-tabs .atsx-tabs-bottom-content > .atsx-tabs-tabpane {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  opacity: 1;
}
.atsx-tabs .atsx-tabs-top-content > .atsx-tabs-tabpane-inactive,
.atsx-tabs .atsx-tabs-bottom-content > .atsx-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.atsx-tabs .atsx-tabs-top-content > .atsx-tabs-tabpane-inactive input,
.atsx-tabs .atsx-tabs-bottom-content > .atsx-tabs-tabpane-inactive input {
  visibility: hidden;
}
.atsx-tabs .atsx-tabs-top-content.atsx-tabs-content-animated,
.atsx-tabs .atsx-tabs-bottom-content.atsx-tabs-content-animated {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
.atsx-tabs .atsx-tabs-left-bar,
.atsx-tabs .atsx-tabs-right-bar {
  height: 100%;
  border-bottom: 0;
}
.atsx-tabs .atsx-tabs-left-bar-tab-prev,
.atsx-tabs .atsx-tabs-right-bar-tab-prev,
.atsx-tabs .atsx-tabs-left-bar-tab-next,
.atsx-tabs .atsx-tabs-right-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-tabs .atsx-tabs-left-bar-tab-prev.atsx-tabs-tab-arrow-show,
.atsx-tabs .atsx-tabs-right-bar-tab-prev.atsx-tabs-tab-arrow-show,
.atsx-tabs .atsx-tabs-left-bar-tab-next.atsx-tabs-tab-arrow-show,
.atsx-tabs .atsx-tabs-right-bar-tab-next.atsx-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-tab,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-tab:last-child,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-tab:last-child {
  margin-bottom: 0;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-extra-content,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-extra-content {
  text-align: center;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-scroll,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-scroll {
  width: auto;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-container,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-container,
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-wrap,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-wrap {
  height: 100%;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-container,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-container {
  margin-bottom: 0;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-container.atsx-tabs-nav-container-scrolling,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-container.atsx-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-wrap,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-wrap {
  margin-bottom: 0;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav {
  width: 100%;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-ink-bar,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: auto;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-tab-next,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-tab-next {
  bottom: 0;
  width: 100%;
  height: 32px;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-tab-prev,
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.atsx-tabs .atsx-tabs-left-content,
.atsx-tabs .atsx-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}
.atsx-tabs .atsx-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-tab {
  text-align: right;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-container {
  margin-right: -1px;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-nav-wrap {
  margin-right: -1px;
}
.atsx-tabs .atsx-tabs-left-bar .atsx-tabs-ink-bar {
  right: 1px;
}
.atsx-tabs .atsx-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.atsx-tabs .atsx-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-container {
  margin-left: -1px;
}
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-nav-wrap {
  margin-left: -1px;
}
.atsx-tabs .atsx-tabs-right-bar .atsx-tabs-ink-bar {
  left: 1px;
}
.atsx-tabs .atsx-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.atsx-tabs-top .atsx-tabs-ink-bar-animated,
.atsx-tabs-bottom .atsx-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.atsx-tabs-left .atsx-tabs-ink-bar-animated,
.atsx-tabs-right .atsx-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .atsx-tabs-content > .atsx-tabs-content-animated,
.atsx-tabs-no-animation > .atsx-tabs-content > .atsx-tabs-content-animated {
  margin-left: 0 !important;
  -ms-transform: none !important;
      transform: none !important;
}
.no-flex > .atsx-tabs-content > .atsx-tabs-tabpane-inactive,
.atsx-tabs-no-animation > .atsx-tabs-content > .atsx-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.no-flex > .atsx-tabs-content > .atsx-tabs-tabpane-inactive input,
.atsx-tabs-no-animation > .atsx-tabs-content > .atsx-tabs-tabpane-inactive input {
  visibility: hidden;
}
.atsx-tabs-left-content > .atsx-tabs-content-animated,
.atsx-tabs-right-content > .atsx-tabs-content-animated {
  margin-left: 0 !important;
  -ms-transform: none !important;
      transform: none !important;
}
.atsx-tabs-left-content > .atsx-tabs-tabpane-inactive,
.atsx-tabs-right-content > .atsx-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.atsx-tabs-left-content > .atsx-tabs-tabpane-inactive input,
.atsx-tabs-right-content > .atsx-tabs-tabpane-inactive input {
  visibility: hidden;
}

@-webkit-keyframes fullscreenModalEnter__2e3832 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__2e3832 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__2e3832 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__2e3832 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__2e3832 {
  height: 100%;
}
.atsx-layout__2e3832 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__2e3832,
.b50__2e3832 {
  color: #f0f4ff;
}
.L50__2e3832,
.l50__2e3832 {
  color: #f7fae5;
}
.L100__2e3832,
.l100__2e3832 {
  color: #eef6c6;
}
.L200__2e3832,
.l200__2e3832 {
  color: #dfee96;
}
.L300__2e3832,
.l300__2e3832 {
  color: #d2e76a;
}
.L400__2e3832,
.l400__2e3832 {
  color: #c3dd40;
}
.L500__2e3832,
.l500__2e3832 {
  color: #b3d600;
}
.L600__2e3832,
.l600__2e3832 {
  color: #8fac02;
}
.L700__2e3832,
.l700__2e3832 {
  color: #667901;
}
.L800__2e3832,
.l800__2e3832 {
  color: #495700;
}
.L900__2e3832,
.l900__2e3832 {
  color: #354200;
}
.Y50__2e3832,
.y50__2e3832 {
  color: #fdf9ed;
}
.Y100__2e3832,
.y100__2e3832 {
  color: #faf1d1;
}
.Y200__2e3832,
.y200__2e3832 {
  color: #f8e6ab;
}
.Y300__2e3832,
.y300__2e3832 {
  color: #f7dc82;
}
.Y400__2e3832,
.y400__2e3832 {
  color: #fad355;
}
.Y500__2e3832,
.y500__2e3832 {
  color: #ffc60a;
}
.Y600__2e3832,
.y600__2e3832 {
  color: #dc9b04;
}
.Y700__2e3832,
.y700__2e3832 {
  color: #aa7803;
}
.Y800__2e3832,
.y800__2e3832 {
  color: #795101;
}
.Y900__2e3832,
.y900__2e3832 {
  color: #5c3a00;
}
.O50__2e3832,
.o50__2e3832 {
  color: #fff5eb;
}
.O100__2e3832,
.o100__2e3832 {
  color: #feead2;
}
.O200__2e3832,
.o200__2e3832 {
  color: #fed4a4;
}
.O300__2e3832,
.o300__2e3832 {
  color: #ffba6b;
}
.O400__2e3832,
.o400__2e3832 {
  color: #ffa53d;
}
.O500__2e3832,
.o500__2e3832 {
  color: #f80;
}
.O600__2e3832,
.o600__2e3832 {
  color: #de7802;
}
.O700__2e3832,
.o700__2e3832 {
  color: #b26206;
}
.O800__2e3832,
.o800__2e3832 {
  color: #8f4f04;
}
.O900__2e3832,
.o900__2e3832 {
  color: #6b3900;
}
.R50__2e3832,
.r50__2e3832 {
  color: #fef1f1;
}
.R100__2e3832,
.r100__2e3832 {
  color: #fde2e2;
}
.R200__2e3832,
.r200__2e3832 {
  color: #fbbfbc;
}
.R300__2e3832,
.r300__2e3832 {
  color: #f98e8b;
}
.R400__2e3832,
.r400__2e3832 {
  color: #f76964;
}
.R500__2e3832,
.r500__2e3832 {
  color: #f54a45;
}
.R600__2e3832,
.r600__2e3832 {
  color: #d83931;
}
.R700__2e3832,
.r700__2e3832 {
  color: #ac2f28;
}
.R800__2e3832,
.r800__2e3832 {
  color: #812520;
}
.R900__2e3832,
.r900__2e3832 {
  color: #621c18;
}
.C50__2e3832,
.c50__2e3832 {
  color: #fef1f8;
}
.C100__2e3832,
.c100__2e3832 {
  color: #fdddef;
}
.C200__2e3832,
.c200__2e3832 {
  color: #f9aed9;
}
.C300__2e3832,
.c300__2e3832 {
  color: #f57ac0;
}
.C400__2e3832,
.c400__2e3832 {
  color: #f14ba9;
}
.C500__2e3832,
.c500__2e3832 {
  color: #f01d94;
}
.C600__2e3832,
.c600__2e3832 {
  color: #c71077;
}
.C700__2e3832,
.c700__2e3832 {
  color: #9e1361;
}
.C800__2e3832,
.c800__2e3832 {
  color: #7a0f4b;
}
.C900__2e3832,
.c900__2e3832 {
  color: #520a32;
}
.V50__2e3832,
.v50__2e3832 {
  color: #fceefc;
}
.V100__2e3832,
.v100__2e3832 {
  color: #f8def8;
}
.V200__2e3832,
.v200__2e3832 {
  color: #efb9ef;
}
.V300__2e3832,
.v300__2e3832 {
  color: #e58fe5;
}
.V400__2e3832,
.v400__2e3832 {
  color: #db66db;
}
.V500__2e3832,
.v500__2e3832 {
  color: #d136d1;
}
.V600__2e3832,
.v600__2e3832 {
  color: #b320b3;
}
.V700__2e3832,
.v700__2e3832 {
  color: #8c218c;
}
.V800__2e3832,
.v800__2e3832 {
  color: #681268;
}
.V900__2e3832,
.v900__2e3832 {
  color: #460b46;
}
.P50__2e3832,
.p50__2e3832 {
  color: #f6f1fe;
}
.P100__2e3832,
.p100__2e3832 {
  color: #ece2fe;
}
.P200__2e3832,
.p200__2e3832 {
  color: #cdb2fa;
}
.P300__2e3832,
.p300__2e3832 {
  color: #ad82f7;
}
.P400__2e3832,
.p400__2e3832 {
  color: #935af6;
}
.P500__2e3832,
.p500__2e3832 {
  color: #7f3bf5;
}
.P600__2e3832,
.p600__2e3832 {
  color: #6425d0;
}
.P700__2e3832,
.p700__2e3832 {
  color: #4e1ba7;
}
.P800__2e3832,
.p800__2e3832 {
  color: #380d82;
}
.P900__2e3832,
.p900__2e3832 {
  color: #270561;
}
.I50__2e3832,
.i50__2e3832 {
  color: #f2f3fd;
}
.I100__2e3832,
.i100__2e3832 {
  color: #e0e2fa;
}
.I200__2e3832,
.i200__2e3832 {
  color: #b4b9f3;
}
.I300__2e3832,
.i300__2e3832 {
  color: #7b83ea;
}
.I400__2e3832,
.i400__2e3832 {
  color: #616ae5;
}
.I500__2e3832,
.i500__2e3832 {
  color: #4954e6;
}
.I600__2e3832,
.i600__2e3832 {
  color: #2933c7;
}
.I700__2e3832,
.i700__2e3832 {
  color: #161fa2;
}
.I800__2e3832,
.i800__2e3832 {
  color: #0a1285;
}
.I900__2e3832,
.i900__2e3832 {
  color: #0c1264;
}
.N50__2e3832,
.n50__2e3832 {
  color: #f8f9fa;
}
.N100__2e3832,
.n100__2e3832 {
  color: #f5f6f7;
}
.N200__2e3832,
.n200__2e3832 {
  color: #eff0f1;
}
.N300__2e3832,
.n300__2e3832 {
  color: #dee0e3;
}
.N400__2e3832,
.n400__2e3832 {
  color: #bbbfc4;
}
.N500__2e3832,
.n500__2e3832 {
  color: #8f959e;
}
.N600__2e3832,
.n600__2e3832 {
  color: #646a73;
}
.N700__2e3832,
.n700__2e3832 {
  color: #373c43;
}
.N800__2e3832,
.n800__2e3832 {
  color: #2b2f36;
}
.N900__2e3832,
.n900__2e3832 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
.container__2e3832 {
  padding-top: 80px;
  padding: 80px 225px 85px 225px;
  opacity: 1;
  position: relative;
  padding-bottom: 120px;
  min-height: calc(100vh - 54px);
  font-family: 'PingFang SC';
}
.container__2e3832 .banner__2e3832 {
  position: absolute;
  top: 0;
  left: 0;
  height: 380px;
  width: 100%;
  background-image: url(//../../_app/immutable/images/d78b04565a89e06ee55c11b24e788b4d.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container__2e3832 .content__2e3832 {
  position: relative;
}
.container__2e3832 .content__2e3832 .title__2e3832 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 12px;
  -ms-flex-align: center;
      align-items: center;
}
.container__2e3832 .content__2e3832 .title__2e3832 .title-info__2e3832 {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 4px;
}
.container__2e3832 .content__2e3832 .title__2e3832 .title-info__2e3832 .title-info-name__2e3832 {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
.container__2e3832 .content__2e3832 .title__2e3832 .title-info__2e3832 .title-info-time__2e3832 {
  gap: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.container__2e3832 .content__2e3832 .title__2e3832 .button__2e3832 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
}
.container__2e3832 .content__2e3832 .info-card__2e3832 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px -4px rgba(31, 35, 41, 0.02), 0px 4px 8px 0px rgba(31, 35, 41, 0.02), 0px 4px 16px 4px rgba(31, 35, 41, 0.03);
}
.container__2e3832 .content__2e3832 .info-card__2e3832 .info-detail__2e3832 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 50px;
}
.container__2e3832 .content__2e3832 .info-card__2e3832 .info-detail__2e3832 .atsx-btn {
  color: #325ab4;
}
.container__2e3832 .content__2e3832 .info-card__2e3832 .info-detail__2e3832 .info-detail-title__2e3832 {
  color: #1f2329;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  /* 160% */
  margin-bottom: 4px;
}
.container__2e3832 .content__2e3832 .info-card__2e3832 .info-detail__2e3832 .info-detail-line__2e3832 {
  width: 24px;
  height: 4px;
  background: #325ab4;
  margin-bottom: 24px;
}
.qrCodeTooltipContent__2e3832 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 13px 8px;
}
.qrCodeTooltipContent__2e3832 .qrCode__2e3832 {
  width: 176px;
  height: 176px;
}
.qrCodeTooltipContent__2e3832 .download-btn__2e3832 {
  margin-top: 16px;
  margin-right: 6px;
  line-height: 22px;
  color: #325ab4;
  cursor: pointer;
}
.toast-text__2e3832 {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__dialog__root {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-title);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
}
.ud__dialog__mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--bg-mask);
}
.ud__dialog__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}
.ud__dialog__wrap:focus {
  outline: none;
  --hack-merge-rules: true;
}
.ud__dialog__wrap:focus-visible {
  outline: none;
}
.ud__dialog--centered {
  white-space: nowrap;
}
.ud__dialog__content {
  position: relative;
  white-space: normal;
  display: flex;
  align-items: flex-start;
  pointer-events: none;
}
.ud__dialog__mask-animation-enter,
.ud__dialog__mask-animation-appear {
  opacity: 0;
}
.ud__dialog__mask-animation-enter-active,
.ud__dialog__mask-animation-appear-active {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud__dialog__mask-animation-appear-done,
.ud__dialog__mask-animation-enter-done,
.ud__dialog__mask-animation-exit {
  opacity: 1;
}
.ud__dialog__mask-animation-exit-active {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud__dialog__content-animation-enter,
.ud__dialog__content-animation-appear {
  opacity: 0;
  transform: scale(0.7, 0.7);
}
.ud__dialog__content-animation-enter-active,
.ud__dialog__content-animation-appear-active {
  opacity: 1;
  transform: scale(1, 1);
  transition: opacity 0.4s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.4s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud__dialog__content-animation-appear-done,
.ud__dialog__content-animation-enter-done,
.ud__dialog__content-animation-exit {
  opacity: 1;
  transform: scale(1, 1);
}
.ud__dialog__content-animation-exit-active {
  opacity: 0;
  transform: scale(0.7, 0.7);
  transition: opacity 0.3s cubic-bezier(0.34, 0.69, 0.1, 1), transform 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
}
.ud__confirm__content {
  position: relative;
  background-color: var(--bg-float);
  pointer-events: auto;
}
.ud__confirm__header {
  box-sizing: border-box;
  position: relative;
  padding: 24px;
}
.ud__confirm__titleContent {
  flex: 1 1;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.ud__confirm-success .ud__confirm__icon {
  color: var(--function-success-500);
}
.ud__confirm-confirm .ud__confirm__icon,
.ud__confirm-warning .ud__confirm__icon {
  color: var(--function-warning-500);
}
.ud__confirm-error .ud__confirm__icon {
  color: var(--function-danger-500);
}
.ud__confirm-info .ud__confirm__icon {
  color: var(--function-info-500);
}
.ud__confirm__body {
  box-sizing: border-box;
  margin-top: 8px;
  overflow-wrap: break-word;
}
.ud__confirm__content.ud__confirm-hasIcon .ud__confirm__body {
  margin-left: 40px;
}
.ud__confirm__footer {
  box-sizing: border-box;
  text-align: right;
  padding: 0 24px 24px;
}
.ud__confirm__footer::after {
  content: "";
  clear: both;
  display: table;
}
.ud__confirm__footer__extraAction {
  float: left;
}
.ud__confirm__footer__btns {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -12px;
}
.ud__confirm__footer__btns .ud__button {
  margin-left: 12px;
  margin-bottom: 12px;
}
.ud__modal__content {
  background-color: var(--bg-float);
  pointer-events: auto;
}
.ud__modal__header {
  box-sizing: border-box;
  position: relative;
  padding: 24px;
}
.ud__modal-closable > .ud__modal__header {
  padding-right: 56px;
}
.ud__modal__titleContent {
  flex: 1 1;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
.ud__modal__close.ud__button {
  position: absolute;
  top: 24px;
  right: 24px;
  color: var(--icon-n2);
  font-size: 20px;
  margin: -2px -4px;
}
.ud__modal__des {
  box-sizing: border-box;
  margin-top: 8px;
  overflow-wrap: break-word;
  color: var(--text-caption);
}
.ud__modal__body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--text-title);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  padding: 0 24px;
  margin-bottom: 24px;
  flex: 1 1;
  overflow-wrap: break-word;
}
.ud__modal__body--top-overflow {
  box-shadow: inset 0 1px var(--line-divider-default);
}
.ud__modal__body--bottom-overflow {
  box-shadow: inset 0 -1px var(--line-divider-default);
}
.ud__modal__body--top-overflow.ud__modal__body--bottom-overflow {
  box-shadow: inset 0 1px var(--line-divider-default), inset 0 -1px var(--line-divider-default);
}
.ud__modal__footer {
  box-sizing: border-box;
  text-align: right;
  padding: 0 24px 24px;
}
.ud__modal__footer::after {
  content: "";
  clear: both;
  display: table;
}
.ud__modal__footer__extraAction {
  float: left;
}
.ud__modal__footer__btns {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: -12px;
}
.ud__modal__footer__btns .ud__button {
  margin-left: 12px;
  margin-bottom: 12px;
}

/**
 * namespace
 */
/**
  * 环境变量
  */
/**
 * spacing
 */
/**
 * 圆角分类
 */
/**
 * font family
 */
/**
 * font weight
 */
/**
 * typography
 */
/**
 * 层级
 */
/**
 * checkbox 组件
 */
/**
 * button 组件
 */
/*
 * radio 组件
 */
/**
* grid system: 栅格布局最大列数定义
*/
/**
* tooltip
*/
/**
* popover
*/
/**
* popconfirm
*/
/**
* Modal
*/
/**
* notification
*/
/**
* message
*/
/**
* breadcrumb
*/
/**
* input 组件
*/
/**
* layout
*/
/**
* menu
*/
/*
* Dropdown
*/
/*
* Collapse
*/
/*
* Slider
*/
/*
* card
*/
/*
* rate
*/
/**
* Drawer
*/
/*
* Divider 分割线
*/
/*
* 空状态
*/
/**
* 骨架屏
*/
.ud__scrollArea {
  box-sizing: border-box;
}
.ud__scrollArea::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  transition: background 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
  background-color: rgba(var(--N900-raw), 30%);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.ud__scrollArea::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  background-color: transparent;
}
.ud__scrollArea::-webkit-scrollbar-thumb:hover {
  background-color: rgba(var(--N900-raw), 60%) !important;
}
.ud__scrollArea::-webkit-scrollbar:hover {
  width: 11px;
  height: 11px;
}
.ud__scrollArea::-webkit-scrollbar-button {
  display: none;
}
.ud__scrollArea::-webkit-scrollbar-track {
  background-color: transparent;
}
.ud__scrollArea::-webkit-scrollbar-corner {
  background-color: transparent;
}
.ud__scrollArea-x {
  overflow-x: auto;
  overflow-x: overlay;
}
.ud__scrollArea-y {
  overflow-y: auto;
  overflow-y: overlay;
}
.ud__scrollArea-hide-bar::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.uh0wsrm { margin-right: 16px }
.uitx8vz { font-size: 24px }
.u1phb0yk { border-top-left-radius: 2px }
.u1qoj5pc { border-top-right-radius: 2px }
.u1ifkaa8 { border-bottom-right-radius: 2px }
.u1dmhp3t { border-bottom-left-radius: 2px }
.ug5ls2v { border-top-left-radius: 4px }
.uojpzs1 { border-top-right-radius: 4px }
.u14xgn8e { border-bottom-right-radius: 4px }
.u1iv0uqv { border-bottom-left-radius: 4px }
.u45g5g7 { border-top-left-radius: 6px }
.uhuq101 { border-top-right-radius: 6px }
.umn3xo7 { border-bottom-right-radius: 6px }
.uuc2yp { border-bottom-left-radius: 6px }
.u1tdvglg { border-top-left-radius: 8px }
.u1bbjp94 { border-top-right-radius: 8px }
.u1elgmow { border-bottom-right-radius: 8px }
.u11ffjux { border-bottom-left-radius: 8px }
.u2mp33n { border-top-left-radius: 12px }
.u19lupxs { border-top-right-radius: 12px }
.u6ugtea { border-bottom-right-radius: 12px }
.u12jymhp { border-bottom-left-radius: 12px }
.u1g49t1p { border-top-left-radius: 999999px }
.u1753eih { border-top-right-radius: 999999px }
.ugj8klt { border-bottom-right-radius: 999999px }
.u19dn4l4 { border-bottom-left-radius: 999999px }
.u16gdikw { position: relative }
.uvhckaz { flex-direction: column }
.uke3gve { width: 100% }
.uoddzzi { max-height: 100% }
.u6su9ay { height: 100% }
.ufg3dx4 { line-height: 24px }
.u1eiw3p2 { margin-top: auto }
.uwu2mp9 { margin-right: 0 }
.u1xm0su5 { margin-bottom: auto }
.uqlh25q { margin-left: 0 }
@-webkit-keyframes fullscreenModalEnter__72ebd9 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__72ebd9 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__72ebd9 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__72ebd9 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__72ebd9 {
  height: 100%;
}
.atsx-layout__72ebd9 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__72ebd9,
.b50__72ebd9 {
  color: #f0f4ff;
}
.L50__72ebd9,
.l50__72ebd9 {
  color: #f7fae5;
}
.L100__72ebd9,
.l100__72ebd9 {
  color: #eef6c6;
}
.L200__72ebd9,
.l200__72ebd9 {
  color: #dfee96;
}
.L300__72ebd9,
.l300__72ebd9 {
  color: #d2e76a;
}
.L400__72ebd9,
.l400__72ebd9 {
  color: #c3dd40;
}
.L500__72ebd9,
.l500__72ebd9 {
  color: #b3d600;
}
.L600__72ebd9,
.l600__72ebd9 {
  color: #8fac02;
}
.L700__72ebd9,
.l700__72ebd9 {
  color: #667901;
}
.L800__72ebd9,
.l800__72ebd9 {
  color: #495700;
}
.L900__72ebd9,
.l900__72ebd9 {
  color: #354200;
}
.Y50__72ebd9,
.y50__72ebd9 {
  color: #fdf9ed;
}
.Y100__72ebd9,
.y100__72ebd9 {
  color: #faf1d1;
}
.Y200__72ebd9,
.y200__72ebd9 {
  color: #f8e6ab;
}
.Y300__72ebd9,
.y300__72ebd9 {
  color: #f7dc82;
}
.Y400__72ebd9,
.y400__72ebd9 {
  color: #fad355;
}
.Y500__72ebd9,
.y500__72ebd9 {
  color: #ffc60a;
}
.Y600__72ebd9,
.y600__72ebd9 {
  color: #dc9b04;
}
.Y700__72ebd9,
.y700__72ebd9 {
  color: #aa7803;
}
.Y800__72ebd9,
.y800__72ebd9 {
  color: #795101;
}
.Y900__72ebd9,
.y900__72ebd9 {
  color: #5c3a00;
}
.O50__72ebd9,
.o50__72ebd9 {
  color: #fff5eb;
}
.O100__72ebd9,
.o100__72ebd9 {
  color: #feead2;
}
.O200__72ebd9,
.o200__72ebd9 {
  color: #fed4a4;
}
.O300__72ebd9,
.o300__72ebd9 {
  color: #ffba6b;
}
.O400__72ebd9,
.o400__72ebd9 {
  color: #ffa53d;
}
.O500__72ebd9,
.o500__72ebd9 {
  color: #f80;
}
.O600__72ebd9,
.o600__72ebd9 {
  color: #de7802;
}
.O700__72ebd9,
.o700__72ebd9 {
  color: #b26206;
}
.O800__72ebd9,
.o800__72ebd9 {
  color: #8f4f04;
}
.O900__72ebd9,
.o900__72ebd9 {
  color: #6b3900;
}
.R50__72ebd9,
.r50__72ebd9 {
  color: #fef1f1;
}
.R100__72ebd9,
.r100__72ebd9 {
  color: #fde2e2;
}
.R200__72ebd9,
.r200__72ebd9 {
  color: #fbbfbc;
}
.R300__72ebd9,
.r300__72ebd9 {
  color: #f98e8b;
}
.R400__72ebd9,
.r400__72ebd9 {
  color: #f76964;
}
.R500__72ebd9,
.r500__72ebd9 {
  color: #f54a45;
}
.R600__72ebd9,
.r600__72ebd9 {
  color: #d83931;
}
.R700__72ebd9,
.r700__72ebd9 {
  color: #ac2f28;
}
.R800__72ebd9,
.r800__72ebd9 {
  color: #812520;
}
.R900__72ebd9,
.r900__72ebd9 {
  color: #621c18;
}
.C50__72ebd9,
.c50__72ebd9 {
  color: #fef1f8;
}
.C100__72ebd9,
.c100__72ebd9 {
  color: #fdddef;
}
.C200__72ebd9,
.c200__72ebd9 {
  color: #f9aed9;
}
.C300__72ebd9,
.c300__72ebd9 {
  color: #f57ac0;
}
.C400__72ebd9,
.c400__72ebd9 {
  color: #f14ba9;
}
.C500__72ebd9,
.c500__72ebd9 {
  color: #f01d94;
}
.C600__72ebd9,
.c600__72ebd9 {
  color: #c71077;
}
.C700__72ebd9,
.c700__72ebd9 {
  color: #9e1361;
}
.C800__72ebd9,
.c800__72ebd9 {
  color: #7a0f4b;
}
.C900__72ebd9,
.c900__72ebd9 {
  color: #520a32;
}
.V50__72ebd9,
.v50__72ebd9 {
  color: #fceefc;
}
.V100__72ebd9,
.v100__72ebd9 {
  color: #f8def8;
}
.V200__72ebd9,
.v200__72ebd9 {
  color: #efb9ef;
}
.V300__72ebd9,
.v300__72ebd9 {
  color: #e58fe5;
}
.V400__72ebd9,
.v400__72ebd9 {
  color: #db66db;
}
.V500__72ebd9,
.v500__72ebd9 {
  color: #d136d1;
}
.V600__72ebd9,
.v600__72ebd9 {
  color: #b320b3;
}
.V700__72ebd9,
.v700__72ebd9 {
  color: #8c218c;
}
.V800__72ebd9,
.v800__72ebd9 {
  color: #681268;
}
.V900__72ebd9,
.v900__72ebd9 {
  color: #460b46;
}
.P50__72ebd9,
.p50__72ebd9 {
  color: #f6f1fe;
}
.P100__72ebd9,
.p100__72ebd9 {
  color: #ece2fe;
}
.P200__72ebd9,
.p200__72ebd9 {
  color: #cdb2fa;
}
.P300__72ebd9,
.p300__72ebd9 {
  color: #ad82f7;
}
.P400__72ebd9,
.p400__72ebd9 {
  color: #935af6;
}
.P500__72ebd9,
.p500__72ebd9 {
  color: #7f3bf5;
}
.P600__72ebd9,
.p600__72ebd9 {
  color: #6425d0;
}
.P700__72ebd9,
.p700__72ebd9 {
  color: #4e1ba7;
}
.P800__72ebd9,
.p800__72ebd9 {
  color: #380d82;
}
.P900__72ebd9,
.p900__72ebd9 {
  color: #270561;
}
.I50__72ebd9,
.i50__72ebd9 {
  color: #f2f3fd;
}
.I100__72ebd9,
.i100__72ebd9 {
  color: #e0e2fa;
}
.I200__72ebd9,
.i200__72ebd9 {
  color: #b4b9f3;
}
.I300__72ebd9,
.i300__72ebd9 {
  color: #7b83ea;
}
.I400__72ebd9,
.i400__72ebd9 {
  color: #616ae5;
}
.I500__72ebd9,
.i500__72ebd9 {
  color: #4954e6;
}
.I600__72ebd9,
.i600__72ebd9 {
  color: #2933c7;
}
.I700__72ebd9,
.i700__72ebd9 {
  color: #161fa2;
}
.I800__72ebd9,
.i800__72ebd9 {
  color: #0a1285;
}
.I900__72ebd9,
.i900__72ebd9 {
  color: #0c1264;
}
.N50__72ebd9,
.n50__72ebd9 {
  color: #f8f9fa;
}
.N100__72ebd9,
.n100__72ebd9 {
  color: #f5f6f7;
}
.N200__72ebd9,
.n200__72ebd9 {
  color: #eff0f1;
}
.N300__72ebd9,
.n300__72ebd9 {
  color: #dee0e3;
}
.N400__72ebd9,
.n400__72ebd9 {
  color: #bbbfc4;
}
.N500__72ebd9,
.n500__72ebd9 {
  color: #8f959e;
}
.N600__72ebd9,
.n600__72ebd9 {
  color: #646a73;
}
.N700__72ebd9,
.n700__72ebd9 {
  color: #373c43;
}
.N800__72ebd9,
.n800__72ebd9 {
  color: #2b2f36;
}
.N900__72ebd9,
.n900__72ebd9 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
/* 这里不知道为啥，设置成其他颜色时，自定义主题色某些样式就会失效，先固定成#325ab4这种 */
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* 职位列表页 PositionList */
/* 职位详情页 PositionDetail */
/* 文件上传组件 Upload */
/* 简历编辑/投递页 ResumeEditForm */
/* 我的投递页 PositionApplication */
/* 注册页 */
/* input */
.atsx-checkbox-wrapper:hover .atsx-checkbox:not(.atsx-checkbox-disabled) .atsx-checkbox-inner {
  box-shadow: 0 0 4px 0 rgba(187, 191, 196, 0.25);
}
body .login__72ebd9 {
  color: #8f959e;
}
body .login__72ebd9 .emailLogin-formWrap .password-showPwd {
  right: 16px;
}
body .login__72ebd9 .loginPage-container,
body .login__72ebd9 .emailLogin-forgetPassword {
  width: 520px;
}
body .login__72ebd9 input,
body .login__72ebd9 .atsx-select-selection {
  border-color: rgba(187, 191, 196, 0.5);
}
body .login__72ebd9 .atsx-select-open .atsx-select-selection,
body .login__72ebd9 .atsx-select-focused .atsx-select-selection,
body .login__72ebd9 .atsx-phone-select:hover .atsx-select-selection {
  border-color: #325ab4;
}
body .login__72ebd9 .has-error .atsx-select-selection {
  border-color: #F54A45;
}
body .login__72ebd9 .has-error .atsx-select-selection:hover {
  border-color: #F54A45;
}
body .login__72ebd9 .atsx-phone .atsx-phone-select .atsx-select-selection-selected-value {
  padding-left: 16px;
}
body .login__72ebd9 svg {
  fill: #8f959e;
}
body .login__72ebd9 .loginForm-validCode .atsx-input-suffix button:disabled {
  background-color: #325ab4;
  opacity: 0.3;
}
body .login__72ebd9 .loginForm .loginAgreement,
body .login__72ebd9 .emailLogin-noAccount,
body .login__72ebd9 .mobileLogin-validTip {
  color: #8f959e;
}
body .login__72ebd9 .mobileLogin-validTip,
body .login__72ebd9 .emailLogin-noAccount {
  line-height: 22px;
}
body .login__72ebd9 .mobileLogin-validTip {
  text-align: center;
}
body .login__72ebd9 .thirdPartyLogin-text {
  color: #8f959e;
  font-weight: 500;
}
body .login__72ebd9 .headerToggle-item {
  color: #8f959e;
}
body .login__72ebd9 .headerToggle-item:hover {
  color: #325ab4;
}
body .login__72ebd9 .headerToggle-item.headerToggle-active {
  color: #325ab4;
}
.pc .slider #validate-drag-wrapper .validate-drag-button::before {
  content: '';
  position: absolute;
  left: 2px;
  height: 30px;
  width: 60px;
  top: 24px;
  display: block;
  pointer-events: none;
  border-radius: 40px;
  z-index: 1;
  background-color: #325ab4;
}
.pc .slider #validate-drag-wrapper .validate-drag-button::after {
  background-image: url('//lf3-cdn-tos.bytescm.com/obj/ttfe/atsx/official/slider-button-saas_1582616410575.png');
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}
.pc .slider #validate-refresh #validate-refresh-box .refresh::before {
  background-color: #325ab4;
  background-image: url(//../../_app/immutable/images/bc176bbf807b1d642e369abf92569493.png);
}

body .signUp__d42a6d {
  color: #8f959e;
}
body .signUp__d42a6d .signUp-formWrap {
  width: 480px;
}
body .signUp__d42a6d .signUp-formWrap .password-showPwd {
  right: 16px;
}
body .signUp__d42a6d .signUp-pwdHint {
  color: #8f959e;
  line-height: 22px;
  margin-top: 8px;
}
body .signUp__d42a6d input {
  border-color: rgba(187, 191, 196, 0.5);
}

@-webkit-keyframes fullscreenModalEnter__25e15d {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__25e15d {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__25e15d {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__25e15d {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__25e15d {
  height: 100%;
}
.atsx-layout__25e15d {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__25e15d,
.b50__25e15d {
  color: #f0f4ff;
}
.L50__25e15d,
.l50__25e15d {
  color: #f7fae5;
}
.L100__25e15d,
.l100__25e15d {
  color: #eef6c6;
}
.L200__25e15d,
.l200__25e15d {
  color: #dfee96;
}
.L300__25e15d,
.l300__25e15d {
  color: #d2e76a;
}
.L400__25e15d,
.l400__25e15d {
  color: #c3dd40;
}
.L500__25e15d,
.l500__25e15d {
  color: #b3d600;
}
.L600__25e15d,
.l600__25e15d {
  color: #8fac02;
}
.L700__25e15d,
.l700__25e15d {
  color: #667901;
}
.L800__25e15d,
.l800__25e15d {
  color: #495700;
}
.L900__25e15d,
.l900__25e15d {
  color: #354200;
}
.Y50__25e15d,
.y50__25e15d {
  color: #fdf9ed;
}
.Y100__25e15d,
.y100__25e15d {
  color: #faf1d1;
}
.Y200__25e15d,
.y200__25e15d {
  color: #f8e6ab;
}
.Y300__25e15d,
.y300__25e15d {
  color: #f7dc82;
}
.Y400__25e15d,
.y400__25e15d {
  color: #fad355;
}
.Y500__25e15d,
.y500__25e15d {
  color: #ffc60a;
}
.Y600__25e15d,
.y600__25e15d {
  color: #dc9b04;
}
.Y700__25e15d,
.y700__25e15d {
  color: #aa7803;
}
.Y800__25e15d,
.y800__25e15d {
  color: #795101;
}
.Y900__25e15d,
.y900__25e15d {
  color: #5c3a00;
}
.O50__25e15d,
.o50__25e15d {
  color: #fff5eb;
}
.O100__25e15d,
.o100__25e15d {
  color: #feead2;
}
.O200__25e15d,
.o200__25e15d {
  color: #fed4a4;
}
.O300__25e15d,
.o300__25e15d {
  color: #ffba6b;
}
.O400__25e15d,
.o400__25e15d {
  color: #ffa53d;
}
.O500__25e15d,
.o500__25e15d {
  color: #f80;
}
.O600__25e15d,
.o600__25e15d {
  color: #de7802;
}
.O700__25e15d,
.o700__25e15d {
  color: #b26206;
}
.O800__25e15d,
.o800__25e15d {
  color: #8f4f04;
}
.O900__25e15d,
.o900__25e15d {
  color: #6b3900;
}
.R50__25e15d,
.r50__25e15d {
  color: #fef1f1;
}
.R100__25e15d,
.r100__25e15d {
  color: #fde2e2;
}
.R200__25e15d,
.r200__25e15d {
  color: #fbbfbc;
}
.R300__25e15d,
.r300__25e15d {
  color: #f98e8b;
}
.R400__25e15d,
.r400__25e15d {
  color: #f76964;
}
.R500__25e15d,
.r500__25e15d {
  color: #f54a45;
}
.R600__25e15d,
.r600__25e15d {
  color: #d83931;
}
.R700__25e15d,
.r700__25e15d {
  color: #ac2f28;
}
.R800__25e15d,
.r800__25e15d {
  color: #812520;
}
.R900__25e15d,
.r900__25e15d {
  color: #621c18;
}
.C50__25e15d,
.c50__25e15d {
  color: #fef1f8;
}
.C100__25e15d,
.c100__25e15d {
  color: #fdddef;
}
.C200__25e15d,
.c200__25e15d {
  color: #f9aed9;
}
.C300__25e15d,
.c300__25e15d {
  color: #f57ac0;
}
.C400__25e15d,
.c400__25e15d {
  color: #f14ba9;
}
.C500__25e15d,
.c500__25e15d {
  color: #f01d94;
}
.C600__25e15d,
.c600__25e15d {
  color: #c71077;
}
.C700__25e15d,
.c700__25e15d {
  color: #9e1361;
}
.C800__25e15d,
.c800__25e15d {
  color: #7a0f4b;
}
.C900__25e15d,
.c900__25e15d {
  color: #520a32;
}
.V50__25e15d,
.v50__25e15d {
  color: #fceefc;
}
.V100__25e15d,
.v100__25e15d {
  color: #f8def8;
}
.V200__25e15d,
.v200__25e15d {
  color: #efb9ef;
}
.V300__25e15d,
.v300__25e15d {
  color: #e58fe5;
}
.V400__25e15d,
.v400__25e15d {
  color: #db66db;
}
.V500__25e15d,
.v500__25e15d {
  color: #d136d1;
}
.V600__25e15d,
.v600__25e15d {
  color: #b320b3;
}
.V700__25e15d,
.v700__25e15d {
  color: #8c218c;
}
.V800__25e15d,
.v800__25e15d {
  color: #681268;
}
.V900__25e15d,
.v900__25e15d {
  color: #460b46;
}
.P50__25e15d,
.p50__25e15d {
  color: #f6f1fe;
}
.P100__25e15d,
.p100__25e15d {
  color: #ece2fe;
}
.P200__25e15d,
.p200__25e15d {
  color: #cdb2fa;
}
.P300__25e15d,
.p300__25e15d {
  color: #ad82f7;
}
.P400__25e15d,
.p400__25e15d {
  color: #935af6;
}
.P500__25e15d,
.p500__25e15d {
  color: #7f3bf5;
}
.P600__25e15d,
.p600__25e15d {
  color: #6425d0;
}
.P700__25e15d,
.p700__25e15d {
  color: #4e1ba7;
}
.P800__25e15d,
.p800__25e15d {
  color: #380d82;
}
.P900__25e15d,
.p900__25e15d {
  color: #270561;
}
.I50__25e15d,
.i50__25e15d {
  color: #f2f3fd;
}
.I100__25e15d,
.i100__25e15d {
  color: #e0e2fa;
}
.I200__25e15d,
.i200__25e15d {
  color: #b4b9f3;
}
.I300__25e15d,
.i300__25e15d {
  color: #7b83ea;
}
.I400__25e15d,
.i400__25e15d {
  color: #616ae5;
}
.I500__25e15d,
.i500__25e15d {
  color: #4954e6;
}
.I600__25e15d,
.i600__25e15d {
  color: #2933c7;
}
.I700__25e15d,
.i700__25e15d {
  color: #161fa2;
}
.I800__25e15d,
.i800__25e15d {
  color: #0a1285;
}
.I900__25e15d,
.i900__25e15d {
  color: #0c1264;
}
.N50__25e15d,
.n50__25e15d {
  color: #f8f9fa;
}
.N100__25e15d,
.n100__25e15d {
  color: #f5f6f7;
}
.N200__25e15d,
.n200__25e15d {
  color: #eff0f1;
}
.N300__25e15d,
.n300__25e15d {
  color: #dee0e3;
}
.N400__25e15d,
.n400__25e15d {
  color: #bbbfc4;
}
.N500__25e15d,
.n500__25e15d {
  color: #8f959e;
}
.N600__25e15d,
.n600__25e15d {
  color: #646a73;
}
.N700__25e15d,
.n700__25e15d {
  color: #373c43;
}
.N800__25e15d,
.n800__25e15d {
  color: #2b2f36;
}
.N900__25e15d,
.n900__25e15d {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
/* 这里不知道为啥，设置成其他颜色时，自定义主题色某些样式就会失效，先固定成#325ab4这种 */
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* 职位列表页 PositionList */
/* 职位详情页 PositionDetail */
/* 文件上传组件 Upload */
/* 简历编辑/投递页 ResumeEditForm */
/* 我的投递页 PositionApplication */
/* 注册页 */
/* input */
.atsx-checkbox-wrapper:hover .atsx-checkbox:not(.atsx-checkbox-disabled) .atsx-checkbox-inner {
  box-shadow: 0 0 4px 0 rgba(187, 191, 196, 0.25);
}
body .resetPassword__25e15d {
  color: #8f959e;
}
body .resetPassword__25e15d .resetPassword-formWrap {
  width: 480px;
}
body .resetPassword__25e15d .resetPassword-formWrap .password-showPwd {
  right: 16px;
}
body .resetPassword__25e15d input {
  border-color: rgba(187, 191, 196, 0.5);
}
body .resetPassword__25e15d .resetPassword-pwdHint {
  margin-top: 8px;
}

body.no-topbar .atsx-layout > .topbar {
  visibility: hidden;
}

.invalidContent__033c7b {
  display: block;
  width: 250px;
  color: #646a73;
}
.invalidContent__033c7b p {
  text-align: center !important;
}
.invalidContainer__033c7b {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -62px);
      transform: translate(-50%, -62px);
  width: 250;
  height: auto !important;
}
.invalidContainer__033c7b .pic__033c7b {
  width: 250px;
  height: 125px;
}
body.no-footer .footer__3G0Hn {
  visibility: hidden;
}
body.no-footer .footer-container {
  visibility: hidden;
}

.header__76ceaa {
  height: 64px;
  padding: 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #dee0e3;
}
.header__76ceaa img {
  height: 36px;
}
.contentWarp__76ceaa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: calc(100vh - 64px);
}
.contentWarp__76ceaa .content__76ceaa {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.contentWarp__76ceaa .contentText__76ceaa {
  width: 222px;
  text-align: center;
  margin-top: 20px;
  color: #646a73;
}

@-webkit-keyframes fullscreenModalEnter__a5ad95 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__a5ad95 {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__a5ad95 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__a5ad95 {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__a5ad95 {
  height: 100%;
}
.atsx-layout__a5ad95 {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__a5ad95,
.b50__a5ad95 {
  color: #f0f4ff;
}
.L50__a5ad95,
.l50__a5ad95 {
  color: #f7fae5;
}
.L100__a5ad95,
.l100__a5ad95 {
  color: #eef6c6;
}
.L200__a5ad95,
.l200__a5ad95 {
  color: #dfee96;
}
.L300__a5ad95,
.l300__a5ad95 {
  color: #d2e76a;
}
.L400__a5ad95,
.l400__a5ad95 {
  color: #c3dd40;
}
.L500__a5ad95,
.l500__a5ad95 {
  color: #b3d600;
}
.L600__a5ad95,
.l600__a5ad95 {
  color: #8fac02;
}
.L700__a5ad95,
.l700__a5ad95 {
  color: #667901;
}
.L800__a5ad95,
.l800__a5ad95 {
  color: #495700;
}
.L900__a5ad95,
.l900__a5ad95 {
  color: #354200;
}
.Y50__a5ad95,
.y50__a5ad95 {
  color: #fdf9ed;
}
.Y100__a5ad95,
.y100__a5ad95 {
  color: #faf1d1;
}
.Y200__a5ad95,
.y200__a5ad95 {
  color: #f8e6ab;
}
.Y300__a5ad95,
.y300__a5ad95 {
  color: #f7dc82;
}
.Y400__a5ad95,
.y400__a5ad95 {
  color: #fad355;
}
.Y500__a5ad95,
.y500__a5ad95 {
  color: #ffc60a;
}
.Y600__a5ad95,
.y600__a5ad95 {
  color: #dc9b04;
}
.Y700__a5ad95,
.y700__a5ad95 {
  color: #aa7803;
}
.Y800__a5ad95,
.y800__a5ad95 {
  color: #795101;
}
.Y900__a5ad95,
.y900__a5ad95 {
  color: #5c3a00;
}
.O50__a5ad95,
.o50__a5ad95 {
  color: #fff5eb;
}
.O100__a5ad95,
.o100__a5ad95 {
  color: #feead2;
}
.O200__a5ad95,
.o200__a5ad95 {
  color: #fed4a4;
}
.O300__a5ad95,
.o300__a5ad95 {
  color: #ffba6b;
}
.O400__a5ad95,
.o400__a5ad95 {
  color: #ffa53d;
}
.O500__a5ad95,
.o500__a5ad95 {
  color: #f80;
}
.O600__a5ad95,
.o600__a5ad95 {
  color: #de7802;
}
.O700__a5ad95,
.o700__a5ad95 {
  color: #b26206;
}
.O800__a5ad95,
.o800__a5ad95 {
  color: #8f4f04;
}
.O900__a5ad95,
.o900__a5ad95 {
  color: #6b3900;
}
.R50__a5ad95,
.r50__a5ad95 {
  color: #fef1f1;
}
.R100__a5ad95,
.r100__a5ad95 {
  color: #fde2e2;
}
.R200__a5ad95,
.r200__a5ad95 {
  color: #fbbfbc;
}
.R300__a5ad95,
.r300__a5ad95 {
  color: #f98e8b;
}
.R400__a5ad95,
.r400__a5ad95 {
  color: #f76964;
}
.R500__a5ad95,
.r500__a5ad95 {
  color: #f54a45;
}
.R600__a5ad95,
.r600__a5ad95 {
  color: #d83931;
}
.R700__a5ad95,
.r700__a5ad95 {
  color: #ac2f28;
}
.R800__a5ad95,
.r800__a5ad95 {
  color: #812520;
}
.R900__a5ad95,
.r900__a5ad95 {
  color: #621c18;
}
.C50__a5ad95,
.c50__a5ad95 {
  color: #fef1f8;
}
.C100__a5ad95,
.c100__a5ad95 {
  color: #fdddef;
}
.C200__a5ad95,
.c200__a5ad95 {
  color: #f9aed9;
}
.C300__a5ad95,
.c300__a5ad95 {
  color: #f57ac0;
}
.C400__a5ad95,
.c400__a5ad95 {
  color: #f14ba9;
}
.C500__a5ad95,
.c500__a5ad95 {
  color: #f01d94;
}
.C600__a5ad95,
.c600__a5ad95 {
  color: #c71077;
}
.C700__a5ad95,
.c700__a5ad95 {
  color: #9e1361;
}
.C800__a5ad95,
.c800__a5ad95 {
  color: #7a0f4b;
}
.C900__a5ad95,
.c900__a5ad95 {
  color: #520a32;
}
.V50__a5ad95,
.v50__a5ad95 {
  color: #fceefc;
}
.V100__a5ad95,
.v100__a5ad95 {
  color: #f8def8;
}
.V200__a5ad95,
.v200__a5ad95 {
  color: #efb9ef;
}
.V300__a5ad95,
.v300__a5ad95 {
  color: #e58fe5;
}
.V400__a5ad95,
.v400__a5ad95 {
  color: #db66db;
}
.V500__a5ad95,
.v500__a5ad95 {
  color: #d136d1;
}
.V600__a5ad95,
.v600__a5ad95 {
  color: #b320b3;
}
.V700__a5ad95,
.v700__a5ad95 {
  color: #8c218c;
}
.V800__a5ad95,
.v800__a5ad95 {
  color: #681268;
}
.V900__a5ad95,
.v900__a5ad95 {
  color: #460b46;
}
.P50__a5ad95,
.p50__a5ad95 {
  color: #f6f1fe;
}
.P100__a5ad95,
.p100__a5ad95 {
  color: #ece2fe;
}
.P200__a5ad95,
.p200__a5ad95 {
  color: #cdb2fa;
}
.P300__a5ad95,
.p300__a5ad95 {
  color: #ad82f7;
}
.P400__a5ad95,
.p400__a5ad95 {
  color: #935af6;
}
.P500__a5ad95,
.p500__a5ad95 {
  color: #7f3bf5;
}
.P600__a5ad95,
.p600__a5ad95 {
  color: #6425d0;
}
.P700__a5ad95,
.p700__a5ad95 {
  color: #4e1ba7;
}
.P800__a5ad95,
.p800__a5ad95 {
  color: #380d82;
}
.P900__a5ad95,
.p900__a5ad95 {
  color: #270561;
}
.I50__a5ad95,
.i50__a5ad95 {
  color: #f2f3fd;
}
.I100__a5ad95,
.i100__a5ad95 {
  color: #e0e2fa;
}
.I200__a5ad95,
.i200__a5ad95 {
  color: #b4b9f3;
}
.I300__a5ad95,
.i300__a5ad95 {
  color: #7b83ea;
}
.I400__a5ad95,
.i400__a5ad95 {
  color: #616ae5;
}
.I500__a5ad95,
.i500__a5ad95 {
  color: #4954e6;
}
.I600__a5ad95,
.i600__a5ad95 {
  color: #2933c7;
}
.I700__a5ad95,
.i700__a5ad95 {
  color: #161fa2;
}
.I800__a5ad95,
.i800__a5ad95 {
  color: #0a1285;
}
.I900__a5ad95,
.i900__a5ad95 {
  color: #0c1264;
}
.N50__a5ad95,
.n50__a5ad95 {
  color: #f8f9fa;
}
.N100__a5ad95,
.n100__a5ad95 {
  color: #f5f6f7;
}
.N200__a5ad95,
.n200__a5ad95 {
  color: #eff0f1;
}
.N300__a5ad95,
.n300__a5ad95 {
  color: #dee0e3;
}
.N400__a5ad95,
.n400__a5ad95 {
  color: #bbbfc4;
}
.N500__a5ad95,
.n500__a5ad95 {
  color: #8f959e;
}
.N600__a5ad95,
.n600__a5ad95 {
  color: #646a73;
}
.N700__a5ad95,
.n700__a5ad95 {
  color: #373c43;
}
.N800__a5ad95,
.n800__a5ad95 {
  color: #2b2f36;
}
.N900__a5ad95,
.n900__a5ad95 {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}
/* 这里不知道为啥，设置成其他颜色时，自定义主题色某些样式就会失效，先固定成#325ab4这种 */
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* 职位列表页 PositionList */
/* 职位详情页 PositionDetail */
/* 文件上传组件 Upload */
/* 简历编辑/投递页 ResumeEditForm */
/* 我的投递页 PositionApplication */
/* 注册页 */
/* input */
.atsx-checkbox-wrapper:hover .atsx-checkbox:not(.atsx-checkbox-disabled) .atsx-checkbox-inner {
  box-shadow: 0 0 4px 0 rgba(187, 191, 196, 0.25);
}
body[class] {
  overflow: auto;
}
.isInVisualWebsiteUIFeat-transparent .contentWrap {
  overflow: visible !important;
}
.isInVisualWebsiteUIFeat-transparent .contentWrap > * {
  overflow: visible !important;
}
.basic-component-rich-text .editor-kit-container .ace-line span {
  word-break: break-word;
}
body.mobile.header-tranparent .mobile-custom-siteTitle {
  margin-left: 0.21333333rem;
  color: var(--basic-header-text-color, #646a73);
  font-size: 0.4rem;
}
body.mobile.header-tranparent .logoMenu-menuIcon svg path {
  fill: var(--basic-header-text-color, #646a73);
}
body.mobile.header-tranparent .position-list-header {
  z-index: 1;
}
body.mobile.header-tranparent .companyInfo {
  height: 168px;
  margin-top: calc(0px - var(--layout-header-height, 0px));
}

@-webkit-keyframes fullscreenModalEnter__db269d {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@keyframes fullscreenModalEnter__db269d {
  0% {
    display: block;
  }
  100% {
    display: block;
  }
}
@-webkit-keyframes fullscreenModalLeave__db269d {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes fullscreenModalLeave__db269d {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/*
  设置 Route 组件内容块和 document 右边的 padding-right 或 margin-right
*/
* {
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}
body {
  position: relative;
  overflow: auto !important;
  --semi-bold: 500;
}
body.resumePage {
  background: #f4f6fa;
}
#bd__db269d {
  height: 100%;
}
.atsx-layout__db269d {
  min-width: 1366px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input[type='number'] {
  -moz-appearance: textfield !important;
}
.B50__db269d,
.b50__db269d {
  color: #f0f4ff;
}
.L50__db269d,
.l50__db269d {
  color: #f7fae5;
}
.L100__db269d,
.l100__db269d {
  color: #eef6c6;
}
.L200__db269d,
.l200__db269d {
  color: #dfee96;
}
.L300__db269d,
.l300__db269d {
  color: #d2e76a;
}
.L400__db269d,
.l400__db269d {
  color: #c3dd40;
}
.L500__db269d,
.l500__db269d {
  color: #b3d600;
}
.L600__db269d,
.l600__db269d {
  color: #8fac02;
}
.L700__db269d,
.l700__db269d {
  color: #667901;
}
.L800__db269d,
.l800__db269d {
  color: #495700;
}
.L900__db269d,
.l900__db269d {
  color: #354200;
}
.Y50__db269d,
.y50__db269d {
  color: #fdf9ed;
}
.Y100__db269d,
.y100__db269d {
  color: #faf1d1;
}
.Y200__db269d,
.y200__db269d {
  color: #f8e6ab;
}
.Y300__db269d,
.y300__db269d {
  color: #f7dc82;
}
.Y400__db269d,
.y400__db269d {
  color: #fad355;
}
.Y500__db269d,
.y500__db269d {
  color: #ffc60a;
}
.Y600__db269d,
.y600__db269d {
  color: #dc9b04;
}
.Y700__db269d,
.y700__db269d {
  color: #aa7803;
}
.Y800__db269d,
.y800__db269d {
  color: #795101;
}
.Y900__db269d,
.y900__db269d {
  color: #5c3a00;
}
.O50__db269d,
.o50__db269d {
  color: #fff5eb;
}
.O100__db269d,
.o100__db269d {
  color: #feead2;
}
.O200__db269d,
.o200__db269d {
  color: #fed4a4;
}
.O300__db269d,
.o300__db269d {
  color: #ffba6b;
}
.O400__db269d,
.o400__db269d {
  color: #ffa53d;
}
.O500__db269d,
.o500__db269d {
  color: #f80;
}
.O600__db269d,
.o600__db269d {
  color: #de7802;
}
.O700__db269d,
.o700__db269d {
  color: #b26206;
}
.O800__db269d,
.o800__db269d {
  color: #8f4f04;
}
.O900__db269d,
.o900__db269d {
  color: #6b3900;
}
.R50__db269d,
.r50__db269d {
  color: #fef1f1;
}
.R100__db269d,
.r100__db269d {
  color: #fde2e2;
}
.R200__db269d,
.r200__db269d {
  color: #fbbfbc;
}
.R300__db269d,
.r300__db269d {
  color: #f98e8b;
}
.R400__db269d,
.r400__db269d {
  color: #f76964;
}
.R500__db269d,
.r500__db269d {
  color: #f54a45;
}
.R600__db269d,
.r600__db269d {
  color: #d83931;
}
.R700__db269d,
.r700__db269d {
  color: #ac2f28;
}
.R800__db269d,
.r800__db269d {
  color: #812520;
}
.R900__db269d,
.r900__db269d {
  color: #621c18;
}
.C50__db269d,
.c50__db269d {
  color: #fef1f8;
}
.C100__db269d,
.c100__db269d {
  color: #fdddef;
}
.C200__db269d,
.c200__db269d {
  color: #f9aed9;
}
.C300__db269d,
.c300__db269d {
  color: #f57ac0;
}
.C400__db269d,
.c400__db269d {
  color: #f14ba9;
}
.C500__db269d,
.c500__db269d {
  color: #f01d94;
}
.C600__db269d,
.c600__db269d {
  color: #c71077;
}
.C700__db269d,
.c700__db269d {
  color: #9e1361;
}
.C800__db269d,
.c800__db269d {
  color: #7a0f4b;
}
.C900__db269d,
.c900__db269d {
  color: #520a32;
}
.V50__db269d,
.v50__db269d {
  color: #fceefc;
}
.V100__db269d,
.v100__db269d {
  color: #f8def8;
}
.V200__db269d,
.v200__db269d {
  color: #efb9ef;
}
.V300__db269d,
.v300__db269d {
  color: #e58fe5;
}
.V400__db269d,
.v400__db269d {
  color: #db66db;
}
.V500__db269d,
.v500__db269d {
  color: #d136d1;
}
.V600__db269d,
.v600__db269d {
  color: #b320b3;
}
.V700__db269d,
.v700__db269d {
  color: #8c218c;
}
.V800__db269d,
.v800__db269d {
  color: #681268;
}
.V900__db269d,
.v900__db269d {
  color: #460b46;
}
.P50__db269d,
.p50__db269d {
  color: #f6f1fe;
}
.P100__db269d,
.p100__db269d {
  color: #ece2fe;
}
.P200__db269d,
.p200__db269d {
  color: #cdb2fa;
}
.P300__db269d,
.p300__db269d {
  color: #ad82f7;
}
.P400__db269d,
.p400__db269d {
  color: #935af6;
}
.P500__db269d,
.p500__db269d {
  color: #7f3bf5;
}
.P600__db269d,
.p600__db269d {
  color: #6425d0;
}
.P700__db269d,
.p700__db269d {
  color: #4e1ba7;
}
.P800__db269d,
.p800__db269d {
  color: #380d82;
}
.P900__db269d,
.p900__db269d {
  color: #270561;
}
.I50__db269d,
.i50__db269d {
  color: #f2f3fd;
}
.I100__db269d,
.i100__db269d {
  color: #e0e2fa;
}
.I200__db269d,
.i200__db269d {
  color: #b4b9f3;
}
.I300__db269d,
.i300__db269d {
  color: #7b83ea;
}
.I400__db269d,
.i400__db269d {
  color: #616ae5;
}
.I500__db269d,
.i500__db269d {
  color: #4954e6;
}
.I600__db269d,
.i600__db269d {
  color: #2933c7;
}
.I700__db269d,
.i700__db269d {
  color: #161fa2;
}
.I800__db269d,
.i800__db269d {
  color: #0a1285;
}
.I900__db269d,
.i900__db269d {
  color: #0c1264;
}
.N50__db269d,
.n50__db269d {
  color: #f8f9fa;
}
.N100__db269d,
.n100__db269d {
  color: #f5f6f7;
}
.N200__db269d,
.n200__db269d {
  color: #eff0f1;
}
.N300__db269d,
.n300__db269d {
  color: #dee0e3;
}
.N400__db269d,
.n400__db269d {
  color: #bbbfc4;
}
.N500__db269d,
.n500__db269d {
  color: #8f959e;
}
.N600__db269d,
.n600__db269d {
  color: #646a73;
}
.N700__db269d,
.n700__db269d {
  color: #373c43;
}
.N800__db269d,
.n800__db269d {
  color: #2b2f36;
}
.N900__db269d,
.n900__db269d {
  color: #1f2329;
}
 {
  /* Button */
  /* drawer mask兼容ios系统*/
}
.en {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.byteSans {
  font-family: 'ByteSans-Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.lockScroll {
  overflow: hidden;
}
.atsx-btn-primary:active,
.atsx-btn-primary:focus {
  background: #3156a5;
  border-color: #3156a5;
}
.atsx-btn-background-ghost:hover:not([disabled]) {
  color: #487fc1 !important;
  border-color: #487fc1 !important;
}
.atsx-btn-link:hover {
  color: #487fc1 !important;
}
.atsx-checkbox-disabled .atsx-checkbox-inner {
  border-color: transparent !important;
}
.atsx-drawer.atsx-drawer-open .atsx-drawer-mask {
  top: -100px;
  bottom: 0;
  height: calc(100% + 100px);
}
/* Button */
/* 上传文件组件按钮颜色 */
/* Pagination */
/* MSelect */
/* MMonthPicker */
/* Progress */
/* ATS-X支持的最小屏 */
/* ATS-X支持的最大屏 */
/* mobile 表单编辑底色 */
body {
  background-color: #ffffff !important;
}

