@font-face {
    font-family: Alibaba PuHuiTi-Light;
    font-display: swap;
    src:url(/public/font/AlibabaPuHuiTi-3-45-Light.otf) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-45-Light.woff2) format('woff2');
}
@font-face {
    font-family: Alibaba PuHuiTi-Regular;
    font-display: swap;
    src:url(/public/font/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}
@font-face {
    font-family: Alibaba PuHuiTi-Medium;
    font-display: swap;
    src:url(/public/font/AlibabaPuHuiTi-3-65-Medium.eot) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-65-Medium.woff2) format('woff2');
}
@font-face {
    font-family: Alibaba PuHuiTi-Bold;
    font-display: swap;
    src:url(/public/font/AlibabaPuHuiTi-3-85-Bold.eot) format('embedded-opentype'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.otf) format('opentype'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.ttf) format('TrueType'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.woff) format('woff'),
    url(/public/font/AlibabaPuHuiTi-3-85-Bold.woff2) format('woff2');
}



/*定义公共的变量*/
:root {
    --grey-bg: #FAFAFA;
    --color-grey: #FAFAFA;
    --color-black: 0 0 0;

    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}


 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed, 
 figure, figcaption, footer, header, hgroup, 
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video{
   margin: 0;
   padding: 0;
   border: 0;
/*   font-size: 100%;
   font: inherit;
   font-weight: normal;*/
   vertical-align: baseline;
   box-sizing: border-box;
 text-shadow: none;
 }
   h1, h2, h3, h4, h5, h6, strong {
      font-weight: bold;
  }
  em {
    font-style: italic;
  }
 p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
 }
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, 
 footer, header, hgroup, menu, nav, section{
   display: block;
 }

 ol, ul, li{
   list-style: none;
 }
 blockquote, q{
   quotes: none;
 }
 blockquote:before, blockquote:after,
 q:before, q:after{
   content: '';
   content: none;
 }
 table{
   border-collapse: collapse;
   border-spacing: 0;
 }

 /*input文本颜色placeholder文本颜色*/
 input {
     color: #002837;
 }
::placeholder {
    color: #919799;
}
:-moz-placeholder {
    color: #919799;
}

 /* custom */
 a{
   text-decoration: none;
   /*-webkit-backface-visibility: hidden;*/
 }
 ::-webkit-scrollbar{
     width: 10px;
     height: 10px;
 }
 ::-webkit-scrollbar-track-piece{
   background-color: rgba(0, 0, 0, 0.2);
   -webkit-border-radius: 6px;
 }
 ::-webkit-scrollbar-thumb:vertical{
   height: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 ::-webkit-scrollbar-thumb:horizontal{
   width: 5px;
   background-color: rgba(125, 125, 125, 0.7);
   -webkit-border-radius: 6px;
 }
 html, body{
  width:100%;
  font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
  font-size:16px;
  color: #002837;
 }
html {
    overflow-y: scroll;
    background: #eee;
}
body {
    font-size: 16px;
    font-weight: 400;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
    border:unset;
}
 .user-select{
  -moz-user-select:none; /* Firefox私有属性 */
  -webkit-user-select:none; /* WebKit内核私有属性 */
  -ms-user-select:none; /* IE私有属性(IE10及以后) */
  -khtml-user-select:none; /* KHTML内核私有属性 */
  -o-user-select:none; /* Opera私有属性 */
  user-select:none; /* CSS3属性 */
}
@media (max-width: 768px) {
    ::-webkit-scrollbar{
        width: 6px;
        height: 6px;
    }
}

/*动画*/
.animate__animated {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
    /*-webkit-animation-duration: 1s;*/
    /*animation-duration: 1s;*/
    /*-webkit-animation-duration: var(--animate-duration);*/
    /*animation-duration: var(--animate-duration);*/
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 8);
    animation-duration: calc(1s / 8);
    -webkit-animation-duration: calc(var(--animate-duration) / 8);
    animation-duration: calc(var(--animate-duration) / 8);
}
.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
}
.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1%, 0);
        transform: translate3d(0, -1%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -1%, 0);
        transform: translate3d(0, -1%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        display: none;
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        display: none;
    }
}
.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
