@charset "utf-8";
/* CSS Document */
/*清除内外边距*/
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol, li, table, th, td, span, img, dl, dd, dt, input, textarea, button {
  padding: 0;
  margin: 0;
}
/*设置字体*/
body, textarea, button, input, select {
  font-family: "Microsoft Yahei";
  font-size: 12px;
  color: #333333;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
em {
  font-style: normal;
}
/*设置列表*/
ul, ol {
  list-style: none;
}
/*设置通用链接*/
a {
  color: #333333;
  text-decoration: none;
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a:hover {
  color: #FF0000;
}
/*清除浮动*/
img, video {
    max-width: 100%;
    height: auto;
}

.bg {
  background: #000;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.ban {
  padding: 100px 0;
  text-align: center;
}
.ban-tit {
  background: linear-gradient(180deg, #e8e8e8, #7d7e7f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 80px;
  margin-bottom: 30px;
  font-weight: bold;
}
.ban-ftit {
  background: linear-gradient(129.14deg, #e8e8e8, #42d0ff 17.59%, #2d87fc 39.08%, #895eff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 80px;
  margin-bottom: 50px;
  font-weight: bold;
}
.ban-tips {
  color: rgb(125 126 127);
  font-size: 20px;
  margin-bottom: 40px;
}
.xiazai {
  display: flex;
  width: 100%;
  justify-content: center;
}
.xiazai .xz-btn {
  padding: 10px 40px;
  border-radius: 30px;
  display: flex;
  background: linear-gradient(129.14deg, #e8e8e8, #42d0ff 17.59%, #2d87fc 39.08%, #895eff);
  color: #FFF;
  font-size: 22px;
  align-items: center;
  cursor: pointer;
}
.xiazai .xz-btn img {
  width: 35px;
  margin-right: 10px;
}
.jieshao{padding:50px 0;}
.js-tit{background: linear-gradient(180deg, #e8e8e8, #7d7e7f); -webkit-background-clip: text;
  background-clip: text;
  color: transparent; font-size: 80px; text-align: center; margin-bottom: 20px;}
.js-ftit{background: linear-gradient(180deg, #e8e8e8, #7d7e7f); -webkit-background-clip: text;
  background-clip: text; text-align: center; margin-bottom: 50px;
  color: transparent; font-size: 28px;}

.footer{background:rgb(13 14 15); border-top: 1px solid rgb(115 115 115)); padding: 40px 0; text-align: center; color: rgb(115 115 115); font-size: 16PX; }
.logo{padding:15px 0;}
.logo svg{width:120px; filter: #FFF;}


@media (max-width:768px){
	.ban{padding:50px 0 30px;}
	.container{width:calc(100% - 30px); padding: 15px;}
	.ban-tit{font-size:42px;}
	.ban-ftit{font-size:32px;}
	.js-tit{font-size:36px;}
	.jieshao{padding:20px 0;}
}


