
.page-theme-popular-web {
  background-color: #ffffff;
}
.page-theme-popular-web .top-banner-view {
  background-color: #f7f8fa;
  height: 214px;
  background-image: url('https://b.yzcdn.cn/i18n/offical/images/themeMarket/image_8.png');
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.top-banner-first-level-itle {
  text-align: left;
  font-size: 40px;
  line-height: 56px;
  margin-top: 8px;
}
.top-banner-secondary-title {
  font-size: 16px;
  line-height: 22px;
  color: #646566;
}
.theme-list-module{
  background-color: #ffffff;
  padding: 72px 0 120px 0
}

@media screen and (max-width: 767px) {
  .page-theme-popular-web .top-banner-view {
    background-image: url('https://b.yzcdn.cn/i18n/offical/images/themeMarket/image_8_m.png');
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding: 48px 0 46px 0;
  }
  .top-banner-first-level-itle {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: 8px;
  }
  .top-banner-secondary-title {
  
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
  }
  .theme-list-module{
    padding: 0 0 24px 0
  }
}