.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
* {
  box-sizing: border-box;
  font-family:  Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family:  -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-regular {
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-normal {
  font-family: Source Han Sans-Normal, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Normal, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-light {
  font-family: Source Han Sans-Light, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Light, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-medium {
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-bold {
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #755dfd;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.auto-center {
  width: 1200px;
  margin: 0 auto;
}
.transition-all {
  transition: all 0.3s;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.com-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn-prefix {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix use {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix path {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix-white {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix-white use {
  fill: #4684fe;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #4684fe;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #755dfd;
  color: #fff;
}
.btn-primary:hover {
  background-color: #a08ffe;
}
.btn-primary:active {
  background-color: #4a2bfc;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #755dfd;
  color: #755dfd;
}
.btn-plain-primary:hover {
  color: #a08ffe;
  border-color: #a08ffe;
}
.btn-plain-primary:hover use {
  fill: #a08ffe;
}
.btn-plain-primary:active {
  color: #4a2bfc;
  border-color: #4a2bfc;
}
.btn-plain-primary:active use {
  fill: #4a2bfc;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
}
.btn-gradient:hover {
  opacity: 0.8;
}
.btn-gradient:active {
  opacity: 0.9;
}
.btn-white {
  transition: all 0.3s;
  background: #fff;
  color: #755dfd;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-white:active {
  opacity: 0.9;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.is-disabled:hover {
  opacity: 0.4;
}
.is-disabled:active {
  opacity: 0.4;
}
body .header .header-transparency {
  background: rgba(255, 255, 255);
  backdrop-filter: blur(8px);
}
body .header .header-transparency::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(8px);
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vis-hide {
  visibility: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.detail-padding {
  padding: 40px 0 110px;
}
body {
  min-width: 1200px;
}
body .news-detail-crumb {
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body .newsdetail-keywords-line {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
body .newsdetail-keywords-line .keywords-item {
  background: #e9f0ff;
  border-radius: 4px 4px 4px 4px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .newsdetail-keywords-line .keywords-item span {
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  line-height: 24px;
}
body .page-title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 42px;
  color: #161b42;
}
body .cover-img {
  display: block;
  width: 100%;
  height: 738px;
  object-fit: cover;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
body .elementor-element {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}
body .elementor-element .author {
  display: flex;
  align-items: center;
  gap: 20px;
}
body .elementor-element .author .author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
body .elementor-element .author .keywords-author {
  font-weight: 400;
  font-size: 16px;
  color: #6f7394;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}
body .elementor-element .author .keywords-author .name {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #4177ff;
  padding: 2px 0;
  border-bottom: 1px solid #4177ff;
  cursor: pointer;
}
body .elementor-element .author .keywords-author .youtube-link {
  padding-left: 5px;
  height: 20px;
  display: flex;
}
body .elementor-element .author .keywords-time {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 16px;
  color: #6f7394;
  line-height: 24px;
}
body .elementor-element .author .keywords-time .point {
  color: #4177ff;
}
body .elementor-element .btns-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .elementor-element .btns-group .com-btn {
  height: 44px;
  border-radius: 6px;
  border: 1px solid #161b42;
}
body .elementor-element .btns-group .edit-btn {
  transition: all 0.3s;
  background: #161b42;
  color: #fff;
  min-width: 140px;
  padding: 0 20px;
  font-size: 16px;
  gap: 10px;
}
body .elementor-element .btns-group .edit-btn:hover {
  opacity: 0.8;
}
body .elementor-element .btns-group .edit-btn:active {
  opacity: 0.9;
}
body .elementor-element .btns-group .share-btn {
  position: relative;
}
body .elementor-element .btns-group .share-btn .com-btn {
  width: 44px;
  transition: all 0.3s;
  background: #fff;
  color: #161b42;
}
body .elementor-element .btns-group .share-btn .com-btn:hover {
  opacity: 0.8;
}
body .elementor-element .btns-group .share-btn .com-btn:active {
  opacity: 0.9;
}
body .elementor-element .btns-group .share-btn .share-platform {
  position: absolute;
  top: 44px;
  right: 0;
  padding-top: 8px;
  display: none;
}
body .elementor-element .btns-group .share-btn .share-platform .border {
  width: 302px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  border: 1px solid #eaecf6;
  gap: 26px;
}
body .elementor-element .btns-group .share-btn .share-platform .border .share-img {
  cursor: pointer;
}
body .elementor-element .btns-group .share-btn:hover .share-platform {
  display: flex;
}
body .newsdetail-content {
  display: flex;
  justify-content: space-between;
  line-height: 2;
  border-top: 1px solid #e1ecf8;
  margin-top: 20px;
  padding-top: 30px;
  gap: 30px;
}
body .newsdetail-content .newsdetail-content-left {
  flex: 1;
  overflow: hidden;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html h2 {
  padding-top: 20px;
  padding-bottom: 10px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html p {
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  line-height: 24px;
  padding: 10px 0;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html ol,
body .newsdetail-content .newsdetail-content-left .newsdetail-html ul {
  padding: 10px 0;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-html ol li,
body .newsdetail-content .newsdetail-content-left .newsdetail-html ul li {
  font-size: 16px;
  line-height: 24px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page {
  margin-top: 50px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-item {
  flex: 1;
  flex-shrink: 0;
  overflow: hidden;
  min-width: 300px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-pre,
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 80px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e1ecf8;
  padding: 0 17px;
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-page .page-next img {
  transform: rotate(180deg);
}
body .newsdetail-content .newsdetail-content-left .newsdetail-content-line {
  margin-top: 40px;
  height: 1px;
  background: #e1ecf8;
  margin-bottom: 30px;
}
body .newsdetail-content .newsdetail-content-left .author-info {
  padding: 20px;
  background: #e9f0ff;
  border-radius: 6px;
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content .author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content .name {
  font-weight: bold;
  font-size: 18px;
  color: #161b42;
  line-height: 24px;
}
body .newsdetail-content .newsdetail-content-left .author-info .e-content .status {
  font-weight: 400;
  font-size: 16px;
  color: #6f7394;
  line-height: 24px;
  margin-top: 4px;
}
body .newsdetail-content .newsdetail-content-left .author-info .text-content {
  font-weight: 400;
  font-size: 16px;
  color: #161b42;
  line-height: 24px;
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  body {
    min-width: 100%;
  }
  body .auto-center {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  body .news-blog-detail .header .auto-center {
    padding: 0;
  }
  body .news-blog-detail .auto-center {
    padding: 0 20px;
  }
  body .cover-img {
    height: calc(61.5vw - 24.6px);
  }
}
@media screen and (max-width: 1023px) {
  body.news-blog-detail .header .auto-center {
    padding: 0;
  }
  body.news-blog-detail .page-title {
    font-size: 36px;
  }
  body.news-blog-detail .auto-center {
    width: 100%;
    padding: 0 20px;
  }
  body.news-blog-detail .auto-center .newsdetail-content {
    width: 100%;
  }
  body.news-blog-detail .auto-center .newsdetail-content .newsdetail-content-left {
    width: 100%;
  }
  body.news-blog-detail .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page {
    flex-wrap: wrap;
  }
  body.news-blog-detail .auto-center .newsdetail-content .newsdetail-content-left .newsdetail-content-page a {
    width: 100%;
    height: 60px;
  }
}
@media screen and (max-width: 850px) {
  .banner {
    padding: 80px 0 110px;
  }
  body.news-blog-detail .auto-center .newsdetail-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  body.news-blog-detail .auto-center {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
