p {
  margin: 0;
}

p img {
  max-width: 100%;
}

/* banner开始 */
.banner {
  width: 100%;
  height: 14.5833vw;
}

.banner p {
  width: 62.5vw;
  margin: 0 auto;
  height: 100%;
  line-height: 14.5833vw;
  color: #fff;
  font-size: 1.875vw;
  font-weight: bold;
}

/* banner结束 */

/* 当前位置开始 */
.dqwz {
  width: 100%;
  height: 2.6042vw; /* 50px -> (50/1920)*100 = 2.6042vw */
  background: #F5F5F5;
  color: #9E9E9E;
  font-size: 0.8333vw; /* 16px */
  line-height: 2.6042vw;
}

.dqwz_cen {
  width: 62.5vw; /* 1200px */
  margin: 0 auto;
  height: 100%;
  display: flex;
}

.dqwz a {
  font-size: 0.8333vw;
  color: #9E9E9E;
}

/* 当前位置结束 */

/* 文章开始 */
.article {
  width: 100%;
  background: #F5F5F5;
  padding-bottom: 2.0833vw; /* 40px */
}

.article_con {
  width: 62.5vw; /* 1200px */
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 2.2917vw 7.8125vw; /* 44px 150px → (44/1920)*100=2.2917, (150/1920)*100=7.8125 */
}

.titleBar {
  width: 100%;
  font-size: 1.5625vw; /* 30px */
  line-height: 2.3438vw; /* 45px */
  text-align: center;
  padding: 0 2.0833vw 1.0417vw; /* 40px 20px → left/right: 2.0833vw, bottom: 1.0417vw */
  border-bottom: 1px solid #ccc;
  color: #333333;
}

.setiing_bar {
  font-size: 0.8333vw; /* 16px */
  color: #999999;
  margin-top: 1.0417vw; /* 20px */
  margin-bottom: 2.0833vw; /* 40px */
  display: flex;
  justify-content: space-between;
}

.setiing_bar i {
  margin: 0 0.1563vw; /* 3px */
  cursor: pointer;
}

.setiing_bar .active {
  font-weight: bold;
}

.article_content,
.article_content p {
  font-size: 0.9375vw; /* 18px */
  color: #333333;
  line-height: 1.875vw; /* 36px */
}

.share_bar {
  width: 100%;
  height: 3.125vw; /* 60px */
  background: #F3F7FD;
  display: flex;
  justify-content: space-between;
  padding: 0 1.0417vw; /* 20px */
  margin-top: 2.0833vw; /* 40px */
}

.share_item {
  display: flex;
  align-items: center;
}

.share_item button {
  width: 1.875vw; /* 36px */
  height: 1.875vw;
  border: none;
}

#share-weibo {
  background: url(wbIcon.png) no-repeat center center;
  background-size: 1.5625vw 1.3021vw; /* 30px 25px */
  margin-right: 1.3021vw; /* 25px */
}

#share-wechat {
  background: url(wxIcon.png) no-repeat center center;
  background-size: 1.5625vw 1.3021vw;
}

.share_item p {
  font-size: 0.9375vw; /* 18px */
  color: #333333;
  margin-right: 0.5208vw; /* 10px */
}

.share_dayin {
  display: flex;
  align-items: center;
}

.share_dayin a {
  font-size: 0.9375vw; /* 18px */
  color: #999999;
}

.share_dayin a:first-child {
  margin-right: 1.0417vw; /* 20px */
}

/* 文章开结束 */

/* 分享样式开始 */

.common_share {
  vertical-align: middle;
  display: inline-block;
  padding-top: 0.2083vw; /* 4px */
  display: inline-block !important;
}

.common_share .action-share-label {
  font-size: 0.7292vw; /* 14px */
  line-height: 1.7708vw; /* 34px */
  height: 1.3542vw; /* 26px */
  display: block;
  float: left;
}

.common_share .share-item {
  display: inline-block !important;
  text-align: center;
  background-color: #97d4ff;
  color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 1.3542vw; /* 26px */
  height: 1.3542vw;
  line-height: 1.3542vw;
  font-size: 0.8333vw; /* 16px */
}

.common_share .share-item img {
  width: 100%;
  display: inline;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal .fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal .in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5208vw; /* 10px */
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3125vw; /* 6px */
  outline: 0;
  -webkit-box-shadow: 0 0.1563vw 0.4688vw rgba(0, 0, 0, .5); /* 3px 9px → 0.1563vw 0.4688vw */
  box-shadow: 0 0.1563vw 0.4688vw rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop .fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop .in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 0.8557vw; /* 16.43px */
  padding: 0.7813vw; /* 15px */
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
}

.modal-header .close {
  margin-top: -0.1042vw; /* -2px */
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 0.7813vw; /* 15px */
  z-index: 99999;
}

.modal-footer {
  padding: 0.7813vw; /* 15px */
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 0.2604vw; /* 5px */
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -0.0521vw; /* -1px */
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 2.6042vw; /* 50px */
  height: 2.6042vw;
  overflow: scroll;
}

#weixin-share-modal {
  text-align: center;
}

.modal-body {
  border: none;
  background-color: #fff;
  height: auto;
}

.modal-dialog {
  position: fixed;
  height: 17.0313vw !important; /* 327px */
  margin-left: -6.7708vw !important; /* 130px */
  margin-top: 3.125vw !important; /* 60px */
  left: 50% !important;
}

.modal-title {
  font-size: 0.625vw; /* 12px */
  margin: 0;
  line-height: 1.42857143;
}

.wechat-dibu {
  font-size: 0.625vw; /* 12px */
  line-height: 1.1458vw; /* 22px */
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: absolute;
  right: 0.5208vw; /* 10px */
  font-size: 1.0417vw; /* 20px */
  top: 0.5729vw; /* 11px */
}

.setiing_bar_mob {
  display: none;
}

/* 分享样式开始 */
@media screen and (max-width: 768px) {
  .banner {
    width: 100%;
    height: 18.6667vw;
    background-size: cover !important;
    background-position: center !important;
  }

  .banner p {
    font-size: 4.5333vw;
    margin-left: 5.3333vw;
    line-height: 18.6667vw;
  }

  .dqwz {
    height: auto;
    background-color: #F5F5F5;
  }

  .dqwz_cen {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 3.2vw;
    padding: 3.6vw 0;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 3.6vw 4vw 3.6vw 8vw;
    background: url(/cms_files/filemanager/952166966/picture/202512/4F03979D0E1491D50B77C9F3DB2D1D76.png) no-repeat;
    background-position-y: center;
    background-position-x: 3.4667vw;
    background-size: 2.6667vw 3.2vw;
  }

  .dqwz_cen p {
    display: inline;
  }

  .dqwz a {
    font-size: 3.2vw;
    line-height: normal;
  }

  /* banner dqwz 结束 */

  .article_con {
    padding: 5.3333vw 3.2vw 3.2vw 5.3333vw;
    width: 100%;
  }

  .titleBar {
    font-size: 7.2vw;
    line-height: 10vw;
    padding: 0;
    margin-bottom: 5.3333vw;
    border: 0;
  }

  .setiing_bar {
    display: none;
  }

  .setiing_bar_mob {
    display: block;
    font-size: 3.2vw;
    line-height: 4.4vw;
    color: #999999;
    margin-bottom: 5.3333vw;
  }

  .setiing_bar_mob p:first-child {
    margin-right: 3.3333vw;
  }

  .share_bar {
    display: none;
  }

  .article {
    padding-bottom: 0;
  }

  .article_content,
  .article_content p {
    font-size: 4.8vw;
    color: #333333;
    line-height: 9.6vw;
  }

  .article_content p img {
    max-width: 100% !important;
    margin: 0 auto;
    height: auto;
  }

  #h-ckplayer-contain0 {
    max-width: 100% !important;
  }
}