/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
h1 {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
}
h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
}
h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
}
.copy {
  cursor: pointer;
}
.btn-normal {
  width: 180px;
  height: 46px;
  margin: 0;
  padding: 0;
  color: #fff !important;
  text-decoration: none !important;
  line-height: 46px !important;
  font-weight: 500;
  text-align: center;
  background: #ff822c;
  border-radius: 23px;
  cursor: pointer;
  transition: all 0.3s;
}
.btn-normal:hover {
  background: #e0640f;
}
.btn-line {
  display: flex;
  justify-content: center;
  margin: 20px 0 40px;
}
.btn-line .btn-normal {
  margin: 0 10px;
  padding: 0 8px;
}
.learn-banner {
  position: relative;
  width: 100%;
  padding-bottom: 37px;
  min-height: 229px;
  background: linear-gradient(270deg, #694ab5 0%, #292c7c 100%);
}
.learn-banner .learn-banner-left {
  display: inline-block;
  width: 172px;
}
.learn-banner .learn-banner-left svg {
  position: absolute;
  left: 49px;
  top: 85px;
}
.learn-banner .learn-banner-left:before {
  content: ' ';
  position: absolute;
  left: 172px;
  top: 40px;
  width: 1px;
  height: 190px;
  background: rgba(0, 0, 0, 0.3);
}
.learn-banner .learn-banner-left:after {
  content: ' ';
  position: absolute;
  left: 171px;
  top: 40px;
  width: 1px;
  height: 190px;
  background: rgba(255, 255, 255, 0.2);
}
.learn-banner .learn-banner-right {
  display: inline-block;
  margin-left: 63px;
}
.learn-banner .learn-banner-right h3 {
  margin: 33px 0 14px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.learn-banner .learn-banner-right ul {
  margin: 0 0 21px;
  padding: 0;
}
.learn-banner .learn-banner-right ul li {
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.7;
  line-height: 28px;
  list-style: none;
}
.learn-banner .learn-banner-right ul li:before {
  content: ' ';
  background: url('https://resource.flexclip.com/pages/learn-center/images/feature.svg');
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: baseline;
  margin-right: 11px;
}
.learn-category-bg {
  background: url(https://resource.flexclip.com/pages/learn-center/images/list-banner.jpg) no-repeat center center;
  height: 400px;
}
.learn-category-bg > div {
  padding: 0;
  padding-top: 136px;
}
.learn-category-bg > div h1 {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 54px;
  margin-bottom: 33px;
}
.learn-category-bg > div p {
  font-size: 19px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
}
.learn-categorys {
  position: relative;
  margin: 82px 0 60px;
}
.learn-categorys li {
  display: inline-block;
  cursor: pointer;
  margin: 0 28px;
}
.learn-categorys li a {
  display: inline;
  text-decoration-line: none;
  font-size: 21px;
  font-weight: 500;
  color: rgba(26, 27, 28, 0.8);
  line-height: 30px;
}
.learn-categorys li.active {
  border-bottom: 3px solid #ff822c;
  padding: 0px 8px;
}
.learn-categorys li.active a {
  color: #1a1b1c;
}
.learn-categorys li:hover a {
  color: #1a1b1c;
}
.learn-category-ctn {
  padding-top: 0;
  position: relative;
  max-width: 100%;
}
.learn-category-ctn ul {
  width: 100%;
  position: absolute;
  transform: scale(0);
}
.learn-category-ctn ul li {
  visibility: hidden;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  overflow: hidden;
  box-shadow: none;
}
.learn-category-ctn ul li .learn-cover {
  width: 340px;
  height: 204px;
  overflow: hidden;
}
.learn-category-ctn ul li img {
  width: 100%;
  transition: all 2s;
}
.learn-category-ctn ul li span {
  font-size: 17px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 24px;
}
.learn-category-ctn ul li span:hover {
  text-decoration: underline;
}
.learn-category-ctn ul li:hover {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
}
.learn-category-ctn ul li: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-category-ctn ul.active {
  position: relative;
  transform: scale(1);
}
.learn-paging {
  margin-bottom: 50px;
}
.learn-paging span {
  font-size: 15px;
  color: #4a4e57;
  opacity: 0.5;
  cursor: default;
}
.learn-paging ul {
  display: inline-block;
  margin-left: 12px;
}
.learn-paging ul li {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  line-height: 34px;
  cursor: pointer;
}
.learn-paging ul li.active {
  border-color: #dee1e7;
}
.learn-paging ul li:hover {
  border-color: #dee1e7;
}
.learn-paging ul li a {
  text-decoration-line: none;
  color: #4a4e57;
  font-size: 15px;
  width: 100%;
  height: 100%;
}
.learn-paging ul li a svg {
  transform: translateY(2px);
}
.learn-article-bg {
  background: url(https://resource.flexclip.com/pages/learn-center/images/item-banner.webp?v=1) no-repeat center center;
  background-size: cover;
}
.learn-article-bg > div {
  width: 1160px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 6.5rem 0;
  position: relative;
}
.learn-article-bg > div h1 {
  text-align: left;
  line-height: 54px;
  font-size: 2.625rem;
  color: #fff;
}
.learn-article-bg > div ul {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 1rem;
}
.learn-article-bg > div ul li {
  display: inline-block;
  font-size: 1rem;
  opacity: 0.6;
  color: #fff;
}
.learn-article-bg > div ul li a {
  text-decoration: none;
  color: #fff;
}
.learn-article-bg > div ul li:last-child {
  display: inline-block;
  font-size: 1rem;
  opacity: 0.6;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  position: relative;
  top: 4px;
}
.learn-article-bg > div ul li:hover {
  opacity: 1;
}
.learn-article-bg > div ul li:hover:last-child {
  opacity: 0.6;
  cursor: default;
}
.learn-article-body {
  text-align: center;
}
.learn-article-tip {
  width: 1160px;
  margin: 86px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.learn-article-tip .time {
  opacity: 0.7;
  margin-right: 26%;
  width: 100%;
  display: block;
  float: none;
  color: #1A1B1C;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 18px;
}
.learn-article-tip .lang {
  margin-top: 16px;
  position: relative;
  top: -3px;
  left: 0;
  width: 100%;
  float: none;
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 20px;
}
.learn-article-tip .lang span {
  color: #000;
  font-weight: 600;
  margin-right: 5px;
}
.learn-article-tip .lang a {
  color: #FF822C;
  text-decoration: underline;
  margin-right: 16px;
}
.learn-article-tip .lang a:hover {
  color: #E0640F;
}
.lear-article-body {
  display: flex;
  justify-content: flex-start;
  width: 1160px;
  margin: auto;
  padding: 40px 0 0;
  position: relative;
}
.lear-article-body .learn-article-sidebar {
  width: 340px;
  height: 100%;
  position: absolute;
  right: 0;
  top: -17px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker {
  margin-bottom: 54px;
  color: #17191D;
  text-align: center;
  position: relative;
  width: 340px;
  box-sizing: border-box;
  padding: 0;
  background: #F4F5FA;
  border-radius: 6px;
  overflow: hidden;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker .logo {
  position: relative;
  left: -102px;
  padding-left: 0;
  margin-bottom: 65px;
  top: 28px;
  height: 28px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker .title {
  font-size: 24px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 28px;
  text-shadow: 0px 6px 20px rgba(0, 0, 0, 0);
  text-align: left;
  margin: 0 17px;
  margin-bottom: 11px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker .desc {
  font-size: 15px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 22px;
  text-shadow: 0px 6px 20px rgba(0, 0, 0, 0);
  margin: 0 17px;
  text-indent: 0;
  text-align: left;
  margin-bottom: 25px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker .web-started-btn {
  width: 160px;
  height: 40px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  background: #ff822c;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 17px;
  border-radius: 20px;
  font-size: 15px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker .web-started-btn:hover {
  background: #e0640f;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker .editor {
  width: 340px;
  height: 212px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker .editor img {
  width: 100%;
  height: 100%;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-box {
  position: absolute;
  transition: all 0.3s;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-box .right-same-type-article-title {
  height: 50px;
  background: linear-gradient(270deg, #5C43C2 0%, #3B26A4 100%);
  border-radius: 6px 6px 0 0;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-box .right-same-type-article-title .right-same-type-title-text {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  margin-left: 17px;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-box .right-same-type-article-title .right-same-type-icon-box {
  float: right;
  line-height: 50px;
  margin-right: 10px;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-box .right-same-type-article-title .right-same-type-icon-box svg {
  cursor: pointer;
  transform: rotate(180deg);
}
.lear-article-body .learn-article-sidebar .right-same-type-article-box .right-same-type-article-title .right-same-type-icon-box svg path {
  fill: #fff;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list {
  background: #FFFFFF;
  border-radius: 0 0 6px 6px;
  border: 1px solid #D8D8D8;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list .right-same-type-article-ul {
  margin: 13px 35px;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list .right-same-type-article-ul .right-same-type-article-li {
  height: 34px;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 34px;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list .right-same-type-article-ul .right-same-type-article-li:hover {
  color: #FF822C;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list .right-same-type-article-ul .right-same-type-article-li.active {
  color: #FF822C;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list .right-same-type-article-ul .right-same-type-article-li .right-same-type-article-a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 34px;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list .right-same-type-article-ul .right-same-type-article-li .right-same-type-article-a:hover {
  color: #FF822C;
}
.lear-article-body .learn-article-sidebar .right-same-type-article-list .right-same-type-article-ul .right-same-type-article-li .right-same-type-article-a.active {
  color: #FF822C;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker-template {
  padding: 0;
  margin-bottom: 54px;
  color: #17191D;
  border: 1px solid #dedfe0;
  background-color: #fff;
  text-align: center;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker-template img {
  vertical-align: top;
  position: relative;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker-template .desc {
  width: 208px;
  font-size: 15px;
  font-weight: 400;
  color: #17191d;
  line-height: 24px;
  opacity: 0.8;
  margin: auto;
  margin-top: 26px;
  margin-bottom: 16px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker-template .web-started-btn {
  width: 200px;
  height: 44px;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  color: #ffffff;
  background: #ff822c;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 26px;
}
.lear-article-body .learn-article-sidebar .flexclip-video-maker-template .web-started-btn:hover {
  background: #e0640f;
}
.lear-article-body .learn-article-sidebar .hot-title {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 30px;
}
.lear-article-body .learn-article-sidebar .hot-list li {
  list-style: none;
  display: flex;
}
.lear-article-body .learn-article-sidebar .hot-list li a {
  margin-bottom: 24px;
  cursor: pointer;
  text-decoration: none;
}
.lear-article-body .learn-article-sidebar .hot-list li a img {
  width: 130px;
  height: 78px;
  margin-right: 10px;
}
.lear-article-body .learn-article-sidebar .hot-list li a p {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  float: right;
}
.lear-article-body .learn-article-sidebar .hot-list li a p:hover {
  text-decoration: underline;
}
.lear-article-body .learn-article-sidebar .lang-hot-box {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E1E1E1;
}
.lear-article-body .learn-article-sidebar .lang-hot-title {
  height: 49px;
  background: #E9FBF7;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  color: #1DD6AA;
  padding-left: 20px;
  border-radius: 12px 12px 0 0;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li {
  list-style: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #E1E1E1;
  padding: 14px 0 14px 10px;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li:last-child {
  border-bottom: none;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li a {
  cursor: pointer;
  text-decoration: none;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li a img {
  width: 130px;
  height: 78px;
  margin-right: 10px;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li a i {
  margin-right: 12px;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li a p {
  width: 295px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  float: right;
  font-size: 15px;
  font-weight: 400;
  color: #192033;
  line-height: 20px;
  transition: all 0.3s;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li a p:hover {
  text-decoration: underline;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li:hover {
  background: rgba(255, 130, 44, 0.06);
}
.lear-article-body .learn-article-sidebar .lang-hot-list li:hover a i svg path {
  transition: all 0.3s;
  fill: #FF822C;
}
.lear-article-body .learn-article-sidebar .lang-hot-list li:hover a p {
  color: #FF822C;
  text-decoration: none;
}
.lear-article-body .learn-article-sidebar .lang-hot-list .learn-content-line {
  height: 1px;
  background: #E1E1E1;
}
.lear-article-body .learn-article-ctn {
  width: 774px;
  min-width: initial;
  box-sizing: border-box;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.lear-article-body .learn-article-ctn .epilogue_container {
  margin-top: 60px;
}
.lear-article-body .learn-article-ctn .epilogue_container .epilogue_title {
  font-size: 22px;
  font-weight: 600;
}
.lear-article-body .learn-article-ctn .epilogue_container .epilogue_content {
  font-size: 18px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
  margin-top: 12px;
}
.lear-article-body .learn-article-ctn .ideas-container {
  margin-top: 20px;
}
.lear-article-body .learn-article-ctn .ideas-container .fj-model-learn {
  margin-top: 0;
  margin-bottom: 0;
}
.lear-article-body .learn-article-ctn .ideas-container .ideas-p {
  margin-top: 0;
  margin-bottom: 24px;
}
.lear-article-body .learn-article-ctn .new-step-container {
  margin-top: 30px;
}
.lear-article-body .learn-article-ctn .new-step-container .fj-model-learn {
  margin-top: 0;
  margin-bottom: 0;
}
.lear-article-body .learn-article-ctn .new-step-container .fj-model-learn .step {
  margin-bottom: 10px;
}
.lear-article-body .learn-article-ctn .new-step-container .new-step-img {
  margin: 13px auto;
}
.lear-article-body .learn-article-ctn .new-step-container .image-description {
  margin-top: 0px;
  margin-bottom: 30px;
}
.lear-article-body .learn-article-ctn .new-step-container-1 .fj-model-learn {
  margin-top: 30px;
  margin-bottom: 0;
}
.lear-article-body .learn-article-ctn .new-step-container-1 .fj-model-learn .step .desc {
  font-size: 21px;
  font-weight: 500;
}
.lear-article-body .learn-article-ctn .new-step-container-1 .new-step-img {
  margin: 13px auto;
}
.lear-article-body .learn-article-ctn .new-step-container-1 .image-description {
  margin-top: 0;
  margin-bottom: 30px;
}
.lear-article-body .learn-article-ctn .new-step-container-1 .new-step-content {
  margin-top: 13px;
}
.lear-article-body .learn-article-ctn ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 1.8125rem;
  color: #17191d;
  font-size: 1.125rem;
}
.lear-article-body .learn-article-ctn ul li {
  margin-bottom: 1.5rem;
}
.lear-article-body .learn-article-ctn ul li a {
  color: #ff822c;
  text-decoration: underline;
  cursor: pointer;
}
.lear-article-body .learn-article-ctn ul li a:hover {
  color: #e0640f;
}
.lear-article-body .learn-article-ctn .imgalt {
  text-align: center;
}
.lear-article-body .learn-article-ctn iframe {
  display: inherit;
  margin: auto;
}
.lear-article-body .learn-article-ctn .summary {
  padding: 34px 27px;
  line-height: 26px;
  background: rgba(255, 130, 44, 0.05);
  color: #FF822C;
}
.lear-article-body .learn-article-ctn .summary strong {
  font-size: 21px;
  font-weight: bold;
  color: #FF822C;
  line-height: 26px;
  margin-bottom: 16px;
  display: block;
}
.lear-article-body .learn-article-ctn .model-video-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  text-align: center;
}
.lear-article-body .learn-article-ctn .model-video-list video {
  width: 100%;
  height: auto;
  margin: 0;
}
.lear-article-body .learn-article-ctn .model-video-list > div {
  margin-bottom: 20px;
}
.lear-article-body .learn-article-ctn .model-video-list p {
  overflow-wrap: break-word;
  margin: 5px 0;
}
.lear-article-body .learn-article-ctn .model-video-list h4 {
  color: #17191d;
  font-size: 1.35rem;
  font-weight: 500;
  margin: 5px 0;
}
.lear-article-body .learn-article-ctn .model-video-list a {
  display: inline-block;
  padding: 0 20px;
  text-decoration-line: none;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  background: #ff822c;
  border-radius: 20px;
  cursor: pointer;
}
.lear-article-body .learn-article-ctn .model-video-list a:hover {
  background: #e0640f;
  color: #ffffff;
}
.lear-article-body .learn-article-ctn .model-video-list .mod_fc_preview_create_project {
  display: inline-block;
  padding: 0 20px;
  text-decoration-line: none;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  background: #ff822c;
  border-radius: 20px;
  cursor: pointer;
}
.lear-article-body .learn-article-ctn .model-video-list ul.list-style-two-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #6a6b6c;
  padding: 15px 0 15px 15px;
  margin-top: 0;
}
.lear-article-body .learn-article-ctn .model-video-list ul.list-style-two-columns li {
  margin-bottom: 16px;
  min-width: 50%;
  font-size: 18px;
  line-height: 25px;
}
.lear-article-body .learn-article-ctn .multiple-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lear-article-body .learn-article-ctn .multiple-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #6a6b6c;
  padding: 15px 0 15px 15px;
  margin-top: 0;
  width: 50%;
}
.lear-article-body .learn-article-ctn .multiple-list li {
  margin-bottom: 16px;
  width: 100%;
  font-size: 18px;
  line-height: 25px;
}
.lear-article-body .learn-article-ctn .multiple-list li.list-head {
  list-style: none;
  font-weight: bold;
  color: #17191d;
}
.lear-article-body .learn-article-ctn .flex-img {
  display: flex;
  justify-content: center;
}
.lear-article-body .learn-article-ctn .flex-img > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 12px;
  width: 50%;
}
.lear-article-body .learn-article-ctn .flex-img > div img {
  width: 100%;
  margin: 0 0 12px;
}
.lear-article-body .learn-article-ctn strong {
  color: #17191d;
}
.lear-article-body .learn-article-ctn .nav_anchor {
  margin-top: 1.6rem;
}
.lear-article-body .learn-article-ctn .nav_anchor a {
  display: block;
  color: #ff822c;
  text-decoration: underline;
  cursor: pointer;
  line-height: 30px;
}
.lear-article-body .learn-article-ctn .nav_anchor a:hover {
  color: #e0640f;
}
.lear-article-body .learn-article-ctn h2 {
  margin-top: 80px;
  font-size: 2.25rem;
  font-weight: 500;
  color: #17191d;
  line-height: 54px;
}
.lear-article-body .learn-article-ctn h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 1.625rem;
  font-weight: 500;
  color: #17191d;
}
.lear-article-body .learn-article-ctn h4 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
}
.lear-article-body .learn-article-ctn a {
  color: #ff822c;
  text-decoration: underline;
  cursor: pointer;
}
.lear-article-body .learn-article-ctn a:hover {
  color: #e0640f;
}
.lear-article-body .learn-article-ctn img {
  max-width: 774px;
  background: #f8f8f8;
  margin: 13px auto;
  display: inherit;
}
.lear-article-body .learn-article-ctn video {
  margin: 13px auto;
  display: block;
}
.lear-article-body .learn-article-ctn p {
  font-size: 18px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
  margin-top: 12px;
}
.lear-article-body .learn-article-ctn p a {
  display: unset !important;
}
.lear-article-body .learn-article-ctn p.image-description {
  font-size: 15px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 22px;
  opacity: 0.5;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0px;
  position: relative;
}
.lear-article-body .learn-article-ctn p:nth-child(1) {
  margin-top: 0;
  font-style: normal;
}
.lear-article-body .learn-article-ctn .learn-article-author {
  display: flex;
  justify-content: flex-start;
  border-top: 1px dashed #d3d5d6;
  margin-top: 90px;
  padding-top: 50px;
  padding-bottom: 120px;
}
.lear-article-body .learn-article-ctn .learn-article-author .author-portrait {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.lear-article-body .learn-article-ctn .learn-article-author .author-portrait img {
  margin: 0;
}
.lear-article-body .learn-article-ctn .learn-article-author .author-message {
  color: #17191d;
}
.lear-article-body .learn-article-ctn .learn-article-author .author-message .author-name span {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
.lear-article-body .learn-article-ctn .learn-article-author .author-message .author-name .division-line {
  margin: 0 10px;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
}
.lear-article-body .learn-article-ctn .learn-article-author .author-message .author-name img {
  width: 26px;
  height: 26px;
  margin: 0;
  display: inline;
  vertical-align: sub;
}
.lear-article-body .learn-article-ctn .learn-article-author .author-message .author-details {
  margin-top: 5px;
  font-size: 15px;
  line-height: 22px;
  opacity: 0.5;
}
.lear-article-body .learn-article-ctn .learn-article-author.learn-article-author-special {
  padding-bottom: 0px;
}
.lear-article-body .learn-article-ctn .right-custom-style {
  opacity: 0.5;
}
.lear-article-body.support-other-lang .learn-article-sidebar {
  top: -52px;
}
.learn-article-related-bg > div ul li {
  margin-right: 40px;
}
.learn-article-related-bg > div h4 {
  font-size: 21px;
}
.btm-com-nav {
  padding: 3.375rem 0 2.5625rem;
}
.btm-com-nav h4 {
  font-size: 1.3125rem;
  color: #17191d;
  margin-bottom: 2.875rem;
  text-align: center;
  display: block;
}
.btm-com-nav > div {
  width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.btm-com-nav > div div {
  width: 16.25rem;
  align-items: flex-start;
}
.btm-com-nav > div div h5 {
  color: #17191d;
  font-size: 1rem;
  line-height: 2.5rem;
}
.btm-com-nav > div div ul {
  list-style-type: none;
  margin-top: 0.75rem;
}
.btm-com-nav > div div ul li a {
  display: block;
  color: #4a4e57;
  font-size: 1.0625rem;
  text-decoration: none;
}
.btm-com-nav > div div ul li a:hover {
  color: #ff822c;
  text-decoration: underline;
}
.btm-com-nav > div div ul li:nth-child(n+2) {
  margin-top: 1.3125rem;
}
.fj-model-learn {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.fj-model-learn .summary {
  background: rgba(255, 130, 44, 0.05);
  border-radius: 6px;
  margin-bottom: 42px;
}
.fj-model-learn .summary .title {
  font-size: 21px;
  font-weight: bold;
  color: #FF822C;
  line-height: 26px;
  display: flex;
  margin-bottom: 17px;
}
.fj-model-learn .summary .title .icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}
.fj-model-learn .summary .title span {
  line-height: 30px;
}
.fj-model-learn .summary .desc {
  font-size: 17px;
  font-weight: 400;
  color: #FF822C;
  line-height: 26px;
  margin-bottom: 10px;
}
.fj-model-learn .note {
  background: rgba(62, 113, 228, 0.05);
  border-radius: 6px;
  margin-bottom: 42px;
  padding: 34px 27px;
  position: relative;
}
.fj-model-learn .note .clip {
  position: absolute;
  width: 20px;
  height: 44px;
  top: -12px;
  right: 18px;
}
.fj-model-learn .note .title {
  font-size: 21px;
  font-weight: bold;
  color: gba(62, 113, 228, 1);
  line-height: 26px;
  display: flex;
  margin-bottom: 17px;
}
.fj-model-learn .note .title .icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
}
.fj-model-learn .note .title span {
  line-height: 30px;
  background: none;
  color: #3e71e4;
}
.fj-model-learn .note .desc {
  font-size: 17px;
  font-weight: 400;
  color: #3e71e4;
  line-height: 26px;
  margin-bottom: 10px;
}
.fj-model-learn .template-preview {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fj-model-learn .template-preview .item {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-right: 20px;
}
.fj-model-learn .template-preview .item .img-wrapper {
  position: relative;
  width: 374px;
  height: 210px;
  text-align: center;
  background: #f8f8f8;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fj-model-learn .template-preview .item .img-wrapper.proportion1_1 {
  width: 350px;
  height: 350px;
}
.fj-model-learn .template-preview .item .img-wrapper > img {
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 6px;
  margin: 0;
}
.fj-model-learn .template-preview .item .img-wrapper > video {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask {
  position: absolute;
  height: 0px;
  overflow: hidden;
  width: 100%;
  margin-left: 1px;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  transition: opacity 0.3s !important;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
  z-index: 1;
  opacity: 0;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns {
  position: relative;
  top: 8px;
  height: 32px;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div {
  min-width: 76px;
  line-height: 32px;
  text-align: center;
  margin-right: 14px;
  border: 1px solid #fff;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div:last-child {
  margin-right: 0;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div.btn-preview {
  border: 1px solid #fff;
  background: #FFFFFF;
  border-radius: 19px;
  font-weight: 500;
  color: #1A1B1C;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 34px;
  min-width: 50px;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div.btn-preview:hover {
  color: #FF822C;
  background: #fff;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div.btn-customize {
  border: 1px solid #FF822C;
  border-radius: 2px;
  background: #FF822C;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div.btn-customize:hover {
  background: #E0640F;
  border: 1px solid #E0640F;
}
.fj-model-learn .template-preview .item .img-wrapper .video-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  transition: all 0.3s !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.fj-model-learn .template-preview .item .img-wrapper:hover .hover-mask {
  height: 100%;
  opacity: 1;
}
.fj-model-learn .template-preview .item .img-wrapper:hover .video-name {
  height: 0;
}
.fj-model-learn .template-preview .item .use-wrapper {
  width: 100%;
  height: 40px;
  margin-top: 18px;
  text-align: center;
}
.fj-model-learn .template-preview .item .use-wrapper .use-btn {
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #FF822C;
  border-radius: 19px;
  width: max-content;
  display: inline-block;
  padding: 0 28px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}
.fj-model-learn .template-preview .item .use-wrapper .use-btn:hover {
  background: #E0640F;
}
.fj-model-learn .template-preview .item:last-child {
  margin-right: 0;
}
.fj-model-learn .template-preview .item.vertical .img-wrapper {
  width: 242px;
  height: 430px;
}
.fj-model-learn .part-nav01 a {
  width: calc(100% - 20px);
  height: 40px;
  margin-bottom: 6px;
  border-radius: 6px;
  border: 1px solid #D9DADC;
  line-height: 40px;
  text-decoration: none;
  padding-left: 20px;
  color: #1a1b1c;
  font-weight: 500;
  font-size: 15px;
  color: #1A1B1C;
}
.fj-model-learn .part-nav01 a:hover {
  background: #F7F8FA;
  color: #1A1B1C;
}
.fj-model-learn .part-nav02 {
  margin-top: 0;
  margin-bottom: 6px;
}
.fj-model-learn .part-nav02 .title {
  border-radius: 6px;
  border: 1px solid #D9DADC;
  font-size: 15px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 18px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.fj-model-learn .part-nav02 .title:hover {
  background: #F7F8FA;
  color: #1A1B1C;
}
.fj-model-learn .part-nav02 .sub {
  margin-top: 7px;
}
.fj-model-learn .part-nav02 .sub .item {
  font-size: 16px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 19px;
  padding: 8px 20px;
  display: flex;
  cursor: pointer;
  width: max-content;
  text-decoration: none;
  opacity: 0.7;
}
.fj-model-learn .part-nav02 .sub .item span {
  width: 8px;
  height: 8px;
  background: #1A1B1C;
  opacity: 0.7;
  display: inline-block;
  border-radius: 8px;
  margin-right: 12px;
  top: 5px;
  position: relative;
}
.fj-model-learn .part-nav02 .sub .item:hover {
  color: #FF822C;
  opacity: 1;
}
.fj-model-learn .part-nav02 .sub .item:hover span {
  background: #FF822C;
}
.fj-model-learn .part-nav-group .group-item {
  margin-top: 0;
  margin-bottom: 6px;
}
.fj-model-learn .part-nav-group .group-item .title {
  border-radius: 6px;
  border: 1px solid #D9DADC;
  font-size: 15px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 18px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.fj-model-learn .part-nav-group .group-item .title:hover {
  background: #F7F8FA;
  color: #1A1B1C;
}
.fj-model-learn .part-nav-group .group-item .sub {
  margin-top: 7px;
  margin-bottom: 15px;
}
.fj-model-learn .part-nav-group .group-item .sub .item {
  font-size: 16px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 19px;
  padding: 8px 20px;
  display: flex;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
  opacity: 0.7;
}
.fj-model-learn .part-nav-group .group-item .sub .item span {
  width: 8px;
  height: 8px;
  background: #1A1B1C;
  opacity: 0.7;
  display: inline-block;
  border-radius: 8px;
  margin-right: 12px;
  top: 5px;
  position: relative;
}
.fj-model-learn .part-nav-group .group-item .sub .item:hover {
  color: #FF822C;
  opacity: 1;
}
.fj-model-learn .part-nav-group .group-item .sub .item:hover span {
  background: #FF822C;
}
.fj-model-learn .part-sub-nav a {
  width: 100%;
  display: block;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
  margin-bottom: 5px;
}
.fj-model-learn .part-sub-nav a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #D9DADC;
  margin-right: 9px;
  line-height: 26px;
  text-align: center;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
  color: #1A1B1C;
}
.fj-model-learn .part-sub-nav a:hover {
  color: #1A1B1C;
}
.fj-model-learn .part-sub-nav a:hover span {
  color: #1A1B1C;
}
.fj-model-learn .part-sub-nav.part-sub-nav02 a span {
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.fj-model-learn .step {
  background: none;
  display: flex;
  height: auto;
  width: initial;
}
.fj-model-learn .step .icon {
  width: max-content;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1B1C;
  background: url(https://resource.flexclip.com/pages/learn-center/images/step.svg) center center no-repeat;
  overflow: hidden;
  background-size: cover;
  min-width: 80px;
  text-align: center;
}
.fj-model-learn .step .desc {
  font-size: 18px;
  font-weight: normal;
  color: #1A1B1C;
  line-height: 30px;
  text-indent: 0;
  margin-left: 12px;
}
.fj-model-learn .step .desc a {
  display: unset;
}
.fj-model-learn .common-list {
  width: 100%;
  display: flex;
}
.fj-model-learn .common-list .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  top: 4px;
}
.fj-model-learn .common-list .text {
  width: calc(100% - 34px);
  font-size: 18px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
  display: inline-block;
}
.fj-model-learn .common-list.common-list01 .icon.circle {
  border: 1px solid #D9DADC;
}
.fj-model-learn .common-list.common-list02 .icon {
  width: 10px;
  height: 10px;
  background: #1A1B1C;
  border: none;
  top: 10px;
}
.fj-model-learn .common-list.common-list03 .icon {
  width: 22px;
  height: 22px;
  border: none;
  top: 6px;
  margin-right: 8px;
}
.fj-model-learn .common-list.common-list04 .icon {
  width: 22px;
  height: 22px;
  border: none;
  top: 6px;
  margin-right: 8px;
}
.fj-model-learn .common-list.common-list05 {
  display: flex;
  flex-wrap: wrap;
}
.fj-model-learn .common-list.common-list05 .list-item {
  width: 50%;
  display: flex;
  margin-bottom: 16px;
}
.fj-model-learn .common-list.common-list05 .text {
  font-size: 18px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
}
.fj-model-learn .common-list.common-list05 .icon {
  width: 8px;
  height: 8px;
  background: #1A1B1C;
  border: none;
  top: 10px;
}
.fj-model-learn .common-list.common-list06 {
  display: flex;
  flex-wrap: wrap;
}
.fj-model-learn .common-list.common-list06 .item {
  width: 50%;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.fj-model-learn .common-list.common-list06 .item .title {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 30px;
  margin-bottom: 10px;
}
.fj-model-learn .common-list.common-list06 .item li {
  width: 100%;
  list-style: none;
  height: 30px;
  display: inline-block;
  margin-bottom: 16px;
}
.fj-model-learn .common-list.common-list06 .item li .text {
  font-size: 18px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
}
.fj-model-learn .common-list.common-list06 .item li .icon {
  width: 8px;
  height: 8px;
  background: #1A1B1C;
  border: none;
  top: -2px;
}
.fj-model-learn .common-list.common-list07 .icon {
  width: 24px;
  height: 24px;
  border: none;
  top: 0px;
  margin-right: 18px;
}
.fj-model-learn .common-list.common-list07 .text {
  font-size: 16px;
  font-weight: normal;
  color: #1A1B1C;
  line-height: 24px;
  font-style: italic;
}
.fj-model-learn .common-list-title {
  width: 100%;
  display: flex;
}
.fj-model-learn .common-list-title .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  border-radius: 24px;
  position: relative;
  top: 4px;
}
.fj-model-learn .common-list-title .text {
  width: calc(100% - 34px);
  font-size: 22px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 30px;
}
.fj-model-learn .common-list-title.common-list-title02 .icon {
  width: 32px;
  height: 32px;
  top: 0;
}
.fj-model-learn .common-list-title.common-list-title02 .text {
  width: calc(100% - 42px);
}
.fj-model-learn .common-list-title.common-list-title03 .icon {
  width: 30px;
  height: 30px;
  top: 0;
}
.fj-model-learn .common-list-title.common-list-title03 .text {
  width: calc(100% - 40px);
}
.fj-model-learn .faq-content .faq-item {
  width: 100%;
  margin-bottom: 26px;
}
.fj-model-learn .faq-content .faq-item .item-title {
  height: 20px;
  font-size: 17px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 20px;
  cursor: pointer;
}
.fj-model-learn .faq-content .faq-item .item-title .title-desc {
  width: calc(100% - 16px);
  height: 100%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 21px;
}
.fj-model-learn .faq-content .faq-item .item-title .title-icon {
  width: 16px;
  height: 100%;
  float: right;
  display: none;
}
.fj-model-learn .faq-content .faq-item .item-title .title-icon svg polygon {
  fill: #1A1B1C;
}
.fj-model-learn .faq-content .faq-item .item-title .title-icon svg path {
  fill: #1A1B1C;
}
.fj-model-learn .faq-content .faq-item .item-title .title-icon.title-icon-add {
  display: block;
}
.fj-model-learn .faq-content .faq-item .item-title .title-icon.title-icon-sub {
  display: none;
}
.fj-model-learn .faq-content .faq-item .item-title:hover .title-icon svg polygon {
  fill: #FF822C;
}
.fj-model-learn .faq-content .faq-item .item-title:hover .title-icon svg path {
  fill: #FF822C;
}
.fj-model-learn .faq-content .faq-item .item-desc {
  width: 100%;
  color: #1A1B1C;
  line-height: 24px;
  padding-bottom: 26px;
  padding-top: 34px;
  text-align: left;
  display: none;
}
.fj-model-learn .faq-content .faq-item .item-desc p {
  text-align: left;
  line-height: 24px;
  margin-bottom: 13px;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.fj-model-learn .faq-content .faq-item .item-desc p:last-child {
  margin-bottom: 0;
}
.fj-model-learn .faq-content .faq-item .item-desc a {
  color: #FF822C;
  text-decoration: underline;
}
.fj-model-learn .faq-content .faq-item .item-desc a:hover {
  color: #E0640F;
}
.fj-model-learn .faq-content .faq-item .item-desc ul {
  list-style: none;
}
.fj-model-learn .faq-content .faq-item .item-desc ul li {
  text-align: left;
}
.fj-model-learn .faq-content .faq-item.active .item-title .title-icon.title-icon-add {
  display: none;
}
.fj-model-learn .faq-content .faq-item.active .item-title .title-icon.title-icon-sub {
  display: block;
}
.fj-model-learn .faq-content .faq-item-border {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  margin-top: 20px;
  margin-bottom: 26px;
}
.fj-model-learn .faq-content .faq-item-border:last-child {
  margin-bottom: 0;
}
.fj-model-learn .common-button {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fj-model-learn .common-button .btn {
  min-width: 120px;
  height: 46px;
  background: #FF822C;
  border-radius: 23px;
  padding: 0 31px;
  display: flex;
  width: max-content;
  color: #fff;
  text-decoration: none;
  line-height: 46px;
  text-align: center;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-right: 20px;
}
.fj-model-learn .common-button .btn:hover {
  color: #fff;
  background: #E0640F;
}
.fj-model-learn .common-button .btn:last-child {
  margin-right: 0;
}
.fj-model-learn .common-button .btn .icon {
  margin-right: 9px;
  display: inline-block;
}
.fj-model-learn .common-button .btn .icon img {
  background: transparent;
}
.fj-model-learn .common-button .btn .text {
  display: inline-block;
}
.fj-model-learn .common-button.common-button01 a {
  display: flex;
}
.fj-model-learn .common-button.common-button01 a span {
  color: #fff;
}
.fj_model_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.fj_model_table th {
  background: #0b3447;
  color: #fff;
  border: none;
  border-bottom: 3px solid #fff;
  padding: 8px;
  text-align: left;
  line-height: 1.42857143;
}
.fj_model_table td {
  background: #e7f7fe;
  border: none;
  line-height: 1.42857143;
  border-bottom: 3px solid #fff;
  padding: 8px;
  vertical-align: top;
  color: #36373c;
}
.swiper-container {
  list-style: none;
}
.blog-recommend {
  padding: 118px 0 118px;
  background: #F7F8FA;
}
.blog-recommend .blog-wrapper {
  width: 1270px;
  margin: auto;
  padding: 0 10px;
}
.blog-recommend .blog-wrapper .blog-title {
  text-align: center;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 38px;
}
.blog-recommend .blog-wrapper .swiper-wrapper {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.blog-recommend .blog-wrapper .swiper-wrapper .swiper-slide {
  width: 290px;
  min-height: 305px;
  background: #FFF;
  box-shadow: 0px 6px 10px 0px rgba(131, 137, 149, 0.08), 0px 6px 10px 0px rgba(131, 137, 149, 0.08);
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.blog-recommend .blog-wrapper .swiper-wrapper .swiper-slide .img img {
  width: 290px;
  height: 175px;
}
.blog-recommend .blog-wrapper .swiper-wrapper .swiper-slide .text {
  align-items: center;
  padding: 36px 18px;
}
.blog-recommend .blog-wrapper .swiper-wrapper .swiper-slide .text p {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.blog-recommend .blog-wrapper .swiper-wrapper .swiper-slide .text p:hover {
  text-decoration: underline;
}
.blog-recommend .blog-wrapper .swiper-wrapper .swiper-slide a:hover {
  text-decoration: none;
}
.blog-recommend .blog-wrapper .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 6px 10px 0px rgba(131, 137, 149, 0.25), 0px 6px 10px 0px rgba(131, 137, 149, 0.25);
}
.blog-recommend .blog-wrapper .swiper-pagination {
  position: relative;
}
.blog-recommend .blog-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D9DADC;
  border: 3px solid;
  border-color: #D9DADC;
  margin-right: 16px;
  opacity: 1;
  outline: none;
}
.blog-recommend .blog-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #FF822C;
  background: transparent;
}
.blog-recommend .blog-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
  border-color: #D9DADC;
  background: transparent;
}
.blog-recommend .blog-wrapper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.blog-to-top {
  position: fixed;
  width: 70px;
  height: 70px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.15);
  bottom: 119px;
  z-index: 12;
  background: #fff;
  border-radius: 35px;
  right: 82px;
  cursor: pointer;
  display: none;
}
.blog-to-top .to-top {
  position: relative;
  width: 30px;
  height: 30px;
  left: 20px;
  top: 20px;
}
.blog-to-top:hover svg path {
  transition: all 0.3s;
  fill: #FF822C;
}
@media screen and (max-width: 1600px) {
  .learn-article-bg {
    width: 100%;
  }
  .lear-article-body .learn-article-ctn {
    padding-left: 0;
  }
}
@media screen and (max-width: 1360px) {
  .lear-article-body {
    min-width: initial;
    margin: auto;
  }
  .lear-article-body .learn-article-ctn {
    padding-left: 0;
    margin-right: 0;
  }
  .blog-recommend .blog-wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 1290px) {
  .blog-wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 1180px) {
  .lear-article-body .learn-article-sidebar {
    display: none;
  }
  .learn-article-bg > div {
    width: 90%;
  }
  .learn-article-bg > div h1,
  .learn-article-bg > div ul {
    width: 100%;
  }
  .learn-article-tip {
    width: 90%;
  }
  .lear-article-body {
    width: 90%;
  }
}
@media screen and (max-width: 1036px) {
  .learn-article-tip {
    position: relative;
  }
  .learn-article-tip .lang {
    position: absolute;
    top: -54px;
  }
}
@media screen and (max-width: 1000px) {
  .learn-article-bg {
    width: 100%;
  }
  .learn-article-bg > div {
    width: 90%;
  }
  .learn-article-bg > div ul {
    display: none;
  }
  .learn-article-tip {
    position: relative;
    width: 90%;
  }
  .lear-article-body {
    position: relative;
    padding-left: 0;
    width: 90%;
    min-width: initial;
  }
  .lear-article-body .learn-article-ctn {
    width: 100%;
    min-width: initial;
  }
  .blog-recommend .blog-wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .learn-banner .learn-banner-left {
    display: none;
  }
  .lear-article-body {
    display: block;
  }
  .lear-article-body .learn-article-sidebar {
    display: none;
  }
  #main .learn-article-ctn {
    margin-left: auto;
    margin-right: auto;
  }
  #main .learn-article-ctn p {
    width: 100%;
  }
  #main .learn-article-ctn img {
    width: 100%;
    height: auto;
  }
  #main .learn-article-ctn video {
    width: 100%;
  }
  #main .learn-article-time {
    width: 88%;
  }
  #main .learn-article-related-bg > div {
    width: 88%;
  }
  #main .learn-article-related-bg > div ul {
    text-align: left;
  }
  #main .learn-article-related-bg > div ul li {
    width: unset;
  }
  .btm-com-nav > div {
    width: 94%;
  }
  .btm-com-nav > div div {
    width: 25%;
  }
  .learn-article-tip {
    position: relative;
  }
  .learn-article-tip .time {
    position: relative;
    top: 20px;
  }
  .learn-article-tip .lang > span {
    display: grid;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .learn-category-ctn ul li {
    width: 21.25rem;
  }
  .btm-com-nav > div {
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;
  }
  .btm-com-nav > div div {
    display: inline-block;
    width: 49.35%;
    vertical-align: top;
  }
  .btm-com-nav > div div:nth-child(n+3) {
    margin-top: 2rem;
  }
  .btm-com-nav > div div ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .fj-model-learn .common-list.common-list05 .list-item {
    width: 100%;
  }
  .fj-model-learn .common-list.common-list06 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .fj-model-learn .common-button .btn a:first-child {
    margin-right: 0;
  }
  .fj-model-learn .common-button .btn:first-child {
    margin-right: 0;
  }
  .fj-model-learn .template-preview .item {
    margin-right: 0;
  }
  .learn-article-ctn a {
    word-break: normal;
  }
  .learn-article-ctn iframe {
    max-width: 100%;
  }
  .part-nav-group .group-item .sub .item {
    padding: 8px 0;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .learn-article-ctn .model-video-list {
    display: block;
  }
  .learn-article-ctn .model-video-list > div {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .learn-paging span {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .learn-category-bg {
    height: auto;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .learn-categorys {
    margin-bottom: 20px;
  }
  .learn-article-bg > div h1 {
    text-align: center;
  }
  .learn-category-ctn ul li {
    width: 90%;
    margin-left: 5%;
  }
  .learn-category-ctn ul li a {
    width: 100%;
  }
  .learn-category-ctn ul li .learn-cover {
    width: 100%;
    height: 100%;
  }
  .blog-to-top {
    display: none !important;
  }
  .fj-model-learn .template-preview .item {
    margin-right: 0;
  }
  .fj-model-learn .part-nav-group .group-item .sub .item {
    width: 100%;
    box-sizing: border-box;
  }
  .home-started .started-wrapper .left-wrapper {
    width: 100%;
  }
  .home-started .started-wrapper .left-wrapper .video-mask {
    height: 85%;
  }
  .fj-model-learn .common-button .btn {
    margin-right: 0;
  }
  .learn-article-tip {
    height: 74px;
    margin-top: 0;
  }
  .learn-article-tip .time {
    top: 57px;
  }
  .learn-article-tip .lang a {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .blog-recommend {
    display: none;
  }
  .home-started {
    display: none;
  }
}
html {
  scroll-padding-top: 70px;
}
.input-email-container {
  background-image: url("https://resource.flexclip.com/pages/activity/input-email.png");
  border: 1px solid #FFFFFF;
  margin-top: 20px;
  width: 700px;
  height: 300px;
}
.input-email-title {
  width: 450px;
  margin-left: 125px;
  margin-top: 40px;
  font-size: 32px;
  font-family: Roboto;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 38px;
  text-align: center;
}
.input-email-contents {
  height: 100px;
}
.input-email-input {
  margin-top: 27px;
  width: 480px;
  margin-left: 90px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 24px;
  border: none;
  padding-left: 36px;
  line-height: 50px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 500;
  color: #999999;
}
.input-email-btn {
  width: 155px;
  height: 50px;
  border: none;
  background: #FF822C;
  border-radius: 24px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-left: 455px;
  position: relative;
  top: -50px;
  cursor: pointer;
}
.input-email-btn :hover {
  background: #E0640F;
}
.input-email-bottom {
  width: 325px;
  margin-left: 187px;
  font-size: 15px;
  font-family: Roboto;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.input-email-bottom a {
  color: #FFFFFF !important;
  border-bottom: 1px solid #999999;
  text-decoration: none !important;
  cursor: pointer;
}
.input-email-after {
  display: none;
  margin-top: 66px;
  margin-left: 192px;
  text-align: center;
  width: 315px;
  height: 113px;
  background: #FFFFFF;
  border-radius: 23px;
  font-size: 20px;
  font-family: Roboto;
  font-weight: bold;
  margin-bottom: 35px;
  color: #17191D;
  line-height: 28px;
}
.input-email-after div {
  margin: 0 20px;
  padding-top: 28px;
}
.input-email-mobile-container {
  background-image: url("https://resource.flexclip.com/pages/activity/input-email.png");
  border: 1px solid #FFFFFF;
  margin-top: 20px;
}
.input-email-mobile-title {
  width: 70%;
  margin: auto;
  margin-top: 40px;
  font-size: 16px;
  font-family: Roboto;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.input-email-mobile-input {
  width: 80%;
  padding: 8px 0;
  padding-left: 20px;
  margin-left: 10%;
  margin-top: 20px;
  background: #FFFFFF;
  border-radius: 18px;
  border: none;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 500;
  color: #999999;
}
.input-email-mobile-btn {
  padding: 8px 15px;
  border: none;
  background: #FF822C;
  border-radius: 18px;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: -30px;
  left: 70%;
}
.input-email-mobile-btn :hover {
  background: #E0640F;
}
.input-email-mobile-bottom {
  width: 70%;
  margin: auto;
  font-size: 12px;
  font-family: Roboto;
  font-weight: 400;
  color: #999999;
  text-align: center;
  padding-bottom: 20px;
}
.input-email-mobile-bottom a {
  color: #FFFFFF !important;
  border-bottom: 1px solid #999999;
  text-decoration: none !important;
  cursor: pointer;
}
.input-email-mobile-after {
  display: none;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  width: 60%;
  padding: 20px 20px;
  background: #FFFFFF;
  border-radius: 18px;
  font-size: 14px;
  font-family: Roboto;
  font-weight: bold;
  margin-bottom: 20px;
  color: #17191D;
}
/*# sourceMappingURL=page-learn-item.css.map */