/**
 * 颜色
 */
/**
尺寸
 */
/**
*形状
 */
em {
  font-style: normal;
}
iframe {
  background: #f7f8fa;
}
.btn-normal {
  width: 180px;
  height: 46px;
  margin: 0;
  text-decoration: none !important;
  line-height: 46px !important;
  font-weight: 500;
  text-align: center;
  border-radius: 23px;
  cursor: pointer;
  transition: all 0.3s;
  color: #ff446b !important;
  border: 1px solid #ff446b;
  margin-right: 10px;
  padding: 10px 30px;
}
.btn-normal:hover {
  background: #ff446b;
  color: #fff !important;
}
.btn-line {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-line .btn-normal:last-child {
  margin-right: 0;
}
.learn-article-bg {
  background: url(../png/banner.png) no-repeat center center;
  overflow: hidden;
  background-size: cover;
  margin-top: 5.25em;
}
.learn-article-bg div {
  margin: 0 auto;
  padding: 6.5rem 0;
  position: relative;
  width: 1160px;
  box-sizing: border-box;
}
.learn-article-bg div h1 {
  font-size: 2.625rem;
  color: #fff;
  text-align: left;
  line-height: 54px;
  width: 774px;
}
.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:hover {
  opacity: 1;
}
.learn-article-bg > div ul li:last-child:hover {
  opacity: 0.6;
  cursor: default;
}
.learn-article-tip {
  width: 1160px;
  margin: 86px auto 0;
  display: flex;
  flex-wrap: wrap;
}
.learn-article-tip .time {
  font-size: 14px;
  color: #333333;
  display: block;
  float: left;
  opacity: 0.7;
  margin-right: 26%;
}
.learn-article-tip .lang {
  display: inline-block;
  font-size: 16px;
  color: #000;
  position: relative;
  top: -3px;
  float: right;
  left: 0;
}
.lear-article-body {
  display: flex;
  justify-content: flex-start;
  width: 1160px;
  margin: auto;
  padding: 40px 0 0;
  position: relative;
}
.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 h2 {
  font-size: 2.25rem;
  font-weight: 500;
  margin: 80px 0 1rem;
  color: #17191d;
}
.lear-article-body .learn-article-ctn h2 a {
  line-height: 3rem;
  text-decoration: none;
}
.lear-article-body .learn-article-ctn h3 {
  font-size: 1.625rem;
  font-weight: 500;
  color: #17191d;
  margin-top: 40px;
  margin-bottom: 10px;
  line-height: 34px;
}
.lear-article-body .learn-article-ctn p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #4a4e57;
  margin-top: 12px;
  font-style: normal;
}
.lear-article-body .learn-article-ctn p:nth-child(1) {
  margin-top: 0;
}
.lear-article-body .learn-article-ctn p strong {
  color: #17191d;
  font-size: 1.125rem;
}
.lear-article-body .learn-article-ctn p.image-description {
  height: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
  opacity: 0.5;
  text-align: center;
  margin-top: 12px;
  position: relative;
  margin-bottom: 30px;
}
.lear-article-body .learn-article-ctn p.content-center {
  text-align: center;
}
.lear-article-body .learn-article-ctn p.content-center > * {
  display: inline-block;
}
.lear-article-body .learn-article-ctn a {
  color: #ff446b;
  text-decoration: underline;
  cursor: pointer;
}
.lear-article-body .learn-article-ctn a:hover {
  color: #E6375C;
}
.lear-article-body .learn-article-ctn img {
  display: inherit;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 6px;
}
.lear-article-body .learn-article-ctn ul,
.lear-article-body .learn-article-ctn ol {
  margin-bottom: 30px;
  min-width: 50%;
  font-size: 18px;
  line-height: 30px;
}
.lear-article-body .learn-article-ctn .imgalt {
  font-size: 0.9375rem !important;
  text-align: center;
  opacity: 0.5;
  margin-top: 0;
  margin-bottom: 30px;
}
.lear-article-body .learn-article-ctn .nav_anchor a {
  color: #4a4e57;
  text-decoration: underline;
  display: block;
  line-height: 1.5rem;
}
.lear-article-body .learn-article-ctn .nav_anchor h3 {
  margin: 33px 0 14px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}
.lear-article-body .learn-article-ctn .learn-article-author {
  display: flex;
  justify-content: flex-start;
  border-top: 1px dashed #d3d5d6;
  padding-top: 40px;
  margin-top: 90px;
  padding-bottom: 100px;
}
.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 img {
  width: 26px;
  height: 26px;
  margin: 0;
  display: inline;
  vertical-align: sub;
}
.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 .model-video-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.lear-article-body .learn-article-ctn .learn-article-author .model-video-list video {
  width: 100%;
  margin: 0;
}
.lear-article-body .learn-article-ctn .learn-article-author .model-video-list > div {
  margin-bottom: 20px;
}
.lear-article-body .learn-article-ctn .learn-article-author .model-video-list p {
  overflow-wrap: break-word;
  margin: 5px 0;
}
.lear-article-body .learn-article-ctn .learn-article-author .model-video-list h4 {
  color: #17191d;
  font-size: 1.35rem;
  font-weight: 500;
  margin: 5px 0;
}
.lear-article-body .learn-article-ctn .learn-article-author .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: #ff446b;
  border-radius: 0.25rem;
  cursor: pointer;
}
.lear-article-body .learn-article-ctn .learn-article-author .model-video-list a:hover {
  background: #E6375C;
  color: #ffffff;
}
.lear-article-body .learn-article-ctn .learn-article-author ul.list-style-two-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: rgb(106 107 108);
  padding: 15px 0 15px 15px;
  margin-top: 0;
}
.lear-article-body .learn-article-ctn .learn-article-author ul.list-style-two-columns li {
  margin-bottom: 16px;
  min-width: 50%;
  font-size: 18px;
  line-height: 25px;
}
.lear-article-body .learn-article-ctn .learn-article-author ul.list-style-two-columns li strong {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #1A1B1C;
  line-height: 30px;
  margin-bottom: 10px;
}
.lear-article-body .learn-article-sidebar {
  width: 270px;
  min-width: 270px;
  position: absolute;
  right: 0;
  top: -17px;
}
.lear-article-body .learn-article-sidebar .recordcast-video-maker {
  padding: 41px 20px;
  margin-bottom: 54px;
  color: #17191D;
  border: 1px solid #dedfe0;
  background-color: #fafbfc;
  text-align: center;
}
.lear-article-body .learn-article-sidebar .recordcast-video-maker img {
  vertical-align: top;
}
.lear-article-body .learn-article-sidebar .recordcast-video-maker .title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}
.lear-article-body .learn-article-sidebar .recordcast-video-maker .desc {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  opacity: 0.8;
}
.lear-article-body .learn-article-sidebar .recordcast-video-maker .web-started-btn {
  width: 176px;
  height: 44px;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  color: #ffffff;
  background: #ff446b;
  border-radius: 0.25rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.lear-article-body .learn-article-sidebar .recordcast-video-maker .web-started-btn:hover {
  background-color: #E6375C;
}
.lear-article-body .learn-article-sidebar .hot-title {
  font-size: 18px;
  font-weight: 500;
  color: #17191d;
  margin-bottom: 18px;
}
.lear-article-body .learn-article-sidebar .hot-list li {
  list-style: none;
}
.lear-article-body .learn-article-sidebar .hot-list li a {
  margin-bottom: 28px;
  cursor: pointer;
  text-decoration: none;
}
.lear-article-body .learn-article-sidebar .hot-list li a img {
  width: 100px;
  height: 60px;
  margin-right: 9px;
}
.lear-article-body .learn-article-sidebar .hot-list li a p {
  display: inline-block;
  width: 161px;
  vertical-align: top;
  font-size: 14px;
  line-height: 17px;
  color: #17191d;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  float: right;
}
.lear-article-body .learn-article-sidebar .recordcast-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 .recordcast-video-maker-template img {
  vertical-align: top;
  position: relative;
}
.lear-article-body .learn-article-sidebar .recordcast-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 .recordcast-video-maker-template .web-started-btn {
  width: 200px;
  height: 44px;
  font-size: 17px;
  font-weight: 500;
  line-height: 44px;
  color: #ffffff;
  background: #ff446b;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 26px;
  display: inline-block;
}
.lear-article-body .learn-article-sidebar .recordcast-video-maker-template .web-started-btn:hover {
  background: #E6375C;
}
.learn-article-related-bg {
  background: #f7f8fa;
  padding: 2.875rem 0;
}
.learn-article-related-bg > div {
  width: 960px;
  margin: 0 auto;
}
.learn-article-related-bg > div h4 {
  color: #17191d;
  text-align: center;
  font-size: 21px;
}
.learn-article-related-bg > div ul {
  margin-top: 2.1875rem;
  text-align: center;
}
.learn-article-related-bg > div ul li {
  display: inline-block;
  font-size: 1.125rem;
  width: 21.75rem;
  list-style-type: disc;
  padding-left: 1.875rem;
  vertical-align: middle;
  background: url(../svg/related_item.svg) no-repeat left 0.625rem;
  text-align: left;
  line-height: 1.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 40px;
}
.learn-article-related-bg > div ul li:hover {
  color: #ff446b;
  background: url(../svg/related_item_hover.svg) no-repeat left 0.625rem;
}
.learn-article-related-bg > div ul li a {
  color: #4a4e57;
  display: inline-block;
  text-decoration: underline;
}
.learn-article-related-bg > div ul li a:hover {
  color: #ff446b;
}
.learn-article-related-bg > div ul li:nth-child(n+3) {
  margin-top: 1.5rem;
}
.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: #ff446b;
}
.fj-model-learn {
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.fj-model-learn .summary {
  border-radius: 6px;
  margin-bottom: 42px;
  padding: 34px 27px;
  line-height: 26px;
  background: rgba(255, 130, 44, 0.05);
}
.fj-model-learn .summary .title {
  font-size: 21px;
  font-weight: bold;
  color: #ff446b;
  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: #ff446b;
  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 > 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: #ff446b;
  background: #fff;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div.btn-customize {
  border: 1px solid #ff446b;
  border-radius: 2px;
  background: #ff446b;
}
.fj-model-learn .template-preview .item .img-wrapper .hover-mask .btns > div.btn-customize:hover {
  background: #E6375C;
  border: 1px solid #E6375C;
}
.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: #ff446b;
  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: #E6375C;
}
.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: #ff446b;
  opacity: 1;
}
.fj-model-learn .part-nav02 .sub .item:hover span {
  background: #ff446b;
}
.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;
  display: inline-block;
}
.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: max-content;
  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: #ff446b;
  opacity: 1;
}
.fj-model-learn .part-nav-group .group-item .sub .item:hover span {
  background: #ff446b;
}
.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(../svg/step.svg) center center no-repeat;
  overflow: hidden;
  background-size: cover;
  min-width: 80px;
  padding-left: 10px;
}
.fj-model-learn .step .desc {
  font-size: 16px;
  font-weight: normal;
  color: #1A1B1C;
  line-height: 30px;
  text-indent: 0;
  margin-left: 12px;
}
.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%;
  display: flex;
  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: #ff446b;
}
.fj-model-learn .faq-content .faq-item .item-title:hover .title-icon svg path {
  fill: #ff446b;
}
.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: #ff446b;
  text-decoration: underline;
}
.fj-model-learn .faq-content .faq-item .item-desc a:hover {
  color: #E6375C;
}
.fj-model-learn .faq-content .faq-item .item-desc ul,
.fj-model-learn .faq-content .faq-item .item-desc ol {
  list-style: none;
}
.fj-model-learn .faq-content .faq-item .item-desc ul li,
.fj-model-learn .faq-content .faq-item .item-desc ol 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: #ff446b;
  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: #E6375C;
}
.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 .text {
  display: inline-block;
}
@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: 1160px) {
  .mod_fj_footer .footer_wrapper {
    padding-top: 530px !important;
  }
}
@media screen and (max-width: 1036px) {
  .learn-article-tip {
    position: relative;
  }
  .learn-article-ctn > img {
    width: 100%;
  }
  .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%;
  }
  .learn-article-related-bg > div {
    width: 80%;
  }
  .learn-article-related-bg > div ul li {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .lear-article-body {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .lear-article-body .learn-article-ctn {
    margin: 0 0 0 0;
    text-align: -webkit-center;
  }
  .learn-article-ctn > img {
    width: 100%;
  }
  .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;
    width: 86%;
  }
  .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;
  }
  .learn-article-ctn a {
    word-break: normal;
  }
}
@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: 480px) {
  .learn-article-bg div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .learn-article-bg div h1 {
    line-height: 32px;
    font-size: 25px;
    text-align: center;
  }
  .learn-article-bg div ul {
    display: none;
  }
  .learn-article-tip {
    margin-top: 36px;
    width: 90%;
  }
  .lear-article-body {
    width: 90%;
    min-width: inherit;
  }
  .lear-article-body .learn-article-ctn {
    text-align: left;
  }
  .lear-article-body .learn-article-ctn h2 {
    font-size: 26px;
  }
  .lear-article-body .learn-article-ctn h3 {
    font-size: 23px;
  }
  .lear-article-body .learn-article-ctn p {
    font-size: 18px;
  }
  .lear-article-body .learn-article-ctn ul.list-style-two-columns li {
    width: 100%;
  }
  .lear-article-body .learn-article-ctn .nav_anchor a {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .blog-to-top {
    right: 20px;
  }
  .learn-article-related-bg > div ul li {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .learn-article-related-bg > div ul li:nth-child(n+3) {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=details.css.map */
