.qy-plus-flag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:26px;
  margin-right:10px;
  vertical-align:-6px;
  flex:0 0 auto;
}
.qy-plus-flag img{
  width:38px;
  height:26px;
  border-radius:6px;
  display:block;
  object-fit:cover;
  box-shadow:0 5px 12px rgba(15,23,42,.12);
  border:1px solid rgba(226,232,240,.95);
  background:#fff;
}
.qy-plus-flag--after{
  margin-right:0;
  margin-left:10px;
}
.qy-plus-hidden{display:none!important;}
.qy-plus-admin{padding:22px;background:#fff;border:1px solid #dbeafe;border-radius:18px;}
.qy-plus-admin h2{margin:0 0 8px;color:#0f172a;}
.qy-plus-admin p{color:#64748b;}

/* 插件上传国旗在顶部导航和产品与服务中统一放大 */
.qy-header-scope .qy-plus-flag{
  width:36px;
  height:24px;
  margin-right:9px;
  vertical-align:-5px;
}
.qy-header-scope .qy-plus-flag img{
  width:36px;
  height:24px;
  border-radius:6px;
}
.qy-home-scope .qy-hot-api .qy-plus-flag{
  width:42px;
  height:28px;
  margin-right:10px;
  vertical-align:-6px;
}
.qy-home-scope .qy-hot-api .qy-plus-flag img{
  width:42px;
  height:28px;
  border-radius:7px;
}

html.qy-plus-flags-disabled .qy-plus-flag,
html.qy-plus-flags-disabled .qy-hot-api .qy-hot-flag,
html.qy-plus-flags-disabled .qy-hot-cate .qy-hot-flag{
  display:none!important;
  width:0!important;
  min-width:0!important;
  height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
html.qy-plus-flags-disabled .qy-hot-api-card__head{grid-template-columns:minmax(0,1fr)!important;gap:0!important;}
html.qy-plus-flags-disabled .qy-hot-api .qy-hot-product,
html.qy-plus-flags-disabled .qy-service-item,
html.qy-plus-flags-disabled .qy-mega-card{padding-left:inherit;}
