body {
  background: #f7f7f7;
}

h3 {
  font-family: myriad;
}

a:hover {
  text-decoration: none;
}

.banner {
  background: -webkit-gradient(linear, left bottom, left top, from(#272ab0), to(#91a3f9));
  background: -o-linear-gradient(bottom, #272ab0, #91a3f9);
  background: linear-gradient(0deg, #272ab0, #91a3f9);
  padding: 180px 0 130px;
  color: #fff;
}

.banner .layui-container {
  position: relative;
}

.banner h1:lang(de),
.banner h1:lang(fr),
.banner h1:lang(it) {
  font-size: 3.8rem;
}

.banner .des {
  font-size: 2.4rem;
  padding: 3.5% 0 8.58%;
  max-width: 506px;
}

.banner .arw-w {
  min-width: 200px;
  text-align: center;
}

.banner .a-bx {
  margin-bottom: 15px;
}

.banner .a-bx a {
  margin-bottom: 10px;
}

.banner .btn-br-wt {
  text-align: center;
  min-width: 200px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  margin-left: 20px;
  vertical-align: top;
}

.banner .btn-br-wt:hover {
  background-color: #fff;
  color: #282cb1;
}

.banner .img {
  position: absolute;
  bottom: -85px;
  right: 0;
}

.banner .img:lang(de) {
  bottom: -120px;
}

.banner:lang(en) {
  /* padding: 100px 0 80px; */
  text-align: center;
}

.banner:lang(en) h1 {
  /* margin-bottom: 23px; */
  padding-top: 0;
}

.banner:lang(en) .des {
  font-size: 2.4rem;
  max-width: 100%;
  padding: 0;
}

.banner:lang(en) .a-bx {
  margin-top: 78px;
}

.banner:lang(en) .btn-bl1 {
  min-width: 200px;
  background-color: #ff7a29;
  border-radius: 10px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}

.banner:lang(en) .btn-br-wt,
.banner:lang(en) .img {
  display: none;
}

@media (max-width: 1199px) {
  .banner {
    text-align: center;
    padding: 130px 0 60px;
  }

  .banner .des {
    max-width: 100%;
  }

  .banner .img {
    position: static;
    display: block;
    margin: 10px auto 0 auto;
  }
}

.toggle-head-items {
  margin-bottom: 4rem;
}

.toggle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle .toggle-head-item {
  width: 20%;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 2px solid #282cb1;
  position: relative;
}

.toggle .toggle-head-item .btn {
  color: #737373;
}

.toggle .toggle-head-item .btn-purple {
  color: #fff;
}

.toggle .toggle-head-item {
  width: 26%;
  text-align: center;
}

.toggle .resources .toggle-head-item {
  width: 20%;
  text-align: center;
}

.toggle .toggle-head-item.first {
  float: left;
}

.toggle .resources .toggle-head-item.two {
  width: 20%;
}

.toggle .resources .toggle-head-item.two .btn {
  width: 100%;
}

.toggle-content-item dt {
  background-color: #ebecff;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: -5px;
  font-size: 0;
  margin-top: 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.toggle-content-item dt,
.toggle-content-item dt .left {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-spacing: normal;
  font-size: 1.4rem;
  text-align: left;
  vertical-align: middle;
}

.toggle-content-item dt .right {
  text-align: right;
}

.toggle-content-item dt .left h3 {
  color: #202020;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 15px;
  padding-top: 20px;
}

.toggle-content-item dd {
  padding: 40px 30px 30px 30px;
  border-bottom: 1px solid #eef1f3;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.toggle-content-item dd h4 {
  font-size: 2rem;
  color: #202020;
  text-align: left;
  font-weight: 700;
  margin-bottom: 15px;
}

.toggle-content-item dd p {
  color: #737373;
}

.toggle-content-item dd p.info {
  vertical-align: middle;
  margin-top: 15px;
  line-height: 40px;
}

.toggle-content-item dd p.info span {
  font-size: 1.2rem;
}

.toggle-content-item dd p.info img {
  vertical-align: middle;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}

.center-block,
.center-block .container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.center-block {
  max-width: 1200px;
  margin: 0 auto;
}

.center-block .container {
  width: 100%;
  padding: 100px 0;
}

.toggle-content-item img {
  border-top-right-radius: 20px;
}

@media screen and (max-width: 767px) and (min-width: 280px) {
  html {
    font-size: 50%;
  }

  .center-block .container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
  }

  .mobile-block,
  .mobile-block>li {
    display: block !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .last-bottom {
    margin-bottom: auto !important;
  }

  .btn-group {
    text-align: center;
  }

  .toggle-content-item dt {
    padding-left: 0;
  }

  .toggle-content-item img {
    border-radius: 0;
  }

  .toggle-content-item dt .left {
    text-align: center;
  }

  .toggle-content-item dt p {
    padding: 5px;
  }

  .center-block.layui-tab-title li {
    display: block;
  }

  .toggle .resources .toggle-head-item {
    display: block;
    margin: auto;
    border-bottom: none;
  }

  .arrow-box {
    display: none;
  }

  .arrow-box .bottom {
    display: none;
  }

  .toggle .resources .toggle-head-item {
    width: 40%;
    text-align: center;
  }

  .toggle-content-item dt .right {
    text-align: center;
  }
}

.toggle .toggle-head-item .btn {
  color: #737373;
}

.toggle .toggle-head-item .btn-purple {
  color: #fff;
}

.toggle .resources .toggle-head-item.two .btn {
  width: 100%;
}

.toggle-content-item dt .left .btn {
  width: 20%;
  min-width: 160px;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 9px;
  color: #fff;
  text-align: center;
}

.inline-block>li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.btn {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 46px;
  margin-left: auto;
  margin-right: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn.btn-purple {
  background-color: #282cb1;
  border-color: #282cb1;
}

.layui-container .layui-row .left .btn-small {
  line-height: 34px;
  font-size: 1.6rem;
}

.btn.btn-purple:active,
.btn.btn-purple:hover {
  background-color: #6671ee;
  border-color: #6671ee;
}

.arrow-box {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -15px;
  display: none;
}

.arrow-box.show {
  display: block;
}

.arrow-box .bottom {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  z-index: 2;
}

.arrow-box .bottom .bottom-arrow1,
.arrow-box .bottom .bottom-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-bottom: 10px transparent dashed;
  border-left: 10px transparent dashed;
  border-right: 10px transparent dashed;
  border-top: 10px #fff solid;
  overflow: hidden;
}

.arrow-box .bottom .bottom-arrow1 {
  top: 3px;
  border-top: 10px #282cb1 solid;
}

.arrow-box .bottom .bottom-arrow2 {
  border-top: 10px #fff solid;
}

.inline-block,
.remove {
  font-size: 0;
  letter-spacing: -3px;
}

.more {
  display: block;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: normal;
  cursor: pointer;
  padding-top: 1.4rem;
  font-weight: 700;
}

.more :hover {
  text-decoration: none;
  color: #9b9ffa;
}

.more-purple {
  color: #5370de;
}

.moreLink {
  position: static;
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: url(../images/articles-index/more-bg.jpg) no-repeat center top;
  left: 0;
  margin-top: 60px;
  font-size: 1.4rem;
  border-radius: 20px;
}

.text-center {
  text-align: center !important;
}

.moreLink .moreMask a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  font-size: 2rem;
}

.moreLink .moreMask a :hover {
  text-decoration: none;
}

.moreMask {
  background-color: #00f;
  opacity: 0.5;
  border-radius: 20px;
}

.desc {
  font-size: 2rem;
}

.layui-container .left p {
  font-size: 1.5rem;
}

.video img {
  display: inherit;
  margin: auto;
  padding-top: 160px;
}

.resources {
  margin-bottom: 100px;
  background: #F8F9FA;
}

.resources h4 {
  font-size: 2.2rem;
  text-align: center;
  color: #202020;
  margin: 40px 0 16px;
  font-weight: 700;
}

.resources .desc {
  margin: auto;
  text-align: center;
  max-width: 1000px;
  height: 52px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.posts {
  background-color: #f5f9fc;
  /* padding: 40px 0; */
}

.posts .txt {
  text-align: center;
}

.posts .txt a img {
  border-radius: 10px;
}

.posts .txt a p {
  width: 260px;
}

ul.simple-pagination {
  list-style: none;
}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #f0f4f7;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 2px;
  background: #fff;
}

.light-theme a:hover {
  text-decoration: none;
  background: #4294e9;
  color: #fff;
}

.light-theme .current {
  background: #4294e9;
  color: #fff;
  border-color: #4294e9;
  cursor: default;
}

.light-theme .ellipse {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  cursor: default;
}

.dark-theme a,
.dark-theme span {
  float: left;
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #555;
  background: -moz-linear-gradient(top, #555 0%, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #555 0%, #333 100%);
  background: -o-linear-gradient(top, #555 0%, #333 100%);
  background: -ms-linear-gradient(top, #555 0%, #333 100%);
  background: linear-gradient(top, #555 0%, #333 100%);
}

.dark-theme a:hover {
  text-decoration: none;
  background: #444;
}

.dark-theme .current {
  background: #222;
  color: #fff;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

.dark-theme .ellipse {
  background: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 700;
  cursor: default;
}

.light-theme .ratio {
  border: none;
  background: 0 0;
  box-shadow: none;
}

.banner h1 {
  padding-top: 60px;
  padding-bottom: 25px;
  font-size: 50px;
}

.banner p {
  text-align: center;
  font-size: 2rem;
}

.articles-chunk .container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.articles-chunk p {
  padding: 10px 0;
}

.articles-chunk p a {
  color: #616161;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.articles-chunk p a::before {
  content: '';
  display: inline-block;
  border: 2px solid #cdd3d5;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.articles-chunk p a:hover {
  color: #1393ec;
  text-decoration: underline;
}

.articles-chunk .pagination {
  margin-top: 30px;
  text-align: left;
}

.articles-chunk .light-theme .disabled .current {
  background: #fff;
  color: #e2e9ef;
  border-color: #e2e9ef;
}

.articles-chunk .light-theme .active .current {
  background: #fff;
  color: #00adff;
  border-color: #e2e9ef;
}

.articles-chunk .light-theme a {
  border-color: #e2e9ef;
}

.articles-chunk .light-theme a:hover {
  color: #00adff;
  background-color: #fff;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  .articles-chunk .container {
    width: 95%;
  }
}

.articles-chunk p {
  padding: 5px 0;
}

/* .articles-chunk p a{
  display: block;
  width: 100%;
} */
.articles-chunk .container {
  width: 100%;
}

.articles-chunk .container {
  padding: 70px 0;
}

.articles-chunk h2 {
  text-align: center;
  margin-bottom: 40px;
}

.articles-chunk .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #3a3ec3;
}

.articles-chunk .layui-laypage a:hover {
  color: #3a3ec3;
}

.articles-chunk .layui-icon {
  font-size: 14px;
}

.articles-chunk .pagination {
  width: 50%;
  margin: 3% auto 0;
  text-align: center;
}

.articles-chunk .uri-box .chunk {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  max-height: 300px;
}

.articles-chunk .uri-box .chunk>P {
  position: relative;
  min-height: 36px;
  box-shadow: 0px 10px 30px 0px rgba(7, 32, 68, 0.15);
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 7px;
  font-size: 1.8rem;
  width: 45%;
}

.articles-chunk .uri-box .chunk>P:nth-child(n + 11) {
  display: none;
}

.articles-chunk .uri-box .chunk>P a::before {
  position: absolute;
  top: 15px;
  left: 18px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #7E6CF6;
  border-radius: 50%;
  border: none;
}

.articles-chunk {
  background: #fff;
}

/*# sourceMappingURL=maps/tutorials_index.css.map */