* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
ul,
dl {
  margin: 0px;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a:hover,
a:visited,
a:link {
  text-decoration: none;
}
.clearfix {
  clear: both;
}
input,
button {
  outline: none;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 3485971 */
  src: url('//at.alicdn.com/t/c/font_3485971_zveisayjiqg.woff2?t=1757471324220') format('woff2'), url('//at.alicdn.com/t/c/font_3485971_zveisayjiqg.woff?t=1757471324220') format('woff'), url('//at.alicdn.com/t/c/font_3485971_zveisayjiqg.ttf?t=1757471324220') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-title {
  border-bottom: 1.5px solid #8D8786;
}
.page-title span {
  display: inline-block;
  font-size: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.page-title span:before {
  content: '';
  position: absolute;
  bottom: -1.5px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: #0A8276;
}
@media (max-width: 991px) {
  .page-title span {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .page-title {
    border-bottom: 1px solid #8D8786;
  }
  .page-title span {
    font-size: 22px;
  }
  .page-title span:before {
    height: 2px;
  }
}
.page-btn {
  margin-top: 15px;
}
.page-btn a {
  display: flex;
  align-items: center;
  width: 110px;
  height: 28px;
  justify-content: center;
  background: #0A8276;
  transition: all 0.3s;
  color: #fff;
}
.page-btn a:hover {
  background: #08665c;
}
.page-btn .text {
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
}
.page-btn .iconfont {
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-btn a {
    width: 104px;
    height: 26px;
  }
  .page-btn a .text {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .page-btn a {
    width: 100px;
    height: 25px;
  }
  .page-btn .iconfont {
    font-size: 13px;
  }
  .page-btn .text {
    font-size: 12px;
  }
}
body {
  font-family: "Source Han Sans CN", "Microsoft YaHei", "PingFang SC", "Helvetica Neue";
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}
nav {
  width: 100%;
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.nav-con {
  width: 1300px;
  height: auto;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .nav-con {
    width: 92%;
  }
}
.logo img {
  display: block;
  height: 52px;
}
.col-nav .nav-text {
  margin: 0px 15px;
  float: left;
}
.col-nav .nav-text a {
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0px 5px;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}
.col-nav .nav-text a:hover {
  color: #0A8276;
}
.col-nav .nav-text:last-child {
  margin-right: 0px;
}
.col-nav .active a {
  border-bottom: 3px solid #0A8276;
}
.top-seat {
  height: 70px;
}
@media (max-width: 1200px) {
  .col-nav .nav-text {
    margin: 0px 3px;
  }
  .col-nav .nav-text a {
    padding: 0px 10px;
  }
}
@media (max-width: 991px) {
  .nav-con {
    width: 100%;
    height: 70px;
    padding: 0px 4%;
    position: relative;
  }
  .logo img {
    height: 36px;
  }
  .menu-icon .iconfont {
    font-size: 24px;
    color: #333333;
  }
  .menu-b .icon-a {
    display: none;
  }
  .menu-a .icon-b {
    display: none;
  }
  .col-nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 10px;
    display: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .col-nav .nav-text {
    float: none;
    margin: 0px 4%;
    border-bottom: none;
  }
  .col-nav .nav-text:last-child {
    border-bottom: none;
  }
  .col-nav .nav-text a {
    height: 52px;
    line-height: 52px;
    padding: 0px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .nav-con {
    height: 60px;
  }
  .top-seat {
    height: 60px;
  }
  .col-nav {
    top: 60px;
  }
  .col-nav .nav-text a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .col-nav .active a {
    border-bottom: 1px solid #0A8276;
  }
}
.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.page-Row {
  width: 1300px;
  height: auto;
  margin: 0 auto;
  margin: 50px auto 0;
}
@media (max-width: 1400px) {
  .page-Row {
    width: 92%;
  }
}
@media (max-width: 991px) {
  .page-Row {
    margin: 30px auto 0 !important;
  }
}
@media (max-width: 767px) {
  .page-Row {
    margin: 20px auto 0 !important;
  }
}
.news-container {
  margin: 25px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-container .article-item:last-child {
  margin-bottom: 0px;
}
.new-list {
  width: 52.3%;
}
.new-list .article-item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .new-list .article-item {
    margin-bottom: 10px;
  }
}
.article-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.article-item:hover {
  border-bottom: 1px solid #0A8276;
}
.article-item:hover .the-content .the-title a {
  color: #0A8276;
}
.article-item .thepic-bg {
  position: relative;
}
.article-item .thepic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.article-item .thepic:hover img {
  transform: scale(1.02);
}
.article-item .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.article-item .thepic-bg {
  width: 140px;
  height: 93px;
}
.article-item .the-content {
  flex: 1;
  margin-left: 25px;
}
.article-item .the-content .the-title a {
  font-size: 19px;
  line-height: 27px;
  font-weight: bold;
  color: #333333;
}
.article-item .the-content .the-brief {
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .article-item .the-content .the-title a {
    font-size: 17px;
    line-height: 25px;
  }
  .article-item .the-content .the-brief {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .article-item .the-content .the-title a {
    font-size: 15px;
    line-height: 22px;
  }
  .article-item .the-content .the-brief {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .article-item {
    padding-bottom: 10px;
  }
  .article-item .thepic-bg {
    width: 100px;
    height: 67px;
  }
  .article-item .the-content {
    margin-left: 15px;
  }
}
.new-banner {
  flex: 1;
  margin-left: 30px;
}
.new-banner .thepic-bg {
  position: relative;
}
.new-banner .thepic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.new-banner .thepic:hover img {
  transform: scale(1.02);
}
.new-banner .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.new-banner .thepic-bg {
  height: 100%;
}
@media (max-width: 767px) {
  .new-list {
    width: 100%;
  }
  .new-banner {
    flex: unset;
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
  .new-banner .thepic-bg {
    height: auto;
    padding-bottom: 64.7%;
  }
}
.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .row .col-lg-item {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.article-container {
  margin: 25px auto 0;
}
.article-container .col-lg-item {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .article-container {
    margin: 15px auto 0;
  }
  .article-container .col-lg-item {
    margin-bottom: 10px;
  }
}
.article-container-2 {
  margin: 25px auto 0;
}
.article-container-2 .col-lg-item {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .article-container-2 {
    margin: 15px auto 0;
  }
  .article-container-2 .col-lg-item {
    margin-bottom: 15px;
  }
}
.article-item-2 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  background: #fff;
}
.article-item-2:hover {
  border: 1px solid #0A8276;
}
.article-item-2:hover .the-content .the-title a {
  color: #0A8276;
}
.article-item-2 .thepic-bg {
  position: relative;
}
.article-item-2 .thepic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.article-item-2 .thepic:hover img {
  transform: scale(1.02);
}
.article-item-2 .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.article-item-2 .thepic-bg {
  width: 260px;
  height: 173px;
  position: relative;
}
.article-item-2 .thepic-bg:before {
  content: '';
  width: 24px;
  height: 173px;
  position: absolute;
  right: 0px;
  top: 0px;
  background-image: url("../images/triangle.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}
.article-item-2 .the-content {
  flex: 1;
  margin-left: 25px;
}
.article-item-2 .the-content .the-title a {
  font-size: 19px;
  line-height: 27px;
  font-weight: bold;
  color: #333333;
}
.article-item-2 .the-content .the-brief {
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
  color: #4d4d4d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .article-item-2 .the-content .the-title a {
    font-size: 17px;
    line-height: 25px;
  }
  .article-item-2 .the-content .the-brief {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .article-item-2 .the-content .the-title a {
    font-size: 15px;
    line-height: 22px;
  }
  .article-item-2 .the-content .the-brief {
    margin-top: 5px;
  }
}
.article-item-2 .the-content {
  padding: 10px 20px;
  margin: 0px;
}
.article-item-2 .the-content .the-brief {
  -webkit-line-clamp: 3;
}
@media (max-width: 1200px) {
  .article-item-2 .thepic-bg {
    width: 160px;
    height: 106px;
  }
  .article-item-2 .thepic-bg:before {
    width: 15px;
    height: 106px;
  }
}
@media (max-width: 767px) {
  .article-item-2 .thepic-bg {
    width: 130px;
    height: 87px;
  }
  .article-item-2 .thepic-bg:before {
    width: 12px;
    height: 87px;
  }
  .article-item-2 .the-content {
    padding: 15px;
  }
}
.page-Download {
  margin: 20px auto 0;
}
.down-item .thepic {
  border: 1px solid #d9d9d9;
  box-shadow: 5px 5px 0 0 #E5E5E5;
}
@media (max-width: 767px) {
  .down-item .thepic {
    box-shadow: 3px 3px 0 0 #E5E5E5;
  }
  .down-item .the-content {
    margin-left: 15px;
  }
}
.page-Video {
  margin: 30px auto 0;
}
.video-container {
  margin: 25px auto 0;
}
.video-item {
  border-left: 3px solid #BFBBBB;
  transition: all 0.5s;
}
.video-item .thepic-bg {
  position: relative;
}
.video-item .thepic {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.video-item .thepic:hover img {
  transform: scale(1.02);
}
.video-item .thepic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.video-item:hover {
  border-left: 3px solid #0A8276;
}
.video-item .thepic-bg {
  padding-bottom: 56%;
}
.video-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A8276;
  border-radius: 50px;
  color: #fff;
}
.video-item .play-btn:hover {
  background: #08665c;
}
.video-item .play-btn .iconfont {
  font-size: 20px;
  margin-left: 5px;
}
.video-item .the-content {
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
}
.video-item .the-content .the-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-item .the-content .the-title:hover .text {
  color: #0A8276;
}
.video-item .the-content .the-title .text {
  font-size: 19px;
  line-height: 27px;
  color: #333333;
  font-weight: bold;
}
.video-item .the-content .the-title .iconfont {
  font-size: 24px;
  color: #0A8276;
}
@media (max-width: 767px) {
  .video-item .the-content {
    margin-top: 10px;
    padding-left: 13px;
    padding-bottom: 8px;
  }
  .video-item .the-content .the-title .text {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .video-item .play-btn {
    width: 38px;
    height: 38px;
  }
  .video-item .play-btn .iconfont {
    font-size: 14px;
  }
}
.webinars-item .thepic-bg {
  width: 160px;
  height: 106px;
}
.webinars-item .thepic {
  box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.04), 0 10px 30px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .webinars-item .thepic-bg {
    width: 110px;
    height: 73px;
  }
}
.page-Design {
  margin: 30px auto 0;
}
.page-About {
  margin: 25px auto 0;
}
.about-container {
  margin: 25px auto 0;
}
.about-item {
  height: 100%;
  padding: 25px 30px 25px 25px;
  border: 1px solid #d9d9d9;
  background: linear-gradient(131deg, #FFF 56.1%, #F5F5F5 97.24%);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.about-title {
  display: inline-block;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
  background: #0A8276;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px 0px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.about-con {
  margin-top: 20px;
}
.about-con .the-text {
  font-size: 17px;
  line-height: 28px;
}
.about-con .the-text strong {
  color: #0A8276;
}
.about-con .about-logo {
  margin-top: 15px;
  border-top: 1px solid #d9d9d9;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-con .about-logo .the-logo {
  width: 200px;
  padding: 20px;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04), 10px 0px 30px 0px rgba(0, 0, 0, 0.04);
}
.about-con .about-logo .the-logo img {
  display: block;
  width: 100%;
}
.about-con .about-logo .page-btn a {
  height: 40px;
  width: auto !important;
  padding: 0px 35px;
}
.about-con .about-logo .page-btn .text {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
@media (max-width: 1200px) {
  .about-item {
    padding: 20px;
  }
  .about-con .about-logo .the-logo {
    width: 140px;
  }
  .about-con .about-logo .page-btn a {
    padding: 0px 20px;
  }
}
@media (max-width: 991px) {
  .about-item {
    padding: 15px;
  }
  .about-con .the-text {
    font-size: 15px;
    line-height: 24px;
  }
  .about-con .about-logo .the-logo {
    width: 130px;
  }
  .about-con .about-logo .page-btn a {
    padding: 0px 10px;
    height: 32px;
  }
  .about-con .about-logo .page-btn .text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about-container {
    margin: 15px auto 0;
  }
  .about-container .col-lg-item {
    margin-bottom: 10px;
  }
  .about-title {
    height: 32px;
    line-height: 32px;
    padding: 0px 20px 0px 12px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
  }
  .about-item {
    padding: 12px;
  }
  .about-con {
    margin-top: 12px;
  }
  .about-con .the-text {
    font-size: 14px;
    line-height: 21px;
  }
}
footer {
  margin: 60px auto 0;
  background: #000000;
}
footer .footer-con {
  padding: 20px 0px;
  width: 1300px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  footer .footer-con {
    width: 92%;
  }
}
@media (max-width: 767px) {
  footer {
    margin: 30px auto 0;
  }
  footer .footer-con {
    font-size: 12px;
    line-height: 19px;
  }
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
}
#video-modal {
  z-index: 9999;
}
#video-modal .modal-dialog {
  max-width: 1040px;
  width: 90%;
  margin: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video-modal .modal-body {
  padding: 5px 15px 15px 15px;
}
#video-modal .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}
#video-modal .modal-content .video-title {
  font-size: 20px;
  font-weight: bold;
  color: #000028;
  border: none;
}
#video-modal .modal-content video {
  width: 100%;
}
@media (max-width: 767px) {
  #video-modal .modal-content .video-title {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px 10px 10px;
  }
  .close-btn {
    top: 10px;
  }
  .close-btn img {
    display: block;
    width: 24px;
  }
}
.page-crumbs {
  width: 1000px;
  margin: 0 auto;
  margin: 30px auto 0;
  font-size: 14px;
  border-bottom: 1px solid #C8C0C2;
  padding-bottom: 12px;
}
@media (max-width: 1000px) {
  .page-crumbs {
    width: 92%;
  }
}
.page-crumbs a {
  font-size: 14px;
  color: #0A8276;
  font-weight: 400;
}
.page-crumbs span {
  color: #666666;
}
@media (max-width: 767px) {
  .page-crumbs {
    margin: 15px auto 0;
  }
  .page-crumbs a {
    font-size: 12px;
  }
}
.detail-title {
  width: 1000px;
  margin: 0 auto;
  margin: 25px auto 0;
  font-size: 34px;
  line-height: 40px;
  font-weight: bold;
  color: #222222;
}
@media (max-width: 1000px) {
  .detail-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .detail-title {
    margin: 15px auto 0;
    font-size: 28px;
    line-height: 36px;
  }
}
.detail-content {
  width: 1000px;
  margin: 0 auto;
  margin: 25px auto 0;
  padding: 30px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.04), 10px 0px 30px 0px rgba(0, 0, 0, 0.04);
  font-size: 17px;
  line-height: 27px;
  color: #333333;
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .detail-content {
    width: 92%;
  }
}
.detail-content h2 {
  font-size: 26px;
  line-height: 32px;
}
.detail-content a {
  font-weight: bold;
  color: #222222;
}
.detail-content .container {
  width: auto;
  padding: 0px;
}
.detail-content p {
  margin: 25px 0px;
}
.detail-content img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.detail-content .inpage-navigation {
  background: #f7f7f7;
  padding: 20px;
}
.detail-content .inpage-navigation a {
  font-weight: normal;
  font-size: 16px;
  padding: 2px 0px;
}
.detail-content .inpage-navigation a:hover {
  color: #0A8276;
  text-decoration: underline;
}
.detail-content .richtext-component .custom-bullet .richtext ul {
  -moz-columns: 2;
  column-count: 2;
  -moz-column-gap: 0;
  column-gap: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  row-gap: 20px;
}
.detail-content .richtext-component .custom-bullet .richtext ul li {
  flex-basis: 50%;
  width: fit-content;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 0;
  padding: 0 30px 0 0;
}
.detail-content .richtext-component .custom-bullet .richtext ul .richtext-align {
  font-size: 16px;
  line-height: 24px;
}
.detail-content .content-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 宽高比 */
  height: 0;
  overflow: hidden;
}
.detail-content .content-video #my-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.detail-content .video-js .vjs-big-play-button {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  margin: 0px;
  transform: translate(-50%, -50%);
  line-height: 70px;
  border: none;
  background: rgba(0, 0, 0, 0.7) !important;
}
.detail-content .vjs-control-bar {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.detail-content .video-js:hover .vjs-control-bar {
  opacity: 1;
}
.detail-content .custom-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}
.detail-content .progress-bar {
  height: 100%;
  background: #ff4757;
  width: 0%;
}
@media (max-width: 767px) {
  .detail-content {
    margin: 15px auto 0;
    padding: 0px;
    box-shadow: none;
    border: none;
    font-size: 15px;
    line-height: 24px;
  }
  .detail-content h2 {
    font-size: 20px;
  }
  .detail-content img {
    width: 95%;
  }
  .detail-content p {
    margin: 15px 0px;
  }
  .detail-content .video-container {
    padding-bottom: 75%;
    /* 4:3 移动端比例 */
  }
  .detail-content .richtext-component .custom-bullet .richtext ul li {
    flex-basis: 100%;
  }
  .detail-content .richtext-component .custom-bullet .richtext ul .richtext-align {
    font-size: 14px;
    line-height: 22px;
  }
  .detail-content .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    margin: 0px;
    transform: translate(-50%, -50%);
    line-height: 50px;
    border: none;
    background: rgba(0, 0, 0, 0.7) !important;
  }
}
/*# sourceMappingURL=public.css.map */