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;
  background: #F5F5F5;
  color: #9E9E9E;
  font-size: 0.8333vw;
  line-height: 2.6042vw;
}

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

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

/* 当前位置结束 */

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

.article_con {
  width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 44px 150px 44px 150px;
}

.titleBar {
  width: 100%;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  padding: 0 40px 20px 40px;
  border-bottom: 1px solid #ccc;
  color: #333333;
}

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

.setiing_bar i {
  margin: 0 3px;
  cursor: pointer;
}

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

.article_content,
.article_content p {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}

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

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

.share_item button {
  width: 36px;
  height: 36px;
  border: none;
}

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

#share-wechat {
  background: url(wxIcon.png) no-repeat center center;
  background-size: 30px 25px;
}

.share_item p {
  font-size: 18px;
  color: #333333;
  margin-right: 10px;
}

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

.share_dayin a {
  font-size: 18px;
  color: #999999;
}

.share_dayin a:first-child {
  margin-right: 20px;
}

/* 文章开结束 */

/* 分享样式开始 */

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

.common_share .action-share-label {
  font-size: 14px;
  line-height: 34px;
  height: 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: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 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: 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: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px 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: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  position: relative;
}

.modal-header .close {
  margin-top: -2px;
}

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

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

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

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

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

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

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




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

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

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

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

.wechat-dibu {
  font-size: 12px;
  line-height: 22px;
}

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



/* 分享样式开始 */