@media (min-width: 768px) {
}
@media (max-width: 768px) {
  .only-mobile {
    display: block;
  }
  .only-desktop {
    display: none;
  }
  .main {
    width: 100%;
    overflow: hidden;
  }
  .header {
    margin: auto;
    width: 100%;
    height: 5.63rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.94rem;
    box-sizing: border-box;
  }
  .header-logo {
    display: none;
  }
  .phone_logo {
    display: block;
  }
  .phone_more {
    display: block !important;
  }
  .phone_contact_number {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.13rem;
    color: #16181a;
  }
  .phone_contact_number p {
    margin: 0 1.88rem 0 0.44rem;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.font_size_40 {
  font-size: 2.5rem;
  color: #434343;
  font-weight: bold;
}
.border_parent {
  padding: 5rem 0;
}
.small_title {
  font-size: 1.13rem;
  color: #4d4d4d;
  margin: 30px 0;
}
.banner {
  background: url(/static/img/cp/Mixaicc800/banner.png);
}
.banner_msg {
  width: 87.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.xiaoxi_5g {
  font-size: 3.75rem;
  font-weight: 500;
  color: #5489f4;
  text-align: left;
}
.msg {
  width: 40rem;
  color: #2b2f33;
  font-size: 1.38rem;
  font-weight: 500;
  text-align: left;
  margin: 2.31rem 0 4.94rem;
}
.banner_btn {
  color: #ffffff;
  font-size: 1.19rem;
  background: linear-gradient(137deg, #369aff 0%, #0080ff 100%);
  width: 9.75rem;
  height: 3.19rem;
  border-radius: 38px 38px 38px 38px;
}
/* 产品功能 - Grid布局 */
.grid-container {
  width: 87.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.grid-item {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-content {
  width: 100%;
  height: 12.5rem;
  background-color: #edf6ff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.item-content:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.item-content img {
  width: auto;
  height: auto;
  max-width: 60px;
  max-height: 60px;
}

.item-content-title {
  font-size: 1.13rem;
  color: #434343;
  margin: 1.25rem 0 0.5rem;
  text-align: center;
}

.item-content-msg {
  font-size: 1rem;
  color: #7a7a7a;
  text-align: center;
}
.zxkf_title {
  margin: 1.88rem 0 1.25rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
}
.zxkf_msg {
  color: #434343;
  margin-bottom: 1.25rem;
}
.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bdbsfa {
  margin: 3.13rem auto 1.25rem;
  width: 18.75rem;
  height: 3.75rem;
  background: #ffffff;
  border: 2px dashed #d4e4fa;
  font-size: 1.63rem;
  color: #434343;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jgys {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.jgys_box {
  width: 16.25rem;
  height: 21.88rem;
  background: #ffffff;
  border: 2px dashed #d4e4fa;
  padding: 1.88rem;
  box-sizing: border-box;
}
.jgys_title {
  margin: 1.88rem 0 1.25rem;
  font-weight: 500;
  font-size: 1.13rem;
  color: #333333;
}
.jgys_msg {
  color: #666666;
  text-align: left;
}
.fwqcs {
  width: 87.5rem;
  margin: 0 auto;
  background: #f8fcff;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
}
.fwqcs_img {
  width: 38.13rem;
  height: 31.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px dashed #d4e4fa;
  padding: 0 3.44rem;
}
.fwqcs_title {
  font-weight: 500;
  font-size: 1.5rem;
  color: #0891fc;
}
.table-container {
  width: 38.13rem;
  height: 31.25rem;
  padding: 1.25rem;
  background: #ffffff;
  border: 2px dashed #d4e4fa;
}
/* 表格整体样式 */
.custom-table {
  width: 100%;
  border-collapse: collapse;

  text-align: left;
  font-size: 14px;
  color: #333;
  border: 1px solid #e9ecef;
}
/* 表头单元格样式 */
.table-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 12px 10px;
  font-weight: 500;
}
/* 表格行样式 */
.table-row {
  border-bottom: 1px solid #e9ecef;
}
/* 表格单元格样式 */
.table-cell {
  padding: 12px 10px;
  line-height: 1.6;
  /* 让文本换行更美观 */
  vertical-align: middle;
  border: 1px solid #e9ecef;
}
.table-cell-title {
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.table-cell-msg {
  font-size: 0.88rem;
  color: #333333;
}
.cpjz {
  width: 87.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cpjz_list {
  width: 15rem;
}
.cpjz_title {
  margin: 1.88rem 0 1.25rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
}
.cpjz_msg {
  color: #666666;
  margin-bottom: 1.25rem;
  text-align: left;
}
.cpjz_msg li::marker {
  color: #2e65f5;
}
.cpys_box {
  width: 87.5rem;
  height: 22.75rem;
  margin: 5.63rem auto 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpys_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cpys_title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  text-align: left;
  margin-bottom: 0.88rem;
}
.cpys_msg {
  color: #666666;
  text-align: left;
}

/* 产品功能Grid布局 - 响应式调整 */
/* 中等屏幕（平板） */
@media (max-width: 1024px) {
  .grid-container {
    width: 100%;
    padding: 0 2rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }

  .item-content {
    height: 10rem;
  }

  .item-content-title {
    font-size: 1rem;
  }
}

/* 移动端 */
@media (max-width: 768px) {
  .grid-container {
    width: 100%;
    padding: 0 15px;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }

  .item-content {
    height: 96px;
    padding: 10px;
  }

  .item-content img {
    max-width: 24px;
    max-height: 24px;
  }

  .item-content-title {
    font-size: 12px;
    margin: 8px 0 0 0;
  }
}

/* 小屏手机 */
@media (max-width: 480px) {
  .grid-container {
    padding: 0 10px;
    gap: 0.5rem;
  }

  .item-content {
    height: 80px;
    padding: 8px;
  }

  .item-content img {
    max-width: 20px;
    max-height: 20px;
  }

  .item-content-title {
    font-size: 11px;
    margin: 6px 0 0 0;
  }
}
