/*** AUG 注册表开始 ***/
/*.aug_rego_iframe {
  width: 100%；
  height: var(--height_desktop)；
  max-width: 980px；
  border：0;
  display: block；
  margin-left: auto；
  margin-right: auto；
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .aug_rego_iframe {
    height: var(--height_mobile)；
  }
}*/
/*** AUG 注册表结束 ***/