html,
body,
#root {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

/* // 去除input加上border后顶部阴影问题 */
input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@font-face {
  font-family: 'PayPal China';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    local(''),
    url('https://objects.paypal.cn/ppcn-martech-infostore/font/PayPalProSCWeb-reduced-set/PayPalProSCSWeb-Book.woff2')
      format('woff2');
}

@font-face {
  font-family: 'PayPal China';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local(''),
    url('https://objects.paypal.cn/ppcn-martech-infostore/font/PayPalProSCWeb-reduced-set/PayPalProSCSWeb-Book.woff2')
      format('woff2');
}

@font-face {
  font-family: 'PayPal China';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    local(''),
    url('https://objects.paypal.cn/ppcn-martech-infostore/font/PayPalProSCWeb-reduced-set/PayPalProSCSWeb-Black.woff2')
      format('woff2');
}

@font-face {
  font-family: 'PayPal China';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local(''),
    url('https://objects.paypal.cn/ppcn-martech-infostore/font/PayPalProSCWeb-reduced-set/PayPalProSCSWeb-Bold.woff2')
      format('woff2');
}

::-webkit-scrollbar {
  display: none;
}
