body { 
      font-family:'Microsoft Yahei', 'PingFang SC', 'Helvetica', 'Arial', 'Hiragino Sans GB', 'STHeiTi', 'sans-serif';
}
.deviceCenter_box {
  background-color: #F7F9FC;
}
.deviceCenter_box .deviceCenter_header {
  background-color: #ffffff;
  border-bottom: 2px solid #e51a1a;
}
.deviceCenter_box .deviceCenter_header .header_box {
  width: 1190px;
  margin: 35px auto 0;
  display: flex;
  height: 60px;
  line-height: 60px;
}
.deviceCenter_box .deviceCenter_header .header_box > div,
.deviceCenter_box .deviceCenter_header .header_box > a {
  width: 240px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.deviceCenter_box .deviceCenter_header .header_box .Home {
  color: #909399;
}
.deviceCenter_box .deviceCenter_header .header_box .Home:hover {
  color: #303133;
}
.deviceCenter_box .deviceCenter_header .header_box .DeviceCenter {
  color: #e51a1a;
}
.deviceCenter_box .deviceCenter_header .header_box .DeviceCenter:hover {
  color: #303133;
}
.deviceCenter_box .main {
  width: 1400px;
  margin: auto;
  padding-bottom: 40px;
  margin-bottom: -40px;
}
.deviceCenter_box .main .breadcrumb_box {
  padding: 18px 0;
}
.deviceCenter_box .main .breadcrumb_box .breadcrumb_item span {
  font-weight: 700;
  transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #303133;
}
.deviceCenter_box .main .breadcrumb_box .breadcrumb_item span:hover {
  color: #409eff;
  cursor: pointer;
}
.deviceCenter_box .main .breadcrumb_box .breadcrumb_item.end span,
.deviceCenter_box .main .breadcrumb_box .breadcrumb_item.end span:hover {
  font-weight: 400;
  color: #606266;
  cursor: text;
}
.deviceCenter_box .main .breadcrumb_box .breadcrumb_item:not(.end):after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: default;
  background: url("/img/right_icon.png") center center no-repeat;
  background-size: 100% 100%;
  vertical-align: text-top;
}
/* 查询参数 */
.deviceCenter_box .main .query_box {
  background-color: #fff;
  padding-top: 11px;
}
.deviceCenter_box .main .query_box .cate_box0 {
  margin-bottom: 10px;
}
.deviceCenter_box .main .query_box .cate_box0 .cate_item {
  text-align: center;
  line-height: 37px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.deviceCenter_box .main .query_box .cate_box1 {
  border: 1px solid #ffd2d2;
}
.deviceCenter_box .main .query_box .cate_box1,
.deviceCenter_box .main .query_box .cate_box2 {
  padding-left: 13px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 22px;
  background: #fff7f7;
}
.deviceCenter_box .main .query_box .cate_box1 .cate_item,
.deviceCenter_box .main .query_box .cate_box2 .cate_item {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  text-align: center;
  padding-right: 20px;
  color: #61646f;
}
.deviceCenter_box .main .query_box .cate_item:hover {
  cursor: pointer;
  color: #e51a1a;
}
.deviceCenter_box .main .query_box .cate_item.active {
  color: #e51a1a;
}
.deviceCenter_box .main .query_box .price_search {
  border-top: 2px solid #f3f2f7;
  margin-left: 16px;
  margin-right: 16px;
  padding-bottom: 27px;
  padding-top: 27px;
  display: flex;
  line-height: 32px;
}
.deviceCenter_box .main .query_box .price_search .dAndp {
  margin-right: 11px;
  margin-top: 4px;
}
.deviceCenter_box .main .query_box .price_search .dAndp .xian {
  display: inline-block;
  border-left: 1px solid #c3c6cf;
  width: 1px;
  height: 16px;
  margin-left: 18px;
  margin-right: 18px;
  vertical-align: text-top;
}
.deviceCenter_box .main .query_box .price_search input {
  width: 88px;
}
.deviceCenter_box .main .query_box .price_search .search_btn {
  width: 88px;
  background: #e51a1a;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  margin-left: 11px;
  margin-top: 4px;
  cursor: pointer;
  height: 32px;
  text-align: center;
}
.deviceCenter_box .main .query_box .price_search .search_btn:hover {
  background-color: #d20000;
}
/* 设备列表 */
.deviceCenter_box .main .totalFound {
  margin-top: 17px;
  margin-bottom: 18px;
  font-size: 16px;
}
.deviceCenter_box .main .device_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.deviceCenter_box .main .device_list .device_item {
  margin-left: 17px;
  overflow: hidden;
  width: 217px;
  margin-bottom: 20px;
  cursor: pointer;
  height: 321px;
  background-color: #fff;
}
.deviceCenter_box .main .device_list .device_item:hover {
  box-shadow: 0 0 5px 5px hsla(0, 0%, 62%, 0.4);
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
}
.deviceCenter_box .main .device_list .device_item .img,
.deviceCenter_box .main .device_list .device_item .img img {
  width: 100%;
  height: 208px;
  transition: all 0.3s;
}
.deviceCenter_box .main .device_list .device_item:hover .img img {
  transform: scale(1.1);
}
.deviceCenter_box .main .device_list .device_item .title {
  margin-left: 16px;
  font-size: 14px;
  color: #6c6c76;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 12px;
  width: 195px;
}
.deviceCenter_box .main .device_list .device_item .price {
  margin-left: 16px;
  margin-bottom: 29px;
  font-style: oblique;
  font-weight: 700;
}
.deviceCenter_box .main .device_list .noData {
  width: 1190px;
  text-align: center;
}
.deviceCenter_box .main .device_list .noData img {
  width: 214px;
  height: 214px;
  margin-top: 65px;
  margin-bottom: 37px;
}
.deviceCenter_box .main .device_list .noData div {
  font-size: 36px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
  line-height: 45px;
}
.deviceCenter_box .main #fenye {
  margin: 40px 0 0px;
  text-align: center;
}
#fenye a,
.laypageskin_molv span {
  border-radius: 6px !important;
}
/* 弹框 */
.deviceCenter_box .consult_model {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.deviceCenter_box .consult_model .model_box {
  width: 480px;
  background: #fff;
  border-radius: 8px;
  margin: 5% auto;
  padding-bottom: 20px;
}
.deviceCenter_box .consult_model .model_box .close_img {
  text-align: right;
}
.deviceCenter_box .consult_model .model_box .close_img img {
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 35px;
}
.deviceCenter_box .consult_model .model_box .success_box .title {
  font-size: 32px;
  font-weight: 700;
  margin-left: 43px;
  margin-bottom: 16px;
  color: #222;
}
.deviceCenter_box .consult_model .model_box .success_box .title1 {
  margin-left: 43px;
  color: #a8a8b3;
  font-size: 18px;
  margin-bottom: 16px;
}
.deviceCenter_box .consult_model .model_box .success_box .form {
  margin-left: 40px;
  margin-right: 40px;
}
.deviceCenter_box .consult_model .model_box .success_box .form .label {
  font-size: 16px;
  margin-bottom: 10px;
}
.deviceCenter_box .consult_model .model_box .success_box .form .label span {
  color: red;
}
.deviceCenter_box .consult_model .model_box .success_box .form .el-input {
  margin-bottom: 22px;
}
.deviceCenter_box .consult_model .model_box .success_box .form .textarea {
  height: 134px;
}
.deviceCenter_box .consult_model .model_box .success_box .form .submit_btn {
  width: 200px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: auto;
  background: #e51a1a;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
}
.deviceCenter_box .fs-wrap,
.deviceCenter_box .fs-dropdown {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}

/* 1. 头部容器默认样式：确保正常占位 */
/* .sticky-header-container {
  width: 100%; 
  background: #fff; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
} */

/* 2. 吸顶状态样式：固定在顶部 */
/* .sticky-header-container.sticky {
  position: fixed; 
  top: 0;
  left: 0;
  z-index: 9999; 
} */

/* 3. 占位容器样式：高度与头部容器一致，吸顶时显示 */
/* .sticky-header-placeholder {
  width: 100%;
} */

/* 导航分类 */
.deviceCenter_box .main .query_box1 {
  width: 200px;
}
.deviceCenter_box .main .query_box1 .cate_box {
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #dedede;
  padding: 20px 10px;
}
.deviceCenter_box .main .query_box1 .cate_box .title {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.deviceCenter_box .main .query_box1 .cate_box .cate_item {
  font-size: 14px;
  color: #61646f;
  margin: 20px 0 0;
}
.deviceCenter_box .main .query_box1 .cate_box .cate_item.active {
  color: #e51a1a;
}
.deviceCenter_box .main .query_box1 .price_search {
  height: 182px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #dedede;
  margin-top: 10px;
  padding: 20px 10px;
}
.deviceCenter_box .main .query_box1 .price_search .title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}
.deviceCenter_box .main .query_box1 .price_search .title .hei {
  color: #61646f;
  font-size: 14px;
  font-weight: normal;
}
.deviceCenter_box .main .query_box1 .price_search .input-box {
  display: flex;
  align-items: center;
  margin: 16px 0;
}
.deviceCenter_box .main .query_box1 .price_search .search_btn {
  height: 40px;
  border-radius: 20px;
  width: 100%;
  background: #e60000;
  border: 1px solid #e51a1a;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.deviceCenter_box .main .list_box .list_box_top {
  border: 1px solid #dedede;
  background: #ffffff;
  border-radius: 16px;
  margin-left: 20px;
  width: 1180px;
  padding: 0 20px 40px;
}

/* 列表数据 */
.deviceCenter_box .main .device_list1 .device_item {
  margin-bottom: 20px;
  width: 100%;
  height: 260px;
  display: flex;
}
/* .deviceCenter_box .main .device_list1 .device_item:hover {
  box-shadow: 0 0 5px 5px hsla(0, 0%, 62%, 0.4);
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
} */
.deviceCenter_box .main .device_list1 .device_item .item-left {
  display: flex;
}
.deviceCenter_box .main .device_list1 .device_item .item-left .info {
  margin-left: 20px;
}
.deviceCenter_box .main .device_list1 .device_item .item-left .info .title {
  font-size: 16px;
  max-width: 620px;
  color: #222222;
  height: 45px;
  line-height: 26px;
}
.deviceCenter_box .main .device_list1 .device_item .item-left .info a:hover {
  color: #e51a1a;
}
.deviceCenter_box .main .device_list1 .device_item .item-left .info .price {
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0;
}
.deviceCenter_box .main .device_list1 .device_item .img,
.deviceCenter_box .main .device_list1 .device_item .img img {
  width: 260px;
  height: 260px;
  border-radius: 8px;
  object-fit: cover;
  /* transition: all 0.3s; */
}

/* .deviceCenter_box .main .device_list1 .device_item:hover .img img {
  transform: scale(1.1);
} */
.deviceCenter_box .main .device_list1 .device_item .item-left .info .tag {
  display: flex;
  flex-wrap: wrap;
  width: 630px;
  font-size: 14px;
  color: #61646f;
}
.deviceCenter_box
  .main
  .device_list1
  .device_item
  .item-left
  .info
  .tag
  .tag-item {
  margin-right: 10px;
}
.deviceCenter_box
  .main
  .device_list1
  .device_item
  .item-left
  .info
  .tag
  .tag-item:nth-child(2n) {
  margin-right: 0px;
}
.deviceCenter_box .main .device_list1 .device_item .item-left .link {
  color: #4f9eff;
  display: block;
}
.deviceCenter_box
  .main
  .device_list1
  .device_item
  .item-left
  .info
  .tag
  .tag-item {
  width: 310px;
  margin-bottom: 15px;
}
.deviceCenter_box .main .device_list1 .device_item .item-right {
  margin-top: 55px;
}
.deviceCenter_box .main .device_list1 .device_item .item-right .button {
  width: 220px;
  height: 48px;
  border-radius: 40px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
}
.deviceCenter_box
  .main
  .device_list1
  .device_item
  .item-right
  .button
  .add_btn {
  color: #e51a1a;
  border: 1px solid #e51a1a;
  margin-bottom: 16px;
  border-radius: 40px;
  cursor: pointer;
}
.deviceCenter_box
  .main
  .device_list1
  .device_item
  .item-right
  .button
  .consult_btn {
  background: #e51a1a;
  color: #fff;
  border-radius: 40px;
  cursor: pointer;
}

.deviceCenter_box .main .device_list1 .noData {
  text-align: center;
}
.deviceCenter_box .main .device_list1 .noData img {
  width: 214px;
  height: 214px;
  margin-top: 65px;
  margin-bottom: 37px;
}
.deviceCenter_box .main .device_list1 .noData div {
  font-size: 36px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
  line-height: 45px;
}

.deviceCenter_box .main .list_box .nodevice {
  height: 100px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #dedede;
  margin: 20px 0 20px 20px;
  font-size: 18px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deviceCenter_box .main .list_box .nodevice .btn {
  width: 220px;
  height: 48px;
  border-radius: 40px;
  display: inline-block;
  background: #e51a1a;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 48px;
  margin: 0 0 0 30px;
  cursor: pointer;
  text-align: center;
}

.deviceCenter_box .operationSuccess_model,
.deviceCenter_box .consult_model {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.deviceCenter_box .launchSuccess_model .model_box,
.deviceCenter_box .collectionSuccess_model .model_box,
.deviceCenter_box .operationSuccess_model .model_box,
.deviceCenter_box .consult_model .model_box {
  width: 480px;
  background: #fff;
  border-radius: 8px;
  margin: 5% auto;
  padding-bottom: 20px;
}
.deviceCenter_box .launchSuccess_model .model_box .close_img,
.deviceCenter_box .collectionSuccess_model .model_box .close_img,
.deviceCenter_box .operationSuccess_model .model_box .close_img,
.deviceCenter_box .consult_model .model_box .close_img {
  text-align: right;
}
.deviceCenter_box .launchSuccess_model .model_box .close_img img,
.deviceCenter_box .collectionSuccess_model .model_box .close_img img,
.deviceCenter_box .operationSuccess_model .model_box .close_img img,
.deviceCenter_box .consult_model .model_box .close_img img {
  margin-top: 18px;
  margin-right: 18px;
  margin-bottom: 35px;
}
.deviceCenter_box .launchSuccess_model .model_box .success_box .success_content,
.deviceCenter_box
  .collectionSuccess_model
  .model_box
  .success_box
  .success_content,
.deviceCenter_box
  .operationSuccess_model
  .model_box
  .success_box
  .success_content {
  margin-top: 20px;
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.deviceCenter_box
  .collectionSuccess_model
  .model_box
  .success_box
  .success_content1,
.deviceCenter_box
  .operationSuccess_model
  .model_box
  .success_box
  .success_content1 {
  font-size: 16px;
  color: #222;
  line-height: 24px;
  max-width: 371px;
  margin: auto;
  text-align: center;
}
.deviceCenter_box
  .collectionSuccess_model
  .model_box
  .success_box
  .success_content1
  span,
.deviceCenter_box
  .operationSuccess_model
  .model_box
  .success_box
  .success_content1
  span {
  color: #62b5d2;
}

/* 加载动画容器：覆盖列表区域，居中显示 */
.loading-container {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  display: none; /* 默认隐藏 */
}
/* 加载动画旋转效果 */
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  margin: 0 auto 16px;
  animation: spin 1s linear infinite;
}
/* 加载提示文本 */
.loading-text {
  color: #666;
  font-size: 14px;
}
/* 旋转动画关键帧 */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}