@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 769px) {
  .Bigbb-Content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100vw;
  }
  .tongyong-top .top .nav {
    left: -30px !important;
  }
  p.detail-text {
    font-weight: 400;
  }
}
@media (max-width: 769px) {
  .column2_main .right-main .article-box .art-btn {
    display: flex;
    justify-content: space-between;
  }
  .column2_main .right-main .article-box .art-btn .right-box {
    display: none;
  }
}
.column2_main .right-main .article-box .art-btn {
  display: flex;
  justify-content: space-between;
}
.column2_main .right-main .article-box .art-btn .left-box a {
  margin-right: 10px;
  padding: 3px 10px;
  padding-left: 13px;
  border: solid 1px #999;
  border-radius: 7px;
}
.column2_main .right-main .article-box .art-btn .left-box a span {
  padding: 0;
  font-size: 16px;
  display: inline;
}
.share-Box {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.share-Box .backview {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.share-Box .share-content {
  position: absolute;
  left: 15px;
  top: 60px;
  width: calc(100% - 30px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.share-Box .share-content .share-paper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 10px;
}
.share-Box .share-content .share-paper .pic {
  width: 100%;
  height: auto;
  border: 0.5px solid #888888;
}
.share-Box .share-content .share-paper .er-box {
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
  gap: 5px;
  align-items: center;
  padding-top: 10px;
}
.share-Box .share-content .share-paper .er-box .er-icon {
  width: 80px;
  height: 80px;
  border: 0.5px solid #888888;
}
.share-Box .share-content .share-paper .er-box .tt {
  width: 14px;
  font-size: 14px;
  line-height: 1.2em;
  white-space: wrap;
  display: flex;
}
.share-Box .share-content .sharebtn {
  background-color: #c23952;
  font-size: 16px;
  width: 80%;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}
