@charset "utf-8";
.section-subscribe {
  padding: 90px 0 90px 0;
  background: #544fb8;
  text-align: left;
}
.section-subscribe .form-head {
  font-size: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 32px;
}
.section-subscribe .form-body {
  display: flex;
}
.section-subscribe .form-body .form-group {
  flex-direction: column;
}
.section-subscribe .form-body .helper-show {
  visibility: visible !important;
}
.section-subscribe .form-body .helper-sb {
  color: #ff0000;
  font-size: 1.125rem;
  margin-top: 20px;
  visibility: hidden;
}
.section-subscribe .form-body .btn-sb {
  height: 50px;
  line-height: 50px;
  border: #cccaeb 1px solid;
  background: #544fb8;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: 300;
  width: 120px;
}
.section-subscribe .form-body .input-sb {
  color: #FFFFFF;
  height: 46px;
  background: #544fb8;
  border: #cccaeb 1px solid;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 300;
}
.section-subscribe .form-body .input-sb::placeholder {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
}
.section-subscribe .form-body .form-group.action {
  position: relative;
}
.section-subscribe .form-body .form-group.action .success {
  visibility: hidden;
  display: block;
  position: absolute;
  text-align: center;
  width: 220px;
  height: 60px;
  line-height: 60px;
  color: #3b1c95;
  font-size: 1.875rem;
  background: #8984ff;
  top: -110px;
  left: -50px;
}
.section-subscribe .w-2 .input-sb {
  width: 500px;
  margin-right: 16px;
}
.section-subscribe .message {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section-subscribe .content-warp {
    display: flex;
    flex-direction: column;
  }
  .section-subscribe .form-head {
    display: flex;
    flex-direction: column;
    font-size: 3rem;
    width: 100%;
    margin: 0px 60px 0px 60px;
  }
  .section-subscribe .form-body {
    display: flex;
    flex-direction: column;
    margin: 20px 60px 0px 60px;
  }
  .section-subscribe .form-body .input-sb {
    font-size: 1.8rem;
    height: 64px;
    line-height: 64px;
    width: 100%;
  }
  .section-subscribe .form-body .input-sb::placeholder {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
  }
  .section-subscribe .form-body .btn-sb {
    height: 64px;
    line-height: 64px;
    font-size: 1.8rem;
  }
  .section-subscribe .form-body .helper-sb {
    margin-bottom: 20px;
  }
}
.section-focus {
  padding-bottom: 167px;
  background: #3b1c95 url("/static-file/default/assets/images/home/focus-bg.png") no-repeat bottom center;
}
.section-focus p {
  max-width: 1000px;
}
.section-focus .main-logo {
  margin-top: 118px;
}
.section-focus .main-logo img {
  width: 724px;
}
.section-focus .btn-github {
  display: flex;
  justify-content: center;
}
.section-focus .btn-github .icon-github {
  display: inline-block;
  width: 49px;
  height: 80px;
  margin-right: 16px;
  line-height: 48px;
  background: url("/static-file/default/assets/images/home/icon-github.png") no-repeat center center;
}
.section-focus .btn-ebook {
  background: #c12b1d;
  color: #FFFFFF;
}
.section-benefit ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.section-benefit ul li {
  cursor: pointer;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.section-benefit ul li div {
  height: 250px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-benefit ul li img {
  display: block;
  line-height: 177px;
  height: auto;
}
.section-benefit ul li .icon-1 {
  width: 190px;
}
.section-benefit ul li .icon-1 + span {
  width: 190px;
}
.section-benefit ul li .icon-2 {
  width: 179px;
}
.section-benefit ul li .icon-2 + span {
  width: 179px;
}
.section-benefit ul li .icon-3 {
  width: 154px;
}
.section-benefit ul li .icon-3 + span {
  width: 154px;
}
.section-benefit ul li .icon-4 {
  width: 190px;
}
.section-benefit ul li .icon-4 + span {
  width: 190px;
}
.section-benefit ul li span {
  display: block;
  text-align: center;
  font-size: 2.25rem;
  height: auto;
  color: #3b1c95;
  font-weight: 600;
}
.section-benefit ul li i {
  display: block;
  border: none;
  visibility: hidden;
  margin: 0px auto;
  margin-bottom: 0px;
  width: 46px;
  height: 35px;
  background: #FFFFFF url("/static-file/default/assets/images/home/top-conner.png") no-repeat center 2px;
}
.section-benefit ul li.active span {
  color: #9e9aff;
}
.section-benefit ul li.active i {
  visibility: visible;
}
.section-benefit ul.en li div {
  height: 250px;
}
.section-benefit ul.en li span {
  height: auto;
}
.section-benefit .tab-content {
  background: #f7f6fb;
  height: auto;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 70px 0 70px;
  line-height: 1.8;
  font-weight: 300;
}
.section-benefit .tab-content p {
  margin: 0;
  font-size: 1.5rem;
  color: #12033a;
  display: none;
}
.section-benefit .tab-content p.active {
  display: block;
}
.section-feature i.icon-1 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-1.png") no-repeat center center;
}
.section-feature i.icon-2 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-2.png") no-repeat center center;
}
.section-feature i.icon-3 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-3.png") no-repeat center center;
}
.section-feature i.icon-4 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-4.png") no-repeat center center;
}
.section-feature i.icon-5 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-5.png") no-repeat center center;
}
.section-feature i.icon-6 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-6.png") no-repeat center center;
}
.section-feature i.icon-7 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-7.png") no-repeat center center;
}
.section-feature i.icon-8 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-8.png") no-repeat center center;
}
.section-feature i.icon-9 {
  background: #FFFFFF url("/static-file/default/assets/images/home/fea-9.png") no-repeat center center;
}
.section-feature .card-title {
  line-height: 100%;
}
.section-feature .card-title i {
  width: 80px;
  height: 52px;
}
.section-feature .card-title span {
  display: flex;
  height: 52px;
  justify-content: center;
  align-items: center;
}
.section-application .card-case {
  padding: 20px;
  width: 180px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-application .tab-content {
  background: #3b1c95;
  margin-top: 30px;
  height: 301px;
  text-align: center;
  padding: 0px 40px 0px 40px;
}
.section-application .tab-content p {
  display: none;
  cursor: default;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1.625rem;
  color: #FFFFFF;
  white-space: pre-line;
  line-height: 1.6;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.section-application .tab-content p.active {
  display: flex;
}
.section-application .banner {
  height: 301px;
}
.section-event {
  margin-top: 80px;
  background-size: cover !important;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}
.section-event .action {
  text-align: center;
}
.section-event .action .btn {
  padding: 10px 35px 10px 35px;
  font-size: 1.5rem;
}
.section-event .title {
  margin-top: 148px;
  text-align: center;
  font-size: 2.25rem;
  cursor: default;
}
.section-event .content {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  max-width: 85%;
  cursor: default;
}
.section-event .action {
  text-align: center;
  margin-bottom: 84px;
}
.section-feed .card-feed {
  padding: 50px 12px 35px 12px;
  width: 558px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.section-feed .card-feed .card-title {
  font-size: 2rem;
}
.section-feed i.icon-news {
  width: 100px;
  height: 60px;
  background: #FFFFFF url("/static-file/default/assets/images/home/icon-news.png") no-repeat center center;
}
.section-feed i.icon-blog {
  width: 100px;
  height: 60px;
  background: #FFFFFF url("/static-file/default/assets/images/home/icon-blog.png") no-repeat center center;
}
.section-feed .article-item {
  margin-top: 5px;
  margin-bottom: 32px;
}
.section-feed .article-item .item-title a {
  color: #12033a;
  line-height: 1.4;
  font-size: 1.6rem;
}
.section-feed .article-item .item-date {
  margin-top: 19px;
  font-size: 1.25rem;
  font-weight: 300;
  color: #12033a;
  display: flex;
}
.section-feed .article-item .item-date i.icon-date {
  width: 24px;
  height: 22px;
  margin-right: 26px;
  background: #FFFFFF url("/static-file/default/assets/images/home/icon-date.png") no-repeat center center;
}
.section-feed .section-action {
  text-align: center;
  margin-top: 30px;
}
.section-feed .section-action .btn {
  height: 60px;
  line-height: 60px;
  width: 222px;
}
.section-photos {
  margin-bottom: 100px;
}
.section-photos img {
  display: block;
  width: 390px;
  margin-bottom: 4px;
}
.section-foundation {
  padding: 90px 0 90px 0;
  background: #f2efff;
  text-align: center;
}
.section-foundation .linux,
.section-foundation .tars {
  width: 530px;
}
.section-foundation .logo {
  height: 125px;
}
.section-foundation .split {
  width: 2px;
  height: auto;
  background: #d6d3ff;
  border: none;
}
.section-foundation p {
  font-size: 1.5rem;
  color: #12033a;
  line-height: 1.8;
  text-align: left;
  font-weight: 300;
}
@media screen and (max-width: 1270px) {
  .section-focus {
    padding-bottom: 160px;
    background: #3b1c95 url("/static-file/default/assets/images/home/focus-bg@0.6x.png") no-repeat center bottom;
    padding-top: 64.4px;
  }
  .section-focus .main-logo {
    margin-top: 0px;
  }
  .section-focus .main-logo img {
    width: 500px;
  }
  .section-benefit ul {
    padding: 0px 60px 0px 60px;
    background: #FFFFFF;
  }
  .section-benefit ul li div {
    height: 150px;
  }
  .section-benefit ul li span {
    font-size: 1.75rem;
    height: auto;
  }
  .section-benefit ul li .icon-1 {
    width: 112px;
  }
  .section-benefit ul li .icon-1 + span {
    width: 140px;
  }
  .section-benefit ul li .icon-2 {
    width: 120px;
  }
  .section-benefit ul li .icon-2 + span {
    width: 120px;
  }
  .section-benefit ul li .icon-3 {
    width: 96px;
  }
  .section-benefit ul li .icon-3 + span {
    width: 120px;
  }
  .section-benefit ul li .icon-4 {
    width: 120px;
  }
  .section-benefit ul li .icon-4 + span {
    width: 120px;
  }
  .section-benefit ul.en li div {
    height: 150px;
  }
  .section-benefit ul.en li span {
    height: auto;
  }
  .section-feature .section-content {
    padding: 0px 40px 20px 40px;
  }
  .section-feature .section-content .card-1-3 {
    width: 100%;
  }
  .section-feature .card .card-title {
    font-size: 2.0rem;
  }
  .section-feature .card .card-content {
    font-size: 1.5rem;
  }
  .section-application .section-content {
    padding: 0px 60px 20px 60px;
  }
  .section-application .card-1-5 {
    width: 41.5%;
    height: 80px;
  }
  .section-feed .card-feed {
    width: 100%;
  }
  .section-feed .article-item .item-date {
    font-size: 1.5rem;
  }
  .section-feed .article-item .item-date i.icon-date {
    width: 32px;
    height: 28px;
  }
  .section-photos img {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
  }
  .section-foundation .flex {
    display: block;
    word-break: break-all;
    overflow: hidden;
    width: 100%;
  }
  .section-foundation .linux,
  .section-foundation .tars {
    padding: 20px 60px 20px 60px;
    margin-bottom: 20px;
    width: auto;
    word-break: break-all;
  }
  .section-foundation p {
    margin-top: 1rem;
  }
}
