.common-web-container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: 64px;
  background: #F9FBFE;
}

#common-web-iframe {
  flex: 1;
  border: 0;
  padding: 24px;
  overflow: scroll;
}

@font-face {
  font-family: 'element-icons';
  src: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/font/element-icons.woff') format('woff'),
       url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/dgwebsite/open-public/docs/font/element-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}