(function(){
    if (window.location.search.indexOf('_iframe_embed=1')>-1) {
      var style = document.createElement('style');
      style.type = 'text/css';
      style.rel = 'stylesheet';
      style.innerHTML = 'div[data-module-name="AliyunComGlobalNav"],.aliyun-com-global-sub-nav,.aliyun-com-mobile-global-sub-nav,.ace-homepage-2020-hmod-footer { display: none; }'
      document.head.appendChild(style);
      function syncHeight() {
        window.top.postMessage(
          JSON.stringify({
            type: 'resize',
            data: { height: window.parseInt(window.outerHeight) + 380 }
          }),
        '*');
      }
      window.addEventListener("resize", function(evt) {
        syncHeight();
      });
      setTimeout(function(){ syncHeight(); }, 200);
    }
  })()