.mainwraps {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.mainwraps img {
  width: 100%;
  display: block;
}

.sectionauto {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.popbgs {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.popcontent {
  width: 800px;
  height: 70vh;
  background: #F3EEEB;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}
.viewcontent {
  height: calc(100% - 140px);
  width: 80%;
  margin: 0 auto;
  padding-right: 20px;
  overflow-y: auto;
  color: #000;
}
.viewcontent::-webkit-scrollbar {
  width: 6px;
}
.viewcontent::-webkit-scrollbar-track {
  background: transparent;
}
.viewcontent::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 3px;
}

.popt1 {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 30px;
}
.sectionparth {
  margin-bottom: 20px;
}
.tavns1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.tavns3 {
  font-size: 16px;
  margin-bottom: 4px;
}
.tavns2 {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 4px;
}
.palft1 {
  padding-left: 15px;
}
.palft2 {
  padding-left: 15px;
}
.closepopps {
  font-size: 50px;
  position: absolute;
  top: -11px;
  right: 5px;
  z-index: 30;
  cursor: pointer;
  color: #000;
}
.pathvcont {
  margin-bottom: 20px;
}
.pnameitem {
  font-size: 16px;
  display: inline-block;
}
.pnameitem:after {
  content: "、";
  display: inline-block;
}
.pathvcont .pnameitem:last-child:after {
  display: none;
}
.posbtns {
  display: block;
  position: absolute;
}
.toplinks {
  top: 88%;
  left: 40%;
  width: 20%;
  height: 8%;
}
