#home {
  padding-top: 82px;
}
.header {
  background: #FFFFFF;
  height: 32px;
}
.header .crumb {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.header .crumb .crumb-item {
  line-height: 32px;
  font-size: 12px;
  float: left;
  margin-right: 5px;
  color: #7A7A7A;
  cursor: pointer;
}
.header .crumb .crumb-item-link {
  color: #7A7A7A;
  font-size: 12px;
}
.header .crumb .crumb-item-link:hover {
  color: #07aea0;
}
#body .detail {
  min-width: 1200px;
  font-family: PingFang-M, Microsoft YaHei;
  background: #f7f7f7;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
}
#body .detail .left {
  width: 820px;
  margin-right: 12px;
  margin-top: 10px;
}
#body .detail .left .article {
  background: #ffffff;
  border-radius: 6px;
}
#body .detail .left .article .top {
  padding: 24px 32px 12px;
}
#body .detail .left .article .top .title {
  float: left;
  line-height: 36px;
  font-size: 24px;
  font-weight: 500;
  color: #080B31;
}
#body .detail .left .article .top .collect-button {
  cursor: pointer;
  float: right;
  height: 28px;
  padding: 0 10px;
  background: #F8FAFB;
  text-align: center;
  line-height: 28px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
  color: #999999;
  border: 1px solid #E6E9F2;
}
#body .detail .left .article .top .collect-button .iconfont {
  font-size: 14px;
  padding-right: 2px;
}
#body .detail .left .article .top .author {
  margin-top: 18px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  font-weight: 400;
  color: #51546E;
}
#body .detail .left .article .top .author .iconfont {
  font-size: 14px;
  color: #07AEA0;
  padding-right: 2px;
}
#body .detail .left .article .top .author .data-right {
  display: flex;
  float: right;
  justify-content: flex-end;
}
#body .detail .left .article .top .author .data-right .view,
#body .detail .left .article .top .author .data-right .collect,
#body .detail .left .article .top .author .data-right .date {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  color: #51546E;
}
#body .detail .left .article .top .author .data-right .view .iconfont,
#body .detail .left .article .top .author .data-right .collect .iconfont,
#body .detail .left .article .top .author .data-right .date .iconfont {
  color: #7F8195;
}
#body .detail .left .article .top .bottom {
  line-height: 28px;
  margin-top: 16px;
  overflow: hidden;
}
#body .detail .left .article .top .bottom .tags {
  float: left;
  display: flex;
  align-items: center;
}
#body .detail .left .article .top .bottom .tags i.icon1 {
  width: 34px;
  height: 20px;
  background: url(/assets/images/news/icon.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 10px;
}
#body .detail .left .article .top .bottom .tags .tag_item {
  font-size: 14px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #080B31;
  border: 1px solid #DEDFE6;
  border-radius: 4px;
  margin-right: 12px;
  text-align: center;
  line-height: 20px;
  padding: 5px 11px;
}
#body .detail .left .article .top .bottom .tags .tag_item:hover {
  border: 1px solid #06BCBA;
  color: #06BCBA;
}
#body .detail .left .article .line {
  clear: both;
  height: 1px;
  background: #e6e6e6;
}
#body .detail .left .article .text {
  word-break: break-all;
  padding: 12px 32px;
}
#body .detail .left .article .text.text-content img {
  max-width: 100%;
}
#body .detail .left .article .text div {
  line-height: 32px;
  font-family: 'PingFang-M';
  color: #080B31;
}
#body .detail .left .article .state {
  padding: 0 20px 20px;
  padding-top: 37px;
  font-size: 12px;
  font-weight: 400;
  color: #bdbdbd;
  line-height: 20px;
}
#body .detail .left .recommend_container {
  width: 100%;
  background: #fff;
  padding: 30px 20px;
}
#body .detail .left .recommend_container .footer_recommend {
  border-radius: 6px;
}
#body .detail .left .recommend_container .footer_recommend .w {
  width: 100%;
  padding: 40px 20px 50px;
}
#body .detail .left .recommend_container .footer_recommend .w .title span {
  font-weight: bold;
}
#body .detail .right {
  width: 369px;
  margin-top: 10px;
}
#body .detail .right .database {
  height: 217px;
  background: url(/assets/images/common/bg-right.png) no-repeat center center;
  margin-bottom: 16px;
  padding: 32px 38px;
}
#body .detail .right .database .title {
  line-height: 21px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0.9;
}
#body .detail .right .database .text {
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
#body .detail .right .database .apply {
  width: fit-content;
  line-height: 18px;
  font-size: 14px;
  color: #71FFF3;
  margin: 22px auto 0;
  position: relative;
  opacity: 0.8;
}
#body .detail .right .database .apply::before,
#body .detail .right .database .apply::after {
  content: '';
  width: 74px;
  height: 2px;
  background: linear-gradient(90deg, rgba(113, 255, 243, 0) 0%, #71fff3) 100%;
  position: absolute;
  left: -82px;
  top: 9px;
}
#body .detail .right .database .apply::after {
  background: linear-gradient(90deg, #71fff3 0%, rgba(113, 255, 243, 0)) 100%;
  left: auto;
  right: -82px;
}
#body .detail .right .database .btn {
  background: #E9F0FF;
  font-size: 0;
  text-align: center;
  border-radius: 6px;
  margin-top: 8px;
  cursor: pointer;
}
#body .detail .right .database .btn a {
  display: inline-block;
  width: 100%;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #1259F0;
}
#body .detail .right .database .btn:hover {
  opacity: 0.9;
}
#body .detail .right .new_zx {
  width: 369px;
  border-radius: 6px;
  background-color: #fff;
}
#body .detail .right .new_zx .title {
  padding: 12px 20px;
  border-bottom: 1px solid #F5F5F5;
  font-size: 16px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: bold;
  color: #080B31;
}
#body .detail .right .new_zx ul {
  padding: 12px 20px;
}
#body .detail .right .new_zx ul li {
  margin-bottom: 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#body .detail .right .new_zx ul li a {
  font-size: 14px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #080B31;
}
#body .detail .right .new_zx ul li a:hover {
  color: #07aea0;
}
#body .detail .right .new_zx ul li:last-child {
  margin-bottom: 0;
}
#body .detail .right .btns {
  margin-top: 51px;
  width: 48px;
}
#body .detail .right .btns .sc_area {
  width: 100%;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5;
}
#body .detail .right .btns .sc_area .sc_btn {
  cursor: pointer;
  width: 100%;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#body .detail .right .btns .sc_area .sc_btn span {
  font-size: 20px;
}
#body .detail .right .btns .sc_area p {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #323232;
}
#body .detail .right .btns .share_area {
  padding-top: 21px;
}
#body .detail .right .btns .share_area .title {
  text-align: center;
  font-size: 12px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #323232;
}
#body .detail .right .btns .share_area .share_btns {
  margin-top: 10px;
}
#body .detail .right .btns .share_area .share_btns .share_btn {
  margin-bottom: 19px;
  cursor: pointer;
  position: relative;
}
#body .detail .right .btns .share_area .share_btns .share_btn:hover .wx_container {
  display: flex;
}
#body .detail .right .btns .share_area .share_btns .share_btn:hover .copy_container {
  display: block;
}
#body .detail .right .btns .share_area .share_btns .share_btn.wx:hover .top .icon {
  background-image: url(/assets/images/news/detail/weixin_active.png);
}
#body .detail .right .btns .share_area .share_btns .share_btn.copy:hover .top .icon {
  background-image: url(/assets/images/news/detail/copy_active.png);
}
#body .detail .right .btns .share_area .share_btns .share_btn:last-child {
  margin-bottom: 0;
}
#body .detail .right .btns .share_area .share_btns .share_btn .wx_container {
  position: absolute;
  left: 65px;
  top: -38px;
  width: 261px;
  height: 120px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 6px;
  display: none;
}
#body .detail .right .btns .share_area .share_btns .share_btn .wx_container .qrcode_area {
  width: 99px;
  height: 99px;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#body .detail .right .btns .share_area .share_btns .share_btn .wx_container .text {
  font-size: 14px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  margin-left: 10px;
}
#body .detail .right .btns .share_area .share_btns .share_btn .copy_container {
  position: absolute;
  left: 65px;
  top: 11px;
  width: 119px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  font-size: 14px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  border-radius: 6px;
  color: #666666;
  display: none;
}
#body .detail .right .btns .share_area .share_btns .share_btn .top {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#body .detail .right .btns .share_area .share_btns .share_btn .top .icon {
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#body .detail .right .btns .share_area .share_btns .share_btn .top .icon.wx {
  background-image: url(/assets/images/news/detail/weixin.png);
}
#body .detail .right .btns .share_area .share_btns .share_btn .top .icon.wb {
  width: 23px;
  background-image: url(/assets/images/news/detail/weibo.png);
}
#body .detail .right .btns .share_area .share_btns .share_btn .top .icon.wb:hover {
  background-image: url(/assets/images/news/detail/weibo_active.png);
}
#body .detail .right .btns .share_area .share_btns .share_btn .top .icon.lj {
  height: 22px;
  background-image: url(/assets/images/news/detail/copy.png);
}
#body .detail .right .btns .share_area .share_btns .share_btn .bot {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-family: PingFang-M, Microsoft YaHei;
  font-weight: 400;
  color: #888888;
}
