/* color */
/**
 * @file
 * @auth jinguangguo
 * @date 2016/10/17
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border: 1px solid #dddddd;
  height: 32px;
  line-height: 32px;
  outline: 0;
  border-radius: 4px;
}
input:hover,
textarea:hover,
select:hover {
  border: 1px #eeeeee solid;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px #eeeeee solid;
}
input[disabled="disabled"],
textarea[disabled="disabled"],
select[disabled="disabled"] {
  background-color: #777;
}
input[disabled="disabled"]:hover,
textarea[disabled="disabled"]:hover,
select[disabled="disabled"]:hover {
  border: 1px #ccc solid;
}
input[disabled="disabled"]:focus,
textarea[disabled="disabled"]:focus,
select[disabled="disabled"]:focus {
  border: 1px #ccc solid;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #97a3c3;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #97a3c3;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #97a3c3;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #97a3c3;
}

/* color */
* {
  padding: 0px;
  margin: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
@media (max-width: 768px) {
  html {
    width: 100%;
    min-width: unset;
  }
}
body {
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  width: 100%;
  height: 100%;
}
a {
  color: #fff;
  text-decoration: none;
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
/* normal */
body {
  width: 100%;
  font-size: 14px;
  font-family: "SF Pro Display", "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, "思源黑体", "STXihei", "华文细黑", "Microsoft YaHei", "微软雅黑", "SimSun", sans-serif;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper::before,
.wrapper::after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: inherit;
  text-decoration: none;
}
.layout {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 48px;
  background: #246CED;
  border-radius: 8px;
  font-size: 16px;
  font-family: Montserrat-Medium, Montserrat;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
.button:hover {
  background: #4688FF;
}
.button img {
  width: 24px;
  margin-left: 12px;
}
img {
  display: block;
  width: 100%;
  height: auto;
}

/* calibri字体 */
/* @font-face {
  font-family: 'calibri';
  src: url('../../../static/fonts/calibri.ttf');
} */
@font-face {
  font-family: 'Calibri';
  src: url(/static/fonts/Calibri.f1ed71..ttf);
  src: url(/static/fonts/Calibri.d6e7c1..eot?#iefix) format('embedded-opentype'), url(/static/fonts/Calibri.f4c818..woff2) format('woff2'), url(/static/fonts/Calibri.ae5ee5..woff) format('woff'), url(/static/fonts/Calibri.f1ed71..ttf) format('truetype'), url(/static/img/Calibri.dcb643..svg#Calibri) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.calibri div,
.calibri p,
.calibri a {
  font-family: 'calibri' !important;
}

