@charset "utf-8";
html{margin: 0;padding: 0;}
body {margin: 0;padding: 0;font-size: 16px;line-height: 1.5;background: #fff;text-align: left;box-sizing: border-box!important;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-variant: tabular-nums;font-feature-settings: 'tnum';}

body,button,input,textarea {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';color: #4b4b4b;font-weight: 400}
button,input,textarea {box-sizing: border-box;padding: 8px 10px;border: 1px solid #ddd;border-radius: 5px;background: #fff;font-size: inherit;line-height: normal;outline: none;}
h1,h2,h3,h4,h5{margin: 0;padding: 0;}
h1 {font-size: 22px;margin: 0 0 20px}
h1,h2 {font-weight: 600}
h2 {font-size: 18px}
h3 {font-size: 16px;font-weight: 600}
hr {display: block;height: 1px;border: 0;border-top: 1px solid #e9eaef;margin: 25px 0;padding: 0}
ul,li{list-style: none;margin: 0;padding: 0;}
p{padding: 0;margin: 0;}
.a {cursor: pointer;color: #777a8c;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;}
.a,a:not(.noDecoration) {text-decoration: none;color: #777a8c}
.a:hover,a.noUnderline,a:not(.noDecoration):hover {text-decoration: none}
a.noDecoration{text-decoration: none;color: inherit;}

::-webkit-input-placeholder {font-family: Open Sans,Segoe UI,HelveticaNeue-Light,sans-serif}
::-moz-placeholder {font-family: Open Sans,Segoe UI,HelveticaNeue-Light,sans-serif}
:-ms-input-placeholder {font-family: Open Sans,Segoe UI,HelveticaNeue-Light,sans-serif}
::-ms-input-placeholder {font-family: Open Sans,Segoe UI,HelveticaNeue-Light,sans-serif}
::placeholder {font-family: Open Sans,Segoe UI,HelveticaNeue-Light,sans-serif}
a:focus,button:focus{outline: none}
svg {fill: currentColor}

.contain{margin: 0 auto;max-width: 1000px;padding-left: 3vw;padding-right: 3vw;}

*, ::after, ::before {box-sizing: border-box!important;}

#app {
  font-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000a6;
  font-size: 14px;
  margin: 0;padding: 0;
}
