.header-hr {
  height: 5px;
  background-image: linear-gradient(to right, #07d7c9, #ebe901);
}

.header-content {
  padding: 3vw 0;
  display: block;
  color: #fff;
  background-image: linear-gradient(to right, #00d8cb, #006fff);
}

.header-text {
  width: 85%;
  margin: auto;
}

.line {
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ff6c00, #ffb700);
  /* background: #ff6c00;
    linear-gradient：*/
}

/* .bg-adata {
    background-image: url("/?originalUrl=https%3A%2F%2Fwebapi.adata.com%2Fimages%2Fcpa_bg_ADATA.jpg");
    height: 1000px;
} */
.section-01 {
  width: 85%;
  margin: 0 auto;
}
.section-01 h2 {
  color: #00a7ea;
  /* font-size: 2.5rem; */
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-01 h3 span {
  color: #00a7ea;
}

.home {
  display: flex;
}

.card-ok {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff;*/
  background-color: #f8fdfe;
  background-clip: border-box;
  border: 1px solid #00a7ea;
  border-radius: 0.25rem;
  height: 300px;
  padding: 20px;
  margin: 5px;
  width: calc((100% / 4) - 10px);
  text-align: center;
}

.card-ok h4 {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #666;
  font-weight: 400;
}

.card-ok img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.card-cilck {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f2fdfc;
  background-clip: border-box;
  border: 1px solid #00d8cc;
  border-radius: 0.25rem;
  height: 300px;
  padding: 20px;
  margin: 5px;
  width: calc((100% / 4) - 10px);
  text-align: center;
}

.card-cilck h4 {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #666;
  font-weight: 400;
}

.card-cilck img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.card-no {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(185, 185, 185, 0.2);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: 300px;
  padding: 20px;
  margin: 5px;
  width: calc((100% / 4) - 10px);
  text-align: center;
}

.card-no h4 {
  padding-top: 40px;
  padding-bottom: 20px;
  font-weight: 400;
  color: #8d8d8d;
}

.card-no img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.card-no select {
  background-color: rgba(247, 247, 247, 0.3);
}

.btn-padding {
  padding: 50px 0px;
  margin: auto;
}

.btn-yblue {
  padding-right: 4vw;
  padding-left: 4vw;
  color: #fff;
  background: linear-gradient(0.25turn, #00d8cb, #006fff);
  border: none;
}

.btn-reset {
  padding-right: 4vw;
  padding-left: 4vw;
  color: #fff;
  border: none;
  background: rgb(102 102 102 / 40%);
}

.border-bottom {
  border-bottom: 1px solid #a1a1a1 !important;
}

/*****0824增加*****/

.section-01 h3 {
  /* font-size: 2rem; */
  color: #666;
  font-weight: 400;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.setion-02 h3 {
  color: #666;
}

.btn-lg-2 {
  padding: 0.4rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  margin-left: 10px;
}

#searchByPDFrom {
  background-color: #f8fdfe;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.filter-results {
  color: #00a7ea;
  text-align: center;
  padding: 30px 0 40px 0;
}

#CompatibleList thead {
  color: #00a7ea;
}

#CompatibleList tfoot {
  color: #00a7ea;
}

#CompatibleList tbody tr:nth-of-type(odd) {
  background-color: #f8fdfe;
}

#CompatibleList tbody th {
  font-weight: lighter;
}

#CompatibleList tbody td {
  vertical-align: middle;
}

#CompatibleList tbody td:nth-child(1) {
  text-align: center;
}

.page-item .page-link {
  color: #00a7ea;
  background: transparent;
}
.page-item.active .page-link {
  color: #00a7ea;
  border-color: #c7c5c5;
  background: #e9e9e9;
}

@media (max-width: 825px) {
  .section-01 {
    width: 90%;
  }
  .section-01 h2 {
    font-size: 2.2rem;
  }
  .card-ok h4 {
    font-size: 1.2rem;
  }
  .card-cilck h4 {
    font-size: 1.2rem;
  }
  .setion-02 h3 {
    font-size: 1.2rem;
  }
  .card-no h4 {
    font-size: 1.2rem;
  }
  .card-ok {
    width: calc((100% / 4) - 10px);
  }
  .card-cilck {
    width: calc((100% / 4) - 10px);
  }
  .card-no {
    width: calc((100% / 4) - 10px);
  }
  .section-01 h3 {
    flex-direction: column;
  }
  .btn-lg-2 {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .section-01 h2 {
    font-size: 2rem;
  }
  .card-ok {
    width: 100%;
  }
  .card-cilck {
    width: 100%;
  }
  .card-no {
    width: 100%;
  }
}

.setion-02 h3 {
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.btn-2 {
  /* font-size: 1.8rem;
    font-weight: 400;*/
  text-align: center;
  /*justify-content: center;*/
  margin-top: 40px;
  margin-bottom: 40px;
  /*margin: auto;*/
  display: flex;
  align-items: center;
  justify-content: space-around;
}
