body{background-color:#F2F2F3;}
@charset "utm-8";
body {
  color: #333;
  font-family: "微软雅黑", sans-serif;
}

/* ========== 外层总容器：固定宽度1250px ========== */
.m1938-modelPreForm-wrap {
  width: 1250px;
  margin: 0 auto;
  padding-top: 22px;
  overflow: hidden;
  clear: both;
}


.m1938-modelPreForm {
  width: 25%;
  float: left;
  padding: 0 45px 8px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.m1938-modelPreForm:hover {
  transform: translateY(-8px);
}

.m1938-mobiModelForm {
  width: 25%;
}
.m-mobiModelInnerForm {
  position: relative;
  width: 100%;
}


.m1938-mobiWin {
  width: 100%;
  height: 426px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 32px;
  box-sizing: border-box;
}
.m1938-mobiWin::before,
.m1938-mobiWin::after {
  display: none !important;
}


.m-mobiModel {
  position: absolute;
  width: calc(100% - 20px);
  height: 380px;
  left: 10px;
  top: 28px;
  overflow: hidden;
  border-radius: 7px;
}


.m-mobiModelImg {
  width: 100%;
  height: auto;
  border-radius: 7px;
  transition: transform 6s linear;
}
.m-mobiModel:hover .m-mobiModelImg {
  transform: translateY(-100%);
}

/* 链接样式 */
.img-link,
.title-link {
  text-decoration: none;
  display: block;
}
.m-mobiModelName {
  font-size: 15px;
  text-align: center;
  margin-top: 12px;
  color: #333;
  line-height: 1.4;
}
.title-price-wrap {
    display: flex;
    align-items: center;
    gap: 1px;
    width: 100%;
    padding: 10px 0px !important;
}
/* 标题：超长自动省略，不挤压价格 */
.model-title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}

.price-tag {
    flex-shrink: 0; /* 禁止被压缩 */
    padding: 4px 12px;
    border: 2px solid #409eff; /* 蓝色边框，和图中一致 */
    border-radius: 20px; /* 圆角效果 */
    color: #409eff; /* 价格文字颜色 */
    font-weight: 500;
    white-space: nowrap; /* 价格不换行 */
}

.l7.m938-wrap {
    display: flex;
    align-items: center;
    gap: 3px; /* 标题和价格之间的间距 */
    width: 100%;
    overflow: hidden;
    line-height: 1.4;
}


.model-title {
    flex: 1; /* 占满剩余空间 */
    white-space: nowrap; /* 禁止换行 */
    overflow: hidden; /* 超出隐藏 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    color: #6e6868; /* 标题文字颜色，可按你网站修改 */
    text-decoration: none;
    margin: 7px 5px 5px 8px;
}
.model-title:hover {
    color: #0066cc; /* 标题 hover 颜色，可按你网站修改 */
}


.ce-tag {
    flex-shrink: 0; /* 禁止被压缩 */
    padding: 4px 12px;
    border: 2px solid #409eff; /* 蓝色边框，和图中一致 */
    border-radius: 20px; /* 圆角效果 */
    color: #409eff; /* 价格文字颜色 */
    font-weight: 500;
    white-space: nowrap; /* 价格不换行 */
}

.sort-box {
    margin: 8px 0;
}
.sort-box span {
    margin-right: 6px;
}
.sort-btn {
    display: inline-block;
    padding: 5px 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #333;
    background: #fff;
    margin: 0 4px;
    background-color: #f4f4f4;
}
/*选中高亮蓝色，和导航模板按钮选中样式一模一样*/
.sort-btn.active {
    background: #1677ff;
    color: #fff;
    border-color: #1677ff;
}

/*标题容器*/
.itemq-row1 {
    margin-top:12px;
    margin-bottom:7px;
}
/*标题超长自动省略，不横向溢出*/
.model-title {
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    color:#333;
    text-decoration:none;
    font-size:15px;
    line-height:1.4;
    width:100%;
}
/*flex两端对齐：左人气、右价格*/
.itemq-row2 {
    display:flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
}
.hit-count {
    font-size:13px;
    color:#666;
    flex:auto;
}
.cae-tag {
    font-size:12px;
    color:#e6212a;
    font-weight:bold;
    flex:0 0 auto;
    font-family: Georgia;
}
.l1{
    padding:0 1px;
    box-sizing: border-box;
}

