@charset "UTF-8";
@font-face {
  font-family: 'OPPOSans-R';
  src: url("/font/OPPOSans-R-2.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FZLTHJW';
  src: url("/font/FZLTHJW.TTF");
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: 'AlibabaPuHuiTi-3-55-Regular';*/
/*  src: url("/font/AlibabaPuHuiTi-3-55-Regular.TTF");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

@font-face {
  font-family: 'AlimamaAgileVF-Thin';
  src: url("/font/AlimamaAgileVF-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}

b, strong {
  font-weight: 700;
}

[v-cloak] {
  opacity: 0;
}

.ql-editor {
  overflow-y: hidden !important;
}

body {
  /*font-family: "AlibabaPuHuiTi-3-55-Regular";*/
  font-weight: 400;
}

.nuxt-progress {
  background-color: transparent !important;
}

.yg_main {
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.topIcon {
  z-index: 100;
  height: 55px;
  width: 55px;
  background: #fe893f;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  position: fixed;
  right: 2%;
  top: 60%;
  cursor: pointer;
  display: none;
  transition: all .5s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.video_content_diolg {
  background: transparent !important;
  height: 100vh;
}

.video_content_diolg .el-dialog__body {
  padding-top: 15vh;
}

.video_content_diolg .el-dialog__body .video_wrapper .xgplayer {
  margin: 0 auto;
}

.video_content_diolg .el-dialog__body .video_down {
  width: 1200px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background: #000;
}

.video_content_diolg .el-dialog__body .video_down video {
  width: 100%;
}

.video_content_diolg .el-dialog__headerbtn {
  top: -50px;right: 0;cursor: pointer;
}

.video_content_diolg .el-dialog__close {
  font-size: 30px;
  color: #fff !important;
}

.bg_color_1 {
  background-color: #f7f6f7;
}

.bg_color_2 {
  background: #f7f4f5;
}

.yg_flex {
  display: flex;
}

.yg_flex .flex_1 {
  flex: 1;
}

.sub_title {
  font-size: 20px;
  background: #f1f1f1;
  padding: 5px 10%;
  color: #7e7e7e;
}

.sub_title .sub_btn {
  font-size: 15px;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  margin-top: 5px;
}

.text_overflow_4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text_overflow_4 p, .text_overflow_4 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text_overflow_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_overflow_2 p, .text_overflow_2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_overflow_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text_overflow_3 p, .text_overflow_3 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text_overflow_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.padding_top_80 {
  padding-top: 90px;
}

.noPadd {
  padding: 0;
}

.yg_hide {
  display: none !important;
}

.yg_show {
  display: block !important;
}

.rela {
  position: relative;
}

.video_player {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.video_player .player_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.video_player .close {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
}

@media (min-width: 992px) {
  .video_content_diolg {
    margin: 0 auto !important;
    background: #232526 !important;
    height: 100vh;
    overflow: hidden;
  }
  .video_content_diolg .el-dialog__body {
    padding-top: 0 !important;
  }
  .video_content_diolg .el-dialog__body .video_wrapper .xgplayer-skin-default {
    background: transparent !important;
  }
  .video_content_diolg .el-dialog__body .video_wrapper .xgplayer {
    margin: 0 auto;
    width: 50% !important;
    height: 100vh !important;
    padding-top: 0 !important;
  }
  .video_content_diolg .el-dialog__headerbtn {
    /*top: 160px;*/
    /*right: 120px;*/
  }
  .video_content_diolg .el-dialog__close {
    font-size: 30px;
    color: #fff;
  }
  .yg_contain {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
  .sub_title {
    margin-top: 90px;
  }
  .margin_header {
    margin-top: 90px;
  }
}
@media screen and (max-width:1445px){
     .video_down{zoom:0.7;margin-top:45px}
}
@media (max-width: 992px) {
  .video_down {
      zoom:1;
    width: 80% !important;margin-top:0
  }
  .yg_contain {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sub_title {
    margin-top: 50px;
    padding: 5px 10px;
    font-size: 15px;
  }
  .sub_title .sub_btn {
    margin-top: 0;
  }
  .margin_header {
    margin-top: 50px;
  }
  .topIcon {
    height: 40px;
    width: 40px;
    line-height: 33px;
  }
}

.el-pagination {
  margin: 30px 0;
  text-align: center;
}

.el-pagination .btn-prev,
.el-pagination .btn-next {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 0.5rem 0.75rem;
  line-height: normal;
  height: auto;
  padding: 3px 15px;
  border-radius: 5px;
}

.el-pagination .btn-prev:hover,
.el-pagination .btn-next:hover {
  background: #f5581d;
  color: #fff;
}

.el-pagination .btn-prev span,
.el-pagination .btn-next span {
  font-size: 16px;
}

.el-pagination .el-pager li {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  height: auto;
  border: 1px solid #dee2e6;
  margin: 0 5px;
  line-height: 1.5;
}

.el-pagination .el-pager li.more {
  height: 36px;
}

.el-pagination .el-pager li.more::before {
  line-height: 1.5;
}

.el-pagination .el-pager li.active, .el-pagination .el-pager li:hover {
  background: #f5581d;
  color: #fff;
}

/* 富文本对齐方法 */
.ql-align-center {
  text-align: center;
}

.ql-align-right {
  text-align: right;
}

.ql-indent-1 {
  padding-left: 16px;
}

.ql-indent-2 {
  padding-left: 32px;
}

.ql-indent-3 {
  padding-left: 48px;
}

.ql-indent-4 {
  padding-left: 64px;
}

.ql-indent-5 {
  padding-left: 80px;
}

.ql-indent-6 {
  padding-left: 96px;
}

.ql-indent-7 {
  padding-left: 112px;
}

.ql-indent-8 {
  padding-left: 128px;
}
<!--耗时1752979588.9644秒-->