@keyframes bannerimg { from {transform: scale(1.2);} to {transform: scale(1);} } .subpage_ad .bgimg { animation: bannerimg 2s; } .subpage_ad .ad-tit{ color: #ffffff !important; } .subpage_ad .ad-line{ background: #ffffff !important; } .subpage_ad{ margin-top: 15px; } .subpage_ad { position: relative; height: 350px; overflow: hidden; margin-top: 0px; } .subpage_ad::before{content:"";dislay:block;width:100%;height:100%;background: rgba(0,0,0,0.2);left:0;top:0;z-index:1;position:absolute;} @media only screen and (max-width: 768px){ .subpage_ad { height: 150px; }} .e_breadcrumb-2 .p_breadcrumb{ flex-wrap: wrap; } .subpage_ad .ad-sum{ color: #fff !important; text-align: center; }