body {
  color: #333;
  font-family: 'Microsoft YaHei', '微软雅黑';
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #004ea1;
  text-decoration: none;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.row >* {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row >* {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gp-img-responsive {
  padding-bottom: 56.25%;
}
.slick-arrow {
  color: #004ea1;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #004ea1;
}
.slick-dots li.slick-active button {
  background-color: #004ea1;
}
.slick-dots li:hover button {
  background-color: #004ea1;
}
.slick-dots li.slick-active button {
  background-color: #004ea1;
}
body .gp-container {
  width: 1400px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1100px;
  }
}
@media screen and (max-width:1320px) {
  body .gp-container {
    width: 1000px;
  }
}
/***分页组件1*/
.gp-page1 {
  padding: 20px 0 50px;
  font-size: 0;
  text-align: center;
}
.gp-page1::after,
.gp-page1::before {
  content: " ";
  display: table;
}
.gp-page1 a::before {
  display: none;
}
.gp-page1 >a,
.gp-page1 >span,
.gp-page1 >div>span,
.gp-page1 .num>a,
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 8px 11px;
  vertical-align: middle;
}
.gp-page1 a span {
  border: none;
}
.gp-page1 a:hover,
.gp-page1 a.on_pages {
  background-color: #004ea1;
  color: #fff;
  border-color: #004ea1;
}
.gp-page1 a.on_pages {
  background-color: #004ea1;
}
.gp-page1 .hide {
  display: none !important;
}
.gp-page1 .selectDiv::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transform: rotateX(0deg);
  border: 5px solid transparent;
  border-top-color: #bfbeac;
  position: absolute;
  right: 6px;
  top: 13px;
}
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 9px 28px;
  position: relative;
}
.gp-page1 .selectDiv ul.on {
  display: block;
  width: 100%;
}
.gp-page1 .selectDiv ul {
  text-align: center;
  font-size: 14px;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 240px;
  border: 1px solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}
.gp-page1 .selectDiv ul li:hover {
  background: #004ea1;
}
.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}
.gp-page1 .selectDiv ul a {
  line-height: 30px;
  padding: 0px 10px;
}
.gp-page1 .selectDiv ul a:hover {
  background: none;
  color: #000000;
}
.gp-page1 .selectDiv ul a.active {
  display: block;
}
.gp-page1 .selectDiv:hover.selectDiv:before {
  transition: transform all 2s ease;
  transform: rotateX(-180deg) translateY(5px);
  transform-origin: center;
}
.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1 >span,
.gp-page1.pageStyle1 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle1 a::before {
  display: inline-block;
}
.gp-page1.pageStyle1 a span {
  display: none;
}
.gp-page1.pageStyle1 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle1 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle1 .turnPage span {
  border: none;
}
.gp-page1.pageStyle1 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
}
.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2 >span,
.gp-page1.pageStyle2 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle2 >a {
  border-radius: 50%;
}
.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle2 a::before {
  display: inline-block;
}
.gp-page1.pageStyle2 a span {
  display: none;
}
.gp-page1.pageStyle2 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle2 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle2 .turnPage span {
  border: none;
}
.gp-page1.pageStyle2 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .gp-page1 .turnPage {
    display: none;
  }
  .gp-page1 >a,
  .gp-page1 >span,
  .gp-page1 >.gp-ib {
    display: none;
  }
  .gp-page1 .num {
    display: inline-block;
  }
  .gp-page1 .num a {
    display: none;
  }
  .gp-page1 .num .on_pages,
  .gp-page1 .num  {
    display: inline-block;
  }
  .gp-page1 a.gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
/*body,*{font-family:'宋体' !important;}*/
/*头部*/
/*logo小尺寸位置*/
@media screen and (max-width: 996px) {
  /*首页更多字号*/
  /*首页更多未知*/
  /*小尺寸首页更多默认hover*/
  .gp-header3 .gp-top .gp-logo {
    justify-content: left !important;
    position: unset !important;
  }
  .gp-header3 .gp-menu {
    display: unset !important;
    position: unset !important;
  }
  .gp-header3 .gp-menu .gp-menu-header {
    top: 0% !important;
    margin-top: 20px !important;
  }
  .gp-header3 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
    z-index: 99;
  }
  .gp-header3.currents .gp-menu {
    display: block !important;
  }
  .gp-header3.currents .gp-menu .gp-menu-header {
    top: 50% !important;
    margin-top: -20px !important;
  }
  .tab5 .gpTabMore a,
  .gp-title27 .more span {
    font-size: 12px !important;
    /*color:#fff !important;*/
  }
  .tab5 .gpTabMore {
    top: 10px !important;
  }
  .gp-title27 .more {
    margin-top: 0 !important;
    padding: 5px 0px 7px !important;
    /*min-width:85px !important;*/
  }
  .tab5 .gpTabMore {
    padding: 12px 0px 7px !important;
  }
  .tab5 .gpTabMore::before {
    transform: none !important;
  }
  .gp-title27 .more::before {
    transform: none !important;
  }
}
/*首页更多交互隐藏*/
.gp-title27 .more::before,
.tab5 .gpTabMore::before {
  display: none !important;
}
.gp-title27 .more:hover span,
.tab5 .gpTabMore:hover a {
  color: #757575 !important;
}
/*首页栏目标题下划线*/
.gp-title27 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gp-title27 h2 {
  border-bottom: 4px solid #004ea1;
  padding-bottom: 10px;
}
/*首页两个轮播摘要隐藏*/
.carousel19 .slick-slider a p {
  display: none !important;
}
.carousel19 .slick-slider a div.slick-txt {
  bottom: 0 !important;
}
.carousel19 .slick-dots {
  bottom: 40px !important;
}
@media screen and (max-width: 996px) {
  .slick-dots {
    right: 0% !important;
    transform: translateX(0%) !important;
    bottom: 40px !important;
  }
}
/*箭头不透明度*/
.slick-arrow {
  opacity: 0.1;
}
.slick-arrow:hover {
  opacity: 1;
}
/*首页切换效果*/
/*右侧小标题隐藏*/
.tabTitle .til_tab .left .gpColumnTitle .theme {
  display: none !important;
}
/*右侧标题样式调整*/
.tab5 .tabTitle .til_tab .left .gpColumnTitle {
  margin-top: 0 !important;
  font-weight: unset !important;
}
.tab5 .tabTitle .til_tab .left .gpColumnTitle a,
.tab5 .tabTitle .til_tab.on .left .gpColumnTitle .red {
  color: #333 !important;
}
.tab5 .tabTitle .til_tab:first-child {
  margin-right: 0px !important;
}
.tab5 .tabTitle .til_tab::after {
  display: none !important;
}
.tab5 .tabTitle .til_tab {
  padding: 10px 30px 0px 0;
  opacity: 1 !important;
}
@media screen and (max-width: 996px) {
  /*切换标题右侧间距*/
  .tab5 .tabTitle .til_tab {
    padding: 10px 20px 0px 0;
  }
}
.tab5 .tabTitle .til_tab.on {
  font-weight: bold;
}
.tab5 .tabTitle .til_tab.on .left .gpColumnTitle a,
.tab5 .tabTitle .til_tab.on .left .gpColumnTitle .red {
  color: #004ea1 !important;
}
.tab5 .tabTitle .til_tab .left .gpColumnTitle .red {
  color: #333 !important;
}
/*切换下短线*/
.tab5 .tabTitle .til_tab.on .left .gpColumnTitle {
  border-bottom: 4px solid #004ea1;
  padding-bottom: 10px;
}
/*tab原来的下划线*/
.tab5 .tabListBox ul li {
  padding: 0px 0 !important;
  border-bottom: 1px solid transparent !important;
}
/*更多样式*/
.tab5 .gpTabMore {
  position: absolute;
  top: 9px !important;
  right: 0px;
  padding: 7px 0px;
  border: 0px solid #e5e5e5;
  min-width: 48px;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 0px;
}
.tab5 .gpTabMore::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #004ea1;
  position: absolute;
  transition: all 0.35s ease-out;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  z-index: -1;
}
.tab5 .gpTabMore:hover::before {
  transform: none;
}
.tab5 {
  position: relative;
  z-index: 1;
}
.tab5 .gpTabMore:hover a {
  color: #fff;
}
.tab5 .tabTitle .til_tab .more {
  display: none !important;
}
.tab5 .tabTitle .til_tab.on .more {
  display: block !important;
}
/*切换的更多位置*/
@media screen and (max-width: 425px) {
  .tab5 .gpTabMore {
    position: absolute !important;
    right: 0 !important;
  }
}
/*列表上间距*/
.tab5 .tabListBox {
  margin-top: 0px !important;
}
/*图标隐藏*/
.tab5 .tabTitle .til_tab .left .gpColumnTitleIcon {
  display: none !important;
}
/*更多小尺寸*/
@media screen and (max-width: 425px) {
  /*列表上间距*/
  .tab5 .tabListBox {
    margin-top: 10px;
  }
}
.gp-more3 {
  display: none !important;
}
/*电脑尺寸更多隐藏*/
@media screen and (min-width: 996px) {
  .gp-more3 {
    display: none !important;
  }
}
/*小尺寸更多隐藏*/
@media screen and (max-width: 996px) {
  /*首页列表间距*/
  .gp-more3 {
    text-align: right;
  }
  .block-list53 li >div {
    padding: 3px 0 !important;
  }
}
/*首页栏目标题更多不要描边*/
.gp-title27 .more {
  border: 0px solid #e5e5e5 !important;
  padding: 7px 0px !important;
  min-width: 48px !important;
}
/*首页列表横线隐藏*/
.block-list53 li > div {
  border-bottom: 0px dashed #e6e6e6 !important;
}
/*首页列表时间间距*/
.block-list53 li span {
  margin-top: 3px;
  height: 22px !important;
}
@media screen and (max-width: 768px) {
  /*首页列表时间间距*/
  .block-list53 li span {
    margin-top: 1.5px;
  }
}
/**/
/**/
/**/
/**/
/*二级页*/
/*文章页作者横线去掉*/
.gp-articleAuthor1 {
  border-top: 0px solid #ebebeb !important;
  border-bottom: 1px solid #004ea1 !important;
}
/*文章页标题下间距*/
.gp-articleTitle1 {
  padding: 20px 0 10px 0 !important;
}
/*二级页banner隐藏*/
.pid-3dc61a54-47a0-4e96-9110-5607b55d246e {
  display: none !important;
}
/**/
/**/
/**/
/**/
/*横线*/
.footer_block25 .footerTop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
/*上面底色*/
.footer_block17::before {
  height: 45% !important;
}
/*链接标题*/
.footer_block25 .footerTop .footerUl:nth-child(1) li a {
  font-size: 16px !important;
  font-weight: bold !important;
}
/*链接间距*/
.footer_block25 .footerTop {
  padding: 20px 0 !important;
}
/*版权底色*/
.footer_block25 .footerBottom {
  padding: 16px 0px !important;
  /*background:rgba(0,0,0,.1) !important;*/
  /* 1. 现代浏览器：亮度降至90%（B值下降10%） */
  -webkit-filter: brightness(90%);
  /* Chrome/Safari兼容 */
  filter: brightness(90%);
  /* 标准写法，90%即原亮度的90% */
  /* 2. IE9专属滤镜：亮度降至90%（B值下降10%） */
  /* IE中brightness参数范围为0~1，0.9对应90%亮度 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(brightness=0.9);
}
/*上面logo间距*/
.pid-a459bc1d-6fde-48a6-9314-00b716e20dde .footer_block17 .footer .lt .footer_logo {
  margin-bottom: 60px !important;
}
/*上面的间距*/
.pid-a459bc1d-6fde-48a6-9314-00b716e20dde .footer_block17 {
  padding: 30px 0 10px 0 !important;
}
/*小尺寸*/
@media screen and (max-width: 996px) {
  /*上面底色*/
  .pid-a459bc1d-6fde-48a6-9314-00b716e20dde .footer_block17::before {
    height: 63% !important;
  }
  .footer_block17 .footer .lt .footerInfo {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    /* 容器水平居中（核心） */
    display: inline-block;
    /* 配合.lt的text-align:center，确保居中更稳定 */
  }
  .footer_block17 .footer .lt .footerInfo span {
    color: #757575 !important;
    max-width: 360px;
    margin-right: 0 !important;
    display: block;
    /* 让每个地址/电话占一行，排版更整齐 */
    text-align: left;
    /* 明确文字左对齐（冗余但保险） */
  }
  .footer_block17 .footer .rt li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 549px) {
  /*上面底色*/
  .pid-a459bc1d-6fde-48a6-9314-00b716e20dde .footer_block17::before {
    height: 74% !important;
  }
}
@media screen and (max-width: 643px) {
  /*二维码间距*/
  .footer_block17 {
    padding: 30px 0 0px !important;
  }
  .footer_block17 .footer .rt li {
    margin: 0 10px !important;
  }
}
@media screen and (max-width: 374px) {
  /*上面底色*/
  .pid-a459bc1d-6fde-48a6-9314-00b716e20dde .footer_block17::before {
    height: 80% !important;
  }
}
/*二维码描边去掉*/
.footer_block17 .footer .rt li img {
  border: 0 !important;
}
/*二维码间距*/
.footer_block17 .footer .rt li {
  margin-left: 20px !important;
}
/*二维码底对齐*/
.footer_block17 .footer {
  /*align-items: anchor-center !important;*/
}
/*页脚底色*/
.footer_block24 {
  background: unset !important;
  background-color: #004ea1 !important;
}
/*页脚链接左对齐*/
.footer_block24 .footer .flex .gp-fm {
  text-align-last: left;
}
/*二维码上下左右居中*/
.footer_block24 .footer .flex > .zhongjian {
  align-self: center;
}
/*页脚二维码*/
.footer_block24 .footer .flex .gp-fr .code {
  max-width: 248px !important;
  text-align: center;
  /* 整体居中 */
  font-size: 0;
  /* 消除inline-block间距 */
  overflow: hidden;
  /* 清除浮动 */
  width: 100%;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .footer_block24 .footer .flex .gp-fm {
    margin-top: 30px !important;
  }
}
.footer_block24 .footer .flex .gp-fr .code .er {
  /* 单个二维码容器（宽高110px，IE9支持inline-block） */
  display: inline-block;
  *display: inline;
  /* IE7-兼容 */
  *zoom: 1;
  /* 触发hasLayout */
  width: 100px;
  height: 100px;
  margin: 17px 10px 27px;
  /* 左右间距7px，上下间距15px，凑成总间距15px */
  vertical-align: top;
  /* 顶部对齐 */
}
/* 二维码图片样式（100%呈现） */
.er .gp-img-responsive.gpImgSize {
  width: 100%;
  height: 100%;
  padding: 0;
}
/* 二维码下方文字样式（居中） */
.er span {
  /*display: block;*/
  /*text-align: center;*/
  /*margin-top: 5px;*/
  /*width: 100%;*/
  /*white-space: nowrap; */
  /* 文字不换行 */
  /*font-size: 12px; */
  /* 重置字体大小（因父级设为0） */
  /*line-height: 1.4; */
  /* 增加行高，提升折行后可读性 */
}
/* 小屏幕仍保持两列布局（IE9支持媒体查询） */
@media (max-width: 460px) {
  .er {
    width: 45%;
    /* 两列平分宽度（减去间距） */
    max-width: 110px;
    /* 最大宽度不超过110px */
    box-sizing: border-box;
    /* IE8+支持，确保padding不影响宽度 */
  }
}
/*页脚logo下划线*/
.footer_block24 .footer .flex .gp-fl .logo {
  padding-right: 0px !important;
}
/*页脚链接居中*/
@media screen and (max-width:996px) {
  /*页脚地址位置*/
  /*页脚文字字号*/
  .footer_block24 .footer .flex .gp-fm {
    place-items: center;
  }
  .footer_block24 .footer .flex .gp-fl .logo {
    padding-right: 0px !important;
  }
  .footer_block24 .footer .flex .gp-fl .addr,
  .footer_block24 .footer .flex .gp-fm .link {
    justify-self: center;
  }
  .footer_block24 .footer .flex .gp-fl .addr span,
  .footer_block24 .footer .flex .gp-fm .link a {
    width: 300px;
    text-align: left;
  }
  .footer_block24 .footer .flex .gp-fl .addr,
  .footer_block24 .footer .flex .gp-fr .code span,
  .footer_block24 .footer .flex .gp-fm .link a,
  .copyright-text {
    font-size: 12px !important;
  }
}
@media screen and (max-width:768px) {
  .footer_block24 .footer .flex .gp-fm .link h3 {
    margin: 0px 0 10px !important;
  }
}
/*页脚logo大小*/
.footer_block24 .footer .flex .gp-fl .logo a img {
  max-height: 70px;
}
/*页脚左侧宽度*/
@media screen and (max-width: 996px) {
  .footer_block24 .footer .flex .gp-fl {
    width: auto !important;
  }
}
/*a*/
/*页脚版权*/
/* 1. 让版权区直接父级（.copyright-wrapper）突破上层父级的宽度限制，左右贴紧屏幕 */
.copyright-wrapper {
  position: absolute !important;
  /* 脱离上层宽度限制，基于最近的定位父级 */
  left: 0 !important;
  /* 左贴紧屏幕 */
  right: 0 !important;
  /* 右贴紧屏幕 */
  width: 100% !important;
  /* 强制宽度100% */
  min-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  /*background: rgba(0,0,0,.16) !important; */
  /* 你的底色，确保生效 */
  background: #074892;
  zoom: 1;
  /* IE9 触发hasLayout，修复定位偏差 */
}
/* 2. 给版权区的父级（即限制宽度的那个容器）加相对定位，确保绝对定位不跑偏 */
/* （替换 .parent-of-copyright 为你实际的“父级的父级”类名，比如 .flex、.page-container 等） */
.parent-of-copyright {
  position: relative !important;
  /* 作为 .copyright-wrapper 的定位基准 */
  padding-bottom: 40px !important;
  /* 预留版权区高度（根据版权区实际高度调整，避免内容被遮挡） */
  overflow: visible !important;
  /* 允许 .copyright-wrapper 溢出，否则会被裁剪 */
}
/* 3. 版权p标签：保持原有样式，继承父级宽度 */
.copyright-text {
  width: 100% !important;
  margin: 10px 0 !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  color: #fff !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important;
  /* IE9 透明度 */
  background: transparent !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
/* 4. 清除上层可能的裁剪限制 */
/* （若“父级的父级”还有上层容器，也需加 overflow: visible） */
.grandparent-of-copyright {
  /* 替换为“父级的父级”的上层容器类名，若无则删除 */
  overflow: visible !important;
}
/*页脚下边距*/
.footer_block24 .footer .flex {
  padding-bottom: 40px;
}
/*a*/
/*页脚链接图标*/
/* 友情链接图标父容器：固定24px×24px */
.link .gp-white .link-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  /* 图标与文字间距，可按需调整 */
  vertical-align: middle;
  /* 图标与文字垂直居中对齐 */
}
/* 友情链接图标：在父容器内100%呈现 */
.link .gp-white .link-icon .icon-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  /* 若使用图标字体，可添加字体样式（示例）；若用图片，替换为 background 样式 */
  background: url("https://demo.gpowersoft.com/editor_saas/api/page/siteResource/view/b51a76cb318f16ca2e230e86b036b135") no-repeat center;
  /* 替换为实际图标路径 */
  background-size: 100% 100%;
  /* 图标在父容器内100%铺满 */
}
/* 兼容IE9：确保inline-block和背景图正常显示 */
.link .gp-white .link-icon,
.link .gp-white .link-icon .icon-link {
  zoom: 1;
  /* IE9触发hasLayout，修复布局偏差 */
}
/*页脚链接间距*/
.footer_block24 .footer .flex .gp-fm .link a {
  margin-bottom: 16px !important;
}
/*页脚链接左侧图标调整*/
.icon-link:before {
  display: none !important;
}
/*页脚置底*/
/* body>div {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
} */
body>div>section:last-child {
  margin-top: auto;
}

body{}
.gp-share1 {
  padding: 30px 0;
  color: #333333;
  text-align: right;
}
.gp-share1 .title {
  vertical-align: middle;
}
.gp-share1 .sharebox {
  line-height: 1;
  vertical-align: middle;
}
.gp-share1 .sharebox a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
.gp-share1 .sharebox .s_wechat {
  background: #7BB32E;
}
.gp-share1 .sharebox .s_sina {
  background: #ff5a00;
}
.gp-share1 .sharebox .s_email {
  background: #0264c1;
}
.gp-share1 .sharebox .s_copylink {
  background: #fcb004;
}
@media screen and (max-width:996px) {
  .gp-share1 {
    display: none;
  }
}
.weChatBox {
  width: 260px;
  background-color: #fff;
  border: solid 1px #d8d8d8;
  padding: 10px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -130px 0 0 -140px;
  z-index: 9998;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.weChatBox .w-title {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.weChatBox .w-close {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  cursor: pointer;
}
.weChatBox .qrcode {
  width: 200px;
  height: 200px;
  margin: 15px auto;
  background: #ccc;
}
.weChatBox .w-footer {
  font-size: 12px;
  line-height: 1.5;
  color: #999;
}
.weChatBox #qrodeText {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  visibility: hidden;
}
#copySuccessMessage {
  position: fixed;
  left: 50%;
  top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
  z-index: 99999999;
  text-align: center;
  display: none;
}