* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,html {
  width: 100%;
  height: 100%;
}
a {
  color: #fff;
  text-decoration: none;
  outline:none;
}
.table {
  width: 10vw;
  position: fixed;
  right: 2vw;
  top: 1vw;
  display: flex;
  font-size: 1vw;
}
.table a {
  flex: 1;
  text-align: center;
}
.active {
  width: 100%;
  font-weight: bold;
  font-size: 1vw;
  position: relative;
}
.active::after {
  content: "";
  display: block;
  width: 1.2vw;
  height: 4px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wrap {
  box-sizing: border-box;
  max-width: 2240px;
  height: 56vw;
  background: url('.././img/bg.png') no-repeat;
  background-size: cover;
  display: flex;
  padding: 7.8vw 5.9vw 0 9.2vw;
  justify-content: space-between
}
.left {
  box-sizing: border-box;
  flex: 1;
}
.logo {
  width: 23vw;
}
.title {
  font-size: 3.6vw;
  font-family: FZY4JW--GB1, FZY4JW--GB1;
  font-weight: bold;
  color: #333333;
  line-height: 4.8vw;
  margin-top: 1vw;
}
.desc {
  font-size: 1.4vw;
  font-family: FZY4JW--GB1, FZY4JW--GB1;
  font-weight: bold;
  color: #333333;
  line-height: 2vw;
  margin-top: 1.77vw;
}
.btn {
  width: 15vw;
  height: 4vw;
  background: url('../img/btn-2.png') no-repeat;
  background-size: 100% 100%;
  border-radius: 0.6vw;
  margin-top: 3vw;
  font-size: 0.98vw;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 4vw;
  text-align: center;
  padding-left: 2.5vw;
}
.email {
  margin-top: 3.1vw;
  font-size: 0.89vw;
}
.copy {
  font-size: 0.89vw;
  margin-top: 5.1vw;
}
.right {
  flex: 1;
  text-align: right;
}
.right img {
  width: 39vw;
}
.about {
  width: 100vw;
}