*,
::after,
::before {
  box-sizing: border-box;
}
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
}
.header-box {
  width: 100%;
  height: 49.86666667vw;
  background: url(../img/header.png) no-repeat;
  background-size: 100% 100%;
}
.wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 15.2vw;
  width: 92.8vw;
  height: calc(100vh - 133px);
}
.wrapper img {
  height: 42.93333333vw;
  border-radius: 2.13333333vw;
}
.wrapper .staff-desc-box {
  display: flex;
  height: 40vw;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 5.06666667vw;
  margin-top: 5.33333333vw;
  padding: 5.33333333vw 8vw 5.06666667vw 8.53333333vw;
}
.wrapper .staff-desc-box .staff-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper .staff-desc-box .staff-desc p {
  font-family: SimHei;
  font-weight: 400;
  font-size: 3.2vw;
  color: #5B5B5B;
}
.wrapper .staff-desc-box .staff-desc p span {
  color: #062FFF;
}
.wrapper .staff-desc-box .qr-code-box {
  display: flex;
  justify-content: flex-end;
}
.wrapper .staff-desc-box .qr-code-box img {
  width: 29.86666667vw;
  height: 29.86666667vw;
  border-radius: 1.33333333vw;
  border: 0.26666667vw solid #2F2F2F;
}
.wrapper .staff-content {
  height: 47.46666667vw;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 5.06666667vw;
  margin-top: 5.33333333vw;
  padding: 2.4vw 1.86666667vw 4.8vw 2.66666667vw;
  box-sizing: border-box;
}
.wrapper .staff-content .title {
  font-family: SimHei;
  font-weight: 400;
  font-size: 4.26666667vw;
  color: #062FFF;
  text-align: center;
}
.wrapper .staff-content .content {
  height: 36.26666667vw;
  margin-top: 2.66666667vw;
  font-size: 2.66666667vw;
  line-height: 2;
  
  overflow-y: scroll;
}
.wrapper .staff-content .content p {
    text-wrap-mode: wrap!important;
}
.wrapper .staff-content .content p span{
    text-wrap-mode: wrap!important;
}
.staff-desc-box > div {
  width: 50%;
}
.tabbar-box {
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  height: 13.06666667vw;
  background-color: #467DEB;
}
.tabbar-box li {
  flex: 1;
  text-align: center;
  padding: 1.86666667vw 0;
}
.tabbar-box li .iconfont {
  color: #fff;
  font-size: 5.33333333vw;
}
.tabbar-box li p {
  font-family: SimHei;
  font-weight: 400;
  font-size: 2.66666667vw;
  color: #FFFFFF;
}
.tabbar-box li .selected {
  font-weight: bold;
}
