  
/* 字体包 */
  @font-face {
    font-family: 'Gilroy-regular';
    src: url('//lf3-static.bytednsdoc.com/obj/eden-cn/ha_lm_lswvlw/ljhwZthlaukjlkulzlp/portal/font/gilroy-regular.ttf');
    font-display: swap;
  }

  @font-face {
    font-family: 'Gilroy Semi Bold';
    src: url('//lf3-static.bytednsdoc.com/obj/eden-cn/ha_lm_lswvlw/ljhwZthlaukjlkulzlp/portal/font/gilroy-semibold.ttf');
    font-display: swap;
  }

  @font-face {
    font-family: 'Gilroy Extra Bold';
    src: url('//lf3-static.bytednsdoc.com/obj/eden-cn/ha_lm_lswvlw/ljhwZthlaukjlkulzlp/portal/font/gilroy-extrabold.ttf');
    font-display: swap;
  }
  @font-face {
    font-family: 'COMPACTASTD_BOLD';
    src: url('../layui/font/COMPACTASTD_BOLD.OTF');
    font-display: swap;
  }
  /* @font-face {
    font-family: 'PINGFANG_MEDIUM';
    src: url('../layui/font/PINGFANG_MEDIUM.TTF');
    font-display: swap;
  } */




/* 公共样式 */
* {
    -webkit-font-smoothing: antialiased;
    -webkit-touch-callout: none;
}

html {
    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);
}

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;
    --semi-bold: 500;
    height: 100vh;
}

#bd__1DnYN {
    height: 100%;
}

.atsx-layout__bUJqX {
    min-width: 1366px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.site-main {
   
}

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;
}

video{
    max-width: 100%;
    display: block;
}

img{
    max-width: 100%;
}

.fc{
    display: flex;
    align-items: center;
}

main.site-main {
    padding-bottom: .72rem;
    overflow-x: hidden;
}