html,
body {
  color: #000;
  font-family: -apple-system, PingFang SC, Source Han Sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Hiragino Sans GB;
  overflow-x: hidden;
  background-color: #fff;
}
.title-border-active {
  width: 144px;
  height: 4px;
  background: linear-gradient(90deg, #00CC66 0%, #177CE7 100%);
}
.demo-btn {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 4px 16px;
  background: #18BA79;
  color: #fff;
}
.demo-btn:hover {
  background: rgba(24, 186, 121, 0.8);
  color: #fff;
}
.connect-us-btn {
  height: 32px;
  border-radius: 4px;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 40px;
  font-weight: bold;
}
.connect-us-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}
.color-grey {
  color: #ccc;
}
.color-active {
  font-variation-settings: "opsz" auto;
  background: linear-gradient(90deg, #00CC66 0%, #177CE7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 0;
  font-weight: bold;
}
.color-light2 {
  color: rgba(0, 0, 0, 0.7);
}
.color-light {
  color: rgba(0, 0, 0, 0.8);
}
.color-dark-light {
  color: rgba(255, 255, 255, 0.8);
}
.bg-green {
  background: #28C080;
}
.bg-grey {
  background: #F8F8F8;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-bold {
  font-weight: bold;
}
.font14 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.font16 {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.font24 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.en-title-5 {
  font-size: 56px;
  line-height: 72px;
  font-weight: bold;
}
.en-title-4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 64px;
}
.en-title-3 {
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
}
.en-title-2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.en-title-1 {
  font-size: 80px;
  line-height: 84px;
  font-weight: bold;
}
.justify-center {
  justify-content: center;
  align-items: center;
}
.bg-gradient-active {
  background: linear-gradient(90deg, #00CC66 0%, #177CE7 100%);
}
.bg-title {
  background: linear-gradient(90deg, #00CC66 0%, #177CE7 52%, #CF17E7 100%);
}
.bg-card {
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.crccs-container .section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.crccs-container .crccsBanner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 60px;
  height: 480px;
  width: 100%;
  background: url(../assets/en/ax-en-crccs-banner.png) no-repeat center center;
  background-size: cover;
  color: #fff;
}
.crccs-container .flex-row {
  display: flex;
  flex-direction: row;
}
.crccs-container .gap-60px {
  gap: 60px;
}
.crccs-container .gap-20px {
  gap: 20px;
}
.crccs-container .flex-col {
  display: flex;
  flex-direction: column;
}
.crccs-container .items-center {
  align-items: center;
}
.crccs-container .justify-center {
  justify-content: center;
  align-items: center;
}
@media (min-width: 1900px) {
  .crccsBanner-content {
    padding-left: 360px!important;
  }
}
/* pc */
@media (min-width: 1280px) {
  .crccsBanner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 640px;
    padding-left: 160px;
  }
  .pt-120px {
    padding-top: 120px;
  }
  .pb-120px {
    padding-bottom: 120px;
  }
  .pb-80px {
    padding-bottom: 80px;
  }
  .w-800 {
    width: 800px;
    margin: 0 auto;
  }
  .w-common {
    width: 1200px;
  }
  .group-list {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .group-list .group-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 320px;
  }
  .group-list .group-item .group1-img {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .group-list .group-item .group1-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .group-list .group-item .group1-img .en-title-2 {
    margin-bottom: 20px;
    margin-bottom: 16px;
  }
  .desc-interval {
    margin-top: 8px;
    margin-bottom: 40px;
  }
  .section-vapt .vapt-card-row {
    gap: 30px;
  }
  .section-vapt .vapt-card-row .img-group {
    margin-top: 24px;
    gap: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-vapt .vapt-card-row .img-group .img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .section-vapt .vapt-card-row .img-group img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
  }
  .section-vapt .vapt-card-row .card-vapt-1 {
    width: 790px;
    height: 412px;
    padding: 16px 16px 32px;
  }
  .section-vapt .vapt-card-row .card-vapt-1 .bg-title {
    color: #FFFFFF;
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 40px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 {
    width: 380px;
    height: 412px;
    position: relative;
  }
  .section-vapt .vapt-card-row .card-vapt-2 .vapt-risk-text {
    padding: 30px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 img {
    width: 118.57px;
    height: 118.24px;
    position: absolute;
    bottom: 24px;
    right: 24px;
  }
  .section-redteam .swiper-wrapper {
    gap: 30px;
  }
  .section-redteam .redteam-card-row {
    gap: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-redteam .redteam-card-row .bg-card {
    width: 380px;
    height: 480px;
    padding: 30px;
  }
  .section-redteam .card-redteam-1 {
    background: #000000;
    color: #fff;
  }
  .section-redteam .card-redteam-1 img {
    width: 320px;
    height: 225px;
    margin-bottom: 30px;
  }
  .section-redteam .card-redteam-1 .font16 {
    margin-top: 16px;
  }
  .section-redteam .card-redteam-2 img {
    width: 143.08px;
    height: 160px;
    margin-bottom: 30px;
  }
  .section-redteam .card-redteam-2 .font16 {
    margin-top: 20px;
  }
  .section-redteam .card-redteam-3 {
    position: relative;
  }
  .section-redteam .card-redteam-3 .en-title-2 {
    margin-bottom: 20px;
  }
  .section-redteam .card-redteam-3 .report-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item img {
    width: 16.15px;
    height: 11.91px;
    object-fit: contain;
    margin-top: 7px;
  }
  .section-redteam .card-redteam-3 .redteam-3-img {
    width: 98.64px;
    height: 98.64px;
    position: absolute;
    bottom: 30.54px;
    right: 30.54px;
  }
  .section-crccs .swiper-wrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .section-crccs .crccs-card-row {
    display: flex;
    flex-direction: row;
  }
  .section-crccs .crccs-card-row .bg-card {
    width: 380px;
    height: 480px;
    padding: 30px;
    flex-shrink: 0;
  }
  .section-crccs .crccs-card-row .card-crccs-1 img {
    width: 320px;
    height: 151px;
    margin-bottom: 30px;
  }
  .section-crccs .crccs-card-row .card-crccs-2 {
    position: relative;
  }
  .section-crccs .crccs-card-row .card-crccs-2 img {
    width: 158.34px;
    height: 158.32px;
    position: absolute;
    right: 30.82px;
    bottom: 30.84px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-crccs .crccs-card-row .card-crccs-3 img {
    width: 160px;
    height: 160px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 .font24 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .section-one-integrated .color-active-bg {
    padding: 8px 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 204, 102, 0.1) 0%, rgba(23, 124, 231, 0.1) 100%);
    width: fit-content;
    margin: 30px auto 60px;
  }
  .section-one-integrated .integrated-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
  .section-one-integrated .integrated-list .integrated-item {
    width: 380px;
    height: 240px;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .section-one-integrated .integrated-list .integrated-item .font16 {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
  }
  .certification-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }
  .certification-list img {
    width: 105.9px;
    height: 122.15px;
  }
  .certification-list img.certification-ceh {
    width: 178.23px;
    height: 104.32px;
  }
  .certification-list img.certification-cissp {
    width: 141.28px;
    height: 140.97px;
  }
  .certification-desc {
    padding: 40px 0;
  }
  .service-desc-interval {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .trial-content {
    padding: 80px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
/* Book */
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .crccsBanner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 640px;
    padding-left: 120px;
  }
  .font14 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
  .font16 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }
  .font24 {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
  }
  .en-title-5 {
    font-size: 48px;
    line-height: 64px;
    font-weight: bold;
  }
  .en-title-4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
  }
  .en-title-3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
  }
  .en-title-2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  .en-title-1 {
    font-size: 80px;
    line-height: 84px;
    font-weight: bold;
  }
  .pt-120px {
    padding-top: 100px;
  }
  .pb-120px {
    padding-bottom: 100px;
  }
  .pb-80px {
    padding-bottom: 80px;
  }
  .w-800 {
    width: 760px;
    margin: 0 auto;
  }
  .w-common {
    width: 914px;
  }
  .group-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 72px;
  }
  .group-list .group-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
  }
  .group-list .group-item .group1-img {
    width: 100px;
    height: 100px;
  }
  .group-list .group-item .group1-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .group-list .group-item .en-title-2 {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .desc-interval {
    margin-top: 16px;
    margin-bottom: 30px;
  }
  .section-vapt .vapt-card-row {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-vapt .vapt-card-row .img-group {
    margin-top: 40px;
    gap: 55px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-vapt .vapt-card-row .img-group .img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .section-vapt .vapt-card-row .img-group img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
  }
  .section-vapt .vapt-card-row .card-vapt-1 {
    width: 100%;
    height: 350px;
    padding: 16px 16px 32px;
  }
  .section-vapt .vapt-card-row .card-vapt-1 .bg-title {
    color: #FFFFFF;
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .section-vapt .vapt-card-row .card-vapt-1 .font24.text-left {
    padding-left: 14px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .section-vapt .vapt-card-row .card-vapt-2 .vapt-risk-text {
    padding: 30px;
    width: 660px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 img {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 30px;
    right: 30.9px;
  }
  .swiper-wrapper {
    gap: 30px;
  }
  .section-redteam .redteam-card-row {
    gap: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-redteam .redteam-card-row .bg-card {
    width: 380px;
    height: 480px;
    padding: 30px;
  }
  .section-redteam .redteam-card-row .bg-card:first-child {
    margin-left: 40px;
  }
  .section-redteam .card-redteam-1 {
    background: #000000;
    color: #fff;
  }
  .section-redteam .card-redteam-1 img {
    width: 320px;
    height: 225px;
    margin-bottom: 30px;
  }
  .section-redteam .card-redteam-1 .font16 {
    margin-top: 16px;
  }
  .section-redteam .card-redteam-2 img {
    width: 143.08px;
    height: 160px;
    margin-bottom: 30px;
  }
  .section-redteam .card-redteam-2 .font16 {
    margin-top: 20px;
  }
  .section-redteam .card-redteam-3 {
    position: relative;
  }
  .section-redteam .card-redteam-3 .en-title-2 {
    margin-bottom: 20px;
  }
  .section-redteam .card-redteam-3 .report-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item img {
    width: 16.15px;
    height: 11.91px;
    object-fit: contain;
    margin-top: 7px;
  }
  .section-redteam .card-redteam-3 .redteam-3-img {
    width: 98.64px;
    height: 98.64px;
    position: absolute;
    bottom: 30.54px;
    right: 30.54px;
  }
  .section-crccs .crccs-card-row {
    gap: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-crccs .crccs-card-row .bg-card {
    width: 380px;
    height: 480px;
    padding: 30px;
    flex-shrink: 0;
  }
  .section-crccs .crccs-card-row .bg-card:first-child {
    margin-left: 40px;
  }
  .section-crccs .crccs-card-row .card-crccs-1 img {
    width: 320px;
    height: 151px;
    margin-bottom: 30px;
  }
  .section-crccs .crccs-card-row .card-crccs-2 {
    position: relative;
  }
  .section-crccs .crccs-card-row .card-crccs-2 img {
    width: 158.34px;
    height: 158.32px;
    position: absolute;
    right: 30.82px;
    bottom: 30.84px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-crccs .crccs-card-row .card-crccs-3 img {
    width: 160px;
    height: 160px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 .font24 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .section-one-integrated .color-active-bg {
    padding: 8px 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 204, 102, 0.1) 0%, rgba(23, 124, 231, 0.1) 100%);
    width: fit-content;
    margin: 30px auto 60px;
  }
  .section-one-integrated .integrated-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .section-one-integrated .integrated-list .integrated-item {
    width: 380px;
    height: 240px;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .section-one-integrated .integrated-list .integrated-item .font16 {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
  }
  .certification-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 30px;
  }
  .certification-list img {
    width: 104px;
    height: 120px;
  }
  .certification-list img.certification-ceh {
    width: 180px;
    height: 105px;
  }
  .certification-list img.certification-cissp {
    width: 140px;
    height: 140px;
  }
  .certification-desc {
    margin-top: 40px;
  }
  .service-desc-interval {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .trial-content {
    padding: 60px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 30px;
  }
}
/* pad */
@media (min-width: 760px) and (max-width: 1023.98px) {
  .crccsBanner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 608px;
    padding-left: 80px;
  }
  .font14 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
  .font16 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }
  .font24 {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
  }
  .en-title-5 {
    font-size: 48px;
    line-height: 64px;
    font-weight: bold;
  }
  .en-title-4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
  }
  .en-title-3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  .en-title-2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  .en-title-1 {
    font-size: 80px;
    line-height: 84px;
    font-weight: bold;
  }
  .pt-120px {
    padding-top: 80px;
  }
  .pb-120px {
    padding-bottom: 80px;
  }
  .pb-80px {
    padding-bottom: 80px;
  }
  .w-800 {
    width: 688px;
    margin: 0 auto;
  }
  .w-common {
    width: 688px;
  }
  .group-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .group-list .group-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 240px;
  }
  .group-list .group-item .group1-img {
    width: 100px;
    height: 100px;
  }
  .group-list .group-item .group1-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .group-list .group-item .en-title-2 {
    margin-top: 10px;
    margin-bottom: 16px;
  }
  .cyber-title {
    width: 320px;
    text-align: center;
    margin-bottom: -10px;
  }
  .desc-interval {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .section-vapt .vapt-card-row {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-vapt .vapt-card-row .img-group {
    margin-top: 40px;
    gap: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-vapt .vapt-card-row .img-group .img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .section-vapt .vapt-card-row .img-group img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
  }
  .section-vapt .vapt-card-row .card-vapt-1 {
    width: 100%;
    padding: 16px 16px 40px;
  }
  .section-vapt .vapt-card-row .card-vapt-1 .bg-title {
    color: #FFFFFF;
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .section-vapt .vapt-card-row .card-vapt-1 .font24.text-left {
    padding-left: 14px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .section-vapt .vapt-card-row .card-vapt-2 .vapt-risk-text {
    padding: 30px;
    width: 478px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 img {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 30px;
    right: 30.9px;
  }
  .swiper-wrapper {
    gap: 30px;
  }
  .section-redteam .redteam-card-row {
    gap: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-redteam .redteam-card-row .bg-card {
    width: 380px;
    height: 480px;
    padding: 30px;
  }
  .section-redteam .redteam-card-row .bg-card:first-child {
    margin-left: 40px;
  }
  .section-redteam .card-redteam-1 {
    background: #000000;
    color: #fff;
  }
  .section-redteam .card-redteam-1 img {
    width: 320px;
    height: 225px;
    margin-bottom: 30px;
  }
  .section-redteam .card-redteam-1 .font16 {
    margin-top: 20px;
  }
  .section-redteam .card-redteam-2 img {
    width: 143.08px;
    height: 160px;
    margin-bottom: 30px;
  }
  .section-redteam .card-redteam-2 .font16 {
    margin-top: 20px;
  }
  .section-redteam .card-redteam-3 {
    position: relative;
  }
  .section-redteam .card-redteam-3 .en-title-2 {
    margin-bottom: 20px;
  }
  .section-redteam .card-redteam-3 .report-item-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item img {
    width: 16.15px;
    height: 11.91px;
    object-fit: contain;
    margin-top: 7px;
  }
  .section-redteam .card-redteam-3 .redteam-3-img {
    width: 98.64px;
    height: 98.64px;
    position: absolute;
    bottom: 30.54px;
    right: 30.54px;
  }
  .section-crccs .crccs-card-row {
    gap: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-crccs .crccs-card-row .bg-card {
    width: 380px;
    height: 480px;
    padding: 30px;
    flex-shrink: 0;
  }
  .section-crccs .crccs-card-row .bg-card:first-child {
    margin-left: 40px;
  }
  .section-crccs .crccs-card-row .card-crccs-1 img {
    width: 320px;
    height: 151px;
    margin-bottom: 30px;
  }
  .section-crccs .crccs-card-row .card-crccs-2 {
    position: relative;
  }
  .section-crccs .crccs-card-row .card-crccs-2 img {
    width: 158.34px;
    height: 158.32px;
    position: absolute;
    right: 30.82px;
    bottom: 30.84px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-crccs .crccs-card-row .card-crccs-3 img {
    width: 160px;
    height: 160px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 .font24 {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .section-one-integrated .color-active-bg {
    padding: 8px 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 204, 102, 0.1) 0%, rgba(23, 124, 231, 0.1) 100%);
    width: fit-content;
    margin: 30px auto 60px;
  }
  .section-one-integrated .integrated-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
  .section-one-integrated .integrated-list .integrated-item {
    width: 329px;
    height: 240px;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .section-one-integrated .integrated-list .integrated-item .font16 {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
  }
  .certification-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 30px;
  }
  .certification-list img {
    width: 104px;
    height: 120px;
  }
  .certification-list img.certification-ceh {
    width: 180px;
    height: 105px;
  }
  .certification-list img.certification-cissp {
    width: 140px;
    height: 140px;
  }
  .certification-desc {
    margin-top: 40px;
  }
  .service-desc-interval {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .trial-content {
    padding: 60px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 0 30px;
  }
}
/* phone */
@media (max-width: 759.98px) {
  .crccsBanner {
    background: url(../assets/en/ax-en-crccs-banner-column.png) no-repeat center center !important;
  }
  .crccsBanner-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 320px;
    padding-left: 20px;
  }
  .font14 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
  }
  .font16 {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }
  .font24 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }
  .en-title-5 {
    font-size: 40px;
    line-height: 56px;
    font-weight: bold;
  }
  .en-title-4 {
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
  }
  .en-title-3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
  }
  .en-title-2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: bold;
  }
  .en-title-1 {
    font-size: 80px;
    line-height: 84px;
    font-weight: bold;
  }
  .pt-120px {
    padding-top: 60px;
  }
  .pb-120px {
    padding-bottom: 60px;
  }
  .pb-80px {
    padding-bottom: 30px;
  }
  .w-800 {
    width: 320px;
    margin: 0 auto;
  }
  .w-common {
    width: 320px;
  }
  .group-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .group-list .group-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .group-list .group-item .group1-img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
  }
  .group-list .group-item .group1-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .group-list .group-item .font16 {
    text-align: left!important;
  }
  .group-list .group-item .en-title-2 {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left!important;
  }
  .cyber-title {
    width: 320px;
    text-align: center;
    margin-bottom: -10px;
  }
  .desc-interval {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section-vapt .vapt-card-row {
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-vapt .vapt-card-row .img-group {
    margin-top: 20px;
    gap: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-vapt .vapt-card-row .img-group .img-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 110px;
  }
  .section-vapt .vapt-card-row .img-group img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
  }
  .section-vapt .vapt-card-row .card-vapt-1 {
    width: 100%;
    padding: 16px 16px 20px;
  }
  .section-vapt .vapt-card-row .card-vapt-1 .bg-title {
    color: #FFFFFF;
    padding: 16px 24px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .section-vapt .vapt-card-row .card-vapt-1 .font24.text-left {
    padding-left: 12px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 {
    width: 100%;
    height: 320px;
    position: relative;
  }
  .section-vapt .vapt-card-row .card-vapt-2 .vapt-risk-text {
    padding: 20px;
    width: 280px;
  }
  .section-vapt .vapt-card-row .card-vapt-2 img {
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .swiper-wrapper {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
  .section-redteam .redteam-card-row {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-redteam .redteam-card-row .bg-card {
    width: 320px;
    height: 400px;
    padding: 20px;
  }
  .section-redteam .card-redteam-1 {
    background: #000000;
    color: #fff;
  }
  .section-redteam .card-redteam-1 img {
    width: 280px;
    height: 196px;
    margin-bottom: 20px;
  }
  .section-redteam .card-redteam-1 .font16 {
    margin-top: 10px;
  }
  .section-redteam .card-redteam-2 img {
    width: 143.08px;
    height: 160px;
    margin-bottom: 20px;
  }
  .section-redteam .card-redteam-2 .font16 {
    margin-top: 10px;
  }
  .section-redteam .card-redteam-3 {
    position: relative;
  }
  .section-redteam .card-redteam-3 .en-title-2 {
    margin-bottom: 16px;
  }
  .section-redteam .card-redteam-3 .report-item-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .section-redteam .card-redteam-3 .report-item-list .report-item img {
    width: 16.15px;
    height: 11.91px;
    object-fit: contain;
    margin-top: 7px;
  }
  .section-redteam .card-redteam-3 .redteam-3-img {
    width: 98.64px;
    height: 98.64px;
    position: absolute;
    bottom: 20.54px;
    right: 20.54px;
  }
  .section-crccs .crccs-card-row {
    gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .section-crccs .crccs-card-row .bg-card {
    width: 320px;
    padding: 20px;
    flex-shrink: 0;
  }
  .section-crccs .crccs-card-row .card-crccs-1 img {
    width: 280px;
    height: 132.13px;
    margin-bottom: 30px;
  }
  .section-crccs .crccs-card-row .card-crccs-2 {
    position: relative;
    height: 280px;
  }
  .section-crccs .crccs-card-row .card-crccs-2 img {
    width: 98.96px;
    height: 98.95px;
    position: absolute;
    right: 20.82px;
    bottom: 44.53px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-crccs .crccs-card-row .card-crccs-3 img {
    width: 100px;
    height: 100px;
  }
  .section-crccs .crccs-card-row .card-crccs-3 .font24 {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .section-one-integrated .en-title-3 {
    width: 280px;
    margin: 0 auto;
  }
  .section-one-integrated .color-active-bg {
    padding: 8px 30px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 204, 102, 0.1) 0%, rgba(23, 124, 231, 0.1) 100%);
    width: fit-content;
    margin: 30px auto 40px;
    width: 220px;
  }
  .section-one-integrated .integrated-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .section-one-integrated .integrated-list .integrated-item {
    width: 320px;
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .section-one-integrated .integrated-list .integrated-item .font16 {
    color: rgba(0, 0, 0, 0.7);
    margin-top: 20px;
  }
  .certification-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    gap: 30px;
  }
  .certification-list img {
    width: 78px;
    height: 90px;
  }
  .certification-list img.certification-ceh {
    width: 120px;
    height: 70px;
  }
  .certification-list img.certification-cissp {
    width: 100px;
    height: 100px;
  }
  .certification-desc {
    margin-top: 20px;
  }
  .service-desc-interval {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .trial-content {
    padding: 30px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 400px;
  }
}
