@charset "utf-8";
/* 公共响应变量 */
/* 百分比计算 */
.win-module {
  display: none;
}
.win-module .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.5;
  z-index: 1900;
}
.win-module .content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1902;
  max-width: 6rem;
  width: 90%;
  background: #F9F9F9;
  box-shadow: 0 0 0.1rem 0 rgba(255, 255, 255, 0.01);
  border-radius: 0.05rem;
}
.win-module .content .top {
  padding: 0.4rem 0.3rem;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 0.1rem 0 rgba(255, 255, 255, 0.01);
}
.win-module .content .top .name {
  font-size: var(--font-size4);
  font-weight: bold;
  color: #222;
  line-height: 1;
}
.win-module .content .top .close {
  width: 12px;
  cursor: pointer;
}
.win-module .content .top .close path {
  fill: #000;
}
.win-module .content .bottom {
  padding: 0.4rem 0.3rem 0.7rem;
}
.win-module .content .bottom .button_su {
  margin-top: 0.37rem;
  min-width: 1.19rem;
  box-sizing: border-box;
  border-radius: 0.26rem;
}
@media (max-width: 991px) {
  .win-module .content .bottom .button_su {
    min-width: 100px;
    height: 42px;
    border-radius: 30px;
  }
}
.win-module .content .bottom .button_su .button_su_inner {
  border: 2px solid var(--color);
  border-radius: 0.26rem;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 0 0.2rem;
  z-index: 3;
  position: relative;
  display: block;
  color: var(--color);
  text-align: center;
  font-weight: bold;
  line-height: 0.52rem;
  height: 0.52rem;
}
@media (max-width: 991px) {
  .win-module .content .bottom .button_su .button_su_inner {
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    margin-top: -1px;
  }
}
.win-module .content .bottom .button_su:hover .button_su_inner {
  color: #FFFFFF;
}
.win-module .content .bottom .text {
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
}
.win-module .content .bottom .text:focus {
  border-color: var(--color);
}
.win-module .content .bottom .fileUploadContent {
  position: relative;
  margin-top: 0.2rem;
}
.win-module .content .bottom .fileUploadContent .tips {
  color: #FFFFFF;
  font-size: var(--font-size4);
}
@media (max-width: 991px) {
  .win-module .content .bottom .fileUploadContent .tips {
    font-size: 17px !important;
  }
}
.win-module .content .bottom .fileUploadContent .desc {
  color: #999999;
  line-height: 0.36rem;
}
.win-module .content .bottom .desc1 {
  padding: 0.15rem;
  box-sizing: border-box;
  color: #333333;
  line-height: 1.5;
}
.win-module .content .bottom .text1 {
  padding: 0 0.15rem;
  box-sizing: border-box;
}
.win-module .content .bottom .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.win-module.win-module1 .content {
  width: 250px;
}
.win-module.win-module1 .content .top {
  padding-bottom: 0;
  padding-top: 30px;
}
.win-module.win-module1 .content .bottom {
  padding-bottom: 30px;
  text-align: center;
}
.win-module.win-module1 .content .bottom #qrcode {
  display: inline-block;
}
.win-module.win-module3 .content {
  max-width: 500px;
  width: 90%;
  top: 25%;
}
.zylj-news-4 {
  display: block;
  position: relative;
  background-color: #F9F9F9;
  margin-top: 0.8rem;
  padding-top: 0.5rem;
}
.zylj-news-4 .picture img {
  transition: all 0.7s;
  -moz-transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.zylj-news-4 .each-item:hover .picture img {
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  zoom: 1.15 \9;
}
.zylj-news-4 .common-crumbs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  border-bottom: 1px solid #dddddd;
  animation-delay: 2s;
  background-color: #F9F9F9;
  width: 100%;
}
.zylj-news-4 .common-crumbs .lines {
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.45s ease-in-out;
  height: 2px;
  display: block;
  background: var(--color);
}
.zylj-news-4 .common-crumbs.fixed {
  position: fixed;
  z-index: 2001;
}
.zylj-news-4 .common-crumbs.fixed.gobottom {
  top: 0;
}
.zylj-news-4 .common-crumbs.fixed.gotop {
  top: -120%;
}
@media (max-width: 767px) {
  .zylj-news-4 .common-crumbs.fixed .container {
    padding: 0;
  }
  .zylj-news-4 .common-crumbs.fixed .container .right-nav {
    padding: 0;
  }
  .zylj-news-4 .common-crumbs.fixed .container .crumbs-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .zylj-news-4 .common-crumbs {
    position: absolute;
  }
}
.zylj-news-4 .common-crumbs .container1600 {
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .zylj-news-4 .common-crumbs .container1600 {
    display: block;
    width: 100%;
    line-height: 1;
  }
}
.zylj-news-4 .common-crumbs .container1600 .right-nav {
  margin: 0;
  border: 0;
  border-left: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .zylj-news-4 .common-crumbs .container1600 .right-nav {
    border: 0;
  }
}
.zylj-news-4 .common-crumbs .container1600 .right-nav a {
  cursor: pointer;
  width: auto !important;
  padding: 0.25rem 0.4rem;
  border-right: 1px solid #dddddd;
  color: #666666;
  font-size: var(--font-size7);
}
.zylj-news-4 .common-crumbs .container1600 .right-nav a i {
  font-style: normal;
  font-size: 14px;
  color: #999999;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .zylj-news-4 .common-crumbs .container1600 .right-nav a {
    line-height: 1.5;
    padding: 0.27rem 0.27rem;
  }
}
.zylj-news-4 .common-crumbs .container1600 .right-nav a.active,
.zylj-news-4 .common-crumbs .container1600 .right-nav a:hover {
  border-bottom: 0.03rem solid var(--color);
  color: var(--color);
}
.zylj-news-4 .common-crumbs .container1600 .right-nav a.active i,
.zylj-news-4 .common-crumbs .container1600 .right-nav a:hover i {
  color: var(--color);
}
.zylj-news-4 .common-crumbs .container1600 .crumbs-text {
  color: #666666;
  line-height: 0.8rem;
  text-align: right;
}
@media (max-width: 767px) {
  .zylj-news-4 .common-crumbs .container1600 .crumbs-text {
    line-height: 1.8;
    border-top: 1px solid #dddddd;
    width: 100%;
    margin: auto;
    text-align: left;
    padding: 15px 5%;
    box-sizing: border-box;
  }
}
.zylj-news-4 .common-crumbs .container1600 .crumbs-text a {
  color: #999999;
  transition: all 0.45s ease-in-out;
}
.zylj-news-4 .common-crumbs .container1600 .crumbs-text a:hover {
  color: var(--color);
}
.zylj-news-4 .common-crumbs .container1600 .crumbs-text .icon {
  margin: -2px 0.06rem 0;
  display: inline-block;
  vertical-align: middle;
}
.zylj-news-4 .common-button {
  margin: 0;
  width: 1.5rem;
}
@media (max-width: 991px) {
  .zylj-news-4 .common-button {
    width: 2.7rem;
  }
}
.zylj-news-4 .common-button .button_su_inner {
  border: 1px solid #DEDEDE;
  display: inline-block;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.45s ease-in-out;
  font-weight: 500;
  color: #666666;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .zylj-news-4 .common-button .button_su_inner {
    height: 45px;
    line-height: 45px;
  }
}
.zylj-news-4 .common-button .button_su_inner .icon {
  margin-left: 0.1rem;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #999999;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .zylj-news-4 .common-button .button_su_inner .icon {
    width: 20px;
    height: 20px;
  }
}
.zylj-news-4 .common-button .button_su_inner .icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.zylj-news-4 .common-button .button_su_inner .icon svg path {
  color: #F9F9F9;
  transition: all 0.45s ease-in-out;
}
.zylj-news-4 .common-button a.button_su_inner.active,
.zylj-news-4 .common-button a.button_su_inner:hover {
  background-color: var(--color);
  color: #FFFFFF;
  border-color: transparent;
}
.zylj-news-4 .common-button a.button_su_inner.active .icon,
.zylj-news-4 .common-button a.button_su_inner:hover .icon {
  background-color: #FFFFFF;
}
.zylj-news-4 .common-button a.button_su_inner.active .icon svg path,
.zylj-news-4 .common-button a.button_su_inner:hover .icon svg path {
  color: var(--color);
}
.zylj-news-4 .common-button a.button_su_inner.active:hover {
  background-color: var(--color);
}
.zylj-news-4 .common-button a.button_su_inner.active:hover svg path {
  fill: var(--color);
}
.zylj-news-4 .news-info-section {
  display: block;
  position: relative;
}
.zylj-news-4 .news-info-section .container1600 {
  padding-top: 1rem;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 {
    padding-top: 1.5rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left {
  width: 62.5%;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left {
    display: block;
    width: 100%;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .news-title {
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.25rem;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .news-title {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    line-height: 0.5rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.3rem;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .info .label {
  display: inline-block;
  margin-right: 0.15rem;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .info .label span {
  margin-left: 0.15rem;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .info .date {
  display: inline-block;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .social-share {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .social-share {
    margin-top: 0.2rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .social-share a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  transition: all 0.4s;
  margin-right: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .social-share a {
    width: 32px;
    height: 32px;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .social-share a:last-child {
  margin-right: 0;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .social-share a svg {
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .social-share a:hover {
  border: 1px solid var(--color);
  background: var(--color);
  color: #fff;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: 1;
  color: #666666;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module {
    margin-top: 0.2rem;
    padding-top: 0.1rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li {
  margin-left: 0.2rem;
  margin-bottom: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li {
    margin-left: 0.2rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li .button_su_inner {
  width: 100%;
  height: 100%;
  line-height: 0.4rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li .button_su_inner svg path {
  transition: all 0.45s ease-in-out;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li .button_su_inner {
    padding-top: 3px;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li .button_su_inner:hover svg path {
  fill: var(--color);
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li svg {
  width: 100%;
  transform: scale(1);
  transform-origin: center;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .other-info .share-module li svg path {
  fill: #CCCCCC;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .editor {
  margin-top: 0.4rem;
  padding: 0.05rem 0;
  display: block;
  font-size: var(--font-size7);
  font-weight: 500;
  color: #666666;
  line-height: 1.66;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .editor {
    padding: 0.35rem 0;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .editor p {
  line-height: 1.66;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .editor p img {
  padding: 0.3rem 0;
  display: block;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box {
  margin-top: 0.45rem;
  width: 100%;
  padding: 0.4rem 0 1.2rem;
  border-top: 1px solid #ECECEC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box {
    border-top: 0;
    padding: 0.2rem 0 0.2rem;
  }
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-left {
    display: block;
    width: 100%;
    padding: 0.15rem 0 0.3rem 0;
    border-top: 2px solid #999999;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-left .explode-circle {
  animation: explode3 1.5s forwards;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-left .desplode-circle {
  animation: desplode3 0.5s forwards;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-left .details-bottom-flex {
    padding: 0.3rem 0;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-left .details-bottom-flex .details-bottom-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: var(--font-size7);
  font-weight: bold;
  line-height: 2;
  color: #999999;
  transition: all 0.45s ease-in-out;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-left .details-bottom-flex .details-bottom-text:hover {
  color: #333333;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-left .common-button {
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-right {
    margin-top: 0.25rem;
    display: block;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-right .picture {
  width: 100px;
  height: 100px;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-right span {
  margin-top: 0.2rem;
  display: block;
  text-align: center;
  font-size: 0.14rem;
  font-weight: 500;
  color: #666666;
  line-height: 1;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .left .details-bottom-box .b-right span {
    font-size: 0.28rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right {
  width: calc(31vw - 1rem);
  position: relative;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right.fixed {
  position: fixed;
  top: 0.9rem;
  right: 8%;
  z-index: 10;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right.fixed-bottom {
  position: absolute;
  top: auto;
  bottom: 1rem;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .right {
    display: block;
    width: 100%;
    padding: 0.3rem 0 1rem;
    position: static !important;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content {
  width: 100%;
  padding: 0 0.3rem;
  border-top: 0.03rem solid var(--color);
  background-color: #FFFFFF;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top {
  box-sizing: border-box;
  line-height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top {
    line-height: 1.3rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .title {
  font-size: var(--font-size4);
  font-weight: bold;
  color: #000000;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more {
  transition: all 0.45s ease-in-out;
  display: inline-block;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.15rem 0.2rem;
  border-radius: 30px;
  font-weight: 500;
  color: #999999;
  border: 1px solid #dddddd;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more .icon {
  margin-left: 0.1rem;
  transition: all 0.45s ease-in-out;
  display: inline-block;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #999999;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more .icon {
    width: 20px;
    height: 20px;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more .icon svg {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more .icon svg path {
  color: #F9F9F9;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more.active,
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more:hover {
  background: var(--color);
  color: #FFFFFF;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more.active .icon,
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more:hover .icon {
  background-color: #FFFFFF;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more.active .icon svg path,
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .title-top .more:hover .icon svg path {
  color: var(--color);
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li {
  border-top: 1px solid #ECECEC;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 0.3rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.45s ease-in-out;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a .picture {
  width: 36%;
  display: block;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a .picture:before {
  padding-top: 63.75%;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a .info-item {
  width: calc(64% - 0.3rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a .info-item .small-title {
  font-size: var(--font-size7);
  font-weight: bold;
  color: #333333;
  transition: all 0.45s ease-in-out;
  line-height: 1.33;
  height: 0.56rem;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a .info-item .small-title {
    font-size: 0.3rem;
    line-height: 1.5;
    height: 0.9rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a .info-item .date {
  padding-top: 0.15rem;
  font-size: 0.14rem;
  color: #666666;
}
@media (max-width: 991px) {
  .zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a .info-item .date {
    font-size: 0.28rem;
  }
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a:hover .small-title {
  color: var(--color);
}
.zylj-news-4 .news-info-section .container1600 .news-info-main .right .right-content .list li a:hover:after {
  width: 100%;
}
.social-share {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-tencent:before {
  content: "\f07a";
}
.social-share .icon-qq:before {
  content: "\f11a";
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-wechat:before {
  content: "\f09a";
}
.social-share .icon-douban:before {
  content: "\f10a";
}
.social-share .icon-heart:before {
  content: "\f20a";
}
.social-share .icon-like:before {
  content: "\f00a";
}
.social-share .icon-qzone:before {
  content: "\f08a";
}
.social-share .icon-linkedin:before {
  content: "\f01a";
}
.social-share .icon-diandian:before {
  content: "\f05a";
}
.social-share .icon-facebook:before {
  content: "\f03a";
}
.social-share .icon-google:before {
  content: "\f04a";
}
.social-share .icon-twitter:before {
  content: "\f06a";
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}
.social-share .icon-qzone:hover {
  background: #FDBE3D;
}
.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}
.social-share .icon-douban:hover {
  background: #33b045;
}
.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.social-share .icon-linkedin:hover {
  background: #0077B5;
}
.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}
.social-share .icon-facebook:hover {
  background: #44619D;
}
.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}
.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-share .icon-twitter:hover {
  background: #55acee;
}
.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}
.social-share .icon-diandian:hover {
  background: #307DCA;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.share {
  text-align: center;
}
.social-share a:before {
  display: none;
}
.social-share a:hover {
  background: transparent;
}
/* 微信二维码的 */
.social-share .icon-wechat .wechat-qrcode {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.social-share .icon-wechat .wechat-qrcode:after {
  display: none;
}
@media (max-width: 992px) {
  .social-share .icon-wechat .wechat-qrcode h4 {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .help {
    display: none;
  }
  .social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    top: 50px;
    width: 120px;
    height: initial;
    z-index: 999;
  }
}
.social-share .icon-facebook:hover path {
  fill: #44619D;
  opacity: 1;
}
.social-share .icon-twitter:hover path {
  fill: #55acee;
  opacity: 1;
}
.social-share .icon-weibo:hover path {
  fill: #ff763b;
  opacity: 1;
}
.social-share .icon-wechat:hover path {
  fill: #7bc549;
  opacity: 1;
}
