body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

html {
    -webkit-text-size-adjust: 100%;   /* iOS Safari */       /* 旧 IE/Edge */
    -moz-text-size-adjust: 100%;
         text-size-adjust: 100%;           /* 标准属性，面向未来 */
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.errorView_root__HAFDd {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.warrantyForm_errorRoot__dMxii {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.warrantyForm_root__yWaoD {
    min-height: 50px;
    display: grid;
}

.warrantyForm_root__yWaoD .ant-row {
    margin: 0 !important;
}

.warrantyForm_root__yWaoD .ant-col {
    padding: 0 15px !important;
}

.warrantyForm_group__Q-lBy {
    margin-bottom: 15px;
}

.warrantyForm_group_name__WgYPl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.warrantyForm_fieldBox__Y8BET .ant-form-item {
    margin-bottom: 5px;
}

.warrantyForm_fieldBox__Y8BET .ant-form-item-control {
    padding: 0 !important;
}

.warrantyForm_fieldBox__Y8BET .ant-input-outlined {
    height: 45px;
}

.warrantyForm_fieldBox__Y8BET .ant-select-single {
    height: 45px;
}

.warrantyForm_fieldBox__Y8BET .ant-picker-outlined {
    width: 100%;
    height: 45px;
}

.warrantyForm_fieldBox__Y8BET .ant-checkbox-wrapper,
.warrantyForm_fieldBox__Y8BET .ant-checkbox-wrapper a {
    font-size: 12px;
    color: #999999;
}

.warrantyForm_fieldBox__Y8BET .ant-checkbox-wrapper a {
    text-decoration: underline;
    cursor: pointer;
}

.warrantyForm_fieldBox__Y8BET .ant-checkbox {
    align-self: flex-start;
    padding-top: 2px;
}

.warrantyForm_fieldComment__5fFWq {
    color: #999;
    font-size: 12px;
}

.warrantyForm_uploadButton__bKTRf {
    width: 100%;
    max-width: 180px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    border: 2px solid #fd0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #222;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
}

.warrantyForm_uploadTips__6Wz38 {
    color: #999;
    font-size: 11px;
    margin-top: -2px;
}

.warrantyForm_actions__tVjn8 {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 15px;
}

.warrantyForm_otpButton__8oO-6 {
    width: inherit;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.warrantyForm_otpButton__8oO-6.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.warrantyForm_otpButton__8oO-6.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.warrantyForm_submitButton__oh7b0 {
    width: inherit;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.warrantyForm_actions__tVjn8 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.warrantyForm_actions__tVjn8 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.warrantyForm_actions__tVjn8 .ant-btn:not(:disabled):focus-visible {
    outline: 3px solid #999999;
}

/* @media screen and (max-width: 570px) {
    .root :global(.ant-row) {
        display: grid;
    }
    .root :global(.ant-col) {
        max-width: 100%;
    }
} */

.warrantyForm_min_root__dTNrJ .ant-row {
    display: grid !important;
}
.warrantyForm_min_root__dTNrJ .ant-col {
    max-width: 100% !important;
}

/** custom message css **/
.warrantyForm_custom_message_container__qnug6 {
  /* position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999; */
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.warrantyForm_custom_message__jHgqA {
  display: flex;
  align-items: center;
  min-width: 300px;
  max-width: 600px;
  /* padding: 12px 16px; */
  border-radius: 4px;
  /* color: #fff;
  background-color: #555;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
  font-size: 12px;
  position: relative;
}

.warrantyForm_custom_message_icon__-EmxD {
  margin-right: 10px;
  font-size: 12px;
}

.warrantyForm_custom_message_close__TMKHM {
  margin-left: auto;
  cursor: pointer;
  font-size: 12px;
}

.warrantyForm_custom_message_info__JiIT\+ {
  color: #2f54eb;
}

.warrantyForm_custom_message_success__CeD\+j {
  color: #52c41a;
}

.warrantyForm_custom_message_error__MLR64 {
  color: #ff4d4f;
}

.warrantyForm_custom_message_warning__yM4x1 {
  color: #faad14;
}
.eventCustomer_errorRoot__K-WLs {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}

.eventCustomer_root__K8kae {
    min-height: 50px;
    display: grid;
    max-width: 510px;
}

.eventCustomer_root__K8kae .ant-row {
    margin: 0 !important;
}

.eventCustomer_root__K8kae .ant-col {
    padding: 0 15px !important;
}

.eventCustomer_group__ZwuIp {
    margin-bottom: 15px;
}

.eventCustomer_group_name__6IuIV {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.eventCustomer_fieldBox__\+gcIE .ant-form-item {
    margin-bottom: 5px;
}

.eventCustomer_fieldBox__\+gcIE .ant-form-item-control {
    padding: 0 !important;
}

.eventCustomer_fieldBox__\+gcIE .ant-input-outlined {
    height: 45px;
}

.eventCustomer_fieldBox__\+gcIE .ant-select-single {
    height: 45px;
}

.eventCustomer_fieldBox__\+gcIE .ant-picker-outlined {
    width: 100%;
    height: 45px;
}

.eventCustomer_fieldBox__\+gcIE .ant-checkbox-wrapper,
.eventCustomer_fieldBox__\+gcIE .ant-checkbox-wrapper a {
    font-size: 12px;
    color: #999999;
}

.eventCustomer_fieldBox__\+gcIE .ant-checkbox-wrapper a {
    text-decoration: underline;
    cursor: pointer;
}

.eventCustomer_fieldBox__\+gcIE .ant-checkbox {
    align-self: flex-start;
    padding-top: 2px;
}

.eventCustomer_fieldComment__Bf8Lh {
    color: #999;
    font-size: 12px;
}

.eventCustomer_uploadButton__ifguo {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    border: 2px solid #fd0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #222;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    cursor: pointer;
}

.eventCustomer_uploadTips__U-Wm1 {
    color: #999;
    font-size: 11px;
    margin-top: -2px;
}

.eventCustomer_actions__Y6Fr0 {
    display: flex;
    margin-bottom: 15px;
}

.eventCustomer_submitButton__znfSe {
    width: inherit;
    padding: 10px 30px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.eventCustomer_actions__Y6Fr0 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.eventCustomer_actions__Y6Fr0 .ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.eventCustomer_actions__Y6Fr0 .ant-btn:not(:disabled):focus-visible {
    outline: 3px solid #999999;
}

/* @media screen and (max-width: 570px) {
    .root :global(.ant-row) {
        display: grid;
    }
    .root :global(.ant-col) {
        max-width: 100%;
    }
} */

.eventCustomer_min_root__pUfkT .ant-row {
    display: grid !important;
}
.eventCustomer_min_root__pUfkT .ant-col {
    max-width: 100% !important;
}

.unsubscribePage_root__XxaPg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* background-color: #f9f9f9; */
}

.unsubscribePage_container__lDHhv {
    max-width: 670px;
    padding: 16px 10px 32px 10px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}

.unsubscribePage_header__bYChu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 48px;
}

.unsubscribePage_title__ipEAN {
    width: 100%;
    color: #ffffff;
    text-align: center;
    background-color: rgb(109, 110, 113);
    padding: 28px 0;
    font-size: 42px;
    font-weight: 700;
}

.unsubscribePage_section__K5LWA {
    margin-top: 10px;
    padding: 10px;
    display: grid;
    justify-items: center;
}

.unsubscribePage_label__D7a40 {
    margin: 18px 0;
    text-align: center;
}

.unsubscribePage_label__D7a40 p {
    font-size: 18px;
    line-height: 1.5;
    color: #787878;
    margin: 0;
    padding: 0;
}

.unsubscribePage_form__r22sU {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unsubscribePage_form__r22sU .ant-form-item {
    width: 100%;
}

.unsubscribePage_form_btn__sezy7 {
    border-radius: 8px;
    padding-top: 20px;
    padding-right: 45px;
    padding-bottom: 20px;
    padding-left: 45px;
    gap: 10px;
    border: 0;
    background-color: #FFDD00;
    height: auto;
    height: initial;
}

.unsubscribePage_form_btn__sezy7 span {
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #454545;
}

.unsubscribePage_form_btn__sezy7.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):hover,
.unsubscribePage_form_btn__sezy7.ant-btn-variant-outlined:not(:disabled):not(.ant-btn-disabled):active {
    opacity: 0.8;
    background: #FFDD00;
    color: #454545;
    border: 0;
}

.unsubscribePage_result_tips__R7RsH {
    margin: 0;
    color: red;
    font-weight: 500;
}

.unsubscribePage_result_tips_ok__tY5ZM {
    color: green
}
:root {
  --adm-radius-s: 4px;
  --adm-radius-m: 8px;
  --adm-radius-l: 12px;
  --adm-font-size-1: 9px;
  --adm-font-size-2: 10px;
  --adm-font-size-3: 11px;
  --adm-font-size-4: 12px;
  --adm-font-size-5: 13px;
  --adm-font-size-6: 14px;
  --adm-font-size-7: 15px;
  --adm-font-size-8: 16px;
  --adm-font-size-9: 17px;
  --adm-font-size-10: 18px;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-yellow: #ff9f18;
  --adm-color-orange: #ff6430;
  --adm-color-wathet: #e7f1ff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-background: #ffffff;
  --adm-color-highlight: var(--adm-color-danger);
  --adm-color-white: #ffffff;
  --adm-color-box: #f5f5f5;
  --adm-color-text-light-solid: var(--adm-color-white);
  --adm-color-text-dark-solid: #000000;
  --adm-color-fill-content: var(--adm-color-box);
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-yellow: #ffa930;
  --adm-color-orange: #e65a2b;
  --adm-color-wathet: #0d2543;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-color-background-body: var(--adm-color-background);
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: var(--adm-color-background-body);
}
body {
  color: #333333;
  color: var(--adm-color-text);
  font-size: 13px;
  font-size: var(--adm-font-size-main);
  font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: #1677ff;
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: inherit;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: 1;
  opacity: initial;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 2px);
  width: 0;
  position: fixed;
  left: -100vw;
  top: -100vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}


.adm-picker {
  --header-button-font-size: var(--adm-font-size-7);
  --title-font-size: var(--adm-font-size-7);
  --item-font-size: var(--adm-font-size-8);
  --item-height: 34px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  ---item-font-size: var(--item-font-size);
  ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
  --item-font-size: var(---item-font-size);
  --item-height: var(---item-height);
}
.adm-picker-header {
  flex-shrink: 0;
  border-bottom: solid 1px var(--adm-color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px;
}
.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 8px 8px;
}
.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-picker-header-title {
  padding: 4px 4px;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1 1;
}
.adm-picker-body {
  flex: 1 1;
  width: 100%;
  height: 100%;
}
.adm-picker-body > .adm-picker-view {
  --height: 100%;
}
.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: var(--adm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
  right: 8px;
  bottom: 8px;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
  right: 8px;
  top: 8px;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
  left: 8px;
  top: 8px;
}
.adm-popup-close-icon {
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  color: var(--adm-color-weak);
}

.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 32px;
  width: var(--size);
  height: var(--size);
}
.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.adm-picker-view {
  --height: 240px;
  --item-height: 34px;
  --item-font-size: var(--adm-font-size-8);
  height: var(--height);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-background);
}
.adm-picker-view-column {
  height: 100%;
  flex: 1 1;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-wheel {
  width: 100%;
  cursor: grab;
  position: absolute;
  top: calc(50% - var(--item-height) / 2);
  left: 0;
}
.adm-picker-view-column-wheel::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
}
.adm-picker-view-column-wheel::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: -100vh;
}
.adm-picker-view-column-item {
  font-size: var(--item-font-size);
  padding: 0 6px;
  height: var(--item-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-column-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm-picker-view-column-accessible {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  top: calc(var(--item-height) * -1);
  z-index: 0;
  padding-bottom: 1px;
}
.adm-picker-view-column-accessible > * {
  flex: 1 1;
  text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adm-picker-view-column-accessible-button {
  width: 100%;
  height: 100%;
}
.adm-picker-view-mask {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  flex: auto;
}
.adm-picker-view-mask-middle {
  height: var(--item-height);
  box-sizing: border-box;
  flex: none;
  border-top: solid 1px var(--adm-color-border);
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-picker-view-mask-top {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-mask-bottom {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-loading-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-item-height-measure {
  position: relative;
  left: 0;
  top: 0;
  height: var(--item-height);
  width: 0;
  pointer-events: none;
}

.adm-safe-area {
  --multiple: var(--adm-safe-area-multiple, 1);
  display: block;
  width: 100%;
}
.adm-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.adm-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}

.formclass_formRoot__UWK1Q {
    min-height: 100%;
    display: grid;
}

.formclass_formRoot__UWK1Q .ant-form-item {
    margin-bottom: 0;
}

.formclass_formRoot__UWK1Q .ant-form-item.ant-form-item-label-right .ant-form-item-label {
    text-align: end;
}

.formclass_formRoot__UWK1Q .ant-select-single {
    height: auto;
    height: initial;
}

.formclass_formRoot__UWK1Q .ant-radio-wrapper {
    margin-inline-end: 0
}

.formclass_formRoot__UWK1Q .ant-btn {
    height: auto;
    height: initial;
}
.otherForm_root__e9ozW {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
}

.otherForm_paginationSection__jX\+L2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 80px;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0px 10px 50px rgba(0,0,0,0.2);
}

.otherForm_pagination__i0nY6 {
    width: 100%;
    max-width: 1024px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .otherForm_paginationSection__jX\+L2 {
        height: 60px;
    }
}

.warrantyPeriod_root__V20pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.warrantyPeriod_root__V20pc>h1 {
    font-size: 36px;
    margin: 0;
    margin-bottom: 16px;
}
.warrantyPeriod_root__V20pc>p {
    font-size: 14px;
    color: #666;
    margin: 0;
    margin-bottom: 24px;
}

.warrantyPeriod_modalForm__kl8La {
    min-width: 300px;
}

.warrantyPeriod_modalForm__kl8La .ant-form-item {
    margin-bottom: 16px;
}

.warrantyPeriod_modalForm__kl8La .ant-form-item-label {
    padding-bottom: 6px !important;
}

.warrantyPeriod_modalForm__kl8La .ant-form-item-control-input-content>input {
    width: 100%;
    height: 30px;
    padding: 2px 8px;
    border: 1px solid #999;
    border-radius: 4px;
}

.warrantyPeriod_formButton__987yV {
    display: flex;
    align-items: center;
    justify-content: center;
}

.warrantyPeriod_formButton__987yV button {
    width: 100px;
    height: 35px;
    cursor: pointer;
}

.warrantyPeriod_root__V20pc .warrantyPeriod_error_msg__6a4Ba {
    font-size: 14px;
    color: red;
    margin: 0;
    font-weight: 500;
    margin-top: -16px;
    margin-bottom: 10px;
}

.warrantyPeriod_root__V20pc .warrantyPeriod_success_msg__HaCRw {
    font-size: 14px;
    color: green;
    margin: 0;
    font-weight: 500;
    margin-top: -16px;
    margin-bottom: 10px;
}

.warrantyPeriod_messageBox__C8Heo {
    max-width: 500px;
}
.warrantyPeriod_messageBox__C8Heo p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}


p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

.customForm_empty_root__Xtjd6 {
    width: 100%;
    height: 100%;
    padding-top: 32px;
    text-align: center;
}

.customForm_success_root__6Ymj5 {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f9f9f9;
}

.customForm_success_container__tHVZS {
    width: 670px;
    padding: 16px 10px 32px 10px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}

.customForm_success_header_p__2iGcs {
    width: 100%;
    color: green;
    text-align: center;
    padding: 28px 0;
    font-size: 42px;
    font-weight: 700;
}

.customForm_success_actions__ZqHLK {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*# sourceMappingURL=main.a4324488.css.map*/