body {
  margin: 0;
  padding: 0;
  font-family: 'PingFang SC';
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0 auto;
}

.antom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header {
  width: 100%;
  height: 72px;
  background: #fdfdfd;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.header-content {
  margin: 0 auto;
  width: 70%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-content-img {
  width: 300px;
}

.header-content .subtitle {
  margin-left: 28px;
  color: #bcbcbc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-top: 82px;
  width: 1280px;
  height: 800px;
  flex-shrink: 0;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#iframe {
  width: 100%;
  height: 100%;
}

.footer {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: #bcbcbc;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.gotoTest {
  color: #1650ff;
  margin: 0 4px;
  text-decoration: none;
}
