.pageMenu {
  position: relative;
  display: flex;
  width: 100%;
  margin: 18px auto 0 auto;
  justify-content: center;
  list-style-type: none;
}
.pageMenu a {
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #303133;
  text-decoration: none;
}
.pageMenu a li {
  list-style-type: none;
  width: 36px;
  height: 36px;
  background: #F3F4F5;
  border: 1px solid #F3F4F5;
  border-radius: 4px;
  text-align: center;
  line-height: 37px;
  margin: 0 5px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #303133;
  cursor: pointer;
}
.pageMenu a li svg {
  width: 6px;
  height: 12px;
}
.pageMenu a li.disabled {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pageMenu a li.disabled svg path {
  fill: #999;
}
.pageMenu a li.disabled:hover {
  border: 1px solid #F3F4F5;
}
.pageMenu a li.hide {
  display: none;
}
.pageMenu a li.active {
  background: #FF782D;
  border-radius: 4px;
  border: 1px solid #FF782D;
  color: #F3F4F5;
}
.pageMenu a li.active:hover {
  background: #FF782D;
  color: #F3F4F5;
}
.pageMenu a li:hover {
  background: #FFFFFF;
  border: 1px solid #FF782D;
}
.pageMenu a:hover {
  text-decoration: none;
}
.left-icon {
  transform: rotate(180deg);
  margin-right: 5px;
}
.right-icon {
  margin-left: 5px;
}
.theme-page-commom {
  width: 100px !important;
  height: 36px;
  background: #F3F4F5;
  border: 1px solid #F3F4F5;
  border-radius: 4px;
  text-align: center;
  line-height: 37px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #303133;
  cursor: pointer;
}
.theme-page-ellipsis {
  border-radius: 4px;
  text-align: center;
  line-height: 37px;
  margin: 0 5px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #303133;
}
.theme-page-ellipsis.hide {
  display: none;
}
.learn-new-content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 55px;
}
.learn-new-content ul a {
  display: block;
}
.learn-new-content ul a li {
  display: flex;
  height: 78px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding-left: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  color: #192033;
}
.learn-new-content ul a li i {
  position: absolute;
  right: 15px;
}
.learn-new-content ul a li:hover {
  background: rgba(255, 130, 44, 0.06);
  color: #FF822C;
}
.learn-new-content ul a li:hover i svg path {
  transition: all 0.3s;
  fill: #FF822C;
}
.learn-new-content ul .learn-content-line {
  height: 1px;
  background: #E1E1E1;
}
.learn-banner-bg {
  background: url(https://resource.flexclip.com/pages/learn-center/images/banner.webp?v=1) center center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 400px;
}
.learn-youtube-text {
  min-width: 170px;
  padding: 0 14px;
  height: 44px;
  border: 1px solid #131010;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.learn-youtube-text:hover {
  background: black;
}
.learn-youtube-text:hover svg path {
  fill: white;
}
.learn-youtube-text:hover span {
  color: white;
}
.learn-youtube-text span {
  margin-left: 5px;
  font-size: 14px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.learn-banner-bg-lang {
  background: url(https://resource.flexclip.com/pages/tutorial/banner.png?v=1) no-repeat center center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 290px;
}
.learn-banner-bg-lang .learn-title {
  padding-top: 60px;
}
.learn-title {
  font-size: 42px;
  font-weight: bold;
  color: #000000;
  line-height: 49px;
  padding-top: 80px;
  padding-bottom: 10px;
}
.learn-info {
  height: 34px;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  line-height: 34px;
}
.learn-content {
  width: 100%;
}
.learn-content-center {
  width: 1190px;
  margin: 80px auto 0 auto;
}
.learn-content-box {
  margin-bottom: 66px;
}
.learn-ul-box {
  display: flex;
  list-style-type: none;
}
.learn-li-box {
  width: 362px;
  height: 321px;
  display: inline-block;
  margin-right: 42px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  transition: all 0.3s;
}
.learn-li-box:hover {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
}
.learn-li-box:hover span {
  color: #FF782D;
}
.learn-li-box:hover img {
  position: relative;
  cursor: pointer;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.learn-li-box:last-child {
  margin-right: 0;
}
.learn-see-all-icon {
  float: right;
  margin: 6px 0 10px 0;
  cursor: pointer;
}
.learn-see-all-icon a {
  font-size: 15px;
  font-weight: 500;
  color: #FF782D;
  line-height: 18px;
}
.learn-see-all-icon a svg {
  transition: transform 0.3s;
}
.learn-see-all-icon a svg g path {
  fill: #FF782D;
}
.learn-see-all-icon:hover a {
  text-decoration: none;
}
.learn-see-all-icon:hover a svg {
  transform: translateX(6px);
}
.learn-cate-title-box {
  margin-bottom: 30px;
}
.learn-cate-name {
  height: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #17191D;
  line-height: 28px;
}
.learn-content-img-box {
  width: 100%;
  height: 204px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.learn-content-img-box a {
  width: 100%;
  height: 100%;
}
.learn-content-img-box img {
  width: 100%;
  border-radius: 6px 6px 0 0;
  transition: all 2s;
}
.learn-content-content-box {
  width: calc(100% - 36px);
  height: calc(100% - 204px);
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 18px;
}
.learn-content-content-box a {
  margin: auto 0;
}
.learn-content-title {
  display: flex;
  font-size: 17px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 24px;
  text-align: left;
}
.learn-search-box {
  width: 30%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 8px;
  margin-left: 35%;
  margin-top: 29px;
  position: relative;
}
.learn-search-box:hover {
  outline: 1px solid #D1AD00;
}
.learn-search-btn {
  position: absolute;
  top: 16px;
  width: 18px;
  height: 18px;
  left: 3%;
  cursor: pointer;
}
.learn-search-content {
  height: 50px;
  width: 80%;
  font-size: 16px;
}
@media screen and (max-width: 1160px) {
  .learn-title {
    padding-bottom: 70px;
  }
  .learn-ul-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .learn-content-center {
    width: 90%;
  }
  .learn-li-box {
    width: auto;
    margin-right: 10px;
  }
  .learn-li-box li:last-child {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .learn-title {
    padding-bottom: 0;
    font-size: 36px;
    line-height: 44px;
    padding-top: 100px;
  }
  .learn-ul-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .learn-ul-box {
    margin-right: 0;
    width: 100%;
  }
  .learn-ul-box li {
    margin-top: 20px;
  }
  .learn-ul-box li:last-child {
    display: none;
  }
  .learn-new-content {
    width: 90%;
  }
  .learn-new-content ul {
    list-style: none;
  }
  .learn-new-content ul a li {
    padding-left: 0;
  }
  .learn-new-content ul a li i {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .lastThemePage,
  .theme-page-ellipsis,
  .theme-page-commom {
    display: none;
  }
  .learn-banner-bg-lang {
    height: 350px;
  }
}
/*# sourceMappingURL=learn-desktop.css.map */