@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;
}
.fenxiang,.tanchuang{
  display: none;
}
@media (max-width: 769px) {
  .column2_main .right-main .article-box .art-btn .left-box a{
    padding: 3px 2vw;
  }
  .fenxiang{
    display: inline;
  }
  .tanchuang{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
  }
  .tanchuang .weixin{
    background: url("../images/guide.png") center right no-repeat;
    width: 100%;
    height: 228px;
    background-size: contain;
  }
  .tanchuang {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
  }
  .tanchuang2 {
    background: rgba(0, 0, 0, 0.6);
  }
  .tanchuang2 .tanchuang2-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    max-width: calc(100vw - 48px);
    background: #fff;
    border-radius: 10px;
    padding: 18px 16px;
    box-sizing: border-box;
    text-align: center;
  }
  .tanchuang2 .tanchuang2-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .tanchuang2 .tanchuang2-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #1677ff;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    user-select: none;
  }
  .tanchuang2 .tanchuang2-btn:active {
    opacity: 0.85;
  }
}
