/* yd-mobile-bg-fix:202609020720 — 对齐易售蓝模板；不改 app.js */
/* 手机首页顶栏 */
html.yd-theme-blue .h5top,
html[data-yd-theme="blue"] .h5top {
  background-color: #e8f4ff !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
html.yd-theme-yellow .h5top,
html[data-yd-theme="yellow"] .h5top {
  background-color: #fff8e1 !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
body.yellow .h5top,
.yellow .h5top {
  background-color: #fff8e1 !important;
}

/* 个人中心：my_info 嵌在 my_head 内；my_head 勿 100% 拉伸顶栏图 */
html.yd-theme-blue .my .my_head,
html[data-yd-theme="blue"] .my .my_head,
html.yd-theme-yellow .my .my_head,
html[data-yd-theme="yellow"] .my .my_head {
  background-color: transparent !important;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
}
html.yd-theme-blue .my .my_head .my_info,
html[data-yd-theme="blue"] .my .my_head .my_info,
html.yd-theme-yellow .my .my_head .my_info,
html[data-yd-theme="yellow"] .my .my_head .my_info {
  background-image: url(/static/img/myinfo.d3c9de49.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 100% 100% !important;
  background-color: #2f3d5c !important;
  min-height: 42vw;
  margin: 12px 15px 10px !important;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

/* PC 首页左侧分类：API none_color=#fff，须保持 class_color 蓝底，禁止浅底盖白字 */
html.yd-theme-blue .home1 .goods_style .goodsLeft,
html[data-yd-theme="blue"] .home1 .goods_style .goodsLeft {
  background-color: #5388ff !important;
}
html.yd-theme-yellow .home1 .goods_style .goodsLeft,
html[data-yd-theme="yellow"] .home1 .goods_style .goodsLeft {
  background-color: #fcd200 !important;
}
html.yd-theme-blue .home1 .goods_style .goodsLeft .el-menu-item,
html.yd-theme-blue .home1 .goods_style .goodsLeft .el-submenu__title,
html[data-yd-theme="blue"] .home1 .goods_style .goodsLeft .el-menu-item,
html[data-yd-theme="blue"] .home1 .goods_style .goodsLeft .el-submenu__title {
  color: #fff !important;
}
