    .hero{
        color:white;
        }



.home_top {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0px;
  background-color: #ffffff;
  z-index: 1000;
}
.top_content {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.top_content_left {
  width: 780px;
  display: flex;
}
.top_content_left img {
  width: 121px;
  height: 26px;
  margin-top: 16px;
  margin-right: 49px;
}
.top_content_left ul {
  display: flex;
  align-items: center;
}
.top_content_left ul li {
  margin-right: 39px;
  /* 0110 */
}
.top_content_left ul a {
  line-height: 60px;
}
.top_content_left ul a:link,.top_content_left ul a:visited{
  color: #151723;
}
.top_content_right {
  width: 250px;
}
.top_content_right a {
  line-height: 60px;
}


.goodsDetail {
  width: 100%;
  height: 450px;
  /* background: url(../img/goodsDetail_bac.png) center no-repeat no-repeat; 这段我看能不能放在views里面*/
  background-size: cover;
}
.goodsDetail_body{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
  /* border: solid; */
}
.goodsDetail_body_title {
  font-size: 48px;
  color: #ffffff;
  line-height: 65px;
  padding-top: 68px;
  font-weight: 600;
}
.goodsDetail_body_content {
  width: 617px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  margin-top: 33px;
}

/* bringFor部分，原来那一堆都删掉了*/
    .bring__card {
      min-height: 180px;
    }
/*把section 的重新定义一下*/
    .section {
      padding: 60px 0;
    }
    .section--gray {
      background: #f7f7f7;
    }
    .section__title {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 32px;
      margin-bottom: 40px;
    }

/* 把card 抽象出来 */
    .card {
        background: #ffffff;
        border-radius: 5px;
        padding: 20px;
        box-shadow: 0 5px 20px rgba(0, 32, 178, 0.1);
        box-sizing: border-box;
        transition: 0.3s;
        }
    .card:hover {
        background: linear-gradient(135deg, #f4f5f7 0%, #ffffff 60%);
        box-shadow: 5px 5px 20px rgba(9, 93, 254, 0.25);
        }
    .card__title {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 12px 0;
        }
    .card__text {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        color: #666;
        word-break: break-word;
        overflow-wrap: break-word;
        }
    .card-grid {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .card-grid--4 .card {
        /* 分4列的时候 */
        width: calc(25% - 15px);
    }
    .card-grid--2 .card {
        /* 分2列的时候 */
        width: calc(50% - 15px);
    }

/* qa section 的 css内容 */
    .qa {
        width: 100%;
        padding: 60px 0;
        background: url(/static/img/goods_page/relatedIssues_bac.png) center/cover no-repeat;
        background-size: cover;
    }
    .qa__grid {
        width: 980px;
        margin: 0 auto;
    }
    .qa__title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        color: #151723;
        line-height: 44px;
        margin-bottom: 30px;
    }
    .qa__list {
        width: 980px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .qa__item {
        width: calc(50% - 10px); /* 保证一行2个 父元素的宽度*50%-10px */
        min-height: 160px;
        max-height: 300px;
    }
    .qa__label {
        /* 标签 */
        display: inline-block;
        padding: 4px 7px;
        font-size: 12px;
        font-weight: 600;
        color: #0953f7;
        background: #e6e9ff;
        border-radius: 3px;
        margin-right: 6px;
    }

/* 我们的服务内容，按照他的命名应该叫 我们如何帮助你成功*/
    .cert {
        background: #f7f7f7;
        padding: 60px 0;
    }
    .cert__title {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        margin-bottom: 40px;
    }
    .cert__tabs {
        width: 900px;
        margin: 0 auto 30px;
        display: flex;
        border-radius: 8px;
        overflow: hidden;
        background: #e6e9ff;
    }
    .cert__tab {
        flex: 1;
        padding: 15px 0;
        font-size: 18px;
        border: none;
        background: transparent;
        cursor: pointer;
        transition: 0.3s;
    }
    .cert__tab:hover {
        background: #d0d8ff;
    }
    .cert__tab.is-active {
        background: #0a7dff;
        color: #fff;
    }
    .cert__content {
        width: 1200px;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        padding: 40px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    }
    .cert__panel {
        display: none;
    }
    .cert__panel.is-active {
        display: block;
    }



/* 我们的服务内容， */

.successfulCertification_body_item_title {
    font-size: 21px;
    color: #a6a6a6;
    line-height: 24px;
    font-weight: 600;
  }
  .successfulCertification_body_item_center {
    height: 120px;
    box-sizing: border-box;
    padding: 15px 0px;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
  }
  .successfulCertification_body_item_center > div {
    display: flex;
    width: 25%;
    border-right: 1px solid #e6e6e6;
    margin-left: 15px;
    box-sizing: border-box;
    align-items: center; /* 垂直居中 */
  }
  .successfulCertification_body_item_center > div:last-child {
    border: none;
  }
  .successfulCertification_body_item_center img {
    width: 38px;
    height: 35px;
    margin-right: 10px;
    margin-top: 7px;
  }
  .successfulCertification_body_item_center p {
    font-size: 16px;
    font-family: AlibabaPuHuiTiR;
    color: #000000;
    line-height: 24px;
  }
  .successfulCertification_body_item_question {
    font-size: 16px;
    color: #a6a6a6;
    line-height: 24px;
    font-weight: 600;
    margin-top: 21px;
    margin-bottom: 0px;
  }
  .successfulCertification_body_item_question_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: -5px;
  }
  .successfulCertification_body_item_question_item > p {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
  }
  .successfulCertification_body_item_question_item > p span {
    font-size: 16px;
    color: #0a7dff;
    line-height: 28px;
  }
  .successfulCertification_body_item_question_item > p a {
    font-size: 16px;
    color: #fa6401;
    line-height: 28px;
    border-bottom: 1px solid #fa6401;
    margin-left: 10px;
  }

.footers {
  background: linear-gradient(180deg, #393e5b 0%, #252a46 100%);
  width: 100%;
  padding-bottom: 20px;
}
.footer_content {
  padding: 20px 0px 10px;
  width: 1102px;
  margin: 0px auto;
  text-align: center; /* 新增：让内容居中 */
}
.index_hrefs {
  overflow: hidden;
  display: inline-block; /* 新增：让链接水平排列 */
  font-weight: bold; /* 新增：实现加粗 */
  color: #d7d8d9;
  margin-bottom: 5px;
  font-size: 16px;
}

.public_footer_content {
  font-size: 14px;
  width: 1102px;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
  padding: 4px 0px 14px;
}
.public_footer_content > p {
  font-size: 14px;
  color: #73777a;
}

.public_footer_content > p > a {
  color: #73777a;
  margin-left: 31px;
  font-size: 14px;
}
.footer_single_a:hover {
  color: #27a6ee;
}
.footer_single_a img {
  position: relative;
  top: 3px;
}