@charset "UTF-8";
.main {
  width: 1200px;
  margin: 0 auto;
}
.hide {
  display: none;
}
.banner {
  height: 100vh;
}
.banner .banner_bg {
  width: 100%;
  height: 100vh;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.banner .banner_bg li {
  margin-bottom: -3px;
  position: absolute;
}
.banner .banner_bg li:first-child {
  height: 25vh;
  top: 0;
  right: 0;
}
.banner .banner_bg li:nth-child(2) {
  height: 25vh;
  left: 0;
  top: 25vh;
}
.banner .banner_bg li:nth-child(3) {
  height: 25vh;
  top: 50vh;
  right: 0;
}
.banner .banner_bg li:last-child {
  height: 25vh;
  left: 0;
  top: 75vh;
}
.banner .banner_bg li img {
  width: auto;
  height: 100%;
}
.banner .mask {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.7;
}
.banner .content {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  padding-top: 30px;
}
.banner .content ul.left li {
  float: left;
  margin-top: 10px;
  line-height: 1.6;
  margin-left: 20px;
}
.banner .content ul.left li:first-child {
  margin-left: 50px;
}
.banner .content ul.left li:hover {
  border-bottom: 1px solid #fff;
}
.banner .content ul.left li a {
  color: #BABABA;
  font-size: 16px;
  transition: all ease 0.5s;
  letter-spacing: 0;
}
.banner .content ul.left li a:hover {
  color: #fff;
}
.banner .content #language {
  padding-top: 14px;
}
.banner .content #notice_flag {
  display: inline-block;
  margin-left: 20px;
  width: 20px;
  height: 20px;
  padding-top: 14px;
}
.banner .content ul.right li {
  float: right;
  margin-left: 10px;
}
.banner .content ul.right li a {
  color: #BABABA;
  font-size: 17px;
}
.banner .content ul.right li a.active {
  color: #fff;
  text-decoration: line-through;
}
.banner .content .banner_logo {
  width: 600px;
  margin: 15% auto 32px;
}
.banner .content .banner_introduce {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.banner .content .download_app {
  width: 540px;
  margin: 8% auto 0;
}
.banner .content .download_app a {
  display: inline-block;
  padding: 6px 40px 6px 14px;
  border-radius: 8px;
  border: 1px solid #fff;
}
.banner .content .download_app a img {
  width: 24px;
  height: 28px;
}
.banner .content .download_app a div {
  display: inline-block;
  padding-left: 16px;
}
.banner .content .download_app a div p {
  color: #fff;
}
.banner .content .download_app a div p:first-child {
  font-size: 12px;
  margin-bottom: 2px;
}
.banner .content .download_app a div p:last-child {
  font-size: 18px;
}
.banner .notice {
  width: 650px;
  height: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 4px;
}
.banner .notice .top {
  background-color: #272731;
  height: 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  line-height: 30px;
  padding: 10px 30px;
}
.banner .notice .top .left {
  color: #BABABA;
  font-size: 16px;
}
.banner .notice .top .right {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  cursor: pointer;
}
.banner .notice .content {
  padding: 30px;
  margin-top: 50px;
  max-height: 450px;
  overflow-y: scroll;
}
.banner .notice .content h5 {
  text-align: center;
  line-height: 2.2;
  color: #0C0D1F;
  font-size: 18px;
}
.banner .notice .content::-webkit-scrollbar {
  width: 5px;
  background: #fff;
  border-radius: 5px;
}
.banner .notice .content::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 5px;
}
.banner .notice .content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}
.title {
  margin: 0 auto 100px;
}
.article {
  margin-bottom: 32px;
  line-height: 2;
  color: #D5D5D5;
  cursor: pointer;
  transition: all ease 0.5s;
}
.article:hover {
  color: #fff;
}
#mining {
  width: 100%;
  background: url("../img/bg.png") no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
#mining .title {
  width: 300px;
}
#mining .content .left {
  width: 46%;
}
#mining .content .right {
  width: 400px;
}
#mining .content .right img {
  margin-top: -50px;
}
#app {
  background-color: #121328;
  padding: 80px 0;
}
#app .title {
  width: 150px;
}
#app .article {
  padding-top: 60px;
}
#feature {
  background: linear-gradient(360deg, #0b0c1e 0%, #0c0d1f 49%, #0c0d1f 100%);
  padding: 80px 0;
}
#feature .title {
  width: 200px;
}
#feature .main li {
  width: 368px;
  height: 520px;
  float: left;
  margin-bottom: 48px;
  padding: 20px;
  transition: all ease 0.6s;
  cursor: pointer;
  text-align: center;
  border: 2px solid transparent;
}
#feature .main li:nth-child(2),
#feature .main li:nth-child(5) {
  margin: 0 48px;
}
#feature .main li:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  border-color: #35374D;
}
#feature .main li:hover p {
  color: #fff;
}
#feature .main li .image {
  width: 80px;
  margin: 0 auto;
}
#feature .main li h5 {
  line-height: 4;
  font-size: 16px;
  color: #fff;
}
#feature .main li p {
  text-align: left;
  color: #9B9EA5;
  line-height: 2;
  letter-spacing: 0.4px;
  transition: all ease 0.6s;
}
#plan {
  background-color: #121328;
  padding: 80px 0;
}
#plan .title {
  width: 300px;
}
#plan .content {
  position: relative;
}
#plan .content .left {
  margin-left: 40px;
}
#plan .content .right {
  margin-right: 40px;
}
#plan .content .time_tow {
  width: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
}
#plan .content li {
  padding: 20px;
  background-color: #2A2B3D;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 25px;
  max-width: 500px;
  transition: all ease 1s;
}
#plan .content li h5 {
  color: #04DFF7;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(4, 223, 247, 0.5);
  margin-bottom: 10px;
  font-size: 18px;
}
#plan .content li p {
  letter-spacing: 1px;
  color: #9B9EA5;
  font-size: 16px;
  font-weight: 500;
  transition: all ease 1s;
  line-height: 1.5;
}
#plan .content li:hover {
  background-color: #f9f9f9;
}
#plan .content li:hover p {
  color: #203153;
}
#contact {
  width: 100%;
  height: 460px;
  background: url("../img/contact.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
#contact .mask_bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #0b0c1e 0%, #0c0d1f 49%, #0c0d1f 100%);
  opacity: 0.96;
}
#contact .mask_content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.twitter{
  display: flex;
  align-items: center;
}
.twitter img{
  width: 24px;
  margin-right: 5px;
}
#contact .mask_content .contact_font {
  width: 500px;
  margin: 120px auto 0;
}
#contact .mask_content .email {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto 30px;
  text-align: center;
  height: 120px;
  border-bottom: 1px solid #AAADB5;
}
#contact .mask_content .email a {
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #35374D;
  border-radius: 2px;
  color: #AAADB5;
  font-size: 18px;
}
#contact .mask_content p {
  text-align: center;
  line-height: 3;
  color: #AAADB5;
}
/*# sourceMappingURL=index.css.map */