@charset "utf-8";
:root {
  --color: #00DE5A;
  --vh: 100vh;
}
/*瀛椾綋*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
  }
}
* ::-webkit-scrollbar {
  /*婊氬姩鏉℃暣浣撴牱寮?/
  width: 5px;
  /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
  height: 5px;
}
* ::-webkit-scrollbar-thumb {
  /*婊氬姩鏉?婊戝潡*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: var(--color);
}
* ::-webkit-scrollbar-track {
  /*婊氬姩鏉?鑳屾櫙*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 50px;
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a {
  color: inherit;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
svg:not(.no-inherit) path,
svg:not(.no-inherit) circle,
svg:not(.no-inherit) rect {
  fill: currentColor !important;
  opacity: 1 !important;
}
picture,
section,
main {
  display: block;
}
.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1600px;
}
#c-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#c-home .c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
#c-home .c-logo {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 3;
  height: 40px;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  #c-home .c-logo {
    height: 26px;
  }
}
#c-home .c-main {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  transform: translate(0, -40%);
  text-align: center;
  width: 100%;
  color: #0a3070;
}
#c-home .c-main img {
  height: 1.44rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  #c-home .c-main img {
    height: 1.2rem;
  }
}
#c-home .c-main .c-title {
  margin: 0.2rem 0;
  font-size: 48px;
  font-weight: 700;
  line-height: calc(58/48);
}
@media (max-width: 767px) {
  #c-home .c-main .c-title {
    font-size: 30px;
  }
}
#c-home .c-main .c-text {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #c-home .c-main .c-text {
    font-size: 14px;
  }
}
#c-home .c-main .c-line-box {
  height: 36px;
  background-color: #ffffff;
  border-radius: 18px;
  border: solid 2px #ffffff;
  color: #fff;
  max-width: 600px;
  margin: 0.75rem auto 0;
  background: rgba(255, 255, 255, 0.3);
}
#c-home .c-main .c-line-box .c-line {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  height: 100%;
  width: 28%;
  background: -webkit-linear-gradient(to right, #e50012 0%, #005bab 100%);
  background: linear-gradient(to right, #e50012 0%, #005bab 100%);
  font-size: 14px;
}
@media (max-width: 767px) {
  #c-home .c-main .c-line-box .c-line {
    font-size: 12px;
  }
}
