/***
广告的公共CSS定义, 广告的图片放在 statics/images/ad/目录下面
写在这里是为了避免打包,部置后可以手动单文件修改
以起到动态变更广告的效果
关闭则把-> height: 0px

 background: url('/statics/images/top_porst_1.jpeg?v=20250226') no-repeat center center;
*/

.ad_hg_img{ /*首页(海关数据)的顶部广告 */
    width: 100%; height: 0px;
    background: url('/statics/images/top_porst_1.png?v=20250228') no-repeat center center;
    background-size: cover;
}

.ad_emailseach_img {/* 邮箱搜索页的广告*/
  width: 100%; height: 70px;
  background: url('/statics/images/ad/email_search_t1_1.jpeg?v=20250227') no-repeat center center;
  background-size: cover;
}

.ad_emailcheck_img {/* 邮箱检测页的广告*/
 width: 100%; height: 100px;
  background: url('/statics/images/ad/email_check_t1.jpg?v=20250226') no-repeat center center;
  background-size: cover;
}
