body { padding-top: 0 !important; }
.page--brand-activites { background: #FFFFFF; }


/* 面包屑 */
.page--brand-activites .crumbs-container { position: fixed; width: 100%; left: 0; top: 0; z-index: 10; }
.page--brand-activites .crumbs-container[theme="b"] { background: #FFFFFF; }

/* 品牌活动 */
.page--brand-activites .module-title { color: #333333; text-align: center; margin-bottom: 1em; }



/**
 * PC优先的响应尺寸
 */

/* >1680 */



/* 1530 */
@media screen and (max-width: 1580px) {
}

/* 1400 */
@media screen and (max-width: 1400px) {
}

/* 1200 */
@media screen and (max-width: 1200px) {
  .page--brand-activites .top-news-container .left-txts-wrapper { padding: 5%; }
}

/* 1024 - iPad Pro */
@media screen and (max-width: 1024px) {
  .page--brand-activites .top-news-container .left-txts-wrapper { padding: 3%; }
}

/* 768 - iPad */
@media screen and (max-width: 768px) {
  .page--brand-activites .top-news-container { flex-direction: column; padding: 0; margin-bottom: 10px; }
  .page--brand-activites .top-news-container .left-txts-wrapper { width: 100%; }
  .page--brand-activites .top-news-container .right-image-wrapper { width: 100%; }
  .page--brand-activites .module-title { margin-top: 1.2em; }
  .page--brand-activites .activity-container { padding-bottom: 20px; }
}

/* 500 */
@media screen and (max-width: 500px) {
}

/* 414 - iPhone6 7 8 plus */
@media screen and (max-width: 414px) {
}

/* 375 - iPhoneX、iPhone6 7 8 */
@media screen and (max-width: 375px) {
  
}

/* 320 - iPhone5 */
@media screen and (max-width: 320px) {
}

