@font-face {
  font-family: mFont;
  src: url('../../../static/font/arial.ttf');
}
[v-cloak] {
  display: none !important;
}
body {
  font-family: "mFont";
  font-size: 3.5vw;
  padding: 0;
  margin: 0;
}
.noShk {
  flex-shrink: 0;
}
.plscn {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.plccn {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.prbcn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.prscn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.prlcn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
.prccn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.prssw {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.prbsw {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.mainBody {
  width: 100vw;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pshadow {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.06);
}
.topNBody {
  width: 94vw;
  height: 12vw;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.topIconBody {
  width: 8vw;
  height: 8vw;
  overflow: hidden;
  border-radius: 10000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.topIconImg {
  width: 8vw;
  height: 8vw;
  overflow: hidden;
}
.topBackIcon {
  background-image: url("/static/image/icon/iconBack.svg");
}
.topTgIcon {
  background-image: url("/static/image/icon/logoTg.svg");
}
.topWaIcon {
  background-image: url("/static/image/icon/logoWa.svg");
}
.topRightIconBody {
  width: auto;
  display: flex;
  height: 10vw;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.topContactBody {
  margin: 0 8vw 0 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 22vw;
}
.blank_1 {
  width: 100%;
  height: 12vw;
}
.line_1 {
  width: 100%;
  height: 1px;
  overflow: hidden;
  background-color: #dddddd;
}
.pageScrollBody {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pageScrollBody {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
a:link,
a:hover,
a:visited,
a:active,
a:focus {
  color: #666666;
}
.copyRightBody {
  width: 94vw;
  height: 10vw;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  color: #666666;
  margin: 0 0 17vw 0;
}
.topBody {
  width: 100vw;
  height: 12vw;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
}
.topBackBody {
  width: 10vw;
  height: 10vw;
  overflow: hidden;
  border-radius: 1000px;
  margin: 0 0 0 3vw;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.topBackImg {
  width: 6vw;
  height: 6vw;
}
.topTitleBody {
  width: 70vw;
  height: 12vw;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  font-weight: bold;
}
.topKfBody {
  width: 10vw;
  height: 10vw;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 2.5vw 0 0;
}
.topKfImg {
  width: 8vw;
  height: 8vw;
}
