﻿.com-tit {
  font-size: 30px;
  font-weight: bold;
  color: #1d2129;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5;
}
.com-sub-tit {
  font-size: 16px;
  color: #717883;
  margin-bottom: 42px;
  text-align: center;
  line-height: 1.5;
}
.mb-42px {
  margin-bottom: 42px;
}
.certificate-banner {
  background-image: url(../image/banner.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002249;
}
.certificate-banner.b2 {
  background-image: url(../image/banner-2.jpg);
}
.certificate-banner.b3 {
  background-image: url(../image/banner-3.jpg);
}
.certificate-banner.b4 {
  background-image: url(../image/banner-4.jpg);
}
.certificate-banner.ca-brand {
  background-image: url(https://www.seapx.com/assets/img/certificate/banner2.jpg);
}
.certificate-banner.b5 {
  background-image: url(../image/banner5.jpg);
}
.certificate-banner.b6 {
  background-image: url(../image/banner6.jpg);
}
.certificate-banner.expiration-banner {
  background-image: url(../image/expiration-banner.jpg);
}
.certificate-banner .tit {
  font-size: 48px;
  font-weight: bold;
}
.certificate-banner .text {
  font-size: 16px;
  margin: 24px 0;
  max-width: 578px;
  line-height: 1.5;
}
.certificate-banner .contact-btn {
  display: inline-block;
  font-size: 14px;
  color: #1664ff;
  padding: 14px 47px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.certificate-banner .contact-btn.btn2 {
  color: #fff;
  background: #1664ff;
}
.certificate-type {
  padding: 80px 0;
}
.certificate-type.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.certificate-type .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.certificate-type .tab {
  padding: 13px 54px;
  border: 1px solid #c7cad9;
  font-size: 16px;
  cursor: pointer;
}
.certificate-type .tab.active {
  color: #fff;
  background-color: #1664ff;
}
.certificate-type .tab-con {
  display: none;
}
.certificate-type .tab-con.active {
  display: flex;
  flex-wrap: wrap;
}
.certificate-type .tab-con .con {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 4);
  border: 1px solid #c7cad9;
  margin-bottom: 20px;
}
.certificate-type .tab-con .con:not(:nth-child(4n)) {
  margin-right: 20px;
}
.certificate-type .tit-con {
  padding: 21px 24px;
  background: linear-gradient(to right, #f3f7f8, #d8e5f6);
}
.certificate-type .tit-con .tit {
  font-size: 20px;
  color: #1d2129;
  font-weight: bold;
  margin-top: 12px;
}
.certificate-type .tit-con img {
  height: 30px;
  object-fit: contain;
}
.certificate-type .des-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 29px 20px 34px;
}
.certificate-type .des-box {
  flex: 1;
}
.certificate-type .des {
  display: flex;
  margin-bottom: 16px;
  line-height: 1.5;
}
.certificate-type .des::before {
  content: url(../image/gou-icon.png);
  margin-right: 7px;
}
.certificate-type .contact-btn {
  border: 1px solid #1664ff;
  color: #1664ff;
  padding: 14px;
  text-align: center;
  border-radius: 8px;
  margin-top: 24px;
  cursor: pointer;
}
.certificate-difference {
  padding: 80px 0;
  background-color: #edf0f5;
}
.certificate-difference.bg-white {
  background-color: #fff;
}
.certificate-difference .certificate-content {
  overflow: auto;
}
.certificate-difference tbody {
  display: flex;
  justify-content: center;
}
.certificate-difference tr {
  display: flex;
  flex-direction: column;
  width: calc((100% - 178px) / 3);
  min-width: 300px;
  height: 100%;
}
.certificate-difference tr:first-child {
  width: 178px;
  min-width: auto;
}
.certificate-difference tr:first-child td {
  font-weight: bold;
  font-size: 16px;
}
.certificate-difference tr:not(:first-child):hover td {
  background: #f7faff;
}
.certificate-difference.ca-brand tr {
  width: auto;
  flex: 1;
  min-width: 200px;
}
.certificate-difference.ca-brand tr:first-child {
  width: 150px;
  min-width: auto;
  flex: none;
}
.certificate-difference.ca-brand .buy-btn {
  color: #1664ff;
  cursor: pointer;
}
.certificate-difference td {
  display: flex;
  align-items: center;
  height: 64px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  align-items: center !important;
  padding: 20px 15px;
  line-height: 22px;
  font-size: 14px;
  color: #333333;
}
.certificate-difference td a {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  width: 100%;
}
.certificate-need {
  padding: 80px 0;
}
.certificate-need .com-tit {
  margin-bottom: 42px;
}
.certificate-show {
  padding: 80px 0;
  background-image: url(../image/bg-1.png);
  background-size: cover;
  color: #fff;
}
.certificate-show .com-tit {
  color: #fff;
  margin-bottom: 60px;
}
.certificate-show .flex:not(:last-child) {
  margin-bottom: 60px;
}
.certificate-show .flex:nth-child(odd) img {
  margin-left: 40px;
}
.certificate-show .flex:nth-child(even) img {
  margin-right: 40px;
}
.certificate-show .tit {
  font-size: 24px;
  margin-bottom: 16px;
}
.certificate-show ul {
  margin-top: 20px;
  padding-left: 18px;
}
.certificate-show li {
  list-style: disc !important;
  line-height: 1.5;
  margin-bottom: 8px;
}
.certificate-other .com-tit {
  margin-bottom: 60px;
}
.certificate-other .box {
  display: flex;
  justify-content: space-between;
}
.certificate-other .con {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 48px) / 4);
  height: 100px;
  padding-left: 20px;
  cursor: pointer;
  background-color: #eff5ff;
  transition: all 0.5s ease;
}
.certificate-other .con:hover {
  box-shadow: 0px 0 14px 0px rgba(0, 0, 0, 0.1);
}
.certificate-other .con:hover .tit {
  color: #1664ff;
}
.certificate-other .tit {
  font-size: 24px;
  color: #1d2129;
  font-weight: bold;
}
.certificate-other img {
  max-width: 103px;
  position: relative;
  bottom: -10px;
}
.certificate-ques {
  padding: 80px 0;
}
.certificate-ques .con {
  cursor: pointer;
  padding: 22px 20px;
  background: #eff3fa;
  margin-bottom: 12px;
}
.certificate-ques .con.active {
  border-top: 1px solid #717883;
}
.certificate-ques .con.active .tit {
  color: #1664ff;
}
.certificate-ques .con.active .des {
  margin-top: 10px;
}
.certificate-ques .con.active .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.certificate-ques .con.active .icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.certificate-ques .com-tit {
  margin-bottom: 60px;
}
.certificate-ques .tit-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.certificate-ques .tit {
  font-size: 18px;
  color: #1d2129;
  line-height: 1.5;
  margin-right: 10px;
}
.certificate-ques .des {
  height: 0;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
  color: #1d2129;
  transition: height 0.3s ease;
}
.certificate-ques .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.certificate-ques .icon::before,
.certificate-ques .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #333;
  transition: all 0.3s ease;
}
.certificate-ques .icon::before {
  width: 20px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.certificate-ques .icon::after {
  width: 2px;
  height: 20px;
  transform: translate(-50%, -50%);
}
.vmc-adv {
  padding: 80px 0;
  background-color: #f4f7fd;
}
.vmc-adv .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vmc-adv .con {
  width: calc((100% - 90px) / 4);
  background-color: #fff;
  padding: 29px 38px 12px;
  text-align: center;
  transition: all 0.5s ease;
}
.vmc-adv .con:hover {
  box-shadow: 0px 0 14px 0px rgba(0, 0, 0, 0.1);
}
.vmc-adv .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 18px;
}
.vmc-adv .des {
  font-size: 14px;
  color: #717883;
  line-height: 1.5;
}
.vmc-adv .tag-list {
  display: flex;
  flex-wrap: wrap;
}
.vmc-adv .tag-list .tag-item {
  width: 50%;
  background-color: #f4f7fd;
  font-size: 14px;
  color: #738ba5;
}
@media (max-width: 768px) {
  .vmc-adv {
    padding: 30px 10px;
  }
  .vmc-adv .tit {
    margin: 0 0 6px;
    font-size: 20px;
  }
  .vmc-adv .con {
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 16px 12px;
    padding-left: 70px;
  }
  .vmc-adv img {
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 45px;
  }
}
.vmc-condition {
  padding: 80px 0;
}
.vmc-condition .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vmc-condition .con {
  height: 192px;
  background-image: url(../image/bg-2.png);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 34px 0 34px 34px;
  border-radius: 16px;
}
.vmc-condition .con .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.vmc-condition .con .des {
  line-height: 1.5;
}
.vmc-condition .con .num {
  display: flex;
  align-items: center;
  font-size: 60px;
  color: #a9daff;
  font-weight: bold;
  margin-left: 8px;
}
.vmc-condition .con:first-child {
  width: 43%;
  margin-right: 24px;
}
.vmc-condition .con:last-child {
  flex: 1;
}
@media (max-width: 768px) {
  .vmc-condition {
    padding: 30px 10px;
  }
  .vmc-condition .con {
    height: auto;
    padding: 20px 24px;
  }
  .vmc-condition .con .tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .vmc-condition .con .des {
    font-size: 14px;
  }
  .vmc-condition .con:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.vm-show {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .vm-show {
    padding: 30px 10px 0 !important;
  }
}
@media (max-width: 768px) {
  .com-sub-tit {
    font-size: 14px;
  }
  .certificate-banner {
    background-image: url(../image/banner-m.jpg);
    height: 260px;
    padding: 0 10px;
  }
  .certificate-banner .tit {
    font-size: 24px;
  }
  .certificate-banner .text {
    font-size: 14px;
    margin: 12px 0;
  }
  .certificate-banner .contact-btn {
    padding: 8px 24px;
  }
  .certificate-banner.b2 {
    background-image: url(../image/banner-2m.jpg);
  }
  .certificate-banner.b3 {
    background-image: url(../image/banner-3m.jpg);
  }
  .certificate-banner.b4 {
    background-image: url(../image/banner-4m.jpg);
  }
  .certificate-type {
    padding: 30px 0 !important;
  }
  .certificate-type .tab {
    padding: 10px;
    font-size: 12px;
  }
  .certificate-type .tab-con.active {
    flex-wrap: wrap;
  }
  .certificate-type .tab-con .con {
    width: 100%;
    margin-right: 0 !important;
  }
  .certificate-type .tit-con {
    padding: 5px 20px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .certificate-type .tit-con .tit {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .certificate-type .tit-con .img {
    height: auto;
  }
  .certificate-need {
    padding: 30px 0;
  }
  .certificate-show {
    padding: 30px 0;
  }
  .certificate-show img {
    margin: 12px 0 0 0 !important;
  }
  .certificate-show .flex:not(:last-child) {
    margin-bottom: 20px;
  }
  .certificate-show .flex:nth-child(even) {
    flex-direction: column-reverse;
  }
  .certificate-other {
    padding: 30px 0;
  }
  .certificate-other .box {
    flex-wrap: wrap;
  }
  .certificate-other .con {
    width: calc(50% - 6px);
    margin-bottom: 12px;
    height: auto;
  }
  .certificate-other .tit {
    font-size: 14px;
  }
  .certificate-other img {
    width: 60px;
  }
  .certificate-ques {
    padding: 30px 0;
  }
  .certificate-ques .con {
    padding: 16px;
  }
  .certificate-ques .con .tit {
    font-size: 16px;
  }
  .com-tit {
    margin-bottom: 24px !important;
    font-size: 24px;
  }
  .certificate-difference tr {
    width: calc((100% - 130px) / 3);
    min-width: 240px;
  }
  .certificate-difference tr:first-child {
    width: 130px;
  }
  .certificate-show .tit {
    font-size: 18px;
  }
  .certificate-show .sub-tit,
  .certificate-show li {
    font-size: 14px;
  }
}
.clm-pain {
  padding: 80px 0;
}
.clm-pain .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clm-pain .con {
  width: calc((100% - 90px) / 4);
  margin-bottom: 12px;
  height: auto;
  border: 1px solid #c6d3e9;
  padding: 30px 20px;
  color: #002249;
}
.clm-pain .tit {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
.clm-pain .des {
  font-size: 14px;
  color: #717883;
}
.clm-pain .des-item {
  line-height: 26px;
}
.clm-pain .des-item::before {
  content: url(../image/i9.png);
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .clm-pain {
    padding: 40px 0;
  }
  .clm-pain .con {
    padding: 16px 12px;
    width: calc((100% - 12px) / 2);
    margin-bottom: 12px;
  }
}
.clm-core {
  padding: 80px 0;
}
.clm-core .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clm-core .con {
  width: calc((100% - 40px) / 3);
  margin-bottom: 12px;
  display: flex;
  height: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  color: #002249;
  flex-direction: column;
}
.clm-core .tit {
  position: relative;
  padding: 30px 40px 20px;
  font-size: 24px;
  font-weight: bold;
}
.clm-core .tit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 10px;
  width: 100%;
}
.clm-core .tit.tit1::before {
  background: linear-gradient(to right, #ac7aff, #ff7eee);
}
.clm-core .tit.tit2::before {
  background: linear-gradient(to right, #ff804e, #ffc467);
}
.clm-core .tit.tit3::before {
  background: linear-gradient(to right, #4facfe, #57e5ff);
}
.clm-core .des {
  background-color: #f4f7fd;
  padding: 20px 0 20px 40px;
  font-size: 16px;
  flex: 1;
  color: #002249;
}
.clm-core .des-item {
  line-height: 30px;
}
.clm-core .des-item::before {
  content: url(../image/i10.png);
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .clm-core {
    padding: 40px 0;
  }
  .clm-core .con {
    width: 100%;
    margin-bottom: 15px;
  }
  .clm-core .tit {
    padding: 18px 0 15px 20px;
    font-size: 20px;
  }
  .clm-core .des {
    padding: 16px 0 16px 20px;
  }
}
.clm-adv {
  padding: 80px 0;
  background-color: #f4f7fd;
}
.clm-adv .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clm-adv .con {
  width: calc((100% - 80px) / 4);
  background-color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
  transition: all 0.5s ease;
}
.clm-adv .con:hover {
  box-shadow: 0px 0 14px 0px rgba(0, 0, 0, 0.1);
}
.clm-adv .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 18px;
}
.clm-adv .des {
  font-size: 14px;
  color: #717883;
  line-height: 1.5;
}
.clm-adv .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clm-adv .tag-list .tag-item {
  width: calc((100% - 10px) / 2);
  background-color: #f4f7fd;
  font-size: 14px;
  color: #738ba5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .clm-adv {
    padding: 30px 10px;
  }
  .clm-adv .tit {
    margin: 0 0 6px;
    font-size: 20px;
  }
  .clm-adv .con {
    position: relative;
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
    padding: 12px 16px 12px;
    padding-left: 70px;
  }
  .clm-adv img {
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    max-width: 45px;
  }
}
.clm-category {
  padding: 80px 0;
  background: url(../image/b11.jpg) no-repeat center;
  background-size: cover;
}
.clm-category .com-tit,
.clm-category .com-sub-tit {
  color: #fff;
}
.clm-category .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clm-category .con {
  width: calc((100% - 20px) / 2);
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
  border-radius: 10px;
}
.clm-category .con:hover {
  box-shadow: 0px 0 14px 0px rgba(0, 0, 0, 0.1);
}
.clm-category .tit {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 18px;
}
.clm-category .tit img {
  display: inline-block;
  margin-right: 10px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.clm-category .tips {
  padding: 2px 10px;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  color: #002249;
  background-color: #e8f6e3;
  margin-bottom: 15px;
}
.clm-category .des {
  font-size: 14px;
  color: #717883;
  line-height: 1.5;
}
.clm-category .des-item {
  line-height: 30px;
}
.clm-category .des-item::before {
  content: url(../image/i11.png);
  margin-right: 5px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .clm-category {
    padding: 40px 0;
  }
  .clm-category .tit {
    font-size: 20px;
  }
  .clm-category .con {
    width: 100%;
    margin-bottom: 15px;
  }
}
